
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {

    max-width: 100%;

    height: auto;

}

.imgShow {
    display: none;
    margin: 12px 0 20px;
}

.active {
    display: block;
}

.content {
    margin-top: 80px;
    padding: 20px 16px;
    position: relative;
}

.content #nav {
    display: flex;
    flex-wrap: wrap;
}

.content #nav .liShow {
    color: #E70012;
    border-bottom: 2px solid #E70012;
    padding-bottom: 7px;
}

.content #nav li {
    margin-right: 32px;
    color: #979797;
    font-size: 16px;

}

.content .lablelist {
    display: flex;
    flex-wrap: wrap;
    vertical-align: top;
    width: 100%;
}

.content .lablelist.web {
    display: none;
}

.content .lablelist .imgShow_lable {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
}

.content .lablelist .imgShow_lable_item {
    padding: 0 8px;
    cursor: pointer;
    font-size: 14px;
    height:30px;
    line-height: 30px;
    margin: 3px;
    color: #979797;
    border-radius: 4px;
    border: 1px solid #979797;
}

.content .lablelist .imgShow_lable .active {
    position: relative;
    right: 0;
    bottom: 0;
    border: #E70012 1px solid;
    color: #E70012;
}

.lablelist .imgShow_lable .active:after {
    content: "";
    width: 3px;
    height: 7px;
    position: absolute;
    right: 2px;
    bottom: 3px;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(38deg);
}

.lablelist .imgShow_lable .active:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border: 8px solid #E70012;
    border-top-color: transparent;
    border-left-color: transparent;
}

.content .lablelist .imgShow_lable_input {
    border: #979797 1px solid;
    padding: 0 16px;
    width: 55px;
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
    border-radius: 4px;
}

.content .lablelist .imgShow_lable_items {
    padding: 6px;
    height: 32px;
    cursor: pointer;
    width: 105px;
    float: left;
    color: #979797;
    border-radius: 4px;
    border: 1px solid #979797;
    font-size: 12px;
    margin: 0 6px 6px 0;
}

.content .lablelist .imgShow_lable_items img {
    float: left;
    margin-right: 8px;
}

.content .lablelist .weixin {
    margin-right: 0;
}

.content .lablelist label {
    color: #979797;
    font-size: 12px;
    float: left;
    line-height: 50px;
    width: 60px;
    text-align: left;
}

.content .lablelist span {
    line-height: 30px;
    font-size: 12px;
    color: #979797;
}

.content .modelshow table {
    border: #E6F3F5 1px solid;
    text-align: center;
    color: #979797;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 12px 0;
    width: 100%;
}

.content .modelshow table th {
    color: #2B7C8B;
    border: none;
    font-size: 12px;
    padding: 0 6px;
}

@media screen and (max-width: 370px) {
    .content .modelshow table th {
        padding: 0;
    }
}

.content .modelshow table td {
    color: #979797;
    border: none;
    font-size: 12px;
    line-height: 25px;
    padding: 0 6px;
}

@media screen and (max-width: 370px) {
    .content .modelshow table td {
        padding: 0;
    }
}

.content .lablerow {
    font-size: 12px;
    color: #E70012;
    margin-bottom: 12px;
}

.content .imgShow table {
    width: 100%;
    color: #979797;
    font-weight: 400;
    text-align: left !important;
    font-size: 12px;
    line-height: 16px;
}

.content .imgShow table td {
    padding: 8px 0 !important;
}

.content .imgShow table .mobile_check {
    width: 10px !important;
    /*padding-top: 22px !important;*/
}

.content .imgShow table thead .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.content .imgShow table thead .custom-checkbox + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content .imgShow table thead .custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #c3c3c3;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-left: -15px;
}

.content .imgShow table thead .custom-checkbox:checked + label::before {
    border-color: #E70012;
    background-color: #E70012;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.content .imgShow table thead .custom-checkbox:focus:not(:checked) + label::before {
    border-color: #c3c3c3;
}

.content .imgShow table thead .custom-checkbox:disabled + label::before {
    background-color: #E70012;
}

.content .imgShow table thead .mobile_check {
    width: auto !important;
    padding-top: 10px;
}

.content .imgShow table thead .mobile_check .mobile_box {
    display: none;
}

.content .imgShow table thead tr .mobile {
    text-align: right !important;
}

.content .imgShow table thead tr .web {
    display: none;
}

.content .imgShow table tbody {
    color: #000;
    font-size: 14px;
    font-weight: 200;
}

.content .imgShow table tbody tr .custom-checkbox1 {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.content .imgShow table tbody tr .custom-checkbox1 + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content .imgShow table tbody tr .custom-checkbox1 + label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #c3c3c3;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.content .imgShow table tbody tr .custom-checkbox1:checked + label::before {
    border-color: #E70012;
    background-color: #E70012;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.content .imgShow table tbody tr .custom-checkbox1:focus:not(:checked) + label::before {
    border-color: #c3c3c3;
}

.content .imgShow table tbody tr .custom-checkbox1:disabled + label::before {
    background-color: #E70012;
}

.content .imgShow table tbody tr .web {
    display: none;
}

.content .imgShow table tbody tr .mobile {
    color: #E70012;
    text-align: right !important;
    width: 64px;
}

.content .content_3 {
    color: #E70012;
    border-top: 1px solid #DDDDDD;
    padding: 16px 0;
    width: calc(100% - 32px);
}

.content .content_3 .content_3_bottom {
    margin-top: 40px;
    position: relative;
}

.content .content_3 .content_3_bottom .content_3_bottom_title {
    color: #979797;
    font-size: 12px;
}

.content .content_3 .content_3_bottom .content_3_bottom_price {
    font-size: 18px;
    margin-top: 15px;
}

.content .content_3 .content_3_bottom .content_3_bottom_r {
    position: static !important;
    margin-top: 20px;
    font-size: 12px;
}

.content .content_3 .content_3_bottom .content_3_bottom_r .content_3_bottom_btn {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0 30px;
    line-height: 35px;
    background-color: #E70012;
    color: #fff;
}

.content .content_3 .content_3_bottom .content_3_bottom_r .content_3_bottom_text {
    position: absolute;
    top: -32px;
}

@media screen and (min-width: 445px) {
    .content .content_3 .content_3_bottom .content_3_bottom_r .content_3_bottom_text {
        position: absolute;
        top: -50px;
    }
}

.mobile_more {
    display: none;
}

.moreMessage_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.6);
}

.moreMessage {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: calc(100% - 64px);
    padding: 20px 16px;
    background-color: #FFFFFF;
    border-radius: 8px;
    z-index: 100001;
    transform: translate(-50%, -50%);

}

.moreMessage .title {
    font-size: 16px;
    line-height: 16px;
}

.moreMessage .item {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    margin-top: 20px;
}

.moreMessage .item .item_title {
    color: #666666;
    width: 84px;
}

.moreMessage_close-x {
    float: right;
    --btn-size: 16px;
    --btn-x-size: 2px;
    --color: #000;
    width: 20px;
    cursor: pointer;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* 绘制X线条 */
.moreMessage_close-x::after, .moreMessage_close-x::before {
    content: "";
    position: absolute;
    width: var(--btn-x-size);
    height: var(--btn-size);
    background-color: var(--color);
    border-radius: calc(var(--btn-x-size) / 2);
}

/* 两条线条各向左右分别旋转 45 度*/
.moreMessage_close-x::after {
    transform: rotate(45deg);
}

.moreMessage_close-x::before {
    transform: rotate(-45deg);
}
.imgShow_lable p {
    color: #ff5722
}