*{
    margin:0px;
    padding:0px;
}
body{
  background:#eeeeee;
}

.banner{
  position: relative;
  margin-top: -5.5rem;
  width: 100%;
}
.banner img{
  width: 100%;
}
.lcy-section4 {
  width: 6.5rem;
  margin: .3rem auto;
  background-color: white;
  overflow: hidden;
  border: .2rem solid #333;
}
.lcy_cont img{
  margin-top: .4468rem;
  margin-bottom: .4468rem;
  width: 100%;
}

.lcy-section4 .lcy_cont {
  width: 7rem;
  background-color: #ffffff;
  margin: .35rem auto;
  overflow: hidden;
}

.lcy-section4 .lcy-title {
  width: 100%;
  margin: .57rem auto .85rem;
}

.lcy-section4 .lcy_list {
  padding-left: 1rem;
  text-align: left;
}

.text-left{
  border: .15rem solid #f7c01a;
  margin: 0 .3rem;
  margin-top: .3rem;
}
li{
  padding: .6rem .01rem;
}

.lcy-section4 .lcy_list li {
  list-style-type:none;
}

.lcy-section4 li h3 {
  margin-bottom: .3019rem;
  font-size: .35rem;
  color: #3e322c;
}

.lcy-section4 li span {
  color: #333;
  font-size: .25rem;
}

.lcy-section4 li label {
  /* margin-left: .3rem; */
  padding-left: .22rem;
  margin-right: .1rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #554b46;
  /* margin-bottom: .35rem; */
}

.lcy-section4 li:nth-of-type(1) label {
  width: 1.6rem;
}

.lcy-section4 li:nth-of-type(1) label:nth-of-type(odd) {
  margin-right: 1rem;
}

.lcy-section4 li:nth-of-type(2) {
  margin-top: .3rem;
}

.lcy-section4 li:nth-of-type(2) label {
  width: 2.2rem;
  display: inline-block;
}

.lcy-section4 li:nth-of-type(3) {
  margin-top: .3rem;
}

.lcy-section4 li:nth-of-type(3) label {
  width: 4.5rem;
  display: block;
}

.lcy-section4 li input[type='radio'], .lcy-section4 li input[type='checkbox'] {
  display: none;
}

.lcy-section4 li input[type='radio'] + label,
.lcy-section4 li input[type='checkbox'] + label {
  cursor: pointer;
  position: relative;
  padding-left: .32rem;
  margin-right: .1rem;
}

.lcy-section4 li input[type='radio'] + label:before,
.lcy-section4 li input[type='radio'] + label:after,
.lcy-section4 li input[type='checkbox'] + label:before,
.lcy-section4 li input[type='checkbox'] + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: .2rem;
  height: .2rem;
  left: 0;
  bottom:.2207rem;
  text-align: center;
  position: absolute;
}

.lcy-section4 li input[type='radio'] + label:before,
.lcy-section4 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-section4 li input[type='radio'] + label:after,
.lcy-section4 li input[type='checkbox'] + label:after {
  color: #fff;
}

.lcy-section4 li input[type='radio']:checked + label:before,
.lcy-section4 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-section4 li input[type='checkbox'] + label:hover:after,
.lcy-section4 li input[type='checkbox']:checked + label:after,
.lcy-section4 li input[type='radio'] + label:hover:after,
.lcy-section4 li input[type='radio']:checked + label:after {
  content: "\2713";
  line-height: .18rem;
  font-size: .14rem;
} 


.lcy-section4 .inputBox {
  width: 4.77rem;
  margin-left: .9rem;
}

.lcy-section4 .inputBox input {
  display: block;
  outline: none;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  font-size: .21rem;
  padding-left: .39rem;
  border-radius: .04rem;
  box-sizing: border-box;
  border: 1px solid #aa4c4c;
  border-radius: 5px;
}

.lcy-section4 .inputBox p {
  font-size: .2rem;
  color: #992828;
  line-height: .34rem;
  text-align: left;
}

.yg-btn {
  width: 6rem;
  height: 1.05rem;
  line-height: 1.05rem;
  font-size: .4rem;
  border-radius: .8rem;
  display: block;
  border: 1px #3b2a22 solid;
  background: #3b2a22;
  margin: .8rem auto;
}
.yg-btn-yellow a{
  color: #ccc;
  text-align: center;
  text-decoration: none;
  font-size: .33rem;
  margin-left: .5rem;
}

.emax{
  width: 7rem;   
  margin: 0 auto;
  position: relative;
}
.emax img{
  width: 100%;
}

.footer1{
  height: 30px;
  width: 100%;
  line-height: 30px;
  background: #1d1611;
  color: #998779;
  text-align: center;
  bottom: 0;
  z-index: 150;
  font-size: 12px;
  overflow: hidden;
}