@charset "utf-8";

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
a,
samp,
strong,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
label,
table,
tbody,
tr,
th,
td,
img {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: '微软雅黑';
	list-style-type: none;
	line-height: 150%;
	letter-spacing: 0px;
}

button {
	outline: none;
}

body {
	background: #fff;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	max-height: 100%;
}

a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.row {
	margin: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0;
}

.fc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
}

.fcj {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
	justify-content: -webkit-center;
	justify-content: -moz-center;
	justify-content: center;
}

.fl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}


.container {
	margin: 0 auto !important;
	display: block;
}


.head_left img {
	max-height: 4rem;
}

.head {
	justify-content: flex-end;
	padding: 1rem 0;
}

.head_left {
	width: 30%;
}

.head_center {

	flex: 1;
}

.head_right {
	width: 30%;
	text-align: right;

}

.head_right a {
	color: #e11720;
	font-weight: bold;
	font-size: 1rem;
}

.head_center a {
	display: inline-block;
	margin: 0 2rem;
	font-size: 1rem;
	color: #333;
}

.head_center a.on {
	font-weight: bold;
	border-bottom: 2px solid #e11720;
	color: #000;
}
.head_center a:hover {
	font-weight: bold;
	border-bottom: 2px solid #e11720;
	color: #000;
}

.head_right img {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	margin-right: 0.2rem;
}

.banner img {
	display: block;
	width: 100%;
}

.index_li .dd div {
	padding: 0 1rem;
}

.index_li .dd {
	margin: 1.5rem;
	background: #fff;
	box-shadow: 0 0 1rem #ccc;
	border-radius: 1rem;
}

.index_li .dd:hover {
	box-shadow: 0 0 0.5rem #fc7f10;
	transition: 0.5s;
}

.index_li .dd .d1 img {
	height: 13rem;
	width: 100%;
	display: block;

	border-radius: 1rem 1rem 0 0;
}

.index_li .dd .d1 {
	padding: 0;
	border-radius: 1rem 1rem 0 0;
}

.index_li .dd .d2 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 1rem;
}

.index_li .dd .d3 img {
	width: 1rem;
	height: auto;
	display: inline-block;
	margin-right: 0.2rem;
}

.index_li .dd .d3 {
	font-size: 1.1rem;
	color: #344477;
	font-weight: 600;
	padding: 0.5rem 1rem;
}

.index_li .dd .d4 {
	font-size: 0.9em;
	color: #555;

}

.index_li .dd .d5 {
	text-align: center;
	margin-top: 1rem;
	padding-bottom: 1.5rem;
}

.index_li .dd .d5 a {
	display: inline-block;
	background: #fc7f10;
	width: 60%;
	color: #fff;
	font-size: 1rem;
	padding: 0.5rem 0;
	letter-spacing: 2px;
}

.index_li .dd .d5 a:hover {
	border-radius: 2rem;
	transition: 0.5s;
}

.index_li .dd .d5.end span {
	display: inline-block;
	background: #cfcfcf;
	color: #999;
	width: 60%;
	font-size: 1rem;
	padding: 0.5rem 0;
	cursor: pointer;
	letter-spacing: 2px;
}

.index_list {
	padding: 5% 0;
}

.index_ul {
	clear: both;
	overflow: hidden;
	padding-bottom: 3%;
}

.index_title {
	padding-bottom: 3%;
}

.index_title img {
	display: block;
	max-width: 25rem;
	margin: 0 auto;
}





.footer {
	background: #272727;
	padding: 3% 0;
	font-size: 1rem;
	color: #fff;
}

.footer_bot1 {

	text-align: center;
}

.footer_bot {
	border-top: 2px solid #fff;
	margin-top: 1rem;
	padding-top: 1rem;
	text-align: center;
}

.footer_bot a {
	font-size: 1rem;
	color: #fff;
	padding: 0 1rem;
}

.footer_left {
	padding-bottom: 5%;
}

.footer_left img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}

.footer_right .d1 {
	text-align: center;
	margin-top: 1rem;
}

.footer_right .d1 img {
	max-width: 8rem;
	height: auto;
	display: inline-block;
}

