
@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px; }
div,p,dl,dd,a,b,u,em,input,textarea,button,select,form,section,label,span,td,li,nav,footer,body,ul,i {
    font-family: "Microsoft YaHei","微软雅黑",helvetica,arial,verdana,tahoma,sans-serif;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    word-wrap:break-word;
    word-break:break-all;
    padding:0;
    margin:0;
    list-style:none
}
a:focus,a:active {
    outline:0
}
body,td,input,textarea,option,select,button {
    /*font-family:Helvetica,Arial,sans-serif;*/
    /*font-family:Verdana,Tahoma,Helvetica,Arial,sans-serif;*/
    /*font-family:Tahoma, Helvetica, Arial, sans-serif;*/
    /*fon-family:'微软雅黑',Helvetica,Arial,sans-serif;*/
    font-size: 1em;
    -webkit-text-size-adjust:none
}
html{width:100%;height:100%}
body {
    /*-webkit-user-select:none;*/
    -webkit-user-select:text;
    user-select:text;
    /*user-select:none;*/
    overflow-x:hidden;
    min-width:320px;
    height: 100%;
}
img,video,nav,textarea,input,button {
    border:0;
    /*vertical-align:bottom*/
}

a,a:visited {
    text-decoration:none;
    color:#000000;/**/
    -webkit-touch-callout:none
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
}

