<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/** pc端 **/
@media screen and (min-width: 768px) {
  .xp__pc {
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    position: relative;
    font-family: ArialMT;
  }
  .main-box {
    margin-top: 3vw;
  }
  .oneColor {
    position: relative;
    z-index: -1;
  }
  .introduce-dialog {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 99999;
    padding: 0 !important;
  }
  .el-dialog__header {
    padding: 0 !important;
  }
  .introduce-dialog__title {
    font-size: 2vw;
    height: 6vw;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .introduce-dialog__img {
    width: 13.021vw;
    height: 13.021vw;
    margin: 1.042vw auto 2.083vw;
    display: block;
  }
  .question-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .question-box .always {
    font-weight: bold;
    font-size: 1.145833vw;
    margin: 2.34375vw 0;
  }
  .question-box .bottom {
    width: 80%;
    background: #f7f7f7;
    padding: 1.71875vw 2.083333vw;
    border-radius: 0.520833vw;
    margin-bottom: 1.041667vw;
  }
  .question-box .bottom .question {
    color: #232323;
    font-weight: bold;
    font-size: 1.041667vw;
  }
  .question-box .bottom .answer {
    font-size: 0.885417vw;
    color: #bbb;
    margin-top: 0.9375vw;
    line-height: 1.510417vw;
  }
  .emptyFix {
    width: 100%;
    height: 2.34375vw;
    background-color: #e4eeff;
    display: flex;
    align-items: center;
    font-size: 0.9375vw;
    color: #374d75;
    font-weight: bold; /* 设置吸顶内容的样式 */
    position: sticky;
  }
  .emptyFix .title {
    margin-left: 6.770833vw;
    font-weight: bold;
  }
  .rightOver {
    display: flex;
    width: 100%;
  }
  .maxMin {
    max-width: 18.229167vw;
    min-width: 20.19833vw;
  }
  .titleName {
    border-bottom: 1px solid #ebe9e9;
    width: 100%;
    height: 2.1875vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.833333vw;
    letter-spacing: 0px;
    color: #16171b;
  }
  .ma {
    padding-left: 2.5vw;
  }
  ::-webkit-scrollbar-track-piece {
    background: #ffffff;
  }
  ::-webkit-scrollbar {
    height: 10px;
    width: 6px;
  }
  ::-webkit-scrollbar-thumb {
    background: #dddee0;
    border-radius: 20px;
  }
  :deep(.el-dialog--center) {
    border-radius: 10px;
    width: 30%;
  }
  :deep(.el-dialog__title) {
    font-size: 23px !important;
  }
  :deep(.el-dialog__body) {
    text-align: center;
  }
  .left-box {
    height: 100%;
    width: 20.166667vw;
    background-color: #f4f6f8;
  }
  .banner {
    display: block;
    width: 100%;
    height: 5.8vw;
    margin-top: 0.4vw;
    z-index: 99;
  }
  .boxTop {
    display: flex;
    justify-content: center;
    background: #fff;
  }
  .subscribe {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
  }
  .subscribe .el-scrollbar__bar {
    display: none;
  }
  .subscribe .bannerBtn {
    position: absolute;
    width: 16%;
    height: 77%;
    right: 17%;
    top: 4px;
  }
  .subscribe .subscribe-title {
    text-align: center;
    z-index: 5;
  }
  .subscribe .subscribe-title .title {
    font-size: 26px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 10px;
  }
  .subscribe .subscribe-title .subtitle {
    font-size: 14px;
    color: #646464;
  }
  .subscribe .list-prd-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
  }
  .subscribe .list-prd-wrap .bottom {
    position: relative;
  }
  .subscribe .list-prd {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    max-width: 100%;
    top: 113px;
    z-index: 5;
  }
  .subscribe .list-prd-item {
    /* //目前最多就四个，不用左右滚动 */
    cursor: pointer;
    max-width: 22.79167vw;
    min-width: 15.1833vw;
    background-color: #ffffff;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
  }
  .subscribe .list-prd-item:last-child {
    margin-right: 0;
  }
  .subscribe .list-prd-item-top {
    position: relative;
    height: 8.9625vw;
  }
  .subscribe .list-prd-item-top .list-prd-item-top__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
  }
  .subscribe .list-prd-item__name {
    font-family: MicrosoftYaHei;
    font-size: 1.458333vw;
    font-weight: bold;
    color: #ffffff;
    z-index: 3;
    position: relative;
    padding-top: 1.1vw;
    text-align: center;
  }
  .subscribe .desc {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 1.979167vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.520833vw;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    color: #fff;
    font-size: 0.9375vw;
    margin-top: 0.625vw;
  }
  .subscribe .list-prd-item__specialty {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 1.979167vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.520833vw;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    color: #fff;
    font-size: 0.9375vw;
  }
  .subscribe .list-prd-item__pay {
    width: calc(100% - 2.8125vw);
    height: 2.604167vw;
    background-color: #ffffff;
    margin: 1.302083vw auto 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.041667vw;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 0.78125vw;
    padding: 0 0.677083vw;
  }
  .subscribe .tip {
    font-size: 0.823333vw;
    font-weight: normal;
    color: #767676;
    text-align: center;
    margin-top: 0.520833vw;
    padding: 0 1.041667vw;
  }
  .subscribe .tip span {
    line-height: 0.9375vw;
  }
  .subscribe .pay-info-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
  }
  .subscribe .pay-info-price .pay-info-price__symbol {
    font-size: 18px;
    margin-right: 4px;
  }
  .subscribe .pay-info-price .pay-info-price__value {
    font-size: 23px;
    margin-left: 2px;
    margin-right: 4px;
    line-height: 20px;
  }
  .subscribe .pay-info-price .pay-info-price__unit {
    font-size: 18px;
  }
  .subscribe .list-prd--sticky {
    position: fixed;
  }
  .subscribe .introduce-dialog .introduce-dialog__title {
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subscribe .introduce-dialog .introduce-dialog__img {
    width: 13.021vw;
    height: 13.021vw;
    margin: 1.042vw auto 2.083vw;
    display: block;
  }
}

