html,
body,
.container {
    height: 100%;
    width: 100%;
    position: relative;
}

.content {
    background: url("../assets/img/wrap1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.wrap0 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: #111;
}


.wrap0 .progress {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 400px;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: 24px 0;
    padding-top: 200px;
    text-align: center;
    background: url("../assets/img/logo_white.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.wrap0 .progress .bar {
    height: 3px;
    background: #222;
    margin: 0 auto 20px auto;
    position: relative;
}

.wrap0 .progress .bar span {
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #dfa93b;
}

.wrap0 .progress strong {
    font-size: 16px;
    color: #fff;
}

.filter {
    width: 100%;
    height: 100%;
    background-image: url("../assets/img/filter.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.content .title {
    background-image: url("../assets/img/title.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1024px;
    height: 620px;
    top: -15%;
    position: absolute;
    left: 34%;
    -webkit-transition: all 0.6s 0.2s ease-out;
    -o-transition: all 0.6s 0.2s ease-out;
    -moz-transition: all 0.6s 0.2s ease-out;
    transition: all 0.6s 0.2s ease-out;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content .title.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.content .subTitle.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.content .btn-wrap {
    position: absolute;
    width: 560px;
    height: 238px;
    z-index: 2;
    bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    margin-left: -312px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content .btn {
    width: 68px;
    cursor: pointer;
    position: relative;
    -webkit-animation-name: Sence;
    -moz-animation-name: Sence;
    -o-animation-name: Sence;
    animation-name: Sence;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.content .btn-wrap .btn1 {
    background-image: url(../assets/img/btn1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    left: 6%;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: top;
    -o-transition-property: top;
    -moz-transition-property: top;
    transition-property: top;
    top: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.content .btn-wrap .btn2 {
    background-image: url(../assets/img/btn2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    left: 6%;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: top;
    -o-transition-property: top;
    -moz-transition-property: top;
    transition-property: top;
    top: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.content .btn-wrap .btn3 {
    background-image: url(../assets/img/btn3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    left: 6%;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: top;
    -o-transition-property: top;
    -moz-transition-property: top;
    transition-property: top;
    top: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.content .btn-wrap .btn4 {
    background-image: url(../assets/img/btn4.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    left: 6%;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: top;
    -o-transition-property: top;
    -moz-transition-property: top;
    transition-property: top;
    top: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.content .btn-wrap .btn5 {
    background-image: url(../assets/img/btn5.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    left: 6%;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: top;
    -o-transition-property: top;
    -moz-transition-property: top;
    transition-property: top;
    top: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.content .btn-wrap .btn6 {
    background-image: url(../assets/img/btn6.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    left: 6%;
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: top;
    -o-transition-property: top;
    -moz-transition-property: top;
    transition-property: top;
    top: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.content .btn-wrap .btn7 {
    background-image: url(../assets/img/download.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    left: 6%;
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    -o-animation-delay: 2.8s;
    animation-delay: 2.8s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: top;
    -o-transition-property: top;
    -moz-transition-property: top;
    transition-property: top;
    top: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.content .btn-wrap .btn1:hover {
    background-image: url(../assets/img/btn1_active.png);
    top: -16%;
}

.content .btn-wrap .btn2:hover {
    background-image: url(../assets/img/btn2_active.png);
    top: -16%;
}

.content .btn-wrap .btn3:hover {
    background-image: url(../assets/img/btn3_active.png);
    top: -16%;
}

.content .btn-wrap .btn4:hover {
    background-image: url(../assets/img/btn4_active.png);
    top: -16%;
}

.content .btn-wrap .btn5:hover {
    background-image: url(../assets/img/btn5_active.png);
    top: -16%;
}

.content .btn-wrap .btn6:hover {
    background-image: url(../assets/img/btn6_active.png);
    top: -16%;
}

.content .btn-wrap .btn7:hover {
    background-image: url(../assets/img/download.png);
    top: -16%;
}

/*.content .download {*/
/*  cursor: pointer;*/
/*  position: absolute;*/
/*  left: 70%;*/
/*  top: 63%;*/
/*  bottom: 325px;*/
/*  height: 240px;*/
/*  width: 61px;*/
/*  margin-left: -57px;*/
/*  background-image: url("../assets/img/download.png");*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/
@-webkit-keyframes Sence {
    from {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes Sence {
    from {
        opacity: 0;
        -moz-transform: scale(3);
        transform: scale(3);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes Sence {
    from {
        opacity: 0;
        -o-transform: scale(3);
        transform: scale(3);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes Sence {
    from {
        opacity: 0;
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.modal-wrap {
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 998;
    position: fixed;
}

.modal {
    z-index: 999;
    left: 50%;
    top: 50%;
    position: fixed;
    background-color: white;
    width: 350px;
    padding: 0 20px;
    padding-top: 50px;
    padding-bottom: 40px;
    min-height: 250px;
    border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.right_info {
    position: absolute;
    right: 15px;
    top: 30px;
}

.right_info .menu {
    position: absolute;
    width: 300px;
    height: 65px;
    left: -300px;
    display: flex;
}

.right_info .menu a {
    color: #ffffff;
    display: block;
    padding: 10px 38px;
    text-align: center;
    background: url("../assets/img/ml.png") no-repeat right 0;
}

.right_info .menu .title {
    font-size: 18px;
}

.right_info .menu .short {
    font-size: 12px;
}

.login_text {
    width: 120px;
    height: 35px;
    background-image: url("../assets/img/login_text.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 12px;
}

.modal .close {
    width: 20px;
    height: 20px;
    background-image: url("../assets/img/close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal .tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #11100e;
    font-size: 20px;
}

.modal .tab {
    position: relative;
    flex: 1;
    text-align: center;
    align-items: center;
}

.tab.active::after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #11100e;
    position: absolute;
    left: 50%;
    transform: translateX(-25px);
    border-radius: 4px;
}

.modal-content {
    margin-top: 40px;
}

.phone_bg {
    width: 20px;
    height: 28px;
    background-image: url("../assets/img/mobile.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pwd_bg {
    width: 20px;
    height: 28px;
    background-image: url("../assets/img/pwd.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.none_bg {
    width: 20px;
    height: 28px;
}

.input_item {
    display: flex;
    padding: 0 0.8rem;
    align-items: center;
}

.input_item input {
    padding: 5px 15px;
    flex: 1;
    margin-left: 10px;
}

.submit_login,
.next_step,
.submit {
    margin: 0 auto;
    margin-top: 40px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    background: #d67d1d;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    text-align: center;
}

.forget_pwd {
    margin: 0 auto;
    margin-top: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: #11100e;
    text-align: center;
}

.verificationCode {
    margin-top: 40px;
    padding: 0 0.8rem;
    display: flex;
}

.verificationCode > div {
    border-bottom: 1px solid #a09f9f;
    display: flex;
    width: 100%;
    align-items: center;
    height: 39px;
}

.verificationCode input {
    flex: 1;
    padding: 5px 15px;
}

.verificationCode .send {
    text-align: center;
    height: 30px;
    min-width: 80px;
    line-height: 30px;
    border: 1px solid #4d4d4d;
    border-radius: 20px;
    color: #242424;
    font-size: 14px;
}

.login_info {
    color: white;
    margin-right: 10px;
}

.login_info > .login_info_content {
    display: flex;
    align-items: center;
}

.login_info .down {
    position: relative;
    top: 0;
    margin-left: 8px;
    width: 8px;
    height: 4px;
    background-image: url("../assets/img/down.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: All 0.4s ease-in-out;
}

.login_info .down.active {
    transform: rotate(180deg);
}

.navbar {
    width: 80px;
    text-align: center;
    background-color: #432d10;
    position: absolute;
    right: 10px;
    top: 130%;
    z-index: 99;
    color: white;
    font-size: 14px;
}

.navbar > div {
    height: 35px;
    line-height: 35px;
}

.tips {
    margin-top: 0.08rem;
    color: red;
    padding: 0 0.8rem;
}

.other_tabs {
    font-size: 20px;
}

.cursor {
    cursor: pointer;
}

.modal-info {
    z-index: 1000;
    background-image: url("../assets/img/info_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50%;
    height: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
}

.modal-info .high_light {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 80%;
    background-image: url("../assets/img/high_light.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.modal-info .info_content {
    margin: 0 20px;
    height: calc(100% - 100px);
    overflow-y: auto;
    background-image: url("../assets/img/text_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.modal-info .info_content .header {
    height: 50px;
    width: 100%;
    background-image: url("../assets/img/header_bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff9e6;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}

.modal-info .all_header {
    position: relative;
    height: 80px;
    width: 100%;
}

.modal-info .all_header .title1,
.modal-info .all_header .title2,
.modal-info .all_header .title3,
.modal-info .all_header .title4,
.modal-info .all_header .title5 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.modal-info .all_header .title1 {
    background-image: url("../assets/img/modal_title1.png");
}

.modal-info .all_header .title2 {
    background-image: url("../assets/img/modal_title2.png");
}

.modal-info .all_header .title3 {
    background-image: url("../assets/img/modal_title3.png");
}

.modal-info .all_header .title4 {
    background-image: url("../assets/img/modal_title4.png");
}

.modal-info .all_header .title5 {
    background-image: url("../assets/img/modal_title5.png");
}

.modal-info .all_header .yellow_close {
    position: absolute;
    right: 20px;
    top: 15px;
    height: 30px;
    width: 30px;
    background-image: url("../assets/img/yellow_close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*滚动条样式*/
.modal-info .info_content::-webkit-scrollbar {
    width: 10px;
    /*height: 4px;*/
}

.modal-info .info_content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #bc7515;
    cursor: pointer;
}

.modal-info .info_content::-webkit-scrollbar-track {
    border-radius: 0;
    background: #180a02;
}

.info_text {
    color: white;
    padding: 0 10px;
    padding-top: 10px;
    font-size: 12px;
}

.modal-info .header_bg {
    height: 50px;
    width: 100%;
    background-image: url("../assets/img/header_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff9e6;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    position: absolute;
}

.loading-wrap {
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 1998;
    position: fixed;
}

.loading {
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 1999;
    position: fixed;
}

.loading img {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-25px, -25px);
}


.model{
    position:fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    display: none;
    
}

.model .box{
    width: 295px;
    height: auto;
    background-color: #fff;
    margin: 0 auto 0 auto;
    padding: 35px 35px 25px 35px;
    border-top: #0773e6 solid 3px;
    border-radius: 6px;
    position: relative;
}

.model .box .tab{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 42px;
    line-height: 42px;
    border-bottom: #dcdcdc solid 1px;
    margin-bottom: 10px;
}

.model .box .tab li{
    float: left;
    margin-right: 25px;
    cursor: pointer;
    font-size: 20px;
    height: 41px;
    /* padding: 0 5px; */
}

.model .box .tab li.active{
    border-bottom: #0383e3 solid 2px;
    width: auto;
    color: #0383e3;
}

.form-item input{
    background: none;
    border: none;
    border-bottom:solid 1px #dcdcdc ;
    height: 38px;
    margin-top: 10px;
    width: 100%;
}

.form-item .sendCode{
    background: none;
    border: none;
    border-bottom:solid 1px #0773e6 ;
    color: #0773e6;
    height: 38px;
    line-height: 38px;
    margin-left: 10px; 
    flex-shrink: 0;
}

.form-item .sendCode:disabled{
    border-color: #dcdcdc;
    color: #d3d3d3;
}

.double-column{
    display: flex; 
    align-items:flex-end; 
    justify-content: space-between;
}

.form-btn {
    margin-top: 20px;
}

.form-btn button{
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #fff;
    background: none;
    border: none;
    background-image:linear-gradient(#0477de, #00adf8);
    font-weight: bold;
}

.model .box div.close{
    width: 34px;
    height: 34px;
    background: url(../img/close.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.error-tps{
    font-size: 14px;
    padding: 5px 0;
    color: #fc5151;
    display: none;
}

.slider-model{
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

#slider{
    margin: 32px auto!important;
}

.slider-model .box{
    width: 330px;
    height: 290px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    position: relative;
}

.slider-model .box .title{
    height: 35px;
    line-height: 35px;
    background: #e7e7e7;
    padding: 0 10px;
    font-size: 16px;
    color: #212121;
}

.slider-model .box .close{
    position: absolute;
    top: 8px;
    right: 10px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 	
    -webkit-transform:rotate(45deg); 
    -o-transform:rotate(45deg);
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
}