.footer_right .d1 span {
	text-align: center;
	color: #fff;
	padding-top: 0.5rem;
	display: block;
	font-size: 1rem;
}

.history_ul .index_li .dd {
	display: flex;
	align-items: center;
}

.history_ul .index_li .dd .d22 {
	flex: 1;
	padding: 0 1.5rem;
}

.history_ul .index_li .dd .d1 {
	width: 20rem;
}

.history_ul .index_li .dd .d1 img {
	border-radius: 1rem 0 0 1rem;
}

.history_ul .index_li .dd .d5 {
	width: 10rem;
	margin-right: 1rem;
}

.history_ul .index_li .dd .d2 {
	padding: 0;
}

.history_ul .index_li .dd .d2 {
	font-size: 1.4rem;
}

.history_ul .index_li .dd div {
	padding: 0;
}

.history_ul .index_li .dd .d3 {
	font-size: 1.2rem;
	padding: 1rem 0;
	color: #344477;
	font-weight: 600;
}

.history_ul .index_li .dd {
	background: #f3f3f3;
}

.history_ul .index_li .dd .d4 {
	font-size: 0.9rem;
	font-weight: bold;
}

.history_ul .index_li .dd .d5 a {
	width: 90%;
	padding: 0.7rem;
}

.index_li .dd .d3 img {
	margin-right: 0.5rem;
}

.pre .pli {
	text-align: center;
}

.pre .pli a {
	display: inline-block;
	padding: 0.1rem 0.6rem;
	margin: 0 0.2rem;
	font-size: 1rem;

	color: #333;
	border: 1px solid #fff;
}

.pre .pli a.on {
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 0.2rem;
}

.pre .pli a:hover {
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 0.2rem;
}

.index_zzbm {
	position: relative;
}

.index_zzbm .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -20px;
}

.index_zzbm .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -20px;
}

.mbx_dh a {
	font-size: 1rem;
	color: #000;
	padding: 1rem 0;

}

.pre {
	padding-bottom: 5%;
}

.mbx_dh {
	margin: 1rem 0;
}

.history_ul .index_li .dd {
	margin: 1rem 0;
}


.mb_det img {
	display: block;
	width: 100%;
}

.bm_bot {
	background: #fff6f2;
	padding: 2rem 0;
}

.bm_bot_1 {

	margin-right: 5%;
}

.bm_bot .dd {
	justify-content: center;
	display: flex;
}

.bm_bot_1 a {
	color: #fa5200;
	letter-spacing: 2px;
	font-size: 1rem;

}

.bm_bot_2 a {
	color: #fff;
	border-radius: 3rem;
	background: #fa5200;
	padding: 0.6rem 2rem;
	font-size: 1rem;
	letter-spacing: 2px;
	border: 1px solid #fa5200;
}

.bm_bot_1 a:hover {
	font-weight: bold;
	color: #000;
}

.bm_bot_2 a:hover {
	background: #fff;
	color: #fa5200;
	border: 1px solid #fa5200;
}


.bm_ewm {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 5;
}

.bm_ewm_box {
	width: 80%;
	max-width: 20rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 1rem;
	padding: 3% 5%;
	text-align: center;
}

.bm_ewm_box .dd img {
	display: block;
	margin: 1rem auto;
	width: 7rem;
	height: auto;
}

.bm_ewm_box .d1 {
	text-align: center;
	color: #fa5200;
	font-size: 0.95rem;

}

.bm_ewm_box .closed {

	position: absolute;
	top: 1rem;
	right: 1rem;
}

.bm_ewm_box .closed img {
	width: 2rem;
	height: 2rem;
	cursor: pointer;
}

.bm_ewm_box .closed img:hover {
	transform: rotate(360deg);
	transition: 0.5s;
}

.bm_ewm {
	display: none;
}

.bm_ewm.on {
	display: block;
}

.bm_title {
	padding: 1rem 0;
}

.bm_title .d1 {
	font-size: 1.7rem;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.5rem;
}

.bm_title .d2 {
	font-size: 0.95rem;
	color: #555;
	text-align: center;
}


.his_head {
	display: flex;
	align-items: center;
	padding: 1rem 0;
}

