.main-product{

    background-color: #fff;

}

.main-product .title2{

    border-bottom: none;}

.main-product .pic{

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    width:32%;margin-right: 0;}

.main-product .txt{

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    width:68%;}

.main-product .pic img{

    margin:6% 0 0 0;}

.main-product .txt{

    margin-right: 0}

.main-product li.new{

    background-image: none;

    padding-left:0;}

.main-product li.new>span{

    background-color: #fd8a2e;

    color: #fff;

    padding:0 3px;border-radius: 3px;}

.main-product .txt .text{

    padding-top:1.5%;}



.product-comparison{

    background-color: #eef1f3;}

.product-comparison ul li{

    padding-top:1.6%;

    width:24%;

    margin-right:1%;

    border-color: rgba(216,231,243,0.75);

    background-color: #fff;}
.product-comparison ul li h4{
    min-height: 54px;
}
.product-comparison ul p{

    padding-top:4%;

    height:160px;}

.product-comparison ul li>a{

    width:37%;}

.product-comparison ul li>a.buy{margin-right: 5%;}

.product-comparison .more-bg{

    display: inline-block;}

.product-comparison .more-bg{

    margin:0 auto 10.5%;}



.product-tips .container{

    width:1000px;

    margin:0 auto;}

.product-tips .content{

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    display: table-cell;

    width:41%;

    border:1px solid #ebf0f5;

    padding:2% 2% 3%;}

.product-tips .content>p{

    line-height:1.857;

    padding-top:3%;

    color: #666;}

.product-tips .content>a{

    line-height:1.857;}

.product-tips .or{

    width:18%;

    display: table-cell;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    padding:0 1.5%;}

.product-tips .or>img{

    vertical-align: middle;

    width:18%;}

.product-tips .or>span{

    font-size: 34px;

    font-size: 3.4rem;

    padding:0 10%;}



@media only screen and (min-width: 768px) and (max-width: 992px) {

    .product-comparison h4{

        height:46px;}

    .product-comparison ul p{

        height:225px;}

    .product-comparison ul li>a{

        width:42%;}

    .product-tips .container{

        width:100%;}

    .main-product .txt {

    	width: 65%;

    	margin-left: 3%;

    	vertical-align: middle;

    }

    .main-product .pic {

    	vertical-align: middle;

    }

}

@media only screen and (min-width: 320px) and (max-width: 767px){

    .main-product .pic img{

        margin:0 auto;}

    .main-product .txt{margin-top: 6%;}

    .product-tips .container{

        width:100%;}

    .product-tips .or>img{

        display: none;}

    .product-tips .or>span{

        padding:0;}

    .product-comparison ul p {

    	margin-bottom: 20px;

    	height: auto;

    }

}