.product-detail-wrap {
    overflow: hidden;
}

.product-img {
    width: 180px;
    border-radius: 5px;
    overflow: hidden;
}

.product-desc {
    padding-left: 200px;
}

.product-desc .p1 {
    font-size: 22px;
    line-height: 24px;
    color: #060879;
    font-weight: 500;
}

.product-item {
    overflow: hidden;
}

.product-item-label {
    float: left;
    width: 80px;
    font-weight: 500;
    font-size: 14px;
    color: #060879;
    line-height: 25px;
}

.product-item-content {
    padding-left: 80px;
    line-height: 25px;
}

.product-type-list-wrap ul li {
    color: #060879;
    float: left;
    height: 25px;
    line-height: 23px;
    background: #FFFFFF;
    border: 1px solid #eee;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 1px;
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
}

.product-type-list-wrap ul li.on,
.product-type-list-wrap ul li:hover {
    border-color: #F3BF4A;
    color: #1B1D1F;
}

/*弹出层*/
#cart_overlay .form_panel {
    border-radius: 30px;
}

#cart_overlay .form_content .product-type-checked {
    font-size: 10px;
    color: #ccc;
}

#cart_overlay .close-overlay {
    float: right;
    font-size: 14px;
    color: #ED8A8D;
    cursor: pointer;
    user-select: none;
    padding-left: 10px;
}

#cart_overlay .close-overlay:hover {
    color: #333;
}

#cart_overlay .form_control {
    padding-top: 20px;
    height: 60px;
}

#cart_overlay .form_control a,
#cart_overlay .form_control .close {
    color: #060879;
    border-color: #F3BF4A;
    border-radius: 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}

#cart_overlay .form_control a:focus,
#cart_overlay .form_control a:hover,
#cart_overlay .form_control .close:focus,
#cart_overlay .form_control .close:hover {
    background: #060879;
    color: #fff;
}

#cart_overlay .form_control a .iconfont {
    font-size: 13px;
    margin-left: 5px;
    color: #F3BF4A;
}

ul.product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-list .product-detail-wrap {
    background: #FAFAFA;
    border: 1px solid #EEEFF1;
    border-radius: 5px;
    float: left;
    padding: 10px;
    width: 49%;
    /*height: 150px;*/
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.product-list .product-detail-wrap:nth-child(2n) {
    margin-right: 0;
}

.product-list .product-detail-wrap.on {
    background: #F3F6FA;
    border: 1px solid #003775;
}

.product-list .product-img {
    width: 120px;
}

.product-list .product-desc {
    padding-left: 0;
}

.product-list .product-desc .p1 {
    font-size: 14px;
    line-height: 22px;
    color: #1B1D1F;
}

.product-list .product-item-label {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    width: 60px;
    line-height: 20px;
}

.product-list .product-item-content {
    padding-left: 60px;
    line-height: 20px;
}

.product-list .product-type-list-wrap ul li {
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.col-product {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.form_content .product-price {
    color: #F3BF4A;
    font-weight: 700;
    font-size: 18px;
}

.form_content .product-price s {
    color: #BABABA;
    margin-left: 10px;
}

.form_content .product-item-content.type-item {
    height: 25px;
    line-height: 23px;
    background: #FFFFFF;
    border: 1px solid #F3BF4A;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border-radius: 30px;
    user-select: none;
    display: inline-block;
    color: #1B1D1F;
}

.form_content .product-item .num-controls {
    border: 1px solid #F3BF4A;
    display: inline-block;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.form_content .product-item .num-controls>span {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 700;
    color: #060879;
}

.form_content .product-item .num-controls>span:hover {
    background: #060879;
    color: #fff;
}

.form_content .product-item .num-controls>span .iconfont {
    font-size: 12px;
}

.form_content .product-item .num-controls .sub {
    float: left;
    border-right: 1px solid #F3BF4A;
    line-height: 25px;
}

.form_content .product-item .num-controls .add {
    float: right;
    border-left: 1px solid #F3BF4A;
}

.form_content .product-item .num-controls .ipt-number {
    font-size: 14px;
    color: #1B1D1F;
    width: 40px;
    text-align: center;
    height: 25px;
    border: none;
    background: none;
    display: block;
}

.form_content .product-list .product-item .num-controls>span {
    height: 20px;
    line-height: 18px;
    font-weight: normal;
}

.form_content .product-list .product-item-content.type-item {
    height: 20px;
    line-height: 18px;
    font-size: 12px;
}

.form_content .product-list .product-item .num-controls .ipt-number {
    height: 20px;
    width: 30px;
    font-size: 12px;
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 750px) {
    .product-img {
        width: 24vw;
    }

    .product-desc {
        padding-left: 26vw;
    }

    .product-desc .p1 {
        font-size: 4vw;
    }

    .product-item-label {
        font-size: 3vw;
        width: 60px;
        white-space: nowrap;
    }

    .product-item-content {
        padding-left: 60px;
    }

    .en-lang .product-item-label {
        width: 46px;
    }

    .en-lang .product-item-content {
        padding-left: 46px;
    }

    .form_control {
        padding-top: 2vw;
    }

    .product-list .product-detail-wrap {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 3vw;
    }
}