@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:#000;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: 90%;margin: 0 auto;}
.container{
    width: 960px;margin: 0 auto;
    background: white;
    padding-bottom: 20px;
    box-sizing: border-box;
}
header{
    display: flex;
    height: 58px;line-height: 58px;
    width: 100%;
    background: #212121;
    padding-left: 20%;

    box-sizing: border-box;
}
header a{
    font-family: ArialMT;
    width: 20%;
    font-size: 21px;
    display: flex; color: white;
    align-items: center;
}
header a img{
    width: 100%;
}
.banner,.banner img{
    width: 100%;
    vertical-align: middle;
}
header a:hover{
    color: #ffca47;
}

.title{width: 20%;height: 47px;text-align: center;font-family: Arial-BoldMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;line-height: 40px;
    color: #ffffff;margin: 0 auto 30px auto;
    background: url("../images/title-bg.png") no-repeat;background-size: 100% 100%;}
.title1{width: 40%;}
.why{
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px
    rgba(0, 0, 0, 0.35);
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.why-wrap{display: flex;justify-content:space-between;}
.why-wrap li{width: 23%;text-align: center}
.why-wrap li p{
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;text-align: center;
    margin-top: 10px;
}
.product{
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px
    rgba(0, 0, 0, 0.35);
    margin-top: 30px;
    padding: 20px;
    box-sizing: border-box;
}
.pro-wrap{display: flex;justify-content: space-between;}
.p-left{width: 48%;}
.p-right{width: 48%;display: flex;justify-content: space-between;}
.p-big{width: 79%;height: 350px;overflow: hidden;}
.p-sm{width: 19%;height: 351px;overflow: hidden;}
.p-big img,.p-sm img{width: 100%;border: solid 1px #ffca47;box-sizing: border-box;}
.p-sm a{margin-bottom: 1px;}
.p-title{
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #252525;
}
.p-left-wrap li{width: 100%;display: flex;align-items: center;margin-top: 20px;}
.p-left-wrap li p{margin-left: 10px;	font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #353535;}
.p-left-wrap li p span{color: #ffca47;font-family: Arial-BoldMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;}
.description{
    margin-top: 30px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;	background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px
    rgba(0, 0, 0, 0.35);
}

.spedizione{ margin-top: 30px;background: url("../images/spe-bg.png") no-repeat;color: white;line-height: 24px;
    background-size: 100% 100%;padding: 0 50px 20px 50px;box-sizing: border-box; box-shadow: 0px 3px 7px 0px
rgba(0, 0, 0, 0.35);}

.spedizione img{margin: 30px 0;width: 28%;}
.garanzia{box-shadow: 0px 3px 7px 0px
rgba(0, 0, 0, 0.35);background: url("../images/gar-bg.png") no-repeat;background-size: 100% 100%;
    padding: 0 40px 20px 40px;box-sizing: border-box;margin-top: 30px;}
.garanzia p{margin-bottom: 15px;}
.faq{
    background: url("../images/qa-bg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    box-shadow: 0px 3px 7px 0px
    rgba(0, 0, 0, 0.35);
    padding: 0 30px 100px 30px;
    box-sizing: border-box;
}
.faq-wrap{
    display: flex;
    flex-wrap: wrap;
}
.faq-wrap li{
    width: 48%;
    margin-right:36px ;
    margin-bottom: 20px;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}
.faq-wrap li:nth-child(2n){
    margin-right: 0;
}
.faq-wrap li span{
    margin-bottom: 10px;
    display: -webkit-inline-box;
    background-color: #ffca47;
    padding: 5px;box-sizing: border-box;
    font-family: Arial-BoldMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #212121;
}

.feedback{
    background: url("../images/fee-bg.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 3px 7px 0px
    rgba(0, 0, 0, 0.35);
    margin-top: 30px;
}
.fee-wrap{
   padding: 0 70px 20px 70px;
   box-sizing: border-box;
}
.fee-wrap img{
    width: 100%;
}
.other{
    margin-top: 30px;
    padding: 20px;
    box-sizing: border-box;
    background: url("../images/footer-bg.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 3px 7px 0px
    rgba(0, 0, 0, 0.35);
}
.o-wrap li{
    width: 24%;
    margin: 0 11px 11px 0;
}
.o-wrap li img{
    width: 100%;
    border: solid 1px #000000;
    box-sizing: border-box;
}
.o-wrap li span{
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    font-size: 12px;
    color: #242021;
    margin-top: 10px;
}
.o-wrap li:nth-child(4n){
    margin-right: 0;
}
.o-title{
    width: 43%;
    color: #96160d;
}
@media screen and (max-width: 768px){
    .container{
        width: 100%;
    }
    .p-big,.p-sm{
        height: 277px;
    }
    .p-sm a{
        margin-bottom: -1px;
    }
    .description,.spedizione,.garanzia{font-size: 14px;}
    .faq-wrap li{margin-right: 28px;}
    .faq{padding-bottom: 0;}
    .o-title{width: 50%;}
    .o-wrap li{margin: 0 9px 9px 0;}
}
@media screen and (max-width: 481px){
    .container{
        width: 100%;
    }
    header,.why{display: none;}
    .pro-wrap{display: block;}
    .p-left,.p-right{width: 100%;}
    .title{width: 50%;}
    .p-title{font-size: 15px;}
    .p-right{margin-top: 20px;}
    .p-big, .p-sm{height: 269px;}
    .description, .spedizione, .garanzia,.faq,.faq-wrap li{font-size: 12px;}
    .spedizione,.faq,.fee-wrap{padding: 0 20px;box-sizing: border-box;line-height: 20px;}
    .spedizione img{margin: 10px 0;}
    .garanzia{padding:20px;}
    .faq-wrap li{width: 100%;margin-right: 0;}
    .faq{background: none;}
    .faq-wrap li span{font-size: 17px;}
    .o-title{width: 100%;}
    .o-wrap li{width: 48%;margin: 0 13px 13px 0;}
    .o-wrap li span{margin-top: 0px;}
    .o-wrap li:nth-child(2n){margin-right: 0;}
}