.boxflex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.box-orient{
    -moz-box-orient:vertical;
    -webkit-box-orient:vertical;

    -ms-flex-direction:column;
    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-box-direction:normal
}
.boxAlignCenter{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_value_auto{
    -webkit-box-flex: auto;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: auto;         /* OLD - Firefox 19- */
    -webkit-flex: auto;          /* Chrome */
    -ms-flex: auto;              /* IE 10 */
    flex: auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}


.flex_value{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex_value_2{
    -webkit-box-flex: 2;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 2;         /* OLD - Firefox 19- */
    -webkit-flex: 2;          /* Chrome */
    -ms-flex: 2;              /* IE 10 */
    flex: 2;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

html {
    font-size: 20px!important;
}
body {
    font-size: 14px!important;
}
@media only screen and (min-width: 320px) {
    html {
        font-size:18.559px!important;
    }
}
@media only screen and (min-width: 330px) {
    html {
        font-size:19.139px!important;
    }
}
@media only screen and (min-width: 340px) {
    html {
        font-size:19.718px!important;
    }
}
@media only screen and (min-width: 350px) {
    html {
        font-size:20.3px!important;
    }
}
@media only screen and (min-width: 360px) {
    html {
        font-size: 20.875px!important;
    }
}
@media only screen and (min-width: 370px) {
    html {
        font-size: 21.459px!important;
    }
}
@media only screen and (min-width: 380px) {
    html {
        font-size: 22.039px!important;
    }
}
@media only screen and (min-width: 390px) {
    html {
        font-size: 22.618px!important;
    }
}
@media only screen and (min-width: 400px) {
    html {
        font-size: 23.2px!important;
    }
}
@media only screen and (min-width: 410px) {
    html {
        font-size: 23.779px!important;
    }
}
@media only screen and (min-width: 420px) {
    html {
        font-size: 24.359px!important;
    }
}
@media only screen and (min-width: 430px) {
    html {
        font-size: 24.939px!important;
    }
}
@media only screen and (min-width: 440px) {
    html {
        font-size: 25.519px!important;
    }
}
@media only screen and (min-width: 450px) {
    html {
        font-size: 26.1px!important;
    }
}
@media only screen and (min-width: 460px) {
    html {
        font-size: 26.679px!important;
    }
}
@media only screen and (min-width: 470px) {
    html {
        font-size: 27.259px!important;
    }
}
@media only screen and (min-width: 480px) {
    html {
        font-size: 27.839px!important;
    }
}
@media only screen and (min-width: 490px) {
    html {
        font-size: 28.418px!important;
    }
}
@media only screen and (min-width: 500px) {
    html {
        font-size:29px!important;
    }
}
@media only screen and (min-width: 510px) {
    html {
        font-size:29.579px!important;
    }
}
@media only screen and (min-width: 520px) {
    html {
        font-size:30.159px!important;
    }
}
@media only screen and (min-width: 530px) {
    html {
        font-size:30.739px!important;
    }
}
@media only screen and (min-width: 540px) {
    html {
        font-size:31.318px!important;
    }
}
@media only screen and (min-width: 550px) {
    html {
        font-size:31.9px!important;
    }
}
@media only screen and (min-width: 560px) {
    html {
        font-size:32.479px!important;
    }
}
@media only screen and (min-width: 570px) {
    html {
        font-size:33.059px!important;
    }
}
@media only screen and (min-width: 580px) {
    html {
        font-size:33.639px!important;
    }
}
@media only screen and (min-width: 590px) {
    html {
        font-size:34.218px!important;
    }
}
@media only screen and (min-width:600px) {
    html {
        font-size:34.8px!important;
    }
}
@media only screen and (min-width:610px) {
    html {
        font-size:35.379px!important;
    }
}
@media only screen and (min-width:620px) {
    html {
        font-size:35.959px!important;
    }
}
@media only screen and (min-width:630px) {
    html {
        font-size:36.539px!important;
    }
}
@media only screen and (min-width: 640px) {
    html {
        font-size:37.118px!important;
    }
}
@media only screen and (min-width:720px) {
    html {
        font-size:41.759px!important;
    }
}

.body{
    min-width: 320px;
    /*max-width: 640px;*/
    margin: 0 auto;
    background-color: #4438bf;
	position: relative;
	padding-bottom: 5%;
}
.indexbody{
    width: 100%;
	/*height: 15.3rem;*/
    position: relative;
    background-image: url(img/head_img3.jpg);
    background-repeat: no-repeat,repeat-y;
    background-size: 100% auto,100% auto;
    background-position: top center,top center;
	padding-top: 83%;
}


.head-img{
	width:100%;
	height: 9.9rem;
	clear: both;
	margin: 0 auto;
	background-image: url(img/bg1.jpg);
	background-repeat: no-repeat,repeat-y;
	background-size: 100% auto,100% auto;
	background-position: top center,top center;
	}


.f-ico01{width:2.6rem;height:2.2rem; position:absolute;z-index:0; right:0;  top:0.3rem; }

.f-ico02{width:2.6rem;height:2.2rem; position:absolute;z-index:0; right:0;  top:2.2rem; }

.f-ico03{width:0.5rem;height:0.5rem; position:absolute;z-index:10; left:-6%;  top:-30%; }

.m-box01{
    width:86%;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
	padding-top: 1%;
}

.subtitle01{
	width: 100%;
	text-align: center;
	font-size: 0.5rem;
	color: #d0c4f0;
	margin-top:11%;
	}



.logo_bottom {
	background-color: #e5e5e5;
	border-radius: 20px;
	width: 90%;
	height: 0.5rem;
	margin-left:7%;
	position: relative;
	}

.logo_ico {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    height: 0.6rem;
    width: 0.6rem;
    top: -0.25rem;
    border: 0px solid #003300;
	
}

.logo_line {
    background-image: url(img/line_bg.jpg);
    background-repeat: repeat-x;
    height: 0.5rem;
	border-radius: 20px;
}

.p_div1
	{
	display:-moz-box; /* Firefox */
	display:-webkit-box; /* Safari and Chrome */
	display:box;
	width:100%;
	margin: 0 auto;
	}
	
	.p_1a
	{
	-moz-box-flex:1.0; /* Firefox */
	-webkit-box-flex:1.0; /* Safari and Chrome */
	box-flex:1.0;
	text-align: left;
	margin: 0.3rem 0;
	height: 1.1rem;
	font-size: 0.5rem;
	color: #ffe23f;
	width: 38%;
	}
	
	.p_1b
	{
	-moz-box-flex:1.0; /* Firefox */
	-webkit-box-flex:1.0; /* Safari and Chrome */
	box-flex:2.0;
	text-align: center;
	margin: 0.3rem;
	height: 1.1rem;
	font-size: 0.5rem;
	color: #ffe23f;
	width: 31%;
	}
	.p_1b .s_ico01{
		width: 1.7rem;
		height: 1.6rem;
		background-repeat: no-repeat,repeat-y;
		background-size: 100% auto,100% auto;
		background-position: top center,top center;
        margin-left: 23%;
		}
	
	.p_1c
	{
	-moz-box-flex:1.0; /* Firefox */
	-webkit-box-flex:1.0; /* Safari and Chrome */
	box-flex:3.0;
	text-align: right;
	margin: 0.3rem;
	height: 1.1rem;
	font-size: 0.5rem;
	color: #ffe23f;
	width: 31%;
	}
	
	.p_1c .s_ico02{
		width: 1.7rem;
		height: 1.6rem;
		background-repeat: no-repeat,repeat-y;
		background-size: 100% auto,100% auto;
		background-position: top center,top center;
		margin-left: 66%;
		}

.button_box01 {width:74%;clear: both; margin: 0 auto; }
.button_box01 span{
	width:100%;
	height:2.1rem;
	display: block;
	line-height: 1.7rem;
	background-image: url(img/bg_button01.png);
	background-repeat: no-repeat,repeat-y;
	background-size: 100% auto,100% auto;
	background-position: top center,top center;
	text-align: center;
	font-size: 0.8rem;
	color: #ffffff;
	font-weight: bold;
	}
.button_box01a {width:74%;clear: both; margin: 0 auto; }
.button_box01a span{
    width:100%;
    height:2.1rem;
    display: block;
    line-height: 1.7rem;
    background-image: url(img/bg_button01a.png);
    background-repeat: no-repeat,repeat-y;
    background-size: 100% auto,100% auto;
    background-position: top center,top center;
    text-align: center;
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: bold;
}
.subtitle02{
	width: 13.8rem;
	height: 2.3rem;
	background-repeat: no-repeat,repeat-y;
	background-size: 100% auto,100% auto;
	background-position: top center,top center;
	margin: 0 auto;
	margin-top: 5%;
	}

/* ==================== */

.content_list {
    line-height: 1rem;
    color: #878787;
    padding: 0 0.25rem;
    display: block;
    font-size: 0;
    overflow: hidden;
    width:100%;
	margin: 0 auto;
}
.content_list .content_item {
    display: inline-block;
    padding: 0.3rem 0.25rem;
    position: relative;
    vertical-align: top;
    width: 50%;
    border: 0px solid #000099;
}
.content_list .cover {
    height: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.58%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 3px;
    background-color: #fef07e;
    /* background-image: url(http://tp.nty.tv189.com/image/tmpl/2017/01/27/7004633716.jpg); */
}

.content_list .cover01 {
    height:5.6rem;
    width: 100%;
	margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-color: #fef07e;
	margin-top: 5%;
	margin-bottom:1%;
	position: relative;
    }

.content_list .cover02 {
    height:3.3rem;
    width: 100%;
	margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 3px;
    background-color: #fef07e;
	margin-top: 5%;
	margin-bottom:1%;
    }

.content_list .bottom_title {
    width: 100%;
    text-align: right;
    padding: 0 0.2rem;
    color: #efefef;
    display: inline-block;
    font-size: 0.5rem;
    line-height: 1.2rem;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.1)), color-stop(100%,rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .8) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    /* border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; */
}
.content_list .main_title {
    color: #ffffff;
    font-size: 0.6rem;
    margin-top:0.4rem;
    line-height: 1.3rem;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}
.content_list .main_title span,.content_list .main_title a{
    width: 28%;
    height: 1.2rem;
    line-height: 1.2rem;
    display: block;
    border-radius:50px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.6rem;
    font-weight: normal;
	background-color: #00a0f1;
	float: right;
}

.content_list .main_title01 {
    color: #ffffff;
    font-size: 0.6rem;
    margin-top:0.1rem;
    line-height: 1.3rem;
	text-align: center;
}
.content_list .main_title01  span{
    width: 78%;
    height: 1.2rem;
    line-height: 1.2rem;
    display: block;
    border-radius:50px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.6rem;
    font-weight: normal;
	background-color: #00a0f1;
}

.rec-container .vcover01 ul .content_item {
    width: 100%;
}

.rec-container .vcover ul .content_item {
    width: 33.33%;
}
.rec-container .vcover ul .content_item .cover {
    padding-bottom: 134.4%;
}

.text-box{
	width:100%;
	height:21.6rem;
	clear: both;
	margin: 0 auto;
	background-image: url(img/b_box01.png);
	background-repeat: no-repeat,repeat-y;
	background-size: 100% auto,100% auto;
	background-position: top center,top center;
	margin-top: 5%;
	padding: 12% 7% 5% 7%;
	}

.text-list{width:100%; clear: both;margin: 0 auto;    height: 18rem;  overflow: scroll;  -webkit-overflow-scrolling: touch;}
.text-list p{font-size: 0.6rem; color: #ffffff;margin-bottom: 1%;}


/*弹框*/
.alert_box{
    background-color: rgba(0,0,0,0.7);
    padding:0 0 0 0;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    position:fixed;
    z-index: 200;
}

.alert_bg{
    width:80%;
	height: 10rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position:fixed;
    z-index: 220;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%); 	/* IE 9 */
    -moz-transform:translate(-50%, -50%); 	/* Firefox */
    -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%, -50%);
	padding-bottom: 5%;
}
.top_bg{
    width:100%;
	height:2rem;
	line-height: 1.8rem;
    text-align: center;
    border-top-left-radius:10px ;
	border-top-right-radius:10px ;
    background-color: #976ef1;
	font-size: 0.8rem;
	color: #ffffff;
	font-weight: bold;
}

