[v-cloak] {
    display: none;
}

  .container-w2 {
    width: 1120px;
    margin: 40px auto;
    display: flex;
  }
input[type="radio"] {
    margin-top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    line-height: 18px;
    position: relative;
}

input[type="radio"]::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    top: 0;
    left: 0;
    background-color: #fff;
}

input[type="radio"]:checked::before {
    background-color: var(--color);
    background-clip: content-box;
    border: 1px solid var(--color);
    padding: 1px;
    box-sizing: border-box;
}

input[type="checkbox"] {
    margin-top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    line-height: 18px;
    position: relative;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid var(--color);
    color: var(--color);
    font-size: 16px;
    font-weight: bold;
}

body {
    font-size: 14px;
}

label {
    margin-bottom: 0;
}

img {
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle
}

a {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}

input {
    outline: none;
}

:root {
    --color: #902ce8;
    --color-z: #333333
}

.lz-mt40 {
    margin-top: 30px;
}

.lz-mt15 {
    margin-top: 15px;
}

.lz-pb50 {
    padding-bottom: 50px;
}

a:hover {
    color: var(--color) !important;
}


input[type="radio"]::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

input[type="radio"]:checked::before {
    background-color: #902ce8;
    background-clip: content-box;
    border: 1px solid #902ce8;
    padding: 1px;
    box-sizing: border-box;
}

input[type="checkbox"] {
    margin-top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    line-height: 18px;
    position: relative;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #902ce8;
    color: #902ce8;
    font-size: 16px;
    font-weight: bold;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bx-text-p2 {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bx-text-p3 {
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bx-text-p4 {
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.bx-text-p5 {
    line-height: 25px;
    height: 125px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.lz-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
}


.lz-flex {
    display: flex;
    align-items: center;
}

.lz-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lz-flex-between1 {
    display: flex;
    justify-content: space-between;
}

.lz-flex-center {
    display: flex;
    align-items: center;
}

.lz-flex-center1 {
    text-align: left;
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.p30 {
    padding: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.pl120 {
    padding-left: 135px;
}

.pb50 {
    padding-bottom: 50px;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.bx-img-hover img {
    transition: all 0.5s;
}

.bx-img-hover:hover img {
    transform: scale(1.1);
}

body .button {
    display: block;
    min-width: 140px;
    line-height: 50px;
    text-align: center;
    background-color: #902ce8;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
    border-radius: 5px;
    padding: 0 15px;
}

body .button:hover {
    opacity: 0.8;
}

body .button.border {
    line-height: 48px;
    border: 1px solid #902ce8;
    color: #902ce8 !important;
    background-color: rgba(69, 136, 233, 0.1);
}

body .button i {
    margin-right: 5px;
    vertical-align: middle;
}



/* header */


.header-top {
    background-color: #21252E;
}

.header-top-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-nav ul li {
    display: inline-block;
    padding-left: 15px;
    margin-right: 15px;
    position: relative;
}

.header-top-nav ul li::after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background-color: #535863;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.header-top-nav ul li:nth-child(1):after {
    display: none;
}

.header-top-nav ul li a {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 48px;
}

.tel-icon {
    font-size: 18px;
    color: #FFFFFF;

}

.tel-icon span {
    vertical-align: text-top;
}

.header-box {
    background-color: #fff;

}

.header-box-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.header-box-item .right {
    display: flex;
    align-items: flex-start;
}

.header-box-item .logo {
    display: block;

}

.header-box-item .logo img {
    display: block;
    max-height: 50px;
}

.header-search-box {
    padding-left: 55px;
    border: 1px solid #902ce8;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    background-color: #fff;
}

.header-search-box i {
    position: absolute;
    left: 15px;
    top: 7px;
    color: #666666;
    font-size: 24px;
}

.header-search-box input {
    border: none;
    width: 425px;
    height: 48px;
    font-size: 16px;
    flex: 1;
}

.header-search-box .button {
    margin: 0;
    min-width: 120px;
    border-radius: 0;
}

.header-search ul li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 30px;
    font-size: 16px;
    color: #000000;
}

.header-search ul li a {
    font-size: 16px;
    color: #000000;
}

.header-search ul li img {
    width: 15px;
}

.header-search ul li.active a {
    color: #FF5946;
}

.header-box-item .right .butarr .button {
    margin-left: 20px;
}

.header-login {
    margin-left: 20px;
    margin-top: 10px;
}

.header-login-nav {
    font-size: 16px;
    color: #000;
}

.header-login-nav a {
    color: #000;
}

.header-userInfo {
    color: #902ce8;
    font-size: 16px;
    cursor: pointer;
}

.header-userInfo i {
    font-size: 16px;
}

.header-userInfo span {
    display: inline-block;
    max-width: 100px;
    vertical-align: middle;
}

.header-login-box {
    position: relative;
    z-index: 3;
}


.header-user-box {
    width: 170px;
    position: absolute;
    right: 0;
    top: 20px;
    padding-top: 20px;
    display: none;
}

/* 首页header关注公众号图片div */
.attentionCodeDiv {
    width: 170px;
    position: absolute;
    right: 0;
    top: 20px;
    padding-top: 20px;
    display: none;
    z-index: 4;
}

.header-user-selsct {
    background-color: #fff;
    transition: all .3s linear;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .15);
    padding: 0 10px;

    overflow: hidden;
}

.header-user-selsct p a {
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, .75);
    display: block;
    padding: 0 15px;
}

.borderTop {
    border-top: 1px solid #e9e9e9;
    line-height: 50px !important;
}

.header-nav.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 21, 52, 0.06);
}

.header-nav ul {
    display: flex;
}

.header-nav ul li {
    flex: 1;

}

.header-nav ul li a {
    display: block;
    width: 100%;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
}

.header-nav ul li.active>a {
    background-color: #902ce8;
    color: #fff !important;
}
.header-nav{
    position: relative;
}
.header-nav ul li .bx-nav-fd{
    width: 100%;
    position: absolute;
    left: 0;
    top: 55px;
    background-color: #fff;
    z-index: 3;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    display: none;
}
.bx-nav-fd-box{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 1200px;
    margin: 0 auto;
}

.bx-nav-fd-box .bx-nav-fd-list{
    width: 200px;
    padding-left: 20px;
    margin: 15px 0;
}

.bx-nav-fd-box .bx-nav-fd-list .title{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 14px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;

}
.bx-nav-fd-box .bx-nav-fd-list .title::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 1px;
    background: #E8E8E8;
}
.bx-nav-fd-box .bx-nav-fd-list .title img{
    height: 20px;
    margin-right: 8px;
}
.bx-nav-fd-box .bx-nav-fd-list .title p{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}



.banner {
    position: relative;
}

.banner .swiper-slide a {
    display: block;
    height: 100%;
    text-align: center;
}

.banner .swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.banner-box {
    width: 315px;
    position: absolute;
    right: 0;
    top: 42%;
    transform: translate(0, -50%);
    background-color: #fff;
    z-index: 2;
    padding: 30px;
    background: rgba(255, 255, 255, .3);
}

.banner-textBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-textBox .container-fixed {
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.banner-box .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #902ce8;
    overflow: hidden;
}

.banner-box .title span {
    display: inline-block;
    position: relative;
}

.banner-box .title span::before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: linear-gradient(270.00deg, rgb(143, 44, 231), rgba(28, 120, 255, 0) 98.696%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-120%, 0);

}

.banner-box .title span::after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: linear-gradient(90.00deg, rgb(143, 44, 231), rgba(28, 120, 255, 0) 98.696%);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(120%, 0);

}


.banner-box ul {
    margin-top: 24px;
    height: 130px;
    overflow-y: auto;
}

.banner-box ul li {
    margin-top: 7px;
}

.banner-box ul li img {
    width: 15px;
    margin-right: 5px;
}

.banner-box ul li a {
    font-size: 16px;
    color: #000000;
}

.banner .swiper-pagination {
    bottom: 20px;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
    width: 40px;
    height: 5px;
    border-radius: 0;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #902ce8;
}

.index-one-item ul {
    display: flex;
    justify-content: space-between;
}

.index-one-item ul li {
    width: calc(25% - 27px);
}

.index-one-item ul li .index-one-list {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0, 21, 52, 0.06);
    position: relative;
    padding: 30px 20px;
    height: 100%;
}

.index-one-item ul li .index-one-list .icons {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
}

.index-one-item ul li .index-one-list h3 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.index-one-item ul li .index-one-list p {
    font-size: 14px;
    color: #666666;
    margin-top: 12px;
    position: relative;
    z-index: 1;
    max-width: 60%;
}

.index-one-item ul li .index-one-list p span {
    color: #FF5946;
}

