/* Scss Document */
/* Scss Document */
.text-body {
  color: #666 !important;
}

.skin {
  color: #FFF6E6;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C !important;
}

.teal {
  color: #29B8CA;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #B0937E !important;
}

.lighterbrown {
  color: #A1846F !important;
}

.red {
  color: #EC5870;
}

.blue {
  color: #506296;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #A6D51F;
}

.wine {
  color: #D584AF;
}

.orange {
  color: #FFC400 !important;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #9DAAD1;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #e8e6f2;
}

.bg-orange {
  background-color: #FFC400;
}

.bg-lightorange {
  background-color: #FBB65B;
}

.bg-green {
  background-color: #A6D51F;
}

.bg-blue {
  background-color: #506296;
}

.bg-pink {
  background-color: #F5949C;
}

.bg-yellow {
  background-color: #FFDA00;
}

.bg-green {
  background-color: #A6D51F;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-lightblue {
  background-color: #9DAAD1;
}

.bg-lightestblue {
  background-color: #e8e6f2;
}

.bg-lightestyellow {
  background-color: #FFFFEE;
}

.bg-lighterorange {
  background-color: #F9D5A6;
}

.bg-lightgreen {
  background-color: #A5E8E8;
}

.bg-lightergreen {
  background-color: #ddecd4;
}

.bg-lightestgreen {
  background-color: #E1EFE2;
}

.bg-lightestpink {
  background-color: #FFF7F7;
}

.bg-light2 {
  background-color: #EEEEEE;
}

.bg-lightbrown {
  background-color: #B0937E;
}

.bg-lighterbrown {
  background-color: #A1846F;
}

.bg-brown {
  background-color: #735147;
}

.bg-transgreen {
  background-color: rgba(166, 213, 31, 0.9);
}

.bg-transwhite {
  background-color: rgba(255, 255, 255, 0.9);
}

.text-right {
  text-align: right !important;
  width: 100%;
}

.text-center {
  text-align: center !important;
  width: 100%;
}

.underline {
  text-decoration: underline;
}

.china_4a dl {
  background: #e8e6f2;
}

.china_feature dl {
  width: 100%;
}
.china_feature dl dt {
  position: relative;
  display: inline-block;
  height: 240px;
  width: 240px;
  border-radius: 50%;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  background: #e8e6f2;
  margin: 0 auto 1rem;
}
.china_feature dl dt span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 240px;
  text-align: center;
}

.history dt {
  width: 25%;
}
.history dd {
  width: 75%;
}

.lisence li {
  width: 50%;
}

.bnr_box {
  width: 200px;
  display: block;
}/*# sourceMappingURL=chinese.css.map */