@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    appearance: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
}

em,
i {
    font-style: normal;
}

*:focus {
    outline: none;
}

input,
select {
    font-size: 1rem;
}

input,
a,
textarea {
    font-family: "microsoft yahei";
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    font-size: 1rem;
    color: #333;
}

a,
div,
p,
i,
span,
dd,
em {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

.posrelative {
    position: relative;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li,
ol {
    list-style: none;
}

.linecontent {
    height: 2.2rem;
}

.boxshadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.bgwhite {
    background: #fff;
}

.bdrls {
    border-radius: 4px;
    overflow: hidden;
}

.bggray {
    background: #f6f6f6;
}

.height26rem {
    height: 2.6rem;
}

.disblock {
    display: block;
}

.maxwd {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.borderall {
    border: 1px solid #ddd;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt_5 {
    margin-top: .5rem;
}

.mt_10 {
    margin-top: 1rem;
}

.mt_15 {
    margin-top: 1.5rem;
}

.mt_75 {
    margin-top: .75rem;
}

.mt_20 {
    margin-top: 2rem;
}

.ml2 {
    margin-left: .2rem;
}

.mr2 {
    margin-right: .2rem;
}

.ml5 {
    margin-left: .5rem;
}

.mr5 {
    margin-right: .5rem;
}

.middle {
    vertical-align: middle;
    margin-top: -3px;
}

.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.padding5 {
    padding: .5rem;
}

.padding75 {
    padding: .75rem;
}

.wrap {
    padding: 0 .75rem;
}

.tab_content li.tab_content_li {
    display: none;
}

.tab_content li.active {
    display: block;
}

.tab_content1 li.tab_content_li {
    display: none;
}

.tab_content1 li.active {
    display: block;
}


/*swiper*/

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    /* -ms-flex: 0 0 auto; */
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    z-index: 100;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 22px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eb92c1'%2F%3E%3C%2Fsvg%3E");
    left: 4px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eb92c1'%2F%3E%3C%2Fsvg%3E");
    right: 4px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, -34px, 0);
    -ms-transform: translate3d(0, -34px, 0);
    -o-transform: translate3d(0, -34px, 0);
    transform: translate3d(0, -34px, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #fff
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #26bdef
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 200;
    bottom: -2.6rem
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

/* .swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
} */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    /* -ms-touch-action: none; */
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container-bn {
    width: 100%;
}

.swiper-container-bn .bnimg {
    display: block;
    width: 100%;
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.swiper-container-bn .bnimg img {
    display: block;
    width: 100%;
}

.swiper-container-bn .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    width: 14px;
    height: 3px;
    background: rgba(0, 0, 0, .3);
    border-radius: 0 !important;
    margin: 0 5px !important;
    transition: .25s;
}

.swiper-container-bn .swiper-pagination-bullet-active {
    background: #6969EE;
    opacity: 1;
}

.swiper-container-bn .swiper-pagination {
    bottom: 0% !important;
    margin-bottom: -1.7rem !important;
}

.colorred {
    color: #6969EE;
}

.coloryellow {
    color: #ff6445;
}

.colorblue {
    color: #6969EE;
}

.colorgreen {
    color: #1db24a;
}

.color333 {
    color: #333;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;
}

.pdtb75 {
    padding: .75rem 0;
}

.pdlr75 {
    padding: 0 .75rem;
}

.pdtb10 {
    padding: 1rem 0;
}

.pdlr10 {
    padding: 0 1rem;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pb-flex {
    display: flex;
}

.pb-img {
    width: 6rem;
}

.pb-img img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.pb-txt {
    flex: 0;
    flex-grow: 1;
}

.pb-txt-r {
    margin-left: .75rem;
}

.pb-txt-l {
    margin-right: .75rem;
}

.distab {
    display: table;
}

.tab_cell {
    display: table-cell;
    vertical-align: middle;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.disflex {
    display: flex;
}

.flex1 {
    flex: 0;
    flex-grow: 1;
}

.flex_center {
    align-items: center;
}

.flex_lrcenter {
    justify-content: center;
}

.flex_lmr {
    justify-content: space-between;
}

.flex_wrap {
    flex-wrap: wrap;
}

.bdrls {
    border-radius: 4px;
}


/*main*/

body {
    max-width: 750px;
    overflow-x: hidden;
    margin: 0 auto;
}

.head {
    height: 5rem;
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.head_height {
    height: 5rem;
}

.logo {
    display: inline-block;
    height: 4.8rem;
}

.navicon {
    width: 5rem;
    height: 5rem;
    background: url(../images/navicon_03.jpg) no-repeat center;
    background-size: 40%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: .25s;
}

.head_active .navicon {
    background: url(../images/navicon_close_03.jpg) no-repeat center;
    background-size: 40%;
}

.navhide {
    width: 100%;
    position: absolute;
    top: 100%;
    background: url(../images/navbg_02.jpg) no-repeat center #fff;
    background-size: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 999;
}

.head_active .navhide {
    opacity: 1;
    visibility: inherit;
}

.navhide a {
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    line-height: 3.5rem;
    color: #d82484;
    font-size: 1rem;
    border-bottom: 1px solid #D82484;
}

.navhide a img {
    height: 2rem;
    margin-right: 1rem;
}

.md {
    padding: 1.4rem 0;
}

.m1 {
    background: #f8f8f8;
}

.m1a {
    width: 25%;
    font-size: 1.1rem;
    font-weight: bold;
}

.m1a img {
    display: block;
    height: 6rem;
    width: 6rem;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.mdtop h3 {
    font-size: 1.3rem;
    color: #3da6dd;
}

.mdtop h3 i {
    display: block;
    margin: 0 1rem;
}

.mdtop img:first-child {
    height: .8rem;
}

.mdtop img:last-child {
    height: 1.8rem;
}

.mdtop p {
    font-size: 1rem;
    color: #666;
    margin-top: .5rem;
}

.morea a {
    display: inline-block;
    background: #D82484;
    color: #fff;
    border-radius: 5rem;
    line-height: 2.5rem;
    font-size: .9rem;
    padding: 0 1.5rem;
}

.morea a img {
    height: 1rem;
    margin-right: .5rem;
}

.bgszcv {
    background-size: cover !important;
}

.m3a {
    width: 33.333333%;
    margin-top: 2rem;
    font-size: .9rem;
}

.m3a img {
    display: block;
    height: 4rem;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.m5a {
    padding: 1rem 0;
    border-bottom: 1px dashed #ddd;
}

.m5aimg {
    width: 30%;
    height: 100px;
    border-radius: 4px;
    background-size: cover !important;
    margin-right: .75rem;
}

.m5atxt h3 {
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.m5atxt h3:hover {
    color: #D82484;
}

.m5atxt p {
    font-size: 1rem;
    color: #888;
    line-height: 1.2rem;
    margin-top: .5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.m5atxt p i {
    color: #D82484;
}

/* .m6a {} */

.m6a {
    padding: 0rem 0;
    border-bottom: 0px dashed #ddd;
    min-height: 7rem;
}

.m6aimg {
    width: 50%;
    height: 80px;
    border-radius: 4px;
    background-size: cover !important;
    margin-right: .75rem;
}

.m6atxt h3 {
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #ffffff;
    padding: .02rem .5rem;
    overflow: hidden;
}

.m6atxt h3:hover {
    color: #D82484;
}

.m6atxt p {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.2rem;
    margin-top: .5rem;
    padding: .02rem .5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.m6atxt p i {
    color: #D82484;
}

@media screen and (max-width: 320px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .m6atxt h3 {
        font-size: 0.8rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #ffffff;
        padding: 0rem .2rem;
        margin-top: -1.5rem;
        overflow: hidden;
    }
    .m6atxt h3:hover {
        color: #D82484;
    }
    .m6atxt p {
        font-size: 0.6rem;
        color: #ffffff;
        line-height: 1rem;
        margin-top: .2rem;
        padding: .02rem .2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

.moreacp a {
    background: none;
    color: #D82484;
    border: 1px solid #D82484;
}

.m6t ul {
    border-bottom: 1px solid #ddd;
}

.m6t ul li {
    line-height: 2rem;
    font-size: 1rem;
    color: #888;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.m6t ul li.active {
    border-bottom: 2px solid #D82484;
    color: #D82484;
}

.m6bw .m5a {
    padding: 0;
    border: 0;
    margin-bottom: .5rem;
}

.m6ba a {
    line-height: 2rem;
    font-size: 1rem;
}

.m6ba a:hover {
    color: #D82484;
}

.m5w a:hover {
    color: #D82484;
}

.m6ba a span {
    color: #999;
}

.m6ba a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.m6ba a p img {
    height: .8rem;
}

.m7w {
    background: #fbf3ef;
}

.m7wimg {
    width: 27%;
}

.m7wtxt h3 {
    font-size: 1rem;
}

.m7wtxt p {
    margin-top: .5rem;
    font-size: .8rem;
    color: #888;
    line-height: 1.5rem;
}

.m7wtxt p i {
    color: #fa6400;
}

.m8ewm {
    width: 33%;
}

.m8ewm img {
    display: block;
    width: 100%;
}

.m8 {
    background: url(../images/m9bg_02.png) no-repeat top #eb92c1;
    background-size: 100%;
    color: #fff;
    padding-top: 4rem;
    font-size: 1rem;
    line-height: 1.6rem;
}

.foot {
    height: 1.5rem;
    width: 100%;
    /* width: 10rem; */
    /* margin: 0 auto; */
    position: fixed;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.foot_height {
    height: 1.5rem;
}

.fta {
    width: 50%;
    font-size: .2rem;
    color: #999;
}

.fta img {
    height: .6rem;
}

.fta_active {
    color: #0974f0;
}

.fta_mid {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 6rem;
    background: #fff;
    box-shadow: 0 5px 10px rgb(9 116 240 / 10%);
    margin-top: -0.5rem;
    font-size: .4rem;
}

.fta_mid img {
    height: .8rem;
}

.gotop {
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #be478b;
    position: fixed;
    right: 0.5rem;
    bottom: 1.8rem;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 88;
    line-height: .8rem;
}

.gotop img {
    height: .4rem;
    vertical-align: middle;
}


/*new*/

.map_title {
    font-size: 1.1rem;
    color: #666;
    clear: both;
    margin-bottom: .8rem;
}

.map_title a {
    color: #666;
}

.ne1w .m5a {
    padding: 0;
    margin-top: .5rem;
    border-bottom: 0;
}

.ne1w .m5a .m5atxt h3 {
    font-size: 1.1rem;
}

.ne1w .m5a .m5atxt span {
    font-size: 1rem;
    color: #555;
    margin: .25rem 0;
}

.ne1w .m5a .m5atxt p {
    margin: 0;
}

.page a {
    font-size: .75rem;
    width: 1.6rem;
    text-align: center;
    line-height: 1.5rem;
    margin: .25rem;
    color: #999;
    height: 1.6rem;
    border: 1px solid #eee;
    border-radius: 4px;
}

.page a.active {
    background: #eb92c1;
    color: #fff;
    border: 1px solid #eb92c1;
}

.page a.pga {
    color: #EB92C1;
    border: 1px solid #EB92C1;
}

.ne2bg {
    color: #fff;
    background: rgba(0, 0, 0, .7);
    font-size: .95rem;
    line-height: 2rem;
    padding: 2rem .75rem;
    border-radius: 4px;
}

.ne2 {
    margin-bottom: 1.5rem;
}

.nitop h3 {
    font-size: 1rem;
    font-weight: normal;
}

.nitop p {
    font-size: .75rem;
    color: #999;
    margin-top: .75rem;
}

.nitop p span {
    margin: 0 5px;
}

.niw {
    font-size: .8rem;
    color: #666;
    line-height: 1.4rem;
}

.niw img {
    max-width: 100%;
}

.nia a {
    display: inline-block;
    line-height: 2.5rem;
    background: #D82484;
    color: #fff;
    text-align: center;
    font-size: .9rem;
    width: 46%;
    border-radius: 2rem;
}

.nia a:last-child {
    background: #3da6dd;
}

.nia a img {
    height: 18px;
}


/*.nib { display:inline; text-align:center;line-height: 2rem; height:2rem; overflow:hidden; font-size:.9rem;}*/

.nib {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    display: inline;
    overflow: hidden;
}

.nib a {
    font-size: .8rem;
    padding: 0 .75rem;
    margin-top: .75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*display: block;*/
    /*display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 1;*/
    overflow: hidden;
}

.nib a:hover {
    color: #D82484;
}


/*服务项目*/

.xm1w {
    padding: 0 .75rem;
    padding-bottom: 1rem;
}

.xm1a {
    margin-top: 1rem;
    width: 48%;
}

.xm1aimg {
    height: 7rem;
    background-size: cover !important;
    border-radius: 4px;
}

.xm1atxt {
    text-align: center;
}

.xm1atxt h3 {
    font-size: .9rem;
    margin: .5rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xm1atxt .txt {
    font-size: .8rem;
    line-height: 1.3rem;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: left;
}

.xm1atxt span {
    display: inline-block;
    line-height: 1.6rem;
    font-size: .8rem;
    color: #3da6dd;
    border: 1px solid #3da6dd;
    padding: 0 1rem;
    border-radius: 2rem;
    margin-top: .5rem;
}


/*服务流程*/

.lc1w .title {
    font-size: 1rem;
}

.lc1a {
    background: #f8f8f8;
    margin-top: .75rem;
    border-radius: 5rem 0 0 5rem;
}

.lc1a i {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 2.6rem;
    background: #ffd5eb;
    color: #D82484;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2.6rem;
}

.lc1a .txt {
    padding: .2rem 0;
    margin-left: .5rem;
    align-items: center;
    line-height: 1rem;
    font-size: .8rem;
    color: #666;
}

.lc1a .txt span {
    color: #D82484;
    margin-right: .5rem;
}

.lc1a .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lcab {
    font-size: .8rem;
    color: #D82484;
    line-height: 1.4rem;
}

.lc2w a {
    display: inline-block;
    line-height: 2.5rem;
    width: 31%;
    border: 1px solid #3da6dd;
    color: #3da6dd;
    font-size: .8rem;
    text-align: center;
    margin-top: .75rem;
    border-radius: 4px;
}


/*独家优势*/

.dj1_line {
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background: #EAB6D2;
}

.dj1a {
    position: relative;
    z-index: 999;
    padding: .5rem 0;
}

.dj1a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1rem;
    background: #fff1f8;
    border: 3px solid #eab6d2;
    border-radius: 2.4rem;
    margin: 0 .5rem;
}

.dj1aimg img {
    border-radius: 4px;
    display: block;
    width: 100%;
}

.dj1atxt {
    line-height: 1.2rem;
}

.dj1atxt h3 {
    font-size: 1rem;
    margin-bottom: .25rem;
}

.dj1atxt h3 span {
    color: #F00;
}

.dj1atxt p {
    font-size: 1rem;
}


/*代孕套餐*/

.dy1at i {
    position: absolute;
    right: 0;
    top: 0;
}

.dy1at i img {
    width: 4rem;
    display: block;
}

.dy1at {
    border-radius: 6px;
    background-size: cover !important;
}

.dy1atbg {
    color: #fff;
    padding: 1.8rem 1rem;
    background: rgba(211, 170, 149, .7);
    border-radius: 6px;
    overflow: hidden;
}

.dy1attxt {
    border-left: 3px solid #c25116;
    font-size: 1.5rem;
    padding-left: 1rem;
}

.dy1attxt h4 {
    font-size: 1rem;
}

.dy1ab {
    background: #f8f8f8;
    padding: .75rem;
    line-height: 1.4rem;
    font-size: .8rem;
    color: #666;
}

.dy1ab i {
    color: #D82484;
}

.dy1acp .dy1atbg {
    background: rgba(8, 143, 213, .5);
}

.dy1acp .dy1attxt {
    border-left: 3px solid #088fd5;
}

.swiper-container-dy1 {
    padding-bottom: 2rem;
}

.swiper-pagination-dy1 .swiper-pagination-bullet {
    background: #ffcbe7;
    opacity: 1;
}

.swiper-pagination-dy1 .swiper-pagination-bullet-active {
    background: #D82484;
}


/*关于我们*/

.ab1a {
    padding: 1rem 0 1rem 1rem;
    border-bottom: 2px solid #e6e6e6;
    font-size: 1rem;
    line-height: 1.4rem;
}

.ab1a:last-child {
    border-bottom: 0;
}

.ab1abox {
    padding-left: 1rem;
    border-left: 1px solid #eab6d2;
}

.ab1a i {
    width: 1rem;
    height: 1rem;
    border: 4px solid #EAB6D2;
    background: #fff1f8;
    display: inline-block;
    border-radius: 1rem;
    position: absolute;
    left: -.5rem;
}

.ab1a i.t {
    top: 0;
}

.ab1a i.b {
    bottom: 0;
}

.colorindex {
    color: #D82484;
}

.ab2abg {
    background: rgba(133, 88, 60, .7);
    color: #fff;
    padding: 2rem 1rem;
}

.ab2a img {
    height: 2rem;
    display: block;
    margin: 0 auto;
}

.ab2a h3 {
    font-size: 1rem;
    margin: .75rem 0;
}

.ab2a p {
    font-size: 1rem;
}

.swiper-button-next-ab2,
.swiper-button-prev-ab2 {
    z-index: 999;
}

.ab3l {
    width: 34%;
    margin-right: .75rem;
}

.ab3r {
    font-size: 1rem;
    line-height: 1.4rem;
}

.ab4a1 {
    font-size: 1rem;
    line-height: 1.6rem;
}

.ab4a2 img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.ab4a2 p {
    font-size: 1rem;
    margin-top: .5rem;
    line-height: 1.4rem;
}

.ne1wcp .m5a {
    margin-top: 1rem;
}


/*屏蔽商务通*/

#LRdiv0,
#LRdiv1,
#LRdiv2,
#LRfloater2,
#LRMINIWIN,
#LRMINIBar,
#LRfloater3 {
    display: none;
}


/* 报喜滚动 */

.notice-swiper {
    margin-top: 1rem;
}

/* .notice-swiper .swiper-container {} */

.notice-swiper .swiper-wrapper {
    height: 20px;
}

.notice-swiper .swiper-slide {
    height: 20px;
    line-height: 20px;
}

.notice-swiper .swiper-slide a {
    color: #333;
    width: 100%;
    clear: both;
    overflow: hidden;
    font-size: 0.9rem;
}

.ylhj {
    padding-bottom: 2rem;
}

.swiper-container-ylhj {
    padding-bottom: -2rem;
}

.swiper-pagination-ylhj .swiper-pagination-bullet {
    background: #ffcbe7;
    opacity: 1;
}

.swiper-pagination-ylhj .swiper-pagination-bullet-active {
    background: #D82484;
}

.ylhj .swiper-button-next,
.ylhj .swiper-button-prev {
    top: 35%;
    -moz-background-size: 100% 100%;
    background-size: 80% 80%;
}

.ylhj_imgs {
    text-align: center;
    font-size: 1rem;
}

.ylhj_imgs img {
    width: 95%;
    height: auto;
}


/*wx pupup*/

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup .popup-main {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.popup .popup-main .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}

.popup .popup-main img {
    width: 50px;
    height: 50px;
    margin: 40px auto 10px;
    display: block;
}

.popup .popup-main h2 {
    width: 100%;
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.popup .popup-main p {
    width: 100%;
    font-size: 15px;
    color: #333;
    display: block;
    line-height: 20px;
}

.popup .popup-main .popup-sub {
    width: 40%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: #1aad19;
    border-radius: 5px;
    margin: 10px auto 20px;
}

.outer-wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    max-width: 750px;
    height: auto;
}

.imgauto {
    width: 100%;
    max-width: 750px;
    height: auto;
}

.navimg {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.navimg li {
    float: left;
    list-style: none;
    padding-top: 0rem;
    padding-bottom: 0rem;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

.navimg li a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}

.navigate {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.navigate li {
    float: left;
    list-style: none;
    line-height: 2.5rem;
    height: 2.5rem;
    background-color: #a2c1d6;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

.navigate li a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

.tabrqn {
    clear: both;
    width: 100%;
    height: 7rem;
    overflow: hidden;
}

.tabrqn a {
    float: left;
    width: 18%;
    margin-left: .5rem;
    margin-top: .5rem;
    border: 2px solid #f3ca94;
    border-radius: 10px;
    text-align: center;
    font-size: 1rem;
    line-height: 2.5rem;
    font-weight: bold;
}

.tabrqn .active {
    color: #999999;
    background-color: #f3ca94;
}