:root {
    --main-color: #f39801;
    --qz-main-color: var(--main-color);
    /*
    #var(--main-color1)*/
    --main-color1: #f39801;
    --main-color2: #ffa808;
    --main-color3: #e3bc74;
    --main-color4: #d4d4d4;
    --main-color5: #474747;

    --main-bg: #f39801;
    --main-bg1: #ffa808;
    --main-bg2: #e3bc74;
    --main-bg3: #c1871d;
    --new-color: var(--main-color);

    --btn-color10: #f39801;
    --max-width: 1300px;
}

a {
    TEXT-DECORATION: none;
    color: inherit;
}

body {
    background: #fafafa;
}
/*common base begin*/
.sz-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
::-webkit-scrollbar {
    width: 10px;
    height: 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb {
    width: 10px;
    height: 16px;
    border-radius: 10px;
    background: #d5d5d5;
}

.row-center{
    display: flex;
    align-items: center;
}
.col-left{
    display: flex;
    align-items: flex-start;
}

.all-center{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ht20{
    height: 20px;
}
.ht25{
    height: 25px;
}.ht30{
    height: 30px;
}.ht35{
    height: 35px;
}.ht50{
    height: 50px;
}.ht80{
    height: 80px;
}.ht100{
    height: 100px;
}
 .b-ra50{
     border-radius: 50%;
 }
 .c-h1{
     color: #878787;
 }
/*common base end*/

/*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: 1100px;
    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 > 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 > 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 > div.contents {
    float: right;
    width: 228px;
    padding-top: 0px;
}

.news-box .news-box-in .news-content .news-recommend .news-tab .recommend-list .item a > 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 > 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 > 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 > 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, var(--btn-color10), var(--main-color));
    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 > div {
    background: #fff;
}

.news-box .news-box-in .news-content .goods-recommend > 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 > div.news-list .list {
    padding: 20px 20px;
}

.news-box .news-box-in .news-content .goods-recommend > div.news-list .list ul li:first-child {
    margin-top: 0;
}

.news-box .news-box-in .news-content .goods-recommend > div.news-list .list ul li {
    margin-top: 24px;
    font-size: 12px;
    overflow: hidden;
}

.news-box .news-box-in .news-content .goods-recommend > 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;*/
    background: #171725;
}

.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: var(--main-color);
}

.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%);
}

.u-main1 {
    background: linear-gradient(93deg, #ffbd77, #fe8127);
}

.u-red1 {
    background: linear-gradient(93deg, var(--main-color2) 0%, var(--main-color3) 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 var(--main-color1);*/
    width: 100%;
    height: 268px;
    padding: 0 25px;
    cursor: pointer;
    background: white;
    box-shadow: 0 0 20px 10px #f0ebeb;
}

.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: var(--main-color);
    font-size: 14px;
    border: 1px solid var(--main-color);
    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: var(--main-color);
}

.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 > 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: var(--new-color);
    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;
}

.u-crumbs-box {
    padding: 20px 0;
}

.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, var(--main-color) 0%, var(--btn-color10) 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: var(--main-color);
}

.section1 .right .order .price-box .price-number {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--main-color);
}

.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;
}

.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: var(--main-color);
}

.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: var(--main-color);
    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;
}

.content {
    display: flex;
    padding: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.content {
    padding: 20px 30px;
}

.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: var(--btn-color10);
    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 var(--main-color1);
    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: 2;
}

.u-modal-panel {
    position: relative;
}

.modal-weixin {
    width: 570px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px 20px;
}

.modal-weixin div {
    cursor: pointer;
    margin: 0px auto 10px;
}

.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: var(--main-color);
}

.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: var(--btn-color10);
    transition: width 1s;
}

/*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 > p:first-child {
    margin-left: 0;
    margin-right: 0;
}

/*footer end*/
.fix-right {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 200px;
}

/*广告列表*/
.item___1QOzl {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 12px 4px rgb(0 0 0 / 5%);
    transition: all .2s;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}

.item___1QOzl .basic___1JDIS {
    position: relative;
    border-radius: 4px;
}


.item___1QOzl .basic___1JDIS .img___2Jyv1 {
    height: calc(13.8875vw - 48.05075px);
}

.item___1QOzl .basic___1JDIS .img___2Jyv1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 120px;
    height: 170px;
    object-fit: cover;
}

