/*初始化*/
html {overflow-y:scroll;}
body {margin:0; padding: 0; font-size: 14px; background:#ffffff;
    font-family: "Microsoft Yahei","Open Sans","PingFang SC","Helvetica Neue","Hiragino Sans GB",Arial,sans-serif;
    color: #292929;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0; box-sizing: border-box;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
select::-ms-expand { display: none; }
input::-ms-clear,
input::-ms-reveal{
    display:none;
}
a{text-decoration:none;}
a:link{color:#292929;}
a:visited{color:#292929;}
a:hover,a:active,a:focus{color:#292929;text-decoration:none;}

.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom:1; }

.inner {
    width: 1200px;
    min-height: 600px;
    margin: 0 auto;
    padding: 90px 0;
}

/*播放按钮换成圆形*/
.video-js .vjs-big-play-button {
    height: 2em;
    width: 2em;
    line-height: 2em;
    border-radius: 1em;
}
.vjs-control-bar .vjs-button {
    outline: none;
    border: none;
}
.hide {
    display: none !important;
}
/*高德地图*/
.amap-marker-label{
    border: 0;
    background-color: #fff;
    padding: 10px 15px;
    text-align: center;
}

/*上传内容控制*/
.detail-box {
    overflow: hidden;
}
.detail-box img{
    max-width: 1200px;
}

/*面包屑*/
.breadcrumb {
    padding: 0 10px;
    margin: 0 auto;
    min-height: 60px;
    /*line-height: 60px;*/
    font-size: 14px;
    /* background: #fff; */
    max-width: 1220px;
    align-items: center;
}
.breadcrumb li a{
    color: #292929;
    transition: color .3s linear;
}
.breadcrumb li a .iconfont{
    margin-right: 3px;
}
.breadcrumb li a:hover {
    color: #0080f1;
}
.breadcrumb li.current a{
    cursor: text;
    color: #626466;
}
.breadcrumb li.current a:hover{
    color: #626466;
}
/* @media screen and (max-width: 767px){
    .breadcrumb {
        display: none;
    }
} */
.line-3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-1{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}


.ff-default p{
    margin: 10px 0;
    line-height: 1.6;
  }
  .ff-default ul,
  .ff-default dl {
    margin: 16px 0;
    padding: 0 0 0 40px;
  }
  .ff-default ul li{
    list-style-type: disc;
  }
  
  .ff-default ol{
    margin: 16px 0;
    padding: 0 0 0 40px;
    list-style-type: decimal;
  }
  .ff-default ol li{
    list-style-type: decimal;
    padding: 2px 0;
  }
  .ff-default h1,
  .ff-default h2,
  .ff-default h3,
  .ff-default h4,
  .ff-default h5,
  .ff-default h6{
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.6;
}


.ff-pagination {
    margin-top: 60px;
    justify-content: center;
}
.ff-pagination .page-item {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 5px 5px 0;
    font-size: 16px;
    border: none ;
}
.ff-pagination .page-link:hover{
    background: #fff;
    color: #292929;
}

.ff-pagination .page-link {
    border: none ;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    height: 100%;
    line-height: 40px;
}
.ff-pagination .page-item.active .page-link {
    background: #292929;
    border: none;
    border-radius: 3px;
    overflow: hidden;
}
.ff-pagination .page-item.active .page-link {
    color: #fff;
}
.ff-pagination .page-link:focus,.page-link:active:focus,
.ff-pagination .page-link.active:focus,.page-link.focus,
.ff-pagination .page-link:active.focus,.page-link.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow:none;
}

@media screen and (max-width: 575px) {

    .layui-laypage-ff a, .layui-laypage-ff span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .ff-pagination .page-item {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .ff-pagination .page-link {
        line-height: 30px;
    }
}

.product-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    box-sizing: content-box;
    max-width: 1920px;
    background: #0c0c0c;
    background: -moz-linear-gradient(top,  #0c0c0c 0%, #606060 100%);
    background:  gradient(linear, left top, left bottom, color-stop(0%,#0c0c0c), color-stop(100%,#606060));
    background: -webkit-linear-gradient(top,  #0c0c0c 0%,#606060 100%);
    background: -o-linear-gradient(top,  #0c0c0c 0%,#606060 100%);
    background: -ms-linear-gradient(top,  #0c0c0c 0%,#606060 100%);
    background: linear-gradient(to bottom,  #0c0c0c 0%,#606060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#606060',GradientType=0 );
}
@media screen and (max-width: 767px){
    .product-banner {
        height: 140px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .product-banner {
        height: 160px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .product-banner {
        height: 180px;
    }
}

@media screen and (min-width: 1200px) {
    .product-banner {
        height: 200px;
    }
}
.product-banner img {
    height: 100%;
    width: auto;
}
.msg-toast {
    overflow: hidden;
    width: 100%;
    min-width: 180px;
    text-align: center;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 999999;
    padding: 0 20px;
}

.msg-toast span{
    display: inline-block;
    padding: 12px 20px;
    border-radius: 4px;
    transition: all linear 0.3s;
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;

}
.msg-toast.err span{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.msg-toast.success span{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}