*{
    padding: 0;
    margin: 0;
}
[v-cloak]{
	display: none ! important;
}
@font-face {
	font-family: CNMedium;
	src: url("../font/CNMedium.otf");
}
body{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	/* font-family: CNMedium; */
	font-family: \5FAE\8F6F\96C5\9ED1,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #666 !important;
}
#main{
    width: 100%;
    height: 100%;
    min-width: 1280px;
    min-height: 720px;
    position: relative;
}
.content{
    width: 100%;
    height: 100%;
    min-width: 1280px;
    min-height: 720px;
}
.content ul{
    width: 100%;
    height: 100%;
    min-width: 1280px;
    min-height: 720px;
}
.content ul li{
    width: 100%;
    height: 100%;
    
}
.content ul li img{
    width: 100%;
    height: 100%;
}
.main_DL{
    width: 500px;
    height: 500px;
    position: absolute;
    top: 220px;
	left: 50%;
	transform: translateX(-50%);
}
.DL_title{
    width: 100%;
    display: inline-block;
    font-size: 22px;
    /*text-align: center;*/
    color: #fff;
	margin-bottom:15px;
	line-height: 1;
    font-weight:bolder;
   
}
.DL_Logotitle{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    /*text-align: center;*/
    color: #fff;
	margin-bottom:15px;
	line-height: 1;
    font-weight:bolder;
}
.DL_subhead{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #fff;
	margin: 13px 0 24px 0;
}
.main_srbk{
    width: 82%;
    background: rgba(255, 255, 255,1);
    border-radius: 2px;
    margin: auto;
	padding: 20px 30px 15px;
	box-sizing: border-box;
    position: relative;
}
.srbk_title{
    margin-top: 20px;
    margin-bottom: 25px;
}
.srbk_title h3{
    font-size: 22px;
    font-weight: 300;
	line-height: 1.1;
    color: #eee;
}
.input{
    width: 320px;
	position: relative;
    margin-top:10px;
    margin-left:15px;
}
.input ul .oo {
    width: 100%;
    margin-bottom: 15px;
}
.input ul .oos {
	position: relative;
}
.input ul .tup {
    margin:5px 0;
}
.input ul .tups {
    width: 300px;
    height: 24px;
    /* background: red; */
}
.input ul .tup span{
    font-size: 14px;
    color: #a94442;
}
.input ul li input{
    width: 100%;
    height: 34px;
	line-height: 1.428571429;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
	padding: 6px 12px;
	padding-left:33px;
    box-sizing: border-box;
	transition: all .4s ease-in-out;
	box-shadow: none;
}
.input ul li input::-webkit-input-placeholder{
    color: #9E9E9E;
}
.input ul li .pic{
    position: absolute;
    top: 0;
	left: 0;
	margin: 10px 2px 4px 10px;
}
.input ul li .pic1{
    width: 12px;
    height: 14px;
}
.input ul li .pic2{
    width: 11px;
    height: 14px;
}
.input ul li .pic3{
    width: 14px;
    height: 13px;
}
.input ul .dl{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wz {
    width: 100px;
    height: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.wz .inp{
    width: 16px;
    height: 16px;
    border: none;
    outline: none;
}
.buttom{
    border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
    background: #35aa47;
    align-items: center;
	cursor: pointer;
	transition: all .1s ease-in-out;
}
.buttom:hover{
	background-color: #1d943b !important;
}
.buttom span{
    width: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.428571429;
}
.buttom i{
    width: 14px;
    height: 14px;
	vertical-align: top;
    display: inline-block;
	margin-top: 3px;
	line-height: 14px;
    background-position: -27px -10px;
    background-image:url("../images/syncfusion-icons-white.png");
	background-repeat: no-repeat;
}
.buttom img{
    
}
.input ul .xian{
    border-top: 1px dotted #eee;
	padding-top: 10px;
}
.language{
    display: flex;
	justify-content: space-between;
}
.language .languages1 span{
    font-size: 14px;
    color: #fff;
    line-height: 1.428571429	;
    margin-right: 12px;
}
.bot{
    text-align: center;
	margin: 0 auto;
	padding: 10px;
	color: #eee;
	font-size: 14px;
    font-weight:bolder;
}
.demo1{
    /* width: 100px; */
    height: 30px;
    background: #fff;
    opacity: 0.3;
    color: #606060;
    line-height: 30px;
    font-size: 16px;
}
.demo1:hover{
    color: #000;
}
.xiabiao{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
}
.input ul .pos{
    position: relative;
	margin-bottom: 20px;
}
.input ul .pos input{
	cursor: pointer;
}
.xiala{
    background: #fff;
    position: absolute;
    top: 34px;
    left: 0px;
    z-index: 9999;
	width:100%;
}
.layui-icon-file{
    background: url(../images/icon1.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 13px;
	height: 13px;
}
.layui-tree-icon .layui-icon{
	width: 12px;
	border: 1px solid #c0c4cc;
}
.layui-tree-icon{
	width: 30px;
	border:none;
	text-align: left;
}
.layui-tree-icon::after{
	background: url(../images/files.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 15px;
	height: 15px;
	content:'';
	position: absolute;
	top: -2px;
	left: 20px;
}
.layui-icon-file:before{
	content:unset;
}
.layui-tree-line .layui-tree-entry:hover .layui-tree-txt{
	text-decoration: none;
	color:#fff;
}
.layui-tree-line .layui-tree-entry:hover{
	background:#4b8df8;
}
.layui-tree-entry{
	height: 29px;
	line-height: 29px;
}
.layui-tree-iconClick{
	align-items:center;
	display: inline-flex;
}
.blur:focus{
  border: 1px solid #58a6e7;
  outline: 0;
}
.input ul .up{
	background-color: #f2dede;
	color: #a94442;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	box-sizing: border-box;
	width:100%;
}
.input ul .up img{
    width: 18px;
    height: 18px;
	cursor: pointer;
}
.input ul .up a{
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	cursor: pointer;
}
select{
	color: black;
	opacity: .5;
	border: 0;
	background: #fff;
	outline: 0;
	width:90px;
}
.pretty{
	margin: 0! important;
}
.pretty label{
	height: 16px! important;
	line-height: 16px! important;
}
.pretty i{
	width: 16px ! important;
	height: 16px ! important;
	padding: 0 ! important;
	margin-right: 9px ! important;
	/* border: 1px solid rgba(0,0,0,0); */
}
.pretty:hover i{
	/* border: 1px solid #35AA47; */
}
.pretty i:after{
	border:none ! important;
}
.pretty i:before{
	width: 16px! important;
	height: 16px! important;
	line-height: 16px! important;
}
.pretty.success input:checked+label i:before{
	border:none ! important;
}
.pretty.success input:checked+label i:after{
	border:none ! important;

}
.layui-tree-main{
	margin-top:-10px;
}
.layui-icon-file::before{
	content:'' ! important;
}
.tips{
	color: #fff;
	cursor: pointer;
}
.tips img{
	margin-right: 3px;
}
.tips span.name{
    /*color:#35aa47;*/
    font-weight:bolder;
	/*border-bottom: 1px solid #fff;*/
}
.basfLogin {
    color: white;
    font-size:14px;
    font-weight:600;
}