.index-one {
    /* margin-top: -80px; */
    position: relative;
    z-index: 1;
}

.box-title {
    text-align: center;
}

.box-title h3 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.box-title p {
    font-size: 16px;
    color: #666666;
    margin-top: 17px;
}

.img-padding {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

.img-padding img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.pro-item ul li {
    width: 20%;
    padding: 0 6px;
    margin-bottom: 12px;
}

.pro-item ul li .pro-list {
    background-color: #F9FAFB;
    display: block;
    width: 100%;
    height: 100%;
}

.pro-item ul li .pro-list .img {
    padding-bottom: 83%;
    position: relative;
    height: 259px;
}

.pro-item ul li .pro-list .img span {
    background-color: #FF5946;
    line-height: 40px;
    padding: 0 18px;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 2;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 0 20px 20px 0;
}

.pro-item ul li .pro-list .text {
    text-align: center;
    padding: 18px 30px 28px 30px;
}

.pro-item ul li .pro-list .text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.pro-item ul li .pro-list .text .p1 {
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
    height: 25px;
}

.pro-item ul li .pro-list .text small {
    display: inline-block;
    min-width: 120px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    color: #902ce8;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
    border-radius: 5px;
    border: 1px solid #902ce8;
    margin-top: 15px;
}

.pro-item ul li .pro-list .text .p2 {
    font-size: 14px;
    color: #666666;
    margin-top: 14px;
    line-height: 20px;
    height: 40px;
}

.pro-item ul li .pro-list .text .p2 span {
    color: #FF5946;
}

.pro-item ul li .pro-list:hover .text small {
    background-color: #902ce8;
    color: #fff !important;
}

.pro-item ul li .pro-list .text .p3 {
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
    color: #616263;
}

.pro-item ul li .pro-list .text .p4 {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    color: #616263;
}

.pro-item ul li .pro-list .text .bottom {
    border-top: 1px solid #E9E9E9;
    margin-top: 15px;
}

.pro-item ul li .pro-list .text .bottom .p1 {
    text-align: left;
}

.index-three {
    background-image: url(../images/index-three-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.team-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.team-item ul li {
    width: 25%;
    padding: 0 13px;
    margin-top: 100px;
}

.team-item ul li .team-list {
    box-shadow: 0px 0px 30px 0px rgba(0, 52, 128, 0.25);
    background-color: #fff;
    transition: all 0.5s;
}

.team-item ul li .team-list .img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -80px;
    border-radius: 50%;
}

.team-item ul li .team-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-item ul li .team-list .text {
    text-align: center;
    padding: 50px;
    padding-bottom: 25px;
}

.team-item ul li .team-list .text h3 {
    font-size: 28px;
    color: #000000;
    font-weight: bold;
}

.team-item ul li .team-list .text p {
    font-size: 16px;
    color: #626262;
    margin-top: 20px;
}

.team-item ul li .team-list:hover .text h3 {
    color: #902ce8;
}

.team-item ul li .team-list:hover {
    transform: translateY(-8px);
}

.index-nav ul {
    text-align: center;
    margin-top: 30px;
}

.index-nav ul li {
    display: inline-block;
    margin: 0 10px;
    display: inline-block;
    min-width: 160px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #1F1F1F;
    font-size: 16px;
    transition: all 0.5s;
    border-radius: 5px;
    border: 1px solid #E0E2E6;
}

.index-nav ul li.active {
    background-color: #FF5946;
    color: #fff;
    border-color: #FF5946;
}

.flowPath-item ul {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
}

.flowPath-item ul li {
    margin-top: 40px;
    width: 25%;
    padding: 0 20px;
}

.flowPath-item.fl5 ul li {
    width: 20%;
}

.flowPath-item.fl5 ul li .flowPath-list {
    padding: 57px 30px 44px 30px;
}

.flowPath-item ul li .flowPath-list {
    height: 100%;
    box-shadow: 5px 5px 20px 0px rgba(180, 184, 206, 0.14);
    background: rgb(255, 255, 255);
    padding: 57px 60px 44px 60px;
    position: relative;
    overflow: hidden;
    border-radius: 0 20px 20px 20px;
}

.flowPath-item ul li .flowPath-list span {
    display: block;
    font-size: 24px;
    color: #FFFFFF;
    /* background-color: #1FB866; */
    background-color: #902ce8;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 45px;
    padding-left: 40px;
    position: absolute;
    left: -50px;
    top: -50px;
    text-align: center;
    line-height: 50px;
}

.flowPath-item ul li .flowPath-list h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2B2D31;
    padding-bottom: 20px;
    position: relative;
}

.flowPath-item ul li .flowPath-list h3::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background-color: #FF5946;
    position: absolute;
    bottom: 0;
    left: 0;
}

.flowPath-item ul li .flowPath-list p {
    margin-top: 15px;
    color: #616263;
    font-size: 16px;
}

