/*# sourcemappingurl=index.css.map */
/* 悬浮框样式 */
.subscribe-wrapper{

z-index: 99999;

position: fixed;

width: 100%;

bottom: 0;

/* min-height: 4.2rem; */

background-color:rgba(0, 0, 0, 0.8);

padding: .2rem .3rem;

box-sizing: border-box;

color: #fff;
}
.subscribe-close{
  width: 20%;
  margin-bottom: .25rem;
}
.subscribe-form{
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.subscribe-label{
  width: 48%;
  height: .55rem;
  position: relative;
  margin-bottom: .2rem;
}
.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);
}
/* .subscribe-label input::-webkit-input-placeholder{color: #fff;} */
.checkbox-box {
  text-align: justify;
  border: 1px solid #d6000f;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
}
.checkbox-box input {
  width: 0.3rem;
  height: 0.3rem;
  display: none;
}
.checkbox-box.checked label {
  background-color: #d6000f;
}
.checkbox-box label {
  width: 0.3rem !important;
  height: 0.3rem !important;
  background-color: #d6000f;
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
}
.checkbox-box.checked label:after {
    content: '';
    background-image: url(/uploads/image/vcmimages/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/vcmimages/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:.2rem ;
}