@charset "UTF-8";
body {
    overflow-y: auto;
    min-width: 1200px;
    font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light',
    'Arial', 'sans-serif' !important;
    font-family: PingFang SC !important;
}

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
    margin: 0px;
}

input,
button,
ul,
ol {
    margin: 0px;
    padding: 0px;
}

body,
input,
button,
form {
    font-size: 14px;
    line-height: 28px;
    font-family: 'microsoft yahei', '宋体', 'Arial';
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', Tahoma, Arial,
    sans-serif;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img,
iframe {
    border: 0px;
}

em,
i {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #28c;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease,
.ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease,
.noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

/*top_main*/
.top_main {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 80;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 12px;
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}

.top_main li a {
    color: #333333;
    cursor: pointer;
}

.top_main li a:hover {
    color: #28c;
}

.top_main .split {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #666;
    vertical-align: middle;
    margin: 0;
}

/*header_main*/

.header {
    width: 100%;
    height: 56px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    position: fixed;
    background-color: #ffffff;
    z-index: 5;

    min-width: 1200px;
}

.left-wrapper {
    float: left;
    padding-left: 60px;
}

.logo {
    background: url(../images/icon-logo.png?v=1.0.0) no-repeat left center;
    height: 56px;
    line-height: 56px;
    padding: 0 12px 0 50px;
    display: inline-block;
    color: #333333;
    font-size: 20px;
    background-size: 41px 41px;
}

.left-wrapper span {
    color: #555555;
    font-size: 18px;
}

.right-wrapper {
    float: right;
    padding-right: 28px;
}

.right-wrapper li {
    float: left;
    margin: 0 19px;
    line-height: 56px;
    color: #777;
    font-size: 18px;
    position: relative;
}

.right-wrapper li a {
    color: #777;
}

.right-wrapper li.active a,
.right-wrapper li:hover a {
    color: #333;
    font-weight: 500;
}

.right-wrapper li i {
    position: absolute;
    bottom: 0;
    width: 36px;
    height: 4px;
    background: #ff965b;
    border-radius: 4px;
    left: 50%;
    margin-left: -18px;
    display: none;
}

.right-wrapper li.active i,
.right-wrapper li:hover i {
    display: block;
}

/* banner */
#banner_main {
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
}

#banner_main .banner {
    height: 500px;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin-top: 57px;
}

#banner,
.banner ul {
    max-height: 500px;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.btn {
    width: 100px;
    height: 40px;
    background: rosybrown;
    position: relative;
    top: 100px;
    left: 100px;
    color: white;
}

.banner li:first-child {
    display: block;
}

.banner li img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

#buyBanner {
    width: 1920px;
    height: 500px;
    background: url(../images/buy/buybanner03.png?v=20260326) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    /* 按钮相对本 li 左下角用百分比定位；ul 增加其它 banner 时轮播隐藏本 li 后按钮一起隐藏 */
    --buy-banner-btn-left: 18%;
    --buy-banner-btn-bottom: 3%;
}

#buyBanner #buyBannerBuyLink {
    position: absolute;
    inset: 0;
    z-index: 9;
    line-height: 0;
    text-decoration: none;
}

#buyBannerBuyBtn {
    position: absolute;
    /* left 相对 #buyBanner 宽度，bottom 相对 #buyBanner 高度 */
    left: var(--buy-banner-btn-left);
    bottom: var(--buy-banner-btn-bottom);
    box-sizing: border-box;
    width: 170px;
    height: 60px;
    border-radius: 8px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    /* background-color: #4e391d; */
    background: linear-gradient(to right, #5c3d1a, #7a5223);
}

#buyBannerBuyBtn:hover {
    cursor: pointer;
    opacity: 0.94;
}

#banner .tip {
    cursor: pointer;
    /* width: 1100px; */
    /* height: 10px; */
    padding: 8px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    line-height: 0;
    font-size: 0;
    text-align: right;
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    right: 143px;
    bottom: 25px;
    z-index: 3;
}

#banner .tip span {
    width: 6px;
    height: 6px;
    border-radius: 5px;
    margin: 0 3px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
}

#banner .tip span.cur {
    /* background:url(../images/icon-tip-cur.png) no-repeat; */
    width: 30px;
    height: 6px;
    border-radius: 5px;
    background: #ffffff;
}