.his_head .d2 a {
	display: inline-block;
	padding: 0.2rem 1rem;
	border-radius: 2rem;
	background: #ccc;
	color: #666;
	font-size: 1rem;
	text-decoration: none;
	margin: 0 0.3rem;
}

.his_head .d2 a:hover {
	background: #2142b5;
	color: #fff;
}

.his_head .d2 a.on {
	background: #2142b5;
	color: #fff;
}

.his_head .d1 {
	padding-right: 1rem;
}

.his_head .d1 select {
	background: #13266a;
	color: #fff;
	font-size: 1rem;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 0.5rem;
	border-radius: 0.2rem;
	border: 0;
	outline: none;
	width: 10rem;
}


.pm_list_head {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #edf5ff;
	padding: 0.7rem 0;
}

.pm_list_head .d1 {
	flex: 1;
	text-align: center;
	color: #333;
	font-size: 0.9rem;
	font-weight: bold;
}

.pm_list_bot_li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.7rem 0;
	border-bottom: 1px solid #f5f5f5;
}

.pm_list_bot_li:hover {
	background: #f5f5f5;
}

.pm_list_bot_li .d1 {
	flex: 1;
	text-align: center;
	color: #333;

	font-size: 0.9rem;
}

.pm_list {
	padding: 1rem 0 2rem 0;
}

.pm_list_bot_li .d1 span.f1 {
	height: 1.5rem;
	width: 1.5rem;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 1rem;
	margin: 0 auto;
	background: #fa5200;
}

.pm_list_bot_li .d1 span.f2 {
	height: 1.5rem;
	width: 1.5rem;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 1rem;
	margin: 0 auto;
	background: #fc9766;
}

.pm_list_bot_li .d1 span.f3 {
	height: 1.5rem;
	width: 1.5rem;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 1rem;
	margin: 0 auto;
	background: #fdba99;
}


.message_li {
	margin-bottom: 1.5rem;
}

.message_li .mright input {
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	font-size: 1rem;
	color: #333;
	width: 100%;
	outline: none;
	height: 3rem;
	padding-left: 1rem;
}

.message_li {
	display: flex;
}

.message_li .mleft {
	margin-right: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	margin-top: 0.5rem;
}

.message_li .mleft span {
	color: #fa5200;
	display: inline-block;
	margin-right: 0.5rem;
}

.message_li .mleft .d1 {
	display: block;
	text-align: center;
	font-size: 0.8rem;
	color: #999;
	font-weight: 600;

}

.message_li .mright {
	flex: 1
}

.message_t {
	background: #eee;
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0.8rem 0;
	text-align: center;
	margin-bottom: 1.5rem;
}

.message_t span {
	font-size: 0.9rem;
	color: #555;
	padding-left: 0.5rem;

}

.message_li .mleft span {
	display: inline-block;
	width: 1rem;
}

.message_li .mright .his_head {
	padding: 0;
}

.message_li .his_head .d1 select {
	height: 2.5rem;
	margin-top: 0.25rem;
	line-height: 2.5rem;
	padding-right: 0;

	background: #2142b5;
}
.message_li .his_head .d2 select {
    min-width: 10rem;
}
.message_li .his_head .d2 {
	margin-right: 2rem;
}

.message_li .his_head .d2 a {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 1rem;
}

.message_li .his_head .d2 a.on {
	background: #2142b5;
	color: #fff;
}

.message_li .his_head .d2 a:hover {
	background: #2142b5;
	color: #fff;
}

.message_li .his_head .d2 label {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 1rem;
	cursor: pointer;
	display: inline-block;
	padding: 0.2rem 1rem;
	border-radius: 2rem;
	color: #666;
	font-weight: 500;
	font-size: 1rem;
}

/* .message_li .his_head .d2 label:hover{
	background: #2142b5;
	color: #fff;
}
.message_li .his_head .d2 label.on{
	background: #2142b5;
	color: #fff;
} */
.message_li .his_head .d2 input {
	opacity: 1;
	width: 1rem;
	height: 1rem;
	position: relative;
	bottom: -0.1rem;
	display: none;
}

