html,
body {
    /* -webkit-touch-callout: none; */
    /* -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-select: none; */
    background: #fff;
    font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", sans-serif ;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
	font-family: '思源黑体';
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	background-size: 100%!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	
}
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.clearfix:after, .clearfix:before
/*, .c:after, .c:before */
{
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}
.l {
	float: right;
}
.r {
	float: left;
}
.top .jz,
.head .jz{
	display: flex;
	justify-content: space-between;
}
.jz {
	max-width: 12rem;
	margin: 0 auto;
}
.nav .jz {
    max-width: 12.7rem !important;
}
.head .jz{
    padding-left: 0.57rem;
    padding-right: 0.55rem;
}
/*.bl{*/
/*	float: left;*/
/*}*/
/*.br{*/
/*	float: right;*/
/*}*/

a {
	color: #3C3C3C;
	font-size: 0.16rem;
	font-family: "微软雅黑";
}
/* Write your styles */
.am-tab-panel_more {
	font-size: 0.12rem;
	width: 1rem;
	height: 0.32rem;
	line-height: 0.3rem;
	text-align: center;
	border: 1px solid #EEEEEE;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.am-tab-panel_more:hover {
	background-color: #108dee;
	color: #ffffff;
}
.am-tab-panel_more span {
	font-family: SimSun;
}


button,
input:not([type=radio]):not([type=checkbox]),
select {
	vertical-align: middle
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
img {
    max-width: 100%;
    height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	border: 0
}

iuput{
	outline: none;
}
.date-info span{
    font-size: 0.16rem;
    color: rgba(0, 0, 0, 1);
}
 /*定义字体 */
@font-face {
    font-family: 'douyuFont';
    src: url('../fonts/douyuFont.otf') format('truetype'),
        url('../fonts/douyuFont.woff2') format('woff2'),
        url('../fonts/douyuFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
     /*优化字体加载策略 */
}
@font-face {
    font-family: '鸿雷行书简体';
    src: url('../fonts/douyuFont.otf') format('truetype'),
        url('../fonts/douyuFont.woff2') format('woff2'),
        url('../fonts/douyuFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
     /*优化字体加载策略 */
}
@font-face {
    font-family: '得意体';
    src: url('../fonts/SmileySans-Oblique.otf') format('truetype'),
        url('../fonts/SmileySans-Oblique.woff2') format('woff2'),
        url('../fonts/SmileySans-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
     /*优化字体加载策略 */
}
@media only screen and (max-width: 1024px) {
    .jz{
        width: 95%;
        height: auto;
    overflow: hidden;
    }
}