* {
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  font-family: "Microsoft YaHei", "-apple-system", "Arial", "BlinkMacSystemFont", "Helvetica Neue", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "sans-serif";
  font-size: 14px;
  min-height: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}
html {
  font-size: 62.5%;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
b {
  display: block;
  font-weight: normal;
}
em {
  font-style: normal;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
.afterClear:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.clearfix {
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.ky {
  visibility: hidden;
}
@font-face {
  font-family: "DIN-BOLD";
  src: url(../fonts/DIN-BOLD.OTF);
}
@font-face {
  font-family: "DIN-REGULAR";
  src: url(../fonts/DIN-REGULAR.OTF);
}
@font-face {
  font-family: "Gotham-Bold";
  src: url(../fonts/Gotham-Bold.otf);
}
@font-face {
  font-family: "DINOT-CONDBOLD";
  src: url(../fonts/DINOT-CONDBOLD.OTF);
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 88.8889px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 116.667px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 133.333px;
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 177.778px;
  }
}
@media screen and (min-width: 3200px) {
  html {
    font-size: 222.222px;
  }
}
@media screen and (min-width: 3840px) {
  html {
    font-size: 266.667px;
  }
}
@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  20% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  20% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
::selection{background:#ff6600;color:#FFF}
::-moz-selection{background:#ff6600;color:#FFF}
.animated{transition:all .28s linear;-moz-transition:all .28s linear;-webkit-transition:all .28s linear;-o-transition:all .28s linear}
.bezierCurve{-webkit-transition:-webkit-transform 0.28s cubic-bezier(0.175,0.885,0.320,1.5);-moz-transition:-moz-transform 0.28s cubic-bezier(0.175,0.885,0.320,1.5);-o-transition:-o-transform 0.28s cubic-bezier(0.175,0.885,0.320,1.5);transition:transform 0.28s cubic-bezier(0.175,0.885,0.320,1.5)}
.bezierCurveAll{-webkit-transition:all 0.38s cubic-bezier(0.175,0.885,0.320,1.5);-moz-transition:all 0.38s  cubic-bezier(0.175,0.885,0.320,1.5);-o-transition:all 0.38s cubic-bezier(0.175,0.885,0.320,1.5);transition:all 0.38s  cubic-bezier(0.175,0.885,0.320,1.5)}
.mtip>span{vertical-align:3px;line-height:1;display:inline-block;width:auto;font-size:24px}
.mtip{border-radius:4px;padding-top:10px;padding-left:25px;padding-right:25px;padding-bottom:10px;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.2);box-shadow:0 4px 4px rgba(0,0,0,0.2);font-weight:bold}
.mtip.error{background-color:#BF3358;background-image:-moz-linear-gradient(top,#e34447,#BF3358);background-image:-ms-linear-gradient(top,#e34447,#BF3358);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e34447),to(#BF3358));background-image:-webkit-linear-gradient(top,#e34447,#BF3358);background-image:-o-linear-gradient(top,#e34447,#BF3358);background-image:linear-gradient(top,#e34447,#BF3358);border:1px solid #ca3e3e}
.mtip.success{background-color:#43ab00;background-image:-moz-linear-gradient(top,#43ab00,#388e00);background-image:-ms-linear-gradient(top,#43ab00,#388e00);background-image:-webkit-gradient(linear,0 0,0 100%,from(#43ab00),to(#388e00));background-image:-webkit-linear-gradient(top,#43ab00,#388e00);background-image:-o-linear-gradient(top,#43ab00,#388e00);background-image:linear-gradient(top,#43ab00,#388e00);border:1px solid #338100}
.mtip.warning{background-color:orange;background-image:-moz-linear-gradient(top,#dcb20b,#e6bb10);background-image:-ms-linear-gradient(top,#dcb20b,#e6bb10);background-image:-webkit-gradient(linear,0 0,0 100%,from(#dcb20b),to(#e6bb10));background-image:-webkit-linear-gradient(top,#dcb20b,#e6bb10);background-image:-o-linear-gradient(top,#dcb20b,#e6bb10);background-image:linear-gradient(top,#dcb20b,#e6bb10);border:1px solid #e6bb10}
.tip_container{display:none;z-index:9999999;position:fixed !important;top:0;text-align:left;width:auto;_width:auto}
#DIVContent *{max-width:100% !important;box-sizing:border-box !important;-webkit-box-sizing:border-box !important;word-wrap:break-word !important}
#DIVContent a{color:#842d4f;transition:all .28s linear;-moz-transition:all .28s linear;-webkit-transition:all .28s linear;-o-transition:all .28s linear}
#DIVContent a:hover{color:#b29b6b;text-decoration:underline}
#DIVContent img{max-width:100%;height:auto;display:block;margin:0px auto}
#DIVContent table{text-align:center;max-width:100%;margin:18px auto}
#DIVContent table td>span{word-break:break-word}
#DIVContent table p{text-indent:0em}
#DIVContent h2,#DIVContent h3,#DIVContent h4,#DIVContent h5,#DIVContent h6,#DIVContent strong,#DIVContent b,.mapBase strong{font-weight:bold}
#DIVContent em{font-style:italic}
