@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%;
    box-sizing: border-box;
    padding: 10px 0;
    background: url("../images/header-bg.png") no-repeat;
    background-size: 100% 100%;

}
header a{
    width: 25%;
    line-height: 37px;
    color: white;
    align-items: center;
    font-family: PingFang-SC-Heavy;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    border-right: 1px solid white;
}
header a:last-child{
    border-right: none;
}
header a img{
    width: 23px;
}
.banner,.banner img{
    width: 100%;
    box-shadow: 0px 3px 7px 0px
    rgba(0, 0, 0, 0.35);
    vertical-align: middle;
}
.why{
    width: 90%;
    height: 76px;
    background-color: #6791ab;
    box-shadow: 0px 2px 1px 0px
    rgba(0, 0, 0, 0.57);
    display: flex;
    margin: 20px auto;
    align-items: center;
}
.why li{
    width: 24%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why li p{
    margin-left: 5px;
}
.product{
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.p-left{width: 31%;background: url("../images/p-right-bg.png") no-repeat;color: white;
    background-size: 100% 100%;padding: 10px 15px 0 15px;box-sizing: border-box;}
.p-right{width: 68%;display: flex;justify-content: space-between;}
.p-big{width: 79%;height: 507px;overflow: hidden;}
.p-sm{width: 19%;height: 504px;overflow-y: scroll;}
.p-big img,.p-sm img{width: 100%;border: solid 1px #427ca1;box-sizing: border-box;}
.p-title{
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #fccc77;
}
.p-right-wrap li{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.p-right-wrap li img{
    margin-right: 10px;
    width: 35px;
}
.buyTxt{
    font-family: Akrobat-Regular;
    text-decoration: underline;
    font-weight: bold;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #fccc77;
    margin: 20px auto;
}
.buyNow{
    width: 64%;
    height: 43px;
    font-family: PingFang-SC-Heavy;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #427ca1;
    margin: 0 auto;
    line-height: 43px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
}
input {
    display: none;
}

label {
    display: inline-block;text-align: center;font-size: 20px;
    margin-bottom:2px;width: 25%;margin-left: -0.5%;
    font-family: Lato-Regular;height: 61px;
    background-color: #c8eaff;color: #427ca1;line-height: 61px;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5, #tab6:checked ~ #content6{
    display: block;
    font-size: 16px;
    color: #666;
    text-align: left;
}
section {display: none;padding: 20px;box-sizing: border-box;box-shadow: 0px 3px 7px 0px
rgba(56, 56, 56, 0.44);}
main{margin-top: 20px;}
input:checked + label {
    background-color: #427ca1;
    box-shadow: 0px 3px 7px 0px
    rgba(178, 3, 49, 0.2);
    color: #fff;
}
.description{
    background: url("../images/d-wrap.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    box-sizing: border-box;
}
.v_left span{display: inline-block;}
#content2{color: #1d1b1c;background: url("../images/versand-bg.png") no-repeat;background-size: 100% 100%;}
#content2 p{width: 83%;line-height: 22px;}
.span-box{
    width: 40%;
    margin: 20px 0;
    height: 40px;
    background-color: #427ca1;
    line-height: 40px;
    color: white;
    padding: 0 10px;
    box-sizing: border-box;
}
.v_right h5{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #427ca1;
    margin-bottom: 20px;
}
#content3{
    background: url("../images/ge-bg.png") no-repeat;
    background-size: 100% 100%;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #1d1b1c;
    padding: 20px;
    box-sizing: border-box;
}
#content5{
    background: url("../images/fee-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 30px 50px;
    box-sizing: border-box;
    margin-top: -2px;
}
#content5 img{
    width: 100%;
}
#content4{
    background-color: #427ca1;
    padding: 20px;
    margin-top: -2px;
}
.f_wrap{
    background: url("../images/faq-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px;box-shadow: 0px 3px 7px 0px
rgba(255, 255, 255, 0.44);
    box-sizing: border-box;
}
.f_left  li{
    margin-bottom: 20px;
    font-family: Akrobat-Regular;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #2f2f2f;
}
.f_left  li span{
    display: initial;
    padding: 5px;
    box-sizing: border-box;
    height: 33px;
    line-height: 33px;
    color: #427ca1;
    font-family: SimSun;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    text-decoration: underline;
}
.f_left  li p{
    margin-top: 10px;
}
.other{
    background: url("../images/bg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 1px;
    box-sizing: border-box;
}
.o-title{
    width: 70%;
    height: 57px;
    line-height: 57px;
    background: url("../images/o-bg.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin: 30px auto;
    font-family: Lato-Bold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #427ca1;
}
.o-wrap{padding: 0 20px;box-sizing: border-box;}
.o-wrap li{
    width: 24%;
    margin: 0 12px 15px 0;
}
.o-wrap li img{
    width: 100%;
    border: solid 1px #313131;
    box-sizing: border-box;
}
.o-wrap li:nth-child(4n){
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .container{width: 100%;}
    .p-big,.p-sm{height: 349px;}
    .p-left{width: 40%;padding-bottom: 10px;}
    .p-right{width: 59%;}
    .p-right-wrap li{margin-top: 10px;}
    .buyNow{height: 36px;line-height: 36px;}
    label{font-size: 15px;width: 20%;margin-left: -1%;}
    .o-title{width: 77%;font-size: 27px;}
    .o-wrap li{
        margin: 0 9px 15px 0;
    }
}
@media screen and (max-width: 481px) {
    .container{width: 100%;}
    header,.why{display: none;}
    .product{display: block;}
    .p-left,.p-right{width: 100%;}
    .p-right{margin-top: 20px;}
    .p-big, .p-sm{height: 281px;}
    .p-right-wrap li{font-size: 12px;}
    .p-title{font-size: 13px;}
    .o-title{font-size: 13px;height: 40px;line-height: 40px;}
    .o-wrap li{width: 48%;}
    .o-wrap li:nth-child(2n){margin-right: 0;}
    .buyNow{font-size: 18px;width: 46%;}
    label{margin-left: -1.2%;}
    .span-box{width: 60%;margin: 10px 0}
    #tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5, #tab6:checked ~ #content6{
        font-size: 12px;
    }
    #content2 p{
        width: 100%;
        line-height: 20px;
    }
    #content5{padding: 20px;}
    #content3{line-height: 20px;}
    .f_left li p{font-size: 12px;}
    #content4,.f_wrap{padding: 10px;}
    label{height: 50px;line-height: 50px;}
    .f_left li span{height: initial;line-height: initial;font-size: 18px;}
}