.message_radio .message_li .mleft {
	margin-top: 0;
}




.mess_pay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #5c1404;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 1rem 0;
	font-weight: bold;
}

.pay_radio label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.7rem 0;
	font-size: 1.2rem;
	color: #333;
	font-weight: 600;
}

.pay_radio label img {
	margin-right: 0.5rem;
	width: 1.8rem;
}

.pay_radio label input {
	width: 1.5rem;
	height: 1.5rem;
}

.pay_choose_t {
	padding-top: 1rem;
	font-size: 1.2rem;
	color: #333;
	border-top: 1px solid #eee;
	font-weight: 600;
}

.pay_button {
	text-align: right;
	padding: 3% 0;
}

.pay_button button {
	display: inline-block;
	background: #5c1404;
	border-radius: 0.1rem;
	width: 10rem;
	color: #fff;
	font-size: 1.5rem;
	border: 0;
	padding: 0.8rem 0;
	letter-spacing: 2px;

}

.pay_button button:hover {
	border-radius: 3rem;
	transition: 0.5s;
}










.message_li .his_head .d2 label {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 1rem;
	cursor: pointer;
	display: inline-block;
	padding: 0.2rem 1rem;
	border-radius: 2rem;
	color: #666;
	font-weight: 500;
	font-size: 1rem;
}

.message_li .his_head .d2 input:checked+label {
	color: #fff;
	background-color: #2142b5;
}





.login{
	position: relative;
	height: 90vh;
	background: url('../images/user_banner.png') no-repeat;
	background-size: 100%100%;
}
.login_box{
	position: absolute;
	top: 20vh;
	right: 35vh;
	background: #fff;
	border-radius: 1rem;
	padding: 3% 4%;
	box-shadow: 0 0 1rem #ccc;
	width: 30rem;
}

.login_head{

	text-align: center;
	display: flex;
	align-items: center;
	justify-items: center;
	margin-bottom: 2rem;
}
.login_head a{
	color: #666;
	font-size: 1.2rem;
	flex: 1;
	text-align: center;
	padding: 0 3rem;
}
.login_head a.active{
	color: #e11720;
}
.login_input input{
	outline: none;
	border: 0;
	border-bottom: 1px solid #eee;
	padding-left: 0.5rem;
	font-size:0.95rem;
	color: #333;
	height: 3rem;
	width: 100%;
	line-height: 3rem;
	margin-bottom: 1rem;
}
.login_button{
	margin-top: 1rem;
}
.login_button button{
	background: #e11720;
	color: #fff;
	border-radius: 2rem;
	display: block;
	padding: 0.65rem 0;
	width: 100%;
	border: 0;
	font-size: 1rem;

}
.login_button button:hover{
	opacity: 0.8;
}
.login_tips{
	color: #e11720;
	font-size: 0.8rem;
	padding-top: 1rem;
}
.head_user{
	display: flex;
	align-items: center;
	margin-left: 1rem;
	font-size: 0.9rem;
}
.head_user img{
	width: 2rem;
	display: inline-block;
	margin-right: 0.5rem;
}
.head_user a{

	font-size: 0.9rem;
	color: #555;
}


.head_user .ydl{
	position: relative;
}
.head_user .ydl .d1{
	cursor: pointer;
}
.head_user .ydl .d2{
	position: absolute;
	top: 2rem;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 0.3rem;
	z-index: 999;
	width: 7rem;
	display: none;
	right: 0;

}
.head_user .ydl:hover .d2{
	display: block;
}
.head_user .ydl .d2 a{
	display: block;
	text-align: center;
	font-size: 0.85rem;
	color: #666;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #eee;
}
.head_user .ydl .d2 a:hover{
	color: #e11720;
}

.bm_title{
	font-size: 1rem;
	color: #555;
	padding: 1rem;
	font-weight: bold;
	text-align: center;
}
.bm_title img{
	width: 4rem;
	display: inline-block;
	margin-right: 1rem;
}

