.banner {
    position: relative;
    z-index: 1;
}

.banner .swiper-slide {
    height: auto;
}

.banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 70.3%;
    display: flex;
    justify-content: flex-end;
}

.banner .cn {
    font-size: 90px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Medium";
    width: 100%;
    line-height: 1.2;
    letter-spacing: 8px;
    transform: translate(0, -80px);
    -webkit-transform: translate(0, -80px);
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -o-transform: translate(0, -80px);
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
}

.banner .en {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.3;
    letter-spacing: 19px;
    padding-left: 5px;
    text-transform: uppercase;
    transform: translate(0, -80px);
    -webkit-transform: translate(0, -80px);
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -o-transform: translate(0, -80px);
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
}

.banner .desc {
    font-size: 32px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Light";
    letter-spacing: 19px;
    background-color: rgba(255, 255, 255, .2);
    text-align: center;
    border-radius: 25.5px;
    -webkit-border-radius: 25.5px;
    -moz-border-radius: 25.5px;
    -ms-border-radius: 25.5px;
    -o-border-radius: 25.5px;
    line-height: 50px;
    margin-top: 35px;
}

.banner .base_more span {
    padding-right: 0;
}

.banner .base_more span::before {
    opacity: 0;
}

.banner .base_more:hover {
    background-color: #157883;
    border-color: #157883;
}

.banner .base_more:hover span {
    padding-right: 15px;
}

.banner .base_more:hover span::before {
    opacity: 1;
}


.banner .video_box {
    width: 100%;
    height: 100%;
}

.banner .video_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .base_more {
    margin-top: 100px;
    transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    -moz-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    -o-transform: translate(0, 80px);
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
}

.banner .swiper-slide.swiper-slide-active img {
    animation: myscale 5s infinite;
    -webkit-animation: myscale 5s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}


.banner .swiper-slide.swiper-slide-active .cn,
.banner .swiper-slide.swiper-slide-active .en,
.banner .swiper-slide.swiper-slide-active .base_more {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}


.banner .swiper-pagination {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1010;
}

.banner .swiper-pagination span {
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
    opacity: 1;
    transform: scale(1.2);
    margin: 0 10px !important;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-color: transparent;
}

.banner .swiper-pagination span:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    opacity: 0.4;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:after {
    opacity: 1;
}

.banner .swiper-pagination span::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0.4;
    position: absolute;
    top: 44%;
    left: 47%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::before {
    opacity: 0.4;
}

.banner .swiper-pagination #circle {
    transition: linear 3.3s;
    stroke-dasharray: 140, 140;
    stroke-dashoffset: 140;
}

.banner .swiper-pagination .swiper-pagination-bullet-active #circle {
    stroke-dashoffset: 0;
}

.banner .swiper-pagination svg {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet-active svg {
    opacity: 1;
}

.banner .swiper_btn{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    border-color: #fff;
}
.banner .swiper_btn.prev{
    left: 6.25%;
}
.banner .swiper_btn.next{
    right: 6.25%;
}
.banner .swiper_btn:hover{
    border-color: #fff;
}

.index01 {
    padding: 90px 0 75px;
    position: relative;
}

.index01 .item {
    position: relative;
    display: block;
}

.index01 .item .text {
    position: absolute;
    top: 9%;
    left: 10%;
    max-height: 30%;
    overflow: hidden;
    display: block;
}

.index01 .item .imgbox {
    padding-bottom: 134.5%;
    position: relative;
}

.index01 .item .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
}

.index01 .item .tit {
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.index01 .item .ctit {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    margin-top: 10px;
}

.index01 .item .desc {
    font-size: 14px;
    color: #333333;
    line-height: 2.42;
}

.index01 .item .base_more {
    position: absolute;
    left: 50%;
    bottom: -15%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 3;
}

.index01 .item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-image: linear-gradient(transparent, #157883);
    z-index: 2;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.index01 .item:hover::before {
    opacity: .4;
}

.index01 .item:hover .base_more {
    background-color: #157883;
    border-color: #157883;
    bottom: 9%;
}

.index01 .item:hover .base_more span::before {
    opacity: 1;
}

.index01 .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1010;
}

.index01 .swiper-pagination span {
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
    opacity: 1;
    transform: scale(1.2);
    margin: 0 10px !important;
}

.index01 .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-color: transparent;
}

.index01 .swiper-pagination span:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #bbbbbd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
}

.index01 .swiper-pagination .swiper-pagination-bullet-active:after {
    background-color: #555559;
}

.index01 .swiper-pagination span::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #555559;
    position: absolute;
    top: 44%;
    left: 47%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.index01 .swiper-pagination .swiper-pagination-bullet-active::before {
    opacity: .5;
}

.index01 .swiper-pagination #circle {
    transition: linear 3.3s;
    stroke-dasharray: 140, 140;
    stroke-dashoffset: 140;
}

.index01 .swiper-pagination .swiper-pagination-bullet-active #circle {
    stroke-dashoffset: 0;
}

.index01 .swiper-pagination svg {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.index01 .swiper-pagination .swiper-pagination-bullet-active svg {
    opacity: 1;
}

.index01 .swiper_btn{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    border-color: #fff;
}
.index01 .swiper_btn.prev{
    left: calc((6.25% + 20px));
}
.index01 .swiper_btn.next{
    right:calc((6.25% + 20px));
}


.index02 {
    margin: 100px 0 0;
}

.index02 .content {
    padding: 55px 120px 90px;
    display: flex;
    justify-content: space-between;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.index02 .content .left {
    width: 33.33%;
    padding-top: 10%;
}

.index02 .content .right {
    width: 41.66%;
}

.index02 .content .text {
    padding: 15px 0 0;
}

.index02 .content .tit {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}

.index02 .content .desc {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-top: 5px;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.index02 .content .price {
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 24px;
    color: #333333;
    line-height: 1.1;
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
}

.index02 .content .price span {
    font-size: 30px;
    line-height: 1;
}

.index02 .content .en {
    font-size: 82px;
    color: rgba(21, 120, 131, .2);
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.3;
    margin-bottom: -50px;
    white-space: nowrap;
}

.index02 .content .title {
    font-size: 36px;
    color: #333333;
    line-height: 1.3;
}

.index02 .content .ctit {
    font-size: 20px;
    color: #333;
    line-height: 1.8;
    margin-top: 20px;
}

.index02 .content .base_more {
    background-color: #fff;
    margin: 35px 0 70px;
}

.index02 .content .base_more span {
    color: #333333;
}

.index02 .content .base_more span::before {
    border-color: #333;
}

.index02 .content .imgbox {
    position: relative;
}

.index02 .content .imgbox::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-image: linear-gradient(transparent, #157883);
    z-index: 2;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
}

.index02 .content .item:hover .imgbox::before {
    opacity: .4;
}

.index02 .content .item:hover .tit {
    color: #157883;
}


.index03 .content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 65px;
    position: relative;
}

.index03 .content .left {
    width: 53%;
    position: relative;
    z-index: 2;
}

.index03 .content .left .con {
    margin-left: 120px;
    width: 62%;
}

.index03 .content .right {
    width: 53%;
    position: absolute;
    right: 0;
    top: 0;
}

.index03 .content .tit {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    position: relative;
    padding-top: 23px;
    margin-top: 25px;
}

.index03 .content .tit::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
}

.index03 .content .text {
    margin-top: 110px;
    display: block;
}

.index03 .content .ctit {
    font-size: 36px;
    color: #333333;
    line-height: 1.5;
}

.index03 .content .desc {
    font-size: 16px;
    line-height: 2.25;
    color: #333;
    margin-top: 10px;
}

.index03 .content .swiper_box {
    display: flex;
    align-items: center;
    margin-top: 110px;
}

.index03 .content .nums {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333333;
}

.index03 .content .nums .num1 {
    color: #157883;
}

.index03 .content .nums .num1,
.index03 .content .nums .num2 {
    margin: 0 5px;
}

.index03 .content .price {
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 24px;
    color: #333333;
    line-height: 1.1;
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}

.index03 .content .price span {
    font-size: 30px;
    line-height: 1;
}

.index03 .content .right .imgbox {
    padding: 25px 0 0 30px;
    position: relative;
    display: block;
}

.index03 .content .right .imgbox img {
    position: relative;
    z-index: 1;
}

.index03 .content .right .imgbox::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/icon07.png);
    background-repeat: no-repeat;
    width: 17%;
    height: 30.5%;
}

.index03 .content .main {
    margin-top: 55px;
}

.index03 .content .main .swiper-slide {
    padding-bottom: 6px;
}

.index03 .content .main .imgbox {
    position: relative;
    cursor: pointer;
}

.index03 .content .main .imgbox::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 100%;
    height: 6px;
    background-color: #157883;
    bottom: -6px;
    opacity: 0;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.index03 .content .main .swiper-slide-thumb-active .imgbox::before {
    opacity: 1;
    width: 100%;
}


.index04 .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index04 .con .title {
    font-size: 36px;
    color: #333333;
    line-height: 1.5;
}

.index04 .con .more {
    font-size: 16px;
    line-height: 2.25;
    color: #333;
    position: relative;
    padding-right: 15px;
}

.index04 .con .more::before {
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    right: 0;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.index04 {
    padding-bottom: 90px;
}

.index04 .list {
    padding-bottom: 62.4%;
    position: relative;
    margin-top: 20px;
}

.index04 .list .item {
    position: absolute;
}

.index04 .list .item .imgbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index04 .list .item:nth-child(1) {
    left: 0;
    top: 0;
    width: 49.5%;
    height: 54%;
}

.index04 .list .item:nth-child(2) {
    left: 50.5%;
    top: 0;
    width: 49.5%;
    height: 45%;
}

.index04 .list .item:nth-child(3) {
    left: 0;
    top: 55%;
    width: 49.5%;
    height: 45%;
}

.index04 .list .item:nth-child(4) {
    left: 50.5%;
    top: 46%;
    width: 49.5%;
    height: 54%;
}

.index04 .list .item .tit {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.5;
}

.index04 .list .item .desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 5px;
}

.index04 .list .item .base_more {
    background-color: #fff;
    margin-top: 30px;
}

.index04 .list .item .base_more span {
    color: #333;
}

.index04 .list .item .base_more span::before {
    border-color: #333;
}

.index04 .list .item .base_more:hover {
    border-color: #157883;
    background-color: #157883;
}

.index04 .list .item .base_more:hover span {
    color: #fff;
}

.index04 .list .item .base_more:hover span::before {
    border-color: #fff;
}

.index04 .list .item .price {
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 24px;
    color: #333333;
    line-height: 1.1;
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
    opacity: 0;
}

.index04 .list .item .price span {
    font-size: 36px;
    line-height: 1;
}

.index04 .list .item .text {
    position: absolute;
}

.index04 .list .item:nth-child(1) .text {
    left: 10%;
    bottom: 10.8%;
}

.index04 .list .item:nth-child(2) .text {
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.index04 .list .item:nth-child(3) .text {
    right: 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.index04 .list .item:nth-child(4) .text {
    right: 10%;
    bottom: 10.8%;
}

.index04 .list .item:nth-child(2) .tit,
.index04 .list .item:nth-child(2) .desc,
.index04 .list .item:nth-child(3) .tit,
.index04 .list .item:nth-child(3) .desc {
    color: #333;
}


.index05 .con {
    display: flex;
    justify-content: space-between;
}

.index05 .con .title {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}

.index05 .con .more {
    font-size: 16px;
    line-height: 2.25;
    color: #333;
    position: relative;
    padding-right: 15px;
}

.index05 .con .more::before {
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    right: 0;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.index05 .main {
    margin-top: 20px;
    position: relative;
    padding-bottom: 80px;
}

.index05 .main .imgbox {
    padding-bottom: 135%;
    position: relative;
}

.index05 .main .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
}

.index05 .main .item .text {
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding-top: 10px;
}

.index05 .main .item .tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.index05 .main .item .tit,
.index05 .main .item .price {
    line-height: 2;
}

.index05 .swiper_box {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    align-items: center;
}

.index05 .swiper-pagination {
    text-align: center;
    z-index: 1010;
    position: relative;
    left: unset;
    top: unset;
    display: flex;
    align-items: center;
    margin: 0 10px;
}


.index05 .swiper-pagination span {
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
    opacity: 1;
    transform: scale(1.2);
    margin: 0 10px !important;
}

.index05 .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-color: transparent;
}

.index05 .swiper-pagination span:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #bbbbbd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
}

.index05 .swiper-pagination .swiper-pagination-bullet-active:after {
    background-color: #555559;
}

.index05 .swiper-pagination span::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #555559;
    position: absolute;
    top: 44%;
    left: 47%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.index05 .swiper-pagination .swiper-pagination-bullet-active::before {
    opacity: .5;
}

.index05 .swiper-pagination #circle {
    transition: linear 3.3s;
    stroke-dasharray: 140, 140;
    stroke-dashoffset: 140;
}

.index05 .swiper-pagination .swiper-pagination-bullet-active #circle {
    stroke-dashoffset: 0;
}

.index05 .swiper-pagination svg {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.index05 .swiper-pagination .swiper-pagination-bullet-active svg {
    opacity: 1;
}

.index06 {
    padding: 100px 0 100px;
}

.index06 .content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.index06 .content .left {
    width: 51%;
}

.index06 .content .left .imgbox {
    height: 100%;
}

.index06 .content .right {
    width: 49%;
    padding: 45px 45px 0 0;
    position: relative;
}

.index06 .content .right::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/icon07.png);
    background-repeat: no-repeat;
    width: 17%;
    height: 30.5%;
}

.index06 .content .con {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 5.2% 16.2% 5% 13%;
}

.index06 .content .en {
    font-size: 24px;
    color: #000000;
    line-height: 1.5;
    text-transform: capitalize;
}

.index06 .content .cn {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}

.index06 .content .edit {
    margin: 7.4% 0;
}

.index06 .content .edit,
.index06 .content .edit * {
    font-size: 16px;
    color: #333333;
    line-height: 2.125;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.index06 .content .more {
    font-size: 16px;
    line-height: 2.25;
    color: #333333;
    position: relative;
    display: inline-block;
    padding-right: 15px;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.index06 .content .more::before {
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    right: 0;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.index06 .content::before {
    content: '';
    display: block;
    position: absolute;
    right: -0.3%;
    bottom: -7.8%;
    background-image: url(../images/icon08.png);
    background-repeat: no-repeat;
    width: 74%;
    height: 28.2%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}



.index07 {
    padding: 100px 0;
}

.index07 .title {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
}

.index07 .main {
    position: relative;
    padding-bottom: 80px;
    margin-top: 20px;
}

.index07 .swiper-slide {
    padding: 25px 0 0;
}

.index07 .item {
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.index07 .item .imgbox {
    padding-bottom: 270px;
    position: relative;
}

.index07 .item .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
}

.index07 .item .text {
    padding: 35px 40px;
    background-color: #f8f8f8;
}

.index07 .item .tit {
    font-size: 20px;
    color: #333333;
    line-height: 1.41;
}

.index07 .item .desc {
    font-size: 16px;
    color: #999999;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index07 .item .cbox {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #555555;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 40px;
}

.index07 .item .time,
.index07 .item .more {
    line-height: 1.875;
}

.index07 .item .time {
    padding-left: 30px;
    position: relative;
}

.index07 .item .time::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background-image: url(../images/icon09.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 19px;
}

.index07 .item .more {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    padding-right: 15px;
}

.index07 .item .more::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    height: 60%;
    width: 1px;
    background-color: #cccdcf;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.index07 .item .more::after {
    content: '';
    display: block;
    position: absolute;
    top: 36%;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    right: 0;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    opacity: 0;
}

.index07 .item:hover {
    transform: translate(0, -25px);
    -webkit-transform: translate(0, -25px);
    -moz-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    -o-transform: translate(0, -25px);
}

.index07 .item:hover .tit {
    color: #157883;
}

.index07 .item:hover .more::after {
    opacity: 1;
}

.index07 .item:hover .more {
    color: #157883;
}

.index07 .item:hover .more::after {
    border-color: #157883;
}

.index07 .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1010;
}

.index07 .swiper-pagination span {
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
    opacity: 1;
    transform: scale(1.2);
    margin: 0 10px !important;
}

.index07 .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-color: transparent;
}

.index07 .swiper-pagination span:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #bbbbbd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
}

.index07 .swiper-pagination .swiper-pagination-bullet-active:after {
    background-color: #555559;
}

.index07 .swiper-pagination span::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #555559;
    position: absolute;
    top: 44%;
    left: 47%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.index07 .swiper-pagination .swiper-pagination-bullet-active::before {
    opacity: .5;
}

.index07 .swiper-pagination #circle {
    transition: linear 3.3s;
    stroke-dasharray: 140, 140;
    stroke-dashoffset: 140;
}

.index07 .swiper-pagination .swiper-pagination-bullet-active #circle {
    stroke-dashoffset: 0;
}