#banner #btn_prev,
#banner #btn_next {
    width: 32px;
    height: 50px;
    position: absolute;
    top: 415px;
    z-index: 5;
    display: none;
}

#banner #btn_prev {
    background-position: -60px 0;
    left: 12%;
    transition: all 600ms ease;
}

#banner #btn_next {
    background-position: -92px 0;
    right: 12%;
    transition: all 600ms ease;
}

#banner #btn_prev:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    left: 11.6%;
}

#banner #btn_next:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    right: 11.6%;
}

.footer {
    height: 440px;
    color: #fff;
    background: #4e391d;
    overflow: hidden;
}

.solgan {
    font-size: 40px;
    line-height: 56px;
    padding: 40px 0 60px;
    margin-left: 8px;
}

.hot-link {
    float: left;
    width: 300px;
}

.hot-link a {
    color: #ffffff;
}

.hot-link a:hover {
    color: #ffffff;
}

.contact {
    float: left;
    width: 490px;
}

.follow-us {
    float: right;
    width: 240px;
    margin-right: 105px;
}

.follow-us img,
.follow-us .code {
    width: 100px;
    height: 100px;
}

.follow-us .code {
    margin-top: 12px;
}

.foot-list {
    height: 200px;
    margin-left: 8px;
}

.foot-list li {
    padding: 10px 0;
    line-height: 22px;
    font-size: 16px;
}

.foot-title,
.code-title {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.code-title {
    text-align: center;
}

.links {
    float: right;
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: 210px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding-left: 20px;
    margin-right: 105px;
}

.links a {
    color: #fff;
    margin-left: 15px;
    display: inline-block;
    line-height: 45px;
    background: url(../images/point-right.png) no-repeat right center;
    padding-right: 20px;
}

.copy-right {
    line-height: 50px;
    margin-left: 8px;
}

.copy-right a,
.copy-right a:hover {
    color: #ffffff;
}

.layer-solutions {
    width: 780px;
    height: 590px;
    background: #fff;
}

.layer-contact {
    width: 780px;
    height: 470px;
    background: #fff;
    position: relative;
}

.layer-contact .split-line {
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 187px;
    top: 50%;
    left: 407px;
    transform: translateY(-50%);
    background: #dfdfdf;
}

.contact-left {
    float: left;
    width: 420px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.contact-left h3 {
    padding: 100px 0 40px;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #9e7d5b;
}

.contact-left dl {
    margin-top: 25px;
}

.contact-left dt {
    font-weight: bold;
}

.contact-right {
    float: left;
    width: 300px;
    text-align: center;
}

.contact-right img {
    width: 146px;
    height: 146px;
}

.contact-right h3 {
    padding: 100px 0 40px;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #9e7d5b;
}

.layui-layer-title {
    display: none;
}

.layui-layer-close {
    background: url(../images/close.png) no-repeat !important;
    width: 20px !important;
    height: 20px !important;
}

.layer-solutions h3 {
    padding: 20px 0 20px;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #9e7d5b;
    text-align: center;
}

.layui-form {
    padding: 0 100px;
}

.layui-form-label {
    width: auto !important;
}

.layui-form-label i {
    color: #fa4545;
}

.layui-input-block {
    margin-left: 70px !important;
}

.layui-form-text .layui-input-block {
    margin-left: 0px !important;
}

.layui-form-item {
    border: 1px solid #dddddd;
}

.layui-input,
.layui-select,
.layui-textarea {
    border-width: 0 !important;
}

.layui-layer-solution .layui-input,
.layui-textarea {
    padding-left: 0px;
}

.btn-solutions {
    background: #9e7d5b;
    border-radius: 5px;
    color: #fff;
    height: 50px;
    width: 100%;
    border: none;
}

.layer-download {
    width: 190px;
    height: 325px;
    position: absolute;
    background: url(../images/download.png?v=1.0.4) no-repeat;
    background-size: contain;
    display: none;
}

#download {
    position: relative;
    cursor: pointer;
    z-index: 10;
}

#download .layer-download {
    top: 35px;
    left: -15px;
}

.right-wrapper #download .layer-download {
    top: 55px;
    left: -32px;
}

#download:hover .layer-download {
    display: block;
}

