/*清除浏览器默认样式*/
body,ul,li,h1,h2,h3,h4,h5,h6,p,div,a,i,b,span,footer,header,nav,section,label{  margin: 0; padding: 0;list-style: none;}
body{/*font: normal 12px/180% "SimSun";*/font-size:14px;font-family: 'Microsoft YaHei';color: #333;overflow-x: hidden;letter-spacing: .4px;}
body,html { width: 100%;height: 100%;}
a{ color:inherit; text-decoration: none;cursor: pointer;}
a:hover{text-decoration: none;color: #D81F27;}
a:focus{text-decoration: none;}
a:active { color: inherit;text-decoration: none;}
input,textarea,select,option,button{ font-family: "微软雅黑";margin: 0;padding: 0 10px;-webkit-border: none;border: none;-webkit-outline: none;-moz-outline: none;outline: none;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance: none;resize: none;background-color: inherit;-webkit-box-shadow: none;box-shadow: none;box-sizing: border-box;}
img {list-style: none;border: none;display: block;margin: 0 auto;height: auto;border-radius: 0;}
p,span,b,i{ cursor: default;}
h1,h2,h3,h4,h5,h6,button,input[type="submit"],input[type="button"],label { cursor: pointer;line-height: inherit;}
.clear:after{ content: ""; display: block;clear: both;}
embed#xunlei_com_thunder_helper_plugin_d462f475-c18e-46be-bd10-327458d045bd { display: none;}
.fl {float: left;}
.fr {float: right;}
.center { margin: 0 auto;width: 1200px;}
.ellipsis-1 {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis-2 {display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis-3 {display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.flexBoxNormal {display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.flexBox {display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-align-items: center;-moz-align-items: center;-webkit-box-align: center;align-items: center;}
.flexBox.between {-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content: space-between;}
.flexBox.around {-webkit-box-pack:justify;-webkit-justify-content: space-around;-ms-flex-pack:justify;justify-content: space-around;}
.flexBox.jusCenter {-webkit-box-pack:justify;-webkit-justify-content:center;-ms-flex-pack:justify;justify-content: center;}
.backgroundImageCover { background-position: center;background-size: cover;background-repeat: no-repeat;}
.imgOverflow {position: relative;width: 100%;overflow: hidden;}
/*右箭头*/
.yjt {display: inline-block;width: 20px;height: 20px;border-top: 1px solid #999;border-right: 1px solid #999;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.yjt.yjt-x {width: 16px;height: 16px;}
/*实心下三角*/
.xsjSx {display: inline-block;width:0; height:0; border-width: 5px 5px 0;border-style:solid;border-color: #BF6A6B transparent transparent;font-style: normal;}
/*滚动条消失*/
body::-webkit-scrollbar,html::-webkit-scrollbar{width: 1px;background-color: #000;}

/*字体引用*/
@font-face {
	font-family: "icon";
  	src: url('../font/iconfont.eot?'); /* IE9*/
  	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  	url('../font/iconfont.woff?') format('woff'), /* chrome, firefox */
  	url('../font/iconfont.ttf?') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  	url('../font/iconfont.svg?#iconfont') format('svg'); /* iOS 4.1- */
}
.icon{ font-family: icon;font-style: normal;}

/*义铁*/
.textRed { color: #D81F27 !important;}

.none{
	display: none;
}
.block{
	display: block;
}