/** 移动端 */
@media screen and (max-width: 768px) {
  :deep(.el-dialog--center) {
    border-radius: 10px;
    width: 60%;
  }
  :deep(.el-dialog__title) {
    font-size: 2.7vw !important;
  }
  :deep(.el-dialog__body) {
    text-align: center;
  }
  .oneColor {
    position: relative;
    z-index: -1;
  }
  .question-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .question-box .always {
    font-weight: bold;
    font-size: 3.2vw;
    margin: 4vw 0;
  }
  .question-box .bottom {
    width: 80%;
    background: #f7f7f7;
    padding: 1.71875vw 2.083333vw;
    border-radius: 1vw;
    margin-bottom: 2vw;
  }
  .question-box .bottom .question {
    color: #232323;
    font-weight: bold;
    font-size: 3vw;
  }
  .question-box .bottom .answer {
    font-size: 3vw;
    color: #bbb;
    margin-top: 1.6vw;
    line-height: 4.5vw;
  }
  .emptyFix {
    width: 100%;
    height: 4.2vw;
    background-color: #e4eeff;
    display: flex;
    align-items: center;
    font-size: 2.2vw;
    color: #374d75;
    font-weight: bold; /* 设置吸顶内容的样式 */
    position: sticky;
  }
  .emptyFix .title {
    margin-left: 6.770833vw;
    font-weight: bold;
  }
  .rightOver {
    display: flex;
    width: 100%;
  }
  .maxMin {
    max-width: 18.229167vw;
    min-width: 25vw;
  }
  .titleName {
    border-bottom: 1px solid #ebe9e9;
    width: 100%;
    line-height: 4.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5vw;
    letter-spacing: 0px;
    color: #16171b;
    padding: 0.8vw 0;
  }
  .ma {
    margin-left: 1.6vw;
  }
  .titleName img {
    width: 3.6vw;
    height: auto;
  }
  ::-webkit-scrollbar-track-piece {
    background: #ffffff;
  }
  ::-webkit-scrollbar {
    height: 10px;
    width: 6px;
  }
  ::-webkit-scrollbar-thumb {
    background: #dddee0;
    border-radius: 20px;
  }
  .left-box {
    width: 25vw;
    background-color: #f4f6f8;
    padding-bottom: 3vw;
  }
  .banner {
    display: block;
    width: 100%;
    height: 5.8vw;
    margin-top: 15vw;
    z-index: 99;
  }
  .boxTop {
    display: flex;
    justify-content: center;
    background: #fff;
  }
  .subscribe {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
  }
  .subscribe .el-scrollbar__bar {
    display: none;
  }
  .subscribe .bannerBtn {
    position: absolute;
    width: 16%;
    height: 77%;
    right: 17%;
    top: 4px;
  }
  .subscribe .subscribe-title {
    text-align: center;
    z-index: 5;
  }
  .subscribe .subscribe-title .title {
    font-size: 26px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 10px;
  }
  .subscribe .subscribe-title .subtitle {
    font-size: 14px;
    color: #646464;
  }
  .subscribe .list-prd-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
  }
  .subscribe .list-prd-wrap .bottom {
    position: relative;
  }
  .subscribe .list-prd {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    max-width: 100%;
    z-index: 5;
    margin-left: -0.989583vw;
  }
  .subscribe .list-prd-item {
    cursor: pointer;
    max-width: 18.229167vw;
    min-width: 25vw;
    background-color: #ffffff;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
  }
  .subscribe .list-prd-item-top {
    position: relative;
    height: 20vw;
  }
  .subscribe .list-prd-item-top__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .subscribe .list-prd-item__name {
    font-family: MicrosoftYaHei;
    font-size: 3vw;
    font-weight: bold;
    color: #ffffff;
    z-index: 3;
    position: relative;
    padding-top: 2.239583vw;
    text-align: center;
  }
  .subscribe .desc {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    color: #fff;
    font-size: 1.7vw;
    line-height: 2.3vw;
    text-align: center;
  }
  .subscribe .list-prd-item__specialty {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: center;
    padding: 0 7px;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    color: #fff;
    font-size: 1.7vw;
    line-height: 2.3vw;
    text-align: center;
    /* cursor: pointer;
    border-radius: 10px; */
  }
  .subscribe .list-prd-item__pay {
    width: calc(100% - 2.34375vw);
    height: 6.4vw;
    background-color: #ffffff;
    margin-top: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei;
    font-size: 2.6vw;
    color: #ffffff;
    cursor: pointer;
    padding: 0 0.8vw;
  }
  .subscribe .tip {
    font-size: 2vw;
    font-weight: normal;
    color: #767676;
    text-align: center;
    margin-top: 1vw;
    padding: 1vw 1.041667vw;
    height: 6.5vw;
  }
  .subscribe .tip span {
    line-height: 3vw;
  }
  .subscribe .pay-info {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
    box-sizing: border-box;
    color: #fff;
  }
  .subscribe .pay-info .pay-info-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .subscribe .pay-info .pay-info-price .pay-info-price__symbol {
    font-size: 2vw;
    margin-right: 4px;
  }
  .subscribe .pay-info .pay-info-price .pay-info-price__value {
    font-size: 2.7vw;
    margin-left: 2px;
    margin-right: 4px;
  }
  .subscribe .pay-info .pay-info-price .pay-info-price__unit {
    font-size: 1.5vw;
  }
  .subscribe .list-prd-item:last-child {
    margin-right: 0;
  }
  .subscribe .subscribe-main {
    margin-top: 118px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  .subscribe .subscribe-main .subscribe-main__item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    position: absolute;
    top: -96px;
    left: 150px;
    z-index: 20;
    box-sizing: border-box;
  }
  .subscribe .subscribe-main .subscribe-main__item ul {
    padding: 0;
    max-width: 16%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    margin-right: 10px;
  }
  .subscribe .subscribe-main .subscribe-main__item ul li {
    height: 39.67px;
    border-bottom: 1px solid #deebf8;
    box-sizing: border-box;
    font-size: 14px;
    color: #282828;
    list-style: none;
  }
  .subscribe .subscribe-main .subscribe-main__item ul li:first-child {
    height: 105px;
    position: relative;
  }
  .subscribe
    .subscribe-main
    .subscribe-main__item
    ul
    li
    .subscribe-main__item-bg {
    width: 100%;
    height: 100%;
  }
  .subscribe
    .subscribe-main
    .subscribe-main__item
    ul
    li
    .subscribe-main__item-new {
    width: 82px;
    height: 20px;
    background-color: #38ce39;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subscribe
    .subscribe-main
    .subscribe-main__item
    ul
    li
    .subscribe-main__item-title {
    width: 90%;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translate(-50%);
  }
  .subscribe
    .subscribe-main
    .subscribe-main__item
    ul
    li
    .subscribe-main__item-btn {
    width: 105px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 20px;
    font-size: 14px;
    color: #007df3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 64px;
    transform: translate(-50%);
    cursor: pointer;
  }
  .subscribe
    .subscribe-main
    .subscribe-main__item
    ul
    li
    .subscribe-main__item-pic {
    width: 23px;
    height: 23px;
  }
  .subscribe .subscribe-main .subscribe-main__item ul li .item-btn {
    width: 105px;
    height: 28px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .subscribe .subscribe-main .subscribe-main__item ul li:last-child {
    height: 80px;
    border-bottom: none;
  }
  .subscribe .subscribe-main .subscribe-main__item ul li:not(:first-child) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subscribe .subscribe-main--table {
    width: 100%;
    border-radius: 10px;
    background-color: #f1f1f1;
  }
  .subscribe .subscribe-main--table :deep(.el-table__row) {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
  }
  .subscribe .subscribe-main--table :deep(.el-table__header .el-table__cell) {
    background-color: #f2f2f2;
    color: #282828;
    border-bottom: 1px solid #ddd;
    height: 65px;
    vertical-align: bottom;
  }
  .subscribe .subscribe-main--table :deep(.el-table__cell) {
    border-bottom: 1px solid #ddd;
  }
  .el-dialog__header {
    padding: 0 !important;
  }
  .introduce-dialog {
    width: 60% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
  }
  .introduce-dialog__title {
    font-size: 3.6vw;
    height: 12vw;
    background: var(--main-color);
    text-align: center;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .introduce-dialog__img {
    margin: 5px auto;
    display: block;
  }
}
</pre></body></html>