.font-12{
  font-size: 12px !important;
}
.font-14{
  font-size: 14px !important;
}
.font-16{
  font-size: 16px !important;
}
.font-18{
  font-size: 18px !important;
}
.font-20{
  font-size: 20px !important;
}
.font-22{
  font-size: 22px !important;
}
.font-24{
  font-size: 24px !important;
}
.font-26{
  font-size: 26px !important;
}
.font-28{
  font-size: 28px !important;
}
.font-30{
  font-size: 30px !important;
}
.font-40{
  font-size: 40px !important;
}
.font-50{
  font-size: 50px !important;
}

.font-bold{
  font-weight: bold !important
}

.font-italic{
  font-style: italic !important
}

.font-normal{
  font-weight: normal !important
}

.arial{
  font-family: arial !important;
}

.textcenter{
  text-align: center !important;
}

.textright{
  text-align: right !important;
}

.textleft{
  text-align: left !important;
}

.uppercase{
  text-transform: uppercase;
}

.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-top{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.flex-bottom{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.hd{
  margin-right: 10px;
}

.bd{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.ft{
  text-align: right;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

.fixed-header{
  height: 50px;
}

.fixed-footer{
  margin-bottom: 80px;
}

.fixed-bottom{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.fixed-top{
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.padding{
  padding: 0 20px;
}

.padding-all{
  padding: 20px;
}

.padding-left{
  padding-left: 20px;
}

.padding-right{
  padding-right: 20px;
}

.padding-top{
  padding-top: 20px;
}

.padding-bottom{
  padding-bottom: 20px;
}

.pd10{
  padding: 0 10px;
}

.pd10-all{
  padding: 10px;
}

.left{
  float: left;
}

.right{
  float: right;
}

.clear{
  clear: both;
}

.emptyinfo{
  text-align: center;
  color: #999;
  font-size: 12px;
  margin: 20px 0;
  position: relative;
}
.emptyinfo .tips{
  position: relative;
  height: 22px;
  line-height: 22px;
}
.emptyinfo .tips::before{
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #ddd;
  top: 9px;
  left: -60px;
}
.emptyinfo .tips::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #ddd;
  top: 9px;
  right: -60px;
}

.empty{
  text-align: center;
  color: #999;
  font-size: 14px;
  margin: 20px 0;
}

.empty .iconfont{
  font-size: 50px;
  height: 50px;
  line-height: 50px;
}

.empty p{
  display: block;
  margin-top: 5px;
  font-size: 20px;
}

.loading{
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 14px;
  margin: 20px 0;
}

.bg-blur{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.textflow{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

/*颜色*/
.primary{
  color: #ff6a6a !important;
}
.secondary{
  color: #6b0000 !important;
}
.danger{
  color: #f53d3d !important;
}
.light{
  color: #f4f4f4 !important;
}
.light2{
  color: #fafafa !important;
}
.dark{
  color: #333 !important;
}
.dark2{
  color: #666 !important;
}
.dark3{
  color: #999 !important;
}
.dark4{
  color: #a0a0a0 !important;
}
.white{
  color: #fff !important;
}
.yellow{
  color: #ffcc00 !important;
}
.yellow2{
  color: #f4f106 !important;
}
.gray{
  color: #ccc !important;
}
.gray2{
  color: #eeeeee !important;
}
.gray3{
  color: #f5f5f5 !important;
}
.cyan{
  color: #84dff2 !important;
}
.red{
  color: #ff6666 !important;
}
.red2{
  color: #FC5959 !important;
}
.pink{
  color: #f7b3d8 !important;
}
.violet{
  color: #a779f6 !important;
}
.violet2{
  color: #4e1854 !important;
}
.green{
  color: #d0f061 !important;
}
.green2{
  color: #659e3d !important;
}
.green3{
  color: #55b837 !important;
}
.green4{
  color: #00c168 !important;
}
.green5{
  color: #82B64A !important;
}
.orange{
  color: #FE8D00 !important;
}
.orange2{
  color: #FF7E28 !important;
}
.brown{
  color: #914c2b !important;
}
.blue{
  color: #00aaef !important;
}
.blue2{
  color: #487FBF !important;
}
.vip{
  color: #CD7F32 !important;
}
.gold{
  color: #d2ba8f !important;
}
.gold2{
  color: #b08f02 !important;
}

/*背景*/
.bg-primary{
  background-color: #ff6a6a !important;
}
.bg-secondary{
  background-color: #6b0000 !important;
}
.bg-danger{
  background-color: #a60322 !important;
}
.bg-light{
  background-color: #f4f4f4 !important;
}
.bg-light2{
  background-color: #fafafa !important;
}
.bg-dark{
  background-color: #333 !important;
}
.bg-dark2{
  background-color: #666 !important;
}
.bg-dark3{
  background-color: #999 !important;
}
.bg-white{
  background-color: #fff !important;
}
.bg-yellow{
  background-color: #ffcc00 !important;
}
.bg-yellow2{
  background-color: #f4f106 !important;
}
.bg-gray{
  background-color: #ccc !important;
}
.bg-gray2{
  background-color: #eeeeee !important;
}
.bg-gray3{
  background-color: #f5f5f5 !important;
}
.bg-cyan{
  background-color: #84dff2 !important;
}
.bg-red{
  background-color: #ff6666 !important;
}
.bg-red2{
  background-color: #FC5959 !important;
}
.bg-pink{
  background-color: #f7b3d8 !important;
}
.bg-violet{
  background-color: #a779f6 !important;
}
.bg-violet2{
  background-color: #4e1854 !important;
}
.bg-green{
  background-color: #d0f061 !important;
}
.bg-green2{
  background-color: #659e3d !important;
}
.bg-green3{
  background-color: #55b837 !important;
}
.bg-green4{
  background-color: #00c168 !important;
}
.bg-green5{
  background-color: #82B64A !important;
}
.bg-orange{
  background-color: #FE8D00 !important;
}
.bg-orange2{
  background-color: #FF7E28 !important;
}
.bg-brown{
  background-color: #914c2b !important;
}
.bg-blue{
  background-color: #00aaef !important;
}
.bg-blue2{
  background-color: #487FBF !important;
}
.bg-vip{
  background-color: #CD7F32 !important;
}
.bg-gold{
  background-color: #d2ba8f !important;
}
.bg-gold2{
  background-color: #b08f02 !important;
}
.bg-gold3{
  background-color: #fff5cc !important;
}

.img-cover{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-contain{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.img-cover-banner{
	padding-bottom: 46%;
}
.img-cover-banner2{
	padding-bottom: 36%;
}

.img-cover-16-9{
	padding-bottom: 56.25%;
}

.img-cover-16-10{
	padding-bottom: 62.5%;
}

.img-cover-9-16{
	padding-bottom: 178%;
}

.img-cover-4-3{
	padding-bottom: 75%;
}

.img-cover-80{
	padding-bottom: 80%;
}

.img-cover-85{
	padding-bottom: 85%;
}

.img-cover-90{
	padding-bottom: 90%;
}

.img-cover-95{
	padding-bottom: 95%;
}

.shadow{
  -webkit-box-shadow:0px 0px 5px #ccc;
  -moz-box-shadow:0px 0px 5px #ccc;
  box-shadow:0px 0px 5px #ccc;
}

.mt2{
  margin-top: 2px;
}
.mt3{
  margin-top: 3px;
}
.mt5{
  margin-top: 5px;
}

.mt10{
  margin-top: 10px;
}

.mt15{
  margin-top: 15px;
}

.mt20{
  margin-top: 20px;
}

.mt25{
  margin-top: 25px;
}

.mt30{
  margin-top: 30px;
}

.mt35{
  margin-top: 35px;
}

.mt40{
  margin-top: 40px;
}

.mt45{
  margin-top: 45px;
}

.mt50{
  margin-top: 50px;
}
.mt55{
  margin-top: 55px;
}
.mt60{
  margin-top: 60px;
}
.mt65{
  margin-top: 65px;
}
.mt70{
  margin-top: 70px;
}
.mt75{
  margin-top: 75px;
}
.mt80{
  margin-top: 80px;
}
.mt85{
  margin-top: 85px;
}
.mt90{
  margin-top: 90px;
}
.mt95{
  margin-top: 95px;
}
.mt100{
  margin-top: 100px;
}

.mb5{
  margin-bottom: 5px;
}

.mb10{
  margin-bottom: 10px;
}

.mb15{
  margin-bottom: 15px;
}

.mb20{
  margin-bottom: 20px;
}

.mb25{
  margin-bottom: 25px;
}

.mb30{
  margin-bottom: 30px;
}

.mb35{
  margin-bottom: 35px;
}

.mb40{
  margin-bottom: 40px;
}

.mb45{
  margin-bottom: 45px;
}

.mb50{
  margin-bottom: 50px;
}
.mb55{
  margin-bottom: 55px;
}
.mb60{
  margin-bottom: 60px;
}
.mb65{
  margin-bottom: 65px;
}
.mb70{
  margin-bottom: 70px;
}
.mb75{
  margin-bottom: 75px;
}
.mb80{
  margin-bottom: 80px;
}
.mb85{
  margin-bottom: 85px;
}
.mb90{
  margin-bottom: 90px;
}
.mb95{
  margin-bottom: 95px;
}
.mb100{
  margin-bottom: 100px;
}


.pt5{
  padding-top: 5px;
}

.pt10{
  padding-top: 10px;
}

.pt15{
  padding-top: 15px;
}

.pt20{
  padding-top: 20px;
}

.pt25{
  padding-top: 25px;
}

.pt30{
  padding-top: 30px;
}

.pt35{
  padding-top: 35px;
}

.pt40{
  padding-top: 40px;
}

.pt45{
  padding-top: 45px;
}

.pt50{
  padding-top: 50px;
}
.pt50{
  padding-top: 50px;
}
.pt55{
  padding-top: 55px;
}
.pt60{
  padding-top: 60px;
}
.pt65{
  padding-top: 65px;
}
.pt70{
  padding-top: 70px;
}
.pt75{
  padding-top: 75px;
}
.pt80{
  padding-top: 80px;
}
.pt85{
  padding-top: 85px;
}
.pt90{
  padding-top: 90px;
}
.pt95{
  padding-top: 95px;
}
.pt100{
  padding-top: 100px;
}

.pb5{
  padding-bottom: 5px;
}

.pb10{
  padding-bottom: 10px;
}

.pb15{
  padding-bottom: 15px;
}

.pb20{
  padding-bottom: 20px;
}

.pb25{
  padding-bottom: 25px;
}

.pb30{
  padding-bottom: 30px;
}

.pb35{
  padding-bottom: 35px;
}

.pb40{
  padding-bottom: 40px;
}

.pb45{
  padding-bottom: 45px;
}

.pb50{
  padding-bottom: 50px;
}
.pb55{
  padding-bottom: 55px;
}
.pb60{
  padding-bottom: 60px;
}
.pb65{
  padding-bottom: 65px;
}
.pb70{
  padding-bottom: 70px;
}
.pb75{
  padding-bottom: 75px;
}
.pb80{
  padding-bottom: 80px;
}
.pb85{
  padding-bottom: 85px;
}
.pb90{
  padding-bottom: 90px;
}
.pb95{
  padding-bottom: 95px;
}
.pb100{
  padding-bottom: 100px;
}

/*隐藏滚动条*/
::-webkit-scrollbar{
  width: 0;
  height: 0;
  color: transparent;
}

.block{
  display: block;
}

.topLabel{
  padding: 2px 5px;
  border-radius: 5px;
  background: #f30;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}

.col{
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
/*一行显示5个*/
.col-5{
  width: 20% !important;
}
/*一行显示4个*/
.col-4{
  width: 25% !important;
}
/*一行显示3个*/
.col-3{
  width: 33.33333333% !important;
}
/*一行显示3个*/
.col-2{
  width: 50% !important;
}
/*一行显示3个*/
.col-1{
  width: 100% !important;
}

.mask{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.of-hidden{
  overflow: hidden;
}

.line{
  width: 100%;
  height: 1px;
}

.inline{
  display: inline-block;
  vertical-align: middle;
}
.inline-bottom{
  display: inline-block;
  vertical-align: baseline;
}

.flex-1{
	flex: 1;
}
.flex-2{
	flex: 2;
}
.flex-3{
	flex: 3;
}
.flex-4{
	flex: 4;
}
.flex-5{
	flex: 5;
}
.flex-6{
	flex: 6;
}
.flex-7{
	flex: 7;
}
.flex-8{
	flex: 8;
}
.flex-9{
	flex: 9;
}

.color-1{
  background: #edf2fd;
  color: #4e85f4;
}
.color-2{
  background: #edfafe;
  color: #48c0f6;
}
.color-3{
  background: #fff6ee;
  color: #ffa769;
}
.color-4{
  background: #ffeeee;
  color: #ff5d62;
}
.color-5{
  background: #edfef3;
  color: #13ac2d;
}
.color-6{
  background: #f6e9fd;
  color: #b550dd;
}
.color-7{
  background: #e9ecfd;
  color: #546cf3;
}
.color-8{
  background: #e2f9fe;
  color: #00a6f9;
}
.color-9{
  background: #edf2fd;
  color: #4e85f4;
}
.color-10{
  background: #e3fffb;
  color: #00c8b7;
}