.layer-download-down {
    width: 190px;
    height: 325px;
    position: absolute;
    background: url(../images/dld.png?v=1.0.4) no-repeat;
    background-size: contain;
    display: none;
}

.andriod-download {
    width: 136px;
    height: 32px;
    position: absolute;
    cursor: pointer;
}

.ios-download {
    width: 136px;
    height: 32px;
    position: absolute;
    cursor: pointer;
}

.dld-andriod {
    top: 208px;
    left: 27px;
}

.dld-ios {
    top: 252px;
    left: 27px;
}

.dlt-andriod {
    top: 221px;
    left: 27px;
}

.dlt-ios {
    top: 264px;
    left: 27px;
}

.dlb-andriod {
    top: 367px;
    left: 50%;
    margin-left: 364px;
}

.dlb-ios {
    top: 411px;
    left: 50%;
    margin-left: 364px;
}

.banner-download {
    position: relative;
    width: 100%;
}

.banner .dlb-andriod {
    width: 156px;
}

.banner .dlb-ios {
    width: 156px;
}

#dld {
    position: relative;
    cursor: pointer;
}

#dld .layer-download-down {
    top: -306px;
    left: 0px;
}

#dld:hover .layer-download-down {
    display: block;
}

.layui-layer {
    border-radius: 15px !important;
}

.layui-layer-page .layui-layer-content {
    border-radius: 15px;
}

.layui-layer-setwin {
    top: 25px !important;
    right: 30px !important;
}

.toolbar {
    width: 56px;
    height: 368px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(215, 215, 215, 0.25);
    border-radius: 10px;
    position: fixed;
    right: 16px;
    top: 55%;
    margin-top: -137px;
    z-index: 4;
    padding: 0 12px;
}

.toolbar ul {
    height: 100%;
    position: absolute;
    top: 0;
}

.toolbar li {
    height: 25%;
    background-size: 30px 30px;
    background-position: center 20px;
    border-top: 1px solid #dfdfdf;
    cursor: pointer;
}

.tb-contact {
    background: url(../images/ico-contact.png) no-repeat;
    position: relative;
    border: 0 !important;
}

.tb-qr {
    background: url(../images/ico-qr.png) no-repeat;
    position: relative;
    z-index: 1;
}

.exprience {
    top: -105px;
    left: -23px;
    width: 106px;
    height: 106px;
    position: relative;
    overflow: hidden;
    /* background-color: pink; */
}

.tb-write {
    width: 100%;
    height: 100%;
    background: url(../images/experience.png) no-repeat;
    background-size: cover;
    animation: move 0.5s infinite alternate linear;
}

