/*--  重置样式  --*/
html,
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
input {
  padding: 0;
}
fieldset,
img,
iframe {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
capation {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: " ";
}
abbr,
acronym {
  border: 0;
}
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
table {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-collapse: collapse;
}
textarea {
  resize: vertical;
}
/*--  表单  --*/
input {
  outline: none;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #757575 !important;
}
/*--  特殊  --*/
.pointer {
  cursor: pointer;
}
/*--  文字排版  --*/
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.fsn {
  font-style: normal;
}
.fst {
  font-family: normal;
}
.ffs {
  font-family: "FangSong";
}
.fkt {
  font-family: "KaiTi";
}
.fyh {
  font-family: "Microsoft YaHei";
}
.fht {
  font-family: "SimHei";
}
.unl {
  text-decoration: underline;
}
.no_unl {
  text-decoration: none;
}
.t2 {
  text-indent: 2em;
}
.nowrap {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.fw600{font-weight: 600;}
/*--  文字大小  --*/
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f34 {
  font-size: 34px;
}
.f36 {
  font-size: 36px;
}
.f38 {
  font-size: 38px;
}
.f40 {
  font-size: 40px;
}
.f90{font-size:90px;}
.ls2 {
  letter-spacing: 2px;
}
.ls3 {
  letter-spacing: 3px;
}
.ls4 {
  letter-spacing: 4px;
}
.ls5 {
  letter-spacing: 5px;
}
/*--  颜色  --*/
.red1 {
  color: #ff6160;
}
.green1 {
  color: #00b3a4;
}
.blue1 {
  color: #1cabff;
}
.deepBlue {
  color: #0092e8;
}
.darkBlue {
  color: #0072b5;
}
/*-- 背景颜色 --*/
.bg_white {
  background: #ffffff;
}
.bgF1F0EE {
  background: #f1f0ee;
}
/*--  定位  --*/
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.bc {
  margin-left: auto;
  margin-right: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fli {
  float: left;
  display: inline;
}
.fri {
  float: right;
  display: inline;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "\0020";
  visibility: hidden;
  height: 0;
}
.cb {
  clear: both;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.disib {
  display: inline-block;
}
.disb {
  display: block;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.vb {
  vertical-align: bottom;
}
.vp40 {
  vertical-align: 40%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.abs-right {
  position: absolute;
  right: 0;
}
.zoom {
  zoom: 1;
}
.hidden {
  visibility: hidden;
}
.none {
  display: none;
}
.ofa {
  overflow: auto;
}
.ofh {
  overflow: hidden;
}
.bd0 {
  border: 0px;
}
/* width宽度 */
.w0 {
  width: 0px;
}
.w10 {
  width: 10px;
}
.w15 {
  width: 15px;
}
.w20 {
  width: 20px;
}
.w25 {
  width: 25px;
}
.w30 {
  width: 30px;
}
.w35 {
  width: 35px;
}
.w40 {
  width: 40px;
}
.w45 {
  width: 45px;
}
.w50 {
  width: 50px;
}
.w55 {
  width: 55px;
}
.w60 {
  width: 60px;
}
.w64 {
  width: 64px;
}
.w65 {
  width: 65px;
}
.w70 {
  width: 70px;
}
.w75 {
  width: 75px;
}
.w80 {
  width: 80px;
}
.w85 {
  width: 85px;
}
.w90 {
  width: 90px;
}
.w95 {
  width: 95px;
}
.w100 {
  width: 100px;
}
.w105 {
  width: 105px;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w125 {
  width: 125px;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w160 {
  width: 160px;
}
.w170 {
  width: 170px;
}
.w180 {
  width: 180px;
}
.w188 {
  width: 188px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w205 {
  width: 205px;
}
.w210 {
  width: 210px;
}
.w215 {
  width: 215px;
}
.w220 {
  width: 220px;
}
.w227 {
  width: 227px;
}
.w230 {
  width: 230px;
}
.w240 {
  width: 240px;
}
.w250 {
  width: 250px;
}
.w255 {
  width: 255px;
}
.w260 {
  width: 260px;
}
.w265 {
  width: 265px;
}
.w270 {
  width: 270px;
}
.w275 {
  width: 275px;
}
.w280 {
  width: 280px;
}
.w285 {
  width: 285px;
}
.w290 {
  width: 290px;
}
.w300 {
  width: 300px;
}
.w310 {
  width: 310px;
}
.w320 {
  width: 320px;
}
.w330 {
  width: 330px;
}
.w340 {
  width: 340px;
}
.w350 {
  width: 350px;
}
.w355 {
  width: 355px;
}
.w360 {
  width: 360px;
}
.w370 {
  width: 370px;
}
.w375 {
  width: 375px;
}
.w380 {
  width: 380px;
}
.w388 {
  width: 388px;
}
.w390 {
  width: 390px;
}
.w400 {
  width: 400px;
}
.w410 {
  width: 410px;
}
.w420 {
  width: 420px;
}
.w430 {
  width: 430px;
}
.w435 {
  width: 435px;
}
.w440 {
  width: 440px;
}
.w450 {
  width: 450px;
}
.w460 {
  width: 460px;
}
.w470 {
  width: 470px;
}
.w480 {
  width: 480px;
}
.w485 {
  width: 485px;
}
.w490 {
  width: 490px;
}
.w500 {
  width: 500px;
}
.w506 {
  width: 506px;
}
.w510 {
  width: 510px;
}
.w520 {
  width: 520px;
}
.w530 {
  width: 530px;
}
.w540 {
  width: 540px;
}
.w550 {
  width: 550px;
}
.w560 {
  width: 560px;
}
.w570 {
  width: 570px;
}
.w580 {
  width: 580px;
}
.w590 {
  width: 590px;
}
.w600 {
  width: 600px;
}
.w610 {
  width: 610px;
}
.w620 {
  width: 620px;
}
.w630 {
  width: 630px;
}
.w635 {
  width: 635px;
}
.w640 {
  width: 640px;
}
.w650 {
  width: 650px;
}
.w660 {
  width: 660px;
}
.w670 {
  width: 670px;
}
.w680 {
  width: 680px;
}
.w690 {
  width: 690px;
}
.w700 {
  width: 700px;
}
.w710 {
  width: 710px;
}
.w720 {
  width: 720px;
}
.w724 {
  width: 724px;
}
.w730 {
  width: 730px;
}
.w740 {
  width: 740px;
}
.w750 {
  width: 750px;
}
.w760 {
  width: 760px;
}
.w765 {
  width: 765px;
}
.w770 {
  width: 770px;
}
.w780 {
  width: 780px;
}
.w790 {
  width: 790px;
}
.w800 {
  width: 800px;
}
.w810 {
  width: 810px;
}
.w820 {
  width: 820px;
}
.w830 {
  width: 830px;
}
.w840 {
  width: 840px;
}
.w850 {
  width: 850px;
}
.w860 {
  width: 860px;
}
.w870 {
  width: 870px;
}
.w880 {
  width: 880px;
}
.w890 {
  width: 890px;
}
.w900 {
  width: 900px;
}
.w910 {
  width: 910px;
}
.w920 {
  width: 920px;
}
.w930 {
  width: 930px;
}
.w940 {
  width: 940px;
}
.w950 {
  width: 950px;
}
.w960 {
  width: 960px;
}
.w970 {
  width: 970px;
}
.w980 {
  width: 980px;
}
.w990 {
  width: 990px;
}
.w1000 {
  width: 1000px;
}
.w1010 {
  width: 1010px;
}
.w1020 {
  width: 1020px;
}
.w1030 {
  width: 1030px;
}
.w1050 {
  width: 1050px;
}
.w1080 {
  width: 1080px;
}
.w1100 {
  width: 1100px;
}
.w1150 {
  width: 1150px;
}
.w1200 {
  width: 1200px;
}
.w1246 {
  width: 1246px;
}
.w1260 {
  width: 1260px;
}
.w1280 {
  width: 1280px;
}
.wp0 {
  width: 0%;
}
.wp1 {
  width: 1%;
}
.wp2 {
  width: 2%;
}
.wp3 {
  width: 3%;
}
.wp4 {
  width: 4%;
}
.wp5 {
  width: 5%;
}
.wp6 {
  width: 6%;
}
.wp7 {
  width: 7%;
}
.wp8 {
  width: 8%;
}
.wp9 {
  width: 9%;
}
.wp10 {
  width: 10%;
}
.wp11 {
  width: 11%;
}
.wp12 {
  width: 12%;
}
.wp13 {
  width: 13%;
}
.wp14 {
  width: 14%;
}
.wp15 {
  width: 15%;
}
.wp16 {
  width: 16%;
}
.wp17 {
  width: 17%;
}
.wp18 {
  width: 18%;
}
.wp19 {
  width: 19%;
}
.wp20 {
  width: 20%;
}
.wp21 {
  width: 21%;
}
.wp22 {
  width: 22%;
}
.wp23 {
  width: 23%;
}
.wp24 {
  width: 24%;
}
.wp25 {
  width: 25%;
}
.wp26 {
  width: 26%;
}
.wp27 {
  width: 27%;
}
.wp28 {
  width: 28%;
}
.wp29 {
  width: 29%;
}
.wp30 {
  width: 30%;
}
.wp31 {
  width: 31%;
}
.wp32 {
  width: 32%;
}
.wp33 {
  width: 33%;
}
.wp34 {
  width: 34%;
}
.wp35 {
  width: 35%;
}
.wp36 {
  width: 36%;
}
.wp37 {
  width: 37%;
}
.wp38 {
  width: 38%;
}
.wp39 {
  width: 39%;
}
.wp40 {
  width: 40%;
}
.wp41 {
  width: 41%;
}
.wp42 {
  width: 42%;
}
.wp43 {
  width: 43%;
}
.wp44 {
  width: 44%;
}
.wp45 {
  width: 45%;
}
.wp46 {
  width: 46%;
}
.wp47 {
  width: 47%;
}
.wp48 {
  width: 48%;
}
.wp49 {
  width: 49%;
}
.wp50 {
  width: 50%;
}
.wp51 {
  width: 51%;
}
.wp52 {
  width: 52%;
}
.wp53 {
  width: 53%;
}
.wp54 {
  width: 54%;
}
.wp55 {
  width: 55%;
}
.wp56 {
  width: 56%;
}
.wp57 {
  width: 57%;
}
.wp58 {
  width: 58%;
}
.wp59 {
  width: 59%;
}
.wp60 {
  width: 60%;
}
.wp61 {
  width: 61%;
}
.wp62 {
  width: 62%;
}
.wp63 {
  width: 63%;
}
.wp64 {
  width: 64%;
}
.wp65 {
  width: 65%;
}
.wp66 {
  width: 66%;
}
.wp67 {
  width: 67%;
}
.wp68 {
  width: 68%;
}
.wp69 {
  width: 69%;
}
.wp70 {
  width: 70%;
}
.wp71 {
  width: 71%;
}
.wp72 {
  width: 72%;
}
.wp73 {
  width: 73%;
}
.wp74 {
  width: 74%;
}
.wp75 {
  width: 75%;
}
.wp76 {
  width: 76%;
}
.wp77 {
  width: 77%;
}
.wp78 {
  width: 78%;
}
.wp79 {
  width: 79%;
}
.wp80 {
  width: 80%;
}
.wp81 {
  width: 81%;
}
.wp82 {
  width: 82%;
}
.wp83 {
  width: 83%;
}
.wp84 {
  width: 84%;
}
.wp85 {
  width: 85%;
}
.wp86 {
  width: 86%;
}
.wp87 {
  width: 87%;
}
.wp88 {
  width: 88%;
}
.wp89 {
  width: 89%;
}
.wp90 {
  width: 90%;
}
.wp91 {
  width: 91%;
}
.wp92 {
  width: 92%;
}
.wp93 {
  width: 93%;
}
.wp94 {
  width: 94%;
}
.wp95 {
  width: 95%;
}
.wp96 {
  width: 96%;
}
.wp97 {
  width: 97%;
}
.wp98 {
  width: 98%;
}
.wp99 {
  width: 99%;
}
.wp100 {
  width: 100%;
}
/* height高度 */
.h0 {
  height: 0px;
}
.h1 {
  height: 1px;
}
.h2 {
  height: 2px;
}
.h3 {
  height: 3px;
}
.h4 {
  height: 4px;
}
.h5 {
  height: 5px;
}
.h10 {
  height: 10px;
}
.h12 {
  height: 12px;
}
.h15 {
  height: 15px;
}
.h16 {
  height: 16px;
}
.h18 {
  height: 18px;
}
.h20 {
  height: 20px;
}
.h21 {
  height: 21px;
}
.h22 {
  height: 22px;
}
.h24 {
  height: 24px;
}
.h25 {
  height: 25px;
}
.h26 {
  height: 26px;
}
.h27 {
  height: 27px;
}
.h28 {
  height: 28px;
}
.h29 {
  height: 29px;
}
.h30 {
  height: 30px;
}
.h35 {
  height: 35px;
}
.h40 {
  height: 40px;
}
.h45 {
  height: 45px;
}
.h48 {
  height: 48px;
}
.h50 {
  height: 50px;
}
.h60 {
  height: 60px;
}
.h70 {
  height: 70px;
}
.h80 {
  height: 80px;
}
.h90 {
  height: 90px;
}
.h100 {
  height: 100px;
}
.h105 {
  height: 105px;
}
.h110 {
  height: 110px;
}
.h120 {
  height: 120px;
}
.h130 {
  height: 130px;
}
.h140 {
  height: 140px;
}
.h150 {
  height: 150px;
}
.h160 {
  height: 160px;
}
.h170 {
  height: 170px;
}
.h180 {
  height: 180px;
}
.h190 {
  height: 190px;
}
.h200 {
  height: 200px;
}
.h210 {
  height: 210px;
}
.h220 {
  height: 220px;
}
.h230 {
  height: 230px;
}
.h240 {
  height: 240px;
}
.h250 {
  height: 250px;
}
.h260 {
  height: 260px;
}
.h270 {
  height: 270px;
}
.h280 {
  height: 280px;
}
.h290 {
  height: 290px;
}
.h300 {
  height: 300px;
}
.h310 {
  height: 310px;
}
.h320 {
  height: 320px;
}
.h330 {
  height: 330px;
}
.h337 {
  height: 337px;
}
.h340 {
  height: 340px;
}
.h350 {
  height: 350px;
}
.h360 {
  height: 360px;
}
.h370 {
  height: 370px;
}
.h380 {
  height: 380px;
}
.h390 {
  height: 390px;
}
.h400 {
  height: 400px;
}
.h410 {
  height: 410px;
}
.h420 {
  height: 420px;
}
.h430 {
  height: 430px;
}
.h440 {
  height: 440px;
}
.h450 {
  height: 450px;
}
.h460 {
  height: 460px;
}
.h470 {
  height: 470px;
}
.h480 {
  height: 480px;
}
.h487 {
  height: 487px;
}
.h490 {
  height: 490px;
}
.h500 {
  height: 500px;
}
.h510 {
  height: 510px;
}
.h520 {
  height: 520px;
}
.h530 {
  height: 530px;
}
.h540 {
  height: 540px;
}
.h550 {
  height: 550px;
}
.h560 {
  height: 560px;
}
.h570 {
  height: 570px;
}
.h580 {
  height: 580px;
}
.h590 {
  height: 590px;
}
.h600 {
  height: 600px;
}
.h610 {
  height: 610px;
}
.h620 {
  height: 620px;
}
.h630 {
  height: 630px;
}
.h640 {
  height: 640px;
}
.h650 {
  height: 650px;
}
.h660 {
  height: 660px;
}
.h670 {
  height: 670px;
}
.h680 {
  height: 680px;
}
.h690 {
  height: 690px;
}
.h700 {
  height: 700px;
}
.h800 {
  height: 800px;
}
.h900 {
  height: 900px;
}
.h1000 {
  height: 1000px;
}
.h1100 {
  height: 1100px;
}
.h1200 {
  height: 1200px;
}
.hp10 {
  height: 10%;
}
.hp15 {
  height: 15%;
}
.hp20 {
  height: 20%;
}
.hp25 {
  height: 25%;
}
.hp30 {
  height: 30%;
}
.hp35 {
  height: 35%;
}
.hp40 {
  height: 40%;
}
.hp45 {
  height: 45%;
}
.hp50 {
  height: 50%;
}
.hp60 {
  height: 60%;
}
.hp70 {
  height: 70%;
}
.hp80 {
  height: 80%;
}
.hp90 {
  height: 90%;
}
.hp100 {
  height: 100%;
}
.lh10 {
  line-height: 10px;
}
.lh11 {
  line-height: 11px;
}
.lh12 {
  line-height: 12px;
}
.lh14 {
  line-height: 14px;
}
.lh15 {
  line-height: 15px;
}
.lh16 {
  line-height: 16px;
}
.lh17 {
  line-height: 17px;
}
.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh25 {
  line-height: 25px;
}
.lh26 {
  line-height: 26px;
}
.lh28 {
  line-height: 28px;
}
.lh30 {
  line-height: 30px;
}
.lh35 {
  line-height: 35px;
}
.lh40 {
  line-height: 40px;
}
.lh45 {
  line-height: 45px;
}
.lh48 {
  line-height: 48px;
}
.lh50 {
  line-height: 50px;
}
.lh60 {
  line-height: 60px;
}
.lh70 {
  line-height: 70px;
}
.lh80 {
  line-height: 80px;
}
.lh90 {
  line-height: 90px;
}
.lh100 {
  line-height: 100px;
}
.lhp100 {
  line-height: 100%;
}
.lhp120 {
  line-height: 120%;
}
.lhp140 {
  line-height: 140%;
}
.lhp150 {
  line-height: 150%;
}
.lhp160 {
  line-height: 160%;
}
.lhp180 {
  line-height: 180%;
}
.lhp200 {
  line-height: 200%;
}
/* margin外边距 */
.m0a {
  margin: 0 auto;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.m0 {
  margin: 0px;
}
.m1 {
  margin: 1px;
}
.m2 {
  margin: 2px;
}
.m3 {
  margin: 3px;
}
.m4 {
  margin: 4px;
}
.m5 {
  margin: 5px;
}
.m6 {
  margin: 6px;
}
.m7 {
  margin: 7px;
}
.m8 {
  margin: 8px;
}
.m9 {
  margin: 9px;
}
.m10 {
  margin: 10px;
}
.m12 {
  margin: 12px;
}
.m14 {
  margin: 14px;
}
.m15 {
  margin: 15px;
}
.m16 {
  margin: 16px;
}
.m18 {
  margin: 18px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m45 {
  margin: 45px;
}
.m50 {
  margin: 50px;
}
.mt0 {
  margin-top: 0px;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mt7 {
  margin-top: 7px;
}
.mt8 {
  margin-top: 8px;
}
.mt9 {
  margin-top: 9px;
}
.mt10 {
  margin-top: 10px;
}
.mt12 {
  margin-top: 12px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt16 {
  margin-top: 16px;
}
.mt18 {
  margin-top: 18px;
}
.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;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
.mt150 {
  margin-top: 150px;
}
.mt200 {
  margin-top: 200px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb1 {
  margin-bottom: 1px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb7 {
  margin-bottom: 7px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb9 {
  margin-bottom: 9px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb14 {
  margin-bottom: 14px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb18 {
  margin-bottom: 18px;
}
.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;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb200 {
  margin-bottom: 200px;
}
.ml-15 {
  margin-left: -15px;
}
.ml-10 {
  margin-left: -10px;
}
.ml-5 {
  margin-left: -5px;
}
.ml-4 {
  margin-left: -4px;
}
.ml0 {
  margin-left: 0px;
}
.ml1 {
  margin-left: 1px;
}
.ml2 {
  margin-left: 2px;
}
.ml3 {
  margin-left: 3px;
}
.ml4 {
  margin-left: 4px;
}
.ml5 {
  margin-left: 5px;
}
.ml6 {
  margin-left: 6px;
}
.ml7 {
  margin-left: 7px;
}
.ml8 {
  margin-left: 8px;
}
.ml9 {
  margin-left: 9px;
}
.ml10 {
  margin-left: 10px;
}
.ml12 {
  margin-left: 12px;
}
.ml14 {
  margin-left: 14px;
}
.ml15 {
  margin-left: 15px;
}
.ml16 {
  margin-left: 16px;
}
.ml18 {
  margin-left: 18px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml72 {
  margin-left: 72px;
}
.ml80 {
  margin-left: 80px;
}
.ml100 {
  margin-left: 100px;
}
.ml120 {
  margin-left: 120px;
}
.ml150 {
  margin-left: 150px;
}
.ml200 {
  margin-left: 200px;
}
.ml250 {
  margin-left: 250px;
}
.ml300 {
  margin-left: 300px;
}
.ml350 {
  margin-left: 350px;
}
.ml400 {
  margin-left: 400px;
}
.ml450 {
  margin-left: 450px;
}
.ml500 {
  margin-left: 500px;
}
.mr-15 {
  margin-right: -15px;
}
.mr-10 {
  margin-right: -10px;
}
.mr-5 {
  margin-right: -5px;
}
.mr-4 {
  margin-right: -4px;
}
.mr0 {
  margin-right: 0px;
}
.mr1 {
  margin-right: 1px;
}
.mr2 {
  margin-right: 2px;
}
.mr3 {
  margin-right: 3px;
}
.mr4 {
  margin-right: 4px;
}
.mr5 {
  margin-right: 5px;
}
.mr6 {
  margin-right: 6px;
}
.mr7 {
  margin-right: 7px;
}
.mr8 {
  margin-right: 8px;
}
.mr9 {
  margin-right: 9px;
}
.mr10 {
  margin-right: 10px;
}
.mr12 {
  margin-right: 12px;
}
.mr14 {
  margin-right: 14px;
}
.mr15 {
  margin-right: 15px;
}
.mr16 {
  margin-right: 16px;
}
.mr18 {
  margin-right: 18px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr72 {
  margin-right: 72px;
}
.mr80 {
  margin-right: 80px;
}
.mr100 {
  margin-right: 100px;
}
.mr120 {
  margin-right: 120px;
}
.mr150 {
  margin-right: 150px;
}
.mr200 {
  margin-right: 200px;
}
.mr250 {
  margin-right: 250px;
}
.mr300 {
  margin-right: 300px;
}
.mr350 {
  margin-right: 350px;
}
.mr400 {
  margin-right: 400px;
}
.mr450 {
  margin-right: 450px;
}
.mr500 {
  margin-right: 500px;
}
/* padding内边距 */
.p0 {
  padding: 0px;
}
.p1 {
  padding: 1px;
}
.p2 {
  padding: 2px;
}
.p3 {
  padding: 3px;
}
.p4 {
  padding: 4px;
}
.p5 {
  padding: 5px;
}
.p6 {
  padding: 6px;
}
.p7 {
  padding: 7px;
}
.p8 {
  padding: 8px;
}
.p9 {
  padding: 9px;
}
.p10 {
  padding: 10px;
}
.p12 {
  padding: 12px;
}
.p14 {
  padding: 14px;
}
.p15 {
  padding: 15px;
}
.p16 {
  padding: 16px;
}
.p18 {
  padding: 18px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p45 {
  padding: 45px;
}
.p50 {
  padding: 50px;
}
.p60 {
  padding: 60px;
}
.p70 {
  padding: 70px;
}
.p80 {
  padding: 80px;
}
.p90 {
  padding: 90px;
}
.p100 {
  padding: 100px;
}
.pt0 {
  padding-top: 0px;
}
.pt1 {
  padding-top: 1px;
}
.pt2 {
  padding-top: 2px;
}
.pt3 {
  padding-top: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pt6 {
  padding-top: 6px;
}
.pt7 {
  padding-top: 7px;
}
.pt8 {
  padding-top: 8px;
}
.pt9 {
  padding-top: 9px;
}
.pt10 {
  padding-top: 10px;
}
.pt12 {
  padding-top: 12px;
}
.pt14 {
  padding-top: 14px;
}
.pt15 {
  padding-top: 15px;
}
.pt16 {
  padding-top: 16px;
}
.pt18 {
  padding-top: 18px;
}
.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;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pt150 {
  padding-top: 150px;
}
.pt200 {
  padding-top: 200px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb1 {
  padding-bottom: 1px;
}
.pb2 {
  padding-bottom: 2px;
}
.pb3 {
  padding-bottom: 3px;
}
.pb4 {
  padding-bottom: 4px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb6 {
  padding-bottom: 6px;
}
.pb7 {
  padding-bottom: 7px;
}
.pb8 {
  padding-bottom: 8px;
}
.pb9 {
  padding-bottom: 9px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb12 {
  padding-bottom: 12px;
}
.pb14 {
  padding-bottom: 14px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb18 {
  padding-bottom: 18px;
}
.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;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb150 {
  padding-bottom: 150px;
}
.pb200 {
  padding-bottom: 200px;
}
.pl0 {
  padding-left: 0px;
}
.pl1 {
  padding-left: 1px;
}
.pl2 {
  padding-left: 2px;
}
.pl3 {
  padding-left: 3px;
}
.pl4 {
  padding-left: 4px;
}
.pl5 {
  padding-left: 5px;
}
.pl6 {
  padding-left: 6px;
}
.pl7 {
  padding-left: 7px;
}
.pl8 {
  padding-left: 8px;
}
.pl9 {
  padding-left: 9px;
}
.pl10 {
  padding-left: 10px;
}
.pl12 {
  padding-left: 12px;
}
.pl14 {
  padding-left: 14px;
}
.pl15 {
  padding-left: 15px;
}
.pl16 {
  padding-left: 16px;
}
.pl18 {
  padding-left: 18px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
.pl150 {
  padding-left: 150px;
}
.pl200 {
  padding-left: 200px;
}
.pr0 {
  padding-right: 0px;
}
.pr1 {
  padding-right: 1px;
}
.pr2 {
  padding-right: 2px;
}
.pr3 {
  padding-right: 3px;
}
.pr4 {
  padding-right: 4px;
}
.pr5 {
  padding-right: 5px;
}
.pr6 {
  padding-right: 6px;
}
.pr7 {
  padding-right: 7px;
}
.pr8 {
  padding-right: 8px;
}
.pr9 {
  padding-right: 9px;
}
.pr10 {
  padding-right: 10px;
}
.pr12 {
  padding-right: 12px;
}
.pr14 {
  padding-right: 14px;
}
.pr15 {
  padding-right: 15px;
}
.pr16 {
  padding-right: 16px;
}
.pr18 {
  padding-right: 18px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.pr150 {
  padding-right: 150px;
}
.pr200 {
  padding-right: 200px;
}
/* z-index层叠 */
.zi-1 {
  z-index: -1;
}
.zi0 {
  z-index: 0;
}
.zi1 {
  z-index: 1;
}
.zi9 {
  z-index: 9;
}
.zi10 {
  z-index: 10;
}
.zi99 {
  z-index: 99;
}
.zi100 {
  z-index: 100;
}
.zi999 {
  z-index: 999;
}
.zi1005 {
  z-index: 1005;
}
/* 圆角 */
.br10{border-radius: 10px;}
.br4{border-radius: 4px;}
/*# sourceMappingURL=base.css.map */