*{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color:transparent;
  box-sizing: border-box;
  font-family: PingFang SC,microsoft yahei,arial,helvetica neue,hiragino sans gb,sans-serif!important;
}
html{
  height: 100%;
  background-color: #f5f5f5;
}
body{
  /*font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;*/
  position: relative;
  background-color: #F5F5F5;
  padding: 0 0;
  margin: 0 0;
  min-height: 100%;
  max-width: 640px;
  font-size: 10px!important;
}
a[title='站长统计']{
  display: none;
}
input[type='number'], input[type='text']{
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  text-align: right;
  font-size: 1.5rem;
  padding: 0px;
}
.inputItem .numSel_num {
  width: 7rem;
  text-align: center;
  padding: 0.2rem 0.7rem;
  background-color: #efefef;
  border-radius: 2px;
  margin: 0px 4px;
}
.num.numSel_num.text-right {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}
#detailTop{
  border-top: 8px solid #f5f5f5;
  border-bottom: 8px solid #f5f5f5;
  background-color: #fff;
}
.detailItem {
  background-color: #fff;
}
.clearfix:before,.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
.footer{
  width: 100%;
  text-align: center;
  bottom: 0.5rem;
  position: absolute;
}
.footer img{
  width: 110px;
}
.index-top{
  /*height: 18rem;*/
  position: relative;
  line-height: initial;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.school_logo{
  position: absolute;
  top: 0px;
  padding: 4vw;
  height: 15.2vw;
}
.school_logo img {
  height: 7.2vw;
}
.history_btn{
  position: absolute;
  margin-top: -6.8vw;
  right: 1rem;
  border-radius: 1.8rem;
  width: 40vw;
  z-index: 2;
}
.typeItem:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 2px;
  background-color: #1890FF;
  float: left;
  margin-top: 1.05rem;
  left: 1.2rem;
}
.index-container{
  position: relative;
  padding-bottom: 10.5rem;
  font-size: 1.5rem;
}
.indexDefatul-img{
  margin: 6rem 6.25rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  letter-spacing:-0.34px;
}
.indexDefatul-img img{
  margin-bottom: 2.5rem;
}
.typeItem{
  padding: 0rem 0rem 1rem 1rem;
  background-color: #fff;
  margin-top: 6px;
}
.typeItem_title{
  padding: 0.7rem;
  color: #999;
  border-bottom: 1px solid #F5F7F8;
  margin-bottom: 1rem;
}
.typeItem_row{
  padding: 1.2rem 0.2rem;
}
.typeItem_body{
  float:left;
  width: 50%;
}
.typeItem_body:nth-child(even) .productItem {
	padding-left: 0px;
}
.productItem{
  padding-left: 1rem;
  padding-right: 1vw;
}

