.box {
  background-color: #7e0404;
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 18.25rem;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}

.banner p {
  padding-top: 2rem;
  color: #ffd50c;
}

.box01 {
  margin-top: -2.1rem;
}

.video_wrap {
  width: 18.6rem;
  height: 15.825rem;
  padding-top: 2rem;
  margin: 0 auto;
  background-image: url(../images/video_wrap.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.video {
  display: block;
  width: 15rem;
  height: 9.25rem;
  margin: 0 auto;
  background-color: #000;
  border-radius: .2rem;
}

.video_rec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
}

.video_rec a {
  float: left;
  margin-right: .25rem;
}

.video_rec a:last-child {
  margin-right: 0;
}

.video_rec img {
  width: 4.65rem;
  height: 3.15rem;
}

.box02 {
  width: 18rem;
  height: 14.35rem;
  margin: 0 auto 1.25rem auto;
  background-image: url(../images/bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.form {
  float: left;
  padding-top: 2.75rem;
  margin-left: 1rem;
}

input::-webkit-input-placeholder {
  color: #7e0404;
  font-weight: bold;
}

input::-moz-placeholder {
  color: #7e0404;
}

.input, .select {
  display: block;
  width: 7.6rem;
  height: 1.35rem;
  margin-bottom: .2rem;
  background-image: url(../images/input.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #7e0404;
  font-size: .75rem;
  text-indent: .5em;
  outline: none;
  border: none;
  border-radius: .15rem;
  appearance: none;
  -webkit-appearance: none;
}

.select {
  background-size: cover;
  font-weight: bold;
}

.years .select {
  float: left;
  width: 2.45rem;
  height: 1.35rem;
  margin-right: .125rem;
  text-indent: 0;
}

.form_txt {
  float: right;
}

.submit {
  width: 7.67rem;
  height: 1.5rem;
  margin-top: .2rem;
  line-height: 1.5rem;
  background-color: #550404;
  border-radius: .15rem;
  text-align: center;
  font-size: .75rem;
  font-weight: bold;
  color: #f8b60b;
}

.form_txt {
  float: right;
  margin-right: .6rem;
  color: #dc8b53;
  line-height: 1.1rem;
  font-size: .7rem;
}

.form_title {
  position: relative;
  padding-top: 2.65rem;
  margin-bottom: .5rem;
  font-size: .8rem;
  font-weight: bold;
  text-align: center;
}

.form_title:before, .form_title:after {
  content: " ";
  position: absolute;
  top: 2.8rem;
  left: -.1rem;
  display: block;
  width: .8rem;
  height: .8rem;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.form_title:after {
  left: auto;
  right: 0;
}

.form_txt p {
  width: 8.2rem;
}

.title {
  width: 17.2rem;
  height: 4.625rem;
  margin: 0 auto;
  background-image: url(../images/title01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.box03_content {
  width: 18rem;
  padding: .625rem 0;
  margin: -.5rem auto 1.25rem auto;
  background-color: #5d0202;
  border-radius: .5rem;
}

.bg02 {
  width: 17.05rem;
  height: 21.825rem;
  margin: 0 auto .625rem auto;
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg02 p {
  padding-top: 1.25rem;
  padding-bottom: .75rem;
  font-size: .9rem;
  color: #dc8b53;
  font-weight: bold;
  text-align: center;
}

.bg02 li {
  width: 15rem;
  margin-left: 1.5rem;
  margin-bottom: .4rem;
  font-size: .7rem;
  color: #dc8b53;
  line-height: 1.1rem;
}

.bg02 li:last-child {
  margin-bottom: 0;
}

.bg02 li span {
  position: relative;
}

.bg02 li span:before {
  content: " ";
  position: absolute;
  top: .1rem;
  left: -1rem;
  display: block;
  width: .8rem;
  height: .8rem;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.border {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border a {
  width: 4.325rem;
  height: 4.675rem;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #dc8b53;
  text-align: center;
}

.border img {
  width: 1.45rem;
  height: 1.45rem;
  margin: 1rem auto .3rem auto;
}

.title02 {
  background-image: url(../images/title02.png);
}

.video_wrap02 {
  position: relative;
  width: 18.625rem;
  height: 11.65rem;
  padding-top: 2.4rem;
  margin: -2rem auto 0 auto;
  background-image: url(../images/video_wrap02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 3;
}

.video_wrap02.active {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.video02 {
  width: 15rem;
  height: 9.25rem;
  margin: 0 auto;
  border-radius: .4rem;
  background-color: #000;
}

.books_wrap {
  width: 18rem;
  padding-top: .375rem;
  padding-bottom: .575rem;
  margin: 0 auto 1.25rem auto;
  background-color: #550404;
  border-radius: .6rem;
}

.books_container {
  padding: .5rem;
  border-radius: .5rem;
  background-color: #951313;
}

.books {
  position: relative;
  width: 17.075rem;
  height: 13.225rem;
  padding-top: 1.5rem;
  margin: 0 auto .75rem auto;
  background-image: url(../images/border02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.books_title {
  position: absolute;
  top: .7rem;
  left: 50%;
  width: 7.7rem;
  height: 1.5rem;
  transform: translateX(-50%);
  background-image: url(../images/title03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: .8rem;
  color: #f5d47d;
  text-align: center;
  line-height: 1.5rem;
  font-weight: bold;
}

.parper {
  width: 15.325rem;
  height: 11.5rem;
  margin: 0 auto;
  background-image: url(../images/bg03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.parper_l {
  float: left;
  margin-top: 1.5rem;
  margin-left: .625rem;
}

.books img {
  width: 5rem;
  margin-bottom: .375rem;
}

.price {
  margin-bottom: .2rem;
  text-decoration: line-through;
  font-size: .75rem;
  color: #9e5304;
}

.sale_price {
  font-size: .75rem;
  color: #8a0404;
}

.sale_price span {
  font-size: 1rem;
  font-weight: bold;
}

.parper_r {
  float: left;
  width: 6.8rem;
  margin: 1.75rem;
  margin-left: 1.25rem;
  margin-right: .5rem;
  color: #8a0404;
  line-height: 1rem;
  font-size: .7rem;
}

.parper_r span {
  display: block;
  margin-bottom: .2rem;
  font-size: .8rem;
  font-weight: bold;
}

.btn {
  display: block;
  width: 5.2rem;
  height: 1.425rem;
  margin-top: .7rem;
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 1.425rem;
  text-align: center;
  color: #8a0404;
  font-weight: bold;
}

.parper_r b {
  color: #000;
}

.look {
  display: block;
  width: 7.5rem;
  height: 1.5rem;
  margin: 1.5rem auto .75rem auto;
  line-height: 1.5rem;
  text-align: center;
  background-color: #550404;
  font-size: .75rem;
  color: #f8b60b;
  border-radius: .2rem;
}

.box05 {
  margin-bottom: 1.1rem;
}

.title03 {
  background-image: url(../images/title04.png);
}

.content {
  position: relative;
  width: 18rem;
  padding: .65rem 0;
  margin: -.2rem auto 0 auto;
  background-color: #550404;
  border-radius: .5rem;
}

.border03 {
  width: 15.775rem;
  height: 17.95rem;
  padding: 0 .65rem;
  margin: 0 auto;
  background-image: url(../images/border03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.box05Info {
  padding-top: 2rem;
  padding-bottom: .5rem;
  color: #dc8b53;
}

.box05Info_l {
  float: left;
  width: 11.25rem;
  font-size: .75rem;
  line-height: 1.2rem;
}

.box05Info_r {
  float: right;
  width: 3.95rem;
  border: 1px solid #dc8b53;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: .6rem;
  text-align: center;
}

.box05Info_r img {
  width: 2.9rem;
  height: 2.9rem;
  margin: 0 auto .4rem auto;
}

.award {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #c07445;
  font-size: .6rem;
}

.award_info {
  width: 4.575rem;
  margin-right: .7rem;
}

.award_info:last-child {
  margin-right: 0;
}

.img_wrap {
  width: 4.575rem;
  height: 3.575rem;
  padding-top: 1rem;
  margin-bottom: .4rem;
  background-image: url(../images/award.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.img_wrap img {
  width: 2.5rem;
  margin: 0 auto;
}

.box06 {
  margin-bottom: 1rem;
}

.title05 {
  background-image: url(../images/title05.png);
}

.title06 {
  background-image: url(../images/title06.png);
}

.box06 .content {
  position: relative;
}

.ad {
  display: block;
  width: 17.15rem;
  height: 2.3rem;
  margin: .5rem auto 0 auto;
  background-image: url(../images/ad.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.box06 ul {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  width: 15rem;
  transform: translateX(-50%);
  z-index: 5;
}

.bg02 img {
  width: 4rem;
  margin: 0 auto;
}

.box06 li {
  width: 15rem;
  margin-bottom: .3rem;
}

.box06 li a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #c07445;
}

.box06 i {
  float: left;
  width: .825rem;
  height: .825rem;
  margin-top: .1rem;
  margin-right: .25rem;
  background-image: url(http://www.huatu.com/z/2020gkbkm/images/live.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.box07 {
  margin-bottom: 1.5rem;
}

.border04 {
  width: 17.075rem;
  /*height: 29.8rem;*/
  margin: 0 auto;
  background-image: url(../images/border04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.ad_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.1rem;
}

.ad_wrap a {
  width: 6.325rem;
  height: 2.5rem;
  padding: .1rem;
  border: 1px solid #f1d580;
  margin-right: 1.6rem;
}

.ad_wrap a:last-child {
  margin-right: 0;
}

.ad_wrap a img {
  width: 100%;
  /*height: 100%;*/
  margin: 0 auto;
}

.box07_tips {
  font-size: .8rem;
  color: #f1d580;
  text-align: center;
  font-weight: bold;
}

.box07_tips p {
  position: relative;
  display: table;
  margin: .1rem auto 0 auto;
}

.box07_tips p:before, .box07_tips p:after {
  content: " ";
  position: absolute;
  top: .3rem;
  left: -2.2rem;
  display: block;
  width: 1.9rem;
  height: .5rem;
  background-image: url(../images/info.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.box07_tips p:after {
  top: .32rem;
  left: auto;
  right: -2.2rem;
  background-image: url(../images/info_r.png);
}

.slide {
  margin-top: 1rem;
}

.slide_l {
  float: left;
  margin-left: .6rem;
}

.slide_title {
  width: 3.5rem;
  height: 1.1rem;
  margin-bottom: .25rem;
  background-color: #f1d580;
  color: #550404;
  text-align: center;
  line-height: 1.1rem;
  border-radius: .1rem;
  font-weight: bold;
}

.region {
  position: relative;
  width: calc(3.5rem - 2px);
  height: 15.75rem;
  border: 1px solid #f1d580;
  text-align: center;
  font-size: .72rem;
}

.region li {
  height: 1.375rem;
  line-height: 1.375rem;
  color: #f1d580;
  transition: background-color .5s ease;
}

.region li.active {
  background-color: #790404;
}

.slide_r {
  position: relative;
  float: right;
  width: 10.55rem;
  margin-right: .75rem;
}

.contact_r_w {
  display: none;
  color: #f1d580;
}

.contact_r_w a {
  color: #f1d580;
}

.contact_r_w:first-child {
  display: block;
}

.scrollHeight {
  position: relative;
  max-height: 15.75rem;
  overflow: hidden;
}

.scrollHeight ul {
  -webkit-transform: translate3d(0, 0, 0)
}

.scrollHeight.active {
  max-height: 17.1rem;
}

.address li {
  float: left;
  width: 3.25rem;
  height: 1.1rem;
  border: 1px solid #feda13;
  margin-bottom: .35rem;
  margin-right: .2rem;
  border-radius: 1rem;
  font-size: .6rem;
  line-height: 1.1rem;
  text-align: center;
  color: #feda13;
  transition: border-color .5s ease;
}

.address li:nth-child(3n) {
  margin-right: 0;
}

.address li.on {
  border-color: #f1d580;
  color: #f1d580;
}

.address_info {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.address_info.active {
  display: block;
}

.fixed_container {
  min-height: .7rem;
  margin-bottom: 1.5rem;
}

.fixed {
  width: calc(100% - 1.8rem);
  height: 3.6rem;
  padding: .5rem .9rem .6rem .9rem;
  background-color: #550404;
  z-index: 10;
}

.fixed.active {
  position: fixed;
  bottom: 0;
  left: 50%;
  max-width: calc(750px - 1.8rem);
  transform: translateX(-50%);
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex a:last-child {
  margin-right: 0;
}

.fixed a {
  float: left;
  padding: .25rem;
  margin-right: .7rem;
  margin-bottom: .5rem;
  background-color: #790404;
  color: #f1d580;
  border-radius: .2rem;
}

.fixed a:nth-child(n+5):nth-child(-n+8) {
  margin-bottom: 0;
}

.fixed a:nth-child(5) {
  margin-left: 1.6rem;
}

footer {
  width: 100%;
  height: 2.5rem;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  line-height: 2.5rem;
  background-color: #333;
}

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 30;
}

.job {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 31;
}

.job img {
  width: 14.775rem;
  height: 20.675rem;
}

.close, .closeBar {
  position: absolute;
  top: -.6rem;
  right: -.6rem;
  width: .8rem;
  height: .8rem;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.closeBar {
  top: 0rem;
  right: .2rem;
}

.por {
  position: relative;
}

#fs {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 1.35rem;
  background-color: #550404;
  color: #fff;
  font-size: .7rem;
  text-align: center;
  border-radius: .2rem;
}

.service {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

.service span {
  font-weight: bold;
}

.service a {
  display: inline-block;
  padding: .1rem;
  border: 1px solid #feda13;
  font-size: .6rem;
  color: #feda13;
}
.yinsi{text-align: center;margin-left: 0;color: #fff;font-size: 0.4rem;}
.yinsi a{color: #fff;}
.yinsi input {width: auto;height: 0.8rem;-webkit-appearance:button;}
