.container-width{
    width: 1164px;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li>a{
    text-decoration: none;
    background-color: initial !important;
    margin: 0;
    padding: 0;
    color: #333 !important;
}

.nav{
    height: 80px;
    margin: 0 !important;
}

.nav>li{
    display: flex;
    align-items: center;
    height: 80px;
}

.title-png{
    padding: 4px;
    width: 250px;
    margin-top: -4px;
}

.sub-title{
    padding: 2px;
    width: 288px;
    margin-left: 16px;
}

.wechat-box{
    height: 20px;
}

.wechat-icon{
    width: 23px;
}

.btn-download{
    margin-left: 18px;
    width: 165px;
    height: 48px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-download:hover{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-download:active{
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-download:focus{
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}


.form-container{
    width: 1164px;
}

.login-form{
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 35px;
    width: 320px;
    float: right;
    margin-top: 90px;
    margin-bottom: 107px;
}

.login-title{
    font-family: PingFang SC Semibold;
    color: rgba(28,28,28,1);
    font-size: 18px;
    display: inline-block;
    padding: 0;
}

.form-body{
    margin-top:10px;
}

.form-input{
    width:250px;
    height:42px;
    background:rgba(19,121,249, 0.05);
    border-radius:5px;
    border: 0;
    margin-top: 20px;
}
input[placeholder], [placeholder], *[placeholder] {
    color:#999999 !important;
    font-size: 14px;
    padding: 17px 11px;
}

.checkbox{
    position: relative;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkbox input{
    display: none;
}

.checkbox i:before{
    content: url("img/unchecked.png");
    /*content: url("img/checked.png");*/
    position: absolute;
    left: 0;
}

.checked{
    content: url("img/checked.png");
    position: absolute;
    left: 0;
}

.btn-login{
    width: 250px;
    height: 43px;
    color: #fff;
    background-color: #007bff;
}

.btn-login:hover{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-login:active{
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-login:focus{
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}

.btn-tryout{
    margin-top:20px;
    width: 250px;
    height: 43px;
    border: 1px solid #0062cc;
    color: #0062cc;
    background: #fff;
}


.btn-tryout:hover{
    color: #0062cc;
    background-color: #f6f8fd;
    border: 1px solid #0062cc;
}

.btn-tryout:active{
    color: #0062cc;
    background-color: #dae0e5;
    border: 1px solid #0062cc;
}

.btn-tryout:focus{
    color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(248,249,250,.5);
    border: 1px solid #0062cc;
}

.btn-ok{
    width: 54px;
    height: 34px;
    color: #fff;
    background-color: #007bff;
}

.btn-ok:hover{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-ok:active{
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-ok:focus{
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}

.rocket{
    height: 96px;
    width: 96px;
}


.foot-tip{
    width: 96px;
}

.foot-tip-text{
    margin-top:6px;
    color:#888;
    width: 160px;
}


.adv-modal{
    z-index: 9999;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.sub_bg{
    width: 755px;
    margin-top: 54px;
    float: left;
    margin-left: -46px;
}

.adv-box{
    width: 32%;
    max-width: 600px;
    min-width: 450px;
    left: 0;
    right: 0;
    top: 100px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

#adv-body{
    width: 100%;
}

#adv-close{
    position: absolute;
    right: 0;
    width: 6%;
}

.ad-link{
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50%;
    height: 15%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -4%;
}