@charset "utf-8";
/* CSS Document */



/*  ***--背景-颜色--***  */
.bg-f {	background-color: #ffffff;}

/* header顶部 */
header {
	height: 1.355rem;
	font-size: 0.425rem;
    color: #fff;
    text-align: center;
    display: table;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
	background: #ad1455;
}
header a {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding: 10px;
    width: 1%;
	line-height: 1;
}
header > a > img {
    width: 24px;
    height: 24px;
    margin-top: 2px;
	border: none;
    display: inline-block;
}
header span {
    padding: 0.375rem 0;
    display: inline-block;
    margin-left: -0.5rem;
}

/* header顶部 end*/

/*  ***--框架--***  */
.box {
	padding: 0.425rem;
}

.content {
	position: relative;
	padding: 1px 0;
	z-index: 1;
}


.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: 38%;
	margin: auto;
}



/*.*  选项卡  *.*/
.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 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: #2f318b;
	font-weight: 700;
	border-bottom: 0.07rem solid #2f318b;
}




.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: #00a2e9;
	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.4rem;
	color: #333333;
	font-size: 0.46rem;
	text-align: center;
	font-weight: bold;
}
.info_list {
	padding: 0.5rem 0;
}
.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.38rem;
}
.info_list li span.list_tit {
	width: auto;
	color: #666666;
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
	letter-spacing: 0.1rem;
}



.fw_img {
	display: block;
	width: 2.8rem;
	margin: 0.8rem auto 0.3rem;
}

.zt4_2 {
	letter-spacing: 2.3em;
	margin-right: -2.3em;
}



.intor_case {
	font-size: 0.38rem;
}
.intor_case h1 {
	margin-bottom: 0.2rem;
	padding: 0.2rem 0;
	color: #ad1455;
	font-size: 0.46rem;
	font-weight: bold;
	text-align: center;
}
.intor_case h2 {
	padding: 0.3rem 0;
	color: #333333;
	font-size: 0.4rem;
	font-weight: bold;
}
.intor_case h4 {
	padding: 0.15rem 0;
	font-size: 0.38rem;
	text-indent: 2.2em;
}
.intor_case h5 {
	padding: 0.15rem 0;
	font-size: 0.38rem;
}

.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: #2f318b;
	font-size: 0.46rem;
	font-weight: bold;
	text-align: center;
}
.remind_case h2 {
	padding: 0.3rem 0;
	color: #333333;
	font-size: 0.4rem;
	font-weight: bold;
}
.remind_case h3 {
	margin-top: 0.3rem;
	color: #f14d4d;
	font-size: 0.38rem;
}
.intor_case p, .remind_case p {
	padding: 0.1rem 0;
	color: #444444;
	font-size: 0.38rem;
	text-align: justify;
}

.end-box{
	display: flex;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.end-box-w{
    width: 32%;
    display: inline-block;
}
.end-box-w img{
	width: 1.5rem;
}
.end-box-w-title{
	padding: 0.2rem 0;
}

#big_img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.45);
    z-index: 999;
}
#big_img img{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}