body{
    font-family: microsoft yahei;
    font-size: 14px;
    color: #777;
}
.loginbtns>input,
.loginbtns>a,
.otherlogin ul li a img,
.login-business div a{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.login-top{
    height: 90px;
    background-color: #fff;
    border-bottom: 3px solid #f60;
    line-height: 90px;
}
.login-logo{
    text-align: left;
}
.login-logo img{
    margin-top: 14px;
}
.login-topright{
    text-align: right;
}
.login-topright a{
    color: #777;
}
.login-topright a:hover{
    color: #f90;
}
.login-body{
    padding: 50px 0;
}
.tipblock{
    padding: 0 15px 10px;
    margin-top: -10px;
    font-size: 15px;
}
.login-block{
    border: 1px solid #dadada;
    background-color: #fff;
    /*padding: 11.5px 20px;*/
    padding: 8px 0 0;
    box-shadow:inset 0 0 2px 1px #dadada;
}
.act{
    border-bottom: 4px solid #FF7200!important;
    color: #FF7200!important;
}
.login-blockhead{
    border-bottom: 1px solid #dadada;
    /* display: flex; */
}
.login-blockhead>span{
    color:#767676;
    font-size: 16px;
    display: inline-block;
    border-bottom: 4px solid #767676;
    line-height: 45px;
    margin-bottom: -1px;
    padding: 0 5px;
    width: 50%;
    text-align: center;
}
.login-bodyleft img{
    /*width: 90%;*/
    /* height: 100%!important; */
}
.login-blockbody{
    padding: 10px 0;
    position: relative;
}
.login_boxs{
    position: absolute;
    top: 3px;
    right: 2px;
    cursor: pointer;
}
.qr_box{
    position: relative;
}
.qr_box img{
    width: 42px;
    height: auto;
}
.qr_title{
    cursor: pointer;
    position: absolute;
    left: -70px;
    top: 7px;
    border: 2px solid #FF7200;
    color: #FF7200;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 1px;
    z-index: 0;
}
.tri_box{
    position: relative;
}
.triangle{
    position: absolute;
    width: 0;
    height: 0;
    border:5px solid;
    border-color: transparent transparent transparent #FF7200;
    right: -15px;
    top: 50%;
    transform: translate(0,-50%);
}
.qrcode_logins{
    display: none;
}
#qrcodes{
    padding: 25px 0 0;
    text-align: center;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#qrcodes img{
    width: 170px;
}
.notice {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: black;
    letter-spacing: 2px;
    padding: 12px 0;
}
.notice img{margin-right: 5px}
.listspan{
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
}
.listspan a,.listinput a{
    float: right;
    color: #FF7200;
    cursor: pointer;
}
.listspan a:hover{
    color: #FF7200;
}
.listinput{
    padding: 10px 0 0 0;
    width: 90%;
    margin: 0 auto;
}
.listinput input[type="text"],
.listinput input[type="password"]{
    border-radius: 0;
    border-color:#dadada;
}
.listinput input[type="text"]:focus,
.listinput input[type="password"]:focus{
    border-color:#66afe9;
}
.listinput.codeinput input[type="text"],
.listinput.codeinput input[type="password"]{
    display: inline-block;
    width: 30%;
}
.errorinfo{
    margin-top: 10px;
}
.errorinfo em{
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #DE6161;
}
.login-blockbody div label{
    font-weight: normal;
    padding-top: 6px;
    cursor: pointer;
}
.login-blockbody div label span{
    vertical-align: text-top;
    margin-left: 6px;
    font-size: 12px;
}
.loginbtns{
    padding: 10px 0 0;
    font-size: 0;
}
.check_code{
    margin-top: -40px;
}
.loginbtns>input,
.loginbtns>a{
    display: inline-block;
    width: 48%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #777;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
}
.loginbtns>input{
    color: #fff;
    line-height: 44px;
    margin-right: 4%;
    background-color: #ff6600;
    background-image: -moz-linear-gradient(top, #ff9900, #ff6600);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9900), to(#ff6600));
    background-image: -webkit-linear-gradient(top, #ff9900, #ff6600);
    background-image: -o-linear-gradient(top, #ff9900, #ff6600);
    background-image: linear-gradient(to bottom, #ff9900, #ff6600);
    border: 1px solid #DE6514;
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9);
}
.loginbtns>input:hover{
    background-color: #ff6600;
    background-image: -moz-linear-gradient(top, #FFAC2E, #ff6600);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFAC2E), to(#ff6600));
    background-image: -webkit-linear-gradient(top, #FFAC2E, #ff6600);
    background-image: -o-linear-gradient(top, #FFAC2E, #ff6600);
    background-image: linear-gradient(to bottom, #FFAC2E, #ff6600);
}
.loginbtns>input:active{
    background-color: #ff6600;
    background-image: -moz-linear-gradient(top, #ff6600, #ff6600);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6600), to(#ff6600));
    background-image: -webkit-linear-gradient(top, #ff6600, #ff6600);
    background-image: -o-linear-gradient(top, #ff6600, #ff6600);
    background-image: linear-gradient(to bottom, #ff6600, #ff6600);
    -webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
}
.loginbtns>a{
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    border: 1px solid #dadada;
}
.loginbtns>a:hover{
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.loginbtns>a:active{
    background-image: -moz-linear-gradient(top, #eeeeee, #eeeeee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #eeeeee, #eeeeee);
    background-image: -o-linear-gradient(top, #eeeeee, #eeeeee);
    background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
    -webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
}
.otherlogin{
    padding: 13px;
    border-top: 1px solid #dadada;
    text-align: center;
}
.otherlogin span{
    display: inline-block;
    margin-top: -18px;
    line-height: 18px;
    background-color: #fff;
    padding: 0 10px;
    color: #9a9a9a;
}
.otherlogin ul{
    list-style: none;
    text-align: center;
    padding: 15px 0 0;
}
.otherlogin ul li{
    display: inline-block;
    padding: 0 10px;
}
.otherlogin ul li a img{
/*    opacity:0.5;  
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
	border:1px solid #eee;*/
}
.otherlogin ul li a:hover img{
/*    opacity:1;  
    filter:alpha(opacity=100);
    -moz-opacity:1;
	border:1px solid #ccc;*/
}
.login-business{
    background-color: #fcfcfc;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.login-business div{
    font-size: 0;
}
.login-business div a{
    display: inline-block;
    border-right: 1px solid #ececec;
    padding: 94px 0 26px;
    line-height: 30px;
    text-align: center;
    color: #f60;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center 40px;
    background-color: #fcfcfc;
}
.login-business div a:first-child{
    border-left: 1px solid #ececec;
}
.login-business div a:hover{
    text-decoration: none;
    background-color: #fff;
}
.yuming-icon{
    background-image: url(/images/login/ym.png);
}
.email-icon{
    background-image: url(/images/login/mail.png);
}
.server-icon{
    background-image: url(/images/login/server.png);
}
.cloudserver-icon{
    background-image: url(/images/login/cloudserver.png);
}
.login-foot{
    padding: 30px 0 10px;
}
.login-foot p{
    text-align: center;
    font-size: 12px;
    color: #9c9c9c;
}
.login-foot p a{
    color: #9c9c9c;
}
.login-foot p a:hover{
    color: #f90;
    text-decoration: none;
}
.buttonred{
    color: #f60;
    font-size: 14px;
    cursor: pointer;
}
.errorlogin img{
    display: none;
}
.errorlogin label{
    line-height: 20px !important;
}
@media screen and (max-width: 991px) and (min-width: 0px){
    .login-logo{
        float: left;
        width: 50%;
    }
    .login-topright{
        float: right;
        width: 50%;
    }
    .login-bodyleft img{
        width: 100%;
    }
    .login-business div a{
        width: 50%;
        border: 0 !important;
    }
}
@media screen and (max-width: 800px) and (min-width: 0px){
    .login-topright span{
        display: none;
    }
    .login-bodyleft{
        display: none;
    }
}



.google-header{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #FF6600;
    position: relative;
}
.google-header-back{
    font-size: 14px;
    color: #555555;
    height: 14px;
    line-height: 14px;
    /*margin-left: 16px;*/
    position: absolute;
    left: 16px;
}
.google-header-title{
    font-size: 16px;
    color: #FF6600;
}
.google-check-body{
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.google-tip{
    width: 100%;
    height: 28px;
    background: #F8F8F8;
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.google-tip-icon{
    width: 15px;
    height: 15px;
    display: flex;
    margin-left: 9.5px;
}
.google-tip-icon img{
    width: 100%;
    height: 100%;
}
.google-tip-text{
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    margin-left: 9.5px;
}
.google-rand-title{
    margin-top: 24px;
    font-size: 14px;
    color: #777777;
}
.google-ipt{
    margin-top: 10px;
}
.google-err{
    color: #F5222D;
    font-size: 12px;
    margin-top: 4px;
    height: 14px;
}
.google-remember{
    margin-top: 26px;
    height: 15px;
    font-size: 14px;
    color: #555555;
    display:flex ;
    align-items: center
}
.google-remember-checkbox{
    width: 15px;
    height: 15px;
}
.google-remember-text{
    height: 14px;
    font-size: 14px;
    color: #555555;
    margin-left: 8px;
}
.google-check-submit{
    background: #FF6600;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    width: 150px;
    height: 46px;
    color: #FFFFFF;
    line-height: 46px;
    border-radius: 4px;
}
.google-line{
    margin-top: 20px;
    border: 1px solid #EEEEEE;
    width: 100%;
}
.google-bottom-tip{
    margin-top: 14px;
    font-size: 12px;
    color: #666666;
    margin-bottom: 18px;
}
.bottom-tip-li{
    color: #666666;
    margin-bottom: 3px;
}
.bottom-tip-li span{
    color: #1373CC;
}
.google-remember-checkbox input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 16px;
    /*height: 16px;*/
    font-size: 12px;
}
.google-remember-checkbox input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px
}
.google-remember-checkbox input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #FF6600;
}
