html {
    font-size: 20px
}

body {
    font-size: 16px
}

@media only screen and (min-width:400px) {
    html {
        font-size: 21.33px !important
    }
}

@media only screen and (min-width:414px) {
    html {
        font-size: 22.08px !important
    }
}

@media only screen and (min-width:480px) {
    html {
        font-size: 25.6px !important
    }
}

.weui-input {
    width: initial;
}

.weui-agree {
    padding-right: 0;
    box-sizing: border-box;
}

.toolbar .picker-button {
    color: #F7B135;
}

.weui-cells_radio .weui-check:checked + .weui-icon-checked:before {
    color: #F7B135;
}
.container {
  margin-top: 0.5rem;
}
.top {
  width: 100%;
  height: 7rem;
  background-color: #0082e5;
}

.top img {
  width: 100%;
  height: 100%;
}

.input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.input-wrap .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.2rem;
  font-size: 0.8rem;
  color: #000; 
}
.input-wrap .input2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0.2rem;
    font-size: 0.7rem;
    color: #808080;
}
.input-wrap .txt {
  width: 25%;
  min-width: 78px;
  font-size: 0.8rem;
  text-align: center;
}

input[disabled] {
  background: #fff;
}

.submit {
  display: block;
  margin: 1.5rem 1.5rem 0;
  background-color: #f7b135;
  text-align: center;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
}

.mt {
  margin-top: 0.5rem;
}

/* 充值金额 */
.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-left: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.opt {
  width: 33.33%;
  margin-bottom: 0.8rem;
}

.option {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.option input {
  border-bottom: 1px solid #eee;
  text-align: center;
}

.defin-input {
  width: 5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.server-input {
  width: 4rem;
  text-align: center;
}
.agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5rem;
  padding-bottom: 2rem;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

#checkPopup {
  font-size: 13px;
}

/* 协议弹窗 */
#model {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.model-content {
  position: relative;
  top: 15%;
  left: 10%;
  background: #fff;
  border-radius: 10px;
  width: 80%;
  height: 60%;
  padding-left: 2%;
  padding-right: 2%;
}

.model-title {
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
}

.model-middle {
  height: 80%;
  padding: .5rem .3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}

.model-middle p {
  padding-bottom: .3rem;
  text-indent: 2em;
  text-align: justify;
}

.cancel-img {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  margin-left: -.7rem;
  width: 1.4rem;
  height: 1.4rem;
}