.c_bg{
    width:100%;
	padding: 3% 0 8% 0;
    border-bottom-left-radius:10px ;
	border-bottom-right-radius:10px ;
    background-color: #f8f5ff;
}

.top_text{
    width:88%;
	font-size: 0.6rem;
	color: #333333;
	text-align: left;
	margin: 0 auto;
	padding-top: 3%;

}
.top_text img {
    width: 8%;
    vertical-align: bottom;
}

.close{
    display: block;
    position: absolute;
    z-index:250;
    right:0;
    top:-2rem;
    width: 1.3rem;
    height: 1.3rem;
}


.c_logo_box{width:98%;clear: both; margin: 0 auto; margin-top: 8%; }
.c_logo_box ul{padding:0; margin:0;}
.c_logo_box ul li{ text-align: center;float: left; width: 33.3%; }
.c_logo_box ul li span{
	display: block;
	width:3.8rem;
	height: 2.8rem;
	margin: 0 auto;
	overflow: hidden;
	padding: 7% 5% 5% 5%;
	}
.c_logo_box ul li span img{width: 46%;}
.c_logo_box ul li p{
    text-align: center;
    font-size: 0.5rem;
    color: #999999;
    padding-top: 2%;
}
.c_logo_box .c01{
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	}
.c_logo_box .c02{
	border: 1px solid #976ef1;
	background-color: #f7f7f7;
	position: relative;
	}	
