html, 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, sub, sup, 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-size: 100%;
	font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
input{
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	text-decoration: none;
}
body {
            line-height: 1;
            font-family: MicrosoftYaHei;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearX::after{
            content: "";
            display: block;
            height: 0px;
            visibility: hidden;
	clear: both;
}
.wrap_body{
    width: 10rem;     
    margin: 0 auto;
}
.vedio_s img{
	width: 10rem
}
.form_one p{
	font-size: .28125rem;
	color: rgb(128, 128, 128);
	margin: .234375rem 0;

}
.form_one p>i{
	color: red;
	line-height: 5px;
}
.form_one{
	padding: .40625rem;
	
}
.self_i{
	padding: .234375rem .15625rem;
	width: 100%;
	display: block;
	border-radius: 5px;
	outline: none;
	border:.02666667rem solid #ccc;
	
}
.radio_self{
	display: flex;
	justify-content: space-between;
}
.radio_self>label{
	display: block;
	width: 4.125rem;
	font-size: .375rem;
	position: relative;
	text-align: center;
	border: 1px solid #ccc;
	padding: .234375rem .15625rem;
	border-radius: 5px;
}
.radio_self>label input{
	position: absolute;
	visibility: hidden;
}
.btn_form{
	width: 100%;
	height: 1.28125rem;
	font-size: 25px;
	color: white;
	border-radius: 10px;
	background:rgb(255, 78, 78) !important;
	line-height: 1.28125rem;
	text-align: center;
	margin-top: 10px;
}
h1{
	font-size: .46875rem;
}
.profile p{
	font-size: .375rem;
	line-height: .546875rem;
	color: black;
}
.profile{
	background:rgb(253, 228, 228);
}
.fix_f{
	position: fixed;
	bottom: 0px;
	width: 10rem;
	height: 1.38125rem;
	background: white;
	display: flex;
	text-align: center;
	justify-content: space-between;
	padding: .46875rem 0px;
	border-top: 1px solid #ccc;
}
.fix_f>a{
	display: block;
	border-right:  1px solid #ccc;
	width: 5rem;
	font-size: .375rem;
	color: rgb(78, 144, 255);
}
.footer_s{
	border: 1px solid rgb(255, 181, 181);
	text-align: center;
	margin-bottom: 1.78125rem;
}
.footer_s>div{
	border: 1px solid rgb(255, 181, 181);	
}
.footer_s>div>div{
	border: 1px solid rgb(255, 181, 181);	
}
.footer_s h1{
	font-size: .40625rem;
	font-weight: bold;
	color: rgb(80, 78, 78);
}
.btms-wrap {
	position: fixed;
	bottom: 17px;
	left: 0;
	width: 100%;
	height: .9rem;
	z-index: 99;
	display: block;
}

.btms {
	width: 100%;
	max-width: 640px;
	height: .9rem;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #616161;
	margin: 0 auto;
	padding: 29px 0px;
}

.btms-a1,
.btms-a2,
.btms-a3 {
	font-size: .22rem;
	padding: .1rem;
	color: #fff;
}

.btms-a1 img {
	display: block;
	width: .4rem;
	
	margin: 0 auto .03rem;
}

.btms-a2 img {
	display: block;
	width: .48rem;
	
	margin: 0 auto .03rem;
}

.btms-a3 img {
	display: block;
	width: .47rem;
	
	margin: 0 auto .03rem;
}


/*åº•éƒ¨2*/

.btmidx-wrap {
	background-color: #333333;
	padding-bottom: 1.3rem;
}

.btmidx-tops {
	position: relative;
	height: 1.65rem;
	width: 100%;
	background: url(../img/bg_list_p.png) no-repeat center;
	background-size: 100% 100%;
	padding-top: .9rem;
	box-sizing: border-box;
}

.btmidx-txt {
	background: #2f2f2f;
	color: #FFFFFF;
	text-align: center;
	padding-top: .25rem;
	padding-bottom: 1.1rem;
}

.btmidx-tops .liucheng-a2 {
	display: block;
	position: absolute;
	left: 50%;
	top: -.32rem;
	z-index: 3;
	margin-left: -2.8rem;
}

.btmidx-tops img {
	display: block;
	width: 2.36rem;
	height: .54rem;
	margin: 0 auto;
	text-align: center;
}

.btmidx-txt p {
	line-height: 1.8em;
}

.btmidx-txt-imgs {
	margin-top: .5rem;
}

.btmidx-txt-imgs img {
	width: 2.05rem;
	height: 2.05rem;
}
