/* ------------- 修改原样式 ------------- */
.el-header {
    height: 60px !important;
    box-shadow: none;
    padding: 0 20px 0 0 !important;
}

.el-aside::-webkit-scrollbar {
    display: none;
}

.el-aside {
    box-shadow: 2px 2px 4px 0px rgba(0, 19, 112, 0.16);
    background-color: #fff;
    overflow-y: scroll;
    width: 72px !important;
    transition: .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -ms-transition: .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: .5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.el-menu-item i {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-top .el-menu-item {
    padding: 0 !important;
}

.el-aside:hover {
    width: 190px !important;
    transition: .4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: .4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: .4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -ms-transition: .4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: .4s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.el-aside:hover i {
    flex-shrink: initial;
    width: auto;
}

.el-aside:hover .el-menu-item {
    padding-left: 15px !important;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.menu-top {
    background-color: #fff !important;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu-top:nth-of-type(2) {
    margin-top: 0;
}

.menu-top li {
    background-color: #fff !important;
}

.menu-top li span {
    color: #333;
}

.main-content {
    padding: 40px 20px 20px 20px;
    gap: 20px;
}

.statistics-box {
    padding: 0;
    overflow: hidden;
    margin-top: 20px;
    width: 50%;
}

.product-list-box {
    padding: 0;
    margin-top: 20px;
    overflow: overlay;
}

.info-box {
    height: 200px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 20px 25px;
    background: url('/home/template/pc/shiwai-s3/img/shiwai-home/Group-223.png') no-repeat center;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.el-menu-item.is-active i {
    color: #3D76FF;
}

.el-menu-item.is-active span {
    color: #3D76FF;
}

.line {
    margin: 20px 0;
    border: 1px solid #C6CDDC;
    width: 100%;
    opacity: 1;
}

.aside-menu-text {
    margin-left: 15px;
}

.el-dropdown-menu__item,
.el-menu-item {
    padding: 0 15px;
}

.name-first {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 65px;
    height: 65px;
    background: url('/home/template/pc/shiwai-s3/img/shiwai-home/headPortrait.png') no-repeat center !important;
    background-size: cover;
}

.info-second {
    display: none;
}

.info-box .divider-box {
    display: none;
}

.info-three .compny-box .right-text .certify-id,
.info-three .person-box .right-text .certify-id {
    display: none;
}
.certify-id{
    display: flex;
}

.info-first {
    height: auto;
    flex: 0.3;
    white-space: nowrap;
}

.name-box {
    align-items: flex-start;
    justify-content: space-around;
    gap: 15px;
}

.name {
    color: #386CFD;
    font-size: 13px;
    display: inline-table;
    font-weight: 400;
    background: #D1E3FF;
    border-radius: 2px 2px 2px 2px;
    padding: 0px 5px;
}

.hello {
    font-size: 20px;
    color: #30386C;
}

.name .id-text {
    color: #386CFD;
    font-size: 13px;
}

.info-three {
    display: flex;
    flex-direction: row;
    row-gap: 0.04rem;
    align-items: center;
    flex: 0.7;
}

.statistics-box {
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
}

.statistics-box .title-text {
    margin-bottom: 0;
    color: #222222;
    font-size: 17px;
    font-weight: 500;
}

.statistics-top .statistics-credit {
    padding: 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.statistics-top .statistics-credit::after {
    content: "";
    position: absolute;
    background-image: repeating-linear-gradient(to bottom, #E5E8EF, #E5E8EF 4px, transparent 0px, transparent 9px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4px;
    height: 100%;
}

.order-box {
    display: none;
}

.money-box {
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
}

.statistics-top {
    padding: 0;
    flex: 0.35;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.statistics-bottom {
    flex-direction: column;
    flex: 0.65;
    align-items: center;
    height: 100%;
    padding: 0;
}

.statistics-top .statistics-credit {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.statistics-top .statistics-credit .credit-money {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.statistics-top .statistics-credit .credit-money .shiwais3-cashCoupon {
    display: flex;
    align-items: center;
    color: #4E5771;
    font-size: 16px;
    gap: 5px;
}

.statistics-top .statistics-credit .credit-money .shiwais3-cashCoupon p {
    color: #386CFD;
    font-size: 18px;
    margin-left: 5px;
}

.statistics-top .statistics-credit .credit-money .credit-num {
    display: flex;
    align-items: flex-end;
    color: #4E5771;
    font-size: 30px;
    font-weight: 500;
    line-height: 0.5;
    gap: 5px;
}

.statistics-top .statistics-credit .credit-money .credit-num p {
    font-size: 16px;
}

.statistics-top .statistics-credit .credit-money .recharge-btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 85px;
    height: 32px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.statistics-top .statistics-credit .credit-money .recharge-btn:hover {
    background: #4d8afc;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.statistics-top .statistics-credit .credit-title div {
    font-size: 18px;
    color: #4E5771;
}

.statistics-bottom-right {
    position: relative;
    z-index: 1;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
}

.green-bg {
    background: linear-gradient(90deg, #01F9FF 0%, #106AFF 100%);
    width: 23px;
    height: 15px;
}

.grey-bg {
    background: #CEE1FF;
    width: 23px;
    height: 15px;
}

.money-month div,
.money-total div {
    display: flex;
    align-items: center;
}

.money-month div span {
    color: #646B90;
}

.left-box {
    width: 70%;
}

.right-box {
    width: 30%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-list-box {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.product-list-box .title-text {
    padding: 15px 20px;
    border-bottom: 1px solid #EDF0F7;
    color: #222222;
    font-size: 17px;
    font-weight: 500;
}

.goods-table thead tr td {
    color: #646B90;
}

.no-product {
    padding-bottom: 50px;
    margin-top: 50px;
}

.no-product img {
    width: 200px;
    height: 200px;
}

.no-product .el-button {
    background-color: #386CFD;
    margin: 0 auto;
    width: 110px;
    height: 34px;
    border-radius: 3px;
    font-size: 16px;
}

.no-product p {
    margin: 0 0 20px 0;
    color: #646B90;
    font-size: 16px;
}

.goods-table thead tr td {
    font-size: 15px;
}

.right-box {
    padding: 0;
}

.recommend-box {
    margin: 0;
    padding: 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
}

.notice-box {
    padding: 0;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    margin-top: 0;
}

.notice-box .WorkOrder-title {
    padding: 15px 20px;
    border-bottom: 1px solid #EDF0F7;
    color: #222222;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

.WorkOrder-content {
    border: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}

.notice-time {
    color: #5D6681;
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
}

.notice-item {
    border-left: none !important;
    padding-left: 0;
    margin-bottom: 0 !important;
}

.notice-title {
    font-size: 14.5px;
    color: #5D6681;
    padding-left: 10px;
    border-left: 1.5px solid #3699FF;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-item .notice-item-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
}

.el-header {
    left: 0;
    width: 100%;
}

.menu-top .el-menu-item:hover {
    background: #d0e1fc !important;
}

.menu-top .el-menu-item:hover span {
    color: #3D76FF;
}

.menu-top .el-menu-item.is-active::after {
    display: none;
}

.iconfont {
    font-size: 18px;
}


.shiwais3-logo a {
    width: 100%;
}

.money-num {
    font-weight: 500;
    font-size: 16px;
    color: #646B90;
}

.percent-box-green {
    display: none;
}

/* ------------- 新增盒子或类修改 ------------- */
* {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14.5px;
    box-sizing: border-box;
    text-decoration: none;
}

.shiwais3-logo {
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 2px 4px 0px rgba(0, 19, 112, 0.16) !important;
}



.shiwais3-logo img {
    width: 90%;
    height: 60px;
    margin: 0;
}

.shiwais3-time {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.shiwais3-time .shiwais3-time-text {
    display: flex;
    align-items: center;
    color: #646B90;
    font-size: 13px;
}

.shiwais3-time .shiwais3-time-text p {
    color: #386CFD;
    font-size: 13px;
}

.shiwais3-surround {
    display: flex;
    align-items: center;
}

.shiwais3-authentication {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.shiwais3-authentication .shiwais3-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.shiwais3-authentication .shiwais3-item .shiwais3-authenticatedText {
    white-space: nowrap;
}

.shiwais3-authentication .shiwais3-item .shiwais3-authenticatedText span {
    color: #30386C;
}

.shiwais3-authentication .shiwais3-item .shiwais3-authenticatedText .shiwais3-already {
    color: #30386C;
}

.shiwais3-authentication .shiwais3-item .shiwais3-authenticatedText .shiwais3-not {
    color: #386CFD;
    display: flex;
    cursor: pointer;
}
.shiwais3-authentication .shiwais3-item .shiwais3-authenticatedText a{
    display: block;
    color: #386CFD !important;
    cursor: pointer;
}
.shiwais3-authentication img {
    width: 43px;
    height: 43px;
}

.shiwais3-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #EDF0F7;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.shiwais3-order .shiwais3-classification {
    display: flex;
    align-items: center;
    gap: 30px;
}

.shiwais3-order .shiwais3-classification a {
    color: #646B90;
}

.shiwais3-order .shiwais3-classification a:hover {
    color: #386CFD;
}

#chart-panel {
    position: absolute;
    top: -50px;
    transform: scale(0.8);
}

.shiwais3-generalOverview {
    display: flex;
    gap: 20px;
}

.shiwais3-statistics {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    width: 50%;
}

.shiwais3-statistics .shiwais3-title-text {
    color: #222222;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 20px;
    border-bottom: 1px solid #EDF0F7;
}

.shiwais3-statistics .shiwais3-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 20px;
    gap: 20px;
    align-items: center;
    height: 80%;
}

.shiwais3-statistics .shiwais3-box .shiwais3-itemunified {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    color: #4E5771;
    border-radius: 4px 4px 4px 4px;
    height: 75%;
}

.shiwais3-statistics .shiwais3-box .shiwais3-itemunified .tbname {
    font-size: 15px;
}

.shiwais3-statistics .shiwais3-box .shiwais3-itemunified img {
    width: 0.4rem;
    height: 0.4rem;
}

.shiwais3-statistics .shiwais3-box .shiwais3-itemunified:nth-of-type(1) {
    background: linear-gradient(90deg, #EEF2FE 0%, #EFF1FE 100%);
}

.shiwais3-statistics .shiwais3-box .shiwais3-itemunified:nth-of-type(2) {
    background: linear-gradient(90deg, #EEFBF8 0%, #E0F9F2 100%);
}

.shiwais3-statistics .shiwais3-box .shiwais3-itemunified:nth-of-type(3) {
    background: linear-gradient(90deg, #EDF8F9 0%, #E7F7FF 100%);
}

/* 推荐产品 */
.shiwais3-recommendedProducts {
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
}

.shiwais3-recommendedProducts .shiwais3-title-text {
    padding: 15px 20px;
    border-bottom: 1px solid #EDF0F7;
    color: #222222;
    font-size: 17px;
}

.shiwais3-recommendedProducts .shiwais3-productDistribution {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px;
    gap: 30px;
}

.shiwais3-recommendedProducts .shiwais3-productDistribution .shiwais3-itemProduct {
    background: linear-gradient(90deg, #EEF2FE 0%, #EFF1FE 100%);
    border-radius: 4px 4px 4px 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #30386C;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.shiwais3-recommendedProducts .shiwais3-productDistribution .shiwais3-itemProduct:hover {
    opacity: 0.75;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.shiwais3-recommendedProducts .shiwais3-productDistribution .shiwais3-itemProduct img {
    width: 45px;
    height: 45px;
}

/* 联系我们 */
.shiwais3-contactUs {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
}

.shiwais3-contactUs .title-text {
    padding: 15px 20px;
    border-bottom: 1px solid #EDF0F7;
    color: #222222;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

.shiwais3-contactUs .shiwais3-contactText {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    justify-content: center;
    gap: 40px;
}

.shiwais3-contactUs .shiwais3-contactText .shiwais3-leftText {
    display: flex;
    flex-direction: column;
}
.shiwais3-qrCode{
    width: auto;
    height:auto;
}
.shiwais3-qrCode img{
    width: 140px;
}

.shiwais3-contactUs .shiwais3-contactText .shiwais3-leftText span {
    color: #222222;
    font-size: 20px;
    margin-bottom: 20px;
}

.shiwais3-contactUs .shiwais3-contactText .shiwais3-leftText p {
    color: #5D6681;
    font-size: 14px;
    line-height: 24px;
}


@media (max-width: 768px) {
    * {

        font-size: 3.5vw;
    }

    .shiwais3-logo img {
        display: none;
    }

    .main-content{
        padding-top: 43px !important;
    }

    .el-header {
        height: 15vw !important;
        padding: 0 5vw !important;
    }

    .el-menu-item i {
        width: auto;
    }

    .menu-top {
        padding: 0 5vw;
        margin-top: 5vw;
        gap: 1vw;
    }

    .drawer-menu-list-top {
        margin-top: 0 !important;
    }

    .drawer-menu {
        background-color: #fff;
    }

    .drawer-menu-logo {
        width: 70% !important;
    }

    .drawer-menu-top {
        width: 100% !important;
        height: 15vw !important;
    }

    .aside-menu-text {
        margin-left: 4vw;
        font-size: 3.5vw;
        line-height: 6vw;
    }

    .shiwais3-time {
        display: none;
    }

    .info-box {
        height: auto;
        width: 100%;
        padding: 5vw;
    }

    .left-box {
        width: 100%;
    }

    .shiwais3-surround {
        flex-direction: column;
    }

    .shiwais3-authentication {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 7vw 0;
    }

    .shiwais3-authentication .shiwais3-item {
        gap: 1vw;
        justify-content: normal;
    }

    .info-three {
        margin-top: 10vw !important;
    }

    .info-first {
        width: 100%;
    }

    .shiwais3-authentication img {
        width: 10vw;
        height: 10vw;
    }

    .hello {
        font-size: 5vw;
        overflow: visible;
    }

    .name {
        font-size: 3vw;
        padding: 0.5vw 1vw;
    }

    .name-box {
        gap: 3vw;
    }

    .shiwais3-generalOverview {
        flex-direction: column;
        gap: 0;
    }

    .statistics-box {
        margin-top: 5vw;
        width: 100%;
    }

    .shiwais3-order {
        padding: 3vw 5vw;
    }

    .statistics-box .title-text {
        font-size: 4.5vw;
    }

    .shiwais3-order .shiwais3-classification {
        gap: 5vw;
    }

    .money-box {
        padding: 5vw;
        flex-direction: column;
    }

    #chart-panel {
        position: initial;
        width: 50vw !important;
        height: 50vw !important;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .statistics-top {
        width: 100%;
    }

    .statistics-top .statistics-credit .credit-title div {
        font-size: 4vw;
    }

    .statistics-top .statistics-credit .credit-money .credit-num {
        font-size: 7vw;
        gap: 1vw;
    }

    .statistics-top .statistics-credit .credit-money .credit-num p {
        font-size: 3.5vw;
    }

    .statistics-bottom-right {
        gap: 3vw;
        margin-left: 0;
        width: 100%;
        justify-content: space-around;
    }

    .statistics-bottom {
        width: 100%;
    }

    .green-bg {
        width: 6vw;
        height: 4vw;
    }

    .type-box {
        margin-right: 1vw;
    }

    .grey-bg {
        width: 6vw;
        height: 4vw;
    }

    .money-num {
        font-size: 3.5vw;
    }

    .shiwais3-statistics {
        margin-top: 5vw;
        width: 100%;
    }

    .shiwais3-statistics .shiwais3-title-text {
        font-size: 4.5vw;
        padding: 3vw 5vw;
    }

    .shiwais3-statistics .shiwais3-box {
        padding: 5vw;
        gap: 2vw;
        height: 80%;
    }

    .shiwais3-statistics .shiwais3-box .shiwais3-itemunified {
        padding: 3vw;
        gap: 2vw;
        height: 100%;
    }

    .shiwais3-statistics .shiwais3-box .shiwais3-itemunified img {
        width: 6vw;
        height: 6vw;
    }

    .shiwais3-statistics .shiwais3-box .shiwais3-itemunified .tbname {
        font-size: 3.5vw;
    }

    .shiwais3-recommendedProducts {
        margin-top: 5vw;
    }

    .shiwais3-recommendedProducts .shiwais3-title-text {
        font-size: 4.5vw;
        padding: 3vw 5vw;
    }

    .shiwais3-recommendedProducts .shiwais3-productDistribution {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 4vw;
        gap: 2vw;
    }

    .shiwais3-recommendedProducts .shiwais3-productDistribution .shiwais3-itemProduct img {
        width: 10vw;
        height: 10vw;
    }

    .product-list-box .title-text {
        font-size: 4.5vw;
        padding: 3vw 5vw;
    }

    .goods-box {
        /* margin: 4vw; */
        
    }

    .goods-table {
        background: #F0F3FB;
    }

    .goods-box {
        border: 1px solid #E8ECF4;
    }

    .goods-table thead tr td {
        font-size: 3.5vw;
        height: 10vw;
    }

    .no-product img {
        width: 40vw;
        height: 40vw;
    }

    .no-product p {
        margin: 0 0 7vw 0;
        color: #646B90;
        font-size: 3.5vw;
    }

    .no-product .el-button {
        width: 27vw;
        height: 8vw;
        font-size: 3.5vw;
    }

    .right-box {
        width: 100%;
        gap: 5vw;
        margin: 0;
    }

    .recommend-box img {
        width: 50vw;
        height: 45vw;
    }

    .recommend-box {
        padding: 5vw;
    }

    .recommend-text {
        margin-top: 3vw;
        font-size: 3.5vw;
        height: 10vw;
        line-height: 10vw;
    }

    .shiwais3-contactUs .title-text {
        font-size: 4.5vw;
        padding: 3vw 5vw;
    }

    .shiwais3-contactUs .shiwais3-contactText {
        padding: 5vw;
        gap: 5vw;
        flex-direction: column;
    }

    .shiwais3-contactUs .shiwais3-contactText .shiwais3-leftText span {
        color: #222222;
        font-size: 4.5vw;
        margin-bottom: 5vw;
    }

    .shiwais3-contactUs .shiwais3-contactText .shiwais3-leftText p {
        color: #5D6681;
        font-size: 3.5vw;
        text-align: center;
        line-height: 6vw;
    }

    .notice-box .WorkOrder-title {
        font-size: 4.5vw;
        padding: 3vw 5vw;
    }

    .WorkOrder-content {
        gap: 1vw;
        padding: 5vw 0;
    }

    .notice-item .notice-item-left {
        padding: 3vw 5vw;
    }

    .notice-title {
        font-size: 3.2vw;
        padding-left: 3vw;
    }

    .notice-time {
        font-size: 3.1vw;
    }

    .shiwais3-recommendedProducts .shiwais3-productDistribution .shiwais3-itemProduct{
        padding: 2vw;
    }
}