.index-five {
    background-image: url(../images/index-five-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.PaymentMethod-item ul {
    display: flex;
    justify-content: space-between;
}

.PaymentMethod-item ul li {
    width: calc(20% - 27px);
    margin-top: 100px;
}

.PaymentMethod-item ul li .PaymentMethod-list {
    height: 100%;
    position: relative;
}

.PaymentMethod-item ul li .PaymentMethod-list .icons {
    width: 55px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
}

.PaymentMethod-item ul li .PaymentMethod-list .text {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 90px;
    border: 1px solid #902ce8;
    text-align: center;
    padding: 30px;
    position: relative;

}

/* .PaymentMethod-item ul li .PaymentMethod-list .text::before {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #902ce8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, 0);
}

.PaymentMethod-item ul li .PaymentMethod-list .text::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #902ce8;
    border-radius: 50%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translate(0, -50%);
} */

.PaymentMethod-item ul li:nth-last-child(1) .PaymentMethod-list .text::after,
.PaymentMethod-item ul li:nth-last-child(1) .PaymentMethod-list .text::before {
    display: none;
}

.PaymentMethod-item ul li .PaymentMethod-list .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #202020;
}

.PaymentMethod-item ul li .PaymentMethod-list .text p {
    font-size: 16px;
    color: #626262;
    margin-top: 20px;
}


.advantage-item ul {
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
}

.advantage-item ul li {
    width: 98px;
}

.advantage-item ul li .advantage-list {
    background-color: #F9FAFB;
    padding: 10px;
    border-radius: 110px;
    overflow: hidden;
}

.advantage-item ul li .advantage-list .text {
    margin-top: 17px;
    text-align: center;
    padding-bottom: 20px;
}

.advantage-item ul li .advantage-list .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.advantage-item ul li .advantage-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage-item ul li:nth-child(odd) {
    margin-top: 60px;
}

.advantage-item ul li .advantage-list .text h3 {
    font-size: 16px;
    color: #000000;
}

.advantage-item ul li .advantage-list .text p {
    font-size: 14px;
    color: #666666;
    margin-top: 13px;
}

.advantage-num-item ul {
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
}

.advantage-num-item ul li {
    /* width: 15%; */
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
}

.advantage-num-item ul li p {
    font-size: 18px;
    color: #000000;
}

.advantage-num-item ul li p span {
    font-size: 28px;
}

.advantage-num-item ul li h3 {
    font-size: 14px;
    color: #666666;
}

.index-seven {
    background-image: url(../images/index-seven-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.index-table {
    margin-top: 30px;
    background-color: #fff;
    border: 10px solid #902ce8;
    padding: 0 50px;
}

.index-table table {
    width: 100%;
    font-size: 16px;
}

.index-table table tr th {
    font-size: 20px;
    color: #000000;
    padding: 20px;
}

.index-table table tr td {
    border-top: 1px dashed #DFDFDF;
    padding: 20px;
}

.index-table tr td .color {
    color: #F76251;
}

.achievement-item ul {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
}

.achievement-item ul li {
    width: 23.33%;
    padding: 0 20px;
    margin-top: 40px;
}

.achievement-item ul li .achievement-list {
    display: block;
    width: 100%;
}

.achievement-item ul li .achievement-list .img {
    padding-bottom: 66%;
}

.achievement-item ul li .achievement-list .img span {
    background-color: #FF5946;
    line-height: 40px;
    padding: 0 18px;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 2;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 0 20px 20px 0;
}

.achievement-item ul li .achievement-list .img .icon-video {
    width: 90px;
    height: 90px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: url(../images/bf.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.achievement-item ul li .achievement-list .text {
    text-align: center;
    padding-top: 15px;
}

.achievement-item ul li .achievement-list .text h3 {
    font-size: 20px;
    color: #000000;
}

.achievement-item ul li .achievement-list:hover .text h3 {
    color: #902ce8;
}
.achievement-item ul li.licg{
    padding: 10px
}
.achievement-item ul li.licg a{
    background-color: rgb(241 245 249);
    border: solid 1px #ddd;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    height: 100%;
} 
.achievement-item ul li.licg a .one-line{
    margin-top: 20px;
}



/* 分页样式---自己定义 */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
    padding-top: 20px;
    text-align: center;
}

/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 50px;
    color: var(--color);
    border: 1px solid var(--color)
}

#nextPage,
#prePage {
    width: 70px
}

.page_div .current {
    background-color: var(--color);
    border-color: var(--color);
    color: #FFF
}

/* 页面数量 */
.totalPages {
    margin: 0 10px
}

.totalPages span,
.totalSize span {
    color: var(--color);
    margin: 0 5px
}

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

/* footer */

.footer {
    background-color: #303030;
}

.footer-item {
    padding: 50px 0;
}

.footer-box {
    display: flex;
}

.footer-box .left {
    width: 277px;
    text-align: left;
}

.footer-box .left .footer-logo {
    max-width: 100%;
}

.footer-box .left .footer-tel {
    margin-top: 30px;
    color: #fff;
}

.footer-box .left .footer-tel p {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 1;
}

.footer-box .left .footer-tel span {
    font-size: 14px;
    color: #FFFFFF;
}

.footer-box .left .but {
    margin-top: 20px;
}

.footer-box .right {
    width: calc(100% - 277px);
}

.footer-box .right .footer-search {
    width: 80%;

}

.footer-box .right .footer-search .header-search-box {
    background-color: #fff;
}

.footer-box-right {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
}

.footer-box-right .footer-box-l {
    display: flex;
    width: 40%;
}

.footer-box-right .footer-box-l .footer-right-list {
    width: 33.33%;
}

.footer-right-list {
    font-size: 16px;
}

.footer-right-list .title {
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer-right-list a {
    color: rgba(255, 255, 255, .5);
}

.footer-right-list p {
    color: #fff;
    margin-top: 10px;
}

.footer-box-right .footer-box-r {
    display: flex;
    justify-content: space-between;
    width: 60%;
    padding-left: 8%;
    position: relative;
}

.footer-box-right .footer-box-r::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 49.366%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.footer-box-right .footer-box-r .footer-right-list {
    max-width: 80%;
}

.footer-right-ewm {
    display: flex;
    justify-content: space-between;
}

.footer-right-ewm .img:nth-child(1) {
    margin-left: 0;
}

.footer-right-ewm .img {
    width: 95px;
    margin-left: 20px;
}

.footer-bottom {
    border: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
    color: rgba(255, 255, 255, .5);
    padding: 20px 0;
    font-size: 16px;
}

.footer-bottom a {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
}


.nei-flex-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nei-flex-item .left {
    width: 260px;
}

.nei-flex-item .right {
    width: calc(100% - 260px);
    padding-left: 45px;
}

.SideNavigation .title {
    background-color: #902ce8;
    padding: 18px 50px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
}

.SideNavigation .title i {
    position: absolute;
    right: 30px;
}

.SideNavigation ul {
    background-color: #F9FAFB;
}

.SideNavigation ul li {
    font-size: 16px;
    color: #000000;
    display: block;
    padding: 14px 50px;
    color: #902ce8;
    background-color: #fff;
    margin: 5px 0;
}

.SideNavigation ul li:hover {
    color: #fff;
    background-color: #902ce8;
}

.SideNavigation ul li.cur {
    color: #fff;
    background-color: #902ce8;
}

.SideNavigation-my ul li:hover {
    color: #902ce8;
    background-color: #fff;
}

.SideNavigation-my ul li.cur {
    color: #902ce8;
    background-color: #fff;
}


/* .SideNavigation ul li.active>a {
    color: #902ce8;
} */

.SideNavigation ul li.active .SideNavigation2 {
    display: block;
}

/* .SideNavigation2 {
    display: none;
} */

.SideNavigation2 p {
    padding-top: 10px;
}

.SideNavigation2 p a.active {
    color: #902ce8;
}

.pro-item.fl4 ul li {
    width: 25%;
}

.pro-item.fl3 ul li {
    width: 33.33%;
}

.bx-mb-nav {
    padding: 30px 0;
    font-size: 16px;
    color: #666666;
}

.bgf7 {
    background-color: #F9FAFB !important;
}

.nei-flexdetail-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.nei-flexdetail-item .left {
    width: calc(100% - 240px);
    padding-right: 30px;
}

.nei-flexdetail-item .right {
    width: 240px;
    position: sticky;
    top: 10px;
}

.nei-flexdetail-item .right .ewm {
    width: 100%;
}

.nei-flexdetail-item .right .ewm h3 {
    font-size: 24px;
    color: #000000;
}

.nei-flexdetail-item .right .ewm .img {
    width: 100%;
    margin-top: 30px;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    color: #902ce8;
}

.nei-flexdetail-item .right .ewm .img img {
    width: 100%;
    margin-bottom: 10px;
}

.detail-it-top {
    background-color: #fff;
    display: flex;
}

.detail-it-top .img {
    width: 400;
}

.detail-it-top .img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.detail-it-top .text {
    width: calc(100% - 400px);
    display: flex;
    /* align-items: center; */
    padding-left: 30px;
    padding-top:30px
}

.detail-it-top .text .texts {
    width: 100%;
}

.detail-it-top .text h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.detail-it-top .text p {
    font-size: 16px;
    color: #616263;
    margin-top: 18px;
}

.detail-it-top .text .tags a {
    display: inline-block;
    font-size: 14px;
    color: #902ce8;
    border: 1px solid #902ce8;
    padding: 0 10px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 15px;
    transition: all 0.3s;
}

.detail-it-top .text .tags a:hover {
    background-color: #902ce8;
    color: #fff !important;
}

.detail-it-top .text table td {
    vertical-align: text-top;
}


.detail-it-top .text .button {
    margin-top: 25px;
}

.detail-bgf {
    background-color: #FFFFFF;
    padding: 30px;
}

.det-title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    position: relative;
}

.det-title i {
    position: absolute;
    right: 30px;
    top: 5px;
    transition: all 0.3s;
}

.det-subtitle {
    font-size: 18px;
    background-color: #902ce8;
    color: #fff;
}

.det-nav ul {
    border-bottom: 1px solid #E9E9E9;
}

.det-nav ul li {
    display: inline-block;
    margin-right: 50px;
}

.det-nav ul li:nth-last-child(1) {
    margin-right: 0;
}

.det-nav ul li p,
.det-nav ul li a {
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    padding-bottom: 18px;
    border-bottom: 2px solid transparent;
}

.det-nav ul li.active p,
.det-nav ul li.active a {
    border-bottom-color: #902ce8;
    color: #902ce8;
}

.det-nav ul li p:hover,
.det-nav ul li a:hover {
    color: #902ce8;
}

.det-text {
    font-size: 16px;
    color: #616263;
    padding-top: 20px;
}

.problem-box {
    margin-top: 20px;
}

.problem-box ul li {
    margin-bottom: 10px;
}

.problem-box ul li .title {
    padding: 15px 0;
    border-bottom: 1px solid #EEEEEE;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    color: #000000;
}

.problem-box ul li .title h3 {
    font-size: 16px;

}

.problem-box ul li .title i {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 18px;
    transition: all 0.3s;
}

.problem-box ul li .title.active {
    border-bottom-color: #902ce8;
    color: #902ce8;
}

.problem-box ul li .title.active i {
    transform: rotate(180deg);
}

.problem-box ul li .desc {
    background-color: #F9FAFB;
    padding: 20px;
    font-size: 16px;
    color: #666666;
    display: none;
}

.Appointment-Notice {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.Appointment-Notice-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 900px;
    display: none;
}

.Appointment-Notice-pop .title {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 0px 0px 40px 40px;
    background: linear-gradient(138.33deg, #902ce8 0%, #902ce8 88.922%);
    text-align: center;
    padding: 15px 0;
    position: relative;
}

.Appointment-Notice-pop .title .bx-guanbi {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
}

.Appointment-Notice-pop .butarr {
    text-align: center;
    padding: 20px 0 30px 0;
}

.Appointment-Notice-pop .desc {
    font-size: 16px;
    color: #666666;
    padding: 0 50px;
    margin-top: 20px;
    max-height: 60vh;
    overflow-y: auto;
}

.nei-title h3 {
    font-size: 24px;
    color: #000000;
}

.detail-from .det-title {
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(233, 233, 233);
    cursor: pointer;
}

.detail-from .det-title.active i {
    transform: rotate(180deg);
}

.detail-from .det-title .del {
    font-size: 14px;
    position: absolute;
    right: 140px;
    top: 3px;
    background-color: rgba(28, 120, 255, .1);
    color: #902ce8;
    display: block;
    padding: 0 10px;
    line-height: 28px;
    border-radius: 28px;
    transition: all 0.5s;
}

.detail-from .det-title .copy {
    font-size: 14px;
    position: absolute;
    right: 60px;
    top: 3px;
    background-color: rgba(28, 120, 255, .1);
    color: #902ce8;
    display: block;
    padding: 0 10px;
    line-height: 28px;
    border-radius: 28px;
    transition: all 0.5s;
}

.detail-from .det-title .del:hover {
    background-color: #902ce8;
    color: #fff;
}

.detail-from .det-title .copy:hover {
    background-color: #902ce8;
    color: #fff;
}

.detail-from-flex {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.detail-from-flex .text {
    width: 245px;
    padding-right: 30px;
    font-size: 16px;
    color: #666666;
    padding-top: 7px;
}

.detail-from-flex .text i {
    color: #FF5946;
}

.detail-from-flex .form-box {
    width: calc(100% - 245px);
}

.form-tags {
    margin-top: -10px;
}

.form-tags span {
    display: inline-block;
    border: 1px solid #E9E9E9;
    margin-right: 10px;
    min-width: 80px;
    padding: 5px 12px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    transition: all 0.3s;
    margin-top: 10px;
}

.form-tags span.active {
    background-color: #902ce8;
    color: #fff !important;
    border-color: #902ce8;
}

.form-tags span:hover {
    border-color: #902ce8;
    color: #902ce8;
}

.form-text {
    font-size: 16px;
    color: #666666;
    padding-top: 7px;
}

.ts {
    font-size: 12px;
    color: #FF5946;
    margin-top: 10px;
}

.form-tags input {
    width: 260px;
    height: 38px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 0 20px;
    transition: all 0.3s;
    font-size: 16px;
    outline: none;
}
.form-tags input.cot{
    width:  90px;
} 
.form-tags select {
    width: 290px;
    height: 38px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 0 20px;
    transition: all 0.3s;
    font-size: 16px;
    outline: none;
}

.form-tags textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 15px 20px;
    transition: all 0.3s;
    font-size: 16px;
    outline: none;
}

.form-tags input:focus,
.form-tags textarea:focus,
.form-tags select:focus {
    border-color: #902ce8;
}
.form-input input {
    width: 290px;
    height: 38px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 0 20px;
    transition: all 0.3s;
    font-size: 16px;
    outline: none;
}

.form-select select {
    width: 290px;
    height: 38px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 0 20px;
    transition: all 0.3s;
    font-size: 16px;
    outline: none;
}

.form-textarea textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 15px 20px;
    transition: all 0.3s;
    font-size: 16px;
    outline: none;
}

.form-input input:focus,
.form-textarea textarea:focus,
.form-select select:focus {
    border-color: #1C78FF;
}
.from-upimg {
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.from-upimg .from-fileimglist {
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    border: 1px solid #DCDFE6;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.form-radio label,
.form-checkbox label {
    margin-top: 7px;
    font-weight: 400;
    margin-right: 50px;
    font-size: 16px;
    color: #666666;
}

.form-InvoiceInformation {
    width: 450px;
    padding: 10px 20px;
    background-color: rgba(28, 120, 255, .1);
    font-size: 16px;
    color: #902ce8;
}

.form-InvoiceInformation p {
    margin: 8px 0;
}

.detail-from-footer {
    margin-top: 0;
    align-items: center;
}

.detail-from-footer .text {
    padding-top: 0;
}

.TotalAmount {
    font-size: 28px;
    color: #FF5946;
}

.detail-from-footer .form-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-ref {
    display: flex;

}

.form-ref small {
    width: 58px;
    height: 100%;
    text-align: center;
    line-height: 36px;
    text-align: center;
    border: 1px solid #E9E9E9;
    border-right: none;
    font-size: 16px;
}

.SideNavigation-two {
    width: 100%;
    background-color: #fff;
}

.SideNavigation-two ul li {
    padding: 0 20px;
}

.SideNavigation-two ul li .SideNavigation-two-list {
    display: block;
    padding: 25px 0;
    border-bottom: 1px dashed #E6E6E6;
    font-size: 16px;
    color: #333333;
    padding-left: 40px;
    position: relative;
}

.SideNavigation-two ul li .SideNavigation-two-list img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    transform: translate(0, -50%);
}

.SideNavigation-two ul li.active .SideNavigation-two-list {
    color: #902ce8;
}

.ClassificationList-list {
    margin-top: 40px;
}

.ClassificationList-list .title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: 1px solid #E9E9E9;
}

.ClassificationList-list ul {
    margin-right: -90px;
}

.ClassificationList-list ul li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 70px;
}

.ClassificationList-list ul li a {
    font-size: 16px;
    color: #666;
}

.ClassificationList-list ul li a img {
    width: 18px;
}

.ClassificationList-list ul li a.hot {
    padding-right: 25px;
    background-image: url(../images/icon-hot2.png);
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: 100% center;
}

.nei2-title {
    text-align: center;
}

.nei2-title h3 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.nei2-title p {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}

.det-tags {
    margin: 10px 0;
}

.det-tags span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #FF5946;
    line-height: 38px;
    padding: 0 14px;
    background-color: rgba(255, 89, 70, .1);
    border-radius: 3px;
}

