body,html,button{
  font-size: 36px;
  font-family: 微软雅黑;
  color: #333;
}
html,body{
  background-color: #f5f0eb;
  height: 100%;
  min-height: 100%;
}
@media all and (max-width:720px){
  html,body{
    font-size: 36px;
  }
}
@media all and (max-width:640px){
  html,body{
    font-size: 32px;
  }
}
@media all and (max-width:600px){
  html,body{
    font-size: 30px;
  }
}
@media all and (max-width:560px){
  html,body{
    font-size: 28px;
  }
}
@media all and (max-width:520px){
  html,body{
    font-size: 26px;
  }
}
@media all and (max-width:480px){
  html,body{
    font-size: 24px;
  }
}
@media all and (max-width:440px){
  html,body{
    font-size: 22px;
  }
}
@media all and (max-width:414px){
  html,body{
    font-size: 21px;
  }
}
@media all and (max-width:400px){
  html,body{
    font-size: 20px;
  }
}
@media all and (max-width:360px){
  html,body{
    font-size: 18px;
  }
}
@media all and (max-width:320px){
  html,body{
    font-size: 16px;
  }
}
@media all and (max-width:250px){
  html,body{
    font-size: 13px;
  }
}
.tips-box{
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-top: 5.6rem;
  text-align: center;
}
.tips-box h3{
  font-size: 1.1rem;
  color: #4f4f4f;
  margin: 0.8rem 0 -0.4rem 0;
}
.tips-box em.success{
  width: 92px;
  height: 92px;
  display: block;
  margin: 0 auto;
  background: url(../../../img/shop/single/form/success.png) no-repeat;
}
.tips-box em.error{
  width: 92px;
  height: 92px;
  display: block;
  margin: 0 auto;
  background: url(../../../img/shop/single/form/403.png) no-repeat;
}
.tips-box .tip-title{
  font-size: 16px;
  font-weight: 500;
  margin-top: -3px;
  margin-bottom: 3px;
}
.tips-box .tips{
  text-align: center;
  font-size: 14px;
  color: #666;
}
.secret.tips-box {
  margin-top:7rem;
}
.secret.tips-box .tips {
  color:#666;
  margin-top:0.8rem;
}
.secret.tips-box .detail {
  font-size:0.8rem;
  color:#666;
  margin-top:5px;
}
.tips-box .redirect-info {
  color: #666;
  margin-left: 1rem;
  margin-right: 1rem;
  border-top: 1px solid #d7d8d2;
  border-bottom: 1px solid #d7d8d2;
  margin-top: 1.5rem;
  height: 5rem;
  line-height: 5rem;
}

.tips-box .redirect-info .timer {
  color: #85a416;
}

.tips-box a.showData{
  height: 2.2rem;
  line-height: 2.2rem;
  width: 6.7rem;
  text-align: center;
  color: #86a327;
  border: 1px solid #86a327;
  border-radius: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2rem;
  font-size: 0.8rem;
  text-decoration: none;
}
.tips-box a.showData img{
  vertical-align: middle;
  width: 1rem;
  height: 0.92rem;
  margin: -0.2rem 0.3rem 0 0;
}


.tips-box .tip-icon i.icon-lock{
  color: #a48743;
  background: #ffe478;
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 2rem;
  border-radius: 50%;
}
.tips-box.fans-limit{
  padding-top: 5rem;
}
.tips-box.fans-limit .tip-icon{
  position: relative;
  display: inline-block;
  line-height: 1;
}
.tips-box.fans-limit .tip-icon i.icon-form{
  font-size: 6rem;
  color: #e5e5e5;
}
.tips-box.fans-limit .tip-icon i.icon-lock{
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 1rem;
  position: absolute;
  right: 0rem;
  bottom: 0rem;
}
.tips-box.fans-limit .tips{
  margin: 1.5rem 0;
}
.btn:hover,
.btn:active,
.btn:focus{
  text-decoration: none;
}
.btn-green-outline{
  font-size: 0.875rem;
  color: #50b427;
  border:1px solid #50b427;
  border-radius: 0.3rem;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  cursor: pointer;
}
.btn-green-outline:active{
  background: #67c840;
  color: #fff;
}
/*order*/

.ui-title{
  position: relative;
  padding: 0.64rem 0.8rem;
  background-color: #e9e5e1;
  font-weight: bold;
  font-size: 1rem;
  word-break: break-all;
  word-wrap:break-word;
}
.ui-title > *{
  display: inline-block;
}
.ui-title h3{
  padding-right: 3.2rem;
  font-weight: bold;
}
.ui-title .submit-record{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3.2rem;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 0.4rem;
  font-weight: normal;
  text-align: center;
  -webkit-text-size-adjust:none;
}
.ui-title .submit-record > span{
  display: inline-block;
  position: relative;
  margin-top: -0.9rem;
  top: 50%;
}
.ui-title .submit-record i {
  font-size: 0.8rem;
  font-weight: normal;
}
.ui-form.default .ui-title .submit-record{
  background-color: #e2dfda;
  color: #7f7f7f;
}

.qrcode-box{
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.qrcode-box .wrap p{
  font-size: 0.8rem;
}


/*多样式*/
.ui-form.default{
  background-color: #f5f0eb;
}
.ui-form.style_1{
  background-color: #f1f3e6;
}
.ui-form.style_2{
  background-color: #ebf5eb;
}
.ui-form.style_3{
  background-color: #f2fafa;
}
.ui-form.style_4{
  background-color: #ebf5f3;
}
.ui-form.style_5{
  background-color: #f6f9fb;
}
.ui-form.style_6{
  background-color: #f2eff9;
}
.ui-form.style_7{
  background-color: #f8f7ed;
}
.ui-form.style_8{
  background-color: #faf1ef;
}
.ui-form.style_9{
  background-color: #f9f1f3;
}
.ui-form.style_1 .ui-title{
  color: #fff;
  background-color: #7b893c;
}
.ui-form.style_2 .ui-title{
  color: #fff;
  background-color: #42b75f;
}
.ui-form.style_3 .ui-title{
  color: #fff;
  background-color: #125b5c;
}
.ui-form.style_4 .ui-title{
  color: #fff;
  background-color: #337898;
}
.ui-form.style_5 .ui-title{
  color: #fff;
  background-color: #669acc;
}
.ui-form.style_6 .ui-title{
  color: #fff;
  background-color: #826fbb;
}
.ui-form.style_7 .ui-title{
  color: #fff;
  background-color: #ff7300;
}
.ui-form.style_8 .ui-title{
  color: #fff;
  background-color: #d2443c;
}
.ui-form.style_9 .ui-title{
  color: #fff;
  background-color: #e0527d;
}
.ui-form.default .ui-title{
  background-color: #e9e5e1;
}

.ui-content.form-fields {
  padding: 0;
}

.ui-input, .ui-date, .ui-select, .ui-button, .ui-textarea, .ui-list .list-item {
  background-color: #fbf9f7;
}

/*body {
  background-color: #f5f0ec !important;
}*/
