*{
    margin: 0;
    padding: 0;
}
html,body,#pc,#mobile{
    height: 100%;
    width: 100%;
    background: #fff;
}
#pc{
    background: #373D41;
}
a{
    text-decoration: none;
    color: #73777A;
    font-size: 14px;
}
li{
    list-style: none;
}
.tabbar{
    position: relative;
    width: 100%;
    height: 76px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    background: #3c8dbc;
    color: #fff;
    box-sizing: border-box;
    line-height: 76px;
    font-size:30px;
}
#logo{
    width: 140px;
    height: 28px;
    position: absolute;
    top: 10px;
    left: 15px;
}
.contain{
    width: 100%;
    height: 100%;
    margin-top: -76px;
    background: url(../../img/newlogin/bg.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 150px 0 118px;
    text-align: center;
}
.login-wrap{
    max-width: 990px;
    width: 100%;
    margin: auto;
    position: relative;
    height: 780px;
}
p{
    margin: 0;
}
.copyright-wrap{
    background: rgba(21,31,38,.2);
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #42525b;
}
.copyright{
    color: #73777a;
    font-size: 14px;
    line-height: 43px;
    padding: 0 60px;
}
.copyright .big a {
    font-size: 14px;
    color: #9b9ea0;
    margin-right: 35px;
    transition: color .3s;
}
.copyright .big a:hover{
    color: #00C1DE;
}
.link-wrap{
    padding-top: 32px;
    box-sizing: border-box;
}
.link-item{
    display: inline-block;
    font-size: 14px;
    color: #73777a;
    margin-right: 10px;
    margin-top: 10px;
    transition: color .3s;
}
.link-item:hover{
    color: #00C1DE;
}
.copyright-info{
    margin-top: 10px;
    margin-bottom: 10px;
}
.desc{
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    top: 90px;
}
.desc h1{
    font-size: 30px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 19px;
    font-weight: bold;
}
.desc li{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    line-height: 30px;
    /*font-size: "微软雅黑light";*/

}
.login{
    width: 380px;
    min-height: 360px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 26px;
    text-align: left;
}
@media screen and (max-width:1024px){
    .login{
        width: 360px;
        min-height: 340px;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        box-sizing: border-box;
        padding: 26px;
        text-align: left;
    }
}
@media screen and (max-width:768px){
    .login{
        width: 320px;
        min-height: 340px;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        box-sizing: border-box;
        padding: 26px;
        text-align: left;
    }
}
.corner-icon-view{
    height: 44px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
.input{
    width: 100%;
    border: 1px solid #ccc;
    height: 42px;
    outline: none;
    margin-bottom: 18px;
    font-size: 12px;
    padding-left: 10px;
    box-sizing: border-box;
}
.input:hover{
    border-color: #00C1DE;
}
input:focus{
    border-color: #00C1DE;
}
.login-btn{
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #3c8dbc;
    border: 1px solid #00c1de;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 1px #ebe7e6;
    box-shadow: 0 1px 1px #ebe7e6;
    outline: none;
    color: #fff;
    cursor: pointer;
}
#mobile{
    width: 100%;
}
#mobile .tabbar{
    background: #3c8dbc;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-bottom: none;
}
#mobile #logo{
    width: 42px;
    height: 42px;
    top: 5px;
}
.mobile-login{
    padding: 22px 15px;
}
.mobile-login p{
    font-size: 12px;
    padding: 5px 0;
    color: #3c8dbc;
}
#mobile .input{
    height: 34px;
    margin-top: 5px;
    font-size: 14px;
    padding-left: 5px;
}
#mobile .login-btn{
    height: 36px;
    line-height: 36px;
}
.login-error {
    border: 1px solid #ff934c;
    background: #fefcee;
    margin-bottom: 16px;
    font-size: 14px;
    padding: 5px 8px;
    overflow: hidden;
    font-size: 12px;
}
.login-error-msg{
    background: url(../../img/newlogin/error.png) no-repeat;
    padding-left: 24px;
    color: #333;
}
.corner-icon-view .login-tip {
    position: absolute;
    top: 0;
    right: 45px;
    display: block;
}
.corner-icon-view .poptip {
    line-height: 16px;
    position: relative;
    z-index: 9999;
    background-color: #fefcee;
    border: 1px solid #ff9000;
    padding: 5px 10px;
    background-color: #e6f9fc;
    border-color: #00c1de
}
.corner-icon-view .poptip .poptip-arrow {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 0;
}
.poptip-content {
    color: #00c1de;
    font-size: 12px;
    font-weight: 400;
}

.poptip-arrow em{
    top: 0;
    left: 1px;
    border-width: 6px 0 6px 6px;
    position: absolute;
    width: 0;
    height: 0;
    border-color: hsla(0,0%,100%,0);
    border-color: transparent \0;
    *border-color: transparent;
    _border-color: tomato;
    /*_-webkit-filter: chroma(color=tomato);*/
    /*_: chroma(color=tomato);*/
    border-style: solid;
    overflow: hidden;
    border-left-color: #00c1de;
}
.poptip-arrow span{
    position: absolute;
    width: 0;
    height: 0;
    border-color: hsla(0,0%,100%,0);
    border-color: transparent \0;
    *border-color: transparent;
    _border-color: tomato;
    /*_-webkit-filter: chroma(color=tomato);*/
    /*_: chroma(color=tomato);*/
    border-style: solid;
    overflow: hidden;
    border-left-color: #e6f9fc;
    border-width: 6px 0 6px 6px;
}
.login-tip{
    cursor: pointer;
}
.qrcode-img {
    position: relative;
    margin: 20px auto;
    font-size: 14px;
    opacity: 1;
    width: 140px;
    height: 140px;
}
.qrcode-desc{
    overflow: hidden;
    margin: 0 auto;
    width: 160px;
    background: url(../../img/newlogin/ewm.png) no-repeat left;
    box-sizing: border-box;
    padding-left: 40px;
    font-size: 12px;
    color: #333;
}
.login-links{
    margin: 8px 0;
    text-align: right;
    zoom: 1;
}
.login-links a{
    color: #9b9ea0;
    margin-left: 15px;
    font-size: 12px;
}
.thirdpart-login-icon {
    background-size: contain;
    background-position: 0 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.icon-taobao{
    background: url(../../img/newlogin/tb.png) no-repeat;
    background-size: cover;
}
.icon-cbu{
    background: url(../../img/newlogin/1688.png) no-repeat;
    background-size: cover;
}
.icon-weibo{
    background: url(../../img/newlogin/weibo.svg) no-repeat;
    background-size: cover;
}
.icon-alipay{
    background: url(../../img/newlogin/alipay.svg) no-repeat;
    background-size: cover;
}
.icon-dingtalk_qr{
    background: url(../../img/newlogin/dingding.svg) no-repeat;
    background-size: cover;
}
.sns-login{
    font-size: 12px;
}
.sns-login div{
    float: left;
}
.mobile-sns-login{
    height: 100px;
    width: 80%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 10%;
    border-top: 1px solid #EBE7E6;
    text-align: center;
}
.mobile-login-title{
    font-size: 12px;
    color: #73777a;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 110px;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -55px;
    background: #fff;
}
#mobile .thirdpart-login-icon {
    background-size: contain;
    background-position: 0 0;
    width: 38px;
    height: 38px;
    display: inline-block;
    background-repeat: no-repeat;
    margin:20px 4px 0px 4px;
}
.help{
    font-size: 12px;
    float: right;
    color: #00C1DE;
}