body {
    background-color: #f2f2f2;
}

body .hui-picker {
    display: none;
}

.selected-1 .head_content {
    color: white;
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.selected-1 .head_content .title1 {
    font-size: 22px;
    font-family: PingFang SC;
    width: 650px;
}

.selected-1.swiper-container {
    width: 100%;
    height: 500px;
}

.selected-1.swiper-container .swiper-slide {
    width: 100% !important;
}

.selected-1 .swiper-pagination {
    width: 1200px;
    bottom: 75px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.selected-1 .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 0;
    opacity: 0.2;
}

.selected-1 .swiper-pagination-bullet-active {
    opacity: 1;
}

.selected-1 .head_content .title2 {
    width: 650px;
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 600;
    margin: 18px 0 0 0;
    height: 110px;
    overflow: hidden;
    line-height: 52px;
}

.selected-1 .head_content .button_div {
    margin-top: 50px;
}


.selected-1 .fa_button:hover {
    background: linear-gradient(90deg, #f91f28, #fe4d2d);
    color: white;
}

.selected-1 .fa_button {
    background: white;
    padding: 17px 46px;
    font-size: 14px;
}

.selected-1 .faq_button:hover {
    padding: 17px 46px;
    background: linear-gradient(90deg, #f91f28, #fe4d2d);
    color: white;
    border: 0;
}

.selected-1 .faq_button {
    padding: 16px 46px;
    color: white;
    border: 1px solid;
    margin-left: 10px;
    font-size: 14px;
}

.anli-div .content-div:hover {
    transform: none;
    box-shadow: 0px 10px 12px 0px #00000033;
}

.anli-div .content-div:hover .title {
    color: #F20D23 !important;
}

.anli-div .content {
    font-size: 0px;
    margin-top: 20px;
}

.anli-div .content-div {
    margin-right: 20px;
    margin-bottom: 20px;
}

.head img {
    width: 70%;
    height: 70%;
    margin: 15% 15%;
}

.list_conten {
    margin: 0 auto;
    width: 1200px;
    border-radius: 2px;
}

.list_conten .terminal {
    height: 100px;
    margin: 12px 0px;
    text-align: center;
    background-color: white;
}

.list_conten .where {
    margin: 12px 0px;
    background-color: white;
}

.terminal_all {
    background-image: url(../images/case/select-pro-01.png);
    width: 26px;
    height: 29px;
    margin-left: 45px;
    margin-bottom: 14px;
}

.terminal_pc {
    background-image: url(../images/case/select-pro-02.png);
    width: 26px;
    height: 27px;
    margin-left: 45px;
    margin-bottom: 15px;
}

.terminal_wx {
    background-image: url(../images/case/select-pro-03.png);
    width: 37px;
    height: 33px;
    margin-left: 37px;
    margin-bottom: 10px;
}

.terminal_xcx {
    background-image: url(../images/case/select-pro-04.png);
    width: 31px;
    height: 32px;
    margin-left: 40px;
    margin-bottom: 10px;
}

.terminal_app {
    background-image: url(../images/case/select-pro-05.png);
    width: 22px;
    height: 32px;
    margin-left: 42px;
    margin-bottom: 10px;
}

.terminal_wap {
    background-image: url(../images/case/select-pro-06.png);
    width: 22px;
    height: 32px;
    margin-left: 42px;
    margin-bottom: 10px;
}

.terminal_all_hover {
    border-bottom: 3px solid red;
}

.terminal_all_hover > .pon > div {
    background-position: right;
}

.terminal_div {
    height: 95px;
    margin: 2px 44px;
    display: inline-block;
    cursor: pointer;
}

.terminal_div .pon {
    width: 109px;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
}


.af-attr {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.af-attr dl {
    overflow: hidden;
    margin-left: 25px;
    padding: 6px 0;
    line-height: 30px;
}

.af-attr dt {
    min-width: 50px;
    float: left;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
}

.af-attr dd > a {
    float: left;
    min-width: 55px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-right: 30px;
    text-align: center;
}

.af-attr dd .active {
    color: rgba(253, 26, 26, 1);
}

.disabled-a {
    background: #FA3D2F !important;
}

.list-page {
    color: #7c7c7c;
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
    margin: 30px 0;
}
.list-page .page-s-1 {
    display: inline-block;
}
.list-page a {
    border: 1px solid;
    border-color: #c9c9c9;
    padding: 10px 15px;
	margin: 0 5px;
}
.page-num-current {
    background: #FA3D2F;
    color: white;
    border-color: #FA3D2F !important;
}
.list-page .page_next {
    margin-left: 8px;
}
.list-page .page_prev {
    margin-right: 8px;
}
@media screen and (max-width: 768px) {
    * {
        color: #333333;
    }

    .mob-s1 .swiper-container {
        width: auto;
        height: 15rem;
    }

    .mob-s1 .swiper-slide .title {
        position: absolute;
        width: 100%;
        padding-left: 5%;
        bottom: 0rem;
        background: linear-gradient(rgba(0, 0, 0, 0), #000);
        padding-bottom: 1.3rem;
    }

    .mob-s1 .swiper-slide .title .content {
        height: 3rem;
        overflow: hidden;
        line-height: 3rem;
    }

    .mob-s1 .swiper-slide .title .case_where span {
        position: relative;
        left: 0;
        font-size: 1.3rem;
    }

    .mob-s1 .swiper-slide .title .case_where span:nth-child(1) {
        margin-right: 1rem;
    }

    .mob-s1 .swiper-slide .title .case_where span:nth-child(1):after {
        content: '';
        position: absolute;
        height: 1.3rem;
        border-right: 0.1rem solid #fff;
        top: 0.3rem;
        right: -0.6rem;
    }

    .mob-s1 .swiper-slide .gb-img {
        height: 19rem;
        position: absolute;
        width: 100%;
    }

    .mob-s1 .swiper-slide a img,
    .mob-s1 .swiper-slide a .mask,
    .mob-s1 .swiper-slide a .text {
        position: absolute;
        left: 0;
        right: 0;
    }

    .mob-s1 .swiper-slide a img {
        top: 0;
        height: 100%;
    }

    .mob-s1 .swiper-slide a .title span {
        color: white;
        font-size: 1.6rem;
    }

    .mob-s1 .swiper-slide a .mask {
        bottom: 0;
        top: 50%;
    }

    .mob-s1 .swiper-pagination-bullet {
        width: 2rem;
        height: 5px;
        background: #FFFFFF;
        border-radius: 0;
        opacity: 0.2;
    }

    .mob-s1 .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .pagination_div {
        margin: 0 5px;
    }

    .pagination_div span {
        display: none;
    }

    .swiper-pagination {
        width: auto !important;
        right: 1.3rem !important;
        left: auto !important;
        bottom: 1rem !important;
    }

    .mob-s2 {
        text-align: center;
        background-color: white;
        margin-bottom: 1rem;
    }

    .mob-s2 .where_list {
        margin: 0 auto;
    }

    .mob-s2 .case_where {
        display: inline-block;
        font-size: 16px;
        padding: 1rem 0rem;
    }

    .mob-s2 .case_where:nth-child(2) {
        margin: 0 2rem;
    }

    .mob-s2 .case_where:nth-child(3) {
        margin-right: 2rem;
    }

    .mob-s2 .case_where div {
        font-size: 1.3rem;
        font-weight: 700;
    }

    .hui-picker {
        margin-bottom: 4rem;
    }

    .mob-article-list .item .img {
        width: 12rem;
        height: 7rem;
        float: right;
        border-radius: 0;
    }

    .mob-article-list .info span:nth-child(2) {
        font-size: 13px;
        font-family: cursive;
    }

    .mob-article-list .info span {
        color: #888888;
        font-size: 14px;
    }

    .mob-article-list .item .text .title {
        width: 15rem;
    }

    .mob-article-list .item .text {
        margin-left: 0 !important;
        padding-top: 0.8rem;
        display: inline-block;
    }

    .mob-s3 .mob-article-list {
        width: 90%;
        margin: 0 auto;
    }

    .mob-s3 .mob-article-list .item {
        margin: 2rem 0;
    }

    .mob-s3 .mob-article-list .item a {
        position: inherit;
    }

    .mob-s3 .mob-article-list .item .bor-div {
        border-bottom: 1px solid #f0f0f0;
        height: 9rem;
    }
	.mob-s3 .mob-article-list h3{font-size: 16px;font-weight: bold;}
	
	.list-page {
	    color: #7c7c7c;
	    font-size: 13px;
	    margin: 0 auto;
	    padding: 5px 0;
	    text-align: center;
	    font-weight: 600;
	    margin: 20px 0 !important;
	}
	.list-page a{
		border: 1px solid;
		border-color: #c9c9c9;
		padding: 5px 10px;
		margin: 0 2px;
	}
	.list-page .page-num-current {
	    background: #FA3D2F;
	    color: white;
	    border-color: #FA3D2F !important;
	}
}
