<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    width: 100%;
    height: auto;
    background-size: 100% 752px;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 1116px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.empty-header {
    width: 100%;
    height: 80px;
}

.header {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 3px 8px 0 rgba(0, 72, 129, 0.1);
}

.center {
    justify-content: center;
    align-items: center;
}

.header-container,
.header-logo {
    height: 80px;
    justify-content: center;
    align-items: center;
}

.header-span-1 {
    font-size: 19px;
    color: #001E36;
    font-weight: bold;
}

.header-img-1 {
    width: 35px;
    margin-right: 8px;
}

.header-a {
    width: 60px;
    height: 20px;
    font-size: 14px;
    color: #001E36;
    font-weight: bold;
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.header-contact {
    width: 120px;
    height: 40px;
    background: #1473E6;
    border-radius: 20px;
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    margin-left: 50px;
    text-align: center;
}

.swiper-outside {
    width: 100%;
    height: 624px;
    margin-top: 24px;
}

.swiper-inside {
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 24px 48px 24px 40px;
}

.swiper-outside .swiper {
    width: 515px;
    height: 575px;
    margin-left: 76px;
}

.swiper-outside .slide-right {
    width: 515px;
    height: 575px;
}

.left-1 {
    height: 85px;
}

.left-1 img {
    width: 68px;
    height: 68px;
    margin-top: 8px;
}

.left-2 {
    height: 51px;
    line-height: 51px;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.left-3 {
    /* height: 56px; */
    font-size: 35px;
    color: #0D0D25;
    line-height: 56px;
    font-weight: bolder;
    margin-top: 11px;
}

.left-4 {
    margin-top: 20px;
    line-height: 36px;
    color: #000000;
    font-size: 19px;
}

.left-5 {
    margin-top: 40px;
    align-items: center;
}

.left-5 a:nth-of-type(1) {
    width: 192px;
    height: 56px;
    background: #1473E6;
    border-radius: 8px;
    line-height: 56px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 22px;
}

.left-5 a:nth-of-type(2) {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    width: 100px;
}

.left-5 a:nth-of-type(2) img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.left-6 {
    line-height: 33px;
    height: 33px;
    font-size: 12px;
    color: #262626;
    margin-top: 14px;
}

.goods {
    width: 100%;
    height: auto;
    margin-top: 24px;
}

.goods-container {
    height: auto;
    background-color: #ffffff;
    border-radius: 16px 16px 0 0;
}

.goods-title {
    height: 52px;
    line-height: 52px;
    font-size: 32px;
    color: #0D0D25;
    font-weight: bold;
    margin-top: 45px;
    text-align: center;
}

.goods-desc {
    height: auto;
    line-height: 36px;
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-top: 14px;
}

.goods-desc span {
    color: #FF0000;
}

.goods-list {
    margin-top: 35px;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.goods-item {
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0 3px 16px 0 rgba(0, 27, 48, 0.25);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 30px 0;
    margin-right: 32px;
    margin-bottom: 33px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;

}

.cornerMark {
    position: absolute;
    background-color: #e5084f;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    width: 50%;
    text-align: center;
    right: -15%;
    top: 5%;
    transform: rotate(45deg);
}

.goods-img {
    width: 80px;
    height: 80px;
}

.goods-name {
    height: 47px;
    line-height: 47px;
    margin-top: 21px;
    font-size: 20px;
    color: #0D0D25;
    font-weight: bold;
}

.goods-name span {
    color: #ff0000;
}

.goods-tip-1 {
    flex: 1;
    /* height: 30px; */
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}

.goods-tip-2 {
    height: 37px;
    line-height: 37px;
    color: #0D0D25;
    font-size: 16px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 11px;
}

.goods-button {
    cursor: pointer;
    user-select: none;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #1473E6;
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.appraise {
    width: 100%;
    height: 544px;
}

.appraise-container {
    height: 544px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0 32px;
}

.appraise-title {
    height: 52px;
    line-height: 52px;
    font-size: 32px;
    color: #0D0D25;
    font-weight: bold;
    padding-top: 46px;
    text-align: center;
}

.appraise-desc {
    height: 37px;
    line-height: 37px;
    margin-top: 10px;
    text-align: center;
    color: #000000;
    font-size: 16px;
}

.appraise-item {
    margin-left: 8px;
    margin-right: 8px;
    height: 176px;
    box-sizing: border-box;
    padding: 17px;
    border-radius: 8px;
}

.appraise-item:nth-of-type(1) {
    margin-top: 117px;
    background: #F5EBFE;
    border: 2px solid #D1C0E1;
}

.appraise-item:nth-of-type(3) {
    margin-top: 117px;
    background: #EBEDFF;
    border: 2px solid #6F6FB6;
}

.appraise-item:nth-of-type(2) {
    margin-top: 53px;
    background: #FEF5E6;
    border: 2px solid #CFA97E;
}

.appraise-item:nth-of-type(4) {
    margin-top: 53px;
    background: #FDE7F1;
    border: 2px solid #CE85A0;
}

.appraise-item-img {
    width: 31px;
    height: 31px;
}

.appraise-item-tip-1 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
    font-weight: bold;
}

.appraise-item-tip-2 {
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    margin-top: 10px;
}

.evaluate {
    width: 100%;
    height: 656px;
}

.evaluate-container {
    height: 656px;
    background-color: #F4F4F4;
}

.evaluate-title {
    height: 52px;
    line-height: 52px;
    font-weight: bolder;
    color: #0D0D25;
    text-align: center;
    padding-top: 46px;
    margin-bottom: 53px;
    font-size: 32px;
}

.evaluate .swiper {
    width: 1036px;
}

.evaluate .swiper-slide {
    height: 424px;
    background: #FFFFFF;
    box-shadow: 3px 5px 16px 0 rgba(0, 72, 129, 0.1);
    border-radius: 8px;
}

.evaluate-item-desc {
    padding: 73px 29px 0 37px;
    line-height: 36px;
    color: #0D0D25;
    font-size: 22px;
    font-weight: bold;
}

.evaluate-item-detail {
    height: 80px;
    padding: 0 42px 42px 42px;
}

.evaluate-item-detail img {
    width: 80px;
    height: 80px;
    margin-right: 16px;
}

.detail-name {
    height: 40px;
    line-height: 40px;
    color: #0D0D25;
    font-weight: bold;
    font-size: 19px;
}

.detail-profession {
    height: 16px;
    line-height: 16px;
    color: #9d9d9d;
    font-size: 14px;
}

.QandA {
    width: 100%;
    height: auto;
}

.QandA-container {
    height: 100%;
    background-color: #ffffff;
}

.QandA-title {
    height: 52px;
    line-height: 52px;
    font-size: 32px;
    color: #0d0d0d;
    font-weight: bold;
    text-align: center;
    padding-top: 46px;
}

.QA-list {
    margin-top: 3px;
    padding: 50px;
}

.QA-item {
    margin-bottom: 24px;
    box-shadow: 3px 5px 16px 0 rgba(0, 72, 129, 0.2);
}

.question {
    height: 67px;
    padding: 0 16px 0 29px;
    font-size: 19px;
    line-height: 67px;
    color: #30323D;
    background-color: #ffffff;
    font-weight: bold;
}

.active .question {
    background-color: #1473E6;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
}

.active .question img {
    display: none;
}

.answer {
    padding: 14px 29px;
    background-color: #ffffff;
    line-height: 38px;
    font-size: 18px;
    color: #878991;
    display: none;
}

.active .answer {
    display: block;
}

.question img {
    cursor: pointer;
    width: 34px;
    height: 34px;
}

.footer-container {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    align-items: center;
    margin-top: 32px;
}

.footer-img {
    width: 80px;
    height: 80px;
    padding-top: 90px;
}

.footer-title {
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
    color: #0d0d0d;
    margin-top: 20px;
}

.footer-desc {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #0d0d25;
    margin-top: 4px;
}

.footer-button {
    width: 192px;
    height: 56px;
    line-height: 56px;
    background: #1473E6;
    border-radius: 28px;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 22px;
}

.footer-href {
    width: 100%;
    height: 40px;
    box-shadow: 0 1px 0 0 rgba(153, 153, 153, 0.6);
}

.footer-href span {
    margin-right: 10px;
    font-size: 12px;
}

.footer-href a {
    padding: 0 10px;
    font-size: 12px;
    color: #333333;
}

.footer-href a img {
    width: 18px;
    height: 18px;
    margin-right: 2px;
}

.footer-tip-1 {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    color: #333333;
    margin-top: 35px;
}

.fotter-empty-1 {
    width: 100%;
    height: 8px;
    margin-top: 62px;
    background: url(../images/img-022.png) no-repeat center center;
    background-size: cover;

}

.footer-tip-2 {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    color: #333333;
}

.video-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}

.video-mask-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.close-mask {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 100px;
    top: 100px;
    cursor: pointer;
}

.video {
    width: 1000px;
    height: 600px;
}

.video-mask.show {
    display: block;
}






.goods-detail {
    width: 100%;
    height: auto;
}

.goods-container {
    background-color: #FFFFFF;
    border-radius: 16px 16px 0 0;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 24px;
    margin-bottom: 79px;
}

.goods-content-top {
    height: 460px;
}

.content-cover {
    width: 400px;
    height: 400px;
    margin-right: 44px;
}

.content-cover img {
    width: 400px;
    height: 400px;
}

.content-detail {
    height: 400px;
    justify-content: center;
}

.content-detail h1 {
    height: 52px;
    line-height: 52px;
    font-size: 30px;
    font-weight: bold;
    color: #0D0D25;
    margin-bottom: 9px;
}

.content-detail p {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000000;
}

.content-detail p span:nth-of-type(1) {
    margin-right: 20px;
    font-weight: bold;
}

.content-detail p span:nth-of-type(2) {
    font-size: 14px;
    color: #333333;
}

.color-red {
    color: #FF0000 !important;
    font-weight: bold;
}

.content-detail label {
    display: inline-block;
    width: 112px;
    height: 34px;
    line-height: 34px;
    background: #FFFFFF;
    padding-left: 40px;
    border: 2px solid #B8B8B8;
    margin-right: 20px;
    cursor: pointer;
    color: #333333;
}

.content-detail label.wxpay {
    background: url(../images/detail-img-9.png) no-repeat 14px center;
    background-size: 20px 20px;
}

.content-detail label.alipay {
    background: url(../images/detail-img-10.png) no-repeat 14px center;
    background-size: 20px 20px;
}

.content-detail label.active {
    border: 2px solid #FF0000;

}

.goods-content-bottom p {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    color: #0D0D25;
}

.goods-content-bottom img {
    width: 760px;
    height: auto;
    vertical-align: top;
    margin-top: 10px;
}</pre></body></html>