* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    letter-spacing: 1px;
}

html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea {
    margin: 0;
    padding: 0;
}
[v-clock]{
    display: none;
}
body {
    font-size: 14px;
    font-family:'PingFang SC';
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    margin: 0 auto;
    color: #333;
   /* font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;*/
    position: relative;
}

input, button, textarea, select {
/*    font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;*/
    outline: 0;
    border: 0;
    background: none;
    color: #333;
}

input:focus, textarea:focus {
    color: #333;
}

input::-ms-clear {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #333;
    line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

ol, ul, li {
    list-style: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border: 0;
}

caption, th {
    font-weight: normal;
}

img {
    border: 0;
    outline: 0;
}

i, em, b, strong {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:focus {
    outline: 0;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.col-w-2{
    width: 50%;
}
.col-w-3{
    width: 33.3333333%;
}
.col-w-4{
    width: 25%;
}
.col-w-5{
    width: 20%;
}
.col-w-6{
    width: 16,66666667%;
}
.col-w-8{
    width: 12.5%;
}

.duration{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.hiddendom{
    display: none;
}

/* 滚动条样式 */
div::-webkit-scrollbar{
  width:5px;
  height:5px;
  /**/
}
div::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
div::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:4px;
}
div::-webkit-scrollbar-thumb:hover{
  background: #333;
}
div::-webkit-scrollbar-corner{
  background: #179a16;
}

/* 背景 */
.shade{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,0.6);
    display: none;
}

.pubbtn{
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #9d0505;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
}