.productItem_icon{
  float: left;
  height: 6.4vw;
  width: 6.4vw;
  text-align: center;
}
.productItem_text{
  float: left;
  margin-left: 3.3vw;
  width: 75%;
  color: #666;
  font-size: 4vw;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.rePay-top,.detail-top{
  min-height: 31.5vw;
  position: relative;
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  /*background-image:linear-gradient(-148deg, #31a1f6 100%, #1975eb 0%);*/
  color: #fff;
  text-align: center;
}
.productStatus{
  height: 3rem;
  padding-top: 0.9rem;
  text-align: right;
}
.productStatus_text{
  margin-right: 1rem;
  padding: 0.2rem 0.8rem;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  letter-spacing: 1px;
}
.productName{
  margin: 0 6vw;
  font-size: 5vw;
}
.productDetail{
  padding: 1rem 0rem 0rem 0rem;
  margin: 0 3rem;
  text-align: center;
  font-size: 4vw;
  line-height: 6vw;
}
.pName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  width: 70vw;
  display: inline-block;
  padding-right: 1.5rem;
}
.productDetail_text{
  max-height: 6vw;
  overflow: hidden;
}
.detail-container{
  padding-bottom: 35px;
}
/*.inputInfo-container .inputItem .label{
  color: #333;
}*/
.totalItem .label, .inputItem .label,.times .label {
  float: left;
  max-width: 25%;
  padding-top: 13px;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  color: #BBBBBB;
  word-wrap:break-word;
}
.warning {
  position: absolute;
  padding-top: 13px;
  padding-left: 5px;
  color: #FF7433;
}
.totalItem .text, .inputItem .text,.times .text {
  float: right;
  width: 70%;
  height: 45px;
  min-height: 45px;
  line-height: 45px;
  padding-right: 1.5rem;
  text-align: right;
  font-size: 1.5rem;
  color: #333;
  word-wrap: inherit;
  word-break: break-all;
}
.totalPrice.text {
  color: #ff7433;
  font-size: 1.7rem;
}
.numSel{
  float: right;
  margin: 7px 0px;
  margin-right: 1.5rem;
}
.numSel_desc,.numSel_asc{
  float: left;
  padding: 0.2rem 0.7rem;
  font-family: monospace;
  font-size: 2.1rem;
  color: #999;
  background-color: #f7f7f7;
  border: #efefef 1px solid;
}
.inputItem .num {
  font-size: 1.7rem;
  /*font-family: -webkit-body;*/
}
.numSel_num{
  float: left;
  width: 3rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
  text-align: center;
}
.totalPrice{
  font-size: 1.7rem;
  color: #ff7433;
}
.btn-primary{
  margin: 3rem 1.5rem 1rem;
  padding: 1rem 0;
  font-size: 1.8rem;
  background-color: #1890FF;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
.btn-primary_disabled{
  background-color: #d9dcde !important;
  border-color: #d9dcde !important;
}
.btns {
  width: 88vw;
  overflow: hidden;
  margin: 3rem 6vw 1rem 6vw;
}
.payment-other {
  width: 88vw;
  overflow: hidden;
  margin: 1vw 6vw 4vw 6vw;
}
#backBtn,#payment {
  float: left;
  width: 47.5%;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  color: #333333;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.payment-other #payment {
  width: 100%;
}
#payBtn {
  float: right;
  width: 47.5%;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  color: #fff;
  font-size: 1.6rem;
  background-color: #1890FF;
  border: 1px solid #1890FF;
  border-radius: 5px;
}
/*tipModal*/
#tipModal,#tipModalUrl {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 33%;
  background-color: rgba(0,0,0,.5);
}
.modalContent {
  background-color: #fff;
  width: 72vw;
  overflow: hidden;
  margin: auto;
  padding-top: 2rem;
  text-align: center;
  color: #000;
  border-radius: 8px;
}
.modalBtns {
  font-size: 1.8rem;
}
.modalTitle {
  font-size: 1.9rem;
}
.modalText {
  padding: 1rem .5rem 2rem;
  line-height: 2.6rem;
  border-bottom: 1px solid #eaeaea;
}
.modalText>span {
  display: block;
  font-size: 3.73vw
}
.modal-blue {
  color: #888888;
  overflow: hidden;
  padding: 0px 12px;
}
.modal-blue label {
	float: left;
}
.modal-blue .float-left {
	float: left;
	text-align: left;
	word-break: break-all;
}
.min-width-70 {
	width: 70%;
}
.clearfix {
	overflow: hidden;
}
.modal-btn {
  display: block;
  width: 50%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  float: left;
}
#cancelBtn,.cancelBtn {
  border-right: 1px solid #F2F2F2;
}
#ensureBtn,.ensureBtn {
  color: #108EE9;
}
.tabs{
  height: 4rem;
  color: #999;
  background-color: #fff;
}
.tab{
  position: relative;
  float: left;
  width: 33.3%;
  height: 100%;
  padding: 0 2rem;
  padding-top: 0.3rem;
  line-height: 3.5rem;
  font-size: 1.4rem;
  text-align: center;
  background-color: #fff;
}
.tab div{
  /*line-height: 4rem;*/
}
.tabs .active div{
  color: #108EE9;
}
.tabs .active:after{
  content:'';
  width: 25px;
  height: 2px;
  display: inline-block;
  background-color: #108EE9;
  bottom: 0.5rem;
  position: absolute;
  margin-left: -12px;
}
.history-container{
  /*height: 100%;*/
  /*padding-bottom: 34px;*/
}
.month {
  color: #333;
  font-size: 1.5rem;
}
.month-top {
  position: relative;
  background-color: #F5F7F8;
  padding: 3vw 4vw;
  text-align: left;
}
.fee-out {
  position: absolute;
  top: 3vw;
  right: 4vw;
  font-size: 1.3rem;
  color: #999;
}
.swiper-slide {
  min-height: 100%;
}
.historyDefault-img{
  padding: 6.75rem 8.2rem 0;
  font-size: 1.7rem;
  color: #666;
  text-align: center;
}
.historyDefault-img img{
  width: 33vw;
  margin-bottom: 1rem;
}
.historyItems{
  font-size: 1.6rem;
  /*margin-top: 1rem;*/
  background-color: #fff;
}
.historyItem{
  padding-top: 1rem;
  padding-left: 1.5rem;
}
.historyItem_left{
  float: left;
  width: 16%;
  text-align: left;
  padding-left: 2vw;
}
.historyItem_right{
  float: right;
  width: 30%;
  text-align: center;
  padding-right: 2rem;
  text-align: right;
}
.historyItem_date{
  color: #999;
}
.historyItem_body{
  float: left;
  width: 54%;
  padding-bottom: 1rem;
}
.historyItem_price{
  height: 2rem;
  color: #333;
  letter-spacing:-0.39px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.historyItem_text{
  font-size: 1.4rem;
  color: #999;
}
.historyItem-border {
  border-bottom: 1px solid #F5F7F8;
}
.endText{
  position: relative;
  padding: 1rem 0rem;
  font-size: 1.3rem;
  color:#b8b8b8;
  text-align: center;
  letter-spacing:-0.31px;
  background-color: #f5f5f9;
}
.endText .text {
  position: relative;
  color: #BBBBBB;
  font-size: 12px;
  margin-bottom: 3px;
  background-color: #f5f5f9;
  padding: 0px 6px;
  display: inline-block;
  letter-spacing: 1px;
}
.endText .line {
  width: 60%;
  height: 1px;
  background-color: #BBBBBB;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 1.8rem;
  opacity: 0.5;
}
.orderSuccess{
  color: #999999;
  font-size: 1.2rem;
}
.orderUnPay{
  color: #F5222D;
  font-size: 1.2rem;
}
.orderFail{
  color: red;
  font-size: 1.2rem;
}

.loading{
  padding: 50% 0;
  height: 100%;
  text-align: center;
}
.inputInfo-top{
  background-color: #fff;
  padding: 2rem 2.4em 0rem 2.4rem;
  text-align: center;
}
.noticeInfo{
  padding: 1rem 0rem 1.5rem 0rem;
  font-size: 1.6rem;
  color: #666666;
}
.errorMsg{
  text-align: center;
  font-size: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  margin: 1rem 2.4rem;
  color: #999999;
}
.inputItems {
  background-color: #fff;
}
.item-img {
  padding-top: 10px;
}
input[type="text"]:disabled { 
  background-color: #fff;
}
.width-full {
  width: 100%;
}
.text-center {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: 2.2rem;
}
.auth-success {
  width: 18vw;
  margin-top: 12vw;
}
.align-center {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  display: inline-table;
}
.numSel_num.text-right {
  text-align: right;
}
.inputInfo-top img {
  width: 50px;
}
.modal-reason {
	color: #FF7433;
	padding: 0px 12px;
	text-align: left;
	font-size: 3.73vw;
}
.introduce {
  color: #BBB;
  font-size: 1.3rem;
  padding: 2vw 0vw 2vw 1.5rem;
  display: none;
}
.platform-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0px;
}
.platform-image {
  width: 6vw;
  height: 6vw;
  margin: 0px 10px;
}
.platform-text {
  color: #666;
  font-size: 4vw;
  flex-grow: 1;
}
.platform-input {
  margin-right: 1.5rem;
}