.my-advantage-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;

}

.my-advantage-box ul li {
    width: 25%;
    padding: 0 45px;
    margin-top: 45px;
}

.my-advantage-list {
    display: block;
    text-align: center;
}

.my-advantage-list .icons .img {
    overflow: hidden;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.my-advantage-list .icons .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-advantage-list .text {
    padding-top: 30px;
}

.my-advantage-list .text h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.my-advantage-list .text p {
    font-size: 16px;
    color: #626262;
    margin-top: 15px;
}

.AboutUs-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.AboutUs-box .img,
.AboutUs-box .text {
    width: 50%;
}

.AboutUs-box .text {
    padding-left: 40px;
    font-size: 16px;
    color: #666666;
}

.bx-list1-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.bx-list1-box ul li {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 30px;
}

.bx-list1-list {
    display: block;
}

.bx-list1-list .img {
    padding-bottom: 66%;
}

.bx-list1-list .text {
    text-align: center;
    padding-top: 17px;
}

.bx-list1-list .text h3 {
    font-size: 20px;
    color: #000000;
}

.bx-list2-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.bx-list2-box ul li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 30px;
}

.bx-list2-list {
    display: block;
}

.bx-list1-list .img img {
    width: 100%;
}


.bx-list3-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.bx-list3-box ul li {
    width: 20%;
    padding: 0 14px;
    margin-top: 30px;
}

.bx-list3-list {
    display: block;
    border: 1px solid #E9E9E9;
    padding: 25px 20px;
    border-radius: 5px;
    transition: all 0.3s;
    height: 100%;
}

.bx-list3-list .icons {
    height: 35px;
    line-height: 35px;
}

.bx-list3-list .icons img {
    max-height: 100%;

}

.bx-list3-list .icons img:nth-child(2) {
    display: none;
}

.bx-list3-list .text {
    margin-top: 20px;
}

.bx-list3-list .text h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    transition: all 0.3s;
}

.bx-list3-list .text p {
    font-size: 16px;
    color: #616263;
    margin-top: 10px;
    transition: all 0.3s;
}

.bx-list3-list:hover {
    background: #902ce8;
    border-color: #902ce8;
}

.bx-list3-box ul li:hover img {
    filter: grayscale(200%) brightness(700%);
}

/* .bx-list3-list:hover .icons img:nth-child(1) {
    display: ;
}

.bx-list3-list:hover .icons img:nth-child(2) {
    display: none;
} */

.bx-list3-list:hover .text h3,
.bx-list3-list:hover .text p {
    color: #fff;
}

.companyLogo-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.companyLogo-box ul li {
    width: 20%;
    padding: 0 20px;
    margin-top: 40px;
}

.companyLogo-list {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgb(241, 244, 251);
    padding-bottom: 50%;
    overflow: hidden;
}

.bx-list4-box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.bx-list4-box ul li {
    width: 33.33%;
    padding: 0 20px;
    margin-top: 40px;
}

.bx-list4-list {
    display: block;
    background-color: #F9FAFB;
    padding: 50px;
}

.bx-list4-list .icons img {
    height: 60px;
}

.bx-list4-list .text {
    margin-top: 28px;
}

.bx-list4-list .text h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.bx-list4-list .text .p1 {
    font-size: 16px;
    color: #616263;
    margin-top: 15px;
}

