@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin:0;
  top:0;
  height: 100%;
  width: 100%;
  /*min-width: 1200px;*/
  color: #333;
}
body,
input,
button,
select {
  font-family: '微软雅黑';
  font-size: 14px;
  background: #fff;
}
a {
  text-decoration: none;
  outline: 0 none;
}
img {
  border: 0 none;
  vertical-align: middle;
}
ol,
ul,
li,
table,
tbody {
  margin: 0;
  padding: 0;
  list-style: none;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
select::-ms-expand {
  display: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
  -webkit-appearance: none;
  appearance: none;
  font-family: '微软雅黑';
  border-radius: 0;
  outline: none;
}
select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
header{
  width:100% !important;
}
/**字体**/
.ff0 {
  font-family: 'arial';
}
.ff1 {
  font-family: '微软雅黑';
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px !important;
}
.fs32 {
  font-size: 32px !important;
}
.fs34 {
  font-size: 34px;
}
.fs36 {
  font-size: 36px;
}
.fs40 {
  font-size: 40px !important;
}
.fs42 {
  font-size: 42px;
}
.fs44 {
  font-size: 44px;
}
.fs48 {
  font-size: 48px;
}
/**颜色**/
.colorWhite {
  color: #fff !important;
}
.colorBlack {
  color: #020207;
}
.colorOrange {
  color: #ffa31f;
}
.colorDarkGray {
  color: #333;
}
.colorGray {
  color: #666;
}
.colorLightGray {
  color: #999;
}
.colorRed {
  color: #e6081f;
}
.colorGreen {
  color: #90be20;
}
.colorBlue {
  color: #4395ff;
}
.color222 {
  color: #222;
}
/**字体对齐方式**/
.textl {
  text-align: left;
}
.textr {
  text-align: right;
}
.textc {
  text-align: center;
}
.textj {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.fontw {
  font-weight: bold;
}
.fontn {
  font-style: normal;
  font-weight: normal;
}
.fontd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fontd2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fontd3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**背景颜色**/
.backWhite {
  background-color: #fff !important;
}
.backBlack {
  background-color: #020207 !important;
}
.backGray {
  background-color: #f7f7f7 !important;
}
.backGray1 {
  background-color: #dbdbdb !important;
}
.backOrange {
  background-color: #ffa31f !important;
}
.backGreen {
  background-color: #90be20 !important;
}
.backTm {
  background-color: transparent !important;
}
.bg-dark-blue{
  background-color: #0C1C3E !important;
}
.bg-lightBlue{
  background-color: #3BBDFB !important;
}
.backe7e {
  background-color: #f7f7f7 !important;
}
/**边框**/
.bordern {
  border: none !important;
}
.borderLn {
  border-left: none;
}
.borderRn {
  border-right: none;
}
.borderTn {
  border-top: none;
}
.borderBn {
  border-bottom: none;
}
.borderGray {
  border: 1px solid #dbdbdb;
}
.borderOrange {
  border: 1px solid #f08300;
}
.borderWhite {
  border: 1px solid #fff;
}
.borderGreen {
  border: 1px solid #90be20;
}
.borderCcc {
  border: 1px solid #ccc;
}
.borderr4 {
  border-radius: 4px;
}
.borderr6 {
  border-radius: 6px;
}
.borderr8 {
  border-radius: 8px;
}
.borderr50_ {
  border-radius: 50%;
}
/**定位**/
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.pof {
  position: fixed;
}
.ovh {
  overflow: hidden;
}
.ova {
  overflow: auto;
}
.ovv {
  overflow: visible;
}
.block {
  display: block;
}
.none {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.fm {
  margin: 0 auto;
}
.width100_ {
  width: 100%;
}
.width50_ {
  width: 50%;
}
.width1200 {
  width: 1200px;
}
.width1200m {
  min-width: 1200px;
}
.width1038{
  width:1038px;
}
.width868 {
  width: 868px;
}
.width594 {
  width: 594px;
}
.width470{
  width:470px;
}
.width392 {
  width: 392px;
}
.width320 {
  width: 320px;
}
.width291 {
  width: 291px;
}
.width251 {
  width: 251px;
}
.height100_ {
  height: 100%;
}
.mr12 {
  margin-right: 12px;
}
.ml12 {
  margin-left: 12px;
}
.mt12 {
  margin-top: 12px;
}
.mb12 {
  margin-bottom: 12px;
}
.mr6 {
  margin-right: 6px;
}
.ml6 {
  margin-left: 6px;
}
.mt6 {
  margin-top: 6px;
}
.mb6 {
  margin-bottom: 6px;
}
.mr0 {
  margin-right: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.cup {
  cursor: pointer;
}
.o0 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.o1 {
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}
.o2 {
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.o3 {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.o4 {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.o5 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.o6 {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.o7 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.o8 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.o9 {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.o10 {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.active{
  background-color: #fff !important;
}
.selected{
  color: #3066D9;
}

