<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#product_page {
    padding-top: 15px;
}
#product_img{
   display: flex;
    justify-content: center;
}
.pro_center{
	
}
#product_info{
    padding: 0 20px;
}
#product_info &gt; p{
    margin-bottom: 10px;
}
#product_name {
    color: #767676;
    font-size: 2.571em;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
}
#product_info .price strong, 
#product_info .code strong, 
#product_info .des strong{
    color: #000;
    padding-right: 20px;
}
#product_detail_price {
    border-top: 1px solid #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #d70000;
}
.product_content{
    overflow: hidden;
}

#product_content {
    margin-top: 20px;
}
.btn-wrap{
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-bottom: 5px;
}
.btn-wrap .btn-plus,
.btn-wrap .btn-min {
    border: 1px solid #b5b5b5;
    float: left;
    width: 30px;
    height: 36px;
    box-sizing: border-box;
    background: #fff;
    font-size: 20px;
}

.btn-wrap input[type="text"] {
    height: 36px;
    float:  left;
    width: 45px;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
    margin: 0;
    box-shadow: none;
    border: 1px solid #b5b5b5;
    border-left: 0;
    border-right: 0;
    background: #FFF;
    color: #000;
}

.cart_button {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: 8px 15px;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    background: #398D2C;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.cart_button i{
    font-size: 15px;
    padding-right: 3px;
}
.cart_button:hover {
    background: #247118;
    color: #FFF;
}
.pro-unit {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 20px;
}
.box-order{
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.box-order span{
    padding-right: 5px;
    font-size: 14px;
}
.pro-name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.option_item {
    margin-bottom: 25px;
}
.option_item .box-order {
    margin-bottom: 10px;
}
.option_image {
    overflow: hidden;
    border-radius: 10px;
}

.option_image img {
    display: block;
}
.product-wish {
    display: inline-block;
    vertical-align: middle;
}

.product-wish .wishlist-btn {
    height: 36px;
    width: 36px;
    display: block;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 22px;
    background: none;
    color: #f583b4;
}
.product-wish .wishlist-btn:hover {
    box-shadow: none;
    color: #ef0000;
    background: transparent;
}
#price {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 10px;
}
#price i {
    color: #ff7800;
    padding-left: 5px;
}
.product_price_details {
    font-size: 20px;
    color: #3C8031;
    font-weight: bold;
}

.product_old_price_details{
    text-decoration: line-through;
    color: #949494;
}
.product-title {
    font-weight: bold;
    line-height: 25px;
    font-size: 20px;
}
.line {
    height: 1px;
    background: #eee;
    margin: 10px 0;
}

.list-detail{
    margin-bottom: 12px;
}
.parameter-item {
    padding: 5px 0;
    border-top: 1px dashed #eee;
}
.item-dl {
    border: 1px solid #eee;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 3px;
    border-radius: 3px;
}

.item-tl {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    color: #565656;
    padding-right: 3px;
    width: 35%;
}

.item-ct {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    width: 62%;
}
.title-pro {
    font-weight: bold;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
}


.tab-box {
    border-bottom: 2px solid #FF8800;    
    min-height: 45px;
	/* background: #eee; */
}

.list-tab {
    list-style: none;
}

.list-tab .active {

    position: relative;
    top: -5px;
    background: #5b9d4f;    
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
	/* border-right: 1px solid #eee;
	border-top: 2px solid #fb0000;
    border-left: 1px solid #eee;*/
}

.list-tab li {
    float: left;
    line-height: 38px;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
}

.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px;
}
</pre></body></html>