.container{
    background-color: #1a1a1a;
}
.model{
    position: relative;
    z-index: 2;
}

.model .title{
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    position: relative;
    background: #1a1a1a;
    z-index: 1;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.model .line{
    height: 1px;
    width: 100%;
    background: #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.layered{
    margin-bottom: 38px;
    /*margin-top: 72px;*/
}
.product-container{
    background: #1A1A1A;
    /*padding-top: 20px;*/
    position: relative;
    overflow: hidden;
}
.product-layered{
    position: relative;
    z-index: 2;
}
.product-layered .product-line{
    position: relative;
}

.product-layered .product-line p{
    display: inline-block;
    font-size: 16px;
    margin-left: 103px;
}

.product-layered .product-line .product-line-title{
    display: inline-block;
    font-size: 16px;
    margin-left: 103px;
    font-weight: 500;
}

.product-layered .product-line .product-line-title .number{
    font-size: 32px;
}

.product-layered .product-line p .number{
    font-size: 32px;
}

.product-layered .product-line a{
    font-size: 14px;
    color: #C69B6F;
    float: right;
    margin-top: 20px;
    display: flex;
}

.product-layered .product-line a .iconfont{
    font-size: 10px;
    color: #fff;
    background:#C69B6F;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    vertical-align: bottom;
    padding-left: 1px;
    margin-left: 8px;
    align-self: center;
}

.product-layered .product-line .line{
    height: 1px;
    background: #999;
    margin-top: 7px;
}

.product-layered .product-line .shadow{
    font-size: 180px;
    position: absolute;
    font-weight: bold;
    font-style: italic;
    color: #F7F7F7;
    z-index: -1;
    left: -35px;
    top: -25px;
}

.product-data{

    padding: 12px 0 0 0;
    position: relative;
}

.product-data .product-center{
    width: 1000px;
    margin: 0 auto;
}
.product-introduce{
    width: 452px;
    margin-left: 58px;
    padding-bottom: 10px;
    margin-top: 50px;
}
.product-data .lever{
    min-height: 400px;
}

.product-data .product-item{
    width: 180px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 80px;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
    position: relative;
    overflow: hidden;
    float:left;


}
.product-data .product-item:nth-child(1n+0){
    margin-left: 8px;
}
.product-data .product-item:nth-child(4n+0){
    margin-right: 0;
}

.product-data .product-item:hover{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

/*.product-data .product-item:hover > .product-info{
    display: none;
}

.product-data .product-item:hover > .product-bom{
    display: block;
}*/

.product-data .product-item img{
    width: 100%;
    border-radius: 10px;

}
.product-data .product-item .product-info{
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 38px;
    line-height: 36px;
    border: 1px solid #4D4D4D;
    border-radius: 19px;
}
.product-data .product-item .product-info .unit{
    font-size: 12px;
    margin-right: 5px;
}
.product-data .product-item .title{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 500;
    min-height: 45px;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 232px;
    margin: 0 auto;
}

.product-data .product-item .title:hover,.product-data .product-item .img-hover:hover + .name-hover > .title{
    /*color: #C69B6F;*/
}

.product-data .product-item .product-bom{
    position: absolute;
    bottom: 10px;
    width: 100%;

}
.product-data .product-item .price{
    align-self: center;
}
.product-data .product-item .price .unit{
    font-size: 12px;
}

.product-data .product-item .price .number{
    font-size: 22px;
}
.cart-num-box{
    margin-bottom: 10px;
}
.product-data .product-item .product-btn{
    width: 80px;

    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    background: #FFF;
    border-radius: 19px;
    float: right;
}

.product-data .product-item .product-btn .iconfont{
    font-size: 24px;
    margin-right: 5px;
    color: #000;
}

.product-bom .cart-num-box .cart-num-input{
    width: 90px;
    height: 38px;
    background: transparent;
    color: #fff;
    font-size: 20px;
    text-align: center;
    outline: none;
    border: 1px solid #4D4D4D;
    border-radius: 19px;

}
.product-bom .cart-num-box{
    position: relative;
    display: inline-block;
    float: left;
}
.product-bom .cart-num-box .iconfont{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: transparent;
    font-size: 14px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;

}
.product-bom .cart-num-box .cart-reduce{
    left: 4px;
}
.product-bom .cart-num-box .cart-add{
    right: 4px;
}
.product-bom .cart-num-box .cart-disable{
    color: #b3b3b3;
    cursor: not-allowed!important;
}


.product-item .marker-right{
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.product-item .marker-text{
    position: absolute;
    width: 95px;
    display: block;
    height: 95px;
    right: 3px;
    top: 0;
    color: #fff;
    font-size: 14px;
    text-align: right;

}

.product-item .marker-text .percentage img{
    text-align: right;
    width: 37px;
    height: auto;
    float: right;
    margin-top: 5px;
}

.product-item .marker{
    display: block;
    font-size: 14px;
    border-top: 0 solid #C69B6F;
    border-left: 0 solid transparent;
    color: #fff;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;


}

.product-item:hover .marker-right{
    right: 0;
    top: 0;
}

.product-item:hover .marker-right>.marker{


    border-top-width: 95px;
    border-left-width: 95px;

}


.paging-button {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(198, 155, 111, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    color: #C69B6F;
    position: absolute;
    top: 35%;
}
.paging-button-prev{
    left: 0;
}
.paging-button-next {
    right: 0;
}

.news{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.news .item{
    width: 360px;
    /*float:left;*/
    /*margin-left: 30px;*/
    margin: 0 auto;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;

}

.news .item:first-child{
    /*margin-left: 0;*/

}



.news .item img{
    width: 360px;
    border-radius: 10px;
}

.news .item .content{
/*    padding: 24px;*/
}

.news .item .content .title{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.news .item .content .title a{
    color: #fff;

}
.news .item .content .title-line{
    height: 3px;
    width: 80px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 24px;

}
.news .item .content .desc{
    font-size: 14px;
    font-weight: 300;
    color: #808080;
}
.news .new-label {
    display: inline-block;
    width: 72px;
    height: 24px;
    background: #4D4D4D;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 20px;
}
.news .title-box{
    margin-bottom: 8px;
}



.news .swiper-pagination-news{
    left: unset;
    right: 30px;
    bottom: 0;
}
.swiper-pagination-news .swiper-pagination-bullet{
    width: 20px;
    margin-left: 5px;
    border-radius: 6px;
}
.swiper-pagination-news .swiper-pagination-bullet-active{
    background: #1a1a1a;
}

.guarantee{
    margin-top: 27px;
}

.hebat-about{
    width: 1000px;
    margin: 0 auto;
    height: 361px;
    margin-top: 34px;
    position: relative;
}

.about-logo{
    position: absolute;
    left: 75px;
    top: -30px;
    width: fit-content;
    width: -moz-fit-content;
}
.about-logo img{
    margin: 0 auto;
}
.about-title{
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}

.about-text{
    color: #fff;
    font-size: 15px;
    padding-right: 50px;
    position: absolute;
    bottom: 68px;
    z-index: 1;
}
.about-text h1{
    font-weight: 500;
    color: #fff!important;
    font-family:  "Microsoft YaHei"!important;
}

.about-text p span{
    color: #fff!important;
    font-family:  "Microsoft YaHei"!important;
}


.about-video-box{
    width: 640px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    overflow: hidden;
    clip-path: polygon( 130px 0, calc(100% - 0px) 0, 100% 0px,
    100% calc(100% - 130px), calc(100% - 130px) 100%,
    20px 100%, 0 calc(100% - 0px), 0 130px
    )
}

.about-video-box video{
    width: 100%;
    height: 100%;
    /*transform: rotateY(
        180deg
    );*/
}
.about-video-box video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.about-video-box video::-webkit-media-controls-play-button {
      display: none;
}

.about-video-box video::-webkit-media-controls-timeline {
      display: none;
}

.about-video-box video::-webkit-media-controls-current-time-display{
      display: none;
}

.about-video-box video::-webkit-media-controls-time-remaining-display {
      display: none;
}

.about-video-box video::-webkit-media-controls-mute-button {
      display: none;
}
.about-video-box video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

.about-video-box video::-webkit-media-controls-volume-slider {
      display: none;
}

.about-video-box video::-webkit-media-controls-enclosure{
      display: none;
}
.about-video-box .shade{
    height: 80px;
    width: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    right: 0;
    bottom: 46px;
    z-index: 1;
}

.about-go-btn{
    display: inline-block;
    width: 140px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    border: 1px solid #4D4D4D;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
}

.index-c-bg{
    background-image: url("/static/img/index-c-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 750px;
    position: absolute;
    top: -96px;
    z-index: 1;
    opacity: 0.15;
}

.better{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    margin-bottom: 50px;
    z-index: 2;
    padding-top: 56px;
}

.backdrop-faq {
    width: 1000px;
    margin: 0 auto;

}
.faq-row {
    width: 100%;
}
.faq-row .title {
    font-size: 28px;
    color: #FEFEFE;
    text-align: center;
}
.faq-main {
    margin-top: 40px;
}
.faq-item {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #999;
}
.faq-item:first-child {
    border-top: 1px solid #999;
    padding-top: 22px;
}
.faq-item .faq-title {
    font-size: 16px;
    position: relative;
    color: #fff;
}
.faq-item .unfold {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 18px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.unfold-hide {
    display: none;
}
.faq-item .faq-desc {
    font-size: 14px;

    margin-top: 24px;
    display: none;
    color: #fff;
}
