.base-detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
    width: 8.8542rem/* 1700/192 */
    ;
    display: flex;
    justify-content: center;
    height: 3.5417rem/* 680/192 */
    ;
    margin-left: .5208rem/* 100/192 */
    ;
    background: rgba(255, 255, 255, 0.4);
    flex-wrap: wrap;
    align-items: center;
}

.item_top {
    width: 7.2917rem/* 1400/192 */
    ;
    height: 1.5625rem/* 300/192 */
    ;
    background: #FAFAFB;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.item_bottom {
    width: 6.25rem/* 1200/192 */
    ;
    height: 1.0417rem/* 200/192 */
    ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-image: url("../img/mxsy/bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 .3646rem/* 70/192 */
    0 1.8229rem/* 350/192 */
    ;
}

.v-item {
    width: 2.2917rem/* 440/192 */
    ;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.v-item>.title {
    display: inline-block;
    font-size: .0938rem/* 18/192 */
    ;
    height: .125rem/* 24/192 */
    ;
    line-height: .125rem/* 24/192 */
    ;
    font-weight: bold;
    color: #DA2808;
}

.v-item>.title::before {
    content: "";
    display: inline-block;
    width: .026rem/* 5/192 */
    ;
    height: .125rem/* 24/192 */
    ;
    background-color: #DA2808;
    margin-right: 15px;
    vertical-align: bottom;
}

.v-item>.v-swiper {
    width: 100%;
    height: 1.3021rem/* 250/192 */
    ;
}

.v-box {
    width: 2.2917rem/* 440/192 */
    !important;
    height: 1.3021rem/* 250/192 */
    !important;
}

.prev-arrow1,
.prev-arrow2,
.prev-arrow3 {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 13px;
    filter: grayscale(1);
    transform: rotate(180deg);
    background-image: url("../img/arrow-active.png");
    top: .1302rem/* 25/192 */
    ;
    right: .1563rem/* 30/192 */
    ;
    cursor: not-allowed;
}

.next-arrow1,
.next-arrow2,
.next-arrow3 {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 13px;
    filter: grayscale(1);
    background-image: url("../img/arrow-active.png");
    top: 26px;
    right: 5px;
    cursor: not-allowed;
}

.arrow-active {
    filter: unset !important;
    cursor: pointer !important;
}

.mxsy-item {
    display: flex;
    flex-direction: column;
    width: .4167rem/* 80/192 */
    ;
    height: .5469rem/* 105/192 */
    ;
    font-size: .0938rem/* 18/192 */
    ;
    color: #515050;
    line-height: .125rem/* 24/192 */
    ;
    text-align: center;
    cursor: pointer;
}

.mxsy-item span {
    margin-top: .0521rem/* 10/192 */
    ;
}

.mxsy-item>img {
    width: .3125rem/* 60/192 */
    ;
    height: .3125rem/* 60/192 */
    ;
    display: block;
    margin: 0 auto;
}