html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, dialog, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;/*内容宽 也可以改变成边框宽*/
    font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
    cursor: default;   
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* ios默认文本框阴影 */
input[type=text], textarea {
    -webkit-appearance: none;
}
/* 低版本安卓文本框层级问题 */
input:focus {
    -webkit-user-modify: read-write-plaintext-only;
}
ol, ul, li, menu {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html, body {
    font-size: 10px;
    line-height: 1;
    color: #303030;
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}
body{
    max-width: 7.5rem;
    display: block;
    margin: 0 auto;
}
a, button, input {
    outline: 0 none;
    text-decoration: none;
}
img {
    border: 0 none;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}
.hide {
    display: none;
}
.cf:after { clear: both; content: ""; display: block; height: 0; overflow: hidden; visibility: hidden; zoom: 1;}



/*头部文件*/
header .headerTop {
    padding: 0.1rem 0.34rem;
    background: #fff;
}
header .headerTop a {
    font-size: 0.24rem;
    color: #2A2A2A;
    font-weight: bold;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}
header .headerTop a img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}
header .headerTop a p {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 0.2rem;
}
header .headerTop .logo img {
    width: 1.8rem;
    height: 0.55rem;
}
header .headerTop .pho {
    margin-top: 0.1rem;
    float: right;
}
header .headerTop .pho img {
    width: 0.32rem;
    height: 0.32rem;
}
header .nav {
    background-color: #2A2A2A;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
	width:100%;
    -webkit-flex: 1;
    justify-content: space-around;
}
header .nav li a {
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.6rem;
    width: 100%;
    height: 100%;
    display: block;
}
/*底部悬浮*/
body{
    padding-bottom: 0.6rem;
}
.bottomSuspension {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.75rem;
    width: 7.5rem;
    background-color: #2A2A2A;
    z-index: 1000;
}
.bottomSuspension ul {
    font-size: 0;
}
.bottomSuspension ul li {
    text-align: center;
    width: 25%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.bottomSuspension ul li a {
    border-right: 1px solid #ffffff;
    display: block;
}
.bottomSuspension ul li a img {
    width: 0.24rem;
    height: 0.24rem;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    line-height: 40;
}
.bottomSuspension ul li a span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #ffffff;
    margin-left: 0.04rem;
}
.bottomSuspension ul li:nth-last-of-type(1) a {
    border: none;
}
/*页尾开始*/
.foot{
    background-color: #2A2A2A;
    padding-top: 14px;
    padding-bottom: 14px;
}
.foot p{
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    line-height: 0.26rem;
}
/*过期专题页弹窗*/
/*弹出层*/
.floor {
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
  .floor .floor_con {
    padding-top: 0.01rem;
    width: 4.05rem;
    height: 5.03rem;
    background: url(/statics/zt_box/ztm/images/tan.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .floor .floor_con .ts {
    margin-top: 2.14rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #333333;
  }
  .floor .floor_con .floor_btns {
    display: flex;
    width: 3.2rem;
    margin: 0.52rem auto 0;
    justify-content: space-between;
  }
  .floor .floor_con .floor_btns div {
    width: 1.41rem;
    height: 0.51rem;
    text-align: center;
    line-height: 0.55rem;
    font-size: 0.2rem;
    color: #ffffff;
    border-radius: 0.25rem;
    cursor: pointer;
  }
  .floor .floor_con .floor_btns .floor_btn1 {
    background-image: linear-gradient(117deg, #be7ef1 0%, #5b60f9 100%), linear-gradient(#ffffff, #ffffff);
  }
  .floor .floor_con .floor_btns .floor_btn2 {
    background-image: linear-gradient(117deg, #f9c27f 0%, #f2954f 100%), linear-gradient(#ffffff, #ffffff);
  }
  
