body{
    font-family:  Arial,sans-serif, microsoft yahei;
    background: #f9f9f9;
    font-size: 14px;
}
.icon-font{
    font-family: 'iconfont' !important;
    font-size: 12px ;
    font-style: normal;
}
.container-fluid{
    padding: 0;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
    background: #611F1B;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    height: 60px;
}

.navbar {
    margin: 0px auto;
    padding: 0 30px;
    position: relative;
    border: none;
    min-height: auto;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color:#611F1B;

}

.navbar-logo {

    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-logo img {
    height: 25px;
    display: block;
}

.navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    -webkit-animation: all 2s ease infinite;
    animation: all 2s ease infinite;
}
.navbar-coll{
    z-index: 2002;
    float: right;
}
.navbar-coll a {
    display: block;
    padding: 0px 25px;
    line-height: 60px;
    height: 58px;
    float: left;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}
.navbar-coll  .reg-a{
    background: #FFFFFF;
}
.navbar-coll  .reg-a  a{

    color: #672622;
}
.navbar-coll a:hover {}
.navbar-coll .nav-item{
    display: inline-block;
    height: 60px;
}
.navbar-coll .nav-item:nth-child(5){
    position: relative;
    padding: 0 7px 0 0;
}
.navbar-coll .nav-item:nth-child(5) a:after{
    position: absolute;
    width: 18px;
    height: 35px;
    content: '';
    background: url(./img/download.png) center no-repeat;
    background-size: 100%;
    right: 0;
    top: 13px;
    z-index: 2;
}
.navbar-coll .nav-item>div{
    height: auto;
    overflow: hidden;
}
.navbar-coll .nav-item .nav-line {

    width: 0%;
    background-color: rgba(255,255,255,0.5);
    display: block;
    height: 2px;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}
