body {
  background: #ffffff;
}

.zyz-tit {
    font-size: .3rem;
    color: #666;
    line-height: 1.2rem;
    text-align: center;
}
.zyz-tit img {
    vertical-align: middle;
    width: .5rem;
    margin-right: 5px;
}
.zyz-card {
    width: 94%;
    margin: 0 auto;
    border-radius: .2rem;
}
.zyz-card1 {
    /* margin-bottom: .7rem; */
}
.zyz-card1 img {
    width: 100%;
}
.zyz-card2 {
  margin: 0 .22rem;
  padding: .4rem .4rem;
  border-radius: .1rem;
  background: #ffffff url("../images/logo.png") no-repeat;
  background-position: center center;
  background-size: 2.7rem;
  box-shadow: 0 .1rem .4rem .02rem rgba(0, 0, 0, 0.15);
}
.zyz-card2 p {
    font-size: .3rem;
    line-height: .46rem;
    color: #666;
    text-indent: 2em;
}

.zyz-ercode {
    text-align: center;
    padding: .4rem 0;
    margin-bottom: .4rem;
}
.zyz-ercode img {
    width: 96%;
}

.zyz-apply {
    text-align: center;
    margin-bottom: .5rem;
}
/* .zyz-apply label {
    display: block;
    text-align: center;
    font-size: .24rem;
    color: #666;
    line-height: 1.3rem;
}
.zyz-apply input {
    margin-right: 5px;
} */
.zyz-card2 p {
    padding: 0 .02rem;
}

.zyz-apply .apply-btn {
    display: block;
    width: 4.5rem;
    line-height: .9rem;
    border-radius: .45rem;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: .36rem;
    font-weight: bold;
    background: #ff0000;
    box-shadow: 0 0 .3rem rgba(255,0,0,.16);
}
.zyz-apply p {
    font-size: .24rem;
    color: #999;
    line-height: 1.15rem;
    text-align: center;
}

.zyz-ercode .title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 .2rem;
}

.zyz-ercode .title .line {
  -webkit-flex: 1;
  flex: 1;
  height: 1px;
  background: #999999;
}

.zyz-ercode .title .text {
  font-size: .3rem;
  color: #999999;
  padding: 0 .45rem;
}

.qr-code {
  padding: 1rem 0 .5rem;
  text-align: center;
}

.qr-code img {
  padding-left: .5rem;
  width: 2.6rem;
}

.tips {
  padding-bottom: .6rem;
}

.tips .text {
  display: inline-block;
  vertical-align: middle;
  font-size: .3rem;
  color: #666666;
  text-align: center;
}

.tips .dot {
  display: inline-block;
  width: .11rem;
  height: .11rem;
  background: #ff0000;
  border-radius: 50%;
  vertical-align: middle;
}

 div.box {
  position: relative;
  padding: .5rem 0;
  width: 4.5rem;
  margin: 0 auto;
}

 div.box input {
   vertical-align: top;
 }

input[type="radio"] {
    width: .26rem;
    height: .26rem;
    opacity: 0;
}

label {
    position: absolute;
    left: .1rem;
    top: .5rem;
    width: .26rem;
    height: .26rem;
    font-size: .24rem;
    color: #666666;
    border-radius: 50%;
    border: 1px solid #a3a3a3;
}

.box span {
  display: inline-block;
  vertical-align: top;
  font-size: .24rem;
  color: #666666;
}

/*设置选中的input的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
input:checked+label { 
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

input:checked+label::after {
    position: absolute;
    content: "";
    width: .05rem;
    height: .1rem;
    top: .06rem;
    left: .09rem;
    border: .02rem solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.dialog-btn.dialog-btn-confirm {
    color: #37CEAD;
}
.dialog-btn.dialog-btn-cancel {
    color: #37CEAD;
}

span.bold {
    font-weight: bold;
}

.dialog-content-bd.content-scroll {
    text-align: justify;
}