@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* 全局 */
body,h1,h2,h3,h4,h5,h6,hr,p,pre,blockquote,dl,dd,ul,ol,th,td,form,fieldset,legend,button,input,textarea,img{margin:0;padding:0; border:none;}
h1,h2,h3,h4,h5,h6,button,input,textarea,select{font-size:100%;}
fieldset,img{border:0;}table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}ul{list-style:none;}
address,cite,code,dfn,var,em,th{font-style:normal;font-weight:normal;}
button,input,textarea{outline:none;font-family:inherit;}:focus{outline:0;}
body{font-family:Arial, Helvetica, sans-serif;}
textarea{overflow-x:hidden;overflow-y:auto;resize:none;}
a{color:white;text-decoration:none;display: block;}a:hover{text-decoration:none;}
i,em{font-style:normal;display: block;}
li{ float:left;}
span{display: block;font-weight: 600;}
/* 清浮动*/
.clearfix:after,.clearfix:before{content:"";display:table}
.clearfix:after{clear:both;overflow:hidden}
.clearfix{zoom:1}
.layout{width: 95%;margin: 0 auto;}
.container{
    width: 960px;
    margin: 0 auto;

}
header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    justify-content: space-around;

}
nav{
    width: 52%;
    height: 36px;
    line-height: 36px;
    display: flex;
}
nav a{
    height: 36px;line-height: 36px;
    display: inline-block;
    background: #373737;
    width: 33.3%;
    font-family: ArialMT;
    font-size: 20px;text-align: center;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
nav a:hover{
    background: #841a1c;
}
.banner,.banner img{
    width: 100%;
    vertical-align: middle;
}
.why{
    height: 132px;
    background:#dadadc ;
}
.why-wrap{
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.w-title{
    background: url("../images/w_tit.png") no-repeat;
    background-size: 100% 100%;
    width: 246px;
    height: 50px;text-align: center;
    line-height: 50px;
    rgba(0, 0, 0, 0.5);
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    margin: 0 auto;
    letter-spacing: 1px;
    color: #ffffff;
}
.why-wrap li{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-wrap li p{
    font-family: ArialMT;
    font-size: 15px;text-align: center;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000;
    margin-left: 3px;
}
.title{
 background: url("../images/title_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 30%;height: 50px;line-height: 50px;
    margin: 40px auto;
    text-align: center;
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.pro-wrap{
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(0deg,
    #373737 0%,
    #6b6969 100%);
    padding: 10px;
    box-sizing: border-box;
}
.description li{float: none;}
.description span{font-weight: initial;display: initial;}
.description li strong{font-weight: initial;}
.p-left{
    width: 49.5%;
    display: flex;
    justify-content: space-between;
}
.p_big{
    height: 368px;
    overflow: hidden;
    width: 79%;
}
.p_big img{
    width: 100%;
}
.p_sm{
    height: 368px;
    overflow: hidden;
    width: 19%;
}
.p_sm a{
    margin-bottom: 1px;
}
.p_sm img{
    width: 100%;
}
.p-right{
    width: 49.5%;
    background: white;
    padding: 10px;
    box-sizing: border-box;
}
.p-title{
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000000;
}
.p-right-wrap li{
    display: flex;
    align-items: center;
    height: 43px;
    background-color: #841a1c;
    border-radius: 10px;
    color: white;
    width: 60%;
    text-align: center;
    float: none;
    margin: 10px auto;
    padding-left: 20px;
    box-sizing: border-box;
}
.p-right-wrap li span{
    font-family: Arial-BoldMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.p-right-wrap li p{
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-left: 15px;
}
.buyTxt{
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    margin: 12px 0;
}
.buyNow{
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    width: 144px;
    height: 28px;
    background-image: linear-gradient(0deg,
    #98911a 0%,
    #8e561b 0%,
    #841a1c 0%,
    #d42b2e 100%),
    linear-gradient(
            #69241e,
            #69241e);
    background-blend-mode: normal,
    normal;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
}
.ship-wrap{
    background: #841a1c;
    padding: 20px;
    box-sizing: border-box;
}
.ship-wrap1{
    background: white;
    padding: 20px;
    box-sizing: border-box;
}
.shipping span{
    font-family: Arial-BoldMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
}
.shipping p{
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
}
.s1,.s2{
    margin: 20px auto;
}
.s1 th, td {
    /*text-align: center;*/
    padding: 10px 20px;
}
.s2 th, .s2 td {
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
}
.shipping ul{
    margin: 20px auto;
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.shipping ul li{
    text-align: center;
}
.ship-wrap img{
    text-align: center;
    margin-top: 20px;
    width: 100%;
}
.bg{
    float: right;
    margin-top: -289px;
    margin-right: -20px;
}
.warr-wrap{
    display: flex;
    align-items: center;
}
.warr-left{
    width: 76%;
    border: solid 10px #373737;
    padding: 20px 150px 20px 20px;
    box-sizing: border-box;
}
.warr-left span{
    font-family: Arial-BoldMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #841a1c;
}
.warr-left p{
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 20px;
}
.warr-right{
    width: 41%;
    margin-left: -17%;
    background: #841a1c;
    padding: 15px 10px;
    box-sizing: border-box;
}
.warr-right span{
    font-family: Arial-BoldMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
}
.warr-right p{
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 15px;
}
.faq-wrap span{
    text-align: center;
    font-family: Arial-BoldMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
}
.desMain td{border: ;}
.s1 th,td,.s2 th,td{border: 1px solid #000;}
.faq-wrap p{
    padding: 20px 30px;
    box-sizing: border-box;
    font-family: ArialMT;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
}
.faq-wrap p:nth-child(odd){
    font-family: ArialMT;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    background: url("../images/li_bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}
.faq-wrap p:nth-child(even) span{
    font-family: Arial-BoldMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 1px;
    color: #841a1c;
}
.fee-wrap img{
    width: 100%;
}
.o-title{
    width: 66%;
}
.o-wrap{
    padding-bottom: 100px;
    box-sizing: border-box;
}
.o-wrap li{
    width: 23%;
    margin: 0 10px 10px 0;
}
.o-wrap li img{
    width: 100%;
    border: solid 1px #841a1c;

}
.o-wrap li span{
    display: block;
    margin-top: 6px;
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-line-clamp:3;

    -webkit-box-orient:vertical;
    font-family: ArialMT;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    background: #841a1c;
    padding: 5px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .container{
        width: 100%;
    }
    .p_big,.p_sm{height: 292px;}
    .p-title{font-size: 14px;}
    .p-right-wrap li{width: 78%;}
    .ship-wrap img{
        margin-top: 36px;
    }
    .o-wrap li span{
        height: 49px;
    }
    .o-title{width: 80%;}
}
@media screen and (max-width: 481px){
    header,.why{display: none;}
    .title{width: 53%;font-size: 20px;}
    .pro-wrap,.warr-wrap{
        display: block;
    }
    .p-left,.p-right,.warr-left,.warr-right{
        width: 100%;
    }
    .p_big,.p_sm{height: 280px;}
    .p-right{
        margin-top: 10px;
    }
    .p-right-wrap li span{font-size: 14px;}
    .p-right-wrap li p{font-size: 12px;}
    .d-wrap,.ship-wrap1,.shipping p,.warr-left p,.warr-right p,.faq-wrap p:nth-child(odd),.faq-wrap p{
        font-size: 12px;line-height: 20px;
    }
    .shipping span{font-size: 14px;}
    .s1 th, td,.s2 th, .s2 td{padding: 10px;}
    .bg{
        margin-top: -136px;
    }
    .warr-left{padding: 20px;}
    .warr-left span,.warr-right span,.faq-wrap span,.faq-wrap p:nth-child(even) span{
        font-size: 14px;
    }
    .warr-right{margin-left: 0;width: 100%;}
    .o-title{
        font-size: 15px;
        width: 100%;
    }
    .o-wrap li{
        width: 47%;
    }
}
