/*# sourcemappingurl=index.css.map */
/* 悬浮框样式 */
.subscribe-wrapper{
z-index: 99999;
position: fixed;
width: 100%;
bottom: 0;
background-color:rgba(0, 0, 0, 0.8);
padding: .1rem .2rem;
box-sizing: border-box;
color: #fff;
}
.subscribe-close{
  width: 20%;
  margin-bottom: .15rem;
}

.subscribe-close img{
	width: .22rem;
	vertical-align: middle;
	margin-right: .1rem;
}
.subscribe-form{
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.subscribe-label{
  width: 48%;
  height: .55rem;
  position: relative;
  margin-bottom: 0.1rem; 
}
.subscribe-label input,.subscribe-label select{
  height: 100%;
  background: none;
  border: 1px solid #fff;
  border-radius: .1rem;
  width: 100%;
  color: #fff;
  padding-left: .2rem;
}
.subscribe-label select{
  padding-right:13% ;
}
.subscribe-label select option{
  background: rgba(0, 0, 0,0.8);
}
.checkbox-box {
  text-align: justify;
  border: 1px solid #d6000f;
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
}
.checkbox-box input {
  width: 0.25rem;
  height: 0.25rem;
  display: none;
}
.checkbox-box.checked label {
  background-color: #d6000f;
}
.checkbox-box label {
  width: 0.25rem !important;
  height: 0.25rem !important;
  background-color: #d6000f;
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
}
.checkbox-box.checked label:after {
    content: '';
    background-image: url(/uploads/image/vamimages/icon5.png);
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    font-size: 0.36rem;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}
select:focus{outline:none;}
select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none; 
}
.select-bootom{
  background: url(/uploads/image/vamimages/select-bottom.png) center center no-repeat;
  width: 8%;
  height: 30%;
  position: absolute;
  right: 3%;
  top: 31%;
}
.subscribe-show{
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  /* margin-top:.1rem ; */
}
.checkbox-label span{
	font-size: .23rem;
}
#submit-btn{
	margin-top: .15rem;
}
#submit-btn img{
width: 1.7rem;
}