.bm_result{
	background: #f5f5f5;
	padding: 3% 0;
}
.bm_box{
	background: #fff;
	padding: 2%;
	border-radius: 1rem;
	min-height: 20rem;
}
.bm_box_li_t{
	display: flex;
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
	padding-bottom: 1rem;
	align-items: center;
}
.bm_box_li_t span{
	width: 1rem;
	margin-right: 0.5rem;
	height: 1rem;
	background: #e11720;
	display: inline-block;
	border-radius: 50%;
}
.bm_box_li {
	margin-bottom: 1rem;
}

.bm_box_li .d1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.1rem;
	color: #000;

}
.bm_box_li .d1 .s1{
	font-weight: bold;
}

.bm_box_li .d1 .s2{
	color: #555;
	font-size: 1rem;
	font-weight: bold;
}

.bm_box_li .d2{
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	color: #000;
	padding: 0.5rem 0;
}

.bm_box_li .d2 .d2_1{
	flex: 1;
	font-size: 1rem;
	color: #333;
}
.bm_box_li .d2 .d2_1 span{
	margin-right: 0.5rem;
	color: #fff;
	font-size: 0.95rem;
	display: inline-block;
	background: #e11720;
	border-radius: 0.3rem;
	padding: 0.1rem 0.5rem;
	margin: 0.5rem 0;
}

.bm_no_message{
	text-align: center;
	padding: 2rem;
	color: #999;
	font-size: 1rem;
}
.mb_det{
    min-height: 40vh;
}


.message_li .mleft .dd_ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.sj{
    display: none;
}
.pc{
    display: block;
}

.bmlj_a{
    text-align: center;
    margin-bottom: 2rem;
}
.bmlj_a a{
   display: inline-block;
	background: #fc7f10;
	color: #fff;
	border-radius: 0.2rem;
	font-size: 1rem;
	padding: 0.5rem 2rem;
	letter-spacing: 2px; 
}

.login_ma{
    display: flex;
    padding-top: 1rem;
}
.login_ma_li{
    flex: 1;
    padding: 1rem 2rem;
    text-align: center;
}
.login_ma_li img{
    width: auto;
    display: block;
    height: 10rem;
    margin: 0 auto;
}
.login_ma_li span{
    width: 100%;
    text-align: center;
    display: block;
    color: #e11720;
    font-size: 0.8rem;
}



