/*@font-face {
    font-family: "PingFang Regular";
    src:url('../fonts/PingFang Regular.ttf'); 
}
@font-face {
    font-family: "PingFang Medium";
    src:url('../fonts/PingFang Medium.ttf'); 
}*/
html {
    font-size: 125%; /* 20梅16=125% min-font-size:12px bug*/
}
@media only screen and (min-width: 481px) {
html {
    font-size: 120%!important; /* 30.08梅16=188% */
}
}
@media only screen and (min-width: 561px) {
html {
    font-size: 130%!important; /* 38.88梅16=218% */
}
}
@media only screen and (min-width: 641px) {
html {
    font-size: 180%!important; /* 40梅16=250% */
}
}
@media only screen and (min-width: 1024px) {
html {
    font-size: 240%!important; /* 40梅16=250% */
}
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Pingfang SC;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-size: 0.7rem;
    line-height: 1rem;
    width: 100%;
    background: #fff;
    color: #000;
}
em {
    font-style: normal
}
li {
    list-style: none
}
a {
    text-decoration: none;
    outline: 0;
}
img {
    border: none;
    vertical-align: top;
}
input, textarea,button {
    padding: 0;
    font-family: Pingfang SC;
}
textarea {
    resize: none;
    overflow: auto;
}
textarea:focus {
    outline: none;
}
input:focus {
    outline: none;
}
*{
    padding: 0px;
    margin:0px;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
input{
    background:none;    
    outline:none; 
    border:0px;
}
button{
    outline:none; 
    border:0px;
}
img{
    width: 100%;
}
table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;  
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    border:none;
    outline:none;
}
h1,h2,h3{
    font-weight: normal;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
.fw {
    flex-wrap: wrap;
}
.over{
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
}
:-moz-placeholder {
    color: #a3a3a3;
}
::-moz-placeholder {
    color: #a3a3a3;
}
:-ms-input-placeholder {
    color: #a3a3a3;
}



/*1秒后隐藏*/
.tips{
    padding: 0 20px;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:rgba(0,0,0,0.7);
    z-index: 99;    
    color: #fff;
    border-radius: 30px;
    display: none;
    line-height: 35px;
}
/*加载*/
.mask-load{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.65);
    display: none;
    z-index: 99;
}
.load{
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.load img{
    width: 50px;
}



/*head*/
/*有返回的顶部*/
.head-back{
    width: 100%;
    height: 2.5rem;
    position: fixed;
    top: 0;
    overflow: hidden;
    background: url(../images/head-bg.png) no-repeat center center;
    background-size: 100%;
    z-index: 10;
}
.head-height{
    height: 2.5rem;
}
.head-back .goback{
    width: 1rem;
    height: 2.5rem;
    display: block;
    margin-left: 4%;
    background: url(../images/icon-back.png) no-repeat left center;
    background-size: 0.45rem;
    float: left;
}
.head-back .head_title{
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.8rem;
    color: #fff;
    float: left;
}
.head-back .head-right{
    width: auto;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    margin-right: 4%;
    float: right;
    text-align: right;
    color: #fff;
    font-size: 0.75rem;
    background: none;
}
.head-back .delete{
    width: auto;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    margin-right: 4%;
    background: none;
    float: right;
    text-align: right;
}
.head-back .delete img{
    width: 0.8rem;
    vertical-align: middle;
}








/*有返回无背景颜色的顶部*/
.head-nobg{
    width: 100%;
    height: 2.5rem;
    background: none;
    overflow: hidden;
    z-index: 10;
}
.head-nobg .goback{
    width: 1rem;
    height: 2.5rem;
    display: block;
    margin-left: 4%;
    background: url(../images/icon-back.png) no-repeat left center;
    background-size: 0.45rem;
    float: left;
}
.head-nobg .nobg-title{
    float: left;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.8rem;
    color: #fff;
}
.head-nobg .head-right{
    width: auto;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    margin-right: 4%;
    float: right;
    text-align: right;
    color: #fff;
    font-size: 0.75rem;
    background: none;
}




/*有返回的白色的顶部*/
.head-white{
    width: 100%;
    height: 2.5rem;
    position: fixed;
    top: 0;
    overflow: hidden;
    background: #fff;
    background-size: 100%;
    z-index: 10;
}
.head-height{
    height: 2.5rem;
}
.head-white .goback{
    width: 1rem;
    height: 2.5rem;
    display: block;
    margin-left: 4%;
    background: url(../images/icon-back2.png) no-repeat left center;
    background-size: 0.45rem;
    float: left;
}
.head-white .head_title{
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.8rem;
    color: #000;
    float: left;
}
.head-white .head-right{
    width: auto;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    margin-right: 4%;
    float: right;
    text-align: right;
    color: #000;
    font-size: 0.75rem;
    background: none;
}




/*foot*/
.foot{
    width: 100%;
    height: 3.15rem;
    position: fixed;
    bottom: 0;
    left: 0;
    background:#fff;
    /*border-top: 1px solid #dddcda;*/
    box-shadow:0 3px 24px 0 rgba(214,214,214,.5);
    z-index: 1;
}
.foot ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot li{
    width: 25%;
    height: 3.15rem;
    text-align: center;
}
.foot li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.foot li img{
    width:auto;
    height: 1.15rem;
    margin-top: 0.575rem;
}
.foot li p{
    font-size: 0.6rem;
    color: #000;
    line-height: 0.6rem;
    margin-top: 0.3rem;
}
.foot .active p{
    color: #007acf;
}





/*弹窗*/
.mask{
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0,0,0,0.55);
    display: none;
}
.popup-position{
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





/*多选 单选*/
input.check:checked {
    background: url(../images/checked.png) no-repeat center left;
    background-size: 1rem 1rem;
    border: none;
}
input.check{
    background: url(../images/check.png) no-repeat center left;
    background-size: 1rem 1rem;
    width: 1rem;
    height: 1rem;
    border: none;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
input[type="checkbox"], input[type=radio] {
    -webkit-appearance: none;
    outline: none;
}



/*确认提交*/
.submit-btn {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
}
.submit-btn button {
    width: 84%;
    height: 2.25rem;
    line-height: 2.25rem;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 3rem;
    background: linear-gradient(0deg,#f39700,#f8bd5d);
}








/*下一步确认付款弹窗*/
.confirm{
    width: 100%;
    height: 0;
    border-radius: 0.25rem 0.25rem 0 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    /*transition:all 1s ease 0.2s;*/
    overflow: hidden;

}
.confirm-title{
    height: 2.2rem;
    line-height: 2.2rem;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.confirm-title .close{
    padding: 0.5rem;
    margin: 0.6rem;
    background: url('../images/close.png') no-repeat center center;
    background-size: 0.75rem;
}
.confirm-title h1{
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    text-align: center;
    font-size: 0.8rem;
}
.confirm .number{
    line-height: 3.8rem;
    font-size: 1.2rem;
    color: #585858;
    font-weight: bold;
    text-align: center;
}
.confirm .number span{
    font-size: 2.15rem;
    font-family:Pingfang SC;
}

.confirm-mode{
    line-height: 3.4rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.7rem;
    padding: 0 1.4rem  0 0.6rem;
}
.confirm-mode span{
    color: #585858;
}
.confirm-btn {
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
}
.confirm-btn button {
    width: 84%;
    height: 2.25rem;
    line-height: 2.25rem;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 3rem;
    background: linear-gradient(0deg,#f39700,#f8bd5d);
}