html,body {
    height: 100%;
    /* overflow-y: hidden; */
}

body {
    background: #2194ff;
    background-size: contain;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.top {
    height: 77px;
    border-bottom: 1px solid #42b8a4;
    background-color: #fff;
}
.top .home {
    margin-top: 24px;
}
.top .home a {
    color: #fff;
}
/*? border-radius 的兼容IE8 */
.main {
    margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	position: relative;

    margin-top: 50px;
    /* margin-bottom: 146px; */
}

/* 登录页 */
.login {
    width: 1115px;
    height: 432px;
    background-color: transparent;    
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -558px;
    margin-top: -216px;
}
.login .img {
    width: 674px;
    height: 100%;
    border-right: 0;
    position: relative;
    background: #2194ff;
}
.login .img img {
   
    width: 554px;
    height: 431px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -306px;
    margin-top: -214px;
}
.login .login-box {
    width: 440px;
    height: 100%;
    position: relative;
	border-radius: 5px;
    background-color: #fff;
}
.login .login-box .title {
    font-size: 30px;
    text-align: center;
    line-height: 130px;
}


.login .login-box .remember {
    float: left;
    cursor: pointer;
    line-height: 24px;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; /* 禁止选中*/
}
.login .login-box .remember i {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-right: 5px;
    background: url(../images/sdk_icon.png) -235px -258px no-repeat;
    
    float: left;
    cursor: pointer;
}
.login .login-box .remember i.autologin {
    background-position: -235px -222px;

}
.login .text-theme1 {
    color: #45b0ff;
}
.login .login-box .login-Btn button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #45b0ff;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

/* 注册页 */
.register {
    width: 1024px;
    height: 580px;
    position: relative;
}
.register .container{
    width: 341px;
    margin: 0 auto;
    padding-top: 45px;
}
.register .title {
    margin-bottom: 30px;
    height: 20px;
    line-height: 20px;
}
.register .title a {
    font-size: 12px;
}
.register .title h2 {
    font-size: 16px;
    position: relative;
    display: inline-block;
}
.register .title h2::after {
    content:'';
    height: 2px;
    width: 100%;
    background-color: #45b0ff; 
    position: absolute;
    bottom: -5px;
    left: 0;
}
.main .text-theme2 {
    color: #45b0ff;
}

/* 注册成功 */
.register-success {
    width: 340px;
    height: 250px;
    margin: 0 auto;
    padding-top: 160px;
    text-align: center;
}
.register-success .img {
    height: 48px;
    width: 48px;
    background: url('../images/ok.png') no-repeat;
    display: inline-block;
}
.register-success p {
    margin-top: 28px;
    line-height: 16px;
    font-size: 16px;
}
.register-success a {
    display: block;
    margin-top: 100px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    background-color: #45b0ff;
    color: #fff;
    border-radius: 3px;
}

/* 寻找密码页 */
.find {
    width: 1026px;
    height: 535px;
}

.find .ret-pwd {
    
}
.find .title {
    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    font-size: 16px;
}

.find .nav {
    
}
.find .nav ul {
    width: 834px;
    position: relative;
    left: 50%;
    margin-left: -417px;
    margin-top: 57px;
    font-size: 12px;
    color: #999;
    height: 90px;
}
.find .nav ul li {
    width: 33%;
    text-align: center;
    float: left;
    position: relative;
}
.find .nav ul li .circle {
    position: absolute;
    top: 33px;
    left: 135px;
    width: 8px;
    height: 8px;
    background-color: #dfdfdf;
    border-radius: 50%;

    z-index: 2;
}
.find .nav ul li .line {
    position: absolute;
    top: 36px;
    left: -139px;
    width: 278px;
    height: 1px;
    background-color: #dfdfdf;
}
.find .nav ul li.active {
    color: #45b0ff;
}
.find .nav ul li.active .circle{
    background-color: #45b0ff;
}
.find .nav ul li.active .line{
    background-color: #45b0ff;
}
.find #form .main-btn {
    background-color: #45b0ff;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    border-radius: 3px;

    margin-top: 20px;
}




/* 弹出层 */
#popupLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#popupLayer .zhezao {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(Opacity=60); /* 兼容IE678透明度 */
}

#popupLayer .alert-server {
    position: fixed;
    width: 530px;
    height: 465px;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-top: -232px;
    margin-left: -265px;
    border-radius: 3px;

    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 10px;
}
#popupLayer .alert-fram {
    position: fixed;
    width: 375px;
    height: 225px;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-top: -112px;
    margin-left: -187px;
    border-radius: 3px;
	background-color: #fff;
	
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 10px;
}
#popupLayer .alert-server .title {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 16px;
    font-weight: 650;
    position: relative;
}
#popupLayer .alert-server .title .img_delete {
    position: absolute;
    right: 17px;
    top: 10px;
    cursor: pointer;
}
#popupLayer .alert-server .content {
    border-top: 1px solid #f4d79f;
    border-bottom: 1px solid #f4d79f;
    height: 380px;
    background-color: #fff5cd;
    overflow-y: scroll;
    line-height: 33px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 22px;
    /* padding-bottom: 35px; */
}
#popupLayer .alert-server .content p {
    text-indent: 28px;
    font-size: 14px;
    line-height: 24px;
}
#popupLayer .alert-server .bottom {
    height: 51px;
    position: absolute;
    bottom: -26px;
    width: 100%;
    background-color: #f8f8f8;
}
#popupLayer .alert-server .bottom button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -45px;
    width: 90px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;

    background-color: #45b0ff;
    color: #fff;
}