@media(max-width: 770px) {
    .sj{
      display: block;
    }
    .pc{
        display: none;
    }
    .message_li .his_head .d1 select{
        height: 2rem;
        line-height: 2rem;
        width: 9rem;
        text-align: center;
    }
     .message_radio .message_li .mleft .dd_ul{
         padding: 0;
     }
    .message_radio .message_li .mleft .dd_ul .d1{
        padding-bottom: 0;
    }
	.bm_box_li .d2 .d2_1{
		width: 100%;
		flex: initial;
		font-size: 0.9rem;
	}
	.bm_box_li_t{
		font-size: 1rem;
	}
	.bm_box_li .d2 .d2_1 span{
		font-size: 0.85rem;
	}
	.bm_title img{
		height: 3rem;
		width: 3rem;
	}
	.bm_box{
		padding: 1rem;
	}
	.bm_box_li .d1{
		font-size: 0.95rem;
	}
	.bm_box_li .d1 .s2{
		font-size: 0.8rem;
	}
	.bm_box_li .d2{
		flex-wrap: wrap;
	}
	.head{
		flex-wrap: wrap;
	}
	.head_user{
		width: 100%;
		justify-content:flex-end;
	}
	.login{
		background-size: cover;
		height: auto;
		min-height: 80vh;
	}
	.login_box{
		width: 85%;
		top: 50%;
		left: 7.5%;
		padding: 2rem 1rem;
		transform: translate(0,-50%);
	}
	.login_head{
		margin-bottom: 1rem;
	}
	.login_head a{
		font-size: 1rem;
	}
	.his_head{
		flex-wrap: wrap;

	}
	.head_right img{
		width: 1.5rem;
		height: 1.5rem;
	}
	.his_head .d1{
		width: 100%;
		padding:0 0 1rem 0;
	}
	.bm_title .d1{
		font-size: 1.2rem;
	}
	.bm_title .d2{
		font-size: 0.8rem;
	}
	.message_t{
		font-size: 1rem;
		padding: 0.45rem 0;
	}
	.message_li .mleft{
		font-size: 0.95rem;
		margin-right: 0.5rem;
	}
	.message_radio .message_li{
		flex-wrap: wrap;
	}
	.message_li .mright .his_head{
		display: flex;
	}
	.message_radio .message_li .mleft{
		width: 100%;
		margin-bottom: 1rem;
	}
	.message_radio .message_li .his_head .d2 label{
		margin: 0 0.2rem;
		font-size: 0.8rem;
		padding: 0.2rem 0.5rem;
		margin-bottom: 0.5rem;
	}
	.message_li .his_head .d1 select{

		font-size: 0.9rem;
	}
	.message_radio .message_li .mleft .d1{
		font-size:0.7rem
	}
	.his_head .d1 select{
		width: auto;
		max-width: 10rem;
	}
	.mess_pay{
		font-size:1rem;

	}
	.pay_choose_t{
		font-size:1rem;
	}

	.pay_radio label{
		font-size:0.95rem;
	}
	.pay_radio label img{
		height: 1.4rem;
		width:1.4rem;
	}
	.pay_radio label input{
		width: 1.2rem;
	}
	.pay_radio {
		padding-bottom:1rem;
	}
	.pay_button button{
		font-size:1rem;
		width:8rem;
		padding:0.6rem 0
	}
	.pay_button{
		padding:2rem 0
	}
	.message_li .mleft .d1{
		text-align: left;
		padding-left: 1rem;
	}
	.message_li .his_head .d2{
		margin-right: 0.5rem;
	}
	.message_li .mright input{
		height: 2.5rem;
		font-size: 0.9rem;
		border-radius: 0.3rem;
	}
	.message_li .mleft span{
		width: 0.7rem;
		margin-right: 0.2rem;
	}
	.history_ul .index_li .dd {
		display: block;
	}

	.history_ul .index_li .dd .d1 {
		width: 100%;
	}

	.history_ul .index_li .dd .d22 {
		padding: 1rem;
	}

	.history_ul .index_li .dd .d5 {
		display: block;
		margin: 0 auto;
		padding-bottom: 1rem;
	}

	.history_ul .index_li .dd .d1 img {
		border-radius: 1rem 1rem 0 0;
	}

	.history_ul .index_li .dd .d2 {
		font-size: 1.2rem;
	}

	.history_ul .index_li .dd .d3 {
		font-size: 1rem;
	}

	.head_right {
		width: 1.5rem;
	}

	.head_center {
		text-align: center;
	}

	.head_center a {
		margin: 0 0.5rem;
	}

	.head_right span {
		display: none;
	}

	.index_title img {
		width: 80%;
		display: block;
		margin: 0 auto;
	}

	.index_li .dd {
		margin: 0.8rem 0.2rem;
	}

	.index_li .dd .d1 img {
		height: auto;
	}

	.footer_right .d1 img {
		margin: 1rem auto;
		height: auto;
	}

	.footer_bot1 {
		font-size: 0.9rem;
	}

	.footer_bot {
		font-size: 0.9rem;
	}

	.footer_bot a {
		font-size: 0.9rem;
		display: inline-block;
	}
	.head_left img {
	max-width: 5rem;
}
.head_left{
    width: 5rem;
}
.head_center a{
    font-size: 0.8rem;
}
.bmlj_a a{
    font-size: 0.85rem;
}
.login_ma_li img{
    width: auto;
    display: block;
    height: 6rem;
    margin: 0 auto;
}



}


    
.ewm_tc{
  opacity: 1;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  display: none;
 
}
.ewm_tc.on{
    display: block;
}

.ewm_tcbox{
    width: 75%;
  display: block;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-60%);

}

.ewm_timg img{
    max-width: 300px;
    display: block;
    margin: 1rem auto;
      border-radius: 10px;
   
}
.ewm_closed{
    text-align: center;

}
.ewm_closed img{
     cursor: pointer;
    display: inline-block;
    width: 2rem;
}

.his_head .d1 .ss1{
    font-size: 12px;
    color: #f00;
    display: block;
}
.message_li .mright .img{
    height: 10rem;
    display: block;
}

