﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*兼容老设备的rem-px基准*/
html{
	font-size:42.6667px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
/*新设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	color:#333;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#333;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*page1*/

.p1_banner{
	height: 4.60rem;
	position: relative;
	background:url("../images/p1_banner.jpg") no-repeat top center;
	background-size:100% 90%;
}
.p1_banner .tags{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.3rem;
	text-align: center;
}
.p1_banner a{
	display: inline-block;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius:0.1rem;
	background:#ffc000;
	padding:0 0.15rem;
	font-size:0.2rem;
	margin:0 0.1rem 0.3rem 0.1rem;
	box-shadow:0 0 0.1rem #477eca;
}
.p1_jt{
	height: 1.50rem;
	position: relative;
}
.p1_jt i{
	display: block;
	width: 0.18rem;
	height: 0.65rem;
	background:#297efd;
	position: absolute;
	left: 0.35rem;
	top: 0.10rem;
	z-index: 10;
}
.p1_jt dl{
	padding:0.00rem 0 0 1rem;
}
.p1_jt dt{
	font-size:0.3rem;
	font-weight: bold;
	line-height: 1.5;
}
.p1_jt .t2{
	font-size:0.65rem;
	font-weight: bold;
	color:#f4f4f4;
	text-transform: uppercase;
	padding-left:0.2rem;
}
.p1_td{
	padding:0 0.35rem;
	line-height: 0.35rem;
	font-size:0.2rem;
}
.p1_td .t1{
	height: 0.3rem;
	line-height: 0.4rem;
	font-size:0.26rem;
	margin-bottom:0.15rem;
}
.p1_td .t1 span{
	display: inline-block;
	border-bottom:2px solid #ffc000;
}

.p1_sort{
	height: 0.6rem;
	line-height: 0.6rem;
	background:#60a0ff;
	text-align: center;
	clear: both;
}
.p1_sort a{
	display: block;
	width: 20%;
	float: left;
	font-size:0.2rem;
	color:#fff;
}
.p1_sort .hover{
	background:#297efd;
}

.p1_tea .title{
	height: 0.60rem;
	line-height: 0.60rem;
	padding-left:3rem;
}
.p1_tea .title strong{
	font-size:0.34rem;
	letter-spacing:0.05rem;
}

.p1_list {
     /*display: flex;
    justify-content: space-between;
   flex-wrap:wrap;*/
     display:block;
     clear:both;
}
.p1_list .zw{
	width: 2.5rem;
	height: 0;
}

.p1_item {
    display: block;
    width: 2.5rem;
    height: 3.7rem;
    background: url("../images/p1bg.png") no-repeat center 0.3rem;
    background-size: 100% auto;
    position: relative;
    float: left;
}
.p1_item .photo{
	display: block;
	width: 1.8rem;
	height: 2.5rem;
	margin:0 auto;
}
.p1_item .inf{
	position: absolute;
	left: 0.3rem;
	top: 1.65rem;
	z-index: 10;
}
.p1_item .inf dt{
	font-weight: bold;
	font-size:0.28rem;
}
.p1_item .inf dd{
	font-size:0.2rem;
	font-weight: bold;
}
.p1_item .inf li{

	line-height: 0.2rem;
	font-size:0.16rem;
 
}




.footer{
	height: 0.7rem;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background:#333;
}
.footer em{
	float: left;
	margin-left:-1px;
	width: 1px;
	color:#fff;
	line-height: 0.7rem;
}
.footer a{
	display: block;
	color:#fff;
	width: 25%;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	float: left;
}
.footer dl{
	line-height: 0.3rem;
	padding-top:0.05rem;
}
.footer_zw{
	height: 0.7rem;
	clear: both;
}

/*page1*/

/*page2*/

.p2_header{
	height: 0.7rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background:#297efd;
	line-height: 0.7rem;
	text-align: center;
	color:#fff;
}
.p2_zw{
	height: 0.7rem;
	clear: both;
}

.p2_ys{
	height: 3.24rem;
	position: relative;
	padding:0 0.4rem 0.1rem 0.4rem;
    
}
    .p2_ys dl {
        position: absolute;
        left: 0.4rem;
        bottom: 0.15rem;
        line-height: 0.44rem;
        font-size: 0.25rem;
        width: 3.1rem;
    }
.p2_ys dt span{
	font-weight: bold;
	font-size:0.5rem;
	padding-right:0.15rem;
}
    .p2_ys dl dd {
     text-align:left;
     clear:both;
     display:block;
    }
    .p2_ys .ys {
        display: block;
        height: 2.7rem;
        position: absolute;
        right: 1.2rem;
        bottom: 0;
    }
.p2_cards{
	width: 6.7rem;
	margin:0 auto;
	box-shadow:0 0 0.15rem #ccc;
	padding:0.5rem 0 0.2rem 0;

}
.p2_cards dl{
	width: 50%;
	float: left;
	text-align: center;
}
.p2_cards dt{
	height: 1.6rem;
}
.p2_cards dd{
	height: 0.6rem;
	line-height: 0.6rem;
}
.p2_cards img{
	display: block;
	width: 2.2rem;
	height: 1.6rem;
	margin:0 auto;
}

.p2_sc{
	padding:0.8rem 0;
}
.p2_sc .head{
	text-align:right;
	padding:0 0.3rem 0.45rem 0;
	font-weight: bold;
}
.p2_sc .head dt{
	height: 0.54rem;
	line-height: 0.54rem;
	font-size:0.5rem;
}
.p2_sc .head dd{
	height: 0.44rem;
	line-height: 0.44rem;
}
.sc_item{
	display: block;
	width: 1.9rem;
	height: 3rem;
	border-radius:0.15rem;
	box-shadow:0 0 0.15rem #e5e4e4;
	float: left;
	margin:0 0.3rem;
	padding-top:0.4rem;
	box-sizing:border-box;
}
.sc_item img{
	display: block;
	width: 1.44rem;
	height: 1.44rem;
	margin:0 auto;
}
.sc_item .name{
	font-size:0.3rem;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	letter-spacing:3px;
}

.p2_cd{
	height: 50rem;
	background: url("../images/cd_wj.jpg") no-repeat top center;
	background-size: 100% 100%;
	position: relative;
}
.p2_cd .tip{
	width: 6.1rem;
	background:rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0.26rem;
	left: 0.7rem;
	box-sizing:border-box;
	padding:0 0.5rem 0.35rem 0.5rem;
	word-break:break-all;
}
.p2_cd dt{
	text-align: center;
	height: 1rem;
	line-height: 1rem;
	font-weight: bold;
	font-size:0.5rem;
	letter-spacing:0.05rem;
}
.p2_wx{

	line-height: 2; padding:0.4rem 1rem;
	text-align: center;
	font-size:0.34rem;
}.p2_wx img{ margin-top:0.4rem;
             max-width:120px;
             width:100%;
 }
.p2_wx span{
	display: inline-block;
	padding-left:0.75rem;
	background:url("../images/wx.png") no-repeat left center;
	background-size:auto 0.6rem;
}
.p2_wx span.n1 {
	background:url(../images/kf.png) no-repeat left center;
	background-size:auto 0.6rem;
	}
.p2_backa{
	display: block;
	height: 0.7rem;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	color:#fff;
	z-index: 100;
	background:#1166b8;
}

/*page2*/




/*分类列表*/
.sort_header {
	position:relative;
	width: 100%;
	z-index: 99;
	background: #fff;
    clear:both;
    display:block;
}
.search_so {
    padding: 0.1rem 0.3rem;
    display: flex;
    justify-content: space-between;
   
}
.search_so .text {
	width: 4.5rem;
	border: none;
	height: 0.6rem;
	padding:0 0.7rem;
	background:#f3f3f3 url(../images/shousuo.png) no-repeat center left 0.2rem;
	background-size:0.3rem;
	border-radius: 0.7rem;
	font-size:0.22rem;
}
.shaixuan {
	line-height:0.6rem;
	height: 0.6rem;
	background: url(../images/search_icon.png) no-repeat center right;
	background-size:0.25rem;
	width:0.8rem;
	color:#666;
}

/*so5*/
.so5_bg {
    background: rgba(255,255,255,1);
    width: 100%;
    height: 5.7rem;
    left: 0;
    z-index: 1000000;
    position: absolute;
    display: none;
}
.so5_bg.hover {
        display: block;
 }
.so5_popup {
	width:100%;
	background: #fff;
	position:relative;
	display:block;
	height:5.7rem;
	z-index: 999;
	box-sizing:border-box;
	padding: 0 0.3rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.so5_content {
	height:4.7rem;
	overflow:auto;
}

.so5_popup .tit {
	line-height: 0.7rem;
	position: relative;
	height: 0.7rem;
	margin-bottom: 0.1rem;
	font-size: 0.28rem;
	color:#666;
}
.so5_popup .tit p {
	font-size: 0.24rem;
	color: #bf1111;
	display: flex;
	width: 60%;
	text-align: right;
}
.so5_popup .tit p span {
	white-space: nowrap;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
}
.heimy {
	height: 0.7rem;
	overflow: hidden
}
.con.hover .heimy {
	height: auto
}
.so5_popup .tit p b {
width:.8rem;
	position: absolute;
	right: 0.4rem;
	font-weight: normal
}
.cho_ice span {
    width: 23.3%;
    float: left;
    text-align: center;
    margin-right: 2.2%;
    margin-bottom: 0.3rem;
    background: #f4f4f4;
    border-radius: 0.05rem;
    line-height: 0.65rem;
    height: 0.65rem;
    font-size: 0.2rem;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
}
.cho_ice span:nth-child(4n) {
	margin-right: 0;
}
.cho_ice span.on {
	background: #f6eded;
	border: 1px solid #bf1111;
	color: #bf1111;
}

.cho_ice2 span {
	width: 23.3%;
	float: left;
	text-align: center;
	margin-right: 2.2%;
	margin-bottom: 0.3rem;
	background: #f4f4f4;
	border-radius: 0.05rem;
	line-height: 0.65rem;
	height: 0.65rem;
    font-size:0.2rem;
	border: 1px solid #f4f4f4;
	box-sizing: border-box;
}
.cho_ice2 span:nth-child(4n) {
	margin-right: 0;
}
.cho_ice2 span.on {
	background: #f6eded;
	border: 1px solid #bf1111;
	color: #bf1111;
}

.tit p {
	display: inline-block
}
.tit i {
	display: block;
	width: 0.3rem;
	margin-left: 0.1rem;
	height: 0.3rem;
	background: url(../images/ios_02.png) center no-repeat;
	top: 0.17rem;
	background-size: 100% auto;
	position: relative;
	right: 0;
}
.con.hover .tit i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); 	/* IE 9 */
	-moz-transform: rotate(180deg); 	/* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}
.black {
	color: #000 !important
}
.pir {
	display: flex;
	line-height: 0.7rem;
	justify-content: space-between;
}
.pir input {
	height: 0.65rem;
	text-align: center;
	font-size: 0.24rem;
	border-radius: 0.05rem;
	font-weight: normal;
	border: none;
	background: #eee;
}
.pir {
	margin-left: 0;
	margin-right: 0;
}
.btns {
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
}
.btn9 {
	border-radius:0;
	width: 50%;
	padding: 0.3rem 0;
	font-weight: bold;
	border:none;
	float:left;
	border-top: #ccc solid 1px;
	background: #fff
}
.btn10 {
	background: #CC0000;
	color: #fff;
	border: #CC0000 solid 1px;
	background: linear-gradient(to right, rgb(240, 78, 46), rgb(213, 16, 16));
}
.p1_page {
   
    text-align: center;
   
}
.pages {
    color: #666;
    padding: 0.5rem 0 0px 0px;
    text-align: center;
}

    .pages a, .pages .cpb {
        padding: 0px;
        margin: 0px;
        text-decoration: none;
        border: 1px solid #ddd;
        background: #fff;
        padding: 0 0.1rem;
        margin: 0 0.05rem;
        color: #666;
        display: inline-block;
        transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        height: 0.4rem;
        line-height: 0.4rem;
        overflow: hidden;
    }


.pages a:hover {
    color: #333;
    background: #5498fd;
    border: 1px solid #882e8e;
    text-decoration: none
}

    .pages .cpb {
        display:inline-block;
        font-weight: bold;
        color: #333;
        background: #fff;
        border: 1px solid #e61636
    }



    .pages table tr td:nth-child(1) {
        display: none
    }

    .pages table tr td:nth-child(2) {
        text-align: center
    }
    
     
        .pages table tr td:nth-child(2) a:nth-child(1) {
            display: none
        }

        .pages table tr td:nth-child(2) a:nth-child(2) {
            display: inline-block
        }

        .pages table tr td:nth-child(2) a:last-child {
            display: none
        }

        .pages table tr td:nth-child(2) a:nth-last-child(2) {
            display: inline-block
        }
.hei {
height:0.5rem;
clear:both;
display:block;
}