.color2 {
  color: #49150f;
}
html {
  font-size: 625%;
  /*10 ÷ 16 × 100% = 62.5%*/
}
body {
  margin: 0px;
  font-size: 0.12rem;
  font-size: 12px;
  font-family: Microsoft YaHei, STHeiti;
  background-color: #FFF;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
p {
  margin: 0px;
}
img {
  border: 0px;
}
.right {
  float: right;
}
.left {
  float: left;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
.w1200 {
  width: 1180px;
  margin: auto;
}
.module {
  margin: auto;
}
.footer {
  clear: both;
  width: 100%;
  margin: auto;
  background-color: #49150f;
  float: left;
  display: block;
  padding: 20px 0 5px 0;
}
.footer .bd {
  width: 1200px;
  margin: auto;
  color: #ffffff;
}
.footer .bd a {
  text-decoration: none;
  color: #ffffff;
}
.footer .bd .help {
  float: left;
}
.footer .bd .help ul,
.footer .bd .help li {
  float: left;
  margin: 0;
  padding: 0;
}
.footer .bd .help ul,
.footer .bd .help li {
  width: 175px;
}
.footer .bd .help li {
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}
.footer .bd .help li span {
  font-size: 16px;
  font-weight: bold;
}
.footer .bd .ewm {
  background: url(/static/img/web/ewmj.jpg) no-repeat scroll left center;
  display: block;
  height: 130px;
  padding-left: 150px;
  float: right;
  width: 305px;
}
.footer .bd .ewm span {
  clear: both;
  display: block;
  width: 140px;
}
.footer .bd .ewm span.b {
  font-size: 16px;
  font-weight: bold;
}
.footer .bd .ewm span.i {
  line-height: 22px;
}
.footer-bottom {
  clear: both;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  background-color: #333;
  line-height: 25px;
  color: #fff;
  flex-direction: column;
}
.footer-bottom address {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-bottom a {
  color: #fff;
}
.jia {
  margin: auto;
  padding-top: 40px;
  width: 990px;
  text-align: center;
  height: 80px;
  line-height: 40px;
  background: url('/static/img/index/web/re-zhubiao.png') no-repeat scroll 415px 40px;
  font-size: 22px;
  color: #c7000a;
  font-weight: bold;
}
.jia-1 {
  text-align: center;
}
.jia-1 span {
  margin: auto;
  text-align: center;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  font-size: 22px;
  color: #FF364F;
  border-radius: 5px;
  border: 1px solid #CFCFCF;
  font-weight: bold;
  background-color: #FFF;
}
.input-shadow {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #bbb inset;
  background-color: #fbfbfb;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.button-style {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  color: #fd8f00;
  background: url("/static/img/myU/bg-1.jpg");
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background: #fbfbfb \9;
}
.button-style:hover {
  background: url("/static/img/myU/bg-2.jpg");
  background: #fd8f00 \9;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
}
/*checkbox 样式*/
.chk_1 {
  display: none;
  margin-left: 20px;
}
.chk_1 + label {
  background-color: #FFF;
  border: 1px solid #C1CACA;
  padding: 9px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
}
.chk_1 + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.chk_1:checked + label {
  border: 1px solid #92A1AC;
  color: #243441;
}
.chk_1:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -5px;
  left: 0px;
  color: #fd8f00;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 1px 0 0 0;
  vertical-align: text-top;
}
.chk_2 {
  display: none;
  margin-left: 20px;
}
.chk_2 + label {
  background-color: #EEE;
  border: 1px solid #C1CACA;
  padding: 9px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
}
.chk_2 + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.chk_2:checked + label {
  border: 1px solid #92A1AC;
  color: #243441;
}
.chk_2:checked + label:after {
  background-color: #FF364F;
  border-radius: 5px;
  color: #fff;
  content: "\2714";
  font-size: 18px;
  height: 100%;
  left: -1px;
  line-height: 14px;
  overflow: hidden;
  padding: 2px 1px 0;
  position: absolute;
  text-align: center;
  top: -1px;
  vertical-align: text-top;
  width: 100%;
}
/* RADIO */
.regular-radio {
  display: none;
}
.regular-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.regular-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #fd8f00;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}
.regular-radio:checked + label {
  background-color: #e9ecee;
  color: #fd8f00;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.regular-radio + label:active,
.regular-radio:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.big-radio + label {
  padding: 16px;
}
.big-radio:checked + label:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}
.title-style-1 {
  margin: auto;
  margin: 70px auto 30px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: url('/static/img/index/web/re-zhubiao.png') no-repeat center center;
  font-size: 22px;
  color: #FF364F;
}
.input-shadow-1 {
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #bbb inset;
  background-color: #fbfbfb;
}
.button-style-1 {
  border-radius: 5px;
  color: #fff;
  background: #edbd92;
  background: -moz-linear-gradient(top, #f5dbc4, #ecb98b);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5dbc4), to(#ecb98b));
}
.button-style-2 {
  border-radius: 5px;
  color: #fff;
  background: #FF364F;
  border: 1px solid #CFCFCF;
}
.global-city-dialog {
  display: none;
  width: 650px;
  background-color: #f5f5f5;
  max-height: 650px;
  overflow: auto;
}
.global-city-dialog .content .city-item-select {
  background-color: #996b39 !important;
  color: #fff !important;
}
.global-city-dialog .content .city-item-hover {
  color: #996b39 !important;
}
.global-city-dialog .content .title {
  background-color: #fff;
  height: 53px;
  color: #313131;
  line-height: 53px;
  text-align: center;
  padding-left: 25px;
  font-size: 16px;
}
.global-city-dialog .content .title .close {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  border: 1px solid #6b6b6b;
  color: #6b6b6b;
  cursor: pointer;
  float: right;
  margin: 14px 20px 0 0;
  font-size: 20px;
}
.global-city-dialog .content .title .close:hover {
  border: 1px solid #996b39;
  color: #996b39;
}
.global-city-dialog .content .common-city {
  background-color: #fff;
  margin: 6px 0;
  padding: 10px 20px;
}
.global-city-dialog .content .common-city .common-city-title {
  color: #ff3650;
  font-size: 14px;
  line-height: 30px;
}
.global-city-dialog .content .common-city .common-city-items .item {
  height: 23px;
  font-size: 16px;
  padding: 0 8px;
  line-height: 23px;
  color: #333;
  margin: 0 15px 10px 0;
  float: left;
  cursor: pointer;
}
.global-city-dialog .content .all-city {
  background-color: #fff;
  padding: 0 20px;
}
.global-city-dialog .content .all-city .all-city-title {
  color: #996b39;
  font-size: 14px;
  height: 47px;
  line-height: 46px;
  border-bottom: 1px solid #eeeeee;
}
.global-city-dialog .content .all-city .province {
  padding-top: 19px;
}
.global-city-dialog .content .all-city .province .province-title {
  float: left;
  border: 2px solid #eeeeee;
  height: 38px;
  line-height: 34px;
  font-size: 15px;
  text-align: center;
  width: 93px;
  overflow: hidden;
}
.global-city-dialog .content .all-city .province .cities {
  float: left;
  padding: 8px 0 15px 18px;
}
.global-city-dialog .content .all-city .province .cities .city {
  height: 23px;
  font-size: 16px;
  padding: 0 8px;
  line-height: 23px;
  color: #333;
  margin: 0 15px 10px 0;
  float: left;
  cursor: pointer;
}
.global-city-dialog .content .login {
  margin-top: 7px;
  background-color: #fff;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 15px;
  text-align: right;
  color: #996b39;
  cursor: pointer;
}
