﻿@charset "UTF-8";
.buyWrapper .buyPackage, .buyWrapper .buyPayMethod {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100px;
}

body, table, div, from, table, tr, th, td, span, strong, dl, dt, dd, p, time {
  font-size: 0.14rem;
  line-height: 1.8;
  font-family: "Microsoft YaHei";
  color: #333;
}
body{
	background: #fff;
}
ul, li, ol {
  list-style: none;
}

img {
  max-width: 100%;
}

i, em {
  font-style: normal;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #333;
}

input[type=text], input[type=passwrod], input[type=email], textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
}


/*clear style*/
.cl {
  clear: both;
  zoom: 1;
}
.cl:after {
  content: "";
  clear: both;
  width: 0;
  height: 0;
  display: block;
  visibility: hidden;
  font-size: 0;
}

/*float style*/
.l {
  float: left;
}

.r {
  float: right;
}

@media only screen and (min-width: 414px) {
  html {
    font-size: 110.4px !important;
  }
}
@media screen and (min-width:320px) and (max-width:414px){
	 html {
    font-size: 100px !important;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 85.3333px !important;
  }
}

.enrollWap{
	padding-bottom: 0.4rem;
}
.enrollWap .tit{
	color: #000;
	font-size: 16px;
	line-height: 0.35rem;
	padding:0.1rem 0.15rem;
	border-bottom: 1px solid #e5e5e5;
}
.enrollWap .form-item{
    padding: 0.02rem 0.15rem;
}
.enrollWap .form-item span{
	color: #e10000;
	margin-right: 0.06rem;
}
.enrollWap .form-item:last-child{
    margin-bottom: 0;
}
.enrollWap .form-item .txt{
    font-size: 14px;
    color: #373737;
    padding: .05rem 0;
}
.enrollWap .form-item .input-inner{
    display: flex;
    align-items: center;
}
.enrollWap .form-item  .input-inner .input-txt{
    display: block;
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    border: solid 1px #cccccc;
    background: #ffffff;
    color: #333333;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 .15rem;
}
.enrollWap .form-item  .sm{
	color:#ff0000;
	font-size: 0.12rem;
	line-height: 0.26rem;
}
.enrollWap .pic{
    overflow: hidden;
    position: relative;
}
.enrollWap .pic .upload{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
}
.enrollWap .pic img{
	width: 0.8rem;
    height: 0.8rem;
}
.enrollWap textarea {
    display: block;
    min-height:0.76rem;
    font-size: 15px;
       border: solid 1px #cccccc;
    line-height: 0.22rem;
    padding: 0.05rem ;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    resize: none;
}
.enrollWap .btn{
	background: #ff0000;
	margin:0.3rem 0.15rem 0 0.15rem;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.weui-picker-modal{
	height: 2.2rem;
}
.weui-picker-modal .picker-modal-inner{
	height: 1.6rem;
}



.toolbar .toolbar-inner{
	height: 0.5rem;
}
.toolbar .title{
	line-height: 0.5rem;
	font-size: 0.16rem;
}
.toolbar .picker-button{
	height: 0.5rem;
	line-height: 0.5rem;
	padding:0 0.1rem;
}



.topic-nav-fixed {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.topic-nav-fixed li {
    padding: 0.1rem 0;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    color: #666666;
		float: left;
		width: 33%;
		text-align: center;
}
.topic-nav-fixed li.on a{
	color: #ff0000;
	width: 50%;
	text-align: center;
}
.topic-nav-fixed li.on {
    border-bottom: 1px solid #ff0000;
    color: #ff0000;
}
