/*!
QuestMobile Truth 2.0 base css
*/

@charset "utf-8";
*{ margin:0px; padding:0px;}
html {height:100%;}
body{ font-family:"微软雅黑","Microsoft YaHei",Arial; color:#fff; font-size:12px; line-height:140%;background:url(../images/bg1.png) #1d1d1f;height:100%; overflow:hidden;}
h1 , h2 , h3 , h4{ font-weight:normal; display:inline;}
li{ list-style:none;}
i{ font-style:normal;}
a:link , a:visited ,a:active{ text-decoration:none; color:#fff;}
a:hover{ color:#f99b1c;}



#wrap {height:100%}


.content {width:500px;margin:0 auto;}

.logo { width:500px;text-align:center;padding-top:50px;padding-bottom:20px;}


.logincontent { position:relative; text-align:center;margin-top:30px;}

.login-footer {text-align:center;margin-top:30px;}
.login-footer .web { letter-spacing:3px;line-height:24px;}
.login-footer .text {color:#f99b1c;margin-top:10px;}

.login-footer .note{display:block;margin-top: 0;color: #999;font-style: normal;}
#wrap .qmbg{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);min-width: 100%;min-height: 100%;width: auto;height: auto;z-index: -1;}
.loginPanel{position: fixed;top: 50%;transform: translateY(-50%)}
.loginPanel .qr-footer{margin-top: 20px;text-align: center;}
.loginPanel .qr-footer .agreement {color: #999;line-height: 30px;}
.loginPanel .qr-footer .agreement a{color: #999;text-decoration: underline}
.loginPanel .qr-footer .wsite{letter-spacing: 3px;line-height: 24px;}
.loginPanel .qr-footer .wsite a:link,a:visited,a:active{text-decoration: none;color: #666666;}
.loginPanel .qr-footer .wsite a:hover{color: #ffbe14}
.loginPanel .qr-footer .note{color: #999;margin-top: 10px;}
.loginPanel .qr-footer .qr-footer-apply{
    position: relative;
}
.loginPanel .qr-footer .qr-footer-apply .oppicial:hover .tooltip-login{
    display: block;
}
.loginPanel .qr-footer .qr-footer-apply a{
    color: #ffbe14;
}
.loginPanel .qr-footer .qr-footer-apply span{
    cursor: pointer;
}
.loginPanel .qr-footer .tooltip-login{
    display: none;
    position: absolute;
    left: 225px;
}
.loginPanel .qr-footer .tooltip-login .sanjiao{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #fff;
    position: relative;
    left: 48px;
}
.loginPanel .qr-footer .tooltip-login .tipbox{
    width: 85px;
    height: 103px;
    padding: 6px 8px;
    background-color: #fff;
    border-radius: 3px;

}
.loginPanel .qr-footer .tooltip-login .tipbox img{
    width: 85px;
    height: 103px;
}

@media screen and (max-height: 745px) { /* 设置了浏览器高度不大于700px时 */

    .main {top:0;margin-top:90px;}
}