.item___1QOzl .basic___1JDIS .tag___1bku- {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    padding: 4px 12px;
    background: var(--main-color1);
    border-radius: 4px 10px 10px 0;
}

.item___1QOzl .basic___1JDIS .title___1ZyqD {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .48));
    padding: 8px 32px 8px 8px;
    height: 50px;
    line-height: 14px;
}

.item___1QOzl .basic___1JDIS .plus___2ii2J {
    position: absolute;
    bottom: 60px;
    right: 6px;
    width: 31px;
    height: 33px;
    z-index: 1;
}

.item___1QOzl .hover___3mtJv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .48);
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 0;
}

.item___1QOzl .hover___3mtJv .top-text___Twxlk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 8px 22px 0 6px;
}

.item___1QOzl .basic___1JDIS > ul {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
}

.item___1QOzl .basic___1JDIS > ul .active___2q-ml {
    background: var(--main-color1);
}

.item___1QOzl .basic___1JDIS > ul li {
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, .5);
    border: 1px solid #fff;
    border-right: none;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.item___1QOzl .detail___snTv3 {
    position: relative;
    padding: 6px 12px;
}

ol, ul {
    list-style: none;
}

.item___1QOzl .detail___snTv3 > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    color: rgba(34, 32, 38, .48);
}

.item___1QOzl .detail___snTv3 > li > span:nth-child(2) {
    flex: 1 1;
    color: #696969;
    width: auto;
    text-align: left;
}

.item___1QOzl .detail___snTv3 > li:last-child {
    padding-bottom: 0;
    justify-content: space-between;
    margin-bottom: 0;
}

.item___1QOzl .detail___snTv3 > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
}

.item___1QOzl .detail___snTv3 > li:last-child > span > strong {
    color: var(--main-color1);
    font-weight: 600;
    font-size: 23px;
}

.item___1QOzl .detail___snTv3 > li:last-child .ant-btn[disabled], .item___1QOzl .detail___snTv3 > li:last-child .ant-btn[disabled]:active, .item___1QOzl .detail___snTv3 > li:last-child .ant-btn[disabled]:focus, .item___1QOzl .detail___snTv3 > li:last-child .ant-btn[disabled]:hover {
    color: #999;
    border-color: #ddd;
    background: #ededed;
    text-shadow: none;
    box-shadow: none;
}

body .sz-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.item___1QOzl .basic___1JDIS .title___1ZyqD > span:nth-child(2) {
    margin-top: 6px;
    line-height: 1.1;
}

.item___1QOzl .basic___1JDIS .title___1ZyqD > span {
    display: inline-block;
    width: 100%;
}

.detail___snTv3 .ranger-button {
    margin-left: 6px;
    width: 88px;
    height: 28px;
    line-height: 24px;
    border: none;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    border-radius: 100px;
    background: var(--main-color1);
}

