/*
* name:Global && Pc StyleSheet
* version:v3.4.2
* update:添加百度地图容器样式；默认隐藏百度分享的触控弹层
* date:2017-08-11
*/

.mwrap {
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
}


/*对ie8设置最小宽度，防止页面错乱*/


/*for ie8*/

body {
    min-width: 1240px\9;
    overflow-x: auto;
}


/*for ie9+*/

@media all and (min-width:0) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }
}

body {
    color: #333e46;
    background: #fff;
}

a {
    color: inherit;
}

a:hover {
    color: #3282ad;
}

::-moz-selection {
    color: #fff;
    background: #3282ad;
}

::selection {
    color: #fff;
    background: #3282ad;
}

::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoomSmall img {
    -moz-transition: all .6s ease 0s;
    -ms-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

.imgZoom,
.imgZoomSmall {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgZoomSmall:hover img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/* 网站样式 */

html {
    font-size: 100px;
}

.case_detail02 {
    margin-top: 0.5rem;
}

.circle_cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 54px;
    z-index: 80;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.circle_cursor.cursor_left {
    display: block;
    background-image: url(../images/cursor-left.png);
}

.circle_cursor.cursor_right {
    display: block;
    background-image: url(../images/cursor-right.png);
}

.case_detail02 .infor .swiper-container2 {
    position: static;
}

.case_detail02 .infor .swiper-wrapper2 {
    position: static;
}

.case_detail02 .infor .swiper-slide .intro {
    background: #f2f2f2;
}

.case_detail02 .infor .swiper-slide .intro .tit {
    font-size: 40px;
    color: #333e46;
    margin-bottom: 40px;
    font-family: Impact;
}

.case_detail02 .infor .swiper-slide .intro .con {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    max-height: 192px;
    /*overflow-y:auto;*/
    padding-left: 60px;
    padding-right: 10px;
    color: #6d6e71;
    width: 43%;
}

.case_detail02 .infor .swiper-slide .intro .con::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.case_detail02 .infor .swiper-slide .intro .con::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #fec00f;
}

.case_detail02 .infor .swiper-slide .intro .con::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

.case_detail02 .infor .swiper-slide .intro .con::before {
    content: "“";
    position: absolute;
    top: -0.4rem;
    left: -0.3rem;
    font-size: 2rem;
    line-height: 1;
    color: #fec00f;
    opacity: 0.3;
}

.case_detail02 .infor .tools {
    position: relative;
    margin-top: 0.2rem;
    user-select: none;
    z-index: 2;
}

.case_detail02 .infor .tools .pagination {
    display: inline-flex;
    width: auto;
    font-size: 0.3rem;
    margin-left: auto;
    height: 50px;
    align-items: center;
}

.case_detail02 .infor .tools .pagination .swiper-pagination-current {
    color: #fec00f;
    font-weight: bold;
}

.case_detail02 .infor .tools .navi_btns {
    display: inline-block;
    margin-left: 0.6rem;
}

.case_detail02 .infor .tools .navi_btns .prev_btn,
.case_detail02 .infor .tools .navi_btns .next_btn {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    transition: all .5s ease;
    outline: none;
}

.case_detail02 .infor .tools .navi_btns .prev_btn{
   margin-right: 20px;
}



.case_detail02 .infor .tools .navi_btns .prev_btn i,
.case_detail02 .infor .tools .navi_btns .next_btn i {
    margin: 0 0.08rem;
    margin-top: -0.15rem;
    font-size: 48px;
}

.case_detail02 .infor .tools .navi_btns .prev_btn:hover,
.case_detail02 .infor .tools .navi_btns .next_btn:hover {
    color: #fec00f;
}

.case_detail02 .content {
    margin-top: -3.8rem;
}

.case_detail02 .content .swiper-container {
    padding-top: 4.1rem;
}

.case_detail02 .content .swiper-slide {
    position: relative;
    opacity: 0.3;
    width: 1.7rem;
    margin-right: 0.47rem;
    transition: all .8s ease;
    transform-origin: bottom center;
}

.case_detail02 .content .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.case_detail02 .content .swiper-slide .rect-13494 {
    padding-bottom: 134.94%;
}

.case_detail02 .content .swiper-slide .intro_box {
    opacity: 0;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    background: #000;
    text-align: center;
    border-top-right-radius: 0.15rem;
    transition: all .8s ease;
}

.case_detail02 .content .swiper-slide.swiper-slide-active .intro_box {
    opacity: 1;
    bottom: 0;
}

.case_detail02 .content .swiper-slide .intro_box .tit {
    font-size: 0.12rem;
    line-height: 0.36rem;
    /*font-weight:bold;*/
    color: #fec00f;
    font-family: Impact;
    font-family: 'Impact';
}

.case_detail02 .content .swiper-slide .img_box {
    transition: all .8s ease;
}


/* .case_detail02 .content .swiper-slide.swiper-slide-active .img_box{transform:translateY(-0.15rem);} */

.case_detail02 .content .swiper-slide .intro_box {
    display: none;
}


/* 16-17 */

.case_detail02 .infor .swiper-slide .intro .con {
    font-size: 0.17rem;
}

.swiper-pagination-bullet {
    outline: none!important;
}

.case_detail02 {
    position: relative;
    z-index: 99;
}

.case_detail02 .bg_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.case_detail02 .bg_box .box {
    position: relative;
    height: 100%;
    width: 100%;
    background: #f2f2f2;
}

.case_detail02 .infor {
    position: relative;
    z-index: 2;
}

.case_detail02 .infor .swiper-slide .intro {
    padding: 0.3rem 0rem;
}

.case_detail02 .infor .swiper-slide .intro {
    background: none;
    position: relative;
}

.case_detail02 .infor .swiper-slide .intro .con::before {
    display: none;
}

.case_detail02 .infor .swiper-slide .intro .con {
    padding-left: 0;
    width: 49%;
}


/* .case_detail02 .infor .swiper-slide .intro .con p{height:1.44rem;} */

.case_detail02 .infor .swiper-slide .intro .tit {
    margin-bottom: 0.2rem;
}

@media only screen and (max-width:992px) {
    .case_detail02 {
        margin-top: 0.5rem;
    }
    .case_detail02 .bg_box {
        display: none;
    }
    .case_detail02 .infor .swiper-slide .intro {
        padding: 0.5rem;
        background: #f2f2f2;
    }
    .case_detail02 .infor .swiper-slide .intro .con {
        width: auto;
        height: auto;
        min-height: 0;
        max-height: none;
    }
    .case_detail02 .content {
        margin-top: 0.2rem;
    }
    .case_detail02 .content .swiper-container {
        padding-top: 0;
    }
    .case_detail02 .content .swiper-slide {
        margin-left: 0.16rem;
        margin-right: 0.16rem;
        width: 1.7rem;
    }
    .case_detail02 .content .swiper-slide.swiper-slide-active .img_box {
        transform: none;
    }
    .case_detail02 {
        display: flex;
        flex-direction: column;
    }
    .case_detail02 .content {
        order: -1;
    }
    .case_detail02 .infor .swiper-container {
        display: flex;
        flex-direction: column;
    }
    .case_detail02 .infor .swiper-container .tools {
        order: -1;
    }
    .case_detail02 .infor .tools {
        margin-top: 0.2rem;
        text-align: center;
    }
    .case_detail02 .infor .tools .pagination {
        margin-left: 0;
    }
}

@media only screen and (max-width:780px) {
    .case_detail02 .infor .swiper-slide .intro {
        padding: 0.2rem;
    }
    .case_detail02 .infor .swiper-slide .intro .tit {
        font-size: 0.26rem;
        margin-bottom: 0.1rem;
    }
    .case_detail02 .infor .swiper-slide .intro .con {
        padding-left: 0;
    }
    .case_detail02 .infor .swiper-slide .intro .con::before {
        left: -0.2rem;
        top: -0.4rem;
        opacity: 0.1;
    }
    .case_detail02 .content {
        margin-top: 0;
    }
    .case_detail02 .infor .tools .navi_btns {
        margin-left: 0.5rem;
    }
    .case_detail02 .infor .swiper-slide .intro {
        margin-top: 0.1rem;
    }
}


/* 购买流程 */

.indexcomTit {
    display: flex;
    width: 100%;
    text-align: left;
    justify-content: center;
    flex-wrap: wrap;
    clear: both;
}

.indexcomTit .fg-line {
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #599bbf;
    margin: 15px 0px;
}

.indexcomTit h2 {
    font-size: 36px;
    color: #333e46;
    text-transform: uppercase;
    font-family: Impact;
}

.indexcomTit p {
    color: #999;
    font-size: 0.15rem;
    line-height: 20px;
    text-transform: capitalize
}

.indexcomTit h2,
.indexcomTit div,
.indexcomTit p {
    display: block;
    width: 100%;
    text-align: center;
}

.howtobuy {
    padding: 50px 0px;
    clear: both;
    overflow: hidden;
}

.howtobuy .thumb {
    display: flex;
    flex-wrap: wrap;
}

.howtobuy .thumb .items {
    width: 31%;
    margin-left: 2.33%;
    border: 1px solid #eee;
    height: 155px;
    position: relative;
    margin-top: 66px;
}

.howtobuy .thumb .items em {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    color: #f3f4f6;
    font-size: 76px;
    font-style: italic;
    line-height: 76px;
    display: inline-block;
    z-index: -1;
}

.howtobuy .thumb .items .circle {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #333e46;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -0.35rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: normal;
}

.howtobuy .thumb .items h3,
.howtobuy .thumb .items p {
    text-align: center;
}

.howtobuy .thumb .items h3 {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 18px;
}

.howtobuy .thumb .items p {
    font-size: 16px;
    color: #999;
    padding: 0 10%;
}

.howtobuy .thumb .first {
    margin-left: 0;
}

@media screen and (max-width:1240px) {
    .howtobuy .thumb .items {
        width: 100%;
        height: 155px;
        margin-top: 55px;
    }
    .howtobuy .thumb .items .circle {}
    .indexcomTit h2 {
        font-size: 0.24rem;
        padding: 0 2%;
    }
    .indexcomTit p {
        font-size: 0.12rem;
        padding: 0 5% !important;
    }
    .howtobuy .thumb .items p {
        font-size: 0.14rem;
        line-height: 1.2;
    }
}