/*.navbar-coll .nav-item .reg-a .nav-line{
    background-color: #FFFFFF;
}*/
.navbar-coll .nav-item:hover .nav-line{
    width: 100%;
}
.navbar-coll .nav-item:nth-child(5):hover .nav-line{
    background-color: #611F1B;

}
.right-fix{
    position: fixed;
    right: 0;
    z-index: 600;
    bottom: 100px;
    width: auto;
    padding: 10px 22px;
    display: none;
}
.right-fix img{
    width: 60px;
}
.right-fix>div{
    margin-bottom: 10px;
}
.right-fix .codebtn{
    cursor: pointer;
}
.codebtn .qcode {
    width: 150px;
    position: absolute;
    right: 115px;
    bottom: 10px;
    display: none;
    z-index: 999;
}
.codebtn:hover .qcode {
    display: block;
}
footer {
    padding: 38px 0;
    color: #fff;
    margin-top: 100px;
}
footer .code {
    width:auto;
}
footer .code img{
    width: 65%;
}
footer .code p{
    width: 65%;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    color: #2B2B2B;
}
/*��Ч*/
.ani-slideInUp {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.ani-slideInUp, .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.ani-fadeIn {
    visibility: visible;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.guide{
    color: #2B2B2B;
    margin-top: 140px;

}
h1 {
    font-size: 36px;
    line-height: 49px;
    color: #2B2B2B;
}

.tab-guide{
    padding: 30px 50px;
    background: #ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
}


.tab-item{
    width: 120px;
}
.tab-item a{
    padding: 6px 8px;
    color: #2B2B2B;
    background: rgba(0,0,0,.05);
    width:100%;
    margin-right: 25px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
}
.tab-title-fixed{
    position: fixed;
    top: 60px;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    z-index: 1;
}
.tab-title-fixed-cont{
    padding-left: 50px;
}
.active a{
    background-color:#611F1B ;
    color: #FFFFFF;
}

.tips{
    color: #611F1B;
    font-size: 17px;
    line-height: 35px;
    position: relative;
    padding-left: 36px;
}
.tips:before{
    position: absolute;
    width: 24px;
    content: '';
    height: 24px;
    background: url(./img/tixing.png) no-repeat center;
    background-size: 110%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.tab-content .tab-list:nth-child(2) .tips:before{
    background: url(./img/canyin.png) no-repeat center;
    background-size: 100%;
}
.tab-content .tab-list:nth-child(3) .tips:before{
    width: 26px;
    height: 26px;
    background: url(./img/gongjiao.png) no-repeat center;
    background-size: 100%;
}
.tab-content .tab-list:nth-child(4) .tips:before{
/*    width: 22px;
    height: 22px;
    background: url(./img/weizhi.png) no-repeat center;
    background-size: 100%;*/
}
.info{
    border: 1px solid #611F1B;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 40px;
}
.info p{
    font-size: 14px;
    line-height: 28px;
}




h2{
    font-size: 22px;
    color: #2B2B2B;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}
h2:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 22px;
    top: 50%;
    left: 0;
    background-color: #611f1b;
    transform: translateY(-50%);;

}




.qa {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
}

.qa-num {
    width: 40px;
    height: 40px;
    font-weight: 500;
    font-size: 24px;
    color: #181818;
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
}
.qa-num, .qa-top {
    display: flex;
    align-items: center;
}
.qa-num {
    width: 40px;
    height: 40px;
    font-weight: 500;
    font-size: 24px;
    color: #181818;
    border-radius: 50%;
    background-color:#f2f2f2;
    justify-content: center;
}
.qa-num, .qa-top {
    display: flex;
    align-items: center;
}

.qa-question {
    font-size: 18px;
    color: #181818;
    margin-left: 24px;
}
.qa-question p {
    font-size: 18px;
}
.qa-answer {
    margin-left: 64px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 24px;
}
.qa-answer  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}



.map-content img{
    width: 100%;
}
.map-title{
    font-weight: 500;
    font-size: 18px;
    color: #2B2B2B;
    letter-spacing: .26px;
}



.map-txt {
    margin-top: 10px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 24px;
}

.map-item:nth-child(1){
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(234, 234, 234);
    margin-bottom: 30px;

}












.days{
    font-size: 24px;
    color: #672622;
    line-height: 49px;
}
.days span{
    position: relative;    padding-left: 22px;margin-left: 25px;color: #2B2B2B;
}
.days span:before{
    position: absolute;
    background: url(./img/dingwei.png) no-repeat center;
    width: 14px;
    content: '';
    height: 30px;
    background-size: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.ag-desc{
    background: url("./img/huiyi-bj.jpg") no-repeat center;
    padding: 60px 50px;
    color: #FFFFFF;
    margin-top: 40px;    height: 362px;
}
.ag-desc .ag-desc-tit{
    font-size: 26px;
    font-weight: bold;
    line-height: 49px;
    margin-bottom: 25px;
}

.ag-desc .ag-desc-cont{
    font-size: 22px;
    line-height: 36px;
}
.ag-cont{
    padding: 40px;
    background-color: #ffffff;
}
.ad-list p{
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 24px;
}
.ad-list .row div{
    font-size: 20px;
    line-height: 24px;
}

.ad-list .row {
    color: #2B2B2B;
}


.ad-list .row{
    padding: 36px 0;
    border-bottom: 1px solid rgb(43 43 43 / 20%);
}
.ad-list .row:first-child div{
    color: #A8A8A8;
}

.ad-list .row:first-child {
    border-bottom:none;
    padding: 0;
}

.ad-list .row:last-child  {
    border-bottom:none;
}
.ad-list  .more{
    color: #515151;
}
.reg-btn{
    width: 210px;
    height: 60px;
    background: #AF322B;
    text-align: center;
    margin: 0 auto;
}
.reg-btn a{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 60px;
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,20%,0);
        transform: translate3d(0,20%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (max-width: 768px) {
    .navbar {
        position: relative;    z-index: 9999;    width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
    .navbar-logo {
        padding-top: 0;
        width: 50%;
    }
    .navbar-logo img {
        height: 22px;
        margin-top: 12px;
    }
    .navbar-toggle {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 26px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        border: none;
    }
    .enter-active {
        -webkit-animation: van-fade-in .3s ease-out both;
        animation: van-fade-in .3s ease-out both
    }

    .leave-active {
        -webkit-animation: van-fade-out .3s ease-in both;
        animation: van-fade-out .3s ease-in both
    }
    .navbar-toggle .icon-caidan,
    .navbar-toggle .icon-guanbi {
        color: #ffffff;
        font-size: 30px;
    }

    .navbar-coll {

        margin-left: 0px;
        padding-bottom: 50px;
        position: fixed;
        max-height: 100%;
        overflow-y: auto;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        top: 50%;
        right: 0;
        transition: all .3s;
        transition: all .3s,-webkit-transform .3s;
        -webkit-transform: translate3d(100%,-50%,0) !important;
        transform: translate3d(100%,-50%,0) !important;
        height: 100%;
        width: 35%;
    }
    .navbar-coll .navbar-menu .reg-a{
        background-color: #ffffff;
    }
    .header-active .navbar-coll{
        -webkit-transform: translate3d(0,-50%,0) !important;
        transform: translate3d(0,-50%,0) !important;
    }
    .navbar-menu{
        padding-top:48px;;
    }
    .navbar-coll a {
        display: block;
        float: none;
        border-bottom: 1px solid #DCDDE2;
        font-size: 16px;
        color: #333;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;    width: 200px;
    }
    .navbar-toggle .icon-caidan,
    .navbar-toggle .icon-guanbi {
        color: #ffffff;
        font-size: 30px;
    }
    .hidden-xs{
        display: none !important;;
    }
    .mobile-reg {
        position: fixed;
        width: 100%;
        height: 80px;
        bottom: 0;
        z-index: 2003;
        text-align: center;
        line-height: 60px;

        background-color: #611F1B;

    }
    .mobile-reg a{
        color: #ffffff;
    }

    header{
        height: 50px;
    }
    footer{
        margin-top: 40px;
        padding-bottom: 80px;
    }
    footer .code img{
        width: 100%;
    }
    footer .code p{
        width: auto;
        padding: 0;    float: none;
    }
    .guide {
        margin-top: 70px;
    }
    h1{
        font-size: 22px;
        line-height: 32px;
    }
    h2{
        font-size: 18px;
        line-height: 27px;
        margin: 30px 0 6px;
    }

    .tab-guide{
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
   .info{
       padding: 5px 10px;    margin-bottom: 20px;

   }
    .tips{
        font-size: 14px;
    }
    .info p{
        font-size: 12px;
    }
    .tab-item {
        width: 80px;  padding-right: 4px;
        padding-left: 0;
    }
    .tab-title-fixed{
        top: 50px;
    }
    .tab-title-fixed-cont{
        padding: 0;
    }
    .tab-item a{
        font-size: 14px;
    }
    .qa-num{
        font-size: 12px;
        width: 24px;
        height: 24px;
    }
    .qa-question{
        margin-left: 14px;    font-size: 14px;
    }
    .qa-question p{
        font-size: 16px;
    }
    .qa-answer{
        margin-left: 38px;
    }
    .qa{
        margin-top: 12px;
        padding-bottom: 12px;
    }
   .qa:nth-child(8) .qa-num{
       width: 40px;
   }
    .ad-list .row:first-child{
        display: none;
    }
    .ad-list .row div{
        font-size: 15px;
    }
    .ad-list .row{
        padding: 12px 0;
    }
    .tab-title>div{
        margin: 0;
    }



    footer .xq-code {
        width: 190px;
    }
    footer .code img {
        width: 100px;
    }
    footer .code p{
        width: 100px;
    }
    .right-fix img{
        width: 50px;
    }
    .codebtn .qcode{
        width: 118px;
    }
   .right-fix{
        display: none!important;
    }
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .d-lg-none{
        display: none;
    }
    .navbar-logo {
        width: 40%;
    }
    .navbar-coll a{
        padding: 0px 12px;
        font-size: 14px;
    }
    .guide {
        margin-top: 110px;
    }
    h1{
        font-size: 23px;
        line-height: 31px;
    }
    h2{
        font-size: 16px;
        line-height: 31px;
        margin: 20px 0 10px;
    }
    .days{
        font-size: 15px;
        line-height: 31px;
    }
    .ag-desc{
        padding: 40px 30px;
        margin-top: 20px;
        height: 226px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 15px;
        line-height: 31px;
        margin-bottom: 8px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 14px;
        line-height: 24px;
    }
    .ag-cont{
        padding: 20px;
    }
    .ad-list p{
        font-size: 14px;
        line-height: 24px;
    }
    .ad-list .row div{
        font-size: 14px;
        line-height: 24px;
    }
    .ad-list .row{
        padding: 12px 0;
    }
    .ad-list .row:first-child div{
        font-size: 14px;
        line-height: 24px;
    }
    .reg-btn{
        width: 130px;
        height: 38px;
    }
    .reg-btn a{
        font-size: 14px;
        line-height: 38px;
    }
    footer .xq-code {
        width: 230px;
    }
    footer .code img {
        width: 100px
    }
    footer .code p{
        width: 100px;
    }
    .right-fix img{
        width: 40px;
    }
    .codebtn .qcode{
        width: 100px;
    }
}

@media (min-width: 992px) {
    .navbar-coll a {
        padding: 0px 17px;
        font-size: 16px;
    }

}

@media (min-width: 1200px) {
    .qa-question p{
        font-size: 16px;
    }
    .qa-answer p{
        font-size: 12px;
    }
    .qa-num{
        width: 35px;
        height: 35px  ;  font-size: 18px;
    }
    .qa {
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eaeaea;
    }
}

@media (min-width: 1400px) {
    .qa {
        margin-top: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #eaeaea;
    }
    .qa-question p{
        font-size: 18px;
    }
    .qa-answer p{
        font-size: 14px;
    }
    .guide {
        margin-top: 120px;
    }
    .qa-num{
        width: 40px;
        height: 40px; font-size: 24px;
    }
    h1{
        font-size: 26px;
        line-height: 36px;
    }
    h2{
        font-size: 19px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .days{
        font-size: 18px;
        line-height: 36px;
    }
    .ag-desc{
        padding: 46px 38px;
        margin-top: 25px;
        height: 264px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 19px;
        line-height: 36px;
        margin-bottom: 14px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 16px;
        line-height: 26px;
    }
    .ag-cont{
        padding: 30px;
    }
    .ad-list p{
        font-size: 14px;
        line-height: 24px;
    }
    .ad-list .row div{
        font-size: 16px;
        line-height: 26px;
    }
    .ad-list .row{
        padding: 15px 0;
    }
    .ad-list .row:first-child div{
        font-size: 16px;
        line-height: 36px;
    }
    .reg-btn{
        width: 153px;
        height: 44px;
    }
    .reg-btn a{
        font-size: 16px;
        line-height: 44px;
    }
    footer .xq-code {
        width: 267px;
    }
    footer .code img {
        width: 118px
    }
    footer .code p{
        width: 118px;
    }
    .right-fix img{
        width: 50px;
    }
    .codebtn .qcode{
        width: 118px;
    }
}


@media (min-width: 1600px) {

    .container {
        max-width: 1440px;
        padding-left: 0;
        padding-right: 0;
    }
    .guide {
        margin-top: 140px;
    }
    h1{
        font-size: 36px;
        line-height: 49px;
    }
    h2{
        font-size: 22px;
        line-height: 33px;
        margin: 30px 0 15px;
    }
    .days{
        font-size: 24px;
        line-height: 49px;
    }
    .ag-desc{
        padding: 60px 50px;
        margin-top: 40px;
        height: 362px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 26px;
        line-height: 49px;
        margin-bottom: 25px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 22px;
        line-height: 36px;
    }
    .ag-cont{
        padding: 40px;
    }
    .ad-list p{
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 24px;
    }
    .ad-list .row div{
        font-size: 18px;
        line-height: 24px;
    }
    .ad-list .row{
        padding: 20px 0;
    }
    .ad-list .row:first-child div{
        font-size: 18px;
        line-height: 24px;
    }
    .reg-btn{
        width: 210px;
        height: 60px;
    }
    .reg-btn a{
        font-size: 22px;
        line-height: 60px;
    }
    footer .xq-code {
        width:auto;
    }
    footer .code img {
        width: 162px
    }
    footer .code p{
        width: 162px;
    }
    .right-fix img{
        width: 60px;
    }
    .codebtn .qcode{
        width: 162px;
    }
}

@keyframes van-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
