@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background: #444 url("../images/07.png");
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
header{
	max-width: 1080px;
	margin: 0 auto;
	background: #1183a5;
}
section{
	width:100%;
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
	padding: 0;
	position: relative;
}
ul ,li{
	list-style:none;
	margin: 0;
	padding: 0;
}

input:focus {outline: none; } 
input:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: .4s; transition: .4s; } 
input:focus::-moz-placeholder {opacity: 0; -moz-transition: .4s; } 
input:focus:-ms-input-placeholder {opacity: 0; -webkit-transition: .4s; transition: .4s; }
textarea:focus {outline: none; } 
/*textarea:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: .4s; transition: .4s; } 
textarea:focus::-moz-placeholder {opacity: 0; -moz-transition: .4s; } 
textarea:focus:-ms-input-placeholder { opacity: 0; -webkit-transition: .4s; transition: .4s; }*/
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	outline: none;
}
.swiper-button-next, .swiper-button-prev{
	outline: none;
}
@font-face {
    font-family: "AVANTI";
    src: url("fonts/AVANTI.eot"); /* IE9 */
    src: url("fonts/AVANTI.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/AVANTI.woff") format("woff"), /* chrome、firefox */
    url("fonts/AVANTI.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("fonts/AVANTI.svg#AVANTI") format("svg"); /* iOS 4.1- */
	font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "fzch";
    src: url("fonts/fzch.eot"); /* IE9 */
    src: url("fonts/fzch.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/fzch.woff") format("woff"), /* chrome、firefox */
    url("fonts/fzch.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("fonts/fzch.svg#fzch") format("svg"); /* iOS 4.1- */
	font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "FZCUJINLFW";
    src: url("fonts/FZCUJINLFW.eot"); /* IE9 */
    src: url("fonts/FZCUJINLFW.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("fonts/FZCUJINLFW.woff") format("woff"), /* chrome、firefox */
    url("fonts/FZCUJINLFW.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("fonts/FZCUJINLFW.svg#FZCUJINLFW") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
.index_header{
	width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.header_icon{
	width:220px;
	height: 120px;
	position: absolute;
	right: 0;
	top: 0;
}
.header_icon span{
	display: block;
	float: left;
	width:50%;
	height: 100%;
}
.header_icon span.login{
	background: url("../images/login.png")center no-repeat;
	background-size: 50%;
	cursor: pointer;
}
.header_icon span.qiehuan{
	background: url("../images/qiehuan.png")center no-repeat;
	background-size: 50%;
	cursor: pointer;
}
.header_left{
	width:240px;
	height: 245px;
	overflow: hidden;
	float: left;
	text-align: center;
}
.header_left .user_logo{
	display: inline-block;
	width:150px;
	height: 150px;
	border-radius: 50%;
	border: 8px solid #7ccce4;
	overflow: hidden;
	margin-top: 40px;
}
.user_logo img{
	width:100%;
}
.header_right{
	width: 58%;
	height: 245px;
	float: left;
	box-sizing: border-box;
}
.header_right .user_name{
    width:100%;
	height:85px;
	font-size: 45px;
	font-family: "FZCUJINLFW";
	color: #fff;
	margin-top: 40px;
	line-height: 85px;
}
.user_gg_div{
	width:100%;
	height: 82px;
	float: left;
	padding-top: 20px;
	box-sizing: border-box;
}
.user_icon{
	width:40px;
	height: 40px;
	float: left;
    background:url("../images/gonggao.png")top center no-repeat;
	background-size: 100%;
}
.usgg{
    width: calc(100% - 100px);
	height: 40px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 16px;
	float: left;
}
.index-search {
	width: 96%;
    height: 95px;
	box-sizing: border-box;
	background: #419cb7;
	border-radius: 96px;
	float: left;
	margin-left: 2%;
}

.index-search-left{
	width:80%;
	height: 100%;
	float: left;
	position: relative;
}

.index-search-right{
	width:20%;
	height: 100%;
	float: left;
	box-sizing: border-box;
}
.index-search-right a{
	display: block;
	width:183px;
	height: 76px;
	color: #064e64;
	font-size: 28px;
	text-decoration: none;
	text-align: center;
	line-height: 76px;
	background: #fff;
	float: right;
	border-radius: 80px;
	margin-top: 10px;
	margin-right: 12px;
}
.index-search input{
	width:calc(100% - 96px);
	height: 96px;
	line-height: 96px;
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
	border: 0;
	background-color: transparent;
	float: left;
}
.index-search input:-webkit-autofill {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    -webkit-box-shadow: 0 0 0 1000px rgba(123,163,113,.1) inset;
}
.index-search input::-webkit-input-placeholder{
    color:#fff;
	font-size: 24px;
	line-height: 96px;
}
.index-search button{
    border: 0;
    width: 96px;
    height: 96px;
    background: url(../images/search.png)center no-repeat;
    background-size: 70%;
    cursor: pointer;
	outline: none;
	float: left;
}

.index_row{
	width:100%;
	height: auto;
	overflow: hidden;
    background-image: linear-gradient(#f2f2f2 15%, #fff4e0);
	box-sizing: border-box;
	position: relative;
}
.swiper_mask_top{
	width:100%;
	height: 70px;
    background-image: linear-gradient(#1183a5 15%, transparent);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.swiper_mask_bottom{
	width:100%;
	height: 128px;
	background: url("../images/mask_bottom.png") bottom no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
.index-swiper{
	width:100%;
	height: auto;
	margin: 0 auto;
}

.swiper-slide{
	width:100%;
}
.swiper-slide img{
	width:100%;
}

/*城市地區*/
.area_div_row{
	width:100%;
	height: auto;
	overflow: hidden;
	background: #f4f4f4;
}
.area_div{
	width:90%;
	height: auto;
	overflow: hidden;
	font-size: 0;
	margin: 0 auto;
	display: none;
	border-top: 1px solid #82ceee;
	padding-top: 80px;
	padding-bottom: 0;
}
.area_div a {
    display: block;
	float: left;
    width:calc(100%/5 - 10px);
    height: 130px;
    text-decoration: none;
    color: #ccc;
    text-align: center;
    font-size: 30px;
    line-height: 200px;
    margin-right: calc(10px*5 /4);
	margin-bottom: 40px;
    font-family: "Microsoft JhengHei";
	background-position: 50% 30%;
	overflow: hidden;
}
.area_div a:nth-child(1){
	background: url("../images/blue.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(1):hover{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 40%;
	color: #45d9ff;
}
.area_div a:nth-child(1).on{
	background:url("../images/blue_on.png") top center no-repeat;
    background-size: 40%;
	color: #45d9ff;
}
.area_div a:nth-child(2){
	background: url("../images/yellow.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(2):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 40%;
	color: #ffaf39;
}
.area_div a:nth-child(2).on{
	background:url("../images/yellow_on.png") top center no-repeat;
    background-size: 40%;
	color: #ffaf39;
}
.area_div a:nth-child(3){
	background: url("../images/pink.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(3):hover{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 40%;
	color: #fe71a7;
}
.area_div a:nth-child(3).on{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 40%;
	color: #fe71a7;
}
.area_div a:nth-child(4){
	background: url("../images/purple.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(4):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #6e68ff;
}
.area_div a:nth-child(4).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #6e68ff;
}
.area_div_row.phb_area .area_div a:nth-child(4):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #b7b4fb;
}
.area_div_row.phb_area .area_div a:nth-child(4).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #b7b4fb;
}
.area_div a:nth-child(5){
	background: url("../images/green.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(5):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #2dbd69;
}
.area_div a:nth-child(5).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #2dbd69;
}
.area_div_row.phb_area .area_div a:nth-child(5):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #87f7b5;
}
.area_div_row.phb_area .area_div a:nth-child(5).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #87f7b5;
}
.area_div a:nth-child(6){
	background: url("../images/green.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(6):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #2dbd69;
}
.area_div a:nth-child(6).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #2dbd69;
}
.area_div_row.phb_area .area_div a:nth-child(6):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #87f7b5;
}
.area_div_row.phb_area .area_div a:nth-child(6).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #87f7b5;
}
.area_div a:nth-child(7){
	background: url("../images/purple.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(7):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #6e68ff;
}
.area_div a:nth-child(7).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #6e68ff;
}
.area_div_row.phb_area .area_div a:nth-child(7):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #b7b4fb;
}
.area_div_row.phb_area .area_div a:nth-child(7).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #b7b4fb;
}
.area_div a:nth-child(8){
	background: url("../images/yellow.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(8):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 40%;
	color: #ffaf39;
}
.area_div a:nth-child(8).on{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 40%;
	color: #ffaf39;
}
.area_div a:nth-child(9){
	background: url("../images/pink.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(9):hover{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 40%;
	color: #fe71a7;
}
.area_div a:nth-child(9).on{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 40%;
	color: #fe71a7;
}
.area_div a:nth-child(10){
	background: url("../images/blue.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(10):hover{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 40%;
	color: #45d9ff;
}
.area_div a:nth-child(10).on{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 40%;
	color: #45d9ff;
}
.area_div a:nth-child(11){
	background: url("../images/pink.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(11):hover{
	background: url("../images/pink_on.png") top center no-repeat;
	background-size: 45%;
	color: #fe71a7;
}
.area_div a:nth-child(11).on{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 40%;
	color: #fe71a7;
}
.area_div a:nth-child(12){
	background: url("../images/blue.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(12):hover{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 40%;
	color: #45d9ff;
}
.area_div a:nth-child(12).on{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 40%;
	color: #45d9ff;
}
.area_div a:nth-child(13){
	background: url("../images/purple.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(13):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #6e68ff;
}
.area_div a:nth-child(13).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #6e68ff;
}
.area_div_row.phb_area .area_div a:nth-child(13):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #b7b4fb;
}
.area_div_row.phb_area .area_div a:nth-child(13).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #b7b4fb;
}
.area_div a:nth-child(14){
	background: url("../images/green.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(14):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #2dbd69;
}
.area_div a:nth-child(14).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #2dbd69;
}
.area_div_row.phb_area .area_div a:nth-child(14):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #87f7b5;
}
.area_div_row.phb_area .area_div a:nth-child(14).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #87f7b5;
}
.area_div a:nth-child(15){
	background: url("../images/yellow.png") top center no-repeat;
    background-size: 40%;
}
.area_div a:nth-child(15):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 40%;
	color: #ffaf39;
}
.area_div a:nth-child(15).on{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 40%;
	color: #ffaf39;
}
.area_div a:nth-child(16){
	background: url("../images/purple.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(16):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #6e68ff;
}
.area_div_row.phb_area .area_div a:nth-child(16):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #b7b4fb;
}
.area_div_row.phb_area .area_div a:nth-child(16).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #b7b4fb;
}
.area_div a:nth-child(16).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #6e68ff;
}
.area_div a:nth-child(17){
	background: url("../images/green.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(17):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #2dbd69;
}
.area_div a:nth-child(17).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #2dbd69;
}
.area_div_row.phb_area .area_div a:nth-child(17):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #87f7b5;
}
.area_div_row.phb_area .area_div a:nth-child(17).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 40%;
	color: #87f7b5;
}
.area_div a:nth-child(18){
	background: url("../images/yellow.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(18):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 40%;
	color: #ffaf39;
}
.area_div a:nth-child(18).on{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 40%;
	color: #ffaf39;
}
.area_div a:nth-child(19){
	background: url("../images/blue.png") top center no-repeat;
	background-size: 40%;
}
.area_div a:nth-child(19):hover{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 40%;
	color: #45d9ff;
}
.area_div a:nth-child(19).on{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 40%;
	color: #45d9ff;
}
.area_div a:nth-child(5n){
	margin-right: 0;
}
.area_div a.on {
	font-weight: 600;
}


/*今日推介*/
.jrtj_main{
	width:100%;
	height: auto;
	background:#f4f4f4 url("../images/ss.jpg")top center no-repeat;
	background-size: contain;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 100px;
}
.jrtj_main.dingdian{
	background:#f4f4f4 url("../images/dingdian_bg.jpg")top center no-repeat;
	background-size: contain;
}
.jrtj_main.waiyue{
	background:#f4f4f4 url("../images/waiyue_bg.jpg")top center no-repeat;
	background-size: contain;
}
.jrtj_title{
	width:100%;
	height: 550px;
	box-sizing: border-box;
}
.jrtj_title span{
	display: block;
	float: right;
	width:200px;
	font-size: 100px;
	color: #0ba0ca;
	font-weight: 800;
	line-height: 100px;
	text-shadow:
    -3px -3px 0 #a3e2f0,  
    3px -3px 0 #a3e2f0,
    -3px 3px 0 #a3e2f0,
    3px 3px 0 #a3e2f0,
    0px 5px 5px #075f78;
	 -webkit-text-stroke: 2px #fff;
	margin-top: 200px;
	margin-right: 60px;
}
.jrtj_main.waiyue .jrtj_title span{
    display: block;
    width: 200px;
    font-size: 100px;
    color: #775e06;
    font-weight: 800;
    line-height: 100px;
    text-shadow: -3px -3px 0 #f5e57a, 3px -3px 0 #f5e57a, -3px 3px 0 #f5e57a, 3px 3px 0 #f5e57a, 0px 5px 5px #ad8a10;
    -webkit-text-stroke: 2px #fff;
    margin-top: 180px;
    margin-left: 60px;
	float: left;
}
.jrtj_list_row {
    width: calc(100% - 50px);
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.jrtj_list_row li {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: calc(100%/2 - 5px);
    height: 280px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}
.jrtj_list_row li:nth-child(2n){
	margin-right: 0;
}
.jrtj_list_row li .pingfen {
    position: absolute;
    top: 0;
    right: 10px;
    width: 6vw;
    height: 3vw;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 3vw;
}
.jrtj_list_row li:nth-child(3n+1) .pingfen {
    background: url(../images/lable_1.png)center no-repeat;
    background-size: contain;
}
.jrtj_list_row li:nth-child(3n+2) .pingfen {
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
}
.jrtj_list_row li:nth-child(3n+3) .pingfen {
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
}
.jrtj_list_row li .img_div {
    width: 35%;
    height: 100%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.jrtj_list_row li .jianlue {
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    letter-spacing: 10px;
    border-bottom-left-radius: 0;
}
.jrtj_list_row li:nth-child(3n+1) .jianlue {
    background-color: rgba(240,165,70,.8);
}
.jrtj_list_row li:nth-child(3n+2) .jianlue {
    background-color: rgba(255,110,165,.8);
}
.jrtj_list_row li:nth-child(3n+3) .jianlue {
    background-color: rgba(110,105,255,.8);
}
.jrtj_list_row li .nr_div {
    width: 65%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-left: 12px;
}
.jrtj_list_row .nr_div dt >span {
    display: inline-block;
    width: 50px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
    padding-right: 6px;
}
.jrtj_list_row li .nr_div em {
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
    color: #444;
}



.jrtj_img_div{
	width:100%;
	height: 100%;
	position: relative;
}
.jrtj_row01{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px 25px 20px 25px;
}
.jrtj_row01 ul, .jrtj_row01 li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.jrtj_row01 ul{
	width:100%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}
.jrtj_row01 li{
	box-sizing: border-box;
	padding: 15px;
	display: block;
	float: left;
    width: calc(100%/2 - 12.5px);
    height: 300px;
    border-radius: 40px;
    margin-right: 25px;
	margin-bottom: 25px;
/*	background-image: linear-gradient(to right, #90e2f7 , #08c0ef);*/
	position: relative;
	background: #fff;
}

.jrtj_row01 li:nth-child(2n){
	margin-right: 0;
}
.jrtj_row01 li .img_div{
	width:42%;
	height: 100%;
	float: left;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.jrtj_row01 li .img_div .jianlue{
	width:100%;
	height: 45px;
	border-bottom-left-radius: 10px;
	background-color: rgba(18,130,165,.7);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	letter-spacing: 10px;
}
.jrtj_row01 li .nr_div{
	width:58%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding-left: 12px;
}
.nr_div dl, .nr_div dt{
	padding: 0;
	margin: 0;
}
.nr_div dt{
	width:100%;
	height: 28px;
}
.jrtj_row01 .nr_div dt >span {
    display: inline-block;
    width: 50px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
	padding-right: 6px;
}
.jrtj_row01 li .nr_div em{
	font-style: normal;
	display: inline-block;
	padding-left: 8px;
    color: #444;
}
.nr_div dt >em.num {
    font-family: "AVANTI";
    font-weight: 600;
}
.nr_div dt >em.price {
    font-family: "AVANTI";
    font-weight: 600;
	color: #f90;
}
.jrtj_row01 li .pingfen{
	font-size: 24px;
    font-family: "Microsoft JhengHei";
	position: absolute;
	top: 6px;
	right: 4%;
/*    text-shadow: 0px 0px 6px #02445d, 0px 0px 8px #02445d; */
    color: #1183a5;
}
.pingfen span{
	display: inline-block;
	font-size: 36px;
	font-family: "AVANTI";
    font-weight: 600;
	padding-right: 4px;
}
.ppiicc{
	width:100%;
	height: 100%;
	object-fit:cover;
}
.icon_tool{
	position: absolute;
	right: 10px;
	bottom: 6px;
	width:240px;
	height: 35px;
}
.icon_tool span{
	display: block;
	width:80px;
	height: 50px;
	padding-left: 40px;
	float: left;
	box-sizing: border-box;
}
.icon_tool p{
	display: block;
	width:100%;
	padding: 0;
	margin: 0;
	color: #666;
	font-family: "AVANTI";
	font-size: 16px;
	line-height: 30px;
}
.icon_tool span.i_zan{
	background: url(../images/i_zan.png) no-repeat;
	background-size: 30%;
	font-size: 0;
	background-position: 10px 0px;
}
.icon_tool span.i_sc{
	background: url(../images/i_sc.png) no-repeat;
	background-size: 30%;
	font-size: 0;
	background-position: 10px 0px;
}
.icon_tool span.i_pl{
	background: url(../images/i_pl.png) no-repeat;
	background-size: 27%;
	font-size: 0;
	background-position: 10px 3px;
}

/*排行榜*/
.phb_main{
    width: 100%;
    height: auto;
    background: #f4f4f4 url(../images/phb.jpg)top center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    overflow: hidden;
	padding-bottom: 100px;
}
.phb_title{
	width: 100%;
	height: 438px;
	margin: 0 auto;
	box-sizing: border-box;
}
.phb_title_01{
	display: block;
    width: 350px;
    font-size: 100px;
    color: #775e06;
    font-weight: 800;
    line-height: 100px;
    text-shadow: -3px -3px 0 #f5e57a, 3px -3px 0 #f5e57a, -3px 3px 0 #f5e57a, 3px 3px 0 #f5e57a, 0px 5px 5px #ad8a10;
    -webkit-text-stroke: 2px #fff;
    margin-top: 120px;
    margin-left: 40px;
}
.phb_title_02{
	width: 350px;
	height: 100px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 20px;
	text-align: left;
	line-height: 32px;
	color: #775e06;
	padding-left: 40px;
	float: left;
	padding-top: 40px;
}

.index_phb_row{
	width: calc(100% - 50px);
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.index_phb_row ul, .index_phb_row li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.index_phb_row ul{
	width:100%;
	height: auto;
	overflow: hidden;
}
.index_phb_row li{
	box-sizing: border-box;
	padding: 15px;
	display: block;
	float: left;
    width: calc(100%/3 - 7px);
    height: 410px;
    border-radius: 20px;
    margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
}
.index_phb_row li .jianlue{
	letter-spacing: 10px;
}
.index_phb_row li:nth-child(1){
	box-sizing: border-box;
	padding: 10px;
	display: block;
	float: left;
    width: 30%;
    height: 580px;
    border-radius: 20px;
    margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	background: #fadcb5;
}
.index_phb_row li:nth-child(1) .img_div{
    width: 100%;
    height: 63%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.index_phb_row li:nth-child(1) .nr_div{
    width: 100%;
    height: 37%;
	position: relative;
	overflow: hidden;
}
.index_phb_row .nr_div dl, .index_phb_row .nr_div dt{
	padding: 0;
	margin: 0;
}
.index_phb_row .nr_div dl{
	padding-top: 15px;
	padding-left: 10px;
}
.index_phb_row .nr_div dt {
    width: 100%;
    height: 20px;
	font-size: 14px;
}
.index_phb_row .nr_div dt >span {
    display: inline-block;
    width: 50px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
    padding-right: 6px;
}
.index_phb_row li .nr_div em {
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
    color: #444;
}

.index_phb_row li:nth-child(1) .pingfen {
	width:180px;
	height: 65px;
    font-size: 30px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top:10px;
    left: 18px;
    color: #fff;
    z-index: 9;
	background: url("../images/lable_1.png")center no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 65px;
}
.index_phb_row li:nth-child(1) .jianlue{
	width:100%;
	height: 45px;
	background-color: rgba(240,165,70,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;

}
.index_phb_row li:nth-child(1) .lable{
	width: 48px;
	height: 48px;
	border-radius: 60px;
	border: 6px solid #f9e9d5;
	background-image: linear-gradient(to right, #fdcf89 , #f1a746);
	position: absolute;
	top: 5%;
	right: 0;
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-weight: 800;
}
.index_phb_row li:nth-child(n+2) .img_div{
    width: 35%;
    height: 100%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	float: left;
}
.index_phb_row li:nth-child(n+2) .jianlue{
	width:100%;
	height: 35px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 35px;
}
.index_phb_row li:nth-child(n+2) .nr_div{
    width: 65%;
    height: 100%;
	position: relative;
	float: left;
}
.index_phb_row li:nth-child(n+2) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(n+2) .pingfen {
	width:90px;
	height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background: url(../images/lable_4.png)center no-repeat;
    background-size: contain;
    text-align: center;
	line-height: 43px;
}
.index_phb_row li:nth-child(n+2) .lable {
    width: 45px;
    height: 45px;
    border-radius: 60px;
    border: 4px solid #e8f1f9;
    background-image: linear-gradient(to right, #d3e6f9 , #b5d5f5);
    position: absolute;
    top:0;
    right: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-weight: 800;
}
.index_phb_row li:nth-child(2) .pingfen {
	width:90px;
	height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 10px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
    text-align: center;
	line-height: 43px;
}
.index_phb_row li:nth-child(2) .jianlue{
	width:100%;
	height: 45px;
	background-color: rgba(255,110,165,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;

}
.index_phb_row li:nth-child(3) .pingfen {
	width:90px;
	height: 43px;
    font-size: 16px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 10px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
    text-align: center;
	line-height: 43px
}
.index_phb_row li:nth-child(n+2) .pingfen span {
	font-size: 24px;
}
.index_phb_row li:nth-child(n+2) .nr_div dl{
	padding-top: 0;
	padding-left: 10px;
}
.index_phb_row li:nth-child(n+2) .nr_div dt {
    width: 100%;
    height: 18px;
	font-size: 12px;
}

.index_phb_row li:nth-child(2) .lable{
	width: 45px;
	height: 45px;
	border-radius: 60px;
	border: 4px solid #fdd4e5;
	background-image: linear-gradient(to right, #faafcc , #fe70a8);
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-weight: 800;
}
.index_phb_row li:nth-child(3) .lable{
	width: 45px;
	height: 45px;
	border-radius: 60px;
	border: 4px solid #dad9f9;
	background-image: linear-gradient(to right, #d7c3f8 , #6d68ff);
	position: absolute;
	bottom: 30%;
	right: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-weight: 800;
}
.index_phb_row li:nth-child(3) .jianlue{
	width:100%;
	height: 45px;
	background-color: rgba(110,105,255,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;

}
.index_phb_row li:nth-child(n+2){
	box-sizing: border-box;
	padding: 10px;
	display: block;
	float: left;
	width: calc(70%/2 - 11px);
    height: 186.6666px;
    border-radius: 20px;
    margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
}
.index_phb_row li:nth-child(2){
	background: #ffe4ef;
}
.index_phb_row li:nth-child(3){
	background: #e4e3ff;
}
.index_phb_row li:nth-child(8){
	width: 30%;
	clear: both;
}
.index_phb_row li:nth-child(9){
	width: calc(70%/2 - 11px);
}
.index_phb_row li:nth-child(10){
	width: calc(70%/2 - 11px);
}

.index_phb_row li:nth-child(3){
	margin-right: 0;
}
.index_phb_row li:nth-child(5){
	margin-right: 0;
}
.index_phb_row li:nth-child(7){
	margin-right: 0;
}
.index_phb_row li:nth-child(10){
	margin-right: 0;
}
.index_phb_row li .icon_tool {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    height: 35px;
}
.index_phb_row li .icon_tool span {
    display: block;
    width: 80px;
    height: 50px;
    padding-left: 33px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #bf5007;
    font-family: "AVANTI";
    font-size: 16px;
    line-height: 30px;
}

.index_phb_row li:nth-child(1) .i_zan {
    background: url(../images/i_zan_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 3px;
}
.index_phb_row li:nth-child(1) .i_sc {
    background: url(../images/i_sc_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 3px;
}
.index_phb_row li:nth-child(1) .i_pl {
    background: url(../images/i_pl_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 3px;
}

.index_phb_row li:nth-child(n+2) .icon_tool{
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(n+2) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    padding-left: 32px;
    float: left;
    box-sizing: border-box;
}

.index_phb_row li:nth-child(n+2) .i_zan {
    background: url(../images/i_zan.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(n+2) .i_sc {
    background: url(../images/i_sc.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(n+2) .i_pl {
    background: url(../images/i_pl.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) .i_zan {
    background: url(../images/i_zan_2.png) no-repeat;
	background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) .i_sc {
    background: url(../images/i_sc_2.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) .i_pl {
    background: url(../images/i_pl_2.png) no-repeat;
	background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) .i_zan {
    background: url(../images/i_zan_3.png) no-repeat;
	background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) .i_sc {
    background: url(../images/i_sc_3.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) .i_pl {
    background: url(../images/i_pl_3.png) no-repeat;
	background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) p {
    color: #9f2052;
}
.index_phb_row li:nth-child(3) p {
    color: #34309b;
}
.index_phb_more{
	width:38%;
	height: 70px;
	margin: 0 auto;
	line-height: 70px;
	color: #000;
	box-sizing: border-box;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	margin-top: 15px;
	background: url("../images/line.png") center no-repeat;
}
.index_phb_more a{
	text-decoration: none;
	color: #000;
	width:40%;
	height: 100%;
	background: #f3f4f3;
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
}
.index_phb_more a:hover{
	color: #218cf9;
}
.index_phb_more span{
	display: inline-block;
	padding-left: 6px;
	font-size: 24px;
	color: #218cf9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.dingdian_title_row{
	width:100%;
	height: 260px;
	background:#f3f4f3 url("../images/dingdian_bg.jpg")bottom no-repeat;
	padding-top: 50px;
}
.waiyue_title_row{
	width:100%;
	height: 260px;
	background:#f3f4f3 url("../images/waiyue_bg.jpg")bottom no-repeat;
	padding-top: 50px;
}
.dingdian_title {
    width: 100%;
    height: 240px;
    font-size: 80px;
    font-weight: 800;
    margin: 0 auto;
    text-align: right;
    padding-right: 10%;
    box-sizing: border-box;
    padding-top: 160px;
}
.dingdian_title span{
	display: inline-block;
	padding-right: 10px;
	color: #0d60a0;
	/*text-shadow: 4px 4px 2px #000;*/
}
.dingdian_title span.waiyue{
	display: inline-block;
	padding-right: 10px;
	color: #f90;
	/*text-shadow: 4px 4px 2px #000;*/
}
.jrtj_row01.dd_bg{
	width:100%;
	height: auto;
	overflow: hidden;
	background: #f3f4f3 url("../images/dingdian_bg.jpg") top center no-repeat;
	background-size: contain;
	padding-top: 45px;
	padding-bottom: 50px;
}
.jrtj_row01.wy_bg{
	width:100%;
	height: auto;
	overflow: hidden;
	background: #f3f4f3 url("../images/waiyue_bg.jpg") top center no-repeat;
	background-size: contain;
	padding-top: 45px;
	padding-bottom: 0;
}
.last_maggin{
	width:100%;
	height: 60px;
	background: #f4f4f4;
}
.footer {
	width: 100%;
    height: 200px;
	background:#1183a5;
	margin: 0 auto;
}
.footer a {
    display: block;
    width: 20%;
    height: 100%;
    position: relative;
    float: left;
	text-decoration: none;
}
.footer p{
	display: block;
	width:100%;
	height: 100%;
	font-size: 24px;
	color: #ccc;
	text-align: center;
	padding: 0;
	margin: 0;
    font-family: "Microsoft JhengHei";
	line-height: 300px;
}
.footer .on p{
	color: #fff;
	font-weight: 600;
}
.footer a.home{
	background:  url("../images/home.png")top center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.home.on{
	background:  url("../images/home_on.png")top center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.new_caipin{
	background: url("../images/caipin.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.new_caipin.on{
	background: url("../images/caipin_on.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.kefu{
	background: url("../images/kefu.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.kefu.on{
	background: url("../images/kefu_on.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.phb{
	background: url("../images/phb.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.phb.on{
	background: url("../images/phb_on.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}

.footer a.u_center{
	background: url("../images/my.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.u_center.on{
	background: url("../images/my_on.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.tbj{
	display: none;
}
/*排行榜頁*/
.phb_header{
	width:100%;
	height:180px;
	padding-top: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	background: #1183a5;
}
.detail_back{
	width:15%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.detail_back span{
	display: block;
	width:100%;
	height: 100%;
	background: url("../images/arrow_left.png") no-repeat;
	background-size:38%;
	background-position: 50% 25%;
}
.phb_header .index-search{
	width:80%;
	float: right;
}
.area_div_row.phb_area{
	background: #0c96bf;
	padding-top: 0;
	padding-bottom: 50px;
}
.area_div_row.phb_area .area_div{
	padding-top: 60px;
	padding-bottom: 30px;
	display: none;
	border-top: 1px solid #50e0f5;
}
.dqwz_div{
	width:100%;
	height: auto;
	overflow: hidden;
    background: #0c96bf;
}
.dqwz{
	width:90%;
	height: 128px;
	margin: 0 auto;
	line-height: 128px;
	font-size: 32px;
	color: #fff;
	padding-left: 20px;
	box-sizing: border-box;
}
.dqwz.list_dqwz{
	width:100%;
	padding-left: 20px;
}
.dqwz span{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	background-color: rgba(255,255,255,.3);
	border-radius: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	margin-left: 60px;
	cursor: pointer;
}
.dqwz.list_dqwz span {
    margin-left: 10px;
}
.index_dqwz_div{
	width:100%;
	height: auto;
	overflow: hidden;
	background: #f4f4f4;
	font-size: 0;
}
.index_dqwz{
	width:90%;
	height: 128px;
	margin: 0 auto;
	line-height: 128px;
	font-size: 40px;
	color: #000;
	padding-left: 20px;
	box-sizing: border-box;
	font-weight: 600;
}
.index_dqwz span{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	height: 45px;
	background: #fdb03c;
	border-radius: 40px;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	margin-left: 50px;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
}
.phb_row{
	width:100%;
	height: 300px;
    background-image: linear-gradient(#1183a5 , #fff);
}
.phb_main_fl{
	width:100%;
	height: auto;
	min-height: 1400px;
	overflow: hidden;
	background:#f4f4f4 url("../images/ss_phb.jpg") top center no-repeat;
	padding-top: 140px;
	margin-top: -140px;
	padding-bottom: 0;
}
.new_main_fl{
	width:100%;
	height: auto;
	min-height: 1400px;
	overflow: hidden;
	background:#f4f4f4 url("../images/new_header.jpg") top center no-repeat;
	padding-top: 140px;
	margin-top: -140px;
	padding-bottom: 0;
}
.list_main_fl{
	width:100%;
	height: auto;
	min-height: 1400px;
	overflow: hidden;
	background:#f4f4f4 url("../images/list_header.jpg") top center no-repeat;
	padding-top: 140px;
	margin-top: -140px;
}
.search_main_fl{
	width:100%;
	height: auto;
	overflow: hidden;
	background:#f4f4f4 url("../images/search_phb.jpg") top center no-repeat;
	padding-top: 140px;
	margin-top: -90px;
	padding-bottom: 0;
}
.detail_main_fl{
	width:100%;
	height: auto;
	min-height: 1400px;
	overflow: hidden;
	background:#f4f4f4 url("../images/detail_bg.jpg") top center no-repeat;
	padding-top: 95px;
	margin-top: -90px
}
.detail_main_div{
	width:65%;
	height: 488px;
	padding: 40px;
	box-sizing: border-box;
}
.detail_main{
	width:100%;
	height: 100%;
	background-color: rgba(255,255,255,.7);
	border-radius: 15px;
}
.detail_main_left{
	width:47%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
	float: left;
}
.detail_main_left img{
	border-radius: 0;
}
.detail_main_left .jianlue{
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 9;
	width: calc(100% - 30px);
	height: 50px;
	background-color: rgba(10,150,190,.8);
	text-align: center;
	line-height: 50px;
	font-size:30px;
	letter-spacing: 10px;
}
.detail_main_left .jianlue a{
	display: block;
	width:100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}
.detail_main_right{
	width:53%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.detail_main_right .c_name{
	width:100%;
	height: 50px;
	font-size: 48px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.detail_main_right .c_neirong{
	width:100%;
	height: 300px;
	box-sizing: border-box;
	padding: 20px 0;
}
.detail_main_right dl, .detail_main_right dt{
	margin: 0;
	padding: 0;
}

.detail_main_right dt{
	width:50%;
	height: 30px;
	float: left;
	line-height: 30px;
	font-size: 16px;
}
.detail_main_right dt.long{
	width:100%;
}
.detail_main_right dt >span {
    display: inline-block;
    color: #000;
    padding-right: 6px;
}
.detail_main_right dt em{
	display: inline-block;
	padding-left: 6px;
	color: #666;
	font-style: normal;
}
.detail_main_right dt >em.price {
    font-family: "AVANTI";
    font-weight: 600;
    color: #f758a6;
}
.detail_main_right .icon_tool{
	width:100%;
	height: 70px;
	padding-left: 15px;
	box-sizing: border-box;
}
.detail_main_right .icon_tool span{
	display: block;
	width:33.3%;
	height: 100%;
	padding-left: 0;
	cursor: pointer;
}
.detail_main_right .icon_tool p{
	display: block;
	width:100%;
	height: 100%;
	line-height: 100px;
	color: #000;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.detail_main_right .icon_tool span.ssjf{
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 75px;
    background: url(../images/yyt.png)left center no-repeat;
    background-size: 12%;
    padding-left: 30px;
}
.detail_main_right .icon_tool span.yaofenxiang{
	background: url("../images/fenxiang.png")no-repeat;
	background-position: 2px 3px;
	background-size: 30%;
}
.detail_main_right .icon_tool span.yaoshoucang{
	background: url("../images/shoucang.png")no-repeat;
	background-position: 2px 3px;
	background-size: 30%;
}
.detail_main_right .icon_tool span.zan{
	background: url("../images/dianzan.png")no-repeat;
	background-position: 2px 3px;
	background-size: 30%;
}
.detail_main_right .icon_tool .zan-number{
	font-style: normal;
	font-family: "AVANTI";
    font-weight: 600;
}
.detail_tab_iconbar{
	width:100%;
	height: 125px;
	background: #73cce6;
}
.detail_tab_iconbar ul, .detail_tab_iconbar li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.detail_tab_iconbar ul{
	width:40%;
	height: 100%;
}
.detail_tab_iconbar li{
	width:33.3%;
	height: 100%;
	float: left;
	text-align: center;
	color: #ddd;
	line-height: 190px;
	font-size: 18px;
	cursor: pointer;
	overflow: hidden;
}
#ziliao{
	background: url("../images/pic_fill.png") center no-repeat;
	background-position: 50% 20px;
	background-size: 40%;
}
#ziliao.on{
	background: url("../images/pic_fill_on.png") no-repeat;
	background-position: 50% 20px;
	background-size: 40%;
	color: #166f89;
	font-weight: 600;
}
#pingfen{
	background: url("../images/jifen_fill.png") center no-repeat;
	background-position: 50% 20px;
	background-size: 40%;
}
#pingfen.on{
	background: url("../images/jifen_fill_on.png") no-repeat;
	background-position: 50% 20px;
	background-size: 40%;
	color: #166f89;
	font-weight: 600;
}
#pinglun{
	background: url("../images/pencil_fill.png") center no-repeat;
	background-position: 50% 20px;
	background-size: 40%;
}
#pinglun.on{
	background: url("../images/pencil_fill_on.png") no-repeat;
	background-position: 50% 20px;
	background-size: 40%;
	color: #166f89;
	font-weight: 600;
}
.de_con_tool{
	width:100%;
	height: auto;
	padding: 50px;
	box-sizing: border-box;
	padding-bottom: 0;
}
#thumbs ul ,#thumbs li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#thumbs li {
    display: block;
    float: left;
    width: calc(100%/6 - 6px)!important;
    height: 160px;
    margin-bottom: calc(6px*6 /5);
    margin-right: calc(6px*6 /5);
	position: relative;
	border-radius: 8px;
	background: #bed0d5;
	padding: 6px;
	box-sizing: border-box;
	cursor: pointer;
}
.play-button{
	position: absolute;
	z-index: 9;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width:50%;
	height: 50%;
	background: url("../images/play-button.png")center no-repeat;
	background-size: contain;
}
#thumbs li:nth-child(6n){
    margin-right:0;
}
#thumbs li img{
	border-radius: 6px;
}
.de_con ul, .de_con li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.de_con ul{
	padding: 50px;
}
.de_con li{
	width:100%;
	height: 60px;
}
.de_con li span{
	display: inline-block;
	color: #999;
}
.de_con li span.fwxm{
    width: 90px;
    text-align: justify;
    text-align-last: justify;
    padding-right: 10px;
    font-weight: 600;
	color: #000;
}
.d_tab {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}
.d_tab.on{
	display: block;
}
#box {
    margin: 0 auto;
    width: 80%;
    height: auto;
    overflow: hidden;
	padding: 80px 0;
}

#myPoint {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	overflow: hidden;
	padding-top: 0;
	border-bottom: #ddd 1px solid;
	height: 50px;
	margin-bottom: 40px;
	margin-top: 12px
}

#myPoint span {
	float: left;
	line-height: 64px;
	font-family: Tahoma;
}

#myPoint span big {
	font-weight: 700;
	font-size: 60px;
	color: #f8c320;
}

#myPoint span small {
	font-size: 30px;
	color: #f8c320;
}

#myPoint img {
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px
}

#myPoint em {
	margin-left: 10px;
	margin-top: -10px;
	font-weight: 700;
	font-size: 40px;
	font-style: normal;
}
#doPoint{
	width:50%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	overflow: hidden;
}
#doPoint strong {
	font-size: 15px;
	color: #000;
	font-weight: 700;
}

#doPoint span {
	display: block;
	background: url(../images/star_small.png) no-repeat 2px 0;
	width: 120px;
	height: 20px;
	margin-left: 50px;
	margin-top: -21px
}

#doPoint span small {
	font-size: 0;
	float: left;
	overflow: hidden;
	width: 12px;
	cursor: pointer;
	padding-top: 20px;
	height: 0
}

#doPoint .star10 {
	background: url(../images/star_small.png) no-repeat 2px 0
}

#doPoint .star9 {
	background: url(../images/star_small.png) no-repeat 2px -20px
}

#doPoint .star8 {
	background: url(../images/star_small.png) no-repeat 2px -40px
}

#doPoint .star7 {
	background: url(../images/star_small.png) no-repeat 2px -60px
}

#doPoint .star6 {
	background: url(../images/star_small.png) no-repeat 2px -80px
}

#doPoint .star5 {
	background: url(../images/star_small.png) no-repeat 2px -100px
}

#doPoint .star4 {
	background: url(../images/star_small.png) no-repeat 2px -120px
}

#doPoint .star3 {
	background: url(../images/star_small.png) no-repeat 2px -140px
}

#doPoint .star2 {
	background: url(../images/star_small.png) no-repeat 2px -160px
}

#doPoint .star1 {
	background: url(../images/star_small.png) no-repeat 2px -180px
}

#doPoint .star0 {
	background: url(../images/star_small.png) no-repeat 2px -200px
}

#doPoint .biaoti {
	width: auto;
	float: left;
	font-weight: 700;
	height: 24px;
	padding-bottom: 20px;
}

#doPoint .fenshu {
	width: 180px;
	float: left!important;
	height: 24px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.pingfen-submit {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	margin-top: 10px
}

.pingfen-submit button {
	width: 42%;
	height: 50px;
	background: #73cce6;
	color: #15453c;
	font-size: 20px;
	line-height: 50px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	text-align: center;
	float: left;
	margin-top: 30px;
}
#list-wrap {
    margin: 0 auto;
    padding: 0;
    width: 90%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}
.commont_sm{
	width:100%;
	height: 30px;
	border-bottom: 1px dotted #eee;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #999;
}
#list-wrap .list {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#list-wrap .user-pic {
    text-align: center;
    width: 82px;
    float: left;
}
.user-pic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#list-wrap .user-commont {
	width: calc(100% - 90px);
    float: left;
	box-sizing: border-box;
	position: relative;
}
.user-commont-top{
	float: left;
	padding-top: 6px;
}
.user-commont-top .c-name{
	color:#1183a5!important;
}
.user-commont .zan{
	display: block;
	width:70px;
	padding-left: 50px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/i_zan_1.png") center no-repeat;
	background-size: 30%;
	cursor: pointer;
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	box-sizing: border-box;
	color: #999;
}
.user-commont .wenda{
	display: block;
	font-size: 24px;
	color: #7a7a7a;
	line-height: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right:58px;
	font-weight:600;
	cursor: pointer;
}
.user-commont .reply{
	display: block;
	font-size: 16px;
	color: #1183a5;
	line-height: 40px;
	height: 40px;
	position: absolute;
	top: -8px;
	right: 70px;
	cursor: pointer;
	padding: 10px;
}

#list-wrap .c-name {
    font-size: 18px;
    color: #1183a5;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	float: left;
	font-weight: 600;
}
#list-wrap .c-level {
    height: 40px;
	width:120px;
    overflow: hidden;
    line-height: 40px;
	font-size: 14px;
	display: inline-block;
	text-align: left;
}
#list-wrap .c-level .medal{
	display: inline-flex;
	width:22px;
	height: 40px;
	margin-left: 10px;
	vertical-align: middle;
	align-items: center;
}
.c-level .medal img{
	width:100%;
}