@keyframes move {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

.tb-write:hover {
    cursor: pointer;
}

.tb-call {
    background: url(../images/ico-callback.png) no-repeat;
    position: relative;
}

.tb-back {
    background: url(../images/ico-back.png) no-repeat;
}

.toolbar li span {
    padding-top: 55px;
    display: inline-block;
}

.tb-qr i {
    width: 200px;
    height: 188px;
    position: absolute;
    background: url(../images/dlr.png) no-repeat;
    background-size: contain;
    display: none;
    left: -205px;
    top: -50px;
}

.tb-qr:hover i {
    display: block;
}

.tb-contact i {
    width: 330px;
    height: 215px;
    position: absolute;
    background: url(../images/contact.png) no-repeat;
    background-size: 100%;
    left: -336px;
    top: -65px;
    border-top: 0;
    display: none;
}

.tb-contact:hover i {
    display: block;
}

.tb-call-box {
    width: 330px;
    height: 215px;
    position: absolute;
    background: url(../images/callbackBg.png) no-repeat;
    background-size: 100%;
    left: -336px;
    top: -50px;
    font-size: 14px;
    display: none;
}

.tb-call-showbox {
    display: block;
    cursor: default;
}

.tb-call-box .phone-box {
    position: absolute;
    top: 70px;
    left: 35px;
    height: 40px;
    width: 230px;
    background: #f9f4ee;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 6px;
}

.tb-call-box .phone-box input {
    width: 230px;
    height: 40px;
    line-height: 40px;
}

.tb-call-box .phone-box input::-ms-clear {
    display: none;
}

.tb-call-box .appointment {
    height: 40px;
    width: 110px;
    position: absolute;
    top: 134px;
    left: 105px;
    border-radius: 8px;
    cursor: pointer;
}

.w1100 {
    width: 1182px;
    margin: 0 auto;
    padding-top: 50px;
}

.fj {
    overflow: hidden;
}

.product-des {
    width: 1920px;
    height: 780px;
    background: url(../images/home/bg-product.jpg) no-repeat center;
    background-size: contain;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.product-des h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 179%;
    color: #333333;
    background: url(../images/product/pro-line.png) no-repeat bottom left;
    background-size: 88px;
}

.pro-des-con {
    margin: 20px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 179%;
    color: #333333;
}

.about-fosun {
    width: 771px;
    height: 427px;
    background: url(../images/product/about-fosun.png) no-repeat center;
    background-size: 771px;
}

.banner .bn1-btn {
    width: 170px;
    height: 60px;
    background: url(../images/bn1-btn.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 374px;
    left: 518px;
}

.banner .bn5-btn {
    width: 170px;
    height: 60px;
    background: url(../images/bn5-btn.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 308px;
    left: 380px;
}

.m-center {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.trunk-warp {
    color: #333333;
}

.trunk-warp .title,
.trunk-warp .title-line {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #333333;
}

.xy_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #333333;
}

.trunk-warp .title-line,
.trunk-warp .sub-title {
    position: relative;
}

.trunk-warp .sub-title {
    margin-top: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}

.trunk-warp .sub-title::after,
.trunk-warp .title-line::after {
    position: absolute;
    content: '';
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #e9c580 0%, #e7a880 100%);
    border-radius: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    z-index: 1;
}

.trunk-01 > .title {
    margin-top: 80px;
}

.trunk-01 img {
    margin-top: 73px;
    width: 742px;
    height: 507px;
}

.trunk-01 .tips {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #858585;
}

.trunk-01 .desc {
    width: 1170px;
}

.trunk-01 .desc .title {
    margin-top: 60px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.trunk-01 .desc .text {
    margin-top: 12px;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}

.trunk-02 > .title {
    margin-top: 100px;
}

.trunk-02 > img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.trunk-02 > img:nth-child(3) {
    margin-top: 73px;
}

.trunk-03 > .title {
    margin-top: 80px;
}

.trunk-03 > img:nth-child(3) {
    margin-top: 73px;
    width: 901px;
    margin-bottom: 80px;
}

.trunk-03 > img:nth-child(4) {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.trunk-04 {
    width: 1920px;
    height: 780px;
    background: url('../images/home/icon-trunk04.png?v=20260326') no-repeat center;
    background-size: contain;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.trunk-04 > .title {
    padding-top: 90px;
}

.trunk-05 > .title {
    margin-top: 90px;
}

.trunk-05 > .img-wrap {
    margin-top: 73px;
    width: 1227px;
}

.trunk-05 img {
    width: 386px;
}

.trunk-05 .img-box {
    width: 386px;
    margin: 0 10px;
    position: relative;
    display: inline-block;
    float: left;
}

.trunk-05 .btn-plan {
    width: 128px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.trunk-06 .title {
    margin-top: 90px;
}

.trunk-06 .info-wrap {
    margin-top: 73px;
    height: 410px;
    width: 1227px;
}

.trunk-06 .info-box {
    width: 386px;
    height: 410px;
    box-sizing: content-box;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 32px;
    box-sizing: border-box;
    padding: 0 30px;
    float: left;
}

.trunk-06 .info-box:nth-child(1) {
    background: url(../images/home/bg-trunk06-1.png) no-repeat center;
    background-size: contain;
}

.trunk-06 .info-box:nth-child(2) {
    background: url(../images/home/bg-trunk06-2.png) no-repeat center;
    background-size: contain;
}

.trunk-06 .info-box:nth-child(3) {
    background: url(../images/home/bg-trunk06-3.png) no-repeat center;
    background-size: contain;
}

.trunk-06 .info-title {
    font-weight: bold;
    font-size: 19px;
    line-height: 30px;
    margin-top: 172px;
}

.trunk-06 .info {
    font-size: 18px;
    line-height: 30px;
}

.trunk-06 .info-desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
}

.trunk-07 .title-line {
    margin-top: 100px;
}

.trunk-07 .read-wrap {
    margin-top: 73px;
    width: 1234px;
}

.trunk-07 .read-box {
    box-sizing: content-box;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    box-sizing: border-box;
    background: #f1f1f1;
    width: 285px;
}

.trunk-07 .read-box img {
    width: 285px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.trunk-07 .info {
    padding: 20px 30px;
}

.trunk-07 .time {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.trunk-07 .info-title {
    margin: 8px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.trunk-07 .desc {
    font-size: 14px;
    line-height: 24px;
}

.trunk-07 .btn-read {
    margin-top: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    width: 100px;
    color: #9e7d5b;
}

.trunk-08 .title-line {
    margin-top: 100px;
}

.trunk-08 img {
    width: 1919px;
    height: 409px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.channel-common {
    background-color: #fff;
}

.channel-common img {
    width: 1920px;
    height: 720px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.shop-banner,
.plan-banner,
.channel-banner {
    margin-top: -8px;
    overflow: hidden;
}

.shop-banner img,
.plan-banner img {
    width: 1920px;
    height: 500px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0px;
}

.shop-banner .swiper-container {
    position: relative;
}

.shop-banner .swiper-container .swiper-wrapper {
    display: flex;
}

.shop-banner .swiper-container img {
    left: initial;
    margin-left: 0;

}

.shop-banner .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 25px;
    right: 385px;
    width: 62px;
    height: 13px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    z-index: 2;
    display: flex;
    padding: 8px 0 0 20px;
}

.shop-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin-right: 6px;
}

.shop-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 100px;
}


.channel-banner {
    position: relative;
    height: 500px;
    background-color: #fff;
    margin: 0 auto;
}

.pdt-56 {
    padding-top: 56px;
}

.channel-banner-box {
    position: relative;
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

.channel-banner img {
    position: absolute;
    width: 1920px;
    height: 500px;
    margin: 0 auto;
    left: 50%;
    margin-left: -960px;
}

.channel-banner-box .join-btn1 {
    position: absolute;
    width: 170px;
    height: 60px;
    top: 361px;
    left: 33px;
    border-radius: 8px;
    cursor: pointer;
    background-color: red;
    opacity: 0;
}

.channel-banner .join-btn1:hover {
    cursor: pointer;
}

.channel-come {
    height: 720px;
}

.channel-position img {
    height: 398px;
}

.channel-prospects {
    background-color: #fff;
    padding-top: 90px;
}

.channel-prospects .foreground {
    width: 1198px;
    height: 85px;
    margin: 0 auto;
    background: url(../images/channel/tinified/prospect.jpg);
    background-size: 100% 100%;
}

.channel-prospects .needs-box {
    width: 1200px;
    height: 512px;
    margin: 50px auto 0px;
}

.channel-prospects .needs {
    width: 100%;
}

.channel-prospects .needs li {
    float: left;
    width: 386px;
    height: 512px;
    margin-right: 20px;
}

.channel-prospects .needs li:last-child {
    margin-right: 0;
}

.channel-prospects .needs .needs-pic-policy {
    background: url(../images/channel/tinified/needs01.jpg);
    background-size: 100% 100%;
    cursor: pointer;
}

.channel-prospects .needs .needs-pic-policy:hover {
    background: url(../images/channel/tinified/needs04.jpg);
    background-size: 100% 100%;
}

.channel-prospects .needs .needs-pic-user {
    background: url(../images/channel/tinified/needs02.jpg);
    background-size: 100% 100%;
    cursor: pointer;
}

.channel-prospects .needs .needs-pic-user:hover {
    background: url(../images/channel/tinified/needs05.jpg);
    background-size: 100% 100%;
}

.channel-prospects .needs .needs-pic-health {
    background: url(../images/channel/tinified/needs03.jpg);
    background-size: 100% 100%;
    cursor: pointer;
}

.channel-prospects .needs .needs-pic-health:hover {
    background: url(../images/channel/tinified/needs06.jpg);
    background-size: 100% 100%;
}

.channel-advantage {
    height: 747px;
    padding-top: 85px;
}

.channel-support {
    height: 480px;
    padding-top: 85px;
    background-color: #fff;
}

.channel-support img {
    width: 1200px;
    height: 480px;
    position: relative;
    left: 50%;
    margin-left: -600px;
}

.channel-case {
    position: relative;
    height: 608px;
    padding-top: 85px;
}

.case-join-box {
    position: relative;
    width: 1200px;
    height: 608px;
    margin: 0 auto;
}

.channel-case img {
    width: 1200px;
    height: 608px;
    position: relative;
    left: 50%;
    margin-left: -600px;
}

.channel-case .join-btn2 {
    position: absolute;
    top: 633px;
    left: 50%;
    height: 60px;
    width: 170px;
    margin-left: -84px;
    background-color: red;
    opacity: 0;
}

.channel-case .join-btn2:hover {
    cursor: pointer;
}

.channel-parterner {
    height: 364px;
    padding-top: 85px;
    padding-bottom: 100px;
}

.channel-parterner img {
    width: 1184px;
    height: 352px;
    position: relative;
    left: 50%;
    margin-left: -592px;
}

.shop-box {
    width: 1212px;
    box-sizing: border-box;
    padding: 40px 0;
    position: relative;
}

.introduceBuy img {
    width: 100%
}

.product {
    overflow: hidden;
}

.shop-box img {
    width: 388px;
    height: 479px;
    margin: 0 18px 0 0;
}

.shop-box img:nth-child(3) {
    margin: 0
}

.plan-wrap {
    padding-top: 65px;
    width: 100%;
    overflow: hidden;
}

.item-plan-1 {
    margin-top: 80px;
    width: 1200px;
    height: 559px;
    margin-bottom: 60px;
}

.item-plan-2 {
    width: 1920px;
    height: 753px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.item-plan-3 {
    margin-top: 80px;
    width: 1200px;
    height: 650px;
    margin-bottom: 60px;
}

.yc {
    overflow: hidden;
}

#tiyan {
    width: 1920px;
    height: 500px;
    background: url(../images/home/banner01.png?v=20260326) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#detail {
    width: 170px;
    height: 60px;
    border-radius: 8px;
    margin-left: -430px;
    margin-top: 400px;
    z-index: 9;
}

#detail:hover {
    cursor: pointer;
}

#look {
    width: 1920px;
    height: 500px;
    background: url(../images/home/banner05.png?v=20260326) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#look_detail {
    width: 170px;
    height: 60px;
    margin-left: -575px;
    margin-top: 350px;
    z-index: 9;
}

#look_detail {
    cursor: pointer;
}

#btn_one,
#btn_two,
#btn_three,
#btn_four {
    cursor: pointer;
}

/* #look_dad{
	width:170px;
	height:60px;
} */
/* #skip{
	width:170px;
	display: inline-block;
	margin:0;
} */
.anchor-plan-tag {
    position: relative;
    top: -56px;
}

.blacklb {
    margin-top: 64px;
}

.service-page {
    padding-top: 65px;
    padding-bottom: 80px;
    background-color: #fff;
}

.service-page .service-title {
    width: 840px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.service-title .watch {
    width: 106px;
    height: 106px;
}

.service-title .title {
    margin-top: 10px;
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    color: #333333;
}

.service-page .service-content {
    max-width: 840px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 30px;
    /* or 200% */
    color: #333333;
}

.service-page .service-content .title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height */

    color: #333333;
}

.service-page .service-content .rules .title {
    margin-top: 30px;
}

.service-page .service-content p {
    margin-bottom: 20px;
}

.service-page .service-content p:last-child {
    margin-bottom: 0;
}


ul.news-list {
    list-style-type: none; /* 移除列表项前的默认符号 */
    padding: 0; /* 移除padding */
}

ul.news-list li {
    padding: 10px; /* 添加内边距 */
    margin-bottom: 1px; /* 添加列表项之间的间隔 */
    background-color: #f9f9f9; /* 设置背景色 */
    border-bottom: 1px solid #eee; /* 添加底部边框 */
}

ul.news-list li:last-child {
    margin-bottom: 0; /* 最后一个列表项不添加底部边距 */
}

/* 可选：为新闻列表项添加hover效果 */
ul.news-list li:hover {
    background-color: #f0f0f0; /* 鼠标悬停时的背景色 */
}

.maintain {
    margin-top: 10px;

table {
    width: 100%;
    font-size: 18px;
}

td {
    border: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}

.c {
    text-align: center;
}

}