.bx-list4-list .text .p2 {
    margin-top: 10px;
    color: #FF5946;
    font-size: 16px;
}

.bx-list4-list .text .button {
    display: inline-block;
    min-width: 120px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    color: #902ce8;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
    border-radius: 5px;
    border: 1px solid #902ce8;
    margin-top: 15px;
    background-color: #fff;
}

.bx-list4-list:hover .text .button {
    background-color: #902ce8;
    color: #fff !important;
}

.teamList-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.teamList-item ul li {
    width: 25%;
    padding: 0 6px;
    margin-bottom: 30px;
}

.teamList-list {
    display: block;
    background-color: #F9FAFB;
    padding: 30px;
}

.teamList-list .img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.teamList-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamList-list .text {
    margin-top: 20px;
}

.teamList-list .text h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.teamList-list .text span {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
}

.teamList-list .text p {
    margin-top: 15px;
    font-size: 16px;
    color: #666666;
}

.SideNavigation-my .SideNavigation2 p {
    padding-top: 0;
}

.SideNavigation-my .SideNavigation2 p {
    padding: 12px 40px 12px 50px;
}

.SideNavigation-my ul li {
    padding: 0;
}

.SideNavigation-my ul li h3 {
    padding: 16px 40px 16px 50px;
}

.SideNavigation ul li h3 {
    position: relative;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.SideNavigation ul li h3 a {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.SideNavigation ul li h3 i {
    position: absolute;
    right: 40px;
    top: 19px;
}

.PersonalCenter-user {
    background-image: url(../images/PersonalCenter-userbg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    padding-right: 22%;
}

.PersonalCenter-user .user-left {
    display: flex;
    align-items: center;
    max-width: 50%;
}

.PersonalCenter-user .user-left .img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

.PersonalCenter-user .user-left .text {
    width: calc(100% - 150px);
    padding-left: 30px;
}

.PersonalCenter-user .user-left .text h3 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
}

.PersonalCenter-user .user-left .text p {
    font-size: 16px;
    color: #FFFFFF;
}

.PersonalCenter-user .user-left .text .p1 {
    margin-top: 8px;
}

.PersonalCenter-user .user-left .text .p2 {
    margin-top: 10px;
}

.PersonalCenter-user .user-right {
    max-width: 50%;
}

.PersonalCenter-user .user-right .text {
    text-align: right;
    color: #FFFFFF;
}

.PersonalCenter-user .user-right .text h3 {
    font-size: 24px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.PersonalCenter-user .user-right .text p {
    font-size: 16px;
    margin-top: 13px;
}

.PersonalCenter-user .user-right .text .button {
    margin-top: 17px;
    min-width: 120px;
    line-height: 38px;
}

.PersonalCenter-balance ul {
    display: flex;
    justify-content: space-between;

}

.PersonalCenter-balance ul li {
    min-width: 23%;
    padding: 30px;
}

.PersonalCenter-balance ul li .num {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    padding-right: 30px;
    position: relative;
}

.PersonalCenter-balance ul li .text {
    margin-top: 20px;
}

.PersonalCenter-balance ul li .text p {
    font-size: 16px;
    color: #666;
}

.PersonalCenter-balance ul li .text p:nth-child(1) {
    color: #000000;
}

.PersonalCenter-balance ul li .linkarr {
    margin-top: 15px;
}

.PersonalCenter-balance ul li .linkarr a {
    font-size: 16px;
    color: #902ce8;
}

.PersonalCenter-balance ul li .linkarr span {
    color: #BFBFBF;
    display: inline-block;
    margin: 0 3px;
}

.PersonalCenter-balance ul li .num .icons {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-eye-hide.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.PersonalCenter-balance ul li .num .icons.active {
    background-image: url(../images/icon-eye-show.png);
}

.hostNav-nav ul li {
    display: inline-block;
    margin-right: 20px;

}

.hostNav-nav ul li p {
    padding: 0 28px;
    line-height: 50px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}

.hostNav-nav ul li p span {
    color: #FF5946;
}

.hostNav-nav ul li.active p {
    border-bottom: 2px solid #902ce8;
    color: #902ce8;
}

.hostNav-nav ul li p:hover {
    color: #902ce8;
}

.nei-table table {
    width: 100%;
}

.nei-table table tr th {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #E9E9E9;
    padding: 10px;

}

.nei-table table tr td {
    font-size: 15px;
    color: #666666;
    padding: 10px;
}

.nei-table table tr td .button {
    min-width: 90px;
    line-height: 38px;
}

.nei-table table tr td .butarr span {
    cursor: pointer;
    margin-left: 5px;
}

.nei-table table tr td .button:hover {
    background-color: #902ce8;
    color: #fff !important;
}

.JoinMember-banner {
    position: relative;
    text-align: center;
}

/* .JoinMember-banner .img img {
    width: 100%;
} */

.JoinMember-banner .text {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 15%;
}

.JoinMember-banner .text h3 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.JoinMember-banner .text p {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}

.JoinMember-introduce table {
    width: 100%;
}

.JoinMember-introduce table tr th {
    border: 1px solid #E9E9E9;
    padding: 0;
    background-color: #fff;
}

.JoinMember-introduce table tr td {
    border: 1px solid #E9E9E9;
    padding: 0;
    background-color: #fff;
}

.JoinMember-introduce .top-title {
    padding: 20px;
    text-align: center;
}

.JoinMember-introduce .top-title h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.JoinMember-introduce .top-title p {
    font-size: 16px;
    color: #666666;
    margin-top: 8px;
    font-weight: 400;
}

.JoinMember-introduce .text {
    height: 100%;
    text-align: center;
    padding-bottom: 55px;
    padding-top: 70px;
}

.JoinMember-introduce .text .p1 {
    font-size: 20px;
    color: #902ce8;
    margin-bottom: 20px;
}

.JoinMember-introduce .text .p2 {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 20px;
}

.JoinMember-introduce table tr:nth-child(1) th:nth-child(1) .top-title {
    background-color: #902ce8;
}

.JoinMember-introduce table tr:nth-child(1) th:nth-child(1) .top-title h3,
.JoinMember-introduce table tr:nth-child(1) th:nth-child(1) .top-title p {
    color: #fff;
}

.JoinMember-introduce table tr:nth-child(1) th:nth-child(1) {
    border-color: #902ce8;
}

.JoinMember-introduce table tr:nth-child(2) td:nth-child(1) {
    background: linear-gradient(180.00deg, rgb(143, 44, 231), rgb(143, 44, 231) 100%);
}

.JoinMember-introduce table tr:nth-child(2) td:nth-child(1) .text .p1 {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
}

.JoinMember-introduce table tr:nth-child(2) td:nth-child(1) .text {
    padding-top: 18px;
}

.JoinMember-problem {
    background-color: #fff;
}

.JoinMember-problem ul li {
    padding: 20px 0;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.JoinMember-problem ul li h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.JoinMember-problem ul li .text {
    font-size: 16px;
    color: #616263;
    margin-top: 15px;
}

.Recharge-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.Recharge-box ul li {
    width: 33.33%;
    padding: 0 20px;
}

.Recharge-box ul li .Recharge-list {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/Recharge-bg.jpeg);
    background-size: cover;
    padding: 50px 50px 100px 50px;
    position: relative;
}

.Recharge-box ul li .Recharge-list h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.Recharge-box ul li .Recharge-list h3 span {
    font-size: 16px;
    color: #FF5946;
    font-weight: 400;
}

.Recharge-box ul li .Recharge-list .text {
    font-size: 16px;
    color: #626262;
    margin-top: 20px;
}

.Recharge-box ul li .Recharge-list .butarr {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 50px;
}

.Recharge-box ul li .Recharge-list .table {
    margin-bottom: 0;
}

.Recharge-box ul li .Recharge-list .table table {
    width: 100%;
}

.Recharge-box ul li .Recharge-list .table table tr th {
    padding: 0;
    border-bottom: 1px dashed #E9E9E9;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.Recharge-box ul li .Recharge-list .table table tr td {
    padding: 5px 0;
    border: none;
}

.detail-table-box {
    margin-top: 20px;
    border: 1px solid #E9E9E9;
}

.detail-table-box table {
    width: 100%;
}

.detail-table-box table tr th {
    background-color: rgba(28, 120, 255, .1);
    color: #902ce8;
    font-size: 14px;
    padding: 10px 6px;
    min-width: 85px;
}

.detail-table-box table tr td {
    font-size: 14px;
    padding: 10px 6px;
    border-bottom: 1px solid #E9E9E9;
}

.tal {
    text-align: right;
}

.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.detail-table-list {
    height: 150px;
}

.login-box {
    text-align: center;
    position: relative;
    width: 400px;
    margin: 5vh auto 10vh auto;
}

.login-item {
    padding: 40px 40px 20px 40px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
}

.login-tab {
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
}

.login-tab span {
    margin-right: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    line-height: 30px;
    display: inline-block;
}

.login-tab span.active {
    color: #902ce8;
    border-bottom: 2px solid #902ce8;
}



.tab-pane-input {
    position: relative;
    margin-bottom: 25px;
}

.tab-pane-input input {
    position: relative;
    width: 100%;
    height: 54px;
    line-height: 20px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.75);
    padding: 25px 0 9px 12px;
    z-index: 2;
    background: transparent;
    outline: none;
    font-size: 14px;
}

.tab-pane-input input:focus {
    border-color: #902ce8;
}

.tab-pane-input label {
    position: absolute;
    left: 12px;
    top: 17px;
    color: rgba(0, 0, 0, 0.25);
    cursor: text;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1
}

.tab-pane-input input:focus+label,
.tab-pane-input input:not([data-value=""])+label {
    -webkit-transform: translateY(-10px) scale(.85);
    -ms-transform: translateY(-10px) scale(.85);
    transform: translateY(-10px) scale(.85);
    z-index: 3;
}

.tab-pane-input input:-webkit-autofill+label {
    -webkit-transform: translateY(-10px) scale(.85);
    transform: translateY(-10px) scale(.85);
    z-index: 3;
}

.input-bottom-error {
    position: absolute;
    left: 0;
    bottom: -19px;
    font-size: 12px;
    text-align: left;
    color: #FF1A2E;
}

.login-btn {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #902ce8;
    border-radius: 4px;
    color: #FFF;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.login-btn:hover {
    opacity: 0.8;
}

.login-tip {
    overflow: hidden;
}

.login-tip>div:nth-child(1) {
    float: left;
}

.login-tip>div:nth-child(2) {
    float: right;
}

.login-tip>div a {
    color: #902ce8;
    text-decoration: none;
    cursor: pointer;
}

.login-tip>div a:hover {
    color: #902ce8;
}

.input-checkcode span {
    display: block;
    float: right;
    width: 120px;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #902ce8;
    color: #902ce8;
}

.input-checkcode input {
    width: 185px !important;
    margin-right: 8px;
}



.my_form_box {
    padding: 30px 0;
    position: relative;
}

.my_form_input {
    margin-bottom: 20px;
}

.my_form_input .t {
    display: block;
    line-height: 20px;
    margin: 0 0 8px 0;
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
}

.my_form_input .el-input {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
}

.my_form_input .el-select {
    width: 150px;
    margin-right: 15px;
}

.my_form_input .el-select .el-input {
    width: 100%;
}

.my_form_upimg {
    width: 220px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    padding: 28px 0;
    text-align: center;
    right: 60px !important;
    top: 18px !important;
    position: absolute;
    right: 0;
    top: 0;
}

.my_form_upimg .but {
    position: relative;
    display: block;
    width: 120px;
    height: 33px;
    line-height: 31px;
    margin: 22px auto;
    font-size: 14px;
    color: rgba(0, 0, 0, .45);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    cursor: pointer;
}

.ts2 {
    font-size: 12px;
    color: rgba(0, 0, 0, .25);
}

.a {
    font-size: 14px;
    color: #902ce8;
}

body .h40 {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
}

.My_Invoice_box ul li {
    width: 100%;
    background: #F8FAF9;
    border-radius: 2px;
    padding: 32px 23px;
    margin-top: 24px;
}

.My_Invoice_box ul li .title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 42px;
}

.My_Invoice_box ul li .title .update-text {
    color: #902ce8;
    margin-left: 32px;
    cursor: pointer;
}

.My_Invoice_box ul li .title .button {
    min-width: 100px;
    margin-left: 15px;
    display: none;
}

.My_Invoice_box ul li .content {
    padding-left: 9px;
    line-height: 38px;
    font-size: 14px;
    color: #595959;
}

.My_Invoice_box ul li:hover .button {
    display: inline-block;
}

.Listadd {
    color: #8C8C8C;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}

.Listadd .add-img {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
    border-radius: 3px;
}

.el-checkbox__input input[type="checkbox"] {
    width: 0;
    height: 0;
}

.el-table th.el-table__cell {
    background-color: #f9f9f9;
}

.el-button--text,
.el-button--text:focus {
    color: #902ce8;
}

.address-table .default,
.email-table .default {
    display: inline-block;
    width: 72px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #902ce8;
    margin-right: 4px;
    text-align: center;
    border: 1px solid #902ce8;
    border-radius: 10px;
    cursor: pointer;
}


.My_Account .security {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 4px;
    padding: 13px 32px;
    font-size: 15px;
    color: rgba(0, 0, 0, .77);
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DCDFE6;
    border-radius: 2px;
}

.My_Account .security .fl-text {
    display: flex;
    align-items: center;
}

.My_Account .security .fl-text img {
    width: 30px;
    margin-right: 10px;
}

.My_Account .security .fl-text .title {
    color: #595959;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.My_Account .security .fl-text .tip {
    color: #8C8C8C;
    font-size: 12px;
    line-height: 12px;
}

.edit_btn {
    color: #902ce8;
    font-size: 14px;
}

.form_code_box {
    display: flex;
    width: 300px;
}

.form_code_box .el-input {
    width: calc(100% - 120px);
    margin-right: 10px;
}

.form_code_box span {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    font-size: 14px;
    color: #902ce8;
    text-align: center;
    border: 1px solid #902ce8;
    border-radius: 4px;
    cursor: pointer;
}

.el-input.is-disabled .el-input__inner {
    color: #333;
}

.my_form_box .button {
    vertical-align: middle;
    margin-right: 15px;
}

.My_Integral_top {
    position: relative;
}

.My_Integral_top ul li {
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    padding: 20px 30px;
}

.My_Integral_topList .p1 {
    font-size: 25px;
    color: #902ce8;
}

.My_Integral_topList .p2 {
    font-size: 14px;
    color: #666;
}

.My_Integral_top .tip {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    color: #902ce8;
    text-decoration: underline;
}

.My_Integral_box ul {
    display: flex;
    margin: 0 -5px;
}

.My_Integral_box ul li {
    width: 50%;
    padding: 0 5px;
    margin-top: 10px;
}

.My_Integral_box ul li a {
    display: block;
}

.My_Integral_box ul li a img {
    width: 100%;
}

.color1 {
    color: #902ce8;
}

.color2 {
    color: #FF5946;
}

.My_ThanksRebate_list {
    display: none;
}

.My_ThanksRebate_text {
    background-color: #fff;
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.det-title .icons {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-eye-hide.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

.det-title .icons.active {
    background-image: url(../images/icon-eye-show.png);
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.det-title .det-title-right a {
    display: inline-block;
    font-size: 18px;
    color: #262626;
    font-weight: 500;
    margin-left: 10px;
}

.det-title .det-title-right a span {
    font-size: 25px;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.My_InviteFriends_top ul {
    display: inline-block;
    margin-right: 30px;
}

.My_InviteFriends_top ul li {
    display: inline-block;
    text-align: center;
    width: 160px;
    vertical-align: middle;
}

.My_InviteFriends_top ul li .p1 {
    line-height: 19px;
    margin: 12px 0;
    font-size: 18px;
    color: #262626;
    text-align: center;
}

.My_InviteFriends_top ul li .p2 {
    margin-top: 16px;
    font-size: 22px;
    color: #8C8C8C;
    text-align: center;
}

.My_InviteFriends_top {
    padding-top: 30px;
}

.index-one-item.fl3 ul li {
    width: calc(33.33% - 10px);
}

.index-one-item.fl3 ul li .index-one-list {
    padding: 30px 20px;
}

.index-one-item.fl3 ul li .index-one-list p {
    width: 65%;
}

.My_InviteFriends-link {
    display: flex;
    margin-top: 15px;
}

.My_InviteFriends-link input {
    width: 60%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    font-size: 18px;
    color: #902ce8;
    border: none;
    margin-right: 20px;
}

.form-item-range .el-input {
    width: 104px;
}

.form-item-combined .el-input {
    width: 210px;
}

.form-item-combined .el-select {
    width: 100px;
}

.form-item-combined .el-select .el-input {
    width: 100%;
}

.el-date-editor .el-range-separator {
    width: auto;
}

.order_screen {
    padding-bottom: 10px;
}

.My_DiscountCoupons ul {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.My_DiscountCoupons ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.My_DiscountCoupons_list {
    display: flex;
    background-color: #fff;
    box-shadow: 3px 2px 4px -1px rgba(0, 0, 0, .2);
}

.My_DiscountCoupons_list .left {
    width: 132px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #902ce8;
    min-height: 150px;
}

.My_DiscountCoupons_list .left .p1 {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #FFF;
    font-family: Helvetica;
    text-align: center;
}

.My_DiscountCoupons_list .left .p1 span {
    font-size: 18px;
}

.My_DiscountCoupons_list .left .p2 {
    margin-top: 8px;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

.My_DiscountCoupons_list .left .but {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    font-size: 13px;
    font-family: PingFangSC-Bold, PingFang SC;
    font-weight: bold;
    color: #902ce8;
    line-height: 18px;
    padding: 5px 9px;
    display: table;
    margin: 8px 13px 0;
    cursor: pointer;
}

.My_DiscountCoupons_list .text {
    width: calc(100% - 132px);
    padding: 10px 15px;
}

.My_DiscountCoupons_list .text h3 {
    font-size: 22px;
    color: #902ce8;
    height: 60px;
    line-height: 30px;
}

.My_DiscountCoupons_list .text p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
}

.My_DiscountCoupons_list .text .p3 {
    height: auto;
    max-height: 40px;
    line-height: 20px;

}

.el-dialog__body {
    padding: 10px 20px;
}

.My_InvoiceList_top {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
}

.My_InvoiceList_top ul {
    display: flex;
}

.My_InvoiceList_top ul li {
    flex: 1;
    padding: 0 15px;
    border-left: 1px dashed #902ce8;
}

.My_InvoiceList_top ul li:nth-child(1) {
    border-left: none;
}

.My_InvoiceList_topList h3 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #262626;
}

.My_InvoiceList_topList p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    margin-bottom: 5px;
    color: #595959;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.My_InvoiceList_topList p.num {
    font-size: 20px;
    padding-top: 10px;
    color: #262626;
}

.detail-table-box .butarr span {
    cursor: pointer;
    margin-right: 5px;
}

.My_Group_title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DCDFE6;
}

.My_Group_title h3 {
    display: inline-block;
    position: relative;
    margin-right: 35px;
    color: #902ce8;
    font-weight: bold;
    font-size: 18px;
    min-height: 35px;
}

.My_Group_title h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #902ce8;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.My_Group_title .header-search-box {
    margin-bottom: 10px;
}

.My_Group_title .header-search-box input {
    height: 35px;
    font-size: 14px;
    width: 300px;
}

.My_Group_title .header-search-box .button {
    height: 35px;
    line-height: 35px;
    min-width: 80px;
}

.My_Group_title .header-search-box i {
    top: 0;
}

.gr-right .gr-remind {
    width: 100%;
    height: 33px;
    line-height: 33px;
    background: rgba(254, 160, 0, .15);
    margin-top: 10px;
    padding-left: 16px;
    font-size: 14px;
    color: #FEA000;
    font-weight: 500;
}

.gr-body {
    width: 100%;
    min-height: 500px;
}

.gr-info {
    width: 340px;
    margin: 56px auto 0;
    padding: 20px 60px;
    background: #fff;
}

.gr-info-item {
    display: flex;
    align-items: center;
}

.gr-info-item div {
    line-height: 22px;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
}

.gr-info-item .col1 {
    width: 40%;
}

.gr-info-item .col2 {
    width: 60%;
}

.btn_apply {
    display: block;
    width: 176px;
    height: 40px;
    line-height: 40px;
    background: #902ce8;
    margin: 30px auto 0;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    border: none;
}

.btn_apply:hover {
    color: #FFF !important;
}

.box2 img,
.box3 img,
.box4 img {
    display: block;
    margin: 88px auto 0;
}

.box2 p {
    line-height: 20px;
    margin-top: 32px;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    text-align: center;
}

.box3 h1 {
    line-height: 28px;
    margin-top: 24px;
    font-size: 20px;
    color: rgba(0, 0, 0, .75);
    text-align: center;
}

.box3 p {
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, .45);
    text-align: center;
}

.box4 h1 {
    line-height: 28px;
    margin-top: 24px;
    font-size: 20px;
    color: rgba(0, 0, 0, .75);
    text-align: center;
}

.box4 p {
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    text-align: center;
}

.box4 {
    text-align: center;
}

.clubapply-top {
    text-align: center;
}

.clubapply-top ul li {
    display: inline-block;
    width: 30%;
    margin: 0 15px;
}

.clubapply-top ul li p {
    width: 100%;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 200;
    background-color: #E6E6E6;
}

.clubapply-top ul li.active p {
    color: #902ce8;
    font-weight: bold;
    background-color: rgba(28, 120, 255, .3);
}

.clubapply-top ul li.active.active2 p {
    background-color: #902ce8;
    color: #fff;
}

.Cooperation-banner {
    position: relative;
    padding-bottom: 150px;
}

.Cooperation-banner::before {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    background: #E1EEFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.Cooperation-banner-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;

}

.Cooperation-banner-item .text {
    width: 60%;
}

.Cooperation-banner-item .text h3 {
    font-size: 56px;
    color: #333;
    font-weight: 200;
}

.Cooperation-banner-item .text p {
    line-height: 26px;
    margin-top: 20px;
    font-size: 18px;
    color: rgba(25, 24, 71, .75);
}

.Cooperation-banner-item .text .but {
    display: block;
    width: 196px;
    height: 52px;
    line-height: 52px;
    background-image: linear-gradient(90deg, #5e8df7 0%, #2d6dfd 100%);
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 26px;
    box-shadow: 0px 3px 4px 0px rgba(94, 141, 247, 0.48);
    margin-top: 25px;
    cursor: pointer;
}

.Cooperation-banner-item .img {
    width: 40%;
}

.Cooperation-banner-text {
    text-align: right;
    margin-top: 150px;
    line-height: 36px;
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
    font-weight: 500;
}

.Cooperation-banner-text h3 {
    font-size: 28px;
    color: #333;
    font-weight: 400;
}

.ServeList ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.ServeList ul li {
    width: 33.33%;
    padding: 0 30px;
    margin-top: 50px;
}

.ServeList-list .img {
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
}

.ServeList-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ServeList-list .text {
    text-align: center;
}

.ServeList-list .text h3 {
    line-height: 28px;
    margin: 16px 0 10px;
    font-size: 20px;
    color: rgba(0, 0, 0, .85);
    font-weight: bold;
    text-align: center;
}

.ServeList-list .text p {
    line-height: 24px;
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
    text-align: center;
}


.about-banner {
    position: relative;
}

.about-banner .swiper-container {
    width: 100%;
    height: calc(100vh - 160px);
    min-height: 700px;
}

.about-banner .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.about-banner .swiper-slide video {
    width: 100%;
    height: 140%;
    transform: translateY(-10%);
    object-fit: cover;
}

.about-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-banner .swiper-pagination-bullet {
    width: 36px !important;
    height: 3px !important;
    background: #fff !important;
    border-radius: 0 !important;
    margin-right: 8px;
    opacity: .4;
}

.about-banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.about-banner .swiper-container .banner-text {
    position: absolute;
    z-index: 10;
    top: -moz-calc(50% - 200px);
    top: calc(50% - 200px);
    left: 120px;
    opacity: .85;
}

.about-banner .swiper-addArea {
    position: absolute;
    bottom: calc(50% - 2vw) !important;
    left: 120px !important;
    bottom: 0;
    z-index: 10;
    width: 50%;
}

.about-banner .swiper-meng {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}

.about-banner .swiper-container .banner-text .banner-title {
    font-size: 3.33vw;
    line-height: 4.37vw;
    letter-spacing: .1vw;
    color: #fff;
    font-weight: bold;
}

.about-banner .swiper-container .banner-text .banner-line {
    width: 41.67vw;
    height: 1px;
    background: #fff;
    opacity: .25;
    margin-top: 20px;
    margin-bottom: 24px;
}

.about-banner .swiper-container .banner-text .banner-desc {
    width: 41.67vw;
    font-size: 1.11vw;
    line-height: 1.67vw;
    text-align: justify;
    letter-spacing: .1vw;
    color: #fff;
}

.about-banner .swiper-register {
    width: 216px;
    height: 52px;
    border-radius: 31px;
    border: 1px solid #FFFFFF;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about-banner .swiper-register:hover,
.first-about-vr-btn-inner:hover {
    background: #ffffff61;
    /* opacity: .3;
    color: #fff!important; */
}

@keyframes slide {
    from {
        bottom: 35px;
    }

    to {
        bottom: 20px;
    }
}

.swiper-addArea-btns {
    display: flex;
    position: relative;
    top: 100px;
}

.first-about-vr-btn-inner {
    cursor: pointer;
    width: 216px;
    height: 52px;
    border-radius: 31px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.first-about-vr-icon-logo {
    width: 26px;
    height: 23px;
    margin: 0 4px 0 0;
}


.about-one-item ul {
    display: flex;
    flex-wrap: wrap;
}

.about-one-item ul li {
    width: 33.33%;
}

.about-one-list {
    padding: 20px 50px;
    border-top: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    display: flex;
    justify-content: space-between;
}

.about-one-item ul li:nth-child(1) .about-one-list,
.about-one-item ul li:nth-child(2) .about-one-list,
.about-one-item ul li:nth-child(3) .about-one-list {
    border-top: none;
}

.about-one-item ul li:nth-child(3n) .about-one-list {
    border-right: none;
}

.about-one-list .icons {
    width: 55px;
}

.about-one-list .icons img {
    width: 100%;
}

.about-one-list .text {
    width: calc(100% - 80px);
}

.about-one-list .text .title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 16px;
    display: inline-block;
}

.about-one-list .text p a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 12px;
}

.AboutUs-dz {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #fff;
}

.AboutUs-dz tr th {
    background-color: #902ce8;
    color: #fff !important;
}

.AboutUs-dz tr:nth-child(odd) {
    background-color: rgba(28, 120, 255, .3);
}

.Join-top {
    display: flex;
    justify-content: right;
    align-items: center;
}

.Join-top .header-search-box input {
    height: 38px;
    width: 300px;
    font-size: 14px;
    padding: 0 10px;
}

body .Join-top .button {
    line-height: 40px;
}

.Join-top .header-search-box i {
    top: 2px;
}

.Join-top .header-search-box {
    padding-left: 0;
    border-color: #DCDFE6;
    margin-left: 15px;
}

.Join-item ul {
    display: flex;
    flex-wrap: wrap;
}

.Join-item ul li {
    width: 50%;
    padding: 15px;
}

.Join-list {
    display: block;
    background-color: #fff;
    padding: 25px;
}

.Join-list h3 {
    color: #333333;
    font-size: 18px;
    vertical-align: middle;
}

.Join-list h3 span {
    margin-left: 14px;
    border: 1px solid #D9D9D9;
    color: #777;
    font-size: 11px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;

}

.Join-list .p1 {
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Join-list .bottom {
    display: flex;
    justify-content: space-between;
    color: #000;
}

.Join-list .bottom .left {
    width: 65%;

}

.Join-list .bottom .left span {
    margin-right: 25px;
    font-size: 12px;
}

.Join-list .bottom .right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 12px;
    border-radius: 20px;
    border: 1px solid #E9E9E9;
    position: relative;
    left: -60px;
    color: #666;
    font-size: 12px;
}

.Join-list .bottom .right span,
.Join-list .bottom .right i,
.Join-list .bottom .right small {
    vertical-align: middle;
    display: inline-block;
}

.Join-list .bottom .right i {
    font-size: 14px;
    color: #902ce8;
    margin-right: 5px;
}

.Join-list .bottom .right small {
    font-size: 14px;
    margin: 0 5px;
}

.JoinDetail-top {
    padding: 50px 0;
    background: #434A5E;
}

.JoinDetail-top-item {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.JoinDetail-top-item .left {
    width: 65%;
}

.JoinDetail-top-item .left h3 {
    font-size: 24px;
}

.JoinDetail-top-item .left .p1 {
    color: #902ce8;
    font-size: 16px;
    margin-top: 15px;
}

.JoinDetail-top-item .left .p2 {
    font-size: 16px;
    margin-top: 15px;
}

.JoinDetail-text {
    margin-bottom: 50px;
}

.JoinDetail-text .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 11px;
}

.JoinDetail-text .JoinDetail-text-box {
    margin-bottom: 8px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.JoinDetail-text-user {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
}

.JoinDetail-text-user .ewm {
    width: 80px;
    margin-right: 15px;
}

.JoinDetail-pop {
    text-align: center;
    font-size: 16px;
    color: #333;

}

.JoinDetail-pop .img {
    width: 120px;
    margin: 0 auto;
}

.JoinDetail-pop p {
    margin-top: 12px;
}


/* 费用弹窗 */

.dade-baton {
    position: relative;

}

.dade-baton .detail-from-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.dade-baton .detail-from-footer .text {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dade-baton .detail-from-footer .text i {
    font-size: 20px;
    margin-left: 10px;
}

.dade-baton .detail-from-footer-list {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 110px;
    background-color: #fff;
    padding: 35px;
    z-index: 10;
    border: solid 1px #E9E9E9;
    display: none;
}

.dade-baton .detail-from-footer-list ul li .zjed-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
}

.dade-baton .detail-from-footer-list ul li .zjed-title h3 {
    font-size: 16px;
    color: #000;
}

.dade-baton .detail-from-footer-list ul li .zjed-title p.w100 {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    width: 200px;
}

.dade-baton .detail-from-footer-list ul li .zjed-title p.fy {
    font-size: 14px;
    font-weight: bold;
    color: #1FB866;
}

.dade-baton .detail-from-footer-list ul li .zjed-title span {
    font-size: 14px;
    color: #1FB866;
    display: inline-block;
    padding-left: 10px;
}

.dade-baton .detail-from-footer-list ul li .zjed-mian {
    display: none;
}

.dade-baton .detail-from-footer-list ul li .zjed-mian .li {
    padding: 10px 0;
    font-size: 16px;
    color: #999;
}

.hide-but {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;

}

.guny-but {
    background-color: var(--color) !important;
    font-size: 14px !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    padding: 8px 20px !important;
    border-radius: 20px !important;
}

.tc-gunyong {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8888;
    display: none;
}

.tc-gunyong .tc-bij {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000080;
    z-index: 2;
}

.tc-gunyong .tcgunyong-div {
    position: absolute;
    width: 600px;
    height: auto;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    z-index: 5;
}

.tc-gunyong .tcgunyong-div .hide-a {
    font-size: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tc-gunyong .tcgunyong-div h3 {
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.tc-gunyong .tcgunyong-div .tet-p {
    background-color: #ffdec175;
    font-size: 14px;
    color: #666;
    padding: 8px 10px;
}

.tc-gunyong .tcgunyong-div .tet-mian {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;

}

.tc-gunyong .tcgunyong-div .tet-mian label {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.tc-gunyong .tcgunyong-div .tet-mian label input {
    margin-right: 5px;
}

.tc-gunyong .tcgunyong-div .but {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc-gunyong .tcgunyong-div .but a {
    display: inline-block;
    padding: 6px 30px;
    font-size: 14px;
    color: #666;
    border: solid 1px #eee;
    margin: 10px;
}

.tc-gunyong .tcgunyong-div .but a.cur {
    background-color: #902ce8;
    color: #fff;
    border: solid 1px #902ce8;
}

.tc-gunyong .tcgunyong-div .but a:hover {
    color: #902ce8;
    border: solid 1px #902ce8;
}

.tc-gunyong .tcgunyong-div .but a.cur:hover {
    background-color: #902ce8;
    color: #fff !important;
    border: solid 1px #902ce8;
    opacity: 0.8;
}

.alert-hqhide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    overflow: auto;
}
.alert-close {
    width: 29px;
    height: 29px;
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
}
.cash-out-alert, .other-fee-alert {
    position: absolute;
    /* left: 50%;
    transform: translate(-50%, -50%); */
    width: 560px;
    min-height: 300px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 40px 65px;
    border-radius: 5px;
}
.cash-out-alert {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
/* top: 50%;
transform: translateY(-50%); */
}
.cash-out-alert .step1 p {
    line-height: 28px;
    font-size: 16px;
    color: #262626;
}
.cash-out-alert .step1 .smscode-input {
    width: 270px;
    height: 60px;
    margin-top: 43px;
    padding: 0 21px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
.cash-out-alert .step1 .smscode-btn {
    display: inline-block;
    width: 138px;
    height: 60px;
    line-height: 58px;
    margin-left: 4px;
    font-size: 14px;
    color: #902ce8;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #902ce8
}
.cash-out-alert .step1 .smscode-btn:hover {
    background-color: #902ce8;
    color: #FFF;
}
.cash-out-alert .operate-btn {
    display: inline-block;
    width: 126px;
    height: 46px;
    line-height: 46px;
    background-color: #D9D9D9;
    margin: 73px 15px 0 0;
    border-radius: 3px;
    font-size: 16px;
    color: #595959;
    text-align: center;
}
.cash-out-alert .operate-btn.active {
    background-color: #902ce8;
    color: #FFF;
}