@charset "utf-8";
/* CSS Document */
.micon {font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
html,body{ background:#fafafa;}
/* -webkit-user-select: none; user-select: none; */
.m_center{width:1200px; height: auto; margin: 0 auto; padding: 0; transition: all .5s ease 0s;	}
img{width:auto; /*max-width: 100%;*/ border: 0; transition: all .5s ease 0s;}
/**/

/*登录*/
.loding-bg{width: 100vw; height: 100vh; background: url(../images/loding.png) left center/auto 100% no-repeat #fff;}
.log-box{width: 25vw; height: 29.16666vw; position: fixed; right: 11.97916vw; top: 9.89583vw; z-index: 99; text-align: center;}
.log-logo,.log-logo img{width: 21.04166vw; height: auto; margin: 0 auto;}
.log-txt{font-size: 1.97916vw; line-height: 1; margin-bottom: 2.60416vw; overflow: hidden;}
.log-input{width: 100%; height:4.0625vw; line-height:calc(4.0625vw - 2px); border:1px solid #e2e2e2; border-radius: 39px; overflow: hidden; margin-bottom: 1.45833vw; background: #fff;}
.log-input i{font-size: 1.2vw; color: #999999; width:3vw; min-width:3vw; text-align: center;}
.log-input .input-a{border: none; flex: 1; padding: 0 10px; font-size:1vw;}
.log-input .captcha{width: 30%;}
.log-input .captcha img{width: 100%;}
.log-input .captcha .cx-yzm{width: 100%;min-width: 100%;text-align: center;border-left: 1px solid #ddd;color: #848484;overflow: hidden;}
.log-but{width: 100%; height:4.0625vw; line-height:calc(4.0625vw - 2px); border-radius: 39px; overflow: hidden; margin-bottom: 1.45833vw; border: none; background: linear-gradient(180deg, #2aa1ed, #29b3e4); color: #fff; font-size: 1.1vw;}

.index-boxli{width: 295px; height: 180px; border-radius: 10px; background: #bbbe91; overflow: hidden; padding: 15px 20px; color: #fff; margin: 0 35px 35px 0; transition: all .6s ease 0s;}
.index-boxli-icon{width: 100%; height: 98px; color: #fff;line-height: 1; overflow: hidden;}
.index-boxli-icon i{ font-size:98px; }
.index-boxli-tetx{width: 100%; height: 32px; line-height: 32px; font-size: 22px; overflow: hidden; color: #fff; margin-top: 20px;}
.index-boxli-tetx div{float: right; width: 110px; height: 32px; line-height: 32px; font-size: 16px; border-radius: 16px; background: rgba(0,0,0,.2); text-align: center; overflow: hidden;}
.index-boxli-tetx div i{margin-right: 5px;}
.index-boxli:hover{box-shadow: 5px 5px 2px rgba(0,0,0,.2); border-radius: 0px;}
.index-boxli:nth-child(2){background: #5c8b7b;}
.index-boxli:nth-child(3){background: #196e8b;}
.index-boxli:nth-child(4){background: #a99ebc;}
.index-boxli:nth-child(5){background: #a58b74;}
.index-boxli:nth-child(6){background: #7c3d74;}
.index-boxli:nth-child(7){background: #747845;}
.index-boxli:nth-child(8){background: #2494a8;}
.index-boxli:nth-child(9){background: #5aadbf;}
.index-boxli:nth-child(10){background: #f6cba0;}
.index-boxli:nth-child(11){background: #a35064;}
.index-boxli:nth-child(12){background: #d67061;}
.index-boxli:nth-child(13){background: #c9d87b;}
.index-boxli:nth-child(14){background: #6a528c;}
.index-boxli:nth-child(15){background: #6eb78c;}

@media all and (max-width: 750px) {
 
    /*登录*/
.loding-bg{width: 100vw; height: 100vh; background:url(../images/loding.png) left 53vh/175% auto no-repeat #fff;}
.log-box{width:80vw; height:100vh; position: fixed; right: 10vw; top:0vw; z-index: 99; padding: 5vh 5vw; text-align: center;}
.log-logo,.log-logo img{width:100%; height: auto; margin: 0 auto;}
.log-txt{font-size:20px; line-height: 1; margin-bottom:7vh; overflow: hidden;}
.log-input{width: 100%; height:40px; line-height:calc(40px - 2px); border:1px solid #e2e2e2; border-radius:20px; overflow: hidden; margin-bottom:10px; background: #fff;}
.log-input i{font-size:16px; color: #999999; width:24px; min-width:24px; text-align: right;}
.log-input .input-a{border: none; flex: 1; padding: 0 10px; font-size:14px;}
.log-input:nth-child(3) .input-a{width: 120px;}
.log-input .captcha{width: auto; flex: 1; line-height:38px;}
.log-input .captcha img{width: 100%; vertical-align: middle;} 
.log-but{width: 100%; height:45px; line-height:calc(45px - 2px); border-radius:22.5px; overflow: hidden; margin-bottom:10px; margin-top: 10px; border: none; background: linear-gradient(180deg, #2aa1ed, #29b3e4); color: #fff; font-size:16px;}
    
}