#list-wrap .c-time {
    font-size: 12px;
    color: #666;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	width:100%;
	float: left;
	text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
#list-wrap .c-neirong {
    font-size: 14px;
    color: #000;
    height: auto;
    overflow: hidden;
    line-height: 24px;
	width:100%;
	float: left;
}

#list-wrap02 .list {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#list-wrap02 .user-pic {
    text-align: center;
    width: 82px;
    float: left;
}
#list-wrap02 .user-commont {
    width: calc(100% - 90px);
    float: left;
    box-sizing: border-box;
    position: relative;
}
#list-wrap02 .c-name {
    font-size: 18px;
    color: #1183a5;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	float: left;
	font-weight: 600;
}
#list-wrap02 .c-level {
    height: 40px;
	width:120px;
    overflow: hidden;
    line-height: 40px;
	font-size: 14px;
	display: inline-block;
	text-align: left;
}
#list-wrap02 .c-level .medal{
	display: inline-flex;
	width:22px;
	height: 40px;
	margin-left: 10px;
	vertical-align: middle;
	align-items: center;
}


#list-wrap02 .c-time {
    font-size: 12px;
    color: #666;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	width:100%;
	float: left;
	text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
#list-wrap02 .c-neirong {
    font-size: 14px;
    color: #000;
    height: auto;
    overflow: hidden;
    line-height: 24px;
	width:100%;
	float: left;
}
.more_comment_list{
    background: #3bb9a1;
	width:100%!important;
	padding: 5%!important;
	box-sizing: border-box;
}
.main_reply_list .title{
	width:100%;
	height: 45px;
	font-size: 24px;
	line-height: 15px;
	color: #0c96bf;
	text-align: center;
}
.user-commont-list{
	height: auto;
	overflow: hidden;
	padding: 5px;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-left: 0;
	margin-left: -3.8rem;
}
.user-commont-list dl{
	height: auto;
	background-color: rgba(160,230,250,.4);
	border-radius: 10px;
	position: relative;
	padding: 10px;
	padding-left: 20px;
}
.list_arrow{
	position: absolute;
	top:-1.0rem;
    left:3.67vw;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 0.9rem solid  rgba(160,230,250,.4);
    border-right: 0.9rem solid transparent;
    border-top: 0.1rem solid transparent;
    border-left: 0.9rem solid transparent;
}
.user-commont-list dt{
    width:100%;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	height: auto;
	overflow: hidden;
}
.user-commont-list dt:last-child{
	border-bottom: 0;
}
.user-commont-list dt a{
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
}
.user-commont-list .reply-name {
	display: inline-block;
    font-size: 16px;
    color: #1183a5;
 	font-weight: 700;
}
.user-commont .zan-number {
    display: inline-block!important;
    font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
    color: #f8c320;
    font-style: normal;
}
.user-commont-list .reply-time {
    font-size: 12px;
    color: #666;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}
.reply-body{
	font-size: 13px;
}
.detail_pinglu-send {
    width: 80%;
    height: 60px;
    margin: 0 auto;
	margin-top: 60px;
}
.detail_pinglu-send textarea{
	width:85%;
	height: 60px;
	border-radius: 5px;
	border:0;
	box-sizing: border-box;
	padding-left: 10px;
	float: left;
	font-size: 16px;
	resize: none;
}
.detail_pinglu-send	textarea::-webkit-input-placeholder{
    color:#999;
	font-size: 18px;
	line-height: 60px;
}
 .detail_pinglu-send textarea::-webkit-scrollbar {
	 display: none;
  }
#comment_submit{
	width:13%;
	height: 60px;
	display: block;
	margin-left: 10px;
	background: #73cce6 url("../images/pencil_fill_on.png") center no-repeat;
	background-size: 40%;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 5px;
	float: left;
	border: 0;
	outline: none;
	font-size: 24px;
	cursor: pointer;
}
.share-div {
    position: fixed;
    background: #fff;
    width: 638px;
    height: 220px;
    border-radius:12px;
    margin: auto;
	top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 24px #666;
    z-index: 10;
	display: none;
	text-align: center;
}
.share-div .title {
    height: 60px;
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
    line-height: 60px;
    padding-left: 20px;
    position: relative;
	text-align: left;
	font-weight: 600;
}
.share-div .share-close{
	width:40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url("../images/share_close.png")center no-repeat;
	background-size: contain;
	z-index: 100;
	cursor: pointer;
}
.popover-share a {
    display: inline-block;
    width: 200px;
	height: 100px;
    color: #666;
    font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 220px;
	margin-top: 10px;
}
.popover-share a:nth-child(1){
	background: url("../images/line_share.png") center no-repeat;
	background-size: 50%;
}
.popover-share a:nth-child(2){
	background: url("../images/facebook.png") center no-repeat;
	background-size: 40%;
}
.popover-share a:nth-child(3){
	background: url("../images/google.png") center no-repeat;
	background-size: 50%;
}
.popover-share a img{
	width:100%;
}
.phb_list_title{
	width:50%;
    height: 160px;
    position: relative;
    padding-top: 60px;
	text-align: center;
}
.phb_list_title_left {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 86px;
    color: #000;
    font-weight: bolder;
    white-space: nowrap;
    line-height: 86px;
}

