@charset "utf-8";

*{
    margin:0;
    padding:0;
    border:0;
    list-style:none;
}
body{
    overflow-x: hidden;
    max-width: 100%;
    min-width: 320px;
    min-height: 100vh;
    font-family: PingFang-Medium,PingFangSC-Regular,Heiti,Heiti SC,DroidSans,DroidSansFallback,"Microsoft YaHei",sans-serif;
    -webkit-font-smoothing: antialiased;
    color:#222222;
    background-color:#F8F8F8; 
}
html {
  overflow-y: scroll;
}
a{-webkit-tap-highlight-color: transparent; outline: none;color:#222;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
input{
	outline: 0;
}
input::-webkit-input-placeholder { /* WebKit browsers */  
  color: #999999;  
}  
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
  color: #999999;  
}  
input::-moz-placeholder { /* Mozilla Firefox 19+ */  
  color: #999999;  
}  
input:-ms-input-placeholder { /* Internet Explorer 10+ */  
  color: #999999;  
} 
.green{
	color: #3CB035;
}
.red{
	color: #FF3F00;
}
.blue{
	color: #0096E2;
}
.select{
	border: #FF6600 1px solid !important;
	background: url(../images/choice_select.png)  #ffdf75 no-repeat 3.333333rem 0.416666rem;
	background-size: 0.527777rem;
	
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix {
    clear: both;
}
.line-through{
	color: #777777;
	text-decoration:line-through
}
.bgwhite{
	background: #FFFFFF;
}

/* 头部 */
.content-box{
	margin-bottom: 2.222222rem;
}
.header{
	width: 100%;
	height: 1.388888rem;
	background: #FFC300;
}
.header-l{
	height: 1.388888rem;
	width: 30%;
}
.header-l img{
	height: 0.5rem;
	margin: 0.444444rem 0.416666rem;
}
.header-c{
	font-size: 0.5rem;
	font-weight: 500;
	line-height: 1.388888rem;
	height: 1.388888rem;
	width: 40%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header-r{
	height: 1.388888rem;
	width: 30%;
}
.share{
	height: 0.472222rem;
	width: 0.472222rem;
	background: url(../images/share.png) no-repeat;
	margin: 0.458333rem 0.416666rem 0.458333rem 0.277777rem;
	background-size: 0.472222rem;
}
.collection{
	width: 0.527777rem;
	height: 0.5rem;
	background: url(../images/collection.png) no-repeat;
	margin: 0.444444rem 0.416666rem 0.444444rem 0.277777rem;
	background-size: 0.527777rem 0.5rem;
}
.c-select{
	width: 0.527777rem;
	height: 0.5rem;
	background: url(../images/collection-select.png) no-repeat;
	margin: 0.444444rem 0.416666rem 0.444444rem 0.277777rem;
	background-size: 0.527777rem 0.5rem;
}
.content{
	background: #f8f8f8;
	background-image: url(../images/top_bg.png);
	background-size:100%;
	background-repeat:no-repeat;
	height: auto;
}


/* 输入框 */
.text-box{
	padding: 0.277777rem;
	margin: 0 auto;
}
.text-box label{
	position: absolute;
	line-height: 1.388888rem;
	padding: 0 0.32rem;
	color: #222222;
	font-size: 0.388888rem;
}
.text-box input{
	width:-webkit-calc(100% - 3.055555rem);width:-moz-calc(100% - 3.055555rem); width:calc(100% - 3.055555rem);
	text-align: right;
	line-height: 1.388888rem;
	color: #666666;
	padding-right: 0.277777rem;
	font-size: 0.388888rem;
	padding-left: 2.777777rem;
	border-radius: 0.277777rem;
}


/* 支付选择 */
.pay-choice{
	margin: 0.277777rem;
	background: #FFFFFF;
	border-radius: 0.277777rem;
	padding: 0.138888rem 0.416666rem 0.416666rem;
	overflow: hidden;
}
.pay-o{
	margin-top: 0.277777rem;
	width:-webkit-calc(50% - 0.555555rem);width:-moz-calc(50% - 0.555555rem); width:calc(50% - 0.655555rem); 
	font-size: 0.388888rem;
	line-height: 0.833333rem;
	height: 0.833333rem;
	position: relative;
	border: #dddddd 1px solid;
	border-radius: 0.138888rem;
	padding: 0.194444rem 0.222222rem;
}
.pay-o:nth-child(odd)
{
margin-right: 0.277777rem;
}
.pay-o img{
	width: 0.833333rem;
	height: 0.833333rem;
	border-radius: 0.138888rem;
	margin-right: 0.138888rem;
	z-index: 2;
	position: relative;
}
.pay-o p{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}


/* 温馨提示 */
.tips{
	padding: 0.138888rem 0.416666rem;
	color: #777777;
}
.tips h1{
	font-size: 0.416666rem;
	line-height: 0.416666rem;
	margin: 0.277777rem 0;
}
.tips p{
	font-size: 0.361111rem;
	line-height: 0.638888rem;
	margin: 0.222222rem 0;
}


/* 底部按钮 */
.bottom{
	height: 1.388888rem;
	width:-webkit-calc(100% - 0.555555rem);width:-moz-calc(100% - 0.555555rem); width:calc(100% - 0.555555rem); 
	background: #FFFFFF;
	padding: 0.277777rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3;
	border-top: #f2f2f2 1px solid;
}
.bottom-bg{
	height: 1.388888rem;
	color: #fff;
	width: 100%;
}
.bottom-bg .bottom-text{
	font-size: 0.361111rem;
	line-height:1.277777rem;
	display: inline-block;
	background: #222;
	width: calc(100% - 3.333333rem);
	padding:0 0.277777rem 0 0.416666rem;
	height: 1.388888rem;
	border-radius: 0.694444rem 0px 0px 0.694444rem;
}
.money{
	font-size: 0.583333rem;
	font-weight: 600;
	display: inline-block;
}
.bottom-btn{
	position: absolute;
	right: 0.277777rem;
	width: 2.777777rem;
	height: 1.388888rem;
	background: linear-gradient(90deg, #FFD342 0%, #FFC300 100%);
	border-radius: 0px 0.694444rem 0.694444rem 0px;
	display: inline-block;
	font-size: 0.444444rem;
	color: #222222;
	text-align: center;
	line-height: 1.388888rem;
	font-weight: 600;
}

/* 充话费弹窗 */
.phone-bill-box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
}
.phone-bill-img{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -5.208333rem;
	margin-top: -5.111111rem;
}
.phone-bill-img img{
	width: 100%;
	height: 100%;
}
.phone-bill-close {
	position: absolute;
	top: 10.277777rem;
	left: 50%;
	margin-left: -0.347222rem;
}
.phone-bill-close img{
	width: 0.694444rem;
	height: 0.694444rem;
}