.imgBox {
  font-size: 0;
}

.imgBox img {
  width: 100%;
}

.header .logo{
  display: none;
}

.lcy-container {
  width: 100%;
  overflow: hidden;
  padding-top: 1.25rem;
  font-size: 0;
}

.yg-btn {
  display: inline-block;
  width: 2.85rem;
  height: .54rem;
  line-height: .54rem;
  border-radius: .3rem;
  text-align: center;
  color: #010000;
  font-weight: 500;
}

.yg-btn-yellow {
  background-color: #fff001;
  color: #000100;
}

.lcy-section2 {
  width: 6.15rem;
  overflow: hidden;
  margin: .58rem auto 1.1rem;
}

.lcy-section2 .lcy_list {
  height: 4.8rem;
  width: 100%;
  background: url(../images/section2.jpg) no-repeat top center;
  background-size: 100%;
}

.lcy-section2 .lcy_list li {
  width: .98rem;
  height: 1.19rem;
  margin-bottom: .6rem;
  margin-right: .74rem;
}

.lcy-section2 .lcy_list li:nth-of-type(4n) {
  margin-right: 0;
}

.lcy-section2 .lcy_list li:nth-of-type(9), .lcy-section2 .lcy_list li:nth-of-type(10), .lcy-section2 .lcy_list li:nth-of-type(11), .lcy-section2 .lcy_list li:nth-of-type(12) {
  margin-bottom: 0;
}

.lcy-section2 .lcy_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lcy-section3 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.lcy-section3 .lcy-title {
  width: 4.9rem;
  display: block;
  margin: 0 auto;
}

.lcy-section3 .lcy_list {
  width: 6.15rem;
  margin: .36rem auto .77rem;
  background: url(../images/section3_2.jpg) no-repeat center top;
  background-size: 100%;
  font-size: 0;
}

.lcy-section3 .lcy_list li {
  width: .99rem;
  height: 1.18rem;
  margin-right: .7rem;
}

.lcy-section3 .lcy_list li:nth-of-type(4n) {
  margin-right: 0;
}

.lcy-section3 .lcy_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lcy-section4,
.lcy-section5,
.lcy-section7 {
  width: 100%;
  margin: 0 auto;
}

.lcy-section4 .yg-btn,
.lcy-section5 .yg-btn,
.lcy-section7 .yg-btn {
  width: 4.06rem;
  display: block;
  margin: .2rem auto .43rem;
  font-size: .25rem;
}

.lcy-section6 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #fff000;
}

.lcy-section6 .lcy_cont {
  width: 7.15rem;
  margin: .18rem auto;
  overflow: hidden;
  background-color: #ffffff;
  padding-left: .45rem;
  text-align: left;
}

.lcy-section6 .lcy-title {
  width: 3.29rem;
  display: block;
  margin: .5rem 0 .6rem;
}

.lcy-section6 li h3 {
  margin-bottom: .37rem;
  font-size: .25rem;
  color: #3e322c;
}

.lcy-section6 li span {
  color: #3e322c;
  font-size: .25rem;
  line-height: .25rem;
  vertical-align: top;
}

.lcy-section6 li label {
  margin-left: .3rem;
  padding-left: .22rem;
  margin-right: .1rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #554b46;
  margin-bottom: .25rem;
}

.lcy-section6 li:nth-of-type(1) label {
  width: 1.3rem;
}

.lcy-section6 li:nth-of-type(1) label:nth-of-type(odd) {
  margin-right: 1.7rem;
}

.lcy-section6 li:nth-of-type(2) {
  margin-top: .3rem;
}

.lcy-section6 li:nth-of-type(2) label {
  width: 1.55rem;
}

.lcy-section6 li:nth-of-type(2) label:nth-of-type(odd) {
  margin-right: .6rem;
  width: 2.58rem;
}

.lcy-section6 li:nth-of-type(3) {
  margin-top: .3rem;
  margin-bottom: .3rem;
}

.lcy-section6 li:nth-of-type(3) label {
  width: 80%;
}

.lcy-section6 li input[type='radio'], .lcy-section6 li input[type='checkbox'] {
  display: none;
}

.lcy-section6 li input[type='radio'] + label,
.lcy-section6 li input[type='checkbox'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: .25rem;
  margin-right: .1rem;
}

.lcy-section6 li input[type='radio'] + label:before,
.lcy-section6 li input[type='radio'] + label:after,
.lcy-section6 li input[type='checkbox'] + label:before,
.lcy-section6 li input[type='checkbox'] + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: .2rem;
  height: .2rem;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
}

.lcy-section6 li input[type='radio'] + label:before,
.lcy-section6 li input[type='checkbox'] + label:before {
  border: 1px solid #554b46;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lcy-section6 li input[type='radio'] + label:after,
.lcy-section6 li input[type='checkbox'] + label:after {
  color: #fff;
}

.lcy-section6 li input[type='radio']:checked + label:before,
.lcy-section6 li input[type='checkbox']:checked + label:before {
  -moz-box-shadow: inset 0 0 0 10px #158EC6;
  -webkit-box-shadow: inset 0 0 0 10px #158EC6;
  box-shadow: inset 0 0 0 10px #158EC6;
}

.lcy-section6 li input[type='checkbox'] + label:hover:after,
.lcy-section6 li input[type='checkbox']:checked + label:after,
.lcy-section6 li input[type='radio'] + label:hover:after,
.lcy-section6 li input[type='radio']:checked + label:after {
  content: "\2713";
  line-height: .18rem;
  font-size: .14rem;
}

.lcy-section6 .inputBox {
  width: 5.84rem;
  margin: 0 auto .15rem;
}

.lcy-section6 .inputBox input {
  display: block;
  outline: none;
  width: 100%;
  height: .75rem;
  line-height: .75rem;
  font-size: .23rem;
  padding-left: .14rem;
  border-radius: .04rem;
  border: 1px solid #aa4c4c;
}

.lcy-section6 .inputBox p {
  font-size: .23rem;
  color: #c52121;
  line-height: .34rem;
}

.lcy-section6 .yg-btn {
  width: 5.84rem;
  display: block;
  margin: .5rem auto .6rem;
  border-radius: .04rem;
  color: #c52121;
  font-size: .25rem;
}

.lcy-section8 {
  width: 100%;
  background-color: #121212;
  padding: .69rem .25rem .83rem;
  overflow: hidden;
}

.lcy-section8 img {
  margin-top: .52rem;
}

.lcy-section8 img + img {
  margin-bottom: .44rem;
}

.lcy-section8 .yg-btn {
  font-size: .25rem;
}

.lcy-section9 {
  margin: .7rem auto 0;
  width: 100%;
  overflow: hidden;
}

.lcy-section9 .swiper-container {
  background: #ffffff;
}

.lcy-section9 .yg-btn {
  font-size: .25rem;
  width: 2.25rem;
  left: .62rem;
  bottom: 1.3rem;
  z-index: 10;
}