.phb_list_title_left a{
	color:rgba(7,85,105,.5);
	text-decoration: none;
	display: inline-block;
	padding-left: 4vw;
}
.phb_list_title_left a.on{
	color: #075268;
	border-right: 4px solid rgba(7,85,105,.5);
	padding-right: 4vw;
}
.phb_list_title_left a:nth-child(2){
	padding-left: 0;
}
.phb_list_title_left a:nth-child(2).on{
	color: #075268;
	border-left: 4px solid rgba(7,85,105,.5);
	border-right: 0;
	padding-left: 4vw;
}
.phb_list_title_left a.ht_on{
	color: #fff;
	border-left: 4px solid #fff;
	padding-left: 4vw;
}
.phb_list_title_left.new_list a {
	color:rgba(7,85,105,.5);
}
.phb_list_title_left.new_list a.on {
	border-right: 4px solid rgba(7,85,105,.5);
	color:#075268;
}
.phb_list_title_left.new_list a.ht_on {
	border-right: 4px solid rgba(7,85,105,.5);
	color:#075268;
}
.srarch_left_title{
	display: block;
	float: left;
    font-size: 86px;
	color:rgba(255,255,255,0.8);
    font-weight: bolder;
    white-space: nowrap;
    line-height: 86px;
	padding-left: 4vw;
	padding-right: 2vw;
}
.total_left{
	display: block;
	float: left;
    font-size: 66px;
	color:rgba(255,255,255,1.0);
    font-weight: bolder;
    white-space: nowrap;
    line-height: 66px;
	border-right: 4px solid #fff;
	padding-left: 4vw;
	padding-right: 2vw;
}
.total_right{
	display: block;
	float: left;
    font-size: 128px;
    color: #fff;
    font-weight: bolder;
    white-space: nowrap;
    line-height: 148px;
	font-family: "AVANTI";
}
.uc-pagination-mian{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
}
.uc-pagination-mian a{
	display: inline-block;
	text-align: center;
	background-color: rgba(255,255,255,.5);
	border: 4px solid #a5e9fa;
	color: #000;
	font-size: 24px;
	text-decoration: none;
	border-radius: 60px;
	font-family: "AVANTI";
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin-right: 6px;
	cursor: pointer;
}
.uc-pagination-mian a:hover{
	background: #24b7dd;
	color: #fff;
}
.uc-pagination-mian a.page_active{
	background: #24b7dd;
	color: #fff;
	font-weight: 600;
}
.list_marggin{
    width:100%;
    height: 0;
}

