.main_container{
    font-size: 16px;
}
.main_container *{
    box-sizing: border-box;
}
.primary-color{
    color: #FE6700;
}
.common_width{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 66px;
}


.main_container .common_title .subtitle{
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}
.main_container .common_title{
    text-align: center;
    padding: 25px 0;
}
.main_container .common_title h1{
    font-size: 24px;
    margin: 0 0 10px;
}
.main_container .content_section > div{
    padding-bottom: 25px;
}
.content_section .recommend{
    display: flex;
}
.recommend .right_content{
    flex: 1;
}
.recommend .left_bg{
    margin-right: 15px;
    position: relative;
}
.left_bg .count_box{
    position: absolute;
    top: 25px;
    display: inline-block;
    font-weight: bold;
    color: white;
    background: rgba(255,255,255,0.5);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 235px;
    font-size: 14px;
    border-radius: 27px;
    padding: 0 20px;
    line-height: 40px;

}
#countdown{
    font-size: 24px;
    vertical-align: bottom;
}
.right_content .re_numbox{
    display: flex;
    flex-wrap: wrap;
}
.right_content .re_numbox > div{
    border: 1px solid #F0F0F0;
    min-width: 200px;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
    margin: 0 -1px -1px 0;
    flex: 1;
}
.right_content .re_numbox .re_number{
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 18.5px;
}
.right_content .re_numbox .re_number .re_number_link{
    color: #666666;
}
.right_content .re_numbox .re_number > span{
    color: #FE6700;
}
.right_content .re_numbox .consult{
    color: #FE6700;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.right_content .re_bg{
    display: flex;
    background: url("../images/index/re_bg.png") no-repeat -1px / 101% 101%;
    justify-content: space-between;
}
.re_bg > div{
    flex: 1;
}
.re_bg > div:first-child{
    text-align: center;
}
.re_bg > div:first-child div{
    text-align: left;
    display: inline-block;
}
.re_bg div:nth-child(2){
    color: #666;
}
.re_bg div:first-child p{
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin: 0 0 15px;
}
.re_bg div:first-child span{
    color: #999;
}
.re_bg div:nth-child(2){
    display: flex;
    align-items: center;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    justify-content: center;
    font-size: 17px;
}
.re_bg div:nth-child(3){
    display: flex;
    align-items: center;
    justify-content: center;
}
.re_bg div:nth-child(3) a{
    font-size: 18px;
    padding: 8px 15px;
    color: #ff6600;
    border-radius: 4px;
    border: 1px solid #FF6600;
}
.process_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.process_box > img{
    margin: 0 15px;
}
.process_box .process_list{
    display: flex;
    align-items: center;
}
.process_list img{
    margin-right: 15px;
}
.process_list div{
    width: 112px;
}
.package_box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}
.package_box .package_list{
    width: 30%;
    box-shadow: 0px 5px 20px 0px rgba(185, 185, 185, 0.2);
    color: #333;
    border-radius: 4px;
    position: relative;
}
.package_list .price_box{
    padding: 20px 30px;
}
.package_list .p_price{
    font-size: 48px;
    font-weight: bold;
    color: #ff6600;
}
.package_list ul{
    margin: 0 20px;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.package_list ul li {
    display: flex;
    align-items: center;
    line-height: 30px;
    padding: 0 10px;
}
.package_list ul li img{
    margin-right: 15px;
}
.ex_box{
    margin: 0 20px;
}
.ex_box .ex_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ex_box h3{
    color: #ff6600;
    font-size: 18px;
    margin: 10px 0;
}
.ex_box .ex_list .page_list_link{
    color: #333;
}
.ex_list{
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
    height: 90px;
}
.ex_list > div{
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
}
.ex_list div > span{
    cursor: pointer;
    position: relative;
}
.ex_list div > span:hover{
    color: #ff6600;
}
.ex_list div > span:hover .showtype{
    display: inline-block;
}
.showtype{
    display: none;
    position: absolute;
    color: #ff0000;
    left: -17px;
    right: -17px;
    background: #fff;
    z-index: 1;
    font-size: 12px;
    top: 30px;
    box-shadow: 0px 0px 4px 2px rgb(102 102 102 / 10%);
    text-align: center;
    padding: 0 6px;
}
.showtype::before{
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(
            -45deg);
    box-shadow: 1px -2px 2px rgb(185 185 185 / 20%);
}
.ex_title span{
    cursor: pointer;
    color: #999;
    font-size: 14px;
}
.contact_link a{
    display: block;
    padding: 15px 0;
    color: #fff;
    background-color: #ff6600;
    text-align: center;
    border-radius: 4px;
}
.coner_box{
    position: absolute;
    top: -19px;
    right: -17px;
    background: url("./img/cornmark.png") no-repeat;
    width: 121px;
    height: 93px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.coner_box span{
    margin-top: 18px;
    display: inline-block;
}
.de_content{
    display: flex;
    flex-wrap: wrap;
}
.de_content ul li{
    display: flex;
    align-items: center;
    color: #666;
    max-width: 330px;
    padding: 15px 0;
    line-height: 24px;
    text-align: justify;
}
.de_content .spot{
    font-size: 24px;
    color: #f60;
    margin-right: 10px;
}
.de_box{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fun_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fun_list > div{
    flex: auto;
    display: flex;
    align-items: flex-start;
    max-width: 32%;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 125px;
}
.fun_list > div img{
    margin-right: 15px;
}
.fun_list span{
    color: #666;
    font-size: 14px;
    text-align: justify;
    display: inline-block;
    width: 275px;
}
.fun_title{
    font-size: 18px;
    margin-bottom: 10px;
}
.fun_list div:first-child .fun_title{
    color: #FFBB12;
}
.fun_list div:nth-child(1) .fun_title{
    color: #EB6419;
}
.fun_list div:nth-child(2) .fun_title{
    color: #EB6419;
}
.fun_list div:nth-child(3) .fun_title{
    color: #EA3D3C;
}
.fun_list div:nth-child(4) .fun_title{
    color: #69C0B1;
}
.fun_list div:nth-child(5) .fun_title{
    color: #64A3AA;
}
.fun_list div:nth-child(6) .fun_title{
    color: #3686BB;
}
.fun_list div:nth-child(7) .fun_title{
    color: #225081;
}
.fun_list div:nth-child(8) .fun_title{
    color: #0060FF;
}
.fun_list div:nth-child(9) .fun_title{
    color: #FFBB12;
}
.fun_list div:nth-child(10) .fun_title{
    color: #C0BA16;
}
.fun_list div:nth-child(11) .fun_title{
    color: #3F36BB;
}
.fun_list div:nth-child(12) .fun_title{
    color: #FF12D5;
}
.fun_list div:nth-child(13) .fun_title{
    color: #EA3D3C;
}
.base_fun{
    background: #F5F8FF;
}
.funPlus .plus_list{
    display: flex;
    flex-wrap: wrap;
}
.plus_list > div{
    text-align: center;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 24px;
}
.plus_list .plus_title{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 15px;
}
.plus_list > div span{
    font-size: 14px;
    font-weight: 300;
}
.qes_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qes_list > div{
    border: 1px solid #CCCCCC;
    width: 24%;
    padding: 20px;
    font-size: 14px;
    color: #999;
    text-align: justify;
}
.qes_list > div a{
    color: #999;
}
.qes_list .qes_title{
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
}
.de_content img{
    width: 100%;
}
.banner-swiper img{
    width: 100%;
}
@media (max-width: 1200px) {
    .common_width{
        width: 95%;
    }
    .recommend .left_bg{
        display: none;
    }
    .package_box{
        justify-content: center;
    }
    .package_box .package_list{
        width: 51%;
        margin-bottom: 40px;
    }
    .de_content{
        justify-content: center;
    }
    .de_box{
        flex: unset;
    }
    .de_content ul li{
        max-width: unset;
    }
    .fun_list > div{
        max-width: 48%;
    }
    .plus_list > div{
        width: 33.33%;
    }
    .qes_list > div{
        width: 49%;
        margin-bottom: 15px;
    }
    .fun_list span{
        width: auto;
    }
    .process_box img:nth-child(4){
        display: none;
    }
    .process_box .process_list{
        padding: 15px 0;
    }
}

@media (max-width: 768px) {
    .plus_list > div{
        width: 50%;
        padding: 0 10px;
    }
    .package_box .package_list{
        max-width: 375px;
        width: 100%;
    }
    .process_box>img{
        display: none;
    }
}
@media (max-width: 700px) {
    .re_bg > div:first-child{
        display: none;
    }
}
@media (max-width: 576px) {
    .re_bg > div:nth-child(2){
        display: none;
    }
    .fun_list > div{
        max-width: 100%;
    }
    .right_content .re_numbox > div{
        min-width: 170px;
    }
    .right_content .re_numbox .re_number{
        margin-bottom: 10px;
    }
}