#popupLayer .alert-fram .title {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding-left: 25px;
}
#popupLayer .alert-fram .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f8f8f8;
}
#popupLayer .alert-fram .bottom button {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 98px;
    height: 43px;
    line-height: 43px;
    border-radius: 3px;

    background-color: #45b0ff;
    color: #fff;
}
#popupLayer .alert-fram .content{
    height: 110px;
    line-height: 110px;
    font-size: 16px;
    padding-left: 25px;
}
#popupLayer .alert-fram .content i {
    float: left;
    height: 48px;
    width: 48px;
    background: url('../images/ok.png') center no-repeat;
    margin-top: 30px;
    margin-right: 15px;
}





/* 表格相关 */
#form {
    position: relative;
    left: 50%;
    margin-left: -170px;
    width: 341px;
}
#form .input  {
    width: 339px;
    height: 42px;
   border-radius: 3px;

    border: 1px solid #ccc;
    margin-bottom: 15px;
}
#form .input.disabled {
    background-color: #ebebe4;
}
#form .input.error {
    border-color:#fe7a2e;
}

#form .input input {
    /* padding-left: 10px; */
    padding-right: 10px;
    width: 279px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}
#form .forget {
    font-size: 12px;
}



#form .input-sm .input  {
    height: 42px;
    width: 204px;
    display: inline-block;
}
#form .input-sm .input input {
    width: 154px;
}
#form .input-sm .getCodeBtn {
    width: 128px;
    height: 42px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px;

    /* vertical-align: middle; */
    float: right;
    margin-top: 1px;
}
#form .input-sm .codeImg {
    margin-left: 3px;
    width: 94px;
    height: 38px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
}
#form .input-sm .codeImg img {
    width: 100%;
    height: 100%;
}
#form .register-Btn {
    width: 100%;
    height: 48px;

}
#form .register-Btn button {
    width: 100%;
    height: 100%;
    background-color: #45b0ff;
    color: #fff;
    line-height: 48px;
    border-radius: 3px;

    font-size: 18px;
}
#form .server p {
    text-align: center;
    color: #999;
    margin-top: 20px;
    font-size: 12px;
    line-height: 12px;
}
#form .server p a {
    cursor: pointer;
}
#form .hint {
    display: none;
    position: absolute;
    top: 6px;
    left: 356px;
    white-space: nowrap;
    color: #ee5f5b;
    height: 32px;
    line-height: 32px;
    padding-right: 3px;
    background-color: #fef3cd;
    border: 1px solid #fea162;
    border-radius: 3px;
}
#form .hint::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -9.5px;
    top: 10.5px;
    border-style: solid;
    border-width: 5.5px 8.5px 5.5px 0;
    border-color: transparent #fea162 transparent transparent;
}
#form .hint::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    top: 10px;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #fef3cd transparent transparent;
    z-index: 2;
}
#form .hint .warn {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: -4px;
    background: url('../images/edu/warn.png') no-repeat;
    margin-left: 6px;
    margin-right: 4px;
}
#form3 {
    margin-top: 30px;
    text-align: center;
}
#form3 .success img{
    height: 42px;
    width: 42px;
}
#form3 p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 28px;
    margin-bottom: 20px;
}
#form3 div {
    line-height: 12px;
    font-size: 12px;
    color: #999;
}

/* 图标 */
.icon {
    float: left;
    background-repeat: no-repeat;
    background-image: url(../images/sdk_icon.png);
}
.icon-home {
    height: 18px;
    width: 18px;
    background-position: -7px -183px;
    margin-top: -3px;
    padding-right: 4px;
}
#form .input .icon {
    margin-top: 13px;
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
#form .input .icon.user {
    background-position: -43px -256px;
}
#form .input .icon.pass {
    background-position: -7px -256px;
}
#form .input .icon.pyName {
    background-position: -196px -255px;
}#form .input .icon.phone {
    height: 22px;
    background-position: -83px -255px;
}#form .input .icon.imgCode {
    background-position: -120px -255px;
}#form .input .icon.phoneCode {
    background-position: -158px -255px;
}
#form .input.active .icon {
    background-position-y: -222px;
}

/* 遮罩层 */
.crmask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #333333;
    opacity: 0.4;
    width: 100%;
    height: 100%;
}
.crmask img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
/*sdk服务条款 css*/
#popupLayer .alert-server .bottom button {
    background-color: #45b0ff;
}
.find #form .main-btn {
    background-color: #45b0ff;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    border-radius: 3px;

    margin-top: 20px;
}