.list_phb_row {
    width: calc(100% - 50px);
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 70px;
}
.list_phb_row ul, .list_phb_row li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.list_phb_row ul{
	width:100%;
	height: auto;
	overflow: hidden;
}
.list_phb_row .new_left {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: 30%;
    height: 1960px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
	background: #cde3f8;
}
.new_left.list_left{
	height: 1170px;
}
.list_phb_row .new_left img{
	width:100%;
	border-radius: 8px;
	object-fit: cover;
}
.list_phb_row li:nth-child(n+2) {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: calc(70%/2 - 11px);
    height: 186.6666px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}
.list_phb_row li:nth-child(2n-1) {
	margin-right: 0;
}
.list_phb_row li:nth-child(1) {
    margin-right: 10px;
}
.list_phb_row li:nth-child(n+2) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.list_phb_row li:nth-child(n+2) .jianlue {
    width: 100%;
    height: 35px;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.list_phb_row li:nth-child(2) .jianlue {
    background-color: rgba(240,165,70,.8);
}
.list_phb_row li:nth-child(3) .jianlue {
    background-color: rgba(255,110,165,.8);
}
.list_phb_row li:nth-child(4) .jianlue {
    background-color: rgba(110,105,255,.8);
}
.list_phb_row li:nth-child(n+2) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
}
.list_phb_row li:nth-child(n+2) .pingfen {
    width: 90px;
    height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 10px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background: url(../images/lable_4.png)center no-repeat;
    background-size: contain;
    text-align: center;
    line-height: 47px;
}
.list_phb_row li:nth-child(2) .pingfen {
    background: url(../images/lable_1.png)center no-repeat;
    background-size: contain;
}
.list_phb_row li:nth-child(3) .pingfen {
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
}
.list_phb_row li:nth-child(4) .pingfen {
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
}
.list_phb_row li:nth-child(n+2) .pingfen span {
    font-size: 24px;
}
.list_phb_row li:nth-child(n+2) .lable {
    width: 45px;
    height: 45px;
    border-radius: 60px;
    border: 4px solid #e8f1f9;
    background-image: linear-gradient(to right, #d3e6f9 , #b5d5f5);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-weight: 800;
}
.list_phb_row li:nth-child(2) .lable {
	border: 4px solid #f9e9d5;
    background-image: linear-gradient(to right, #fdcf89 , #f1a746);
}
.list_phb_row li:nth-child(3) .lable {
    border: 4px solid #fce2ec;
    background-image: linear-gradient(to right, #faafcc , #fe70a8);
}
.list_phb_row li:nth-child(4) .lable {
    border: 4px solid #dad9f9;
    background-image: linear-gradient(to right, #d7c3f8 , #6d68ff);
}
.list_phb_row .nr_div dl, .list_phb_row .nr_div dt {
    padding: 0;
    margin: 0;
}
.list_phb_row li:nth-child(n+2) .nr_div dl {
    padding-top: 0;
    padding-left: 10px;
}
.list_phb_row li:nth-child(n+2) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.list_phb_row .nr_div dt >span {
    display: inline-block;
    width: 50px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
    padding-right: 6px;
}
.list_phb_row li .nr_div em {
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
    color: #444;
}
.list_phb_row li:nth-child(n+2) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.list_phb_row li:nth-child(n+2) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    padding-left: 32px;
    float: left;
    box-sizing: border-box;
    background-size: 25%;
    background-position: 10px 8px;
}
.list_phb_row li:nth-child(n+2) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.list_phb_row.list_row {
	padding-top: 10px;
}
.list_phb_row.dd_main{
	padding-top: 100px;	
}
.list_phb_row.list_row li .pingfen {
	top:0;
	left:73.5%;
}	
.list_phb_row.list_row li:nth-child(3n+1) .pingfen {
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
}
.list_phb_row.list_row li:nth-child(3n+2) .pingfen {
    background: url(../images/lable_1.png)center no-repeat;
    background-size: contain;
}
.list_phb_row.list_row li:nth-child(3n+3) .pingfen {
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
}
.list_phb_row li:nth-child(3n+1) .jianlue {
    background-color: rgba(110,105,255,.8);
}
.list_phb_row li:nth-child(3n+2) .jianlue {
    background-color: rgba(240,165,70,.8);
}
.list_phb_row li:nth-child(3n+3) .jianlue {
    background-color: rgba(255,110,165,.8);
}

.nt_sort{
    width: calc(100% - 50px);
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
	background-color: rgba(255,255,255,1.0);
	border-radius: 20px;
	margin-top: 80px
}
.nt_sort ul, .nt_sort li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nt_sort li{
	float: left;
	width:20%;
	line-height: 80px;
	font-size: 24px;
	text-align: center;
	position: relative;
}
.nt_sort li a{
	width:100%;
	height: 100%;
	display: block;
}
.nt_sort li span{
	display: block;
	position: absolute;
	top:25px;
	right: 15px;
	pointer-events: none;
}
.nt_sort li a{
	color: #fff;
	text-decoration: none;
}
.nt_sort li:nth-child(1){
	background-color: rgba(240,165,70,1.0);
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.nt_sort li:nth-child(2){
    background-color: rgba(255,110,165,1.0);
}
.nt_sort li:nth-child(3){
    background-color: rgba(110,105,255,1.0);
}
.nt_sort li:nth-child(4){
	background-color: rgba(35,180,220,1.0);
}
.nt_sort li:nth-child(5){
	background-color: rgba(100,175,70,1.0);
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.nt_sort li .sort_arrow {
    width: 30px;
    height: 30px;
    background: url(../images/sort_arrow.png) no-repeat;
    background-size: 100%;
}
.nt_sort li .sort_arrow_a {
    width: 30px;
    height: 30px;
    background: url(../images/sort_arrow_a.png) no-repeat;
    background-size: 100%;
}
.nt_sort li .sort_arrow_d {
    width: 30px;
    height: 30px;
    background: url(../images/sort_arrow_d.png) no-repeat;
    background-size: 100%;
}
.sxjg_row{
	width: 90%;
    height: 128px;
    margin: 0 auto;
    line-height: 128px;
    font-size: 32px;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
}
.sxjg_row span{
	display: inline-block;
    font-family: "AVANTI";
    font-weight: 600;
	padding-left: 16px;
	padding-right: 16px;
	letter-spacing: 4px;
}
.detail_row{
	width: 90%;
    height: 128px;
    margin: 0 auto;
    line-height: 128px;
    font-size: 32px;
    color: #fff;
    padding-left:0;
    box-sizing: border-box;
}
.detail_row span{
	display: inline-block;
    font-family: "AVANTI";
    font-weight: 600;
	padding-left: 16px;
	padding-right: 16px;
	letter-spacing: 4px;
}
.search_list_row {
    width: calc(100% - 50px);
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 70px;
}
.search_list_row.index_list_row_01{
	padding-top: 90px;
}
.search_list_row.index_list_row {
	padding-top: 165px;
    padding-bottom: 20px;
}
.search_list_row ul, .search_list_row li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.search_list_row li{
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: calc(100%/2 - 5px);
    height: 280px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}
.search_list_row li:nth-child(2n){
	margin-right: 0;
}
.search_list_row li .img_div {
    width: 42%;
    height: 100%;
    float: left;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.search_list_row li .nr_div {
    width: 58%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-left: 12px;
}
.search_list_row li .pingfen {
	position: absolute;
	top:0;
	right:10px;
	width:6vw;
	height: 3vw;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 3vw;
}
.search_list_row li .pingfen span {
	font-size: 32px;
}	
.search_list_row li:nth-child(3n+1) .pingfen {
    background: url(../images/lable_1.png)center no-repeat;
    background-size: contain;
}
.search_list_row li:nth-child(3n+2) .pingfen {
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
}
.search_list_row li:nth-child(3n+3) .pingfen {
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
}
.search_list_row .nr_div dt >span {
    display: inline-block;
    width: 50px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
    padding-right: 6px;
}
.search_list_row li .nr_div em {
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
    color: #444;
}
.search_list_row li .jianlue {
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 45px;
	letter-spacing: 10px;
	border-bottom-left-radius: 0;
}
.search_list_row li:nth-child(3n+1) .jianlue {
    background-color: rgba(240,165,70,.8);
}
.search_list_row li:nth-child(3n+2) .jianlue {
    background-color: rgba(255,110,165,.8);
}
.search_list_row li:nth-child(3n+3) .jianlue {
    background-color: rgba(110,105,255,.8);
}
.h_search_div{
    width: calc(100% - 50px);
    height: 0;
	overflow: hidden;
}
.h_search_div.search_get{
    width: calc(100% - 50px);
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	background: #fff;
	border-radius: 40px;
	padding: 80px 50px;
	box-sizing: border-box;
	margin-top: 100px;
	padding-bottom: 70px;
}
.layui-anim .btn1 {
    width: 50%!important;
    float: left!important;
    text-align: left;
    height: 30px;
    padding-bottom: 10px;
    background: url(../images/duoxuan.png) no-repeat;
	background-position: 15px 0px;
    background-size: 24%;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    margin-top: 8px;
    box-sizing: border-box;
    padding-left: 35px;
	font-size: 12px;
}
.layui-anim .btn2 {
    width: 50%!important;
    float: left!important;
    text-align: left;
    height: 30px;
    padding-bottom: 10px;
    background: url(../images/qingchu.png) left top no-repeat;
	background-position: 15px 0px;
    background-size: 24%;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    margin-top: 8px;
    box-sizing: border-box;
    padding-left: 35px;
	font-size: 12px;
}
.layui-anim-upbit::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 0px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
  }
.s_article{
	display: block;
    width: 60%;
    height: 3.5vw;
	margin: 0 auto;
    background: #0c97c0;
    line-height: 3.5vw;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
    border-radius: 3.5vw;
	margin-top: 3vw;
}
/* loadding動畫 */
.l-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
	z-index: 100000000000000000000;
	display: none;
}
.loading_div{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 300px;
	text-align: center;
}
.loading_div p{
	color: #fff;
}
.show_loading{
	display: block;
}
svg {
  height: 120px;
  width: 120px;
  margin: 0 2em 2em;
  overflow: visible;
  /*   border: 1px solid red; */
}

.g-circles {
  -webkit-transform: scale(0.9) translate(7px, 7px);
  -ms-transform: scale(0.9) translate(7px, 7px);
  transform: scale(0.9) translate(7px, 7px);
}

circle {
  fill: dodgerblue;
  fill-opacity: 0;
  -webkit-animation: opacity 1.2s linear infinite;
  animation: opacity 1.2s linear infinite;
}
circle:nth-child(12n + 1) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
circle:nth-child(12n + 2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
circle:nth-child(12n + 3) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
circle:nth-child(12n + 4) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
circle:nth-child(12n + 5) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
circle:nth-child(12n + 6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
circle:nth-child(12n + 7) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
circle:nth-child(12n + 8) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
circle:nth-child(12n + 9) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
circle:nth-child(12n + 10) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
circle:nth-child(12n + 11) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
circle:nth-child(12n + 12) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.g-circles--v2 circle {
  fill-opacity: 0;
  stroke-opacity: 0;
  stroke-width: 1;
  stroke: yellowgreen;
  -webkit-animation-name: opacity-stroke, colors, colors-stroke, transform-2;
  animation-name: opacity-stroke, colors, colors-stroke, transform-2;
}

.g-circles--v3 circle {
  fill-opacity: 1;
  -webkit-animation-name: opacity, colors;
  animation-name: opacity, colors;
}

.g-circles--v4 circle {
  fill-opacity: 1;
  fill: orange;
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-animation-name: opacity, colors-3, transform;
  animation-name: opacity, colors-3, transform;
}

@-webkit-keyframes opacity {
  3% {
    fill-opacity: 1;
  }

  75% {
    fill-opacity: 0;
  }
}

@keyframes opacity {
  3% {
    fill-opacity: 1;
  }

  75% {
    fill-opacity: 0;
  }
}
@-webkit-keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }

  85% {
    stroke-opacity: 0;
  }
}
@keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }

  85% {
    stroke-opacity: 0;
  }
}
@-webkit-keyframes colors {
  0% {
    fill: yellowgreen;
  }

  10% {
    fill: gold;
  }

  75% {
    fill: crimson;
  }
}
@keyframes colors {
  0% {
    fill: yellowgreen;
  }

  10% {
    fill: gold;
  }

  75% {
    fill: crimson;
  }
}
@-webkit-keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }

  10% {
    stroke: gold;
  }

  75% {
    stroke: crimson;
  }
}
@keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }

  10% {
    stroke: gold;
  }

  75% {
    stroke: crimson;
  }
}
@-webkit-keyframes colors-2 {
  0% {
    fill: yellow;
  }

  50% {
    fill: red;
  }

  65% {
    fill: orangered;
  }

  95% {
    fill: gold;
  }
}
@keyframes colors-2 {
  0% {
    fill: yellow;
  }

  50% {
    fill: red;
  }

  65% {
    fill: orangered;
  }

  95% {
    fill: gold;
  }
}
@-webkit-keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }

  50% {
    fill: turquoise;
  }

  65% {
    fill: yellow;
  }

  95% {
    fill: orange;
  }
}
@keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }

  50% {
    fill: turquoise;
  }

  65% {
    fill: yellow;
  }

  95% {
    fill: orange;
  }
}
@-webkit-keyframes transform {
  10% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes transform {
  10% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@-webkit-keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  60% {
    stroke-width: 20;
  }
}
@keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  60% {
    stroke-width: 20;
  }
}
.toast_mask{
	width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    z-index: 1000000;
    overflow: hidden;
    top: 0;
    left: 0;
	display: none;
}
.toast_button{
	width: 58px;
    height: 30px;
    background: #4285f4;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 3px;
	font-size:16px;
  }
