*{padding: 0;margin: 0;box-sizing: border-box;outline: none;}
body{font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;font-size: 14px;font-weight: 900;}
img[src='']{display: none;}
img{max-width: 100%;}
ul,li{list-style: none;}
a{text-decoration: none;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset !important;}

@font-face {
font-family: 'syBold';
src: url('../source/NotoSansCJK-Bold.otf')
}

@font-face {
font-family: 'syLight';
src: url('../source/NotoSansCJK-Light.otf')
}

@font-face {
font-family: 'syMedium';
src: url('../source/NotoSansCJK-Medium.otf')
}

@font-face {
font-family: 'syRegular';
src: url('../source/NotoSansCJK-Regular.otf')
}


.syBold{font-family: 'syBold' !important;}
.syLight{font-family: 'syLight' !important;}
.syMedium{font-family: 'syMedium' !important;}
.syRegular{font-family: 'syRegular' !important;}

/*字体大小*/
.fsize_12{font-size: 14px !important;}
.fsize_13{font-size: 13px !important;}
.fsize_14{font-size: 16px !important;}
.fsize_16{font-size: 16px !important;}
.fsize_18{font-size: 18px !important;}
.fsize_20{font-size: 20px !important;}
.fsize_21{font-size: 21px !important;}
.fsize_22{font-size: 22px !important;}
.fsize_24{font-size: 24px !important;}
.fsize_26{font-size: 26px !important;}
.fsize_28{font-size: 28px !important;}
.fsize_30{font-size: 30px !important;}
.fsize_34{font-size: 34px !important;}
.fsize_36{font-size: 36px !important;}
.fsize_40{font-size: 40px !important;}
.fsize_48{font-size: 48px !important;}
.fsize_50{font-size: 50px !important;}
.fsize_52{font-size: 51px !important;}
.fsize_60{font-size: 60px !important;}
.fsize_65{font-size: 65px !important;}
.fsize_76{font-size: 76px !important;}




.grad2 {
  background: -webkit-linear-gradient(45deg, #0cbe47, #045c2e); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(45deg, #0cbe47, #045c2e); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(45deg, #0cbe47, #045c2e); /* Firefox 3.6 - 15 */
  background: linear-gradient(45deg, #0cbe47, #045c2e); /* 标准的语法 */
 transform:rotate(45deg);
-ms-transform:rotate(45deg); /* Internet Explorer */
-moz-transform:rotate(45deg); /* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); /* Opera */
}
.grad {
  background: -webkit-linear-gradient(135deg, #0fe551, #024a29); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(135deg, #0fe551, #024a29); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(135deg, #0fe551, #024a29); /* Firefox 3.6 - 15 */
  background: linear-gradient(135deg, #0fe551, #024a29); /* 标准的语法 */
}



.bold{font-weight: bold;}
.cursor:hover{cursor:pointer;}
/*字体颜色*/
.cor_gr{color: #18cf22;}
.cor_tip{color: #564e4b;}
.cor_5a{color: #5a5a5a;}
.cor_89{color: #898989;}
.cor_c2{color: #c2c2c2;}

/*超出显示省略号*/
.omit1{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.omit2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.omit3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.omit4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}

.scale{
	transform:scale(1.4);
-ms-transform:scale(1.4); 	/* IE 9 */
-moz-transform:scale(1.4); 	/* Firefox */
-webkit-transform:scale(1.4); /* Safari 和 Chrome */
-o-transform:scale(1.4); 	/* Opera */
}
