body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, fieldset, button, input, textarea, th, td {
	margin:0; padding:0; 
	font: 14px/1.5 "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
	font-family: 'almm',"iconfont", Arial, sans-serif;
	word-break: break-all;
}
::-webkit-scrollbar {
	width:5px;
	margin-right:2px
}
::-webkit-scrollbar-button {
	width:5px;
}
::-webkit-scrollbar:horizontal {
	height:5px;
	margin-bottom:2px
 }
::-webkit-scrollbar-track {
	border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
	background-color: #333;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	width:0px;
	border-radius: 2px;
    background: #2196F3;
}
::-webkit-scrollbar-corner {
	width: 0px;
	background-color: #fff;
}
ul, ol { list-style:none;}
a { text-decoration:none; color:#333;outline: none;}
a:hover { text-decoration: none; color:#000;outline: none;}
fieldset, img { border:none; vertical-align:middle;}
button, input, select, textarea {outline: none;font-size:100%; color:#666; font-size:12px;}
h1, h2, h3 { font-size:14px;}
em { font-style:normal;}
li{list-style-type:none; outline: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #333333 inset !important;
    background-image: none !important;
    color: rgb(255,255,255) !important;
    border-radius: 999rem;
}

input,select{
	border: 0px;outline:none;cursor: pointer;
}
html{
	font-size:100px;
	height:100%;
}
body{
    max-width: 750px;
    background: #000;
    margin: auto;
    height: 100%;
    overflow: hidden;
}

.header{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: 1rem;
    border-bottom: 0.0168rem solid rgba(255,255,255,0.2);
}
.hed_l{
    width: 50%;
    height: 0.8rem;
    overflow: hidden;
    float: left;
}
.hed_l p{
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    overflow: hidden;
    float: left;
    color: #fff;
    font-size: 0.2rem;
}
.hed_l span{
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    overflow: hidden;
    float: left;
    color: #fff;
    font-size: 0.2rem;
}
.hed_l span i{
    color: #2196F3;
    font-size: 0.24rem;
    font-style: normal;
}
.hed_r{
    width: 1.2rem;
    height: 0.6rem;
	line-height: 0.6rem;
    font-size: 0.18rem;
    overflow: hidden;
    float: right;
    text-align: center;
    background: #2196F3;
    border-radius: 0.5rem;
    cursor: pointer;
	color:#fff;
}


.main{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.main_b{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.main_h{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f1f1f1;
}

.tc_show{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;	
	display:none;
}
.tc_show_bg{
	position: absolute;
    z-index: 9991;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);	
}
.tc_show_m{
    position: absolute;
    z-index: 99999;
    width: 70%;
    left: 10%;
    background: #fff;
    top: 50%;
    height: 5rem;
    margin-top: -2.5rem;
    border-radius: 0.1rem;
    padding: 5%;
}
.tc_show_m li{
    width: 100%;
    height: 4rem;
    line-height: 0.2rem;
    font-size: 0.15rem;
    overflow: auto;
}
.tc_show_m_close{
    width: 100%;
    background: #2196F3;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
    text-align: center;
    margin-top: 0.5rem;
}

.pay_show{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;	
	display:none;
}
.pay_show_bg{
	position: absolute;
    z-index: 9991;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);	
}
.pay_show_m{
    position: absolute;
    z-index: 99999;
    width: 70%;
    left: 10%;
    background: #fff;
    top: 50%;
    height: 5rem;
    margin-top: -2.5rem;
    border-radius: 0.2rem;
    padding: 5%;
}
.pay_show_m_tit{
    width: 90%;
    height: auto;
    overflow: hidden;
    background: rgb(47 169 84);
    padding: 3% 5%;
    border-radius: 0.15rem;
    color: #fff;
    margin-bottom: 0.3rem;
}
.pay_show_m_tit li{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.pay_show_m_tit li .li_l{
    float: left;
    width: auto;
    height: 0.25rem;
	line-height:0.25rem;
    font-size: 0.15rem;	
}
.pay_show_m_tit li .li_r{
    float: right;
    width: auto;
    height: 0.25rem;
    font-size: 0.15rem;	
}
.pay_show_m_tit li .li_r i{
    font-size: 0.12rem;
    font-style: normal;
}
.pay_show_m_img{
    width: 100%;
    height: 2.8rem;
	text-align: center;
    overflow: hidden;
}
.pay_show_m_img img{
    width: 2.5rem;
    height: 2.5rem;
}
.pay_show_m_txt{
    width: 100%;
    height: 0.4rem;
    line-height: 0.2rem;
    text-align: center;
    font-size: 0.15rem;	
}
.pay_show_m_close{
    width: 100%;
    background: #2196F3;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    border-radius: 0.12rem;
    cursor: pointer;
    text-align: center;
}

.pay_show_jg{
    position: absolute;
    z-index: 99999;
    width: 50%;
    left: 20%;
    background: rgb(47 169 84);
    top: 50%;
    height: 2.6rem;
    margin-top: -1.3rem;
    border-radius: 0.2rem;
    padding: 5%;
    display: none;
}
.pay_show_jg_tit{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgb(47 169 84);
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.pay_show_jg_txt{
    width: 100%;
    height: 0.6rem;
    line-height: 0.2rem;
    text-align: center;
    font-size: 0.18rem;	
	color: #fff;
}
.pay_show_jg_close{
    width: 100%;
    background: #fff;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: rgb(47 169 84);
    border-radius: 0.12rem;
    cursor: pointer;
    text-align: center;
}