.toast{
	width:450px;
	height: 130px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 20px 40px rgba(0,0,0,.2);
	position: fixed;
	margin: auto;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	display: none;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #eee;
}
.toast_close{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/jf_close.png) center no-repeat;
    cursor: pointer;
}
.main_info{
	width:100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}
.toast_content{
    width: 80%;
    height: 30px;
    background: url(../images/warnning.png)left no-repeat;
    background-size: 8%;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 30px;
    font-weight: 600;
    padding-left: 30px;
    box-sizing: border-box;
	margin-top: 25px;
}
.main-mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 98;
    position: fixed;
    top: 0;
    display: none;
}
.main-mask_index {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    position: fixed;
    top: 0;
    display: none;
}
.warnning_diag {
    width: 600px;
    height: 400px;
    background: #fff;
    box-shadow: 0px 0px 15px #999;
    position: fixed;
    z-index: 99999;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 20px;
}
.warnning_diag .close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 8px;
    background: url(../images/share_close.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.warnning_diag .warnning_top {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    background: url(../images/ticrf.png) center no-repeat;
    background-size: contain;
}
.warnning_concent {
    width: 90%;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    line-height: 36px;
    margin: 0 auto;
}
.not_prompt {
    width: 85px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    float: right;
    margin-top: 20px;
}
.not_prompt input {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    outline: none;
    display: block;
    float: left;
}
.wd_bottom .ok_btn {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #d01b1b;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
}
.wd_bottom {
    width: 100%;
    float: left;
    height: 45px;
    padding-top: 20px;
    text-align: center;
}
.img_cover{
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,1.0);
    z-index: 100;
    height: 0;
	overflow: hidden;
}
.slide-galley {
	width:100%;

}

.galley-close{
	position: absolute;
	width:10%;
	height: 10%;
	background: url("../images/close.png")center no-repeat;
	background-size: contain;
	top: 0;
	right:10px;
	cursor: pointer;
	z-index: 1001;
}
.play-button{
	position: absolute;
	width:40%;
	height: 40%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	z-index: 10;
	background: url("../images/play-button.png")center no-repeat;
	background-size: contain;
	pointer-events: none;
}
.swiper-zoom-container video{
	width:100%;
}
.is_delete{
    background: #f7d7da!important;
    color:#5c202a!important;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
	display: block;
	margin-top: 8px;
}
.main_reply_div{
	width:100%;
	height: auto;
	overflow: hidden;
	background: url("../center/images/header_bg.jpg") top center no-repeat;
	padding-bottom: 30px;
}
.more_com{
	width:100%;
	height: auto;
	overflow: hidden;
	background: #e4f4f9;
	padding: 5%;
	box-sizing: border-box;
}
.main_commont{
	border-bottom: 0px!important;
}
.main_zan_div{
	width:100%;
	float: left;
	padding-top: 20px;
	padding-left: 0;
}
.main_zan_div .main_zan {
    width: 160px;
    height: 45px;
    background: #0c96bf url(../images/izan.png)left center no-repeat;
    background-size: 15%;
    background-position: 20% 10px;
    border-radius: 50px;
    border: 1px solid #a9ecdf;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
}
.main_zan_div .main_zan em{
	color: #fff;
    font-weight: bolder;
    font-family: "AVANTI";
	font-size: 18px;
	font-style: normal;
}
.main_reply_div .title{
    font-size: 24px;
    padding-left: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #999;
}
.main_reply_div .list{
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
    margin-bottom: 30px;
}
.main_reply_div .user-pic {
    text-align: center;
    width: 82px;
    float: left;
}
.main_reply_div .user-pic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.main_reply_div .user-commont {
width: calc(100% - 90px);
    float: left;
    box-sizing: border-box;
    border-bottom: 1px dotted #eee;
    position: relative;
}
.main_reply_div .c-name {
   font-size: 18px;
    color: #4e7d9b;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    float: left;
    font-weight: 700;
}
.main_reply_div .c-level {
    height: 40px;
    width: 120px;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    text-align: left;
}
.main_reply_div .c-neirong {
    font-size: 18px;
    color: #333;
    height: auto;
    overflow: hidden;
    line-height: 36px;
    width: 100%;
    float: left;
	padding-top: 16px;
 
}
.main_reply_div .c-time {
    font-size: 14px;
    color: #666!important;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}
#reply-send{
	display: none;
}
#fail_filter {
    display: none;
}
.search-result-title {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 150px;
    background: #fff;
    box-shadow: 0px 0px 20px #6bd8f7;
    color: #000;
    border-radius: 6px;
    box-sizing: border-box;
    line-height: 150px;
    z-index: 1000;
    font-size: 18px;
    text-align: center;
}
.search_close{
	display: block;
	width:60px;
	height: 60px;
	background: url("../images/share_close.png") center no-repeat;
	background-size: 50%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.search-result{
	width:100%;
	height: auto;
	overflow: hidden;
    background: #0c96bf;
}
.ssjg_div_t2{
	width: 100%;
    height: 128px;
    margin: 0 auto;
    line-height: 128px;
    font-size: 32px;
    color: #fff;
    padding-left:36px;
    box-sizing: border-box;
}
.ssjg_div_t2 span{
	display: inline-block;
    font-family: "AVANTI";
    font-weight: 600;
	padding-left: 16px;
	padding-right: 16px;
	letter-spacing: 4px;
}
.ssjg_div_t1{
	width: 100%;
    height: 128px;
    margin: 0 auto;
    line-height: 128px;
    font-size: 32px;
    color: #fff;
    padding-left:36px;
    box-sizing: border-box;
	display: none;
}
#search_result{
	display: inline-block;
	padding-left: 10px;
	padding-right: 12px;
	color: #FF9900;
}
.top_res{
	float: left;
	height: 100%;
	box-sizing: border-box;
}
.top_button{
	float: left;
	width: 200px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
span.search_top_button{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 80px;
    box-sizing: border-box;
    background: rgba(255,255,255, .5) url(../images/s_down.png) no-repeat;
    background-size: 16%;
    background-position: 90% 10px;
    right: 0;
    top: 31%;
    width: 180px;
    padding-left: 24px;
    position: absolute;
	color: #0786aa;
}
span.search_down_button{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 80px;
    box-sizing: border-box;
    background: rgba(255,255,255, .5) url(../images/s_up.png) no-repeat;
    background-size: 16%;
    background-position: 90% 10px;
    right: 0;
    top: 31%;
    width: 180px;
    padding-left: 24px;
    position: absolute;
	color: #0786aa;
}

.search_list_row li .pic_div {
    width: 42%;
    height: 100%;
    float: left;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.search_list_row li .detail_div {
    width: 58%;
    height: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 12px;
}
.search_list_row li .pingfen {
	position: absolute;
	top:0;
	right:10px;
	width:6vw;
	height: 3vw;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 3vw;
}
.search_list_row li .pingfen span {
	font-size: 32px;
}	
.search_list_row li:nth-child(3n+1) .pingfen {
    background: url(../images/lable_1.png)center no-repeat;
    background-size: contain;
}
.search_list_row li:nth-child(3n+2) .pingfen {
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
}
.search_list_row li:nth-child(3n+3) .pingfen {
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
}
.search_list_row .nr_div dt >span {
    display: inline-block;
    width: 50px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
    padding-right: 6px;
}
.search_list_row li .nr_div em {
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
    color: #444;
}
.search_list_row li .phb_jianbian {
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 45px;
	letter-spacing: 10px;
	border-bottom-left-radius: 0;
}
.search_list_row li:nth-child(3n+1) .phb_jianbian {
    background-color: rgba(240,165,70,.8);
}
.search_list_row li:nth-child(3n+2) .phb_jianbian {
    background-color: rgba(255,110,165,.8);
}
.search_list_row li:nth-child(3n+3) .phb_jianbian {
    background-color: rgba(110,105,255,.8);
}
.search_list_row li .toolbar{
	position: absolute;
    right: 10px;
    bottom: 6px;
    width: 240px;
    height: 35px;
}
.search_list_row li .toolbar span{
	display: block;
	width:80px;
	height: 50px;
	padding-left: 40px;
	float: left;
	box-sizing: border-box;
	color: #666;
	font-family: "AVANTI";
	font-size: 16px;
	line-height: 30px;
}
.search_list_row li .toolbar p{
	display: block;
	width:100%;
	padding: 0;
	margin: 0;
	color: #666;
	font-family: "AVANTI";
	font-size: 16px;
	line-height: 30px;
}
.search_list_row li .toolbar span.i_zan{
	background: url(../images/i_zan.png) no-repeat;
	background-size: 30%;
	background-position: 10px 0px;
}
.search_list_row li .toolbar span.shoucang{
	background: url(../images/i_sc.png) no-repeat;
	background-size: 30%;
	background-position: 10px 0px;
}
.search_list_row li .toolbar span.i_pinglun{
	background: url(../images/i_pl.png) no-repeat;
	background-size: 27%;
	background-position: 10px 3px;
}
.search_list_row li .cp_pingfen {
	position: absolute;
	top:-8px;
	right:0;
	width:6vw;
	height: 3vw;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 3vw;
}
.search_list_row li .cp_pingfen span {
	font-size: 32px;
}	
.search_list_row li:nth-child(3n+1) .cp_pingfen {
    background: url(../images/lable_1.png)center no-repeat;
    background-size: contain;
}
.search_list_row li:nth-child(3n+2) .cp_pingfen {
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
}
.search_list_row li:nth-child(3n+3) .cp_pingfen {
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
}
.detail_div .cp_name{
	width:183px;
	position: absolute;
	left: -70%;
	bottom: 0;
	font-size: 24px;
    color: #fff;
    line-height: 45px;
    letter-spacing: 10px;
	text-align: center;
}
.detail_div dl{
	padding-top: 18px;
}
.detail_div dt {
    width: 100%;
    height: 28px;
}
.detail_div dt .price{
	font-family: "AVANTI";
    font-weight: 600;
    color: #f90;
}
.detail_div dt >span {
    display: inline-block;
     color: #ccc;
    padding-left: 6px;
}
.search_marggin{
	width:100%;
	height: 70px;
}
#fuwu_area dd{
	font-size: 13px;
}
#fuwu_area .layui-form-checkbox[lay-skin=primary] i {
    display: block;
}
#fuwu_area .layui-form-checkbox {
    height: 27px;
    width: 100%;
    position: absolute;
}
#fuwu_area dd >span{
	margin-left: 36px;
    padding-top: 2px;
    display: inline-block;
}
.uc-pagination-mian.s_page{
	margin-top: 30px;
    margin-bottom: 70px;
}
.search_maggin{
	width:100%;
	height: 0;
}
.jf_mask {
    width: 100%;
    height: 0;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    z-index: 10000000000;
    overflow: hidden;
    top: 0;
    left: 0;
}
.myheight {
    height: 100vh;
}
.Dialog_cpdetail {
    height: 0;
    /* overflow: hidden; */
}
.jf_Dialog {
    width: 460px;
    height: 640px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 43px 27px;
    box-sizing: border-box;
}
.jf_Dialog .close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/jf_close.png) center no-repeat;
    cursor: pointer;
}
.Dialog_jflist .top {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.Dialog_jflist .top_left {
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fad3d3;
	position: relative;
}
.Dialog_cpdetail .top_left img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.Dialog_jflist .top_right {
    width: calc(100% - 130px);
    float: left;
    height: auto;
    padding-left: 30px;
    box-sizing: border-box;
}
.Dialog_jflist .top_right .title {
    width: 100%;
    height: 30px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
}
.Dialog_jflist .top_right ul, li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.Dialog_jflist .top_right li {
	float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #ddd;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.Dialog_jflist .top_right li:last-child{
	border-bottom: 0;
}
.Dialog_jflist li span {
    width: 62%;
    color: #ff7878;
    display: inline-flex;
    padding-left: 2px;
    margin-right: 6px;
    height: auto;
    line-height: 15px;
	font-size: 14px;
}
.Dialog_jflist .phgz{
	width:100%;
	border-top: 1px dotted #ddd;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
	padding-top: 3px;
}
.Dialog_jflist .phgz span {
    width: 75%;
    color: #ff7878;
    display: inline-flex;
    padding-left: 2px;
    margin-right: 6px;
    height: auto;
    line-height: 15px;
	font-size: 14px;
}
.jf_Dialog .bottom{
	width:100%;
	height: 30vh;
	overflow-x: hidden;
	overflow-y: auto
}
.jf_Dialog .bottom::-webkit-scrollbar
{
    width: 12px;
   /* background-color: #bbe9fa;*/
	padding-top: 60px;
}
/*定义滚动条轨道 内阴影+圆角*/
.jf_Dialog .bottom::-webkit-scrollbar-track
{
    -webkit-box-shadow:#fff;
	background: url(../images/scrollbar-track.png) center;
/*  background-color: #F5F5F5;*/
}
 
/*定义滑块 内阴影+圆角*/
.jf_Dialog .bottom::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    -webkit-box-shadow: #fff;
	background: url(../images/scrollbar-thumb.png) center no-repeat;
/*    background-color: #ddd;*/
	height: 60px!important;
}
.jf_Dialog .bottom ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.jf_Dialog .bottom ul {
    width: 100%;
    height: 40px;
    padding-top: 20px;
}
.jf_Dialog .bottom li {
    width: 25%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    height: auto;
    overflow: hidden;
}
.jf_Dialog .bottom li .img_div {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
}
.jf_Dialog .img_div img {
    width: 100%;
    cursor: pointer;
}
.jf_Dialog .bottom li p {
    width: 100%;
    height: 25px;
    color: #666;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 25px;
}
.kefu_ca {
	width: 100%;
    max-width: 1080px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 195px;
    z-index: 10000;
    display: none;
    margin: auto;
	padding-top: 10px;
}
.kefu_ca .container{
	display: flex;
	width: 100%;
	background-color: rgba(17,131,165, 0.5);
	padding: 0;
	box-sizing: border-box;
	padding: 30px 0;
}

