@charset "utf-8";
/* CSS Document */



/*  ***--背景-颜色--***  */
.bg-f {
	position: relative;
	background-color: #ffffff;
}


/*  ***--框架--***  */
.box {

}

.content {
	padding: 1px 0.5rem;
}


.top_logo_img {
	line-height: 0;
	font-size: 0;
}
.logo {
	display: block;
	padding: 0.3rem 0.4rem;
	text-align: center;
}
.logo img {
	display: block;
	width: 3rem;
	margin: auto;
}

.box{
	background: #ffffff;
}



/*轮播*/
.slideBox { position:relative; overflow:hidden;z-index: 2;}
.slideBox .hd{ position:absolute; bottom:0.4rem; right:0; width: 100%; max-width: 10rem; text-align: center; font-size: 0; z-index:1;}
.slideBox .hd li { display:inline-block; width: 0.2rem; height: 0.2rem; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; background:rgba(255,255,255,0.6); text-indent:-9999px; overflow:hidden; margin:0 0.15rem;}
.slideBox .hd li.on{ background:#00984b;}
.slideBox .bd{ position:relative; z-index:0;}
.slideBox .bd li{ position:relative; text-align:center;}
.slideBox .bd li img { vertical-align:top; width:100%;}
.slideBox .bd li a{ display: block; -webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */



/*.*  选项卡  *.*/
.tabBox {}
.tabBox .hd {
    color: #333333;
	background:#eee;
}

.tabBox .hd ul.tab_case {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
    font-size: 0;
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
	background-color: #ffffff;
	overflow-x: auto;
	z-index: 4;
}

/*
.tabBox .hd ul.tab_case::-webkit-scrollbar-button { display: none;}
.tabBox .hd ul.tab_case::-webkit-scrollbar { display: none; width: 0px; height: 0; background-color: transparent;}
.tabBox .hd ul.tab_case::-webkit-scrollbar-thumb { background-color: transparent;}
*/

.tabBox .hd ul.tab_case li {
	display: block;
	width: 100%;
	line-height: 1.21rem;
}
.tabBox .hd ul.tab_case li a {
	display: block;
	padding-bottom: 0.02rem;
	color: #888888;
	text-align: center;
    font-size: 0.39rem;
	border-bottom: 0.02rem solid #f4f4f4;
	box-sizing: content-box;
}
.tabBox .hd ul.tab_case li a:active {
	background-color: #f9f9f9;
}
.tabBox .hd ul.tab_case li.on a {
	padding-bottom: 0;
	color: #a4c439;
	border-bottom: 0.07rem solid #a4c439;
}


.end_btn_H {
	position: relative;
	height: 2.4rem;
}
.end_btn {
	display: block;
	position: fixed;
	bottom: 0.6rem;
	left: 50%;
	width: 38%;
	height: 1.16rem;
	color: #ffffff;
	font-size: 0.4rem;
	outline: none;
	border: none;
	border-radius: 10rem;
	background-color: #a4c439;
	box-shadow: 0 0 0.15rem rgba(0,0,0,0.2);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 4;
}
.end_btn:active {
	-webkit-transform: translate(-50%,0) scale(0.95);
	-moz-transform: translate(-50%,0) scale(0.95);
	-ms-transform: translate(-50%,0) scale(0.95);
	-o-transform: translate(-50%,0) scale(0.95);
	transform: translate(-50%,0) scale(0.95);
}


.info_title {
	margin-bottom: 0.3rem;
	color: #333333;
	font-size: 0.36rem;
	text-align: center;
	font-weight: bold;
}
.info_list {}
.info_list li {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	padding: 0.1rem 0;
	font-size: 0.38rem;
}
.info_list li span {
	display: block;
	width: 100%;
	color: #333333;
	font-size: 0.3rem;
}
.info_list li span.list_tit {
	width: auto;
	color: #666666;
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
}



.fw_img {
	display: block;
	width: 1.2rem;
	margin: 0.3rem auto 0.2rem;
}

.zt4_2 {
	letter-spacing: 2.3em;
	margin-right: -2.3em;
}



.intor_case {
	padding: 0.7rem 0 0;
	font-size: 0.38rem;
}
.intor_case h4 {
	padding: 0.15rem 0;
	font-size: 0.38rem;
	text-indent: 2.2em;
}

.remind_case {
	margin-top: 0.7rem;
	padding: 0.6rem 0.4rem;
	border: 1px solid #eeeeee;
	border-radius: 0.6rem;
	background-color: #f8f8f8;
	box-shadow: 0 0 0.25rem rgba(0,0,0,0.1);
}
.remind_case h1 {
	padding: 0.2rem 0;
	color: #a4c439;
	font-size: 0.36rem;
	font-weight: bold;
	text-align: center;
}
.remind_case h2 {
	padding: 0.3rem 0;
	color: #333333;
	font-size: 0.32rem;
	font-weight: bold;
}
.remind_case h3 {
	margin-top: 0.3rem;
	color: #f14d4d;
	font-size: 0.3rem;
}
.remind_case p {
	padding: 0.1rem 0;
	color: #444444;
	font-size: 0.3rem;
	text-align: justify;
}


/*弹窗*/
.cover {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.cover_bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.cover_dflex {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	position: relative;
	width: 100%;
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.pop_case {
	display: block;
	width: 86%;
	margin: auto;
}
.pop_cont {
	border-radius: 0.2rem;
	background-color: #ffffff;
	overflow: hidden;
}
.pop_title {
	height: 1.2rem;
	line-height: 1.2rem;
	color: #333333;
	font-size: 0.38rem;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	background-color: #f6f6f6;
}
.pop_scroll {
	max-height: 66vh;
	padding: 0.2rem 0.5rem;
	overflow-x: hidden;
	overflow-y: auto;
}

.close {
	display: block;
	width: 1rem;
	margin: 0.4rem auto auto;
}


.score_case {}
.score_case li {
	padding: 0.35rem 0;
}
.score_tit {
	color: #444444;
	font-size: 0.38rem;
	text-align: center;
}

.score {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	width: 4.2rem !important;
	margin: 0.2rem auto auto;
	font-size: 0;
}
.score img {
	flex: none;
	width: 0.6rem;
	height: 0.6rem;
}

.remarks {
	display: block;
	width: 100%;
	height: 2rem;
	line-height: 0.6rem;
	margin: 0.25rem auto auto;
	padding: 0.24rem 0.3rem;
	border: 1px solid #eeeeee;
	border-radius: 0.15rem;
}

.pop_btn_case {
	width: 100%;
	padding: 0.3rem 0.5rem;
	border-top: 1px solid #eeeeee;
	background-color: #f6f6f6;
}
.pop_btn_case .pop_btn {
	width: 3.5rem;
	height: 0.9rem;
	color: #444444;
	border: none;
	border-radius: 0.1rem;
	background-color: #dddddd;
}
.pop_btn_case .pop_btn.pop_btn_tj {
	color: #ffffff;
	background-color: #a4c439;
}


.inqui_case {
    padding-bottom: 0.7rem;
}

.inqui_tex {
    display: block;
    /* float: left; */
    /* width: 70%; */
    width: 100%;
    height: 1.2rem;
    margin-bottom: 0.3rem;
    padding: 0 0.36rem;
    font-size: 0.35rem;
    text-align: center;
    letter-spacing: 0.15em;
    /* border: none; */
    border: 1px solid #eeeeee;
    border-radius: 0.12rem;
    background-color: #ffffff;
    /* box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1); */
}


.inqui_btn {
    display: block;
    /* float: right; */
    width: 100%;
    height: 1.2rem;
    margin: auto auto;
    color: #ffffff;
    font-size: 0.42rem;
    text-align: center;
    /* border: 1px solid #8a0114; */
    border: none;
    border-radius: 0.12rem;
    background-color: #a4c439;
}