/*初始化*/
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;}
/*h1,h2,h3,h4,h5,h6{font-size:14px; font-weight:normal;}*/
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;
}

.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;
}
.breadcrumb {
    padding: 20px 10px;
    margin: 0 auto;
    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;
    }
}