.ic{
	position: absolute;
	z-index: 10;
	width: 0.9rem;
	height: 0.7rem;
	bottom: 0;
	right: 0;
	background-image: url(img/go_ico.png);
	background-repeat: no-repeat,repeat-y;
	background-size: 100% auto,100% auto;
	background-position: top center,top center;
	}	
		
	.button_box02 {width:74%;clear: both; margin: 0 auto;}
	.button_box02 span{
		width:100%;
		height:2.1rem;
		display: block;
		line-height: 2rem;
		background-color: #976ef1;
		text-align: center;
		font-size: 0.8rem;
		color: #ffffff;
		font-weight: bold;
		border-radius:50px;
		}	
	.button_box02 p, .tips{
		width:100%;
		text-align: center;
		font-size: 0.5rem;
		color: #999999;
		padding-top: 2%;
		}

.top_box{
    width:94%;
    clear: both;
    margin: 0 auto;
    margin-top: 3%;
    border: 1px solid #d2d2d2;
    padding:3% 5% 1% 5%;
}

.top_text01{width:90%; height: 1.1rem; clear: both;	margin: 0 auto;margin-bottom:4%;}
.top_text01 p{font-size: 0.5rem;height: 1.1rem; line-height: 1.1rem; color: #999999; text-align: left; }
.top_text01 span{
    display: block;
    width:2rem;
    height: 1.1rem;
    line-height: 1rem;
    float: right;
    border: 1px solid #ac8df4;
    border-radius: 50px;
    font-size: 0.5rem;
    text-align: center;
    color: #ac8df4;
}
.top_text01_a{width:90%; height: 1.1rem; clear: both;	margin: 0 auto;}
.top_text01_a p{font-size: 0.5rem;height: 1.1rem; line-height: 1.1rem; color: #999999; text-align: center; }
.top_text02{
    width:80%;
    font-size: 0.6rem;
    color: #333333;
    text-align:center;
    margin: 0 auto;
    padding-top: 3%;

}