.Footer_footerContainer__3AKcM {
    color: #858e99;
    background: #282735
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- {
    padding: 60px 0 20px;
    font-size: 12px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_nav__3ESGX {
    padding-bottom: 8px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_title__5S8Zd {
    color: #fff
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_verticalContent__3JOV3 .Footer_title__5S8Zd {
    margin-bottom: 30px;
    font-size: 14px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_verticalContent__3JOV3 ul li {
    height: 20px;
    line-height: 20px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_verticalContent__3JOV3 ul li:not(:last-child) {
    margin-bottom: 8px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_contact__17PdT {
    margin-right: 24px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_contact__17PdT .Footer_contactInfo__1YYTJ > p {
    margin-bottom: 16px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_contact__17PdT .Footer_qrcodes__3eYys {
    margin-top: 42px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_contact__17PdT .Footer_qrcodes__3eYys > div:not(:last-child) {
    margin-right: 20px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_contact__17PdT .Footer_qrcodes__3eYys .Footer_pic__2Tlda {
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 8px;
    background-color: #fff;
    box-shadow: 8px 8px 20px 0 rgba(32, 38, 52, .1)
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_contact__17PdT .Footer_qrcodes__3eYys img {
    width: 86px;
    height: 86px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_friendlyLinks__2e9Pm {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(162, 172, 174, .3)
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_friendlyLinks__2e9Pm .Footer_title__5S8Zd {
    margin-right: 30px;
    flex-shrink: 0;
    align-self: baseline;
    line-height: 20px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_friendlyLinks__2e9Pm .Footer_links__yQ48R {
    line-height: 20px;
    flex-wrap: wrap
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_friendlyLinks__2e9Pm .Footer_links__yQ48R > a {
    margin-right: 12px;
    margin-bottom: 8px
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- .Footer_copyright__y4u4e {
    padding-top: 8px;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.Footer_footerContainer__3AKcM .Footer_footerContent__K0PC- a:hover {
    color: #3eb9ba
}

.Footer_footerContainer__3AKcM .Footer_footer-banner-container__1Xg9a {
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    background: linear-gradient(315deg, rgba(0, 198, 143, .8), rgba(62, 185, 186, .8))
}

.Footer_footerContainer__3AKcM .Footer_footer-banner-container__1Xg9a .Footer_button__yAtz- {
    outline: none;
    background-color: transparent;
    background: linear-gradient(180deg, #f1f3f9, #fff);
    box-shadow: 8px 8px 20px 0 rgba(32, 38, 52, .1);
    margin: 0 25px 0 30px;
    border: 2px solid #fff;
    padding: 0 16px;
    height: 24px;
    text-align: center;
    color: #888;
    border-radius: 12px;
    font-size: 13px
}

.Footer_footerContainer__3AKcM .Footer_footer-banner-container__1Xg9a
.Footer_button__yAtz-:hover {
    color: #47bcbd
}


:root {
    --swiper-theme-color: #007aff
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

ul li {
    list-style: none
}

html {
    box-sizing: border-box;
    height: 100%;
    font-size: 1rem;
}

*, :after, :before {
    box-sizing: inherit
}

body {
    font-family: PingFang SC, SourceHanSanCN, Msyh, Arial;
    color: #333;
    font-size: 16px
}

::selection {
    background: var(--main-color);
    color: #fff;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

input:-webkit-autofill {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.inline-block {
    display: inline-block
}

.margin-t10 {
    margin-top: 10px
}

.margin-t12 {
    margin-top: 12px
}

.margin-t20 {
    margin-top: 20px
}

.font-weight-3 {
    font-weight: 300
}

.font-weight-4 {
    font-weight: 400
}

.font-weight-5 {
    font-weight: 500
}

.font-weight-6 {
    font-weight: 600
}

.font-14xl {
    font-size: 42px
}

.font-7xl {
    font-size: 28px
}

.font-6xl {
    font-size: 26px
}

.font-5xl {
    font-size: 24px
}

.font-4xl {
    font-size: 22px
}

.font-3xl {
    font-size: 20px
}

.font-2xl {
    font-size: 18px
}

.font-xl {
    font-size: 16px
}

.font-l {
    font-size: 14px
}

.font-m {
    font-size: 12px
}

.font-s {
    font-size: 10px
}

.row-flex, .row-flex-baseline, .row-flex-center, .row-flex-end, .row-flex-start, .row-flex-wrap {
    display: flex;
    flex-direction: row;
    min-width: 0
}

.column-flex, .column-flex-baseline, .column-flex-center, .column-flex-end, .column-flex-start, .column-flex-wrap {
    display: flex;
    flex-direction: column;
    min-height: 0
}

.row-flex-reverse {
    flex-direction: row-reverse
}

.column-flex-reverse {
    flex-direction: column-reverse
}

.column-flex-center {
    align-items: center;
    min-height: 0
}

.column-flex-center, .row-flex-center {
    align-items: center
}

.column-flex-baseline, .row-flex-baseline {
    align-items: baseline
}

.column-flex-start, .row-flex-start {
    align-items: flex-start
}

.column-flex-end, .row-flex-end {
    align-items: flex-end
}

.column-flex-wrap, .row-flex-wrap {
    flex-wrap: wrap;
    align-items: flex-start
}

.jc-center {
    justify-content: center
}

.jc-start {
    justify-content: flex-start
}

.jc-end {
    justify-content: flex-end
}

.jc-space {
    justify-content: space-between
}

.jc-around {
    justify-content: space-around
}

.align-content-start {
    align-content: flex-start
}

.flex1 {
    flex: 1 1
}

.flex2 {
    flex: 2 1
}

.flex3 {
    flex: 3 1
}

.flex4 {
    flex: 4 1
}

.flex5 {
    flex: 5 1
}

.flex7 {
    flex: 7 1
}

.no-shrink {
    flex-shrink: 0
}

.shrink-1 {
    flex-shrink: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-basic-auto {
    flex-basis: auto
}

.pos-relative {
    position: relative
}

.pos-absolute, .pos-absolute-full, .pos-lb, .pos-lt, .pos-rb, .pos-rt {
    position: absolute
}

.pos-fixed, .pos-fixed-full {
    position: fixed
}

.pos-absolute-full, .pos-fixed-full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.pos-lt {
    top: 0;
    left: 0
}

.pos-rt {
    top: 0;
    right: 0
}

.pos-lb {
    bottom: 0;
    left: 0
}

.pos-rb {
    bottom: 0;
    right: 0
}

.content-full, .content-w-full {
    width: 100%
}

.content-full, .content-h-full {
    height: 100%
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-wrap {
    word-wrap: break-word;
    word-break: break-all
}

.scroll-y {
    overflow-y: auto
}

.scroll-x {
    overflow-x: auto
}

.scroll-native, .scroll-xy {
    overflow: auto
}

.scroll-hidden {
    overflow: hidden
}

.scroll-native {
    -webkit-overflow-scrolling: touch
}

.br-2 {
    border-radius: 2px
}

.br-circle {
    border-radius: 50%
}

.cursor-pointer {
    cursor: pointer
}

.cursor-move {
    cursor: move
}

.cursor-disabled {
    pointer-events: none
}

.cursor-not-allowed {
    cursor: not-allowed
}

.select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none
}

.white-bg-box {
    background: #fff;
    border-radius: 12px
}

.five-line-ellipsis, .four-line-ellipsis, .line-ellipsis, .three-line-ellipsis, .two-line-ellipsis {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.two-line-ellipsis {
    -webkit-line-clamp: 2
}

.three-line-ellipsis {
    -webkit-line-clamp: 3
}

.four-line-ellipsis {
    -webkit-line-clamp: 4
}

.five-line-ellipsis {
    -webkit-line-clamp: 5
}

.index-box-tag-line {
    width: 88px;
    height: 4px;
    background: #f39801;
    margin-top: 14px;
    border-radius: 2px;
}

.news-body {
    background: #f8f4eb;
}

@media(min-width: 768px) {
    .index-box1 .index-box-content{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }.index-box2 .index-box-content{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .index-box .index-box-top, .index-box .index-box-content,.index-box4 .index-box-main,.index-box5 .index-box-main{
        min-width: 1100px;
        width: 1100px;
    }
    .index-box0 {
        min-width: 1100px;
        width: 1100px;
    }
    body {
        min-width: 1200px
    }
    .SectionLayouts_commonPadding__397du {
        width: 1100px;
        margin: 0 auto
    }

    .g-container {
        position: relative;
        width: 1100px;
        margin: 0 auto;
    }

    .index-box2 .index-box-content .index-content-item {
        display: flex;
        justify-content: flex-start;
        margin: 0 12px;
        width: 47%;
        height: 380px;
        flex-direction: column;
    }
}

@media(max-width: 768px){
    html{
        font-size: 16px;
    }
    body{
        /*width: 100vw;*/
    }
    .home .site-logo{
        width: 100px;
        height: 52px;
    }
    .home .top-bg{
        /*height: 35rem;*/
        width: 100%;
    }
    .home .header-member-link-c{
        width: 10rem !important;
        height: 2.5rem !important;
    }

    .index-box0 .index-box-right img{
        width: 160px;
    }
    .index-box1 .index-content-item{
        width: 21rem;
        margin-bottom: 1.5rem !important;
    }
    .index-box2 .index-box-content .index-content-item{
        /*width: 30%;*/
    }
    .index-box4 .index-box-title{
        font-size: 1.5rem;
    }
    .index-box4 .index-content-tg3{
        width: 21.1rem;
    }
    .index-box4 .index-box-right{
        display: none;
    }
    .index-box4{
        padding: 20px;
    }
    .index-box5 .index-box-left{
        display: none;
    }
    .index-news-box{
        width: 20rem;
        font-size: 0.5rem;
    }
    .Footer_footerContainer__3AKcM{
        width: 100%;
    }

    .header__nav {
        /* margin-left: 60px; */
        height: 76px;
        line-height: 106px;
        padding: 0;
        display: flex;
        flex-grow: 4;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
}


