﻿@charset "UTF-8";
/*基本元素重置*/
*{text-decoration: none;color:inherit;resize:none;list-style-type:none;outline:none;outline:medium;font-style:normal;margin:0;padding:0;border:0;font-family:"Microsoft YaHei";}


/***************配色******************/
body{height: 1080px; background:#fff;}

/*头部样式*/
.login {
    width: 100%;
    height: 100%;
    position: relative;
}
.login .top {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    color: #a3a2a2;
}
.login .top ul {
    width: 350px;
    height: 20px;
    margin-left: 70%;
}
.login .top ul li {
    width: 80px;
    height: 20px;
    float: left;
    line-height: 35px;
    cursor:pointer;
}
.login .top ul li:hover {
    color:#3392CC;
}
.login .top ul li i {
   position: relative;
    top: -2px;
    left: 12px;
}
/*头部导航*/
.login .nav {
    width: 1155px;
    height: 90px;
    margin: 0 auto;
}
.login .nav .nav-left {
    width: 275px;
    height: 100%;
    float: left;
}
.login .nav .nav-left img {
    float: left;
    margin-top: 20px;
}

/*头部右边样式*/
.login .nav .nav-right {
    width: 430px;
    height: 100%;
    box-sizing: border-box;
    color: #A5A5A5;
    font-size: 16px;
    float: right;
}
.login .nav .nav-right dl {
    width: 100%;
    height: 100%;
}
.login .nav .nav-right dl dd {
    width: 107px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 90px;
    box-sizing: border-box;
}
.login .nav .nav-right dl dd .solid {
    width: 100%;
    height: 7px;
    background: #FF7F00;
    position: relative;
    top: -5px;
    border-radius: 50px;
    display: none;
}
.login .nav .nav-right dl dd:hover>.solid {
    display: block;
}
/*banner图*/
.login>img {
    width: 100%;
    height: 613px;
}
.login .box { 
    width: 360px;
    /*height: 515px;*/
    position: absolute;
    top: 180px;
    left: 55%;
    border-radius: 10px;
    z-index: 100;
    box-sizing: border-box;
    overflow: hidden;
}
.login .box:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;	
    right: 0px;	
    bottom: 0px;
    z-index: -1;	
    background: rgba(30,44,64,.6);
    /*-1 可以当背景*/
    -webkit-filter: blur(20px);	
    filter: blur(20px);		
    margin: -30px; 
    /*消除边缘透明*/		
/*    background: url(/img/banner2.fws.png) center top;*/
    background-size: cover;		
    /*平铺*/				
    background-attachment: fixed;	
    /*位置固定*/
}
.login .box h2 {
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    margin: 30px 0 30px 0;
}
.login .box form .user {
    transition:.5s;
    width: 295px;
    height: 40px;
    background: rgba(19,28,40,.6);
    color: #8EC1F0;
    font-size: 15px;
    padding: 0 25%;
    margin: 0px 0px 20px 30px;
    box-sizing: border-box;
    position:relative;
    z-index:1;
}
.login .box form p {
    position:relative;
    display:inline-block;
    color: #8EC1F0;
    font-size: 15px;
    float:left;
    margin-top:-50px;
    left:40px;
    z-index:100;
}
.login .box form .user:focus{
     box-shadow:0 0 0 2px #0055a2 inset;
}
/*input文字的颜色*/
.login .box form .user::-webkit-input-placeholder{
    color: #8EC1F0;
}.login .box form .user:-moz-placeholder{
    color: #8EC1F0;
}.login .box form .user::-moz-placeholder{
    color: #8EC1F0;
}.login .box form .user:-ms-input-placeholder{
    color: #8EC1F0;
}
/****************************************/
.login .box form .iconfont {
    font-size: 25px;
    color: #8EC1F0;
    position: absolute;
    z-index:50;
}
.login .box form .icon-yonghuicon {
    top: 104px;
    right:50px;
}
.login .box form .icon-mima {
    font-size: 23px;
    top: 166px;
    right:50px;
}
.login .box form .icon-shouji {
    top: 285px;
    right:50px;
}
.login .box form .icon-youxiang {
    top: 375px;
    right:50px;
}
/*阅读协议*/
.login>.box>form>span {
    display: block;
    width: 150px;
    height: 18px;
    font-size: 12px;
    float:left;
    margin: -10px 0 10px 10px;
    color: #8EC1F0;
    cursor: pointer;
}
.login .box form label {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(/Images/chek1.fw.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    float:left;
    margin: -10px 0px 0 30px;
}
.login>.box>form>input[type="checkbox"]:checked + label {
    background: url(/Images/chek2.fw.png) no-repeat;
}
/* 注册*/
.login .box form .registered {
    width: 295px;
    height: 43px;
    background: #255ec9;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    margin: 20px auto;
    display: block;
    text-align: center;
    letter-spacing: 5px;
    cursor: pointer;
    line-height:43px;
}
.login .box form a:hover{
    transition:.5s;
    box-shadow:295px 0 0 0 #00C0FF inset;
}
.login .box form .img{
    position: relative;
    display: inline-block;
    color: #8EC1F0;
    font-size: 15px;
    float: left;
    margin-top: -50px;
    left: 97px;
    z-index: 100;
    color: white;
    cursor:pointer;
}

/*底部*/
.login .footer {
    width: 100%;
    height: 325px;
    background: #EEEEEE;
    margin-top: 10px;
    color: #575757;
    font-size: 14px;
    position: relative;
}
.login .footer ul {
    width: 610px;
    height: 75px;
    margin: 0 auto;
    box-sizing: border-box;
}
.login .footer ul li {
    float: left;
    padding: 25px;
    cursor: pointer;
}
.login .footer ul li:hover {
    color: #3392CC;
}
.login .footer-1 {
    width: 595px;
    height: 120px;
    margin: 30px auto;
    box-sizing: border-box;
}
.login .footer-1 .left {
    width: 260px;
    height: 100%;
    float: left;
    border-right: 1px solid #ccc;
    position: relative;
}
.login .footer-1 .left span {
   display: inline-block;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 140px;
}
.login .footer-1 .right {
     width: 299px;
    float: right;
    line-height: 35px;
    box-sizing: border-box;
    margin: 20px 0;
}
.login .footer-1 .right i {
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}
.login .footer-1 .right b {
    font-weight: normal;
    margin-left: 35px;
}
.login .footer strong{
    text-align: center;
    position: absolute;
    top: 260px;
    left: 40%;
    font-weight: normal;
}
.verBox {
    position: absolute;
    width: 360px;
    height: 241px;
    text-align: center; 
    top: 126px;
     opacity: 0; 
     transition: all 0.8s; 
     background:#ffffff;
     /*padding-top: 55px;*/ 
}
.verBox .imgLeft{
    height: 26px;
    left: 14px;
    z-index: 999999999999;
    /*margin-left: -237px;*/
}
.verBox .imgLeft #closeBox{
 padding-left:215px; font-size:17px; color:#b5b5b5;  cursor: pointer;
}
.slider-btn {
    position: absolute;
    width: 38px;
    height: 35px;
    cursor: pointer;
    left:0;
    top: -2px;
    background:#ffffff;
    transition: inherit;
    border-radius: 50%;
    border:1px solid #e1f3ff;
}
.ver-tips {
    position: absolute;
    left: 0;
    bottom: -22px;
    background: rgba(255, 255, 255, .9);
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0 8px;
    transition: all .4s
}

.slider-tips {
    bottom: 0
}

.ver-tips i {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
    background-image: url(../images/sprite.3.2.0.png);
    background-position: -4px -1229px
}

.ver-tips span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    color: #455
}

.active-tips {
    display: block
}

.hidden {
    display: none
}

.re-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    padding: 0 16px
}

.re-btn a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 7px 0;
    background-image: url(../images/sprite.3.2.0.png);
    background-position: 0 -1179px;
    cursor: pointer;
}
.re-btn a:hover {
    background-position: 0 -1193px
}
.checkMa {
    position:relative;
    display:none;
}
#updataCode {
    position: absolute;
    right: 37px;
    display: inline-block;
    top: 10px;
    width: 80px;
    color:#8EC1F0;
    font-size:14px;
    z-index:999;
    cursor: pointer;
}