.index07 .swiper-pagination svg {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.index07 .swiper-pagination .swiper-pagination-bullet-active svg {
    opacity: 1;
}

@media (max-width: 1280px) {
    .banner .swiper_btn.prev{
        left: 5%;
    }
    .banner .swiper_btn.next{
        right: 5%;
    }
    .index01 .swiper_btn.prev{
        left:  calc((5% + 20px));
    }
    .index01 .swiper_btn.next{
        right:  calc((5% + 20px));
    }
}

@media (max-width: 1459px) {
    .banner .cn {
        font-size: 68px;
    }

    .banner .en {
        letter-spacing: 13px;
    }

    .banner .desc {
        font-size: 24px;
        margin-top: 25px;
    }

    .banner .base_more {
        margin-top: 80px;
    }

    .index07 {
        padding: 80px 0;
    }

    .index07 .item .text {
        padding: 30px;
    }

    .index01 {
        padding: 80px 0 70px;
    }

    .index01 .item .tit {
        font-size: 24px;
    }

    .index01 .item .ctit {
        font-size: 18px;
    }

    .index01 .item .desc {
        font-size: 12px;
    }

    .index01 .item .text {
        left: 7%;
        top: 8%;
    }

    .index02 {
        margin: 80px 0 0;
    }

    .index06 {
        padding: 80px 0;
    }

    .index05 .main .item .text {
        font-size: 16px;
    }

    .index05 .main {
        padding-bottom: 60px;
    }

    .index04 .list .item .price span {
        font-size: 28px;
    }

    .index04 .list .item .price {
        font-size: 20px;
        margin-top: 20px;
    }

    .index04 .list .item .tit {
        font-size: 20px;
    }

    .index04 .list .item .desc {
        font-size: 14px;
    }

    .index04 .list .item .base_more {
        margin-top: 20px;
    }

    .index04 {
        padding-bottom: 80px;
    }

    .index02 .content .en {
        font-size: 56px;
        margin-bottom: -30px;
    }

    .index02 .content .title {
        font-size: 28px;
    }

    .index02 .content .ctit {
        margin-top: 10px;
        font-size: 18px;
    }

    .index02 .content .base_more {
        margin: 25px 0 50px;
    }

    .index02 .content .tit {
        font-size: 20px;
    }

    .index02 .content .price {
        font-size: 20px;
    }

    .index02 .content .price span {
        font-size: 28px;
    }

    .index03 .content .ctit {
        font-size: 28px;
    }

    .index03 .content .left .con {
        margin-left: 60px;
    }

    .index02 .content {
        padding: 40px 60px 70px;
    }

    .index03 .content .text {
        margin-top: 80px;
    }

    .index03 .content .price {
        font-size: 20px;
    }

    .index03 .content .price span {
        font-size: 28px;
    }

    .index03 .content {
        padding-bottom: 45px;
    }
}

@media (max-width: 1366px) {
    .index04 .list .item:nth-child(1) .text {
        left: 5%;
    }

    .index04 .list .item:nth-child(4) .text {
        left: 5%;
    }

    .index04 .list .item:nth-child(3) .text {
        right: 5%;
    }

    .index04 .list .item:nth-child(2) .text {
        left: 5%;
    }

    .banner .en {
        letter-spacing: 7px;
    }

    .banner .cn {
        font-size: 48px;
    }

    .banner .desc {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .base_more {
        margin-top: 60px;
    }

    .index07,
    .index01 {
        padding: 60px 0;
    }

    .index02 {
        margin: 60px 0 0;
    }

    .index06 {
        padding: 60px 0;
    }

    .index06 .content::before {
        bottom: -8.8%;
    }

    .index04 {
        padding-bottom: 60px;
    }

    .index02 .content .left {
        padding-top: 5%;
    }

    .index02 .content {
        padding: 30px 60px 40px;
    }

    .index03 .content .text {
        margin-top: 40px;
    }

    .index03 .content .swiper_box {
        margin-top: 40px;
    }

    .index03 .content .price {
        margin-top: 10px;
        font-size: 18px;
    }

    .index03 .content .ctit {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {

    .index01 .item .text {
        max-height: 100%;
    }

    .index04 .list .item .price span {
        font-size: 20px;
    }

    .index04 .list .item .price {
        margin-top: 10px;
        font-size: 14px;
    }

    .index04 .list .item .tit {
        font-size: 18px;
    }

    .index04 .list .item .desc {
        font-size: 12px;
    }

    .index04 {
        padding-bottom: 40px;
    }

    .banner .swiper-pagination {
        bottom: 20px;
    }

    .banner .cn {
        font-size: 37px;
    }

    .banner .en {
        letter-spacing: 4px;
    }

    .banner .desc {
        font-size: 16px;
        letter-spacing: 8px;
        line-height: 35px;
    }

    .banner .base_more {
        margin-top: 40px;
    }

    .banner .text {
        width: 100%;
    }

    .index07 {
        padding: 40px 0;
    }

    .index07 .title {
        font-size: 22px;
    }

    .index07 .title {
        font-size: 20px;
    }

    .index07 .item .tit {
        font-size: 18px;
    }

    .index07 .item .text {
        padding: 20px;
    }

    .index07 .item .desc {
        font-size: 14px;
    }

    .index07 .item .cbox {
        margin-top: 20px;
        font-size: 14px;
    }

    .index07 .main {
        padding-bottom: 60px;
        margin-top: 10px;
    }

    .index01 {
        padding: 40px 0;
    }

    .index06 {
        padding: 40px 0;
    }

    .index02 {
        margin: 40px 0 0;
    }

    .index06 .content .edit,
    .index06 .content .edit * {
        font-size: 14px;
    }

    .index06 .content .right {
        padding: 30px 30px 0 0;
    }

    .index06 .content .con {
        padding: 5% 10%;
    }

    .index06 .content .cn {
        font-size: 20px;
    }

    .index06 .content .en {
        font-size: 20px;
    }

    .index06 .content::before {
        width: 713px;
        height: 104px;
        bottom: -30px;
    }

    .index05 .main {
        padding-bottom: 40px;
    }

    .index05 .con .title {
        font-size: 20px;
    }

    .index05 .con .more,
    .index04 .con .more {
        line-height: 1.5;
    }

    .index05 .con .more::before,
    .index04 .con .more::before {
        top: 35%;
    }

    .index04 .con .title {
        font-size: 20px;
    }

    .index01 .item .tit {
        font-size: 20px;
    }

    .index01 .item .ctit {
        font-size: 14px;
    }

    .index01 .item .text {
        left: 5%;
        top: 5%;
    }

    .index03 .content .left .con {
        margin-left: 30px;
    }

    .index02 .content {
        padding: 30px 30px 40px;
    }

    .index02 .content .tit {
        font-size: 16px;
    }

    .index02 .content .desc {
        font-size: 14px;
    }

    .index02 .content .price {
        font-size: 16px;
    }

    .index02 .content .price span {
        font-size: 24px;
    }

    .index03 .content .price span {
        font-size: 24px;
    }

    .index03 .content .price {
        font-size: 18px;
    }

    .index03 .content .ctit {
        font-size: 20px;
    }

    .index03 .content .desc {
        font-size: 14px;
    }

    .index03 .content .tit {
        font-size: 18px;
        padding-top: 10px;
    }

    .index02 .content .en {
        font-size: 40px;
        margin-bottom: -24px;
    }

    .index02 .content .title {
        font-size: 20px;
    }

    .index02 .content .ctit {
        font-size: 16px;
    }

    .index02 .content .base_more {
        margin: 10px 0 30px;
    }

    .index03 .content .main {
        margin-top: 45px;
    }
}

@media (max-width: 850px) {
    .index04 .list .item .tit {
        font-size: 14px;
    }

    .banner .cn {
        font-size: 23px;
    }

    .banner .en {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .banner .desc {
        font-size: 12px;
        letter-spacing: 5px;
        line-height: 25px;
        margin-top: 15px;
    }

    .banner .base_more {
        margin-top: 20px;
    }

    .index06 .content::before {
        width: 250px;
        height: 50px;
        bottom: -25px;
        left: 41%;
    }

    .index06 .content .cn,
    .index06 .content .en {
        font-size: 18px;
    }

    .index05 .main .item .text {
        font-size: 14px;
    }

    .index04 .list .item .price span {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .index03 .content .main {
        margin-top: 25px;
    }

    .index04 .list {
        margin-top: 10px;
    }

    .index04 .con .title {
        font-size: 18px;
    }

    .index04 {
        padding-bottom: 30px;
    }

    .banner .text {
        justify-content: center;
    }

    .banner .text {
        justify-content: center;
        text-align: center;
    }

    .index07 {
        padding: 30px 0 10px;
    }

    .index07 .main {
        padding-bottom: 40px;
    }

    .index07 .main {
        padding-bottom: 40px;
    }

    .index01 {
        padding: 30px 0 40px;
    }

    .index02 {
        margin: 30px 0 0;
    }

    .index06 .content .right {
        padding: 15px 15px 0 0;
    }

    .index06 .content .con {
        padding: 0 5% 13%;
    }

    .index06 .content .cn,
    .index06 .content .en {
        font-size: 16px;
    }

    .index06 .content .edit,
    .index06 .content .edit * {
        font-size: 12px;
    }

    .index06 .content .edit {
        margin: 10px 0;
    }

    .index06 .content .more {
        font-size: 14px;
    }

    .index06 {
        padding: 30px 0;
    }

    .index05 .main {
        padding-bottom: 40px;
        margin-top: 10px;
    }

    .index05 .con .title {
        font-size: 18px;
    }

    .index05 .swiper-pagination span,
    .index07 .swiper-pagination span,
    .index01 .swiper-pagination span,
    .banner .swiper-pagination span {
        margin: 0 5px !important;
    }

    .index02 .content .en {
        font-size: 28px;
        margin-bottom: -15px;
    }

    .index02 .content .title {
        font-size: 16px;
    }

    .index02 .content .ctit {
        font-size: 14px;
    }

    .index02 .content .tit {
        font-size: 14px;
    }

    .index02 .content .desc {
        font-size: 12px;
    }

    .index02 .content .price {
        font-size: 14px;
    }

    .index02 .content .price span {
        font-size: 18px;
    }

    .index03 .content .ctit {
        font-size: 16px;
    }

    .index03 .content .tit {
        font-size: 16px;
    }

    .index03 .content .desc {
        font-size: 12px;
    }

    .index03 .content .left .con {
        width: 72%;
    }

    .index03 .content .right .imgbox {
        padding: 15px 0 0 20px;
    }
}

@media (max-width: 640px) {
    .index04 .list .item {
        width: 50% !important;
        height: auto !important;
        position: relative;
        left: unset !important;
        top: unset !important;
        display: block;
    }

    .index04 .list .item .imgbox img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .index04 .list {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding: 0;
    }

    .index04 .list .item .imgbox {
        padding-bottom: 50%;
        position: relative;
        left: unset;
        top: unset;
    }

    .index04 {
        padding-bottom: 20px;
    }

    .banner .cn {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .banner .en {
        font-size: 12px;
        letter-spacing: 0;
    }

    .index07 {
        padding: 20px 0;
    }

    .index07 .title {
        font-size: 18px;
    }

    .index07 .item .more {
        margin-left: 10px;
        padding-left: 10px;
    }

    .index01 {
        padding: 20px 0 40px;
    }

    .index02 {
        margin: 20px 0 0;
    }

    .index06 .content {
        flex-wrap: wrap;
    }

    .index06 .content .left {
        width: 100%;
    }

    .index06 .content .right {
        width: 100%;
    }

    .index06 .content .con {
        padding: 10px;
    }

    .index06 .content::before {
        display: none;
    }

    .index06 {
        padding: 20px 0;
    }

    .index05 .con .title {
        font-size: 14px;
    }

    .index04 .con .title {
        font-size: 16px;
    }

    .index04 .con .more,
    .index05 .con .more {
        font-size: 14px;
    }

    .index01 .item .tit {
        font-size: 16px;
    }

    .index01 .item .ctit {
        font-size: 12px;
    }

    .index02 .content {
        padding: 15px;
        flex-wrap: wrap;
    }

    .index02 .content .left {
        width: 100%;
        padding-top: 0;
    }

    .index02 .content .right {
        width: 100%;
        margin-top: 15px;
    }

    .index02 .content .base_more {
        margin: 10px 0;
    }

    .index03 .content {
        flex-wrap: wrap;
        padding-bottom: 15px;
    }

    .index03 .content .left {
        width: 100%;
    }

    .index03 .content .right {
        width: 100%;
        position: relative;
        right: unset;
        top: unset;
    }

    .index03 .content .left .con {
        width: 100%;
        margin-left: 0;
    }

    .index03 .content .text {
        margin-top: 20px;
    }

    .index03 .content .ctit {
        font-size: 14px;
    }

    .index03 .content .price {
        font-size: 16px;
    }

    .index03 .content .price span {
        font-size: 20px;
    }

    .index03 .content .swiper_box {
        margin-top: 0;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .index07 .item .text {
        padding: 15px;
    }

    .index07 .item .cbox {
        margin-top: 10px;
        font-size: 12px;
    }

    .index07 .item .tit {
        font-size: 16px;
    }

    .index07 .item .desc {
        font-size: 12px;
    }

    .index07 .swiper-slide {
        padding: 0;
    }

    .index04 .list .item {
        width: 100% !important;
        margin-bottom: 10px;
    }
}

/* 公司简介 */
.about01 {
    padding: 80px 0;
}

.about01 .content {
    display: flex;
    justify-content: space-between;
}

.about01 .content .left {
    width: 57%;
}

.about01 .content .right {
    width: 36%;
}

.about01 .content .right .imgbox {
    height: 100%;
}

.about01 .left .title {
    font-size: 30px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.4;
}

.about01 .left .edit {
    margin-top: 40px;
}

.about01 .left .edit,
.about01 .left .edit * {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 2.125;
}

.about01 .left .list {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
}

.about01 .left .year {
    display: flex;
    align-items: flex-end;
}

.about01 .left .year .num {
    font-size: 44px;
    color: #157883;
    position: relative;
    font-family: "Roboto-Bold";
    transform: translate(0, 7px);
    -webkit-transform: translate(0, 7px);
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -o-transform: translate(0, 7px);
}

.about01 .left .year .ctit {
    font-size: 16px;
    color: #157883;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-left: 10px;
}

.about01 .left .utit {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-top: 5px;
}

.about01 .left .year .num::before {
    content: '+';
    display: block;
    position: absolute;
    right: -20px;
    top: 4px;
    font-size: 16px;
    color: #157883;
    font-family: "Roboto-Bold";
}

.about01 .left .item:not(:last-child) .num::before {
    opacity: 0;
}

.about02 .edit {
    padding: 40px 0 100px;
}

.about02 .edit,
.about02 .edit * {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 2.125;
}


@media (max-width:1459px) {
    .about01 {
        padding: 60px 0;
    }

    .about01 .left .title {
        font-size: 28px;
    }

    .about01 .left .year .num {
        font-size: 36px;
    }

    .about01 .left .year .ctit {
        font-size: 14px;
    }

    .about01 .left .utit {
        font-size: 14px;
    }

    .about02 .edit {
        padding: 30px 0 70px;
    }
}

@media (max-width:1024px) {
    .about01 {
        padding: 40px 0;
    }

    .about02 .edit {
        padding: 20px 0 40px;
    }

    .about02 .edit,
    .about02 .edit * {
        font-size: 14px;
    }

    .about01 .left .edit {
        margin-top: 20px;
    }

    .about01 .left .edit,
    .about01 .left .edit * {
        font-size: 14px;
    }

    .about01 .left .title {
        font-size: 24px;
    }

    .about01 .left .year .num::before {
        top: 0;
    }

    .about01 .left .list {
        padding-top: 25px;
    }
}

@media (max-width:768px) {
    .about01 {
        padding: 30px 0;
    }

    .about01 .left .title {
        font-size: 20px;
    }

    .about01 .left .edit,
    .about01 .left .edit * {
        font-size: 12px;
    }

    .about01 .left .year .num {
        font-size: 28px;
    }

    .about01 .left .year .ctit {
        font-size: 12px;
    }

    .about01 .left .year .num::before {
        top: -6px;
    }

    .about01 .left .utit {
        font-size: 12px;
    }

    .about02 .edit {
        padding: 20px 0;
    }
}

@media (max-width:640px) {
    .about01 .left .title {
        font-size: 18px;
    }

    .about01 {
        padding: 20px 0;
    }

    .about01 .content {
        flex-wrap: wrap;
    }

    .about01 .content .left {
        width: 100%;
    }

    .about01 .content .right {
        width: 100%;
        margin-top: 10px;
    }

    .about01 .left .edit {
        margin-top: 10px;
    }

    .about01 .left .list {
        flex-wrap: wrap;
    }

    .about01 .left .item {
        text-align: center;
        width: 50%;
    }

    .about01 .left .year {
        justify-content: center;
    }

    .about01 .left .title br {
        display: none;
    }

    .about01 .left .year .num {
        font-size: 22px;
        height: 30px;
        transform: translate(0, 12px);
    }

    .about01 .left .year .num::before {
        top: -10px;
    }
}


/* 企业文化 */
.culture01 {
    padding: 80px 0;
    overflow: hidden;
}

.culture01 .content {
    display: flex;
}

.culture01 .content .left {
    width: 64.8%;
}

.culture01 .content .right {
    width: 35.2%;
}

.culture01 .content .imgbox {
    border-right: 2px solid #157883;
    height: 100%;
}

.culture01 .list {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.culture01 .list .item {
    padding: 10px 25px;
    height: 25%;
    background-color: #f6f6f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center right -16%;
    cursor: pointer;
    background-size: auto 90%;
}

.culture01 .item .text {
    display: flex;
    align-items: center;
}

.culture01 .item .icon {
    width: 30px;
    height: 30px;
    position: relative;
}

.culture01 .item .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
}

.culture01 .item .img1 {
    display: block;
}

.culture01 .item .img2 {
    display: none;
}

.culture01 .item .tit {
    margin-left: 15px;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}

.culture01 .item .desc {
    margin-left: 45px;
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}

.culture01 .item.cur {
    background-image: url(../images/icon12.png);
    background-color: #157883;
}

.culture01 .item.cur .tit,
.culture01 .item.cur .desc {
    color: #fff;
}

.culture01 .item.cur .img1 {
    display: none;
}

.culture01 .item.cur .img2 {
    display: block;
}




@media (max-width:1459px) {
    .culture01 {
        padding: 60px 0;
    }

    .culture01 .item .desc {
        font-size: 14px;
        margin-top: 5px;
    }

    .culture01 .item .tit {
        font-size: 20px;
    }
}

@media (max-width:1280px) {
    .culture01 {
        padding: 50px 0;
    }
}

@media (max-width:1024px) {
    .culture01 {
        padding: 40px 0;
    }

    .culture01 .item .desc {
        margin-left: 30px;
        font-size: 13px;
    }

    .culture01 .item .tit {
        margin-left: 10px;
    }

    .culture01 .item .icon {
        width: 20px;
        height: 20px;
    }

    .culture01 .item .tit {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .culture01 {
        padding: 30px 0;
    }

    .culture01 .item .desc {
        font-size: 12px;
        line-height: 1.5;
    }

    .culture01 .item .tit {
        font-size: 16px;
    }

    .culture01 .list .item {
        padding: 10px;
    }
}

@media (max-width:640px) {
    .culture01 {
        padding: 20px 0;
    }

    .culture01 .content {
        flex-wrap: wrap;
    }

    .culture01 .content .left {
        width: 100%;
    }

    .culture01 .content .right {
        width: 100%;
    }

    .culture01 .list {
        flex-direction: unset;
        height: auto;
        flex-wrap: wrap;
    }

    .culture01 .list .item {
        height: auto;
        width: 50%;
        background-position: center right -11%;
        justify-content: flex-start;
    }
}


/* 发展历程 */
.devp01 {
    padding: 80px 0 65px;
    position: relative;
    overflow: hidden;
}

.devp01 .nums {
    position: absolute;
    bottom: -11%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    font-size: 40.65vw;
    color: rgba(0, 65, 83, .05);
    font-family: "HarmonyOS_Sans_SC_Bold";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.devp01 .main .item {
    display: flex;
    justify-content: space-between;
    background-color: rgba(238, 244, 250, .6);
    padding: 35px 35px 35px 60px;
}

.devp01 .main .item .left {
    width: 54.5%;
    padding: 5% 5% 0 0;
}

.devp01 .main .item .right {
    width: 45.5%;
}

.devp01 .main .item .year {
    display: flex;
    align-items: flex-end;
}

.devp01 .main .item .num {
    font-size: 36px;
    color: #157883;
    font-family: "HarmonyOS_Sans_SC_Bold";
    transform: translate(0, 3px);
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
}

.devp01 .main .item .ctit {
    font-size: 16px;
    color: #157883;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-left: 3px;
}

.devp01 .main .item .edit {
    margin-top: 30px;
}

.devp01 .main .item .edit,
.devp01 .main .item .edit * {
    font-size: 16px;
    color: #333333;
    line-height: 2.25;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.devp01 .main .item .right .imgbox {
    height: 100%;
}

.devp01 .con {
    position: relative;
    margin-top: 70px;
}

.devp01 .swiper_btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #255d6c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    top: 0;
}

.devp01 .prev {
    left: -50px;
}

.devp01 .next {
    right: -50px;
}

.devp01 .swiper_btn::before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
}

.devp01 .swiper_btn.prev::before {
    top: 17px;
    right: 13px;
    border-bottom: 2px solid #004153;
    border-left: 2px solid #004153;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.devp01 .swiper_btn.next::before {
    top: 17px;
    right: 18px;
    border-top: 2px solid #004153;
    border-right: 2px solid #004153;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.devp01 .swiper_btn:hover {
    background-color: #157883;
}

.devp01 .swiper_btn:hover::before {
    border-color: #fff;
}

.devp01 .con .swiper-slide::before {
    content: '';
    display: block;
    width: 50%;
    right: 57%;
    height: 1px;
    background-color: #004153;
    position: absolute;
    top: 25px;
}

.devp01 .con .swiper-slide::after {
    content: '';
    display: block;
    width: 50%;
    left: 57%;
    height: 1px;
    background-color: #004153;
    position: absolute;
    top: 25px;
}

.devp01 .con .item {
    position: relative;
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    cursor: pointer;
}

.devp01 .con .item::before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 7px;
    height: 7px;
    background-color: #999999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.devp01 .con .item::after {
    content: '';
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    border: 2px dashed #b4b5b5;
}

.devp01 .con .swiper-slide-thumb-active .item {
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #004153;
}

.devp01 .con .swiper-slide-thumb-active .item::before {
    background-color: #004153;
}

.devp01 .con .swiper-slide-thumb-active .item::after {
    border-color: #004153;
}

@media (max-width:1459px) {
    .devp01 {
        padding: 60px 0;
    }
}

@media (max-width:1280px) {
    .devp01 {
        padding: 50px 0;
    }

    .devp01 .main .item {
        padding: 30px 30px 30px 40px;
    }

    .devp01 .swiper_btn {
        width: 40px;
        height: 40px;
    }

    .devp01 .swiper_btn.prev::before {
        top: 13px;
        right: 9px;
    }

    .devp01 .swiper_btn.next::before {
        top: 12px;
        right: 14px;
    }

    .devp01 .con .item {
        margin-top: 20px;
        padding-top: 20px;
    }

    .devp01 .con .swiper-slide::before {
        top: 20px;
    }

    .devp01 .con .swiper-slide::after {
        top: 20px;
    }

    .devp01 .con .item {
        font-size: 20px;
        line-height: 1;
    }

    .devp01 .con {
        margin-top: 50px;
    }
}

@media (max-width:1024px) {
    .devp01 {
        padding: 40px 0;
    }

    .devp01 .main .item .edit,
    .devp01 .main .item .edit * {
        font-size: 14px;
    }

    .devp01 .con {
        margin-top: 20px;
    }

    .devp01 .con .section {
        padding: 0 50px;
    }

    .devp01 .prev {
        left: 0;
    }

    .devp01 .next {
        right: 0;
    }

    .devp01 .main .item .num {
        font-size: 30px;
    }

    .devp01 .con .item {
        font-size: 18px;
    }

    .devp01 .main .item .edit {
        margin-top: 15px;
    }
}

@media (max-width:768px) {
    .devp01 {
        padding: 30px 0;
    }

    .devp01 .main .item .edit,
    .devp01 .main .item .edit * {
        font-size: 12px;
    }

    .devp01 .main .item .num {
        font-size: 28px;
    }

    .devp01 .main .item .ctit {
        font-size: 12px;
    }

    .devp01 .swiper_btn {
        width: 30px;
        height: 30px;
        top: -5px;
    }

    .devp01 .swiper_btn.prev::before {
        top: 9px;
        right: 8px;
    }

    .devp01 .swiper_btn.next::before {
        top: 8px;
        right: 11px;
    }

    .devp01 .swiper_btn::before {
        width: 10px;
        height: 10px;
    }

    .devp01 .con .item {
        margin-top: 10px;
        padding-top: 15px;
    }

    .devp01 .con .swiper-slide::before {
        top: 10px;
    }

    .devp01 .con .swiper-slide::after {
        top: 10px;
    }

    .devp01 .main .item {
        padding: 25px;
    }
}

@media (max-width:640px) {
    .devp01 {
        padding: 20px 0;
    }

    .devp01 .con .item {
        font-size: 16px;
    }

    .devp01 .main .item .num {
        font-size: 24px;
    }
}

@media (max-width:480px) {
    .devp01 .main .item {
        padding: 15px;
        flex-wrap: wrap;
    }

    .devp01 .main .item .left {
        width: 100%;
        padding: 0 5% 0 0;
    }

    .devp01 .main .item .right {
        width: 100%;
        margin-top: 10px;
    }

    .devp01 .con .section {
        padding: 0 40px;
    }
}

/* 荣誉资质 */
.honor01 {
    padding: 90px 0 110px;
}

.honor01 .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 35px;
}

.honor01 .list .item {
    width: 25%;
    text-align: center;
    padding: 0 3.72%;
    position: relative;
    margin-bottom: 115px;
}

.honor01 .item .imgbox {
    background-image: url(../images/icon13.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 127%;
    cursor: pointer;
}

.honor01 .item .imgbox img {
    position: absolute;
    left: 7%;
    top: 5.4%;
    width: 86%;
    height: 88%;
}

.honor01 .list .item::after,
.honor01 .list .item::before {
    content: '';
    background-image: url(../images/icon15.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    width: 50%;
    right: 50%;
    height: 26.5%;
    top: 100%;
    background-size: cover;
}

.honor01 .list .item::before {
    right: 50%;
    opacity: .8;
}

.honor01 .list .item::after {
    left: 50%;
    opacity: .8;
}

.honor01 .list .item:nth-child(4n+1):before {
    right: 50%;
    background-image: url(../images/icon14.png);
    background-position: center left;
    opacity: .9;
    width: 62%;
}

.honor01 .list .item:nth-child(4n+4)::after {
    right: 50%;
    background-image: url(../images/icon16.png);
    background-position: center right;
    opacity: .9;
    width: 62%;
}



.msgbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .6);
}

.msgbox .content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.msgbox .content .main {
    max-width: 585px;
    width: 85%;
    height: 80%;
    position: relative;
}

.msgbox .content .main .section {
    height: 100%;
}

.msgbox .content .close {
    position: absolute;
    right: -50px;
    top: 0px;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .12);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
}

.msgbox .content .close:before,
.msgbox .content .close:after {
    content: "";
    position: absolute;
    width: 50%;
    left: 25%;
    top: 50%;
    border-bottom: 1px solid #fff;
}

.msgbox .content .close:before {
    transform: rotate(45deg);
}

.msgbox .content .close:after {
    transform: rotate(-45deg);
}

.msgbox .content .swiper-container,
.msgbox .content .swiper-wrapper {
    height: 100%;
}

.msgbox .content .imgbox {
    height: 100%;
    position: relative;
}

.msgbox .content .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    max-height: 100%;
}


.msgbox .swiper_btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    top: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.msgbox .prev {
    left: -50px;
}

.msgbox .next {
    right: -50px;
}

.msgbox .swiper_btn::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
}

.msgbox .swiper_btn.prev::before {
    top: 19px;
    right: 17px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.msgbox .swiper_btn.next::before {
    top: 19px;
    right: 19px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.msgbox .swiper_btn:hover {
    background-color: #157883;
    border-color: #157883;
}

.msgbox .swiper_btn:hover::before {
    border-color: #fff;
}


@media (max-width:1459px) {
    .honor01 .list .item {
        margin-bottom: 85px;
    }

    .honor01 {
        padding: 80px 0;
    }
}

@media (max-width:1280px) {
    .honor01 {
        padding: 60px 0;
    }

    .honor01 .list .item {
        margin-bottom: 60px;
    }

    .msgbox .swiper_btn {
        width: 40px;
        height: 40px;
    }

    .msgbox .swiper_btn.prev::before {
        top: 14px;
        right: 12px;
    }

    .msgbox .swiper_btn.next::before {
        top: 14px;
        right: 15px;
    }

    .msgbox .content .close {
        width: 40px;
        height: 40px;
        right: -20px;
    }

    .msgbox .prev {
        left: -20px;
    }

    .msgbox .next {
        right: -20px;
    }
}

@media (max-width:1024px) {
    .honor01 .list {
        padding: 0;
    }

    .honor01 {
        padding: 40px 0;
    }

    .honor01 .list .item {
        margin-bottom: 50px;
    }

    .honor01 .list .item {
        padding: 0 2%;
    }
}

@media (max-width:768px) {
    .honor01 {
        padding: 30px 0;
    }

    .honor01 .list .item {
        margin-bottom: 30px;
    }

    .msgbox .swiper_btn {
        width: 30px;
        height: 30px;
    }

    .msgbox .swiper_btn.prev::before {
        top: 9px;
        right: 8px;
    }

    .msgbox .swiper_btn.next::before {
        top: 9px;
        right: 11px;
    }

    .msgbox .content .close {
        width: 30px;
        height: 30px;
        right: 0;
    }

    .msgbox .prev {
        left: 0;
    }

    .msgbox .next {
        right: 0;
    }

    .msgbox .content .imgbox {
        padding: 0 9%;
    }
}

@media (max-width:640px) {
    .honor01 {
        padding: 20px 0;
    }

    .honor01 .list .item {
        margin-bottom: 20px;
    }

    .honor01 .list .item {
        width: 33.33%;
    }

    .honor01 .list .item:nth-child(4n+1):before {
        right: 50%;
        background-image: url(../images/icon15.png);
        opacity: .8;
        width: 50%;
    }

    .honor01 .list .item:nth-child(4n+4)::after {
        right: 50%;
        background-image: url(../images/icon15.png);
        opacity: .8;
        width: 50%;
    }

    .honor01 .list .item:nth-child(3n+1):before {
        right: 50%;
        background-image: url(../images/icon14.png);
        background-position: center left;
        opacity: .9;
        width: 62%;
    }

    .honor01 .list .item:nth-child(3n+3)::after {
        right: 50%;
        background-image: url(../images/icon16.png);
        background-position: center right;
        opacity: .9;
        width: 62%;
    }

    .msgbox .prev {
        left: -15px;
    }

    .msgbox .next {
        right: -15px;
    }
}


/* 重点证书 */
.cert01 {
    position: relative;
}

.cert01 .text {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.cert01 .title {
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.5;
    margin-bottom: -60px;
}

.cert01 .en {
    font-size: 120px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    background-image: linear-gradient(transparent 30%, rgba(21, 21, 21, .12));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    text-transform: uppercase;
}

.cert01 .list {
    width: 100%;
    height: 100%;
}

.cert01 .list .item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.cert01 .list .item::before {
    content: '';
    display: block;
    position: absolute;
    left: -11px;
    bottom: 0;
    height: 90%;
    background-color: rgba(176, 177, 177, .8);
    width: 100%;
    box-shadow: -8px 0px 15px #b1b2b2
}

.cert01 .list .item:nth-child(1) {
    position: absolute;
    left: 21%;
    bottom: 35%;
    width: 11.7%;
    padding-bottom: 16.35%;
}

.cert01 .list .item:nth-child(2) {
    position: absolute;
    left: 35%;
    bottom: 35%;
    width: 11.7%;
    padding-bottom: 16.35%;
}

.cert01 .list .item:nth-child(3) {
    position: absolute;
    left: 53%;
    bottom: 20%;
    width: 10.52%;
    padding-bottom: 14.75%;
}

.cert01 .list .item:nth-child(4) {
    position: absolute;
    left: 64.7%;
    bottom: 24%;
    width: 10.52%;
    padding-bottom: 14.75%;
}

.cert01 .list .item:nth-child(5) {
    position: absolute;
    left: 76%;
    bottom: 11.5%;
    width: 10.52%;
    padding-bottom: 14.75%;
}

@media (max-width:1459px) {
    .cert01 .en {
        font-size: 100px;
    }

    .cert01 .title {
        font-size: 28px;
        margin-bottom: -40px;
    }
}

@media (max-width:1280px) {
    .cert01 .en {
        font-size: 80px;
    }

    .cert01 .title {
        font-size: 24px;
        margin-bottom: -20px;
    }

    .cert01 .text {
        top: 8%;
    }
}

@media (max-width:1024px) {
    .cert01 .en {
        font-size: 50px;
    }

    .cert01 .title {
        font-size: 20px;
        margin-bottom: -20px;
    }
}

@media (max-width:768px) {
    .cert01 .en {
        font-size: 36px;
    }

    .cert01 .title {
        font-size: 18px;
        margin-bottom: -10px;
    }
}

@media (max-width:640px) {
    .cert01 .title {
        font-size: 16px;
    }

    .cert01 .en {
        font-size: 24px;
    }
}

@media (max-width:480px) {
    .cert01 .text {
        top: 4%;
    }

    .cert01 .title {
        font-size: 14px;
        margin-bottom: -5px;
    }

    .cert01 .en {
        font-size: 20px;
    }
}










/* 服务支持_服务保障 */
.service01 {
    padding: 100px 0 120px;
}

.service01 .title {
    font-size: 30px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
}

.service01 .list {
    margin-top: 60px;
}

.service01 .item {
    /* margin-bottom: 25px; */
    display: flex;
    justify-content: space-between;
}

.service01 .item .num {
    min-width: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #005761;
    line-height: 1.3;
    position: relative;
    /* overflow: hidden; */
}

.service01 .item:nth-child(1) .num {
    background-color: #84c2c9;
}

.service01 .item:nth-child(2) .num {
    background-color: #b6dce0;
}

.service01 .item:nth-child(3) .num {
    background-color: #deeff1;
}

.service01 .item:first-child .con {
    margin-bottom: 10px;
}

.service01 .item:not(:first-child) .con {
    margin-top: 10px;
    margin-bottom: 10px;
}

.service01 .item:last-child .con {
    margin-bottom: 0;
}

.service01 .item .con {
    margin-left: 60px;
    box-shadow: 0 0 10px rgba(21, 120, 131, .1);
    flex: 1;
    padding: 60px 55px;
    display: flex;
}

.service01 .item .icon {
    min-width: 100px;
    width: 100px;
    height: 100px;
    background-color: #157883;
    border: 5px solid #cae3e6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    animation: myscale1 4s ease infinite;
    -webkit-animation: myscale1 4s ease infinite;
}

.service01 .item .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 40%;
}

.service01 .item .text {
    margin-left: 40px;
}

.service01 .item .ctit {
    font-size: 26px;
    color: #333333;
    line-height: 1.3;
}

.service01 .item .edit {
    margin-top: 25px;
}

.service01 .item .edit,
.service01 .item .edit * {
    font-size: 16px;
    line-height: 1.875;
    color: #555555;
}

.service01 .item:not(:last-child) .num::before {
    content: '';
    display: block;
    width: 65px;
    height: 10px;
    content: '';
    background-color: #fff;
    position: absolute;
    left: -18px;
    bottom: -4px;
    transform: skewX(-30deg) rotate(160deg);
    -webkit-transform: skewX(-30deg) rotate(-160deg);
    -moz-transform: skewX(-30deg) rotate(160degg);
    -ms-transform: skewX(-30deg) rotate(160deg);
    -o-transform: skewX(-30deg) rotate(160deg);
    z-index: 2;
}

.service01 .item:not(:last-child) .num::after {
    content: '';
    display: block;
    width: 65px;
    height: 10px;
    content: '';
    position: absolute;
    right: -22px;
    bottom: -3px;
    background-color: #fff;
    transform: skewX(-30deg) rotate(160deg);
    -webkit-transform: skewX(30deg) rotate(160deg);
    -moz-transform: skewX(-30deg) rotate(160deg);
    -ms-transform: skewX(-30deg) rotate(160deg);
    -o-transform: skewX(-30deg) rotate(160deg);
    z-index: 2;
}



@media (max-width:1459px) {
    .service01 .item .con {
        padding: 40px 30px;
    }

    .service01 .list {
        margin-top: 40px;
    }

    .service01 {
        padding: 80px 0;
    }

    .service01 .title {
        font-size: 28px;
    }
}

@media (max-width:1280px) {
    .service01 {
        padding: 60px 0;
    }
}

@media (max-width:1024px) {
    .service01 .list {
        margin-top: 30px;
    }

    .service01 {
        padding: 40px 0;
    }

    .service01 .title {
        font-size: 24px;
    }

    .service01 .item .icon {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }

    .service01 .item .ctit {
        font-size: 24px;
    }

    .service01 .item .edit {
        margin-top: 15px;
    }

    .service01 .item .edit,
    .service01 .item .edit * {
        font-size: 14px;
    }

    .service01 .item .con {
        margin-left: 40px;
    }
}

@media (max-width:768px) {
    .service01 .list {
        margin-top: 20px;
    }

    .service01 {
        padding: 30px 0;
    }

    .service01 .title {
        font-size: 20px;
    }

    .service01 .item .con {
        padding: 20px;
    }

    .service01 .item .text {
        margin-top: 10px;
    }

    .service01 .item .ctit {
        font-size: 20px;
    }

    .service01 .item .edit {
        margin-top: 5px;
    }

    .service01 .item .icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .service01 .item .num {
        width: 40px;
        min-width: 40px;
        font-size: 20px;
    }

    .service01 .item:not(:last-child) .num::before {
        width: 34px;
        height: 5px;
        left: -8px;
        bottom: -3px;
    }

    .service01 .item:not(:last-child) .num::after {
        width: 35px;
        height: 5px;
        right: -8px;
        bottom: -3px;
    }

    .service01 .item .con {
        margin-left: 20px;
    }

    .service01 .item .text {
        margin-left: 20px;
    }
}

@media (max-width:640px) {
    .service01 {
        padding: 20px 0;
    }

    .service01 .title {
        font-size: 18px;
    }

    .service01 .item .con {
        flex-wrap: wrap;
    }

    .service01 .item .text {
        margin-left: 0;
    }

    .service01 .item .ctit {
        font-size: 18px;
    }

    .service01 .item .edit,
    .service01 .item .edit * {
        font-size: 12px;
    }
}

/* 在线咨询 */
.ask01 {
    padding: 100px 0 120px;
}

.ask01 .title {
    font-size: 30px;
    color: #333333;
    line-height: 1.13;
    text-align: center;
}

.ask01 .imgbox {
    margin-top: 60px;
}

.ask01 .imgbox img {
    width: 100%;
}

.ask01 .con {
    margin: 0 auto;
    width: 93%;
    margin-top: -100px;
    background-color: #ffffff;
    position: relative;
    padding: 40px;
}

.ask01 .list {
    display: flex;
    flex-wrap: wrap;
}

.ask01 .list .item {
    width: 48%;
    background-color: #f4f5f6;
    margin-bottom: 4%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.ask01 .list .item:not(:nth-child(2n+1)) {
    margin-left: 4%;
}

.ask01 .list .item:last-child {
    width: 100%;
    height: 100px;
    margin-left: 0;
    align-items: flex-start;
}

.ask01 .list .item label {
    font-size: 16px;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.ask01 .list .item input,
.ask01 .list .item select,
.ask01 .list .item textarea {
    margin-left: 20px;
    flex: 1;
    font-size: 16px;
    color: #999999;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.ask01 .list .item input::placeholder,
.ask01 .list .item select::placeholder,
.ask01 .list .item textarea::placeholder {
    color: #999999;
}

.ask01 .list .item select {
    background-color: transparent;
    border: unset;
}

.ask01 .list .item textarea {
    height: 80%;
    background-color: transparent;
    border: unset;
    resize: none;
}

.ask01 .subtn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.ask01 .subtn input {
    width: 140px;
    line-height: 50px;
    background-color: #157883;
    text-align: center;
    color: #fff;
    font-size: 16px;
    color: #ffffff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    cursor: pointer;
}

@media (max-width:1459px) {
    .ask01 {
        padding: 80px 0;
    }

    .ask01 .imgbox {
        margin-top: 40px;
    }

    .ask01 .title {
        font-size: 28px;
    }

    .ask01 .con {
        padding: 30px;
    }
}

@media (max-width:1280px) {
    .ask01 {
        padding: 60px 0;
    }

    .ask01 .imgbox {
        margin-top: 30px;
    }
}

@media (max-width:1024px) {
    .ask01 {
        padding: 40px 0;
    }

    .ask01 .imgbox {
        margin-top: 20px;
    }

    .ask01 .title {
        font-size: 24px;
    }

    .ask01 .list .item {
        padding: 15px;
        margin-bottom: 2%;
        width: 49%;
    }

    .ask01 .list .item input,
    .ask01 .list .item select,
    .ask01 .list .item textarea {
        font-size: 14px;
        margin-left: 10px;
    }

    .ask01 .list .item label {
        font-size: 14px;
    }

    .ask01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }

    .ask01 .con {
        padding: 20px;
    }

    .ask01 .subtn input {
        width: 120px;
        line-height: 35px;
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .ask01 {
        padding: 30px 0;
    }

    .ask01 .imgbox {
        margin-top: 15px;
    }

    .ask01 .title {
        font-size: 20px;
    }

    .ask01 .list .item {
        padding: 10px 10px;
    }

    .ask01 .list .item input,
    .ask01 .list .item select,
    .ask01 .list .item textarea {
        font-size: 12px;
    }

    .ask01 .list .item label {
        font-size: 12px;
    }

    .ask01 .list .item:last-child {
        height: 60px;
    }

    .ask01 .con {
        margin-top: -70px;
    }

    .ask01 .subtn input {
        width: 100px;
        line-height: 30px;
        font-size: 12px;
    }
}

@media (max-width:580px) {
    .ask01 {
        padding: 20px 0;
    }

    .ask01 .title {
        font-size: 18px;
    }

    .ask01 .list .item {
        width: 100%;
    }

    .ask01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
}

/* 公司新闻 */
.news01 {
    padding: 120px 0;
}

.news01 .item {
    margin-bottom: 60px;
    display: flex;
    padding: 0 35px 10px;
    background-color: #f8f8f8;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.news01 .item .left {
    width: 44.3%;
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
}

.news01 .item .left .imgbox {
    height: 100%;
}

.news01 .item .right {
    flex: 1;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.news01 .item .time {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.news01 .item .tit {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 15px 0 30px;
}

.news01 .item .edit,
.news01 .item .edit * {
    font-size: 16px;
    color: #999999;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news01 .item .more {
    font-size: 16px;
    line-height: 2.25;
    color: #333;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 20px;
}

.news01 .item .more::before {
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    right: 0;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.news01 .item:hover {
    background-color: #157883;
}

.news01 .item:hover .time,
.news01 .item:hover .tit,
.news01 .item:hover .edit,
.news01 .item:hover .more {
    color: #fff;
}

.news01 .item:hover .more::before {
    border-color: #fff;
}

@media (max-width:1459px) {
    .news01 {
        padding: 80px 0;
    }
}

@media (max-width:1280px) {
    .news01 {
        padding: 60px 0;
    }
}

@media (max-width:1024px) {
    .news01 {
        padding: 40px 0;
    }

    .news01 .item .tit {
        font-size: 20px;
        margin: 10px 0;
    }

    .news01 .item .edit,
    .news01 .item .edit * {
        font-size: 14px;
    }

    .news01 .item .more {
        font-size: 14px;
    }

    .news01 .item .right {
        padding-left: 40px;
    }
}

@media (max-width:768px) {
    .news01 {
        padding: 30px 0;
    }

    .news01 .item .right {
        padding-left: 30px;
    }

    .news01 .item .tit {
        font-size: 18px;
    }

    .news01 .item .edit,
    .news01 .item .edit * {
        font-size: 12px;
    }

    .news01 .item {
        padding: 10px 15px;
    }

    .news01 .item .more {
        font-size: 12px;
        margin-top: 10px;
    }

    .news01 .item .more::before {
        top: 40%;
    }

    .news01 .item {
        margin-bottom: 40px;
    }

    .news01 .item .time {
        font-size: 14px;
    }
}

@media (max-width:640px) {
    .news01 .item .right {
        padding-left: 20px;
    }

    .news01 .item {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    .news01 .item {
        flex-wrap: wrap;
    }

    .news01 .item .left {
        width: 100%;
    }

    .news01 .item .right {
        width: 100%;
        padding-left: 0;
    }
}

/* 新闻中心 */
.details01 {
    padding: 80px 0 120px;
}

.details01 .title {
    font-size: 36px;
    color: #333333;
    line-height: 1.3;
    text-align: center;
}

.details01 .lables {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #999999;
    padding-top: 25px;
}

.details01 .lables label {
    margin: 0 25px;
    padding-left: 30px;
    position: relative;
}

.details01 .lables label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.details01 .lables label:nth-child(1)::before {
    background-image: url(../images/icon17.png);
}

.details01 .lables label:nth-child(2)::before {
    background-image: url(../images/icon18.png);
}

.details01 .edit {
    padding: 40px 0 60px;
}

.details01 .edit,
.details01 .edit * {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
}


.details01 .mores {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #f3f3f3;
    padding: 40px 0 0;
}

.details01 .mores .left {
    width: 75%;
}

.details01 .mores .goback {
    width: 140px;
    line-height: 45px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: block;
    background-color: #157883;
}

.details01 .mores .goback span {
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    position: relative;
}

.details01 .mores .goback span::before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
    left: 0;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.details01 .mores .goback:hover {
    opacity: .9;
}

.details01 .mores .left a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 18px;
    line-height: 1.875;
    position: relative;
    color: #888888;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.details01 .mores .left a:last-child {
    margin-top: 10px;
}

.details01 .mores .left label {
    color: #999999;
    margin-right: 15px;
}

@media (max-width:1459px) {
    .details01 {
        padding: 80px 0;
    }

    .details01 .title {
        font-size: 32px;
    }
}

@media (max-width:1280px) {
    .details01 {
        padding: 60px 0;
    }

    .details01 .title {
        font-size: 28px;
    }

    .details01 .mores .left a {
        font-size: 16px;
    }
}

@media (max-width:1024px) {
    .details01 {
        padding: 40px 0;
    }

    .details01 .title {
        font-size: 20px;
    }

    .details01 .mores .left a {
        font-size: 14px;
    }

    .details01 .edit,
    .details01 .edit * {
        font-size: 14px;
    }

    .details01 .lables {
        padding-top: 15px;
        font-size: 14px;
    }

    .details01 .edit {
        padding: 20px 0;
    }

    .details01 .mores {
        padding: 20px 0 0;
    }

    .details01 .mores .goback {
        width: 100px;
        line-height: 35px;
    }

    .details01 .mores .goback span {
        font-size: 14px;
        padding-left: 15px;
    }

    .details01 .mores .goback span::before {
        top: 5px;
    }
}

@media (max-width:768px) {
    .details01 {
        padding: 30px 0;
    }

    .details01 .mores .left a:last-child {
        margin-top: 5px;
    }

    .details01 .mores {
        padding: 10px 0 0;
    }

    .details01 .title {
        font-size: 18px;
    }
}

@media (max-width:640px) {
    .details01 {
        padding: 20px 0;
    }

    .details01 .lables {
        font-size: 12px;
        padding-top: 10px;
    }

    .details01 .lables label::before {
        width: 15px;
        height: 15px;
        background-size: contain;
    }

    .details01 .lables label {
        padding-left: 20px;
        margin: 0 10px;
    }

    .details01 .title {
        font-size: 16px;
    }

    .details01 .edit,
    .details01 .edit * {
        font-size: 12px;
    }

    .details01 .edit {
        padding: 15px 0;
    }
}

@media (max-width:500px) {
    .details01 .mores {
        flex-wrap: wrap;
    }

    .details01 .mores .left {
        width: 100%;
    }

    .details01 .mores .goback {
        width: 70px;
        line-height: 30px;
        margin-top: 10px;
    }

    .details01 .mores .goback span {
        font-size: 12px;
    }
}

/* 联系我们 */
.contact01 {
    padding: 80px 0 45px;
}

.contact01 .title {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    width: 30%;
}

.contact01 .title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 24%;
    background-color: #157883;
    height: 2px;
}

.contact01 .main {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.contact01 .content .left {
    width: 44%;
}

.contact01 .content .right {
    width: 44%;
}

.contact01 .list .item {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.contact01 .item .icon {
    min-width: 90px;
    width: 90px;
    height: 90px;
    position: relative;
    background-color: #f5f8f8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact01 .item .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 40%;
}

.contact01 .item .text {
    margin-left: 25px;
}

.contact01 .item .tit {
    font-size: 16px;
    color: #004153;
    line-height: 1.875;
}

.contact01 .item .desc {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.contact01 .clist {
    display: flex;
    flex-wrap: wrap;
}

.contact01 .citem {
    width: 50%;
    padding: 0 11.8%;
    text-align: center;
}

.contact01 .citem .imgbox {
    border: 1px solid #eee;
    padding: 15px;
    display: inline-block;
}

.contact01 .citem .utit {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
    text-align: center;
    margin: 20px 0 35px;
}

.contact02 .map {
    height: 400px;
}

.contact02 .map .map_box {
    font-size: 14px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
}

.contact03 {
    padding: 80px 0 120px;
}

.contact03 .title {
    font-size: 24px;
    color: #333;
    line-height: 1.5;
}

.contact03 .list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
}

.contact03 .list .item {
    width: 47.75%;
    background-color: #f4f5f6;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.contact03 .list .item:not(:nth-child(2n+1)) {
    margin-left: 4.5%;
}

.contact03 .list .item:last-child {
    width: 100%;
    height: 100px;
    margin-left: 0;
    align-items: flex-start;
}

.contact03 .list .item label {
    font-size: 16px;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.contact03 .list .item input,
.contact03 .list .item select,
.contact03 .list .item textarea {
    margin-left: 20px;
    flex: 1;
    font-size: 16px;
    color: #999999;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.contact03 .list .item input::placeholder,
.contact03 .list .item select::placeholder,
.contact03 .list .item textarea::placeholder {
    color: #999999;
}

.contact03 .list .item select {
    background-color: transparent;
    border: unset;
}

.contact03 .list .item textarea {
    height: 80%;
    background-color: transparent;
    border: unset;
    resize: none;
}

.contact03 .subtn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.contact03 .subtn input {
    width: 140px;
    line-height: 50px;
    background-color: #157883;
    text-align: center;
    color: #fff;
    font-size: 16px;
    color: #ffffff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    cursor: pointer;
}

@media (max-width:1459px) {
    .contact01 {
        padding: 60px 0 35px;
    }

    .contact03 {
        padding: 60px 0 80px;
    }
}

@media (max-width:1280px) {
    .contact03 {
        padding: 60px 0;
    }
}

@media (max-width:1024px) {
    .contact01 {
        padding: 40px 0 30px;
    }

    .contact03 {
        padding: 40px 0;
    }

    .contact03 .title {
        font-size: 20px;
    }

    .contact03 .list .item {
        padding: 15px 10px;
    }

    .contact03 .list .item label {
        font-size: 14px;
    }

    .contact03 .list .item input,
    .contact03 .list .item select,
    .contact03 .list .item textarea {
        font-size: 14px;
    }

    .contact01 .list .item {
        margin-bottom: 20px;
    }

    .contact01 .item .desc {
        font-size: 16px;
    }

    .contact01 .item .icon {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }

    .contact01 .citem {
        padding: 0 5%;
    }

    .contact01 .citem .utit {
        font-size: 14px;
        margin: 10px 0;
    }

    .contact01 .main {
        padding-top: 30px;
    }

    .contact03 .subtn input {
        width: 120px;
        line-height: 35px;
        font-size: 14px;
    }

    .contact01 .title {
        width: 70%;
        font-size: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width:768px) {
    .contact01 .title {
        font-size: 18px;
        padding-bottom: 10px;
        width: 50%;
    }

    .contact01 .main {
        padding-top: 20px;
    }

    .contact01 {
        padding: 30px 0;
    }

    .contact03 {
        padding: 30px 0;
    }

    .contact03 .list {
        padding-top: 15px;
    }

    .contact03 .subtn input {
        width: 100px;
        line-height: 30px;
        font-size: 12px;
    }

    .contact03 .list .item {
        padding: 10px;
    }

    .contact03 .title {
        font-size: 18px;
    }
}

@media (max-width:640px) {
    .contact01 {
        padding: 20px 0;
    }

    .contact03 {
        padding: 20px 0;
    }

    .contact01 .main {
        flex-wrap: wrap;
    }

    .contact01 .content .left {
        width: 100%;
    }

    .contact01 .content .right {
        width: 100%;
        margin-top: 10px;
    }

    .contact01 .item .desc {
        font-size: 14px;
    }

    .contact01 .item .tit {
        font-size: 12px;
    }

    .contact01 .list .item {
        margin-bottom: 10px;
    }

    .contact01 .item .text {
        margin-left: 15px;
    }

    .contact01 .item .desc br {
        display: none;
    }

    .contact01 .citem .utit {
        font-size: 12px;
        margin: 5px 0;
    }

    .contact02 .map {
        height: 250px;
    }

    .contact03 .list .item label {
        font-size: 12px;
    }

    .contact03 .list .item input,
    .contact03 .list .item select,
    .contact03 .list .item textarea {
        font-size: 12px;
        margin-left: 10px;
    }
}

@media (max-width:580px) {
    .contact03 .list .item {
        width: 100%;
    }

    .contact03 .list .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }

    .contact03 .title {
        font-size: 16px;
    }

    .contact02 .map .map_box {
        font-size: 12px;
        line-height: 1.5;
    }
}


/* 加入我们 */
.join01 {
    padding: 100px 0;
}

.join01 .content {
    padding: 100px 0;
    text-align: right;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
}

.join01 .text {
    background-color: #f4f8f9;
    padding: 60px;
    text-align: left;
    width: 45%;
    display: inline-block;
}

.join01 .text .title {
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

.join01 .text .title::before {
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    background-color: #157883;
    position: absolute;
    left: calc(100% + 10px);
    bottom: 0;
}

.join01 .text .edit {
    margin-top: 35px;
}

.join01 .text .edit,
.join01 .text .edit * {
    font-size: 16px;
    color: #333333;
    line-height: 2.125;
    font-family: "HarmonyOS_Sans_SC_Light";
}


.join02 {
    padding: 100px 0 95px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.join_tit {
    font-size: 30px;
    color: #333333;
    line-height: 1.5;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

.join_tit::before {
    content: '';
    display: block;
    width: 10px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    bottom: 0;
    background-color: #157883;
}

.join02 .main {
    margin-top: 55px;
}

.join02 .swiper-slide {
    height: auto;
}

.join02 .item {
    border: 3px solid #157883;
    padding: 60px 20px;
    height: 100%;
}

.join02 .item .tit {
    font-size: 24px;
    color: #333333;
    line-height: 1.41;
    text-align: center;
    margin: 30px 0 20px;
}

.join02 .item .edit {
    text-align: center;
}

.join02 .item .edit,
.join02 .item .edit * {
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.join02 .item .icon {
    padding-bottom: 50px;
    position: relative;
}

.join02 .item .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
}

.join03 {
    padding: 100px 0 120px;
}

.join03 .main {
    margin-top: 50px;
    position: relative;
}

.join03 .main .item {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.join03 .main .swiper-slide {
    padding: 6% 0;
    z-index: 1;
}

.join03 .main .swiper-slide-active {
    z-index: 2;
}

.join03 .main .swiper-slide-active .item {
    transform: scale(1.58);
    -webkit-transform: scale(1.58);
    -moz-transform: scale(1.58);
    -ms-transform: scale(1.58);
    -o-transform: scale(1.58);
}

.join03 .swiper_btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #999999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    top: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.join03 .prev {
    left: -100px;
}

.join03 .next {
    right: -100px;
}

.join03 .swiper_btn::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
}

.join03 .swiper_btn.prev::before {
    top: 19px;
    right: 17px;
    border-bottom: 2px solid #999999;
    border-left: 2px solid #999999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.join03 .swiper_btn.next::before {
    top: 19px;
    right: 19px;
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.join03 .swiper_btn:hover {
    background-color: #157883;
    border-color: #157883;
}

.join03 .swiper_btn:hover::before {
    border-color: #fff;
}

@media (max-width:1459px) {

    .join01,
    .join02,
    .join03 {
        padding: 80px 0;
    }

    .join_tit {
        font-size: 28px;
    }

    .join01 .text .title {
        font-size: 28px;
    }

    .join01 .text {
        padding: 40px;
    }

    .join01 .text .edit {
        margin-top: 25px;
    }
}

@media (max-width:1280px) {

    .join01,
    .join02,
    .join03 {
        padding: 60px 0;
    }

    .join_tit {
        font-size: 24px;
    }

    .join01 .text .title {
        font-size: 24px;
    }

    .join03 .swiper_btn {
        width: 40px;
        height: 40px;
    }

    .join03 .swiper_btn.prev::before {
        top: 14px;
        right: 12px
    }

    .join03 .swiper_btn.next::before {
        top: 14px;
        right: 15px;
    }

    .join03 .prev {
        left: -20px;
    }

    .join03 .next {
        right: -20px;
    }

    .join03 .main .swiper-slide-active .item {
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
    }

    .join03 .main {
        margin-top: 40px;
    }
}

@media (max-width:1024px) {

    .join01,
    .join02,
    .join03 {
        padding: 40px 0;
    }

    .join_tit {
        font-size: 20px;
    }

    .join01 .text .title {
        font-size: 20px;
    }

    .join01 .text {
        padding: 25px;
    }

    .join01 .text .edit {
        margin-top: 15px;
    }

    .join03 .main {
        margin-top: 20px;
    }

    .join02 .item .tit {
        font-size: 20px;
        margin: 20px 0;
    }

    .join02 .item .edit,
    .join02 .item .edit * {
        font-size: 14px;
    }

    .join02 .item .icon {
        padding-bottom: 35px;
    }

    .join02 .item {
        padding: 30px 20px;
    }

    .join02 .main {
        margin-top: 35px;
    }

    .join03 .next {
        right: 0;
    }

    .join03 .prev {
        left: 0;
    }

    .join01 .text .edit,
    .join01 .text .edit * {
        font-size: 14px;
    }
}

@media (max-width:768px) {

    .join01,
    .join02,
    .join03 {
        padding: 30px 0;
    }

    .join_tit {
        font-size: 18px;
    }

    .join01 .text .title {
        font-size: 18px;
    }

    .join02 .item .tit {
        font-size: 18px;
        margin: 15px 0 10px;
    }

    .join02 .main {
        margin-top: 15px;
    }

    .join02 .item .edit,
    .join02 .item .edit * {
        font-size: 12px;
    }

    .join02 .item .tit {
        font-size: 16px;
    }

    .join02 .item .icon {
        padding-bottom: 25px;
    }

    .join02 .item {
        padding: 20px 10px;
    }

    .join01 .text {
        width: 80%;
    }

    .join01 .content {
        padding: 50px 0;
    }

    .join03 .swiper_btn {
        width: 30px;
        height: 30px;
    }

    .join03 .swiper_btn.prev::before {
        top: 9px;
        right: 8px;
    }

    .join03 .swiper_btn.next::before {
        top: 9px;
        right: 10px;
    }
}

@media (max-width:640px) {

    .join01,
    .join02,
    .join03 {
        padding: 20px 0;
    }

    .join_tit {
        font-size: 16px;
    }

    .join01 .text .title {
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .join01 .text {
        width: 90%;
        padding: 15px;
    }

    .join01 .text .edit,
    .join01 .text .edit * {
        font-size: 12px;
    }
}

/* 产品中心 */
.product01 {
    padding: 90px 0 110px;
    position: relative;
    min-height: 500px;
}

.product01::before {
    content: '';
    display: block;
    height: 30%;
    background-image: linear-gradient(#f8f8f8, #fff);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.product01 .content {
    display: flex;
    position: relative;
}

.product01 .content .left {
    width: 220px;
    min-width: 220px;
}

.product01 .content .captit {
    font-size: 30px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.product01 .content .clist {
    padding-top: 55px;
}

.product01 .content .citem {
    margin-bottom: 50px;
}

.product01 .content .ctit {
    font-size: 18px;
    color: #333333;
    position: relative;
}

.product01 .content .ctit::before {
    content: '';
    display: block;
    position: absolute;
    top: 29%;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
    right: 18px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.product01 .content .ulist {
    padding-top: 25px;
    display: none;
}

.product01 .content .uitem {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
    display: block;
    margin-bottom: 20px;
}

.product01 .content .uitem.cur,
.product01 .content .uitem:hover {
    color: #157883;
}

.product01 .content .right {
    padding-left: 6%;
    width: calc(100% - 220px);
}

.product01 .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product01 .item {
    width: 23.95%;
    margin-bottom: 45px;
}

.product01 .item:not(:nth-child(4n+1)) {
    margin-left: 1.4%;
}

.product01 .item .text {
    text-align: center;
}

.product01 .item .title {
    font-size: 17px;
    color: #333333;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.product01 .item .price {
    font-size: 16px;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 10px;
}


@keyframes roate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.product01 .more {
    text-align: center;
    margin-top: 45px;
}

.product01 .more .loading {
    display: inline-block;
    cursor: pointer;
}

.product01 .more img {
    animation: roate 6s linear infinite;
    -webkit-animation: roate 6s linear infinite;
}

.product01 .more .loading .more_tit {
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 30px;
}

@media (max-width:1459px) {
    .product01 {
        padding: 80px 0;
    }

    .product01 .content .captit {
        font-size: 28px;
    }

    .product01 .content .clist {
        padding-top: 40px;
    }

    .product01 .more {
        margin-top: 25px;
    }

    .product01 .more .loading .more_tit {
        margin-top: 15px;
        font-size: 16px;
    }
}

@media (max-width:1280px) {
    .product01 {
        padding: 60px 0;
    }

    .product01 .content .captit {
        font-size: 24px;
    }

    .product01 .content .uitem {
        margin-bottom: 15px;
    }

    .product01 .content .citem {
        margin-bottom: 30px;
    }
}

@media (max-width:1024px) {
    .product01 {
        padding: 40px 0;
    }

    .product01 .content .captit {
        font-size: 20px;
    }

    .product01 .content .ctit {
        font-size: 16px;
    }

    .product01 .content .uitem {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product01 .content .ulist {
        padding-top: 15px;
    }

    .product01 .content .citem {
        margin-bottom: 20px;
    }

    .product01 .content .clist {
        padding-top: 30px;
    }

    .product01 .content .left {
        min-width: 150px;
        width: 150px;
    }

    .product01 .content .right {
        padding-left: 4%;
        width: calc(100% - 150px);
    }

    .product01 .item .title {
        font-size: 14px;
    }

    .product01 .item .title {
        font-size: 14px;
    }

    .product01 .item {
        width: 32.33%;
    }

    .product01 .item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }

    .product01 .item:not(:nth-child(3n+1)) {
        margin-left: 1.5%;
    }

    .product01 .item {
        margin-bottom: 25px;
    }
}

@media (max-width:768px) {
    .product01 {
        padding: 30px 0;
    }

    .product01 .content .captit {
        font-size: 18px;
    }

    .product01 .content .left {
        min-width: 130px;
        width: 130px;
    }

    .product01 .content .right {
        width: calc(100% - 130px);
    }

    .product01 .content .ctit {
        font-size: 14px;
    }

    .product01 .content .ctit::before {
        top: 23%;
    }

    .product01 .content .uitem {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .product01 .more {
        margin-top: 15px;
    }

    .product01 .more .loading .more_tit {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media (max-width:640px) {
    .product01 .content .left {
        min-width: 100px;
        width: 100px;
    }

    .product01 .content .right {
        width: calc(100% - 100px);
    }

    .product01 {
        padding: 20px 0;
    }

    .product01 .content .captit {
        font-size: 16px;
    }

    .product01 .item {
        width: 49%;
        margin-bottom: 15px;
    }

    .product01 .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }

    .product01 .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }

    .product01 .item .title {
        font-size: 12px;
    }

    .product01 .item .price {
        font-size: 14px;
        margin-top: 5px;
    }

    .product01 .content .clist {
        padding-top: 15px;
    }

    .product01 .more img {
        width: 20px;
    }

    .product01 .more .loading .more_tit {
        font-size: 12px;
        margin-top: 5px;
    }
}


/* 登录注册 */
.record01 {
    padding: 60px 0;
}

.record01 .content {
    display: flex;
    background-color: #f2f2f2;
}

.record01 .content .left {
    width: 42.8%;
}

.record01 .content .left .imgbox {
    height: 100%;
}

.record01 .content .right {
    width: 57.2%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.record01 .con .title {
    font-size: 36px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    text-align: center;
    margin-bottom: 60px;
}

.record01 .con {
    width: 100%;
    max-width: 500px;
}

.record01 .con .item {
    margin-bottom: 25px;
}

.record01 .con .item label {
    font-size: 18px;
    color: #666666;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.record01 .con .item .input {
    margin-top: 10px;
    background-color: #ffffff;
    display: flex;
    height: 60px;
}

.record01 .con .item .input input {
    flex: 1;
    padding-left: 20px;
    font-size: 16px;
    color: #999999;
}

.record01 .con .item .get_btn {
    width: 140px;
    min-width: 140px;
    text-align: center;
    background-color: #157883;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}

.record01 .con .tishi {
    font-size: 16px;
    color: #157883;
    cursor: pointer;
}

.record01 .con .form_btn {
    margin-top: 45px;
}

.record01 .con .form_btn input {
    width: 100%;
    line-height: 60px;
    background-color: #157883;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Medium";
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    cursor: pointer;
}

/* 图片 */
.record01 .con .item.tu .input {
    display: flex;
}

.record01 .con .item.tu .input .cimg {
    max-width: 140px;
    height: 100%;
    width: auto;
    position: relative;
    margin-left: 10px;
}

.record01 .con .item.tu .input .cimg img {
    width: 100%;
    height: 100%;
}


@media (max-width:1459px) {
    .record01 .con .title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .record01 .con .item label {
        font-size: 16px;
    }

    .record01 .con .item .input {
        height: 50px;
    }

    .record01 .con .item .input input {
        font-size: 14px;
    }

    .record01 .con .item .get_btn {
        line-height: 50px;
        width: 100px;
        min-width: 100px;
        font-size: 14px;
    }

    .record01 .con .tishi {
        font-size: 14px;
    }

    .record01 .con .form_btn input {
        line-height: 45px;
        font-size: 16px;
    }
}

@media (max-width:1280px) {
    .record01 .con .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width:1024px) {
    .record01 .con .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .record01 .con .item label {
        font-size: 14px;
    }

    .record01 .con .item .input {
        height: 40px;
    }

    .record01 .con .item .get_btn {
        line-height: 40px;
    }

    .record01 .con .form_btn input {
        line-height: 35px;
        font-size: 14px;
    }

    .record01 .con .form_btn {
        margin-top: 25px;
    }

    .record01 {
        padding: 40px 0;
    }
}

@media (max-width:768px) {
    .record01 .con .item {
        margin-bottom: 15px;
    }

    .record01 {
        padding: 30px 0;
    }
}

@media (max-width:640px) {
    .record01 .con .tishi {
        font-size: 12px;
    }

    .record01 .con .item .input input {
        padding-left: 15px;
        font-size: 12px;
    }

    .record01 .con .item label {
        font-size: 12px;
    }

    .record01 .con .item .get_btn {
        font-size: 12px;
        width: 80px;
        min-width: 80px;
    }

    .record01 .con .title {
        font-size: 18px;
    }

    .record01 {
        padding: 20px 0;
    }
}

@media (max-width:580px) {
    .record01 .content {
        flex-wrap: wrap;
    }

    .record01 .content .left {
        width: 100%;
        height: 120px;
    }

    .record01 .content .right {
        width: 100%;
        padding: 15px;
        margin-top: 10px;
    }

    .record01 .con .title {
        margin-bottom: 10px;
    }

    .record01 .con .form_btn input {
        line-height: 30px;
        font-size: 12px;
    }

    .record01 .con .form_btn {
        margin-top: 15px;
    }

    .record01 .con .item .input {
        height: 30px;
    }

    .record01 .con .item .get_btn {
        line-height: 30px;
    }
}



/* 会员中心——我的账号 */
.base_top {
    position: relative;
}

.base_top::before {
    content: '';
    display: block;
    height: 60px;
    background-image: linear-gradient(#f8f8f8, #fff);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.fellow {
    padding: 70px 0 200px;
}

.fellow .content {
    display: flex;
    justify-content: space-between;
}

.fellow .content .left {
    min-width: 220px;
    width: 220px;
}

.fellow .content .left .con {
    box-shadow: 0 0 18px rgba(0, 0, 0, .04);
    padding: 40px;
}

.fellow .content .right {
    box-shadow: 0 0 18px rgba(0, 0, 0, .04);
    padding-top: 40px;
    flex: 1;
    margin-left: 20px;
}

.fellow .fellow_title {
    font-size: 24px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.fellow .left .list {
    margin-top: 35px;
}

.fellow .left .item {
    display: flex;
    align-items: center;
}

.fellow .left .item:not(:last-child) {
    margin-bottom: 35px;
}

.fellow .left .item .icon {
    width: 20px;
    height: 20px;
    position: relative;
}

.fellow .left .item .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
}

.fellow .left .item .img1 {
    display: block;
}

.fellow .left .item .img2 {
    display: none;
}

.fellow .left .item .fellow_tit {
    margin-left: 15px;
    font-size: 18px;
    color: #333;
}

.fellow .left .item.cur .img1 {
    display: none;
}

.fellow .left .item.cur .img2 {
    display: block;
}

.fellow .left .item.cur .fellow_tit {
    color: #157883;
}

.account01 {
    padding: 0 50px 70px;
}

.account01 .list .item:first-child {
    padding-top: 0;
}

.account01 .list .item label {
    font-size: 16px;
    color: #333333;
}

.account01 .list .item {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
}

.account01 .item .tit {
    font-size: 16px;
    color: #999999;
}

.account01 .item .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account01 .item .tit {
    width: 100px;
}

.account01 .item .modify {
    margin-left: 110px;
    font-size: 16px;
    color: #ca0c0c;
    cursor: pointer;
}

.account01 .item .imgbox {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.account01 .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 弹窗 */
.fellowbox {
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.fellowbox .content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fellowbox .content .main {
    width: 95%;
    max-width: 830px;
    background-color: #ffffff;
    position: relative;
}

.fellowbox .content .close {
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #4a4a4a;
    position: relative;
}

.fellowbox .content .close:before,
.fellowbox .content .close:after {
    content: "";
    position: absolute;
    width: 50%;
    left: 25%;
    top: 50%;
    border-bottom: 1px solid #4a4a4a;
}

.fellowbox .content .close:before {
    transform: rotate(45deg);
}

.fellowbox .content .close:after {
    transform: rotate(-45deg);
}

.fellowbox .content .ctop {
    display: flex;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 30px 45px;
    align-items: center;
}

.fellowbox .content .title {
    font-size: 18px;
    color: #000000;
}

.fellowbox .content .box {
    padding: 70px 40px 90px;
}

.fellowbox .content .section {
    display: flex;
    justify-content: center;
}

.fellowbox .content .tit {
    font-size: 16px;
    color: #000;
}

.fellowbox .content .upload {
    margin-left: 20px;
}

.fellowbox .content .upload .imgbox {
    position: relative;
    width: 120px;
    height: 120px;
}

.fellowbox .content .upload .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fellowbox .content .upload input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.fellowbox .content .tishi {
    font-size: 16px;
    color: #666666;
    line-height: 2.125;
    margin-top: 5px;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.fellowbox .content .btns {
    display: flex;
    justify-content: center;
    width: 95%;
    max-width: 470px;
    margin: 55px auto 0;
}

.fellowbox .content .btns .btn {
    line-height: 50px;
    background-color: #f1f1f1;
    font-size: 18px;
    color: #333333;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.fellowbox .content .btns .btn:last-child {
    margin-left: 30px;
}

.fellowbox .content .btns .btn1 {
    background-color: #157883;
    color: #fff;
}

.fellowbox .content .list {
    display: flex;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.fellowbox .content .item {
    display: flex;
    align-items: center;
    width: 100%;
}

.fellowbox .content .item label {
    font-size: 18px;
    color: #000000;
}

.fellowbox .content .item input {
    flex: 1;
    margin-left: 20px;
    border: 1px solid #f1f1f1;
    padding-left: 30px;
    line-height: 60px;
}

@media (max-width:1459px) {
    .fellow {
        padding: 70px 0 250px;
    }

    .fellowbox .content .ctop {
        padding: 20px 30px;
    }

    .fellowbox .content .box {
        padding: 50px 30px;
    }
}

@media (max-width:1280px) {
    .fellow {
        padding: 60px 0 150px;
    }

    .account01 .list .item {
        padding: 20px 0;
    }

    .fellow .content .right {
        padding-top: 30px;
    }

    .fellow .content .left .con {
        padding: 30px;
    }

    .account01 {
        padding: 0 30px 50px;
    }

    .account01 .list .item label {
        font-size: 14px;
    }

    .account01 .item .tit {
        font-size: 14px;
    }

    .account01 .item .modify {
        font-size: 14px;
        margin-left: 50px;
    }

    .fellow .content .left .con {
        padding: 20px;
    }

    .fellow .left .item .fellow_tit {
        font-size: 16px;
        margin-left: 10px;
    }

    .fellow .left .item:not(:last-child) {
        margin-bottom: 25px;
    }

    .fellow .fellow_title {
        font-size: 20px;
    }

    .fellow .left .list {
        margin-top: 25px;
    }

    .fellow .content .left {
        min-width: 180px;
        width: 180px;
    }

    .fellowbox .content .item label {
        font-size: 16px;
    }

    .fellowbox .content .item input {
        line-height: 40px;
    }
}

@media (max-width:1024px) {
    .fellow {
        padding: 40px 0;
    }

    .fellowbox .content .box {
        padding: 30px;
    }

    .fellowbox .content .btns .btn {
        font-size: 16px;
        line-height: 40px;
    }

    .fellowbox .content .btns {
        margin-top: 30px;
    }

    .fellowbox .content .ctop {
        padding: 15px 20px;
    }

    .fellowbox .content .title {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .fellow {
        padding: 30px 0;
    }

    .fellow .left .item .fellow_tit {
        font-size: 14px;
        margin-left: 5px;
    }

    .fellow .fellow_title {
        font-size: 18px;
    }

    .fellow .left .list {
        margin-top: 20px;
    }

    .fellow .left .item:not(:last-child) {
        margin-bottom: 15px;
    }

    .fellow .content .left {
        min-width: 135px;
        width: 135px;
    }

    .fellow .content .right {
        padding-top: 20px;
    }

    .account01 .list .item {
        padding: 15px 0;
    }

    .account01 {
        padding: 0 20px 40px;
    }

    .account01 .item .modify {
        margin-left: 20px;
    }

    .fellowbox .content .item label {
        font-size: 14px;
    }
}

@media (max-width:640px) {
    .fellow {
        padding: 20px 0;
    }

    .fellowbox .content .tishi {
        font-size: 14px;
    }

    .fellowbox .content .btns .btn {
        font-size: 14px;
        line-height: 30px;
    }

    .fellowbox .content .item input {
        line-height: 30px;
        font-size: 12px;
        padding-left: 15px;
        margin-left: 10px;
    }
}

@media (max-width:500px) {
    .fellow .fellow_title {
        font-size: 16px;
    }

    .fellow .left .item .fellow_tit {
        font-size: 12px;
    }

    .fellow .left .item .icon {
        width: 15px;
        height: 15px;
    }

    .fellow .content .left .con {
        padding: 15px;
    }

    .fellow .left .list {
        margin-top: 15px;
    }

    .fellow .content .left {
        min-width: 100px;
        width: 100px;
    }

    .fellow .content .right {
        margin-left: 10px;
        padding-top: 15px;
    }

    .account01 {
        padding: 0 15px 20px;
    }

    .account01 .list .item {
        flex-wrap: wrap;
    }

    .account01 .item .text {
        width: 100%;
        margin-top: 10px;
    }

    .account01 .list .item {
        padding: 15px 0 10px;
    }

    .account01 .item .modify {
        font-size: 12px;
    }

    .account01 .item .tit {
        font-size: 12px;
    }

    .fellowbox .content .box {
        padding: 15px;
    }

    .fellowbox .content .tit {
        font-size: 14px;
    }

    .fellowbox .content .title {
        font-size: 14px;
    }

    .fellowbox .content .ctop {
        padding: 10px;
    }

    .fellowbox .content .btns {
        margin-top: 20px;
    }
}


/* 产品详情 */
.pinfo01 {
    padding: 80px 0 100px;
}

.pinfo01 .content {
    display: flex;
}

.pinfo01 .content .left {
    width: 47%;
    position: relative;
}

.pinfo01 .content .left .swiper_big {
    height: 100%;
}

.pinfo01 .content .left .swiper_big .swiper-wrapper,
.pinfo01 .content .left .swiper_big .swiper-container {
    height: 100%;
}

.pinfo01 .content .left .swiper_big .imgbox {
    height: 100%;
}

.pinfo01 .content .swiper_small {
    position: absolute;
    top: 20px;
    left: 30px;
    bottom: 20px;
    z-index: 2;
}

.pinfo01 .content .swiper_small .swiper-container {
    height: 100%;
}

.pinfo01 .content .swiper_small .swiper-slide .imgbox {
    position: relative;
    cursor: pointer;
    /* padding-bottom: 70px; */
    width: 70px;
    height: 100%;
    max-height: 70px;
}

.pinfo01 .content .swiper_small .swiper-slide .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pinfo01 .content .swiper_small .swiper-slide .imgbox::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #d2d2d2;
    opacity: 0;
    z-index: 2;
}

.pinfo01 .content .swiper_small .swiper-slide-thumb-active .imgbox::before {
    opacity: 1;
}

.pinfo01 .content .right {
    width: 53%;
    padding-left: 7%;
}

.pinfo01 .title {
    font-size: 36px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-bottom: 25px;
}

.pinfo01 .item {
    display: flex;
    align-items: center;
    padding: 35px 0;
}

.pinfo01 .item:first-child {
    border-bottom: 1px solid #f2f2f2;
    padding: 35px 0 30px;
}

.pinfo01 .item .item_tit {
    font-size: 16px;
    color: #666666;
    width: 65px;
}

.pinfo01 .item .item_box {
    flex: 1;
    margin-left: 70px;
}

.pinfo01 .item .price {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    display: flex;
    align-items: flex-end;
    transform: translate(0, -7px);
}

.pinfo01 .item .price span {
    font-size: 40px;
    color: #333;
}

.pinfo01 .item .nums {
    display: flex;
    align-items: center;
}

.pinfo01 .item .nums .ubtn {
    width: 40px;
    position: relative;
    height: 40px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}

.pinfo01 .item .nums .num {
    text-align: center;
    height: 40px;
    width: 140px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    color: #333333;
    padding: 0 20px;
}

.pinfo01 .item .nums .ubtn::before {
    content: '';
    display: block;
    width: 37.5%;
    height: 2px;
    background-color: #333333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pinfo01 .item .nums .ubtn::after {
    content: '';
    display: block;
    width: 2px;
    height: 37.5%;
    background-color: #333333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pinfo01 .item .nums .dele::after {
    display: none;
}

.pinfo01 .item .sizes {
    display: flex;
    flex-wrap: wrap;
}

.pinfo01 .item .size {
    width: 80px;
    border: 1px solid #f2f2f2;
    line-height: 38px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.pinfo01 .item .size.cur {
    border: 1px solid #157883;
}

.pinfo01 .item .size:not(:first-child) {
    margin-left: 20px;
}

.pinfo01 .item .colors {
    display: flex;
    flex-wrap: wrap;
}

.pinfo01 .item .color {
    width: 80px;
    height: 80px;
    position: relative;
}

.pinfo01 .item .color img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pinfo01 .item .color.cur {
    border: 1px solid #157883;
}

.pinfo01 .item .color:not(:first-child) {
    margin-left: 20px;
}

.pinfo01 .btnbox {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.pinfo01 .btns {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.pinfo01 .btns1 .btn1.btn{
    width:  calc(50% - 20px);
}
.pinfo01 .btns1{
    padding-right: 92px;
    margin-top: 20px;
}

.pinfo01 .btns .btn {
    width: calc(50% - 20px);
    background-color: #f2f2f2;
    font-size: 16px;
    color: #999999;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.pinfo01 .btns .btn.btn1 {
    background-color: #157883;
    color: #fff;
}

.pinfo01 .btnbox .collect {
    margin-left: 30px;
    font-size: 16px;
    color: #999999;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.pinfo01 .btnbox .collect::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background-image: url(../images/icon21.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 15px;
}

.pinfo01 .btnbox .collect.cur {
    color: #005761;
}

.pinfo01 .btnbox .collect.cur::before {
    background-image: url(../images/icon22.png);
}

.pinfo02 {
    padding-bottom: 100px;
}

.pinfo02 .imgbox {
    margin-top: 40px;
}

.pinfo02 .imgbox img {
    width: 100%;
}

.pinfo02 .title {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}

.pinfo02 .main {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #f1f1f1;
}

.pinfo02 table {
    border-color: #e0e0e0;
    width: 100%;
}

.pinfo02 table td {
    width: 14.2857%;
    text-align: center;
    padding: 30px 10px;
    font-size: 18px;
    color: #333333;
    background-color: #f7f7f7;
}

@media (max-width:1459px) {
    .pinfo01 {
        padding: 80px 0;
    }

    .pinfo01 .item:first-child {
        padding: 25px 0;
    }

    .pinfo01 .item {
        padding: 25px 0;
    }

    .pinfo01 .item .item_box {
        margin-left: 50px;
    }

    .pinfo01 .title {
        font-size: 32px;
    }

    .pinfo01 .item .price span {
        font-size: 36px;
    }

    .pinfo02 {
        padding-bottom: 60px;
    }
}

@media (max-width:1280px) {
    .pinfo01 {
        padding: 60px 0;
    }

    .pinfo01 .item .size {
        width: 60px;
    }
}

@media (max-width:1024px) {
    .pinfo01 {
        padding: 40px 0;
    }

    .pinfo01 .item .size {
        line-height: 30px;
    }

    .pinfo01 .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .pinfo01 .content .right {
        padding-left: 4%;
    }

    .pinfo01 .item {
        padding: 10px 0;
    }

    .pinfo01 .item:first-child {
        padding: 20px 0 10px;
    }

    .pinfo01 .item .price span {
        font-size: 28px;
    }

    .pinfo01 .btnbox {
        padding-top: 30px;
    }

    .pinfo01 .item .nums .num {
        width: 100px;
        min-width: 100px;
    }

    .pinfo01 .item .item_box {
        margin-left: 25px;
    }

    .pinfo01 .item .item_tit {
        font-size: 14px;
    }

    .pinfo01 .btns .btn {
        font-size: 14px;
        line-height: 40px;
    }

    .pinfo01 .btns .btn {
        font-size: 14px;
        line-height: 40px;
    }

    .pinfo02 .title {
        font-size: 20px;
    }

    .pinfo02 .main {
        margin-top: 20px;
        padding-top: 20px;
    }

    .pinfo02 table td {
        padding: 20px 10px;
        font-size: 14px;
    }

    .pinfo02 .imgbox {
        margin-top: 20px;
    }

    .pinfo02 {
        padding-bottom: 50px;
    }
}

@media (max-width:900px) {
    .pinfo01 .item .nums .num {
        height: 30px;
        font-size: 14px;
        width: 80px;
        min-width: 80px;
        padding: 0 10px;
    }

    .pinfo01 .item .nums .ubtn {
        height: 30px;
        width: 30px;
    }

    .pinfo01 .item .size {
        line-height: 25px;
        font-size: 14px;
    }

    .pinfo01 .item .size:not(:first-child) {
        margin-left: 10px;
    }

    .pinfo01 .btnbox {
        padding-top: 20px;
    }

    .pinfo01 .title {
        font-size: 20px;
    }

    .pinfo01 .content .swiper_small {
        top: 10px;
        left: 10px;
        bottom: 10px;
    }

    .pinfo01 .btnbox .collect {
        font-size: 14px;
    }

    .pinfo02 {
        padding-bottom: 40px;
    }
}

@media (max-width:768px) {
    .pinfo01 {
        padding: 30px 0;
    }

    .pinfo01 .item .size {
        width: 40px;
        font-size: 12px;
        line-height: 20px;
    }

    .pinfo01 .item .price span {
        font-size: 24px;
    }

    .pinfo02 .title {
        font-size: 18px;
    }

    .pinfo02 .main {
        margin-top: 10px;
        padding-top: 10px;
    }

    .pinfo02 table td {
        padding: 10px;
        font-size: 12px;
    }

    .pinfo02 {
        padding-bottom: 30px;
    }
}

@media (max-width:640px) {
    .pinfo01 {
        padding: 20px 0;
    }

    .pinfo01 .btns .btn {
        font-size: 12px;
        line-height: 30px;
        width: calc(50% - 5px);
    }

    .pinfo01 .item .item_box {
        margin-left: 10px;
    }

    .pinfo01 .title {
        font-size: 18px;
    }

    .pinfo01 .item .item_tit {
        font-size: 12px;
        width: 60px;
    }

    .pinfo01 .btnbox .collect {
        margin-left: 15px;
        padding-left: 20px;
        font-size: 12px;
    }

    .pinfo02 {
        padding-bottom: 20px;
    }

    .pinfo02 .title {
        font-size: 16px;
    }

    .pinfo01 .btns1 .btn1.btn {
        width: calc(50% - 5px);
    }
    .pinfo01 .btns1 {
        padding-right: 60px;
        margin-top: 10px;
    }
}

@media (max-width:500px) {
    .pinfo01 .content {
        flex-wrap: wrap;
    }

    .pinfo01 .content .left {
        width: 100%;
    }

    .pinfo01 .content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .pinfo02 .main .table {
        width: 100%;
        overflow-x: auto;
    }

    .pinfo02 table {
        width: 180%;
    }

}

/* 收藏 */
.tuck01 {
    padding: 75px 0 125px;
}

.tuck01 .title {
    font-size: 24px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    padding: 40px 40px 40px 50px;
    border-bottom: 1px solid #f1f1f1;
}

.tuck01 .content {
    box-shadow: 0 0 18px rgba(0, 0, 0, .04);
}

.tuck01 .main {
    padding-bottom: 100px;
}

.tuck01 .list {
    padding: 50px 50px 40px;
    display: flex;
    flex-wrap: wrap;
}

.tuck01 .item {
    width: 22.6%;
    margin-bottom: 3.2%;
}

.tuck01 .item:not(:nth-child(4n+1)) {
    margin-left: 3.2%;
}

.tuck01 .item .imgbox {
    padding-bottom: 133.6%;
    position: relative;
    overflow: hidden;
}

.tuck01 .item .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
}

.tuck01 .item .btns {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.tuck01 .item .btn {
    width: 80%;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    height: 45px;
    cursor: pointer;
}

.tuck01 .item .btn.add {
    background-color: #157883;
    color: #fff;
}

.tuck01 .item .btn.remove {
    background-color: #ffffff;
    color: #333333;
    margin-top: 20px;
}

.tuck01 .item .tit {
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 10px;
}

.tuck01 .item .price {
    font-size: 18px;
    color: #333333;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-align: center;
}

.tuck01 .item:hover .btns {
    opacity: 1;
    top: 0;
}

@media (max-width:1459px) {
    .tuck01 {
        padding: 70px 0 90px;
    }

    .tuck01 .main {
        padding-bottom: 80px;
    }

    .tuck01 .list {
        padding: 40px 50px;
    }

    .tuck01 .title {
        font-size: 24px;
        padding: 30px 40px 30px 50px;
    }
}

@media (max-width:1280px) {
    .tuck01 .item .tit {
        font-size: 16px;
    }
}

@media (max-width:1024px) {
    .tuck01 {
        padding: 60px 0;
    }

    .tuck01 .main {
        padding-bottom: 60px;
    }

    .tuck01 .title {
        font-size: 20px;
        padding: 25px;
    }

    .tuck01 .list {
        padding: 30px 25px;
    }

    .tuck01 .item .tit {
        font-size: 14px;
    }

    .tuck01 .item {
        margin-bottom: 2.2%;
    }

    .tuck01 .item .price {
        font-size: 16px;
    }

    .tuck01 .item .btn {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }

    .tuck01 .item .btn.remove {
        margin-top: 10px;
    }
}

@media (max-width:768px) {
    .tuck01 {
        padding: 40px 0;
    }

    .tuck01 .main {
        padding-bottom: 40px;
    }

    .tuck01 .item {
        width: 32.33%;
        margin-bottom: 1.5%;
    }

    .tuck01 .item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }

    .tuck01 .item:not(:nth-child(3n+1)) {
        margin-left: 1.5%;
    }

    .tuck01 .title {
        font-size: 18px;
    }
}

@media (max-width:640px) {
    .tuck01 {
        padding: 30px 0;
    }

    .tuck01 .main {
        padding-bottom: 20px;
    }

    .tuck01 .title {
        font-size: 16px;
        padding: 15px;
    }

    .tuck01 .list {
        padding: 15px;
    }

    .tuck01 .item .price {
        font-size: 14px;
    }
}

@media (max-width:480px) {
    .tuck01 .item .tit {
        font-size: 12px;
    }

    .tuck01 .item .price {
        font-size: 12px;
    }

    .tuck01 .item {
        width: 49%;
    }

    .tuck01 .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }

    .tuck01 .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
}

/* 我的订单 */
.order01 .switchs {
    display: flex;
    padding: 0 40px 0;
    border-bottom: 1px solid #f1f1f1;
}

.order01 .switchs .switch {
    padding: 0 10px 40px;
    font-size: 18px;
    color: #333333;
    position: relative;
}

.order01 .switchs .switch::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #157883;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.order01 .switchs .switch.cur {
    color: #157883;
}

.order01 .switchs .switch:not(:first-child) {
    margin-left: 50px;
}

.order01 .switchs .switch.cur::before {
    opacity: 1;
}

.order01 .main {
    padding-bottom: 60px;
}

.order01 .list {
    padding: 40px;
}

.order01 .item {
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.order01 .item .ctop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background-color: #f6f6f6;
}

.order01 .item .text {
    display: flex;
    font-size: 16px;
    color: #333333;
}

.order01 .item .time {
    font-family: "HarmonyOS_Sans_SC_Light";
}

.order01 .item .num,
.order01 .item .person {
    margin-left: 40px;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.order01 .item .paynum {
    font-size: 16px;
    color: #157883;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.order01 .item .ction {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.order01 .item .cleft {
    display: flex;
    align-items: center;
}

.order01 .item .imgbox {
    width: 110px;
    height: 110px;
}

.order01 .item .ctext {
    margin-left: 30px;
}

.order01 .item .tit {
    font-size: 18px;
    color: #333333;
    line-height: 1.44;
    font-family: "HarmonyOS_Sans_SC_Light";
    max-width: 127px;
}

.order01 .item .lables {
    display: inline-block;
    font-size: 0;
    margin-top: 10px;
}

.order01 .item .lables label {
    font-size: 14px;
    color: #666666;
    line-height: 1.3;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.order01 .item .lables label:first-child {
    margin-right: 15px;
}

.order01 .item .cright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order01 .item .prices {
    display: flex;
    align-items: center;
}

.order01 .item .price {
    font-size: 16px;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-right: 55px;
}

.order01 .item .btns {
    margin-left: 85px;
    width: 120px;
}

.order01 .item .btn {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Light";
    cursor: pointer;
    display: block;
}

.order01 .item .btn:not(:first-child) {
    margin-top: 10px;
}

.order01 .item .btns .pay {
    display: flex;
    color: #fff;
    justify-content: center;
    background-color: #157883;
    align-items: center;
}

.order01 .item .btns .pay .move_time {
    margin-right: 5px;
}

.order01 .item .btn:hover {
    color: #fff;
    background-color: #157883;
    border-color: #157883;
}

.order01 .Pages .p_page a {
    width: 60px;
    line-height: 60px;
}

.order01 .Pages .p_page .a_prev,
.order01 .Pages .p_page .a_next {
    display: inline-block;
    height: 60px;
}

.order01 .Pages .p_page .a_prev::before {
    top: 25px;
    right: 23px;
}

.order01 .Pages .p_page .a_next::before {
    top: 25px;
    right: 26px;
}

@media (max-width:1459px) {
    .order01 .switchs .switch:not(:first-child) {
        margin-left: 40px;
    }

    .order01 .switchs .switch {
        padding-bottom: 30px;
    }
}

@media (max-width:1280px) {
    .order01 .switchs .switch:not(:first-child) {
        margin-left: 20px;
    }

    .order01 .switchs .switch {
        padding-bottom: 20px;
    }

    .order01 .item .tit {
        font-size: 16px;
    }

    .order01 .item .tit {
        font-size: 16px;
    }

    .order01 .item .ction {
        padding: 30px;
    }

    .order01 .item .ctop {
        padding: 15px 30px;
    }

    .order01 .item .text {
        font-size: 14px;
    }

    .order01 .item .paynum {
        font-size: 14px;
    }

    .order01 .item .btns {
        margin-left: 50px;
    }
}

@media (max-width:1024px) {
    .order01 .list {
        padding: 20px;
    }

    .order01 .switchs {
        padding: 0 20px 0;
    }

    .order01 .switchs .switch {
        display: block;
        font-size: 16px;
        padding-bottom: 15px;
    }

    .order01 .switchs .switch:not(:first-child) {
        margin-left: 15px;
    }

    .order01 .item .ction {
        padding: 15px;
    }

    .order01 .item .ctop {
        padding: 15px;
    }

    .order01 .item .lables label {
        font-size: 12px;
    }

    .order01 .item .ctext {
        margin-left: 15px;
    }

    .order01 .item .tit {
        font-size: 14px;
    }

    .order01 .item .btns {
        margin-left: 30px;
    }

    .order01 .item .price {
        font-size: 14px;
        margin-right: 25px;
    }

    .order01 .item .btns {
        width: 100px;
    }

    .order01 .item .num,
    .order01 .item .person {
        margin-left: 20px;
    }

    .order01 .Pages .p_page a {
        width: 40px;
        line-height: 40px;
    }

    .order01 .Pages .p_page .a_prev,
    .order01 .p_page .a_next {
        height: 40px;
    }

    .order01 .Pages .p_page .a_prev::before {
        top: 15px;
        right: 13px;
    }

    .order01 .Pages .p_page .a_next::before {
        top: 15px;
        right: 16px;
    }

    .order01 .Pages .p_page .a_prev,
    .order01 .Pages .p_page .a_next {
        display: inline-block;
        height: 40px;
    }

    .order01 .main {
        padding-bottom: 40px;
    }
}

@media (max-width: 900px) {
    .order02.fellow .content {
        flex-wrap: wrap;
    }

    .order02.fellow .content .left {
        width: 100%;
    }

    .order02.fellow .content .right {
        width: 100%;
        margin-top: 10px;
    }

    .order02.fellow .left .list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .order02.fellow .left .item:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .order02.fellow .content .right {
        margin-left: 0;
    }

    .order01 .switchs .switch {
        font-size: 14px;
    }
}

@media (max-width:650px) {
    .order02.fellow .left .item:not(:last-child) {
        margin-right: 10px;
    }

    .order01 .switchs .switch {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .order01 .Pages .p_page .num {
        display: none;
    }

    .order01 .Pages .p_page .a_prev,
    .order01 .Pages .p_page .a_next {
        width: 30px;
        height: 28px;
    }

    .order01 .Pages .p_page .a_prev::before {
        top: 9px;
        right: 8px;
    }

    .order01 .Pages .p_page .a_next::before {
        top: 9px;
        right: 11px;
    }

    .order01 .switchs .switch {
        padding: 0 0 10px;
    }

    .order01 .item .ction {
        flex-wrap: wrap;
    }

    .order01 .item .cleft {
        width: 100%;
        justify-content: space-between;
    }

    .order01 .item .cright {
        width: 100%;
    }

    .order01 .item .ctop {
        flex-wrap: wrap;
    }

    .order01 .item .text {
        width: 100%;
        font-size: 12px;
    }

    .order01 .item .paynum {
        margin-top: 10px;
    }

    .order01 .main {
        padding-bottom: 20px;
    }
}

@media (max-width:480px) {
    .order01 .item .text {
        flex-wrap: wrap;
    }

    .order01 .item .person {
        margin-left: 0;
        margin-top: 5px;
    }

    .order01 .item .paynum {
        font-size: 12px;
    }

    .order01 .item .tit {
        font-size: 12px;
    }

    .order01 .item .ctext {
        margin-left: 10px;
    }

    .order01 .item .btn {
        font-size: 12px;
    }

    .order01 .item .price {
        font-size: 12px;
        margin-right: 15px;
    }

    .order01 .item .btns {
        margin-left: 20px;
    }

    .order01 .list {
        padding: 15px;
    }

    .order01 .main {
        padding-bottom: 15px;
    }
}


/* 购物车 */


.shop01 .title {
    padding: 0 50px 40px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #f1f1f1;
}

.shop01 .main {
    padding: 30px 50px 70px;
}

.shop01 .ctop {
    display: flex;
    background-color: #f1f1f1;
    padding: 20px;
}

.shop01 .check {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #d8d8d8;
    position: relative;
}

.shop01 .check.cur {
    background-color: #348a94;
    border-color: #348a94;
}

.shop01 .check.cur::before {
    content: '';
    display: block;
    position: absolute;
    top: 29%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 3px;
    width: 11px;
    height: 6px;
    -webkit-transform: rotate(134deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.shop01 .ctop .ctit:nth-child(1) {
    width: 18%;
    display: flex;
    align-items: center;
}

.shop01 .ctop .ctit .all_tit {
    margin-left: 10px;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.shop01 .ctop .ctit:nth-child(2) {
    width: 29%;
}

.shop01 .item .item1 {
    width: 47%;
}

.shop01 .ctop .ctit:nth-child(3),
.shop01 .item .item2 {
    width: 13.5%;
}

.shop01 .ctop .ctit:nth-child(4),
.shop01 .item .item3 {
    width: 13.5%;
}

.shop01 .ctop .ctit:nth-child(5),
.shop01 .item .item4 {
    flex: 1;
}

.shop01 .ctop .ctit {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.shop01 .item {
    padding: 40px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}

.shop01 .item .item1 {
    display: flex;
    align-items: center;
}

.shop01 .item .item1 .ubox {
    display: flex;
    align-items: center;
}

.shop01 .item .item1 .imgbox {
    margin-left: 25px;
    min-width: 110px;
}

.shop01 .item .item1 .ubox1 {
    margin-left: 25px;
}

.shop01 .item .item1 .ptit {
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
    font-family: "HarmonyOS_Sans_SC_Light";
    max-width: 140px;
}

.shop01 .item .item1 .lables {
    font-size: 0;
    margin-top: 10px;
    display: inline-block;
}

.shop01 .item .item1 label {
    font-size: 14px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.4;
}

.shop01 .item .item2 .price,
.shop01 .item .item3 .price {
    font-size: 16px;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.4;
}

.shop01 .item .item4 .price {
    color: #157883;
    font-size: 16px;
    line-height: 1.4;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.shop01 .item .item5 .close {
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #3b3b3b;
}

.shop01 .item .item5 .close:before,
.shop01 .item .item5 .close:after {
    content: "";
    position: absolute;
    width: 50%;
    left: 25%;
    top: 50%;
    border-bottom: 1px solid #3b3b3b;
}

.shop01 .item .item5 .close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.shop01 .item .item5 .close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.shop01 .section {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 20px;
    justify-content: space-between;
    margin-top: 20px;
}

.shop01 .section .se_left {
    display: flex;
    align-items: center;
}

.shop01 .section .allbtn {
    display: flex;
    align-items: center;
}

.shop01 .section .allbtn .all_tit {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-left: 10px;
}

.shop01 .section .dele {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-left: 45px;
}

.shop01 .section .se_right {
    display: flex;
}

.shop01 .section .ctext {
    display: flex;
    align-items: center;
}

.shop01 .section .tishi {
    font-size: 14px;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: #333333;
}

.shop01 .section .all_price {
    font-size: 24px;
    color: #157883;
    line-height: 1.25;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.shop01 .section .pay_money {
    width: 180px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background-color: #157883;
    font-size: 18px;
    color: #ffffff;
    margin-left: 30px;
}


@media (max-width:1459px) {
    .shop01 .title {
        padding: 0 40px 20px;
    }

    .shop01 .main {
        padding: 30px 40px 50px;
    }

    .shop01 .item {
        padding: 20px;
    }

    .shop01 .item .item1 .ptit {
        font-size: 16px;
    }

    .shop01 .item .item1 .imgbox {
        margin-left: 15px;
    }

    .shop01 .section .pay_money {
        width: 130px;
        font-size: 16px;
        line-height: 45px;
    }

    .shop01 .section .all_price {
        font-size: 20px;
    }

    .shop01 .section .dele {
        margin-left: 25px;
    }
}

@media (max-width:1280px) {
    .shop01 .check {
        width: 15px;
        height: 15px;
        min-width: 15px;
    }

    .shop01 .check.cur::before {
        top: 16%;
        right: 1px;
    }

    .shop01 .ctop .ctit {
        font-size: 14px;
    }

    .shop01 .item .item1 .ptit {
        font-size: 14px;
    }

    .shop01 .item .item1 label {
        font-size: 12px;
    }

    .shop01 .item .item1 .imgbox {
        min-width: 80px;
        width: 80px;
    }

    .shop01 .item .item4 .price {
        font-size: 14px;
    }

    .shop01 .item .item2 .price,
    .shop01 .item .item3 .price {
        font-size: 14px;
    }

    .shop01 .section .allbtn .all_tit {
        font-size: 14px;
    }

    .shop01 .section .dele {
        font-size: 14px;
        margin-left: 20px;
    }

    .shop01 .section .tishi {
        font-size: 12px;
    }

    .shop01 .section .all_price {
        font-size: 18px;
    }

    .shop01 .section .pay_money {
        width: 100px;
        font-size: 14px;
        line-height: 30px;
    }

    .shop01 .section {
        padding: 15px;
    }

    .shop01 .title {
        padding: 0 20px 20px;
    }

    .shop01 .main {
        padding: 30px 20px;
    }
}

@media (max-width:1024px) {
    .shop01 .title {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .shop01 .title {
        font-size: 14px;
    }
}

@media (max-width:640px) {
    .shop01 .title {
        padding: 0 15px 15px;
    }

    .shop01 .item {
        flex-wrap: wrap;
    }

    .shop01 .item .item1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .shop01 .section {
        margin-top: 5px;
    }

    .shop01 .main {
        padding: 15px 0;
    }

    .shop01 .item {
        padding: 15px;
    }

    .shop01 .ctop {
        padding: 15px;
    }

    .shop01 .ctop .ctit {
        font-size: 12px;
    }

    .shop01 .ctop .ctit:nth-child(2) {
        padding-left: 10px;
    }
}

@media (max-width:480px) {
    .shop01 .section {
        flex-wrap: wrap;
    }

    .shop01 .section .se_left {
        width: 100%;
    }

    .shop01 .section .se_right {
        width: 100%;
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .shop01 .section .pay_money {
        margin-top: 10px;
    }

    .shop01 .section .ctext {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .shop01 .section .all_price {
        margin-top: 5px;
    }

    .shop01 .section .pay_money {
        width: 90px;
        font-size: 12px;
        line-height: 25px;
    }

    .shop01 .section .all_price {
        font-size: 16px;
    }
}


/* 取消订单 */

.order03 .title {
    padding: 0 50px 40px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #f1f1f1;
}

.order03 .main {
    padding: 30px 50px 70px;
}

.order03 .main .proces {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 50px 0;
    border-bottom: 1px solid #f1f1f1;
}

.order03 .main .proces .bar {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 74px;
    background-color: #d8d8d8;
    height: 5px;
}

.order03 .main .proces .bar::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #157883;
}

.order03 .main .proces .bar1::before {
    width: 50%;
}

.order03 .main .proces .bar2::before {
    width: 100%;
}

.order03 .main .proce {
    position: relative;
    width: 80px;
    text-align: center;
}

.order03 .main .num {
    background-color: #157883;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #d8d8d8;
    font-size: 18px;
    font-family: "OSWALD-MEDIUM";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    margin: 0 auto;
}

.order03 .main .tit {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-top: 10px;
}

.order03 .main .time {
    font-size: 14px;
    color: #999999;
    line-height: 1.42;
    margin-top: 10px;
}

.order03 .main .uedt {
    padding: 50px 0;
    border-bottom: 1px solid #f1f1f1;
}

.order03 .main .edit_tit {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}

.order03 .main .edit {
    padding-top: 20px;
}

.order03 .main .edit .p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}

.order03 .proinfo {
    padding: 50px 0;
    border-bottom: 1px solid #f1f1f1;
}

.order03 .proinfo .pro_tit {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}

.order03 .proinfo .pro_box {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.order03 .proinfo .pro_img {
    display: flex;
    align-items: center;
}

.order03 .proinfo .imgbox {
    width: 110px;
}

.order03 .proinfo .pro_r {
    margin-left: 30px;
}

.order03 .proinfo .ptit {
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.order03 .proinfo .lables {
    font-size: 0;
    margin-top: 10px;
    display: inline-block;
}

.order03 .proinfo label {
    font-size: 14px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.4;
}

.order03 .proinfo .price {
    display: flex;
    align-items: center;
}

.order03 .proinfo .price .pri_tit {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.order03 .proinfo .price .pri_tit1 {
    color: #157883;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.order03 .proinfo .price .pri_tit:not(:first-child) {
    margin-left: 115px;
}


.order03 .money {
    padding-top: 60px;
    text-align: right;
}

.order03 .money .mon_tit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    color: #333333;
    line-height: 1.444;
}

.order03 .money .span {
    font-size: 18px;
    color: #157883;
    margin-left: 10px;
    line-height: 1.444;
}

.order03 .money .mon_ctit {
    font-size: 18px;
    color: #333333;
    line-height: 1.444;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.order03 .money .uspan {
    font-size: 30px;
    color: #157883;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 30px;
}


@media (max-width:1459px) {
    .order03 .main .uedt {
        padding: 40px 0;
    }

    .order03 .main .proces {
        padding: 40px 0;
    }

    .order03 .title {
        padding: 0 40px 40px;
    }

    .order03 .main {
        padding: 30px 40px 50px;
    }

    .order03 .main .proces .bar {
        top: 64px;
    }

    .order03 .proinfo {
        padding: 40px 0;
    }

    .order03 .proinfo .price .pri_tit:not(:first-child) {
        margin-left: 90px;
    }
}

@media (max-width:1024px) {
    .order03 .title {
        padding: 0 20px 20px;
    }

    .order03 .main .proces {
        padding: 20px 0;
    }

    .order03 .main .proces .bar {
        top: 43px;
    }

    .order03 .main {
        padding: 20px;
    }

    .order03 .main .tit {
        font-size: 14px;
    }

    .order03 .main .time {
        font-size: 12px;
    }

    .order03 .main .uedt {
        padding: 20px 0;
    }

    .order03 .main .edit .p {
        font-size: 14px;
    }

    .order03 .proinfo {
        padding: 20px 0;
    }

    .order03 .proinfo .ptit {
        font-size: 16px;
    }

    .order03 .proinfo label {
        font-size: 12px;
    }

    .order03 .proinfo .pro_r {
        margin-left: 20px;
    }

    .order03 .proinfo .price .pri_tit:not(:first-child) {
        margin-left: 50px;
    }

    .order03 .money .uspan {
        font-size: 24px;
    }

    .order03 .money .mon_ctit {
        font-size: 16px;
    }

    .order03 .money .mon_tit {
        font-size: 16px;
    }

    .order03 .money {
        padding-top: 40px;
    }
}

@media (max-width:768px) {
    .order03 .main .uedt {
        padding: 10px 0;
    }

    .order03 .main .edit_tit {
        font-size: 16px;
    }

    .order03 .main .edit {
        padding-top: 15px;
    }
}

@media (max-width:500px) {
    .order03 .title {
        padding: 0 15px 15px;
    }

    .order03 .main {
        padding: 15px;
    }

    .order03 .main .num {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .order03 .main .proces .bar {
        top: 19px;
    }

    .order03 .main .proces {
        padding: 0 0 10px;
    }

    .order03 .main .edit .p {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .order03 .main .edit_tit {
        font-size: 14px;
    }

    .order03 .main .edit {
        padding-top: 10px;
    }

    .order03 .money {
        padding-top: 20px;
    }

    .order03 .money .mon_tit {
        font-size: 14px;
    }

    .order03 .money .span {
        font-size: 16px;
    }

    .order03 .money .mon_ctit {
        font-size: 14px;
    }

    .order03 .money .uspan {
        font-size: 20px;
        margin-top: 15px;
    }

    .order03 .proinfo .pro_box {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .order03 .proinfo .pro_img {
        width: 100%;
    }

    .order03 .proinfo .price {
        margin-top: 10px;
    }

    .order03 .proinfo .ptit {
        font-size: 14px;
    }

    .order03 .proinfo .pro_tit {
        font-size: 16px;
    }
}


/* 订单详情 */

.order03 .main .proces .active1::before {
    width: 26%;
}

.order03 .main .proces .active2::before {
    width: 50%;
}

.order03 .main .proces .active3::before {
    width: 75%;
}

.order03 .main .proces .active4::before {
    width: 100%;
}

/* 订单结算 */

.setent01 {
    padding: 80px 0 100px;
}

.setent01 .content {
    box-shadow: 0 0 18px rgba(0, 0, 0, .04);
}

.setent01 .title {
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Medium";
    padding: 40px 50px;
    border-bottom: 1px solid #f1f1f1;
}

.setent01 .main {
    padding: 40px 50px;
}

.setent01 .ctop {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    background-color: #f1f1f1;
}

.setent01 .ctop .tit {
    font-size: 16px;
    color: #333333;
}

.setent01 .ctop .more {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.setent01 .con {
    padding: 30px 30px 25px;
    position: relative;
}

.setent01 .section1 .list {
    display: flex;
    flex-wrap: wrap;
}

.setent01 .section1 .list .item {
    width: 49%;
    border: 1px solid #f1f1f1;
    padding: 30px 55px 30px;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}

.setent01 .section1 .list .item .ok {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #157883;
    opacity: 0;
}

.setent01 .section1 .list .item .ok::before {
    content: '';
    display: block;
    position: absolute;
    top: 29%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 3px;
    width: 11px;
    height: 6px;
    -webkit-transform: rotate(134deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.setent01 .section1 .item .set {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #157883;
    display: none;
}

/* .setent01 .section1 .item .set .icon:last-child {
            margin-top: 10px;
        } */

.setent01 .section1 .list .item.cur {
    border-color: #157883;
}

.setent01 .section1 .list .item.cur .set {
    display: flex;
}

.setent01 .section1 .list .item.cur .ok {
    opacity: 1;
}

.setent01 .section1 .item .ctit {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;
    line-height: 1.3;
}

.setent01 .section1 .item .utit {
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.5;
    margin-top: 10px;
}

.setent01 .section1 .list .item:not(:nth-child(2n+1)) {
    margin-left: 2%;
}

.setent01 .section1 .con .cmore {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    position: absolute;
    bottom: 25px;
    right: 30px;
    padding-right: 25px;
}

.setent01 .section1 .con .cmore::before {
    content: '';
    display: block;
    position: absolute;
    top: 16%;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    right: 4px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.setent01 .section2 .clist {
    display: flex;
    flex-wrap: wrap;
}

.setent01 .section2 .citem {
    max-width: 260px;
    border: 1px solid #f1f1f1;
    text-align: center;
    padding: 20px 0;
    width: 32.33%;
    position: relative;
    cursor: pointer;
}

.setent01 .section2 .citem:not(:nth-child(4n+1)) {
    margin-left: 1.5%;
}

.setent01 .section2 .citem .ok {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #157883;
    opacity: 0;
}

.setent01 .section2 .citem .ok::before {
    content: '';
    display: block;
    position: absolute;
    top: 29%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 3px;
    width: 11px;
    height: 6px;
    -webkit-transform: rotate(134deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.setent01 .section2 .citem.cur {
    border-color: #157883;
}

.setent01 .section2 .citem.cur .ok {
    opacity: 1;
}

.setent01 .section1 {
    border: 1px solid #f1f1f1;
}

.setent01 .section2,
.setent01 .section3 {
    border: 1px solid #f1f1f1;
    margin-top: 30px;
}

.setent01 .section3 .pro_box {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

.setent01 .section3 .pro_img {
    display: flex;
    align-items: center;
}

.setent01 .section3 .imgbox {
    width: 110px;
}

.setent01 .section3 .pro_r {
    margin-left: 30px;
}

.setent01 .section3 .ptit {
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.setent01 .section3 .lables {
    font-size: 0;
    margin-top: 10px;
    display: inline-block;
}

.setent01 .section3 label {
    font-size: 14px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.4;
}

.setent01 .section3 .price {
    display: flex;
    align-items: center;
}

.setent01 .section3 .price .pri_tit {
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.setent01 .section3 .price .pri_tit1 {
    color: #157883;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.setent01 .section3 .price .pri_tit:not(:first-child) {
    margin-left: 200px;
}



.setent01 .section4 .money {
    padding: 60px 50px 0;
    text-align: right;
}

.setent01 .section4 .money .mon_tit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    color: #333333;
    line-height: 1.444;
    margin-bottom: 10px;
}

.setent01 .section4 .money .span {
    font-size: 18px;
    color: #157883;
    margin-left: 10px;
    line-height: 1.444;
}

.setent01 .section4 .addbox {
    background-color: #f6f6f6;
    padding: 25px 50px;
    margin-top: 35px;
}

.setent01 .section4 .mon_ctit {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    color: #333333;
    align-items: flex-end;
}

.setent01 .section4 .uspan {
    display: flex;
    justify-content: flex-end;
    font-size: 30px;
    color: #157883;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.setent01 .section4 .address {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    line-height: 1.45;
    display: flex;
    justify-content: flex-end;
}

.setent01 .section5 {
    display: flex;
    justify-content: flex-end;
    margin-top: 55px;
}

.setent01 .section5 .btn {
    width: 240px;
    line-height: 60px;
    background-color: #157883;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    cursor: pointer;
}


@media (max-width:1459px) {
    .setent01 .title {
        padding: 30px;
        font-size: 20px;
    }

    .setent01 .main {
        padding: 30px;
    }

    .setent01 .ctop {
        padding: 15px 30px;
    }

    .setent01 .section5 .btn {
        width: 200px;
        line-height: 50px;
        font-size: 16px;
    }

    .setent01 {
        padding: 60px 0;
    }

    .setent01 .section3 .price .pri_tit:not(:first-child) {
        margin-left: 150px;
    }
}

@media (max-width:1024px) {
    .setent01 {
        padding: 40px 0;
    }

    .setent01 .title {
        padding: 20px;
        font-size: 18px;
    }

    .setent01 .main {
        padding: 20px;
    }

    .setent01 .ctop {
        padding: 10px 15px;
    }

    .setent01 .con {
        padding: 20px 15px;
    }

    .setent01 .section1 .list .item {
        padding: 20px 50px 20px 20px;
        margin-bottom: 30px;
    }

    .setent01 .section1 .item .set {
        width: 40px;
    }

    .setent01 .section1 .item .utit {
        font-size: 14px;
    }

    .setent01 .section1 .item .ctit {
        font-size: 16px;
    }

    .setent01 .section1 .con .cmore {
        font-size: 14px;
        right: 20px;
        bottom: 15px;
    }

    .setent01 .section3 .price .pri_tit:not(:first-child) {
        margin-left: 80px;
    }

    .setent01 .section4 .money {
        padding: 40px 30px 0;
    }

    .setent01 .section4 .addbox {
        padding: 25px 30px;
    }

    .setent01 .section4 .money .mon_tit {
        font-size: 16px;
    }

    .setent01 .section4 .money .span {
        font-size: 16px;
    }

    .setent01 .section4 .uspan {
        font-size: 28px;
    }

    .setent01 .section4 .mon_ctit {
        font-size: 16px;
    }

    .setent01 .section4 .address {
        font-size: 14px;
    }

    .setent01 .section5 {
        margin-top: 20px;
    }

    .setent01 .section5 .btn {
        width: 150px;
        line-height: 40px;
    }

    .setent01 .section3 .ptit {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .setent01 {
        padding: 30px 0;
    }

    .setent01 .section4 .money {
        padding: 20px 15px 0;
    }

    .setent01 .section4 .addbox {
        padding: 20px 15px;
    }

    .setent01 .section1 .list .item {
        padding: 15px 50px 15px 15px;
        margin-bottom: 20px;
    }

    .setent01 .title {
        font-size: 18px;
        padding: 15px;
    }

    .setent01 .main {
        padding: 15px;
    }

    .setent01 .ctop .tit {
        font-size: 14px;
    }
}

@media (max-width:640px) {
    .setent01 {
        padding: 20px 0;
    }

    .setent01 .section1 .list .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .setent01 .section1 .list .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }

    .setent01 .section1 .list {
        padding-bottom: 10px;
    }

    .setent01 .section2 .citem {
        padding: 10px 0;
    }

    .setent01 .section3 .pro_box {
        flex-wrap: wrap;
    }

    .setent01 .section3 .ptit {
        font-size: 14px;
    }

    .setent01 .section3 label {
        font-size: 12px;
    }

    .setent01 .section3 .price {
        margin-top: 15px;
    }

    .setent01 .section3 .price .pri_tit {
        font-size: 14px;
    }

    .setent01 .section4 .money {
        padding: 20px 15px 0;
    }

    .setent01 .section4 .money .mon_tit {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .setent01 .section4 .addbox {
        padding: 15px;
    }

    .setent01 .section4 .uspan {
        font-size: 20px;
    }

    .setent01 .section4 .mon_ctit {
        font-size: 14px;
    }

    .setent01 .section4 .address {
        font-size: 12px;
    }

    .setent01 .section5 .btn {
        width: 100px;
        line-height: 30px;
        font-size: 14px;
    }

    .setent01 .section2 .citem {
        width: 30.33%;
    }

    .setent01 .section2 .citem:not(:nth-child(4n+1)) {
        margin-left: 3.5%;
    }

    .setent01 .title {
        font-size: 16px;
    }
}


/* 地址管理 */
.gem01 .ctop {
    display: flex;
    justify-content: space-between;
    padding: 0 50px 40px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #f1f1f1;
}

.gem01 .ctop .address {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
}

.gem01 .ctop .address::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background-image: url(../images/icon25.png);
    width: 18px;
    height: 18px;
}

.gem01 .main {
    padding: 40px 50px;
}

.gem01 .main .item {
    margin-bottom: 25px;
    padding: 30px 70px 30px 30px;
    border: 1px solid #f1f1f1;
}

.gem01 .main .ctit {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #333333;
}

.gem01 .main .ctit .uact {
    position: absolute;
    left: calc(100% + 10px);
    font-size: 12px;
    color: #ffffff;
    background-color: #348a94;
    padding: 3px 5px;
    white-space: nowrap;
    top: 0;
    opacity: 0;
}

.gem01 .main .box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.gem01 .main .box .p1 {
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.3;
}

.gem01 .main .box .p2 {
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 10px;
}

.gem01 .main .btns {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.gem01 .main .btns .btn {
    padding-left: 25px;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
}

.gem01 .main .btns .btn1::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background-image: url(../images/icon26.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}

.gem01 .main .btns .btn2::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background-image: url(../images/icon27.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}

.gem01 .main .btns .btn3 {
    padding-left: 0;
}

.gem01 .main .item.cur .uact {
    opacity: 1;
}


.fellowbox1 .con {
    padding: 50px 0 75px;
}

.fellowbox1 .con form {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
}

.fellowbox1 .citem {
    display: flex;
    height: 60px;
    margin-bottom: 30px;
}

.fellowbox1 .citem .cbt {
    font-size: 18px;
    color: #000000;
    line-height: 60px;
    width: 75px;
    text-align: right;
}

.fellowbox1 .citem .cbox {
    flex: 1;
    margin-left: 20px;
    border: 1px solid #f1f1f1;
}

.fellowbox1 .citem .cbox input {
    height: 100%;
    width: 100%;
}

.fellowbox1 .cbox1 {
    display: flex;
    justify-content: space-between;
    border: unset;
}

.fellowbox1 .cbox1 .select {
    width: 32.33%;
    border: 1px solid #f1f1f1;
    position: relative;
}

.fellowbox1 .cbox1 .select::before {
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    border-bottom: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    right: 18px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.fellowbox1 .cbox1 select {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: none;
    appearance: none;
    font-size: 16px;
    color: #999999;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.fellowbox1 .cbox2 textarea {
    width: 100%;
    height: 100%;
    border: unset;
    resize: none;
    padding: 10px;
}

.fellowbox1 .uact {
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-left: 95px;
}

.fellowbox1 .uact .check {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #d8d8d8;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.fellowbox1 .uact.cur .check {
    background-color: #348a94;
    border-color: #348a94;
}

.fellowbox1 .uact.cur .check::before {
    content: '';
    display: block;
    position: absolute;
    top: 29%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 3px;
    width: 11px;
    height: 6px;
    -webkit-transform: rotate(134deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.fellowbox1 .btn {
    text-align: center;
    margin-top: 65px;
}

.fellowbox1 .btn input {
    width: 300px;
    line-height: 50px;
    background-color: #157883;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}


@media (max-width:1459px) {
    .gem01 .main {
        padding: 30px;
    }

    .gem01 .ctop {
        padding: 0 30px 30px;
    }

    .gem01 .main .item {
        padding: 20px 40px 20px 20px;
    }

    .gem01 .main .btns .btn {
        margin-left: 25px;
    }
}

@media (max-width:1280px) {}

@media (max-width:1024px) {
    .fellowbox1 .citem .cbt {
        font-size: 16px;
        line-height: 45px;
    }

    .fellowbox1 .citem {
        height: 45px;
        margin-bottom: 20px;
    }

    .fellowbox1 .btn {
        margin-top: 40px;
    }

    .fellowbox1 .btn input {
        width: 250px;
        line-height: 40px;
        font-size: 16px;
    }

    .fellowbox1 .btn input {
        width: 250px;
        line-height: 40px;
        font-size: 16px;
    }

    .gem01 .main .box .p1 {
        font-size: 14px;
    }

    .gem01 .main .box .p2 {
        font-size: 14px;
    }

    .gem01 .main .btns .btn {
        margin-left: 15px;
        font-size: 12px;
    }

    .gem01 .main .item {
        padding: 20px;
    }

    .gem01 .main .btns .btn2::before,
    .gem01 .main .btns .btn1::before {
        width: 15px;
        height: 15px;
    }
}

@media (max-width:880px) {
    .gem01 .ctop {
        padding: 0 20px 20px;
        font-size: 16px;
    }

    .gem01 .ctop .address {
        font-size: 14px;
        padding-left: 25px;
    }

    .gem01 .main {
        padding: 20px;
    }

    .gem01 .main .box {
        flex-wrap: wrap;
    }

    .gem01 .main .btns {
        justify-content: flex-end;
        width: 100%;
        margin-top: 10px;
    }

    .gem01 .main .box .ctext {
        width: 100%;
    }
}

@media (max-width:768px) {
    .fellowbox1 .btn input {
        width: 150px;
        line-height: 35px;
        font-size: 14px;
    }

    .fellowbox1 .con {
        padding: 40px 0;
    }
}

@media (max-width:640px) {
    .fellowbox1 .con {
        padding: 20px 15px;
    }

    .fellowbox1 .citem .cbt {
        font-size: 14px;
        line-height: 35px;
        min-width: 60px;
        width: 60px;
    }

    .fellowbox1 .citem {
        height: 35px;
        margin-bottom: 10px;
    }

    .fellowbox1 .cbox1 select {
        padding: 5px;
        font-size: 12px;
    }
}

@media (max-width:500px) {
    .order03.fellow .content {
        flex-wrap: wrap;
    }

    .order03.fellow .content .left {
        width: 100%;
    }

    .order03.fellow .content .right {
        width: 100%;
        margin-top: 10px;
    }

    .gem01 .ctop {
        padding: 0 15px 15px;
        font-size: 14px;
    }

    .gem01 .ctop .address {
        font-size: 12px;
    }

    .gem01 .main {
        padding: 15px;
    }

    .gem01 .main .item {
        padding: 15px;
        margin-bottom: 15px;
    }

    .gem01 .main .ctit {
        font-size: 16px;
    }

    .gem01 .main .box {
        margin-top: 10px;
    }

    .gem01 .main .box .p1,
    .gem01 .main .box .p2 {
        font-size: 12px;
    }

    .gem01 .main .box .p2 {
        margin-top: 5px;
    }
}




/*友情链接*/


.PicList002171 ul {}

.PicList002171 li {
    float: left;
    width: 22%;
    margin: 0 1.5% 3%;
}

.PicList002171 li a {
    border: 1px solid #e8e8e8;
    position: relative;
    display: block;
}

.PicList002171 li img {
    display: block;
    width: 100%;
}

.PicList002171 li a figure {
    transition: 0.3s;
    border: 1px solid #ebebeb;
    color: #333;
    text-align: center;
    padding: 1.5vw
}

.PicList002171 li:hover a figure {
    color: #157883
}

@media(max-width:1024px) {
    .PicList002171 li {
        width: 47%;
    }
}


.index02 .content .base_more:hover {
    background-color: #005761;
}

.index02 .content .base_more:hover span {
    color: #fff;
}

.index02 .content .base_more:hover span::before {
    border-color: #fff;
}

.index04 .con .more:hover,
.index05 .con .more:hover,
.index06 .content .more:hover a {
    color: #005761;
}

.index04 .con .more:hover::before,
.index05 .con .more:hover::before,
.index06 .content .more:hover::before {
    border-color: #005761;
}



/* 2023.8.12 */
.msgbox .content .imgbox::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images//watermark.png);
    background-size: contain;
    height: 100%;
    z-index: 2;
    width: 90%;
    transform: translate(-50%,-50%);
}

@media(max-width:768px) {
    .msgbox .content .imgbox::before {
        height: 85%;
        width: 100%;
    }
}
