<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    TEXT-DECORATION: none;
    color: inherit;
}

/*new box*/
.news-box {
    padding: 60px 0;
    background: url(/static/mall/images/index-mobule-bg.jpg) no-repeat center;
    /*background: rebeccapurple;*/
    background-size: cover;
    margin-top: 15px;
}

.news-box .news-box-in {
    width: 1200px;
    margin: 0 auto;
}

.news-box .news-box-in .title-box {
    text-align: center;
}

.news-box .news-box-in .title-box .main-title {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.news-box .news-box-in .title-box .small-title {
    font-size: 14px;
    color: #ffe8e8;
    margin-top: 6px;
}

.news-box .news-box-in .news-content {
    width: 100%;
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
}

.news-box .news-box-in .news-content .news-recommend {
    background: white;
    width: 878px;
}

.news-box .news-box-in .news-content .news-recommend .news-tab.active {
    display: block;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list {
    padding: 26px 0;
    background: #f1f4fc;
    overflow: hidden;
    padding-bottom: 28px;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list .item {
    float: left;
    overflow: hidden;
    width: 360px;
    margin-left: 50px;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list .item a {
    display: block;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list .item a &gt; div.img {
    width: 118px;
    height: 88px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list .item a &gt; div.img img {
    display: block;
    width: 100%;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .news-question-list {
    padding: 11px 0;
    background: #ffffff;
    overflow: hidden;
    height: 305px;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .news-question-list .item {
    float: left;
    overflow: hidden;
    width: 360px;
    margin-left: 50px;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .news-question-list .item ul li {
    margin-top: 23px;
    font-size: 12px;
    overflow: hidden;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .news-question-list .item ul li:first-child {
    margin-top: 0;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .news-question-list .item ul li a {
    color: #333333;
    display: inline-block;
    width: 254px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .news-question-list .item ul li span {
    color: #b2b2b2;
    float: right;
    white-space: nowrap;
    width: 70px;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list .item a &gt; div.contents {
    float: right;
    width: 228px;
    padding-top: 0px;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list .item a &gt; div.contents .new-title {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 1px;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list .item a &gt; div.contents .border {
    width: 30px;
    height: 2px;
    background: #347b68;
    margin-top: 8px;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list .item a &gt; div.contents .time {
    font-size: 12px;
    margin-top: 8px;
    color: #b1b1b1;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list .item a &gt; div.contents .desc {
    font-size: 12px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 1px;
    margin-top: 10px;
}

.news-box .news-box-in .news-content .news-recommend .news-more {
    background: #FFFFFF;
    width: 100%;
    padding: 8px 0;
}

.news-box .news-box-in .news-content .news-recommend .news-more a {
    width: 108px;
    line-height: 31px;
    text-align: center;
    background: linear-gradient(258deg, #5fb258, #3c8977);
    margin: 0 auto;
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 15px;
    margin-top: -1px;
}

.news-box .news-box-in .news-content .goods-recommend {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-box .news-box-in .news-content .goods-recommend &gt; div {
    background: #fff;
}

.news-box .news-box-in .news-content .goods-recommend &gt; div .new-title {
    font-size: 14px;
    height: 40px;
    border-bottom: 1px solid #f0f0f0;
    color: #333333;
    padding-left: 20px;
    line-height: 40px;
    font-weight: bold;
}

.news-box .news-box-in .news-content .goods-recommend &gt; div.news-list .list {
    padding: 20px 20px;
}

.news-box .news-box-in .news-content .goods-recommend &gt; div.news-list .list ul li:first-child {
    margin-top: 0;
}

.news-box .news-box-in .news-content .goods-recommend &gt; div.news-list .list ul li {
    margin-top: 24px;
    font-size: 12px;
    overflow: hidden;
}

.news-box .news-box-in .news-content .goods-recommend &gt; div:last-child {
    margin-top: 11px;
}

/*new box end*/

/*search-nav*/
.bg {
    background: rgba(109, 198, 200, 0.05);
    background-image: url(/static/mall/images/bg_page.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position-y: 106px;*/
}

.m-crumbs {
    display: flex;
    margin-bottom: 0;
}

.m-crumbs li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
}

.u-crumbs-box .m-crumbs li .href-name, .u-crumbs-box .m-crumbs li .item-name, .u-crumbs-box .separator {
    color: #fff;
}

.u-filter {
    background: white;
    border: 1px solid #e1e1e1;
    border-top: 1px white;
}

.filter-item:first-of-type {
    border-top: 0;
}

.filter-item {
    margin: 0 46px;
    padding: 8px 0;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.ivu-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;

}

.iu-row {
    display: flex;
    align-items: center;
}

.f-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ivu-col-span-2 {
    display: block;
    width: 8.33333333%;
}

.ivu-col-span-22 {
    display: block;
    width: 91.66666667%;
}

.f-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-item .label {
    display: inline-block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #9da1a6;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ivu-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
}

.ivu-row:after, .ivu-row:before {
    content: "";
    display: table;
}

.ivu-row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

:after, :before {
    box-sizing: border-box;
}

.filter-item .option.active {
    color: #00b3b7;
}

.filter-item .option {
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    overflow: visible;
}

.filter-item .option .txt {
    display: inline-block;
    transition: color 0.3s, scale 0s;
}

.filter-item .option .option-more {
    display: inline-block;
    border: none;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 22px;
    line-height: 22px;
    color: #fff;
    border-radius: 14px;
}

.filter-item .ranger {
    line-height: 34px;
    white-space: nowrap;
}

.filter-item .ranger .ranger-input {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 24px;
    width: 30%;
    line-height: 34px;
    text-align: center;
}

.u-green1 {
    background: linear-gradient(
            93deg, #6dc8c4 0%, #72da94 100%);
}

.filter-item .ranger .ranger-button {
    margin-left: 6px;
    width: 54px;
    height: 24px;
    line-height: 24px;
    border: none;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    border-radius: 100px;
}

.saleItem {
    position: relative;
    display: inline-block;
    border-top: 4px solid #6dc6c8;
    width: 100%;
    height: 268px;
    padding: 0 25px;
    cursor: pointer;
    background: white;
    box-shadow: 0px 0px 20px 10px #f0ebeb;
    margin-bottom: 20px;
}

.ivu-icon-ios-arrow-down:before {
    content: "\f116";
}

.clo_sp {
    position: relative;
}

.tabs {
    padding-left: 65px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #9da1a6;
    /* margin-bottom: 30px; */
    height: 65px;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.clo_sp img {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0px;
    right: 0px;
}

.tabs span {
    padding: 4px 10px;
    color: #3c8977;
    font-size: 14px;
    border: 1px solid #3c8977;
    border-radius: 5px;
    margin-right: 12px;
    cursor: pointer;
}

.ivu-select-dropdown ul {
    margin-bottom: 0;
    padding-left: 0;
}

/** left */
.ivu-select-arrow {
    position: absolute;
}

.ivu-select-arrow:before, .ivu-select-arrow:after {
    position: absolute;
    content: '';
    border-left: 5px transparent dashed;
    border-top: 5px transparent dashed;
    border-right: 5px transparent dashed;
    border-bottom: 5px #fff solid;
}

.ivu-select-arrow:before {
    border-top: 5px #808695 solid;
}

.ivu-select-arrow:after {
    bottom: 1px; /*瑕嗙洊骞堕敊寮€1px*/
    border-top: 5px #fff solid;
}

.ivu-select-arrow {
    position: absolute;
    top: 44%;
    right: 18px;
    line-height: 1;
    transform: translateY(-50%);
    font-size: 14px;
    color: #808695;
    transition: all .2s ease-in-out;
}

.ivu-select-item-selected, .ivu-select-item-selected:hover {
    color: #00b3b7;
}

.ivu-select-single .ivu-select-selection .ivu-select-placeholder {
    color: #4a4a4a;
}

.m-crumbs li .separator {
    margin: 0 10px;
}

.m-crumbs {
    padding-left: 0;
}

.h-hide {
    display: none;
}

/*search-nav end*/
/*page-menu*/
.page-menu li {
    margin: 12px;
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-menu li &gt; dd {
    margin: 12px;
    width: 56px;
    height: 58px;
    background: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*page-menu end*/

/*page-nav*/
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #347c4d;
    border-color: black;
}

.page-link {
    color: black;
    background-color: #fff;
}

.pagination .page-item {
    margin-left: 8px;
}

.page-item .page-link {
    border-radius: 4px;
}

/*detail*/
.page-menu li {
    margin: 12px;
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bg {
    background: rgba(109, 198, 200, 0.05);
    background-image: url(/static/mall/images/bg_page.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /*background-position-y: 106px;*/
}

.u-crumbs-box {
    padding: 20px 0;
}

.g-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.m-crumbs {
    display: flex;
}

.m-crumbs li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
}

.m-crumbs li .separator {
    margin: 0 10px;
}

section {
    margin-bottom: 36px !important;
}

.ivu-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
}

.ivu-col-span-6 {
    display: block;
    width: 25%;
}

.section1 .left {
    background: linear-gradient(
            0deg, #f6fffe 0%, #f8fbfb 100%);
    height: 480px;
}

.section1 .left .avatar {
    display: block;
    margin: 30px auto 21px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 5px 6px 0px rgb(52 52 52 / 6%);
}

.section1 .left .name {
    text-align: center;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(34, 34, 34, 0.6);
}

.rate-bar {
    display: inline-block;
}

.rate-bar .star {
    width: 15px;
    height: 15px;
    margin-right: 2px;
}

.section1 .left .link-box a {
    margin: 12px auto 12px;
    display: block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: white;
    box-shadow: 2px 3px 7px 0px rgb(80 129 126 / 36%);
}

.section1 .left .link-box a img {
    vertical-align: middle;
    margin-right: 10px;
}

.section1 .left .list1 li {
    padding-left: 30px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    white-space: nowrap;
}

.ivu-col-span-18 {
    display: block;
    width: 75%;
}

.section1 .right {
    height: 480px;
    background: linear-gradient(
            0deg, #f5fafb 0%, #f8fbfb 100%);
}

.section1 .right .label-box {
    margin: 15px 40px 15px;
    font-size: 0;
}

.section1 .right .label-box .label-1 {
    font-size: 0;
}

.section1 .right .label-box .label-2 {
    float: right;
    font-size: 20px;
    line-height: 20px;
    color: #222222;
    display: flex;
    align-items: center;
}

.section1 .right .label-box .label-1 img {
    margin-right: 16px;
}

.section1 .right .label-box .label-2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 20px;
}

.section1 .right .label-box img {
    display: inline-block;
    width: 26px;
    height: 26px;
}

.section1 .right .label-box {
    margin: 15px 40px 15px;
    font-size: 0;
}

.section1 .right .text {
    height: 75px;
    margin: 0 42px -6px;
    font-size: 16px;
    color: #222;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}

.section1 .right .number {
    margin: 20px 40px 20px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.u-icon-btn span {
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
    height: 16px;
    vertical-align: middle;
}

.f-cb:after, .f-cbli li:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

:after, :before {
    box-sizing: border-box;
}

.ivu-col-span-8 {
    display: block;
    width: 33.33333333%;
}

.section1 .right .data {
    margin: 0 40px 30px;
    background: #e9f1f1;
    padding: 15px 40px 0;
}

.section1 .right .data dl {
    text-align: center;
    margin-bottom: 20px;
}

.section1 .right .data dl {
    text-align: center;
    margin-bottom: 20px;
}

.section1 .right .data dl dt {
    margin-bottom: 18px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.section1 .right .order {
    margin: 0 40px 28px;
}

.section1 .right .order .price-box {
    display: inline-block;
}

.section1 .right .order .price-box .price-label {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
}

.section1 .right .order .price-box .price-info {
    margin-top: 12px;
    height: 14px;
    font-size: 14px;
    color: #999999;
    line-height: 14px;
}

.section1 .right .order .order-box {
    float: right;
}

.u-green2 {
    background: linear-gradient(
            93deg, #3C8977 0%, #5FB258 100%);
}

.section1 .right .order .order-button {
    display: inline-block;
    padding: 0 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 40px;
    border-radius: 40px;
}

.section1 .right .order .order-button.disable {
    cursor: not-allowed;
    background: #b1b1b1;
    padding: 0 30px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
}

.section1 .right .order .order-box .order-info {
    margin-top: 19px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    text-align: right;
}

.section1 .right .order .price-box .price-number {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3c8977;
}

.section1 .right .order .price-box .price-number {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3c8977;
}

.section1 .right .order .price-box .price-number i {
    font-size: 32px;
}

.section1 .right .order .price-box .price-number .label {
    position: absolute;
    left: 106%;
    top: -9px;
    display: block;
    padding: 0 7px;
    white-space: nowrap;
    color: #f19e35;
    height: 25px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 5px;
}

.section1 .right .order .order-button.disable {
    cursor: not-allowed;
    background: #b1b1b1;
    padding: 0 30px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
}

/*璐︽埛淇℃伅*/
.section .info .hd {
    font-size: 18px;
    color: #222;
    text-align: center;
    margin-bottom: 36px;
}

.u-header-gray {
    background: #f7f8f9;
}

.u-header {
    line-height: 60px;
    height: 60px;
}

.f-flex {
    display: flex;
}

.section .info .hd span {
    cursor: pointer;
}

.section .info .hd .focus {
    color: #3e8c7b;
    font-size: 22px;
    background: #ededed;
}

.line-title p {
    margin-top: 14px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.line-title {
    margin: 25px auto;
    position: relative;
    text-align: center;
}

.line-title h2 {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #222;
    margin: 0 18px;
}

.section .info .bd {
    margin-top: 10px;
}

.section .info .bd .ivu-col {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 79px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-size: 16px;
    color: #8f8f8f;
    background: #fafafa;
}

.ivu-col-span-3 {
    display: block;
    width: 12.5%;
}

.ivu-col-span-21 {
    display: block;
    width: 87.5%;
}

.section3 .left {
    height: 784px;
    overflow-y: auto;
    padding: 10px 0;
    overflow-x: hidden;
}

.section3 .left li {
    position: relative;
    margin: 30px auto 62px;
    text-align: center;
}

.section3 .left li .img-box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #f7f8f9;
    border-radius: 50%;
    cursor: pointer;
}

.section3 .left li img {
    max-width: 32px;
    max-height: 32px;
}

.section3 .left li span {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #555555;
}

.section3 .right {
    padding: 20px;
    min-height: 784px;
    max-height: 784px;
    overflow: auto;
}

.section3 .right img {
    width: 100%;
    max-width: 100%;
}

.line-title img.rev {
    transform: rotate(
            180deg);
}

.label-type {
    width: 65px;
    height: 20px;
    margin-top: 4px;
    line-height: 20px;
    text-align: center;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 20px;
}

.label-type1 {
    background: #07c160;
}

.label-type2 {
    background: #07c160;
}

.label-type3 {
    background: #4896EC;
}

.label-type4 {
    background: #ff4906;
}

.label-type5 {
    background: #ff4906;
}
.label-type6{
background: #ff4906;
}.label-type7{
background: #ff4906;
}.label-type8{
background: #ff4906;
}.label-type9{
background: #ff4906;
}

.u-crumbs-box .m-crumbs li .href-name, .u-crumbs-box .m-crumbs li .item-name, .u-crumbs-box .separator {
    color: #fff;
}

.section3 .left li .img-box:hover {
    background: #cccbcb;
    transform: scale(1.1);
}

.u-panel {
    border: 1px solid #e1e1e1;
    background: #fff;
}

.question.border:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.question.border.close .content {
    display: none;
}

.question {
    position: relative;
}

.a-title.open {
    color: white;
    height: 50px;
    line-height: 50px;
    background: #3c8977;
}

.a-title {
    cursor: pointer;
    padding: 0 25px;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    height: 100px;
    line-height: 100px;
}

.a-title::before {
    content: "Q";
    display: inline-block;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #3c8977;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.a-title.open .switch {
    margin-top: 13px;
}

.a-title.open .icon {
    width: 26px;
    height: 26px;
    background-image: url(/static/mall/images/icon/icon_close.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.a-title.close .icon {
    width: 26px;
    height: 26px;
    background-image: url(/static/mall/images/icon/icon_open.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.a-title div {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: #3d8977;

}

.a-title .switch {
    float: right;
    margin-top: 38px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.a-title.close .content {
    display: none;
}

.question .content {
    display: flex;
    padding: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.question .content {
    padding: 20px 30px;
}

.question .content::before {
    flex-shrink: 0;
    content: "A";
    display: inline-block;
    margin-right: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: #ddd;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.u-title {
    position: relative;
    padding-left: 20px;
    font-size: 30px;
    line-height: 30px;
    color: #222;
    font-weight: 500;
    margin-bottom: 30px;
}

.u-title-link {
    position: absolute;
    right: 0;
    top: 5px;
    color: #999;
    font-size: 18px;
}

.saleItem::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 0;
    height: 4px;
    background: #5fb258;
    transition: width 1s;
}

.goods-tag {
    position: absolute;
    right: 0;
    top: 5px;
    color: #999;
    font-size: 18px;
    display: flex;
    font-size: 18px;
    flex-direction: row;
    align-items: center;
}

.goods-tag a {
    right: 0;
    top: 5px;
    color: #999;
    font-size: 18px;
}

.goods-tag div {
    border: 1px dashed #6dc6c8;
    text-align: center;
    padding: 0 5px;
    margin: 1px 10px;
    border-radius: 5px;
}

.goods-tag div a {
    font-size: 16px;
}

.collect {
    width: 26px;
    height: 26px;
}

.collect.icon_star_full {
    background-image: url(/static/mall/images/icon/icon_star_full.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.collect.icon_star {
    background-image: url(/static/mall/images/icon/icon_star.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*wxMsg*/
.u-dialog {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.u-modal-panel {
    position: relative;
}

.modal-weixin {
    width: 510px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px 20px;
}

.modal-weixin div {
    cursor: pointer;
    margin: 2px auto 6px;
}

.modal-weixin img {
    width: 170px;
}

.username {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}

.wx_code {
    text-align: center;
    color: #999999;
    font-size: 16px;
    margin-top: 14px;
}

/*payMsg*/
.modal-bg {
    padding: 106px 0 46px;
    width: 460px;
    min-height: 376px;
    background-color: #fff;
    background-image: url(/static/mall/images/bg_modal.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
}

.modal-bg .title {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.d-payment {
    margin: 120px 36px 0;
}

.d-payment .text {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 24px;
}

.d-payment .id {
    color: #3c8977;
}

.d-payment .f-between {
    margin: 45px auto 0;
}

.ivu-modal-close .ivu-icon-ios-close {
    font-size: 22px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: 1px;
}

.ivu-icon-ios-close:before {
    content: "X";
}

/*payqr*/
.modal-bg-payinfo {
    padding: 0;
    width: 460px;
    background-image: url(/static/mall/images/bg_modal_1.png);
    background-position: 0 -120px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
}

.modal-bg-payinfo .payitem {
    width: 460px;
    height: 122px;
    min-height: 76px;
    background-image: url(/static/mall/images/bg_modal_1.png);
    background-position: 0 -120px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    padding: 10px;
    margin: 10px auto;
    padding-bottom: 5px;
}

.modal-bg-payinfo .payitem .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0px auto 5px;
    color: #040c09;
}

.modal-bg-payinfo .payitem .payment {
    margin: 4px 36px 0;
}

.modal-bg-payinfo .payitem .payment div {
    margin: 2px;
    font-size: 14px;
}

.modal-bg-payinfo .payitem .payment .amount {
    display: flex;
    align-items: center;
}

.advice {
    position: relative;
    margin-top: 0px
}

.saleItem::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 0;
    height: 4px;
    background: #5fb258;
    transition: width 1s;
}

.goods-item-level-icon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*margin-top: -3px;*/
}
/*footer*/
.footer__right1 {
    display: flex;
    flex-direction: column;
}

.footer__right1 p {
    display: inline-block;
    margin: 10px 10px;
    width: 96px;
    text-align: center;
    font-size: 16px;
    color: #b9c1c5;
}

.footer__right1 img {
    width: 78px;
    height: 78px;
}

.imgflex &gt; p:first-child {
    margin-left: 0;
    margin-right: 0;
}

.frm {
    width: 360px;
}

.frm .form-item {
    display: flex;
    align-items: center;
}

.frm .form-item span {
    width: 80px;
    font-size: 14px;
}

.frm .form-item .input {
    height: 30px;
    font-size: 14px;
}
.frm .form-item textarea {
    font-size: 14px;
}

.frm .form-item .btn {
    height: 36px;
    line-height: 20px;
    color: white;
    width: 120px;
    font-weight: 800;
    margin-top: 10px;
}
.frm .form-item label {
    display:flex;line-height: 25px
}
.frm .form-item label div {
    margin-top: 0px;
}
.frm .form-item .interest {
    width: 100%;font-size: 13px;height: 23px;display: flex;justify-content: space-around;margin-top:4px
}

.frm .btn-info {
    color: #000;
    background-color: #398a78!important;
    border-color: #398a78!important;
}.frm .form-control {
     display: block;
     width: 100%;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: 0.25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }

#msgTips{
    position: fixed;
    top: 100px;
    left: calc(50% - 100px);
    z-index: 100;
    background: #398a78;
    width: 260px;
    height: 42px;
    border: 1px #398a78;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 5%);
    border-radius: 6px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    color: white;
    font-size: 13px;
}

.not-select{
    -moz-user-select:none; /*鐏嫄*/
    -webkit-user-select:none; /*webkit娴忚鍣�*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*鏃╂湡娴忚鍣�*/
    user-select:none;
    -webkit-touch-callout: none;
}</pre></body></html>