.kefu_ca .item {
	flex: 0 0 auto;  /* 关键属性：根据内容自动计算基础宽度 */
	margin: 0 auto;
	text-align: center;
	white-space: nowrap; /* 防止内容换行 */
}
.kefu_ca .slide_close {
    width: 60px;
    height: 60px;
	background-color: rgba(0,0,0, 0.8);
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    background: #d5fdfc url(../images/share_close.png) center no-repeat;
    background-size: 60%;
    margin-bottom: 15px;
    box-shadow: 0 0 4px;
}
@media only screen and (max-width: 767px) {
	.kefu_ca {
		bottom: 70px;
	}
	.kefu_ca .container{
		padding: 20px 0;
	}
	
	.kefu_ca .item {
		flex: 0 0 auto;  /* 关键属性：根据内容自动计算基础宽度 */
		margin: 0 auto;
		text-align: center;
		white-space: nowrap; /* 防止内容换行 */
	}
	.kefu_ca .item img {
		width:50%;
	}
	.kefu_ca .slide_close {
		width: 8.5vw;
		height: 8.5vw;
	}
.header_icon {
    width: 80px;
    height: 45px;
}
.header_left {
    width: 22%;
    height: 100%;
}
.header_left .user_logo {
    display: inline-block;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    border: 4px solid #7ccce4;
    overflow: hidden;
    margin-top: 20px;
}
.header_right {
    width: 78%;
    height: 100%;
}
.header_right .user_name {
    font-size: 18px;
    height: 40px;
    margin-top: 5px;
    line-height: 65px;
}
.user_gg_div {
    width: 100%;
    height: 20px;
    padding-top: 5px;
}
.user_icon {
    width: 7vw;
    height: 7vw;
    background-size: 80%;
}
.usgg {
    width: calc(100% - 12vw);
    height: 30px;
    line-height: 22px;
	font-size: 12px;
	margin-left: 1vw;
}
.index-search {
    height: 11vw;
}
.index-search button {
    width: 11vw;
    height: 11vw;
    margin-top: 0;
}
.index-search input{
	width:calc(100% - 11vw);
	height: 11vw;
	line-height: 12vw;
	font-size: 14px;
}
.index-search input::-webkit-input-placeholder{
	font-size: 14px;
	line-height: 12vw;
}
.index-search-left {
    width: 75%;
    height: 100%;
}
.index-search-right {
    width: 25%;
    height: 100%;
}
.index-search-right a {
    width: 100%;
    height: 84%;
    font-size: 14px;
    text-decoration: none;
    line-height: 9vw;
    margin-top: 4%;
    margin-right: 5%;
}
.swiper_mask_top {
    height: 20px;
}

.swiper_mask_bottom {

}
.area_div_row {
    padding-top: 10px;
    padding-bottom: 0;
}
.area_div {
    padding-top: 20px;
    padding-bottom: 20px;
}
.area_div a {
    height: 17vw;
    font-size: 14px;
    line-height: 30vw;
    margin-bottom: 10px;
    background-position: 50% 30%;
}
.area_div a:nth-child(1) {
    background: url(../images/blue.png) top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(1):hover{
    background: url(../images/blue_on.png) top center no-repeat;
    background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(1).on{
    background: url(../images/blue_on.png) top center no-repeat;
    background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(2){
	background: url("../images/yellow.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(2):hover{
    background: url(../images/yellow_on.png) top center no-repeat;
    background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(2).on {
    background: url(../images/yellow_on.png) top center no-repeat;
    background-size: 75%;
    color: #ffaf39;
}
.area_div a:nth-child(3){
	background: url("../images/pink.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(3):hover{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(3).on{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(4){
	background: url("../images/purple.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(4):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(4).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 75%;
	color: #6e68ff;
}

.area_div a:nth-child(5){
	background: url("../images/green.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(5):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(5).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(6){
	background: url("../images/green.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(6):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(6).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(7){
	background: url("../images/purple.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(7):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(7).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(8){
	background: url("../images/yellow.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(8):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(8).on{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(9){
	background: url("../images/pink.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(9):hover{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(9).on{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(10){
	background: url("../images/blue.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(10):hover{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(10).on{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(11){
	background: url("../images/pink.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(11):hover{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(11).on{
	background: url("../images/pink_on.png") top center no-repeat;
    background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(12){
	background: url("../images/blue.png") top center no-repeat;
     background-size: 75%;
}
.area_div a:nth-child(12):hover{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(12).on{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(13){
	background: url("../images/purple.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(13):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(13).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(14){
	background: url("../images/green.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(14):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(14).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(15){
	background: url("../images/yellow.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(15):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(15).on{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(16){
	background: url("../images/purple.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(16):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(16).on{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(17){
	background: url("../images/green.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(17):hover{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(17).on{
	background: url("../images/green_on.png") top center no-repeat;
    background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(18){
	background: url("../images/yellow.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(18):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(18).on{
	background: url("../images/yellow_on.png") top center no-repeat;
    background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(19){
	background: url("../images/blue.png") top center no-repeat;
    background-size: 75%;
}
.area_div a:nth-child(19):hover{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(19).on{
	background: url("../images/blue_on.png") top center no-repeat;
    background-size: 75%;
	color: #45d9ff;
}

/*今日推介*/
.jrtj_title{
	width:100%;
	height: 52vw;
	box-sizing: border-box;
}
.jrtj_title span{
    width: 100px;
    font-size: 46px;
    color: #0ba0ca;
    font-weight: 800;
    line-height: 46px;
    text-shadow: -1px -1px 0 #a3e2f0, 1px -1px 0 #a3e2f0, -1px 1px 0 #a3e2f0, 1px 1px 0 #a3e2f0, 0px 3px 3px #075f78;
    -webkit-text-stroke: 1px #fff;
    margin-top: 50px;
    margin-right: 3px;
}
.jrtj_main.waiyue .jrtj_title span{
    width: 100px;
    font-size: 46px;
    color: #775e06;
    font-weight: 800;
    line-height: 46px;
    text-shadow: -1px -1px 0 #f5e57a, 1px -1px 0 #f5e57a, -1px 1px 0 #f5e57a, 1px 1px 0 #f5e57a, 0px 3px 3px #ad8a10;
    -webkit-text-stroke: 1px #fff;
    margin-top: 14vw;
    margin-left: 16px;
}
.jrtj_list_row {
    width: calc(100% - 20px);
}
.jrtj_list_row li {
    width: 100%;
    height: 186.6666px;
    border-radius: 10px;
    padding: 8px;
}
.jrtj_list_row li:nth-child(2n){
	margin-right: 0;
}
.jrtj_list_row li .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.jrtj_list_row li .pingfen {
    right: 3px;
    width: 24vw;
    height: 11.5vw;
    font-size: 18px;
    line-height: 12vw;
}
.jrtj_list_row li .jianlue {
    height: 35px;
    font-size: 20px;
    line-height: 35px;
}

.phb_main_fl {
    background-size: contain;
    padding-top: 25px;
	margin-top: -27px;
}

.jrtj_row01 {
    padding: 8% 2% 4% 2%;
}
.jrtj_row01.dd_bg{
    padding-top: 15px;
	padding-bottom: 20px;
}
.jrtj_row01.wy_bg{
    padding-top: 22px;
}
.jrtj_row01 li {
	width:100%;
    padding: 8px;
    height: 210px;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 10px;
}
.jrtj_row01 li .img_div {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.jrtj_row01 li .img_div .jianlue {
    height: 35px;
    border-bottom-left-radius: 8px;
    background-color: rgba(18,130,165,.7);
    font-size: 18px;
    line-height: 35px;
	font-weight: 600;
}
.jrtj_row01 li .nr_div {
    padding-top: 0;
}
.jrtj_row01 li .nr_div .pingfen {
    font-size: 16px;
    top: 28px;
}
.nr_div .pingfen span {
    font-size: 32px;
}
.nr_div dt {
    height: 20px;
    font-size: 0.7rem;
}
.icon_tool {
    right: 1%;
    bottom: -6px;
    width: 57%;
    height: 35px;
}
.icon_tool span {
    width: 33.3%;
    height: 35px;
    padding-left: 32px;
}
.icon_tool span.i_zan {
    background-size: 25%;
}
.icon_tool span.i_sc {
    background-size: 25%;
}
.icon_tool span.i_pl {
    background-size: 25%;
}
.icon_tool p {
    font-size: 13px;
    line-height: 25px;
}

/*排行榜*/

.phb_title{
    width: 100%;
    height: 35vw;
    box-sizing: border-box;
}
.phb_title_01{
    width: 150px;
    font-size: 46px;
    color: #775e06;
    font-weight: 800;
    line-height: 46px;
    text-shadow: -1px -1px 0 #f5e57a, 1px -1px 0 #f5e57a, -1px 1px 0 #f5e57a, 1px 1px 0 #f5e57a, 0px 3px 3px #ad8a10;
    -webkit-text-stroke: 1px #fff;
    margin-top: 18vw;
	margin-left: 16px;
}
.phb_title_02{
	display: none;
}

.index_phb_row {
    width: calc(100% - 16px);
	margin-bottom: 20px;
}
.index_phb_row li:nth-child(1) {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    height: 186.6666px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
	background: #fadcb5;
}
.index_phb_row li:nth-child(1) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(1) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
}
.index_phb_row li:nth-child(1) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(1) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    padding-left: 32px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li:nth-child(1) .pingfen {
    line-height: 47px;
    width: 90px;
    height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background-size: contain;
}
.index_phb_row li:nth-child(1) .pingfen span {
    font-size: 26px;
}
.index_phb_row li:nth-child(1) .i_zan {
    background: url(../images/i_zan_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(1) .i_sc {
    background: url(../images/i_sc_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(1) .i_pl {
    background: url(../images/i_pl_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(1) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #bf5007;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(1) .lable {
    bottom: 25%;
}
.index_phb_row li:nth-child(1) .nr_div dl {
    padding-top: 0;
    padding-left: 10px;
}
.index_phb_row li:nth-child(1) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(1) .nr_div em.price {
    color: #f90;
}
.index_phb_row li:nth-child(2) {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    height: 186.6666px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #ffe4ef;
}
.index_phb_row li:nth-child(2) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(2) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
}
.index_phb_row li:nth-child(1) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(1) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    padding-left: 32px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li:nth-child(2) .i_zan {
    background: url(../images/i_zan_2.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) .i_sc {
    background: url(../images/i_sc_2.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) .i_pl {
    background: url(../images/i_pl_2.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #9f2052;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(2) .pingfen {
    line-height: 43px;
    width: 90px;
    height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background-size: contain;
}
.index_phb_row li:nth-child(2) .pingfen span {
    font-size: 26px;
}
.index_phb_row li:nth-child(2) .lable {
	font-size: 36px;
    line-height: 48px;
	width: 48px;
    height: 48px;
    border-radius: 60px;
    top: 5%;
	border: 6px solid #fdd4e5;
}
.index_phb_row li:nth-child(2) .nr_div dl {
    padding-top: 0;
    padding-left: 10px;
}
.index_phb_row li:nth-child(2) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(2) .nr_div em.price {
    color: #fe70a7;
}
.index_phb_row li:nth-child(3) {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    height: 186.6666px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
	background: #e4e3ff;
}
.index_phb_row li:nth-child(3) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(3) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
}
.index_phb_row li:nth-child(3) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(3) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    padding-left: 32px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li:nth-child(3) .i_zan {
    background: url(../images/i_zan_3.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) .i_sc {
    background: url(../images/i_sc_3.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) .i_pl {
    background: url(../images/i_pl_3.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #34309b;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(3) .pingfen {
    line-height: 43px;
    width: 90px;
    height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background-size: contain;
}
.index_phb_row li:nth-child(3) .pingfen span {
    font-size: 26px;
}
.index_phb_row li:nth-child(3) .lable {
	font-size: 36px;
    line-height: 48px;
	width: 48px;
    height: 48px;
    border-radius: 60px;
    top: 5%;
	border: 6px solid #dad9f9;
}
.index_phb_row li:nth-child(3) .nr_div dl {
    padding-top: 0;
    padding-left: 10px;
}
.index_phb_row li:nth-child(3) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(3) .nr_div em.price {
    color: #6e68ff;
}
.index_phb_row li:nth-child(n+3) {
    width: 100%;
}
.index_phb_row li:nth-child(8) {
    padding: 10px;
    width: 100%;
    height: 200px;
    border-radius: 20px;

}
.index_phb_row li:nth-child(8) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(8) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
	padding-top: 0;
}
.index_phb_row li:nth-child(8) .pingfen {
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
}
.index_phb_row li:nth-child(8) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(8) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(8) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
}
.index_phb_row li:nth-child(8) .i_zan {
    background: url(../images/i_zan.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(8) .i_sc {
    background: url(../images/i_sc.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(8) .i_pl {
    background: url(../images/i_pl.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(8) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(n+8) .lable {
    bottom: 30%;
    right: 0;
}
.index_phb_row li:nth-child(9) {
    padding: 10px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
}
.index_phb_row li:nth-child(9) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(9) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
	padding-top: 0;
}
.index_phb_row li:nth-child(9) .pingfen {
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
}
.index_phb_row li:nth-child(9) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(9) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(9) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li:nth-child(9) .i_zan {
    background: url(../images/i_zan.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(9) .i_sc {
    background: url(../images/i_sc.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(9) .i_pl {
    background: url(../images/i_pl.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(9) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(10) {
    padding: 10px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
}
.index_phb_row li:nth-child(10) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(10) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
	padding-top: 0;
}
.index_phb_row li:nth-child(10) .pingfen {
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
}
.index_phb_row li:nth-child(10) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(10) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(10) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li:nth-child(10) .i_zan {
    background: url(../images/i_zan.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(10) .i_sc {
    background: url(../images/i_sc.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(10) .i_pl {
    background: url(../images/i_pl.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(10) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.dingdian_title_row {
    height: 100px;
    background: #f3f4f3 url(../images/dingdian_bg.jpg)right bottom no-repeat;
    padding-top: 10px;
    background-size: contain;
}
.dingdian_title {
    font-size: 40px;
    height: 90px;
    font-weight: 800;
    padding-top: 30px;
}
.dingdian_title span {
    padding-right: 6px;
/*	text-shadow: 2px 2px 1px #000;*/
}
.dingdian_title span.waiyue {
    padding-right: 0;
}
.waiyue_title_row {
    height: 100px;
    background: #f3f4f3 url(../images/waiyue_bg.jpg)bottom no-repeat;
    padding-top: 10px;
    background-size: contain;
}
.index_phb_more {
    width: 80%;
    height: 40px;
    line-height: 40px;
    color: #000;
    box-sizing: border-box;
    font-size: 16px;
	margin-top: 0;
    margin-bottom: 15px;
}
.index_phb_more span {
    font-size: 16px;
}

.jrtj_row01 li .pingfen {
    font-size: 18px;
	right: 2%;
}
.pingfen span {
    display: inline-block;
    font-size: 24px;
    font-family: "AVANTI";
    font-weight: 600;
}
.jrtj_row01 ul{
    padding-top: 0;
}
.jrtj_row01 .nr_div dt >span{
    width: 40px;
}
.jrtj_row01 li .nr_div em {
    padding-left: 4px;
}
.index_phb_row li:nth-child(n+2) .pingfen{
    line-height: 47px
}
.phb_list_title {
    width: 100%;
    height: 120px;
    padding-top: 40px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: left;
}
.phb_list_title_left {
    font-size: 8.6vw;
    line-height: 8.6vw;
}

.index_phb_more.last_maggin{
    margin-bottom: 120px;
}
.uc-pagination-mian a{
    width: calc(100vw/9 - 6px);
    border: 3px solid #a5e9fa;
    font-size: 18px;
    height: calc(100vw/9 - 6px);
    line-height: calc(100vw/9 - 4px);
    margin-right: 4px;
}
.phb_header{
	height:80px;
	padding-top: 20px;
	padding-right: 20px;
}
.sxjg_row {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding-left: 0;
}
.dqwz {
    width: 96%;
    height: 48px;
    line-height: 58px;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 8px;
}
.dqwz span {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    border-radius: 40px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 20px;
}

.list_phb_row {
    width: calc(100% - 20px);
    padding-top: 20px;
    padding-bottom: 20px;
}
.list_phb_row li:nth-child(1) {
    display: none;
}
.list_phb_row li:nth-child(n+2) {
    width: 100%;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.area_div_row.phb_area {
    padding-bottom: 0;
}
.area_div_row.phb_area .area_div {
	padding-bottom: 20px;
    padding-top: 20px;
}
.detail_back span{
	background-size:58%;
}
.search_main_fl {
    margin-top: -32px;
    background-size: contain;
	padding-top: 15px;
}	
.new_main_fl {
    margin-top: -27px;
    background-size: contain;
	padding-top: 25px;
}
.list_main_fl {
    margin-top: -27px;
    background-size: contain;
	padding-top: 25px;
}
.dqwz.list_dqwz {
    width: 100%;
    padding-left: 6px;
}
.dqwz.list_dqwz span {
    margin-left: 6px;
}
.phb_list_title_left a.on {
    border-right: 2px solid rgba(7,85,105,.5);
}
.phb_list_title_left a:nth-child(2).on{
	border-left: 2px solid rgba(7,85,105,.5);
}
.phb_list_title_left.new_list a.on {
    border-right: 2px solid rgba(7,85,105, 1.0);
}
.list_phb_row .new_left{
    display: none;
}
.srarch_left_title {
    font-size: 36px;
    line-height: 36px;
    padding-left: 2vw;
}	
.total_left {
    font-size: 36px;
    line-height: 36px;
    border-right: 2px solid #fff;
    padding-left: 2vw;
}
.total_right {
    font-size: 58px;
    line-height: 88px;
}
.nt_sort {
    width: calc(100% - 20px);
    height: 60px;
    padding: 6px;
    border-radius: 10px;
    margin-top: 10px;
}
.nt_sort li {
    line-height: 48px;
    font-size: 16px;
    text-align: left;
    padding-left: 3vw;
    position: relative;
	box-sizing: border-box;
}
.nt_sort li span {
    top: 6px;
    right: 3px;
}
.nt_sort li .sort_arrow {
    width: 15px;
    height: 15px;
    background: url(../images/sort_arrow.png) no-repeat;
    background-size: 80%;
}
.nt_sort li .sort_arrow_a {
    width: 15px;
    height: 15px;
    background: url(../images/sort_arrow_a.png) no-repeat;
    background-size: 80%;
}
.nt_sort li .sort_arrow_d {
    width: 15px;
    height: 15px;
    background: url(../images/sort_arrow_d.png) no-repeat;
    background-size: 80%;
}
.index_dqwz_div {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index_dqwz {
    width: 96%;
    height: 48px;
    line-height: 58px;
    font-size: 16px;
    padding-left: 6px;
    margin-bottom: 8px;
}
.index_dqwz span {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 15px;
}
.list_phb_row.dd_main{
	padding-top: 20px;	
}
.search_list_row {
    width: calc(100% - 20px);
    padding-top: 20px;
    padding-bottom: 20px;
}
.search_list_row.index_list_row_01 {
    padding-top: 20px;
}
.search_list_row li{
    width: 100%;
    height: 186.6666px;
    border-radius: 10px;
	padding: 8px;

}
.search_list_row li .img_div {
    width: 35%;
    border-radius: 6px;
	padding-left: 8px;
}
.search_list_row li .nr_div {
    width: 65%;
}
.search_list_row li .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.search_list_row li .pingfen {
	right:3px;
	width:24vw;
	height: 11.5vw;
	font-size: 18px;
	line-height: 12vw;
}
.search_list_row li .pingfen span {
	font-size: 24px;
}	

.search_list_row li .jianlue {
    height: 35px;
    font-size: 18px;
    line-height: 35px;
}

.s_article {
    width: calc(100% - 20px);
    height: 11vw;
    line-height: 11vw;
    font-size: 20px;
    border-radius: 10vw;
    margin-top: 5vw;
}
.index_phb_row li:nth-child(n+2){
    border-radius: 10px;
}
.search_list_row.index_list_row{
    padding-top: 95px;
}
.detail_row {
    width: 90%;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
}
.detail_main_fl {
    min-height: 800px;
    padding-top: 95px;
    margin-top: -37px;
    background-size: contain;
}
.detail_main_div {
	width:100%;
    height: 280px;
    padding: 6px;
}
.detail_main {
    border-radius: 10px;
}
.detail_main_left {
    width: 50%;
    padding: 8px;
}
.detail_main_left img{
    border-radius: 6px;
}
.detail_main_left .jianlue {
    left: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.detail_main_right {
    width: 48%;
    height: 100%;
    box-sizing: border-box;
    position: static;
    float: left;
	padding-left: 6px;
}
.detail_main_right .c_neirong {
    height: 100%;
    padding: 10px 0;
}
.detail_main_right dt {
	width:100%;
    height: 18px;
    float: left;
    line-height: 30px;
    font-size: 12px;
}
.detail_main_right .c_name {
    height: 20px;
    font-size: 24px;
    margin-bottom: 5px;
}
.detail_main_right .icon_tool {
    height: 70px;
    padding-left: 15px;
    box-sizing: border-box;
    top: 80px;
    left: 0;
}
.detail_main_right .icon_tool span{
    width: 14.3%;
}
.detail_main_right .icon_tool span.ssjf {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    background-position: 0px 5px;
	background-size: 8%;
}
.detail_main_right .icon_tool span.yaofenxiang {
    background: url(../images/fenxiang.png)no-repeat;
    background-position: 6px 3px;
    background-size: 35%;
}
.detail_main_right .icon_tool span.yaoshoucang {
    background: url(../images/shoucang.png)no-repeat;
    background-position: 6px 3px;
    background-size: 35%;
}
.detail_main_right .icon_tool span.zan {
    background: url(../images/dianzan.png)no-repeat;
    background-position: 10px 3px;
    background-size: 35%;
}
.detail_main_right .icon_tool p {
    line-height: 70px;
    font-size: 12px;
}
.detail_tab_iconbar {
    height: 80px;
}
.detail_tab_iconbar ul{
    width:80%;
}
.detail_tab_iconbar li {
    line-height: 110px;
    font-size: 13px;
}
#ziliao {
    background: url(../images/pic_fill.png) no-repeat;
    background-position: 50% 10px;
    background-size: 30%;
    font-weight: 600;
}
#ziliao.on {
    background: url(../images/pic_fill_on.png) no-repeat;
    background-position: 50% 10px;
    background-size: 30%;
    color: #166f89;
    font-weight: 600;
}
#pingfen {
    background: url(../images/jifen_fill.png) center no-repeat;
    background-position: 50% 10px;
    background-size: 30%;
}
#pingfen.on {
    background: url(../images/jifen_fill_on.png) center no-repeat;
    background-position: 50% 10px;
    background-size: 30%;
}
#pinglun {
    background: url(../images/pencil_fill.png) center no-repeat;
    background-position: 50% 10px;
    background-size: 30%;
}
#pinglun.on {
    background: url(../images/pencil_fill_on.png) center no-repeat;
    background-position: 50% 10px;
    background-size: 30%;
}
.de_con_tool {
    height: auto;
    padding: 8px;
    box-sizing: border-box;
}
.de_con ul{
    padding: 20px;
}
.de_con li {
    font-size: 12px;
	height: auto;
    min-height: 30px;
}
#thumbs li {
    width: calc(100%/4 - 6px)!important;
    height: 22vw;
    margin-bottom: 8px;
    margin-right: 8px;
    border-radius: 6px;
    padding: 3px;
}
#thumbs li:nth-child(4n){
    margin-right:0;
}
#thumbs li:nth-child(6){
    margin-right:8px;
}
.de_con li span {
    display: block;
    color: #999;
    float: left;
    width: calc(100% - 70px);
    margin-bottom: 10px;
}
.de_con li span.fwxm {
    width: 60px;
    padding-right: 5px;
    display: block;
    float: left;
}
#box {
	width:85%;
    padding: 0;
}
#doPoint {
    width: 90%;
    padding-bottom: 5px;
    font-size: 14px;
}
#doPoint .biaoti {
    padding-bottom: 10px;
}
#doPoint .fenshu {
	width:20px;
    padding-bottom: 10px;
}
#myPoint{
    margin-bottom: 20px;
}
#myPoint img {
    display: inline-block;
    margin-left: 20px;
    margin-top: 25px;
    width: 43%;
    height: 43%;
}
#myPoint em {
    margin-left: 10px;
    margin-top: -10px;
    font-weight: 700;
    font-size: 1.0em;
}
#myPoint span big {
	font-size: 45px;
}
#myPoint span small {
    font-size: 18px;
}
#myPoint span {
    line-height: 64px;
	font-size: 12px;
}
#myPoint img {
    margin-left: 20px;
    margin-top: 25px;
    width: 43%;
    height: 43%;
}

.pingfen-submit button {
	width:100%;
    height: 35px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 3px;
    margin-top: 0;
    float: left;
}
.detail_pinglu-send {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 70px;
    background: #6bd8f7;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px -2px 2px #ccc;
    z-index: 99;
}
.detail_pinglu-send textarea {
    width: 80%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #c7effb;
    box-sizing: border-box;
    padding-left: 10px;
    float: left;
    font-size: 14px;
    padding-top: 10px;
}
.detail_pinglu-send	textarea::-webkit-input-placeholder{
    color:#999;
	font-size: 14px;
	line-height: 20px;
	padding-top: -10px!important;
}
#comment_submit {
    width: 15%;
    height: 40px;
    background-position: 6px 6px;
	background: #6bd8f7 url(../images/pencil_fill_on.png) center no-repeat;
    background-size: 60%;
}
#list-wrap {
    width: 96%;
    padding-top: 15px;
	margin: 0 auto;
}
#list-wrap .user-pic {
    width: 3em;
}
#list-wrap .user-commont {
    width: calc(100% - 30px);
    margin-left: -2rem;
}
#list-wrap .user-pic img {
    width: 2.5em;
    height: 2.5em;
}
#list-wrap .c-name {
    font-size: 0.8em;
    line-height: 2em;
    padding-left: 3em;
}
#list-wrap .c-neirong {
    font-size: 0.8em;
    line-height: 1.6em;
	text-indent:0;
	padding-left: 1.5rem;
    box-sizing: border-box;
}
#list-wrap .c-time {
    font-size: 0.7em;
	height: 1.5em;
	line-height: 1.5em;
}

.user-commont .reply {
    font-size: 0.8em;
    line-height: 40px;
    height: 40px;
    top: -17px;
    right: 50px;
    padding: 10px;
}
.user-commont .zan {
    width: 50px;
    padding-left: 35px;
    height: 40px;
    top: -7px;
    right: 0;
    background-size: 33%;
    font-size: 0.6em;
    line-height: 42px;
    font-weight: 500;
}
.user-commont-list {
    padding: 5px;
	margin-left: 0;
}
.user-commont-list dl {
    border-radius: 5px;
    padding: 15px;
    padding-top: 20px;
	padding-bottom: 0;
}
.user-commont-list dt{

}
.list_arrow {
    top: -1.0rem;
    left: 5.67vw;
    content: "";
    bor: 0.6rem solid transparent;
    border-right: 0.8rem solid transparent;
    order-top: 0.1rem solid transparent;
    border-left: 0.8rem solid transparent;
}
.user-commont-list .reply-name {
    font-size: 0.9em;
}
.user-commont .zan-number{
    font-size: 12px;
}
.user-commont-list dt a {
    color: #f90;
    font-size: 14px;
    display: block;
    padding: 6px;
	padding-top: 0;
}
.reply-body{
    font-size: 12px;
}

.toast{
    width:80%;
}
.warnning_diag {
    width:70%;
    box-shadow: 0px 0px 10px #999;
    padding: 10px;
}
.warnning_diag .close {
    width: 35px;
    height: 35px;
}
.warnning_diag .warnning_top {
    width: 100%;
    height: 45px;
}
.warnning_concent {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
}
.not_prompt {
}

.wd_bottom .ok_btn {
    padding-left: 22px;
    padding-right: 22px;
    line-height: 30px;
    font-size: 14px;
}
.jrtj_main{
    padding-bottom: 20px;
}
.phb_main{
    padding-bottom: 20px;		
}
.area_div a:nth-child(1){
	background: url("../images/blue.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(1):hover{
	background: url("../images/blue_on.png") top center no-repeat;
	background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(1).on{
	background:url("../images/blue_on.png") top center no-repeat;
	background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(2){
	background: url("../images/yellow.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(2):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
	background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(2).on{
	background:url("../images/yellow_on.png") top center no-repeat;
 	background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(3){
	background: url("../images/pink.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(3):hover{
	background: url("../images/pink_on.png") top center no-repeat;
	background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(3).on{
	background: url("../images/pink_on.png") top center no-repeat;
	background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(4){
	background: url("../images/purple.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(4):hover{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(4).on{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #6e68ff;
}
.area_div_row.phb_area .area_div a:nth-child(4):hover{
	background: url("../images/purple_on.png") top center no-repeat;
    background-size: 40%;
	color: #b7b4fb;
}
.area_div_row.phb_area .area_div a:nth-child(4).on{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #b7b4fb;
}
.area_div a:nth-child(5){
	background: url("../images/green.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(5):hover{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(5).on{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #2dbd69;
}
.area_div_row.phb_area .area_div a:nth-child(5):hover{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #87f7b5;
}
.area_div_row.phb_area .area_div a:nth-child(5).on{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #87f7b5;
}
.area_div a:nth-child(6){
	background: url("../images/green.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(6):hover{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(6).on{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #2dbd69;
}
.area_div_row.phb_area .area_div a:nth-child(6):hover{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #87f7b5;
}
.area_div_row.phb_area .area_div a:nth-child(6).on{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #87f7b5;
}
.area_div a:nth-child(7){
	background: url("../images/purple.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(7):hover{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(7).on{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #6e68ff;
}
.area_div_row.phb_area .area_div a:nth-child(7):hover{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #b7b4fb;
}
.area_div_row.phb_area .area_div a:nth-child(7).on{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #b7b4fb;
}
.area_div a:nth-child(8){
	background: url("../images/yellow.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(8):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
	background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(8).on{
	background: url("../images/yellow_on.png") top center no-repeat;
	background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(9){
	background: url("../images/pink.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(9):hover{
	background: url("../images/pink_on.png") top center no-repeat;
	background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(9).on{
	background: url("../images/pink_on.png") top center no-repeat;
	background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(10){
	background: url("../images/blue.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(10):hover{
	background: url("../images/blue_on.png") top center no-repeat;
	background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(10).on{
	background: url("../images/blue_on.png") top center no-repeat;
	background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(11){
	background: url("../images/pink.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(11):hover{
	background: url("../images/pink_on.png") top center no-repeat;
	background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(11).on{
	background: url("../images/pink_on.png") top center no-repeat;
	background-size: 75%;
	color: #fe71a7;
}
.area_div a:nth-child(12){
	background: url("../images/blue.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(12):hover{
	background: url("../images/blue_on.png") top center no-repeat;
	background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(12).on{
	background: url("../images/blue_on.png") top center no-repeat;
	background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(13){
	background: url("../images/purple.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(13):hover{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(13).on{
	background: url("../images/purple_on.png") top center no-repeat;
  	background-size: 75%;
	color: #6e68ff;
}
.area_div_row.phb_area .area_div a:nth-child(13):hover{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #b7b4fb;
}
.area_div_row.phb_area .area_div a:nth-child(13).on{
	background: url("../images/purple_on.png") top center no-repeat;
  	background-size: 75%;
	color: #b7b4fb;
}
.area_div a:nth-child(14){
	background: url("../images/green.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(14):hover{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(14).on{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #2dbd69;
}
.area_div_row.phb_area .area_div a:nth-child(14):hover{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #87f7b5;
}
.area_div_row.phb_area .area_div a:nth-child(14).on{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #87f7b5;
}
.area_div a:nth-child(15){
	background: url("../images/yellow.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(15):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
	background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(15).on{
	background: url("../images/yellow_on.png") top center no-repeat;
	background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(16){
	background: url("../images/purple.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(16):hover{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #6e68ff;
}
.area_div_row.phb_area .area_div a:nth-child(16):hover{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #b7b4fb;
}
.area_div_row.phb_area .area_div a:nth-child(16).on{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #b7b4fb;
}
.area_div a:nth-child(16).on{
	background: url("../images/purple_on.png") top center no-repeat;
	background-size: 75%;
	color: #6e68ff;
}
.area_div a:nth-child(17){
	background: url("../images/green.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(17):hover{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #2dbd69;
}
.area_div a:nth-child(17).on{
	background: url("../images/green_on.png") top center no-repeat;
   	background-size: 75%;
	color: #2dbd69;
}
.area_div_row.phb_area .area_div a:nth-child(17):hover{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #87f7b5;
}
.area_div_row.phb_area .area_div a:nth-child(17).on{
	background: url("../images/green_on.png") top center no-repeat;
	background-size: 75%;
	color: #87f7b5;
}
.area_div a:nth-child(18){
	background: url("../images/yellow.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(18):hover{
	background: url("../images/yellow_on.png") top center no-repeat;
	background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(18).on{
	background: url("../images/yellow_on.png") top center no-repeat;
	background-size: 75%;
	color: #ffaf39;
}
.area_div a:nth-child(19){
	background: url("../images/blue.png") top center no-repeat;
	background-size: 75%;
}
.area_div a:nth-child(19):hover{
	background: url("../images/blue_on.png") top center no-repeat;
	background-size: 75%;
	color: #45d9ff;
}
.area_div a:nth-child(19).on{
	background: url("../images/blue_on.png") top center no-repeat;
	background-size: 75%;
	color: #45d9ff;
}
.detail_marggin{
    width:100%;
    height: 140px;
}
.main_zan_div .main_zan {
    width: 120px;
    height: 38px;
    background: #0c96bf url(../images/izan.png)left center no-repeat;
    background-size: 20%;
    background-position: 20% 7px;
    line-height: 38px;
}
.main_reply_list .title {
    height: 35px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 600;
}
#list-wrap02 .user-pic {
    width: 3em;
}
#list-wrap02 .user-pic img {
    width: 2.5em;
    height: 2.5em;
}
#list-wrap02 .user-commont {
    width: calc(100% - 30px);
    margin-left: -2rem;
}
#list-wrap02 .c-name {
    font-size: 0.8em;
    line-height: 2em;
    padding-left: 3em;
}
#list-wrap02 .c-neirong {
    font-size: 0.8em;
    line-height: 1.6em;
    text-indent: 0;
    padding-left: 1.5rem;
    box-sizing: border-box;
}
#list-wrap02 .c-time {
    font-size: 0.7em;
    height: 1.5em;
    line-height: 1.5em;
}
.more_detail_marggin{
	width: 100%;
    height: 140px;
	background: #e4f4f9;
}
.ssjg_div_t2{
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding-left: 10px;
}
.ssjg_div_t2 span{
	display: inline-block;
    font-family: "AVANTI";
    font-weight: 600;
	padding-left: 16px;
	padding-right: 16px;
	letter-spacing: 4px;
}

span.search_top_button {
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    background: rgba(255,255,255, .5) url(../images/s_left.png) no-repeat;
    background-size: 16%;
    background-position: 68px 8px;
    right: 0;
    top: 11px;
    width: 90px;
    padding-left: 12px;
    position: absolute;
    left: 3px;
}
span.search_down_button {
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    background: rgba(255,255,255, .5) url(../images/s_right.png) no-repeat;
    background-size: 16%;
    background-position: 68px 8px;
    right: 0;
    top: 11px;
    width: 90px;
    padding-left: 12px;
    position: absolute;
    left: 3px;
}
.search_list_row li .pic_div {
    width: 35%;
    border-radius: 6px;
    padding-left: 8px;
}
.search_list_row li .detail_div {
    width: 65%;
}
.search_list_row li .phb_jianbian {
    height: 35px;
    font-size: 18px;
    line-height: 35px;
}
.search_list_row li .detail_div dl {
	padding-top: 0;
}
.search_list_row li .detail_div dt {
    width: 100%;
    height: 20px;
    font-size: 12px;
}
.search_list_row li .toolbar{
    right: 1%;
    bottom: -6px;
    width: 57%;
    height: 35px;
}
.search_list_row li .toolbar span {
    width: 33.3%;
    height: 35px;
    padding-left: 32px;
	font-size: 12px;
}
.search_list_row li .toolbar span.shoucang {
    background-size: 25%;
	background-position: 10px 5px;
}
.search_list_row li .toolbar span.i_zan {
    background-size: 25%;
	background-position: 10px 5px;
}
.search_list_row li .toolbar span.i_pinglun {
    background-size: 25%;
	background-position: 10px 5px;
}
.detail_div .cp_name {
    width: 120px;
    left: -51%;
    font-size: 18px;
    line-height: 35px;
}
.search_list_row li .cp_pingfen{
	right: 3px;
    width: 24vw;
    height: 11.5vw;
    font-size: 18px;
    line-height: 12vw;
}
.search_list_row li .cp_pingfen span{
    font-size: 24px;
}
.search_marggin{
    width:100%;
    height: 0;
}
.search_mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 70;
    position: fixed;
    top: 0;
    display: none;
}
.serach-down.search_tj_r {
    position: fixed;
    z-index: 100;
    left: 100%;
    top: 0;
    width: 80%;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 0px 0px 20px 10px #000;
}

.ssjg_div_t1 {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 8px;
    font-weight: 600;
}
.h_search_div {
	height: 0;
}
.height-search-submit {
    position: fixed;
    left: 20%;
    bottom: 0;
    width: 80%;
    z-index: 101;
    border-top: 1px solid #1e7c5a;
	background: #fff;
}
.search-result.slide_top {
    position: fixed;
    left: 20%;
    top: 0;
    width: 80%;
    box-shadow: 0px 4px 4px #ccc;
    z-index: 101;
}
.height-search-submit .s_article {
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.uc-pagination-mian.s_page{
	margin-top: 10px;
	margin-bottom: 70px;
}
.layui-anim .btn1 {
    background: url(../images/duoxuan.png) no-repeat;
	background-position: 15px 0px;
    background-size: 15%;
    margin-top: 8px;
    padding-left: 42px;
	font-size: 13px;
}
.layui-anim .btn2 {
    background: url(../images/qingchu.png) left top no-repeat;
	background-position: 15px 0px;
    background-size: 15%;
    margin-top: 8px;
    padding-left: 42px;
	font-size: 13px;
}
.top_button {
    float: left;
    width: auto;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.share-div {
    width: 80%;
    height: 160px;
}
.share-div .share-close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 5px;
}
.share-div .title {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.popover-share{
	padding-top: 0px;
	}
.popover-share a {
    width: 30%;
    height: 90px;
    font-size: 14px;
    line-height: 160px;
	margin-top: 0;
}
.index_marggin{
    width:100%;
    height: 70px;
}
.search_maggin{
	height: 0;
}
.h_search_div.search_get {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px 16px;
    box-sizing: border-box;
    margin-top: 0;
    padding-bottom: 30vw;
}
.footer {
    position: fixed;
    bottom: 0;
    z-index: 99;
	height:70px;
	border-top: 1px solid #a0e8fd;
}
.footer p {
    font-size: 14px;
	line-height: 110px;
}

.footer a.home{
	background-size: 40%;
	background-position: 50% 30%;
}
.footer a.home.on{
	background-size: 40%;
    background-position: 50% 30%;
}
.footer a.new_caipin{
	background-size: 40%;
    background-position: 50% 30%;
}
.footer a.new_caipin.on{
	background-size: 40%;
    background-position: 50% 30%;
}
.footer a.kefu{
	background-size: 40%;
    background-position: 50% 30%;
}
.footer a.kefu.on{
	background-size: 40%;
    background-position: 50% 30%;
}
.footer a.phb{
	background-size: 40%;
    background-position: 50% 30%;
}
.footer a.phb.on{
	background-size: 40%;
    background-position: 50% 30%;
}

.footer a.u_center{
	background-size: 40%;
    background-position: 50% 30%;
}
.footer a.u_center.on{
	background-size: 40%;
    background-position: 50% 30%;
}
.tbj{
	display: block;
}
.jf_mask {
    width: 100vw;
}
.myheight {
    height: 100vh;
}
.jf_Dialog {
    width: 95%;
    height: 98vh;
    border-radius: 10px;
    padding: 43px 15px;
}
.Dialog_jflist .top_left {
    width: 100px;
    height: 100px;
    margin-top: 30px;
}
.Dialog_jflist .top_right {
    width: 62%;
    padding-left: 20px;
}
.Dialog_jflist .top_right .title {
    font-size: 20px;
}
.Dialog_jflist .top_right li {
    font-size: 13px;
}
.Dialog_jflist li span {
    width: 25vw;
}
.jf_Dialog .bottom {
    height: 40vh;
}
}