﻿/* 
* @Author: zhongwenbin
* @Date:   2016-09-18 10:30:16
* @Last Modified by:   zhongwenbin
* @Last Modified time: 2016-09-21 14:01:57
*/
html,body{height:100%;}
.colorff2{
    color:#ff2a2a;
}
.login-block{
    background:#ffffff;
    box-shadow:0px 2px 6px 0px rgba(155,155,155,0.50);
    border-radius:8px;
    width:400px;
}
.login-content{
    width: 1080px;
    margin:0 auto;
    padding-top:67px;
}
.login-content-new{
	position:absolute;
    left:50%;
    top:50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); 
}
.login-head li{
    width:50%;
    text-align: center;
    float: left;
}
.login-head{
   border-bottom:1px solid #dbdbdb; 
}
.login-head li a{
    padding:14px 10px 10px 10px;
    font-size: 18px;
    display: inline-block;
    border-bottom: 4px solid transparent;
}
.login-head li.active a{
    color:#01b040;
    border-bottom: 4px solid #01b040;
}
.login-title{
    font-size:16px;
    color:#929292;
    letter-spacing:0.02px;
    line-height:24px;
    text-align:center;
    margin:80px 0 30px 0;
}
.label-input{
    border:1px solid #dbdbdb;
    border-radius:4px;
    width:278px;
    height:38px;
    margin-bottom:4px;
    padding-left:10px;
    font-size: 14px;
    font-weight: normal;
    outline:none;
}
.input-block{
    text-align: center;
}
.input-half{
    width:138px;
}
.code-time{
    border:1px solid #01b040;
    border-radius:4px;
    width:122px;
    height:36px;
    line-height: 36px;
    display:inline-block;
    font-size:14px;
    color:#01b040;
    letter-spacing:0px;
    text-align:center;
    margin-bottom: 10px;
    margin-left: 10px;
    cursor:pointer;
    font-weight: normal;
}
.paTop2{
    position:relative;
    top:2px;
}
.sign-tip{
    width: 280px;
    display: inline-block;
    text-align: left;
    cursor:pointer;
    font-weight: 500;
}
.login-success{
    margin:30px 0 15px 0;
}
.tabcontent{
    padding-bottom:40px;
}
.login-success-btn,.login-success-btn:hover,.login-success-btn:focus{
    background:#01b040;
    border-radius:4px;
    width:280px;
    height:38px;
    display:inline-block;
    line-height:38px;
    text-align:center;
    color:#ffffff;
}
.login-wechat-btn,.login-wechat-btn:hover{
    border:1px solid #01b040;
    border-radius:4px;
    width:280px;
    height:38px;
    display:inline-block;
    line-height:38px;
    text-align:center;
    color:#01b040;
}
.login-font{
    background:rgba(73,76,72,0.50);
    padding:30px 80px 50px 50px;
    color:#fff;
    font-size: 20px;
    margin-right: 110px;
    width:570px;
}
.wechat-success{
    margin-bottom:20px;
}
.cc-bg{
    width: 100%;
    height:100%;
    background: url(../images/bb.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
 /*   min-width: 1200px;*/
}
.bb-bg{
    width: 100%;
    height:100%;
    background: url(../images/cc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-code-refresh{
    background:#01b040;
    border-radius:0px 4px 4px 0px;
    width:48px;
    height:38px;
    display:inline-block;
    text-align: center;
    line-height: 38px;
    float:left;
}
.img-code{
    float:left;
    width:90px;
    height:38px;
    display:inline-block;
    background:#dbdbdb;
}
.modify-block{
    background:#ffffff;
    box-shadow:0px 2px 6px 0px rgba(155,155,155,0.50);
    border-radius:8px;
    margin: 0 auto;
    width:600px;
    padding-bottom:30px;
}
.modify-block .modify-head{
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    border-bottom:1px solid #dbdbdb;
}
.modify-block .line-dash {
    width: 130px;
    height: 0;
    top: 21px;
    right: -71px;
    border-style: dashed;
    border-width: 1px;
    border-color: #bcbcbc;
}
.modify-block .border-c01b {
    border-color: #01b040;
}
.modify-block .modify-statu{
    margin:20px 0 50px 0;
}
.error-tip{
    width:278px;
    text-align: left;
    font-size: 12px;
    color:#ff2a2a;
}
.disabled{
    border:1px solid #dbdbdb;
    color:#929292;
}

.alert-error {
    background: #fb1d0f !important;
}
.top-alert-tips {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    z-index: 10099;
    background: #1dbd03;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding: 0 20px;
}
.top-alert-tips .close {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 22px;
}
.top-alert-tips {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    z-index: 10099;
    background: #1dbd03;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding: 0 20px;
}
.word-top50{
    margin-top:50px;
}


.fl {
    float: left;
}
.di {
    display: inline-block;
}
.tc {
    text-align: center;
}

.font-s14 {
    font-size: 14px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.font-s40 {
    font-size: 30px;
}

@media only screen and (max-width: 768px) {
.word-top50 { display: none;}
.login-content{width:auto;}
.login-block {
    margin: 0 auto;
    float: none;
    display: block;
}
}

@media only screen and (max-width: 400px) {
.word-top50 { display: none;}
.login-content{width:auto;}
.login-block {
    margin: 0 auto;
    float: none;
    display: block;
	width:auto;
}
.input-block .label-input{
	 width:100%;
}
.cc-bg{height:auto;}
}