.section .section-box-title{
    font-size: 38px;
    line-height: 1;
}
.case_new .section_div{
    text-align: center;
}
.case_new .case_list{
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.case_new .case_list .case_items,.case_new .case_list a, .case_new .case_list div{
    float: left;
    margin: 0 10px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #333;
    font-weight: 100;
}
.case_new .case_list div {
    cursor: none;
}
.case_new .case_list a {
    float: right;
}
.case_new .case_list .hot,.case_new .case_list .case_items:hover,.case_new .case_list a:hover{
    color: #2840B6;
    font-weight: bold;
}
.case_new .case_list .hot:after{
    content: '';
    margin: 15px auto 0;
    width: 60px;
    height: 3px;
    background: #2840B6;
    display: block;
}
.case_show {
    position: relative;
    height: 605px;
}
.case_item_box {
    position: relative;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 6%);
    width: 1170px;
    height: 550px;
    margin: 0 auto;
}
.case_show .case_item {
    position: absolute;
    display: none;
    width: 1170px;
    height: 550px;
    overflow: hidden;
}
.case_show .case_item:first-child {
    display: block;
}
.case_show .carouselBtn {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    margin-top: -64px;
    cursor: pointer;
}
.case_show .carouselBtn.left {
    left: -74px;
}
.case_show .carouselBtn.right {
    right: -74px;
    transform: rotate(180deg)
}
.case_show .carouselBtn img {
    width: 100%;
    height: 100%;
    opacity: .5;
}
.case_show .carouselBtn:hover img {
    opacity: .8;
}
.case_new .case_show .header{
    height: 55px;
}
.case_new .case_show .case_main{
    display: block;
    position: absolute;
    padding: 30px 30px 80px;
    width: 1168px;
    overflow: hidden;
    box-sizing: border-box;
    height: 550px;
    cursor: pointer;
    margin: 0;
    z-index: 1;
    opacity: 0;
}
.case_new .case_main h3{
    font-size: 22px;
    text-align: left;
    clear: both;
    margin: 0 10px 30px;
}
.case_new .case_main .left_view{
    width: 374px;
    margin: 0 10px;
}
.case_new .case_main .left_view,.case_new .case_main .right_view{
    box-shadow: 2px 2px 10px rgba(0,0,0,.06);
    box-sizing: border-box;
    float: left;
    border-radius: 4px;
    height: 412px;
}
.case_new .left_view .title{
    padding-left: 10px;
}
.case_new .left_view .title {
    font-size: 16px;
    text-align: left;
}
.case_new .left_view .img_box {
    height: 168px;
    overflow: hidden;
    margin: 10px;
    background: #999;
}
.case_new .left_view .img_box img {
    max-height: 100%;
    margin: 10px;
}
.case_new .left_view ul{
    overflow: hidden;
}
.case_new .left_view li{
    float: left;
    margin: 10px;
    background: #F8F8F8;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
.case_new .left_view li:nth-child(1),
.case_new .left_view li:nth-child(3) {
    width: 110px;
}
.case_new .left_view li:nth-child(2) {
    width: 134px;
}
.case_new .left_view li h4{
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
}
.case_new .left_view li p{
    color: #222222;
    font-size: 20px;
}
.case_new .case_main .right_view{
    margin: 0 10px;
    width: calc(100% - 414px);
    font-size: 14px;
    position: relative;
}
.case_new .case_main .right_view .tips{
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 100px;
    font-size: 22px;
    color: #999;
}
.case_new .right_view .table_view{
    width: 100%;
    text-align: left;
}
.case_new .right_view .table_view td{
    padding-left: 30px;
}
.case_new .right_view .table_view td:nth-child(1) {
    width: 346px;
}
.case_new .right_view .table_view td:nth-child(2) {
    width: 140px;
}
.case_new .right_view .table_view td:nth-child(3) {
    width: 210px;
}
.case_new .right_view .table_view .table_header{
    background: #F8F8F8;
    line-height: 44px;
}
.case_new .right_view .table_view .row td{
    border-bottom: 1px solid #F5F5F7;
    line-height: 44px;
    color: #999;
}
.case_new .right_view .table_view .row td div {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.case_new .right_view .table_view .row td div img{
    max-height: 100%;
}
@media screen and (max-width: 768px) {
    .case_show,
    .case_new .case_show .header,
    .case_show .case_item {
        height: auto;
    }
    .case_item_box {
        width: 100%;
        height: auto;
        box-shadow: none;
    }
    .case_show .case_item {
        position: relative;
        width: 100%;
    }
    .case_new .case_show .case_main {
        position: relative;
        display: none;
        width: 100%;
        height: auto;
        padding: 0 10px;
    }
    .case_new .case_show .case_main.cur {
        display: block;
    }
    .case_new .case_main h3 {
        margin: 0 0 10px;
    }
    .case_new .case_main .left_view,
    .case_new .case_main .right_view {
        width: 100%;
        float: none;
        margin: 0;
    }
    .case_new .case_main .left_view {
        margin-bottom: 25px;
    }
    .case_new .case_main .right_view {
        height: auto;
        margin-bottom: 20px;
    }
    .case_new .case_main .right_view .tips {
        position: relative;
        font-size: 14px;
        line-height: 35px;
    }
    .case_new .right_view .table_view td:nth-child(1) {
        width: auto;
    }
    .case_new .right_view .table_view td:nth-child(2) {
        width: auto;
    }
    .case_new .right_view .table_view td:nth-child(3) {
        width: auto;
    }
    .case_show .carouselBtn {
        width: 40px;
        height: 40px;
        z-index: 99;
    }
    .case_show .carouselBtn.left {
        left: -20px;
    }
    .case_show .carouselBtn.right {
        right: -20px;
    }
    .case_new .case_list .case_items, .case_new .case_list a, .case_new .case_list div {
        font-size: 12px;
        margin-left: 0;
        margin-right: 5px;
    }
    .case_new .case_list {
        margin: 20px 0 10px;
    }
    .case_new .case_list .hot:after {
        margin-top: 10px;
    }
}

.package_img h2 {
    padding-top: 0;
    padding-bottom: 0;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.color-blue {
    color: #108cee;
}

.card {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    width: 100%;
}
.card-body {
    font-size: 14px;
    box-sizing: border-box;
}
.card-body-item {
    overflow: hidden;
}
.card-body-item:nth-last-child(1) {
    margin-bottom: 0;
}
.case-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
    background: #eee;
    overflow: hidden;
}
.case-img img {
    max-width: 100%;
}
.case-data-item {
    overflow: hidden;
    width: calc((100% - 45px) / 2);
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 20px;
}
.case-data-item:nth-child(even) {
    margin-left: 0;
}
.card-footer {
    border-top: 1px solid #eee;
}
.card-footer a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.case-days {
    position: relative;
    height: 42px;
    overflow: inherit;
    margin-bottom: 0;
    background-color: #108cee;
}
.case-days .twig {
    position: absolute;
    width: 5px;
    height: 42px;
    background-color: #108cee;
}
.case-days .case-data-item.text-left {
    color: #fff;
}
.case-days .case-data-item.text-right {
    color: #fff;
}

.case-datas {
    width: 100%;
}
.case-datas .case-data-item {
    height: 150px;
    display: flex;
}
.case-datas .case-data-item.text-left {
    width: calc(100% - 155px);
}
.case-datas .case-data-item:nth-child(even) {
    width: 110px;
}
.case-datas .case-data-item > div {
    width: 100%;
}
.case-datas .case-data-item > div img {
    max-width: 100%;
}
.case-datas .datas_item {
    margin-bottom: 6px;
    padding-left: 15px;
}
.case-datas .datas_item:nth-child(3) {
    margin-top: 10px;
}
.case-datas .datas_title {
    line-height: 20px;
    padding-left: 10px;
    border-left: 5px solid #108cee;
    color: #999;
}
.icon-brand {
    background: #0e8cee;
    padding: 2px 3px;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
    border-radius: 3px;
}
@media screen and (max-width: 768px) {
    .section_package .swiper-container {
        height: auto;
    }
    .case_show,
    .case_new .case_show .header,
    .case_show .case_item {
        height: auto;
    }
    .case_item_box {
        width: 100%;
        height: auto;
        box-shadow: none;
    }
    .case_show .case_item {
        position: relative;
        width: 100%;
    }
    .case_new .case_show .case_main {
        position: relative;
        display: none;
        width: 100%;
        height: auto;
        padding: 0 10px;
    }
    .case_new .case_show .case_main.cur {
        display: block;
    }
    .case_new .case_main h3 {
        margin: 0 0 10px;
    }
    .case_new .case_main .left_view,
    .case_new .case_main .right_view {
        width: 100%;
        float: none;
        margin: 0;
    }
    .case_new .case_main .left_view {
        margin-bottom: 25px;
    }
    .case_new .case_main .right_view {
        height: auto;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .case_new .case_main .right_view .tips {
        position: relative;
        font-size: 14px;
        line-height: 35px;
    }
    .case_new .right_view .table_view td:nth-child(1) {
        width: auto;
    }
    .case_new .right_view .table_view td:nth-child(2) {
        width: auto;
    }
    .case_new .right_view .table_view td:nth-child(3) {
        width: auto;
    }
    .case_show .carouselBtn {
        width: 40px;
        height: 40px;
        z-index: 99;
    }
    .case_show .carouselBtn.left {
        left: -20px;
    }
    .case_show .carouselBtn.right {
        right: -20px;
    }
    .case_new .case_list .case_items, .case_new .case_list a, .case_new .case_list div {
        font-size: 12px;
        margin-left: 0;
        margin-right: 5px;
    }
    .case_new .case_list {
        margin: 20px 0 10px;
    }
    .case_new .case_list .hot:after {
        margin-top: 10px;
    }
    .section .section-box-title {
        font-size: 20px;
    }
    .case_new .right_view .table_view .table_header,
    .case_new .right_view .table_view .row td {
        line-height: 20px;
    }
}
@media screen and (max-width: 874px) {
    .thephonebottom {
        z-index: 99;
    }
}