@charset "UTF-8";

.l-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
	font-family: "思源黑体CN","Microsoft YaHei", Simsun, Simhei;
    color: #000;
    overflow: hidden;
}

.l-content a {
    text-decoration: none;
}

.l-content img {
    border: 0;
	display: inline-block;
}

ul,
ol {
    list-style: none;
}

.l-content i {
    font-style: normal;
}

.l-content * {
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
	box-sizing: border-box;
}

.l-content .font-f{font-family: Arial, Helvetica, sans-serif;}
.l-content .l-btn{display: inline-block; width: auto!important; height: auto!important;}
.l-content .l-btn img{transition: all .3s;}
.l-content .l-btn img:hover{transform: scale(.95);}
.l-content .l-pro:hover{transform: translateY(-10px);}
.l-content .rel{position: relative;}
.l-content .abl{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 50px;}
.l-content .flex{display: flex; align-items: center; justify-content: center;}

.l-content .product>ul{display: flex; flex-wrap: wrap; align-content: space-between; padding: 0 25px; height: 50%;}
.l-content .product>ul>li{width: 50%; height: 100%; display: flex; color: #FFFFFF; position: relative;}
.l-content .product>ul>li:nth-child(2n){padding-left: 2.5%;}
.l-content .product>ul>li>div{height: 100%;}
.l-content .product-left{padding-right: 30px; width: 250px;}
.l-content .product-flag{position: absolute; left: 0; top: 0;}

.l-content .product-right{width: 210px; margin-left: 28px;}
.l-content .product-title{
	font-size: 24px; 
	font-weight: bold; 
	line-height: 1.3; 
	margin-top: -4px;
}
.l-content .product-title span{color: #ffcc00; line-height: 1.3;}
.l-content .product-title i{line-height: 1.3;}
.l-content .product-num{display: inline-block; margin-top: 8px;}
.l-content .product-num p{padding: 0;}
.l-content .product-price{margin-top: 10px; font-size: 18px; line-height: 1.5;}
.l-content .product-price p{line-height: 1.5; padding-top: 3px;}
.l-content .product-price span{font-size: 25px; font-weight: bold; color: #dd0000;}
.l-content .product-line{margin: 10px 0;}
.l-content .product-specs li{font-size: 18px; line-height: 1.5;}

.l-content .product>ul:nth-child(2n){margin-top: 25px;}
.l-content .product>ul:nth-child(2n) .product-right{margin-left: 0;}
.l-content .product>ul:nth-child(2n) .product-left{margin-left: 50px;}
.l-content .product>ul>li:hover .product-left>img{transform: translateY(-15px)}



















