@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background: #1c1c1c;
}
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{
	background: #1c1c1c;
	max-width: 780px;
	margin: 0 auto;
}
section{
	max-width: 780px;
	margin: 0 auto;
    background-image: linear-gradient(to right, #ffe14d , #ffc34d);
	overflow: hidden;
	padding-bottom: 60px;
	padding: 0;
	position: relative;
}
.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 #f1f1f1 inset;
}

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; }
@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#FZFeiFTFU_Zhun") format("svg"); /* iOS 4.1- */
	font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "FZDIHTFU_ZHONG";
    src: url("fonts/FZDIHTFU_ZHONG.eot"); /* IE9 */
    src: url("fonts/FZDIHTFU_ZHONG.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("fonts/FZDIHTFU_ZHONG.woff") format("woff"), /* chrome、firefox */
    url("fonts/FZDIHTFU_ZHONG.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("fonts/FZDIHTFU_ZHONG.svg#FZDIHTFU_ZHONG") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
/* loadding動畫 */
.l-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
	z-index: 1000;
	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: #ffcf2f;
    color: #333;
    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 10px 20px #000;
	position: fixed;
	margin: auto;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	display: none;
	box-sizing: border-box;
	padding: 15px;
}
.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;
    text-align: left;
    line-height: 30px;
    font-weight: 600;
    padding-left: 30px;
    box-sizing: border-box;
	margin-top: 25px;
	color: #000;
}

.main-mask_index {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
    position: fixed;
    top: 0;
    display: none;
}
.warnning_diag {
    width: 600px;
    height: 400px;
    background: #fff;
    box-shadow: 0px 0px 15px #999;
    border-radius: 20px;
    padding: 20px;
	margin: 0 auto;
    margin-top: calc(50vh - 210px);
	position: relative;
}
.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 {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    margin-top: 20px;
}
.not_prompt input {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    outline: none;
}
.not_prompt span{
	display: inline-block;
	padding-left: 8px;
}
.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: 90%;
    cursor: pointer;
	border-radius: 20px;
}
.wd_bottom {
    width: 100%;
    float: left;
    height: 45px;
    padding-top: 20px;
    text-align: center;
}
#list-wrap .c-neirong.is_delete{
/*	background-color: rgba(255,255,255,.4);*/
    color: #F8060A;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 25px;
    width: auto;
    background: #ffe095 url(../images/warnning.png) no-repeat;
    background-size: 4%;
    background-position: 20px 10px;
    text-indent: 45px;
    padding-top: 15px;
}
.index_header{
	width:100%;
	height: 280px;
	overflow: hidden;
	background-image: linear-gradient(to right, #ffe14d , #ffc34d);
	position: relative;
}
.index_header.detail_header{
	height: auto;
	overflow: hidden;
	padding-top: 18px;
}
.index_header .header_bg{
	width:200px;
	height: 135px;
	background:url("../images/header_top.png") center no-repeat;
	background-size: 90%;
	position: absolute;
	left:16px;
	top: 46px;
	z-index: 10;
}
.index_header .header_div01{
	width:100%;
	height: 160px;
}
.index_header .header_left{
	width:250px;
	height: 160px;
	overflow: hidden;
	float: left;
}
.index_header .header_right{
	width:530px;
	height: 160px;
	float: left;
}
.index_header .user_name_div{
	width:70%;
	height: 120px;
	font-size: 36px;
	color: #000;
	box-sizing: border-box;
	float: left;
	padding-top: 30px;
}
.user_name_div .user_logo{
	width:60px;
	height: 60px;
	border-radius: 50%;
	border: 4px solid rgba(255,255,255,.8);
	overflow: hidden;
	float: left;
	box-shadow: 0 0 10px 10px rgba(255,255,255,.6);
}
.user_logo img{
	width:100%;
}
.user_name_div .user_name{
	min-width: 160px;
	font-size: 24px;
	font-weight: 600;
	line-height: 56px;
	margin-left: 20px;
	float: left;
}
.index_topbar{
	width:30%;
	height: 120px;
	box-sizing: border-box;
	text-align: right;
	float: left;
}
.index_topbar a{
	text-decoration: none;
	display: inline-block;
}
.index_topbar span{
	width:60px;
	height: 60px;
	display: inline-block;
}
.index_topbar span.login{
	width: 50px;
	height: 50px;
	background: url("../images/login.png") center no-repeat;
	background-size: 48%;
}
.index_topbar span.qiehuan{
	width: 50px;
	height: 50px;
	background: url("../images/qiehuan.png") center no-repeat;
	background-size: 50%;
}
.user_gg_div{
	width:100%;
	height: 40px;
	float: left;
}
.user_icon{
	width:40px;
	height: 40px;
	float: left;
    background:url("../images/gonggao.png")top center no-repeat;
	background-size: 60%;
	margin-left: 20px;
}
.usgg{
    width: calc(100% - 100px);
	height: 40px;
	font-size: 13px;
	color: #000;
	box-sizing: border-box;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
}
.index-search-div{
	width: 100%;
    height: 125px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
	float: left;
}

.index-search {
    width: 100%;
	height: 70px;
	position: relative;
	background: #f1f1f1;
	border-radius: 50px;
}
.detail_back {
    width: 12%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
}
.detail_back span {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../images/arrow_left.png)top center no-repeat;
    background-size: 60%;
    background-position: 0px 15px;
    cursor: pointer;
}
.index-search.detail_search{
    width: 85%;
	height: 70px;
	position: relative;
	background: #f1f1f1;
	border-radius: 50px;
	float: right;
}
.index-search-left{
	width:580px;
	height: 70px;
	float: left;
	position: relative;
}
.detail_search .index-search-left{
	width:470px;
	height: 70px;
	float: left;
	position: relative;
}
.index-search-right{
	width:140px;
	height: 70px;
	float: left;
	padding-top: 15px;
	box-sizing: border-box;
	padding-left: 14px
}
.index-search-right a{
	display: block;
	width:120px;
	height: 40px;
	border-radius: 35px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	background: #ffc24d;
	text-decoration: none;
	text-align: center;
}
.index-search input{
	width:100%;
	height: 70px;
	border-radius: 50px;
	line-height: 70px;
	padding-left: 30px;
	font-size: 18px;
	color: #999;
	box-sizing: border-box;
	padding-right: 80px;
	border: 0;
	background-color: transparent;
}
.index-search input::-webkit-input-placeholder{
    color:#999;
	font-size: 16px;
	line-height: 70px;
}
.index-search button{
    border: 0;
    width: 40px;
    height: 40px;
    background: url(../images/search.png) no-repeat;
    background-size: 90%;
    position: absolute;
    right: 25px;
    top: 18px;
    cursor: pointer;
	outline: none;
}
.list_div_row{
	width:100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	padding-bottom: 15px;
}
.list_area_01{
	width:88%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.list_area_01 span{
	display:inline-block;
	width:auto;
	min-width:40px;
	height: 20px;
	text-decoration: none;
	color: #999;
	background: #f2f2f2;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	padding: 6px 16px;
	margin-bottom: 10px;
	line-height: 20px;
	cursor: pointer;
}
.list_area_01 span:hover{
	background: #ffc24d;
	color: #000;
	font-weight: 600;
}
.list_area_01 span.on{
	background: #ffc24d;
	color: #000;
	font-weight: 600;
}
.list_area_01 a{
	display:inline-block;
	width:auto;
	min-width:40px;
	height: 20px;
	text-decoration: none;
	color: #999;
	background: #f2f2f2;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	padding: 6px 16px;
	margin-bottom: 10px;
	line-height: 20px;
}
.list_area_01 a:hover{
	background: #ffc24d;
	color: #000;
	font-weight: 600;
}
.list_area_01 a.on{
	background: #ffc24d;
	color: #000;
	font-weight: 600;
}
.area_div_row{
	width:100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	padding-bottom: 15px;
}
.area_div{
	width:88%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.area_div span{
	display:inline-block;
	width:auto;
	min-width:40px;
	height: 20px;
	text-decoration: none;
	color: #999;
	background: #f2f2f2;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	padding: 6px 16px;
	margin-bottom: 10px;
	line-height: 20px;
	cursor: pointer;
}
.area_div span:hover{
	background: #ffc24d;
	color: #000;
	font-weight: 600;
}
.area_div span.on{
	background: #ffc24d;
	color: #000;
	font-weight: 600;
}
.area_div a{
	display:inline-block;
	width:auto;
	min-width:40px;
	height: 20px;
	text-decoration: none;
	color: #999;
	background: #f2f2f2;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	padding: 6px 16px;
	margin-bottom: 10px;
	line-height: 20px;
}
.area_div a:hover{
	background: #ffc24d;
	color: #000;
	font-weight: 600;
}
.area_div a.on{
	background: #ffc24d;
	color: #000;
	font-weight: 600;
}

.list_area_div{
	width:88%;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	margin: 0 auto;
	background: #eee;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 10px;
	padding-left: 18px;
	padding-bottom: 20px;
	box-shadow:inset 0px 15px 10px -15px #999;
	display: none;
}
.list_area_div.on{
	display: block;
}
.list_area_div a{
	display:inline-block;
	width:auto;
	min-width:40px;
	height: 20px;
	text-decoration: none;
	color: #000;
	background: #ccc;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	padding: 4px 14px;
	margin-top: 10px;
	line-height: 20px;
}
.list_area_div a:hover{
	background: #ffc24d;
	color: #000;
	font-weight: 600;
}
.list_area_div a.on{
	background: #ffc24d;
	color: #000;
	font-weight: 600;
}
.main_div{
	width:100%;
	min-height: calc(100vh - 390px);
	background: #f5f5f5;
	height: auto;
	overflow: hidden;
}

.index_row_mask{
	width:100%;
	height: auto;
	background-image: linear-gradient(#fff, transparent);
	overflow: hidden;
}

.index_row{
	width:100%;
	height: auto;
	min-height: 415px;
	overflow: hidden;
	margin: 0 auto;
	padding: 8px;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}
.index-swiper{
	width:96%;
	height: auto;
	margin: 0 auto;
}

.swiper-slide{
	width:100%;
}
.swiper-slide img{
	width:100%;
	border-radius: 0px;
	border-radius: 30px;
}
.jinrituijian{
	width:100%;
	height: 100px;
    background: url(../images/tuijie.png) center no-repeat;
	background-size:20%;
}
.paihangbang{
	width:100%;
	height: 100px;
    background: url(../images/paihangbang.png) center no-repeat;
	background-size:20%;
}
.paihangbang a{
	height: 100px;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	float: right;
	line-height: 80px;
	padding-right: 30px;
	box-sizing: border-box;
	font-weight: 600;
}
.img_list{
	width:95%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 10px;
	border-radius: 12px;
}
.img_list ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.img_list li{
    width: 185.25px;
    height: 185.25px;
    background: #fff4d6;
	float: left;
	overflow: hidden;
	position: relative;
}
.img_list li>a{
	display: block;
	width:100%;
	height: 100%;
}
.img_list li:nth-child(1){
	background: #ffcf2f;
}
.img_list li:nth-child(3){
	background: #889c29;
}
.img_list li:nth-child(4){
	background: #e7d5bd;
}
.img_list li:nth-child(6){
	background: #5f473b;
}
.img_list li:nth-child(8){
	background: #97152d;
}
.img_list li img{
	width:100%;
}
.ppiicc {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.phb_row{
	width:95%;
	height: 150px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	background: #e7d5bd;
	border-radius: 12px;
}

.phb_row_left{
	width:8%;
	text-align: center;
	line-height: 150px;
	color: #cb9d05;
    text-shadow: 1px 1px 0 #fedc6d;
	font-size: 36px;
	font-weight: bold;
	float: left;
}
.phb_row_left.num1{
	background: #d6032a;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
}
.phb_row_left.num2{
	background: #ffcf2f;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
}
.phb_row_left.num3{
	background: #aacd04;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
}
.phb_div_mask{
	display: none;
}
.phb_row_center{
	width:17%;
	height: 150px;
	overflow: hidden;
	float: left;
	position: relative;
}
.phb_row_center img{
	width:100%;
}
.phb_row_right{
	width:72%;
	height: 150px;
	overflow: hidden;
	float: left;
	padding-top: 15px;
	box-sizing: border-box;
	padding-right: 10px;
}
.phb_row_right_top{
	width:100%;
	height: 25px;
	color: #333;
}
.phb_row_right_title{
	font-size: 24px;
	line-height: 36px;
	padding-left: 20px;
	box-sizing: border-box;
	float: left;
}
.phb_pingfen{
	line-height: 30px;
	font-size: 24px;
	padding-left: 10px;
	float: left;
	color: #666;
	font-weight: 600;
    text-shadow: 1px 1px 0 #E4F1FF;
}
.phb_icon{
	float: right;
}
.phb_icon span{
	display: block;
	height: 32px;
	float: right;
    font-size: 14px;
    padding-left: 50px;
    box-sizing: border-box;
    line-height: 16px;
	color: #fff;
}
.shoucang{
    background: url("../images/sc.png")top center no-repeat;
    background-size: 36%;
}
.pinglun{
    background: url("../images/pinglun.png")top center no-repeat;
    background-size: 36%;
}
.izan{
    background: url("../images/izan.png")top center no-repeat;
    background-size: 36%;
}
.detail_div{
	width:100%;
	height: auto;
	overflow: hidden;
}
.detail_div dl {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.0rem;
    font-weight: 500;
    padding-top: 0px;
	overflow: hidden;
	margin-top: 5px;
}
 .detail_div dt {
    display: block;
    float: left;
    height: 30px;
    line-height: 23px;
	width:23%;
	color: #333;
}
.detail_div dt.long{
	width:32%;
}
.detail_div dt.new_long{
	width:100%;
}
.detail_div dt span{
	display: inline-block;
	padding-left: 5px;
	color: #666;
}
.detail_div dt span.price{
	color: #d6032a;
	font-weight: 600;
	font-size: 14px;
}
.title_row{
	width:100%;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
	padding-left: 16px;
    font-family: "fzch";
	position: relative;
	box-sizing: border-box;
}
.title_row span{
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	color: #e2af05;
}
.title_row span.title_more{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	font-weight: 600;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.title_row span.title_more a{
	text-decoration: none;
	display: block;
	color: #000;
	padding-right: 20px;
	height: 100%;
}
.div_row{
	width:96%;
	min-height: 300px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 25px;
}
.de_div{
    width: 23.8%;
    height: 350px;
    margin-left: 1%;
    float: left;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
    background: #ffc34d;
    border-radius: 12px;
}
.de_div img{
	width:100%;
}
.ic_img{
	position: relative;
	height: 240px;
	overflow: hidden;
}
.ic_img .update{
    width: 100%;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
}
.ic_img .toolbar {
    width: 100%;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    box-sizing: border-box;
	z-index: 3;
	padding-left: 15px;
	padding-top: 5px;
}
.ic_img .toolbar span{
	width:33%;
	height: 30px;
	display: block;
    float: left;
	line-height: 30px;
	overflow: hidden;
    font-size: 12px;
}
.ic_img .toolbar .shoucang {
    background: url(../images/sc.png)left no-repeat;
    background-size: 35%;
    padding-left: 20px;
    box-sizing: border-box;
}
.ic_img .toolbar .i_zan {
    background: url(../images/izan.png)left no-repeat;
    background-size: 35%;
    padding-left: 20px;
    box-sizing: border-box;
}
.ic_img .toolbar .i_pinglun {
    background: url(../images/pinglun.png)left no-repeat;
    background-size: 35%;
    padding-left:20px;
    box-sizing: border-box;
}

.de_div_mask{
	width:100%;
	height: 100%;
	background-image: linear-gradient(to top, #ffc34d, transparent);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	pointer-events: none;
}
.de_div.new_list{
	background: #fff4d6;
}
.de_div_mask.new_list_mask{
	width:100%;
	height: 100%;
	background-image: linear-gradient(to top, #fff4d6, transparent);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	pointer-events: none;
}
.de_div .detail_div{
	position: absolute;
	z-index: 4;
	width:100%;
	height: 200px;
	left: 0;
	bottom: 0;
}
.de_div .detail_div .cp_name {
    width: 100%;
    height: 40px;
    font-size: 20px;
    line-height: 60px;
    padding-left: 10px;
    box-sizing: border-box;
	color: #000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
/*	text-shadow: 0px 2px 2px #666;*/
	font-weight: 600;
}
.de_div .detail_div .cp_pingfen {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    right: 24px;
    top: 0;
    position: absolute;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-shadow: 0px 2px 2px #666;
}
.cp_pingfen span{
	display: inline-block;
	padding-right: 5px;
	color: #fff;
	font-size: 20px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"
}
.de_div .detail_div dl {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-size: 0.8rem;
    font-weight: 500;
    padding-top: 5px;
	padding-left: 10px;
}
.de_div .detail_div dt {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    line-height: 20px;
    border-bottom: 0px dashed #666;
}
.de_div .detail_div dt.long {
    width: 100%;
}
.detail_div dt span {
    display: inline-block;
    color: #333;
    padding-left: 3px;
}
.footer {
	width: 100%;
    height: 110px;
	background:#000;
	margin: 0 auto;
	/*box-shadow:0px 0px 4px 4px #ccc;*/
}
.footer a {
    display: block;
    width: 20%;
    height: 100%;
    position: relative;
    float: left;
}
.footer p{
	display: block;
	width:100%;
	height: 35px;
	font-size: 18px;
	color: #666;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 35px;
	position: absolute;
	bottom: 15px;
}
.footer .on p{
	color: #ffcf2f;
}
.footer a.home{
	background:  url("../images/home.png")top center no-repeat;		
	background-size: 23%;
	background-position: 50% 28px;
}
.footer a.home.on{
	background:  url("../images/home_on.png")top center no-repeat;		
	background-size: 23%;
	background-position: 50% 28px;
}
.footer a.new_caipin{
	background: url("../images/caipin.png") center no-repeat;		
	background-size: 28%;
	background-position: 50% 28px;
}
.footer a.new_caipin.on{
	background: url("../images/caipin_on.png") center no-repeat;		
	background-size: 28%;
	background-position: 50% 28px;
}
.footer a.kefu{
	background: url("../images/kefu.png") center no-repeat;		
	background-size: 23%;
	background-position: 50% 28px;
}
.footer a.kefu.on{
	background: url("../images/kefu_on.png") center no-repeat;		
	background-size: 23%;
	background-position: 50% 28px;
}
.footer a.phb{
	background: url("../images/phb.png") center no-repeat;		
	background-size: 23%;
	background-position: 50% 28px;
}
.footer a.phb.on{
	background: url("../images/phb_on.png") center no-repeat;		
	background-size: 25%;
	background-position: 50% 28px;
}

.footer a.u_center{
	background: url("../images/my.png") center no-repeat;		
	background-size: 19%;
	background-position: 50% 31px;
}
.footer a.u_center.on{
	background: url("../images/my_on.png") center no-repeat;		
	background-size: 19%;
	background-position: 50% 31px;
}
.detail_div.tuijian{
	position: absolute;
	left:0;
	top: 60px;
	z-index: 99;
}
.detail_div.tuijian .cp_name{
	padding-left: 15px;
	box-sizing: border-box;
	font-weight: 600;
}
.new_title_row {
    width: 100%;
    height: 80px;
    font-size: 30px;
    line-height: 90px;
    font-family: "fzch";
    position: relative;
    box-sizing: border-box;
	text-align: center;
}
.new_title_row a{
	color: #999;
	text-decoration: none;
}
.new_title_row a.on{
	color: #000;
}
.new_title_row span{
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	color: #97152d;
}
.new_title_row span.bzxc{
	color: #999;
}
.uc-pagination-mian{
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 0;
}
.uc-pagination-mian a{
	display: inline-block;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
	width:40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
}
.uc-pagination-mian a:hover{
	color: #000;
}
.uc-pagination-mian a.page_active{
	background-color: rgba(255,255,255,.5);
	color: #000;
}
.phb_list{
	width:98%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.phb_list ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.phb_list li{
    width: 191px;
    height: 385px;
    background: #f6f2f1;
	float: left;
	overflow: hidden;
	position: relative;
}
.phb_list li>.pic_div>.phb_jianbian{
	width:100%;
	height: 260px;
	background-image: linear-gradient(to top, #fff4d6 50%, transparent );
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.phb_list li:nth-child(1){
	background: #fca704;
	border-top-left-radius: 20px;
}
.phb_list li:nth-child(1)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #fca704 50%, transparent );
}
.phb_list li:nth-child(3){
	background: #889c29;
}
.phb_list li:nth-child(3)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #889c29 50%, transparent );
}

.phb_list li:nth-child(4){
	background: #e7d5bd;
	border-top-right-radius: 20px;
}
.phb_list li:nth-child(4)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #e7d5bd 50%, transparent );
}
.phb_list li:nth-child(6){
	background: #5f473b;
}
.phb_list li:nth-child(6)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #5f473b 50%, transparent );
}
.phb_list li:nth-child(8){
	background: #97152d;
}
.phb_list li:nth-child(8)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #97152d 50%, transparent );
}
.phb_list li:nth-child(9){
	background: #e7d5bd;
}
.phb_list li:nth-child(9)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #e7d5bd 50%, transparent );
}
.phb_list li:nth-child(10){
	background: #889c29;
}
.phb_list li:nth-child(10)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #889c29 50%, transparent );
}
.phb_list li:nth-child(11){
	background: #ffcf2f;
}
.phb_list li:nth-child(11)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #ffcf2f 50%, transparent );
}
.phb_list li:nth-child(13){
	background: #5f473b;
}
.phb_list li:nth-child(13)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #5f473b 50%, transparent );
}

.phb_list li:nth-child(15){
	background: #97152d;
}
.phb_list li:nth-child(15)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #97152d 50%, transparent );
}
.phb_list li:nth-child(16){
	background: #889c29;
}
.phb_list li:nth-child(16)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #889c29 50%, transparent );
}
.phb_list li:nth-child(17){
	background: #ffcf2f;
	border-bottom-left-radius: 20px;
}
.phb_list li:nth-child(17)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #ffcf2f 50%, transparent );
}
.phb_list li:nth-child(19){
	background: #889c29;
}
.phb_list li:nth-child(19)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #889c29 50%, transparent );
}

.phb_list li:nth-child(20){
	background: #e7d5bd;
	border-bottom-right-radius: 20px;
}
.phb_list li:nth-child(20)>.pic_div>.phb_jianbian{
	background-image: linear-gradient(to top, #e7d5bd 50%, transparent );
}

.phb_list li>.pic_div{
	width:100%;
	height: 255px;
	overflow: hidden;
}
.phb_list li>.pic_div img{
	width:100%;
}
.phb_list .toolbar {
    width: 100%;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    box-sizing: border-box;
	z-index: 3;
	padding-left: 10px;
}
.phb_list .toolbar span{
	width:22%;
	height: 30px;
	display: block;
    float: right;
	line-height: 30px;
	overflow: hidden;
    font-size: 12px;
	text-align: left;
	box-sizing: border-box;
}

.phb_list .toolbar .shoucang {
    background: url(../images/sc.png)left no-repeat;
    background-size: 35%;
    box-sizing: border-box;
    padding-left: 14px;
}
.phb_list .toolbar .i_zan {
    background: url(../images/izan.png)left no-repeat;
    background-size: 35%;
    box-sizing: border-box;
    padding-left: 14px;
}
.phb_list .toolbar .i_pinglun {
    background: url(../images/pinglun.png)left no-repeat;
    background-size: 35%;
    box-sizing: border-box;
    padding-left: 14px;
}
.phb_list .toolbar .new_long{
	width:33%;
	padding-left:24px;
}
.phb_list .lable{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: -4px;
    left: -7px;
    width: 60px;
    height: 60px;
    background: url(../images/lable.png)center no-repeat;
    background-size: 90%;
    z-index: 4;
    line-height: 60px;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #333;
}
.phb_list li:nth-child(-n+3)>.lable{
	color: #000;
    background: url(../images/lable_r.png)center no-repeat;
    background-size: 90%;
}
.phb_list .detail_div{
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: 12;
	left: 0;
	bottom: -10px;
}
.phb_list .detail_div .cp_name {
    width: 100%;
    height: 30px;
    font-size: 24px;
    line-height: 60px;
    padding-left: 10px;
    box-sizing: border-box;
	color: #000;
	text-shadow: 1px 1px 2px 222, -1px -1px 2px white;
	font-weight: bold;
}
.phb_list .detail_div .cp_pingfen {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    right: 16px;
    top: 0;
    position: absolute;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-shadow: 0px 0px 2px #fff;
}
.phb_list li>.detail_div>.cp_pingfen span{
	display: inline-block;
	padding-right: 5px;
	font-size: 26px;
	color: #fff;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-shadow: 1px 1px 2px black, -1px -1px 2px white;
}
.phb_list .detail_div dl {
    width: 100%;
    height: auto;
    box-sizing: border-box;
	color: #fff;
    font-size: 0.8rem;
    padding-left: 10px;
	margin: 0;
	margin-top: 16px;
	font-weight: 600;
	/*text-shadow: 0px 0px 2px #fff;*/
}
.phb_list .detail_div dt {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    line-height: 20px;
    border-bottom:0px dashed #fff;
	padding: 0;
	margin: 0;
	color: #fff;
	text-shadow: 0px 0px 4px #000;
  }
.phb_list .detail_div dt.long {
    width: 100%;
}
.phb_list li>.detail_div dt span {
    display: inline-block;
    color: #fff;
    padding-left: 6px;
}
.phb_list .nt_sort {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
}
.phb_list ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.phb_list .nt_sort ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.phb_list .nt_sort li {
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
	background: #fff4d6;
}
.phb_list .nt_sort li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
}
.more_list li:nth-child(1) {
    border-top-left-radius: 0px;
}
.more_list li:nth-child(4) {
    border-top-right-radius: 0px;
}
.phb_list .nt_sort li:nth-child(1) {
    background: #fca704;
}
.phb_list li:nth-child(3) {
    background: #889c29;
}
.phb_list .nt_sort li:nth-child(4) {
	border-top-right-radius: 0px;
}
.phb_list .nt_sort li:nth-child(5) {
    background: #e7d5bd;
	border-top-right-radius: 25px;
}
.phb_list .nt_sort li .sort_arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: 60px;
    background: url(../images/sort_arrow.png) center no-repeat;
    background-size: 60%;
}
.phb_list .toolbar .new_long {
    width: 33%;
    padding-left: 24px;
}
.detail_main_div{
	width:100%;
	height: auto;
	background: #fff;

}
.top_swiper {
    width: 96%;
    height: 500px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
	border-radius: 25px;
	overflow: hidden;
}
.index_swiper_div {
    width: 96%;
    height: 500px;
    position: relative;
    overflow: hidden;
    opacity: 0.6;
    margin: 0 auto;
	border-radius: 25px;
}
.detail_bg {
    width: 100%;
    height: 100%;
    filter: blur(6px);
}
.detail_left {
    width: 43%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.detail_left img {
    width: 100%;
}

.detail_right {
    width: 57%;
    height: 100%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}
.detail_right_div {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    padding: 25px;
    box-sizing: border-box;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.detail_right_div dl, dt {
    padding: 0;
    margin: 0;
    list-style: none;
}
.detail_right_div dl{
	position: relative;
}
.detail_right_div dt {
    color: #fff;
    height: 33px;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    line-height: 35px;
}
.detail_right_div dt:last-child{
    border-bottom:0;
}
.detail_right_div dt.bianhao {
    width: auto;
    height: 60px;
    position: absolute;
    top:-10px;
    right: 0;
    color: #fff;
    font-size: 26px;
    text-shadow: 2px 2px 4px #222, -2px -2px 4px black;
    z-index: 2;
    text-align: center;
	border:0;
}
.detail_right_div .cp_name {
    height: 42px;
    font-size: 26px;
    color: #fff;
    border-bottom: 0;
}
.detail_topbar {
    background: #fff;
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 10px;
}
.d_tool_left {
    width: 75%;
    float: left;
}
.d_tool_left ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.d_tool_left li {
    float: left;
    margin-right: 25px;
}
.d_tool_left li>span {
    display: block;
    width: 50px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
}
.yaofenxiang {
    background: url(../images/fenxiang.png)bottom center no-repeat;
    background-size: 50%;
}
.yaoshoucang {
    background: url(../images/d_sc.png)bottom center no-repeat;
    background-size: 50%;
}
.yaoshoucang.on {
    background: url(../images/d_sc_on.png)bottom center no-repeat;
    background-size: 50%;
}
.post_zan {
    background: url(../images/d_zan.png)bottom center no-repeat;
    background-size: 50%;
}
.d_tool_left p {
    display: block;
    text-align: center;
    box-sizing: border-box;
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding-top: 5px;
}
.d_tool_left p.ssjf {
    display: block;
    box-sizing: border-box;
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 18px;
	line-height: 65px;
	font-weight: 600;
	text-align: left;
    padding-left: 40px;
    background: url("../images/yyt.png")left center no-repeat;
	background-size: 15%;
	background-position: 0 13px;
	cursor: pointer;
}
.zan-number {
    font-style: normal;
    color: #333;
}
.d_tool_right {
    width: 25%;
    float: left;
}
.yaoyueta {
    display: block;
    width: 100px;
    height: 40px;
    background: #ffc24d;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-left: 75px;
    border-radius: 30px;
    margin-top: 8px;
}
.yaoyueta a {
    color: #000;
    text-decoration: none;
}
.de_tab {
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, #ffe14d , #ffc34d);
}
.de_con_div {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.de_con_div .show {
    display: block;
}
.de_con {
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
    padding: 8px;
    box-sizing: border-box;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.de_tab ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gallery li {
    position: relative;
    float: left;
    width: calc(33.3333333333333% - 2px )!important;
    overflow: hidden;
    cursor: pointer;
    height: 260px;
    border-right: solid 2px rgba(255,255,255,0.6);
    border-bottom: solid 2px rgba(255,255,255,0.6);
}
.swiper-slide img {
    width: 100%;
}
.img_cover {
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,1.0);
    z-index: 100;
    height: 0;
	overflow: hidden;
}
.galley-close {
    position: absolute;
    width: 10%;
    height: 10%;
    background: url(../images/share_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;
}
.main_reply_div {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
	padding-top: 0;
	border-bottom: 0px dotted rgba(90,90,90,0.6);
}
.main_reply_list {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
}
.main_zan_div {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-left: -1.5em;
}
.main_zan_div .main_zan {
    width: 160px;
    height: 45px;
    background: url(../images/d_zan.png)left center no-repeat;
    background-size: 20%;
    background-position: 20% 6px;
    border: 1px solid #ffcf2f;
    color: #666;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
	border-radius: 30px;
}
.index_title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #fff;
	height: 80px;
	line-height: 80px;
}
.more_title{
	width: 90%;
    text-align: center;
    font-size: 26px;
    color: #000;
	height: 80px;
	line-height: 80px;
	background: #fff;
	margin: 0 auto;
}
#list-wrap .m_list {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
    margin-top: 30px;
	padding-left: 10px;
}
#list-wrap.m_comments{
    background: #f5f5f5;
    border-radius: 30px;
}
#list-wrap .main_commont{
	width: calc(100% - 90px);
    float: left;
    box-sizing: border-box;
    position: relative;
}
.main_reply_list .title {
    font-size: 24px;
    margin-bottom: 25px;
    color: #999;
	padding-top: 20px;
	text-align: center;
}

.list_uc_page{
	margin-top: 0;
}
.ssjg_div_y{
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
    background: #f1f1f1;
    font-weight: 600;
    box-shadow: inset 0px 15px 10px -15px #ccc;
	margin-bottom: 20px;
}
.ssjg_div_y span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #97152d;
	font-weight: bold;
}
.ssjg_div{
	height: 70px;
	color: #fff;
	font-size: 16px;
	line-height: 70px;
	padding-left: 16px;
}
.ssjg_div span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #c6d449;
	font-weight: bold;
}


#thumbs{
	height: auto;
	overflow: hidden;
	border-radius: 20px;
}
.de_con_div .show {
    display: block;
}
.de_con {
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
    padding: 8px;
    box-sizing: border-box;

}
.de_tab ul.fuwu {
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
}
.fuwu li {
    width: 100%;
    height: auto;
    border-bottom: solid 1px rgba(180,180,180,0.3);
    font-size: 18px;
    text-align: left;
    padding-top: 15px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #000;
    background-color: rgba(255,255,255,0.5);
    padding-left: 20px;
    box-sizing: border-box;
}
.fuwu li span {
	font-weight: 500;
	color: #666;
}

.fuwu li:last-child{
    border-bottom: 0;
}
#box {
    margin: 0 auto;
    width: 48%;
    float: left;
    padding-left: 2%;
}
#myPoint {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    overflow: hidden;
    padding-top: 0;
    border-bottom: #fff 1px solid;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 12px;
}
#myPoint span {
    float: left;
    line-height: 64px;
    font-family: Tahoma;
    color: #fff;
}
#myPoint span big {
    font-weight: 700;
    font-size: 60px;
    color: #6bc414;
}
#myPoint span small {
    font-size: 30px;
    color: #6bc414;
}
#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;
    color: #fff;
}
#myPoint span {
    float: left;
    line-height: 64px;
    font-family: Tahoma;
    color: #333;
}
#doPoint {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    overflow: hidden;
    color: #333;
}
#doPoint .biaoti {
    width: 180px;
    float: left;
    font-weight: 700;
    height: 24px;
}
#doPoint .fenshu {
    width: 140px;
    float: left!important;
    height: 24px;
}
#doPoint span small {
    font-size: 0;
    float: left;
    overflow: hidden;
    width: 12px;
    cursor: pointer;
    padding-top: 20px;
    height: 0;
}
#doPoint strong {
    font-size: 15px;
    color: #6bc414;
    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
}
.pingfen-submit {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.pingfen-submit button {
    width: 100%;
    height: 45px;
	background: #fff;
    /*background-color: rgba(118,118,118,.8);*/
    color: #000;
    font-size: 20px;
    line-height: 40px;
    border: none;
    cursor: pointer;    
	text-align: center;
	outline: none;
	border-radius: 22.5px;
}

#list-wrap .list {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
    margin-top: 30px;
}

.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 .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;
	border-bottom: 1px dotted rgba(90,90,90,0.4);
	position: relative;
}
.user-commont:last-child{
	border-bottom: 0;
}
.user-commont-top{
	width:100%;
	float: left;
}
.user-commont .zan{
	display: block;
	width:70px;
	padding-left: 50px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/d_zan.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: 18px;
	color: #5f473b;
	line-height: 40px;
	height: 40px;
	position: absolute;
	top: -9px;
	right: 78px;
	cursor: pointer;
	padding: 10px;
}

#list-wrap .c-name {
    font-size: 18px;
    color: #5f473b;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	float: left;
	font-weight: 600;
	min-width:50px;
}
#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: 14px;
    color: #333;
    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: 16px;
    height: auto;
    overflow: hidden;
    line-height: 26px;
	width:100%;
	float: left;
}
.user-commont-list{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-left: 0;
	color: #666;

}
.user-commont-list dl{
	padding: 20px;
	padding-bottom: 10px;
	box-sizing: border-box;
	position: relative;
    border-radius: 25px;
	background-color: rgba(255,255,255,.5)
}
.user-commont-list dt{
	height: auto;
	overflow: hidden;
	margin-bottom: 1px;
	border-bottom: 1px dotted rgba(90,90,90,0.4);
	padding-top: 10px;
}
.user-commont-list dt:last-child{
	border-bottom:0;
}
.list_arrow{
	position: absolute;
	top:-1.0rem;
    left:3.67vw;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 0.9rem solid  rgba(255,255,255,.5);
    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;
}
.user-commont-list dt a{
	color: #666;
	font-size: 18px;
	text-decoration: none;
	padding-top: 10px;
}
.user-commont-list .reply-name {
	display: block;
    font-size: 18px;
    color: #5f473b;
	margin-bottom: 5px;
}
/*.Dialog_page a{
	display: inline-block;
	padding: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	margin-right: 6px;
	cursor: pointer;
}
.Dialog_page a.page_active{
	background-color: rgba(255,255,255,.7);
	color: #000;
	padding: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}*/
.user-commont-list .reply-time {
    font-size: 14px;
    color: #333;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}
.detail_pinglu-send {
    width: 95%;
    height: 95px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}
.detail_pinglu-send textarea {
    width: calc(100% - 90px);
    height: 70px;
    border:0;
    box-sizing: border-box;
    padding: 30px;
    float: left;
    font-size: 14px;
	background: #fff;
	color: #000;
	line-height: 18px;
	resize : none;
	border-top-left-radius:35px;
	border-bottom-left-radius:35px;
}
.detail_pinglu-send textarea::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 1px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.detail_pinglu-send textarea::-webkit-input-placeholder{
    color:#999;
	font-size: 16px;
	line-height: 10px;
}
#comment_submit {
    width: 90px;
    height: 70px;
    display: block;
    border: 0;
    outline: none;
	background: #fff url("../images/push.png") center no-repeat;
	background-size: 50%;
	cursor: pointer;
	float: left;
	border-top-right-radius:35px;
	border-bottom-right-radius:35px;
}
.share-div {
    position: fixed;
	background-color:#fff;
    width: 538px;
    height: 220px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 10px 20px #000;
    z-index: 10;
    display: none;
    text-align: center;
	border: 1px #ccc solid;
	border-radius: 6px;
}
.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;
}
.share-div .title {
    height: 60px;
	border-bottom: 1px dotted rgba(90,90,90,0.6);
    font-size: 20px;
    line-height: 60px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    font-weight: 500;
	color: #000;
}
.popover-share{
	padding-top: 20px;
}
.popover-share a {
    display: inline-block;
    width: 140px;
    height: 70px;
    color: #666;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 180px;
    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%;
}
.more_list:last-child .user-commont{
    border-bottom: 0;
}
#DataForm {
    width: 780px;
    margin: 0 auto;
    min-height: calc(100% - 380px);
    position: relative;
}
.serach-down {
    width: 780px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.search-result {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.search_close{
	width:60px;
	height: 60px;
	background: url("../images/share_close.png") center no-repeat;
	background-size: 60%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	cursor: pointer;
}
.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 #ffcf2f;
    color: #000;
    border-radius: 6px;
    box-sizing: border-box;
    line-height: 150px;
    z-index: 1000;
    font-size: 18px;
    text-align: center;
}
.ssjg_div_t2 {
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    padding-left: 30px;
	border-bottom: 1px solid #eee;
	background: #f1f1f1;
	font-weight: 600;
	box-shadow:inset 0px 15px 10px -15px #ccc;
}
.ssjg_div_t1 {
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    padding-left: 30px;
	border-bottom: 1px solid #eee;
	background: #f1f1f1;
	font-weight: 600;
	box-shadow:inset 0px 15px 10px -15px #ccc;
	display: none;
}
.ssjg_div_t1 span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #e0ad04;
    font-weight: bold;
}
.h_search_div {
    width: 100%;
	height: 0;
    background-color: rgba(255,255,255,1.0);
}
.h_search_div.search_get{
    width: 100%;
	height: auto;
    background-color: rgba(255,255,255,1.0);
    padding-top: 30px;
    padding-bottom: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.layui-form {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.s_article {
    width: 590px;
    height: 60px;
    background: #ffcf2f;
    line-height: 60px;
    font-size: 24px;
    color: #000;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin-left: 130px;
	border-radius: 30px;
}
#fail_filter{
	display: none;
}

.layui-form-item .layui-form-label.form-label-y{
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}

.layui-anim .btn1 {
    width: 45%!important;
    float: left!important;
    text-align: left;
    height: 30px;
    padding-bottom: 10px;
    background: url(../images/duoxuan.png) left top no-repeat;
    background-size: 24%;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    margin-top: 8px;
    box-sizing: border-box;
    padding-left: 22px;
	font-size: 12px;
	margin-left: 5%;
}
.layui-anim .btn2 {
    width: 45%!important;
    float: left!important;
    text-align: left;
    height: 30px;
    padding-bottom: 10px;
    background: url(../images/qingchu.png) left top no-repeat;
    background-size: 24%;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    margin-top: 8px;
    box-sizing: border-box;
    padding-left: 22px;
	font-size: 12px;
}
.layui-anim-upbit::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 0px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
  }
#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;
}
span.search_top_button{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ffcf2f url(../images/s_down.png) no-repeat;
    background-size: 16%;
    background-position: 88px 10px;
    right: 15px;
    top: 16px;
    width: 120px;
    padding-left: 18px;
    position: absolute;
	color: #000;
}
span.search_down_button{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ffcf2f url(../images/s_up.png) no-repeat;
    background-size: 16%;
    background-position: 88px 10px;
    right: 15px;
    top: 16px;
    width: 120px;
    padding-left: 18px;
    position: absolute;
	color: #000;
}
.phb_list.mb_5_list{
	width:98%!important;
	margin: 0 auto!important;
	margin-top: 10px!important;
}
.uc-pagination-mian.s_page {
    display: none;
}
#list-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.phb_list .nt_sort li .sort_arrow_d {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: 60px;
    background: url(../images/paixu_d.png) center no-repeat;
    background-size: contain;
}
.phb_list .nt_sort li .sort_arrow_a {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: 60px;
    background: url(../images/paixu_u.png) center no-repeat;
    background-size: contain;
}
.list_area_01 .slide_down{
	display: none;
}
.list_area_01 .slide_up{
	display: none;
}
.search_maggin{
	width:100%;
	height: 60px;
}
.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 {
    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: 780px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 105px;
    z-index: 10000;
    display: none;
    margin: auto;
	padding-top: 10px;
}
.kefu_ca .container{
	display: flex;
	width: 100%;
	background-color: rgba(0,0,0, 0.8);
	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: #fff 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: 768px) {
    .kefu_ca {
		bottom: 65px;
	}
	.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;
	}
.index_header{
    height: 230px;
}
.index_header .header_bg {
    width: 30%;
    height: 105px;
    background-size: 100%;
    left: 16px;
    top: 78px;
}
.index_header .user_name_div {
    width: 70%;
    height: 130px;
    font-size: 36px;
    padding-top: 15px;
}
.user_name_div .user_logo {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}
.user_name_div .user_name {
    min-width: 160px;
    font-size: 20px;
    font-weight: 600;
    line-height: 56px;
    margin-left: 10px;
}
.index_topbar {
    width: 30%;
    height: 70px;
    padding-top: 10px;
    padding-right: 8px;
}
.index_topbar span.login {
    width: 30px;
    height: 30px;
    background-size: 80%;
}
.index_topbar span.qiehuan {
    width: 30px;
    height: 30px;
    background-size: 90%;
}
.user_gg_div{
    width: 65%;
    margin-left: 30%;
}
.user_icon {
    width: 26px;
    height: 40px;
    background-size: 90%;
    margin-left: 20px;
    background-position: 2px 2px;
}
.usgg {
    width: 80%;
    line-height: 26px;
    margin-left: 50px;
}
.index_header .header_right {
    width: 100%;
    height: 160px;
}
.index_header .header_left{
    width:0px;
    height: 0px;
}
.index-search-div {
    width: 100%;
    height: 75px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 10px;
    float: left;
}

.index-search {
    height: 50px;
    border-radius: 25px;
}
.index-search-left {
    width: 74.5%;
    height: 50px;
}
.index-search input {
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 18px;
    padding-right: 60px;
}
.index-search input::-webkit-input-placeholder{
	font-size: 13px;
}
.index-search button {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 12px;
}
.index-search-right {
    width: 25%;
    height: 50px;
    padding-top: 10px;
	padding-left: 0px;
}
.index-search-right a {
    width: 85%;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.swiper-slide img{
	border-radius: 0;
}
.list_div_row {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    padding-top: 12px;
    padding-left: 2%;
}

.list_div_row.list_div_float{
	width:100%;
	height: auto;
	position: fixed;
	top:0;
	left: 0;
	z-index: 101;
	background: #fff;
	box-shadow: 0px 2px 2px #666;
	box-sizing: border-box;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 0;
}
.list_area_01 {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	position: relative;
	padding-left: 10px;
}

.list_area_01 a {
    width: 15%;
    min-width: 0; 
    border-radius: 13px;
    font-size: 14px;
    padding: 0; 
    margin-bottom: 10px;
    line-height: 26px;
    height: 26px;
}
.list_area_01 span {
    width: 15%;
    min-width: 0; 
    border-radius: 13px;
    font-size: 14px;
    padding: 0; 
    margin-bottom: 10px;
    line-height: 26px;
    height: 26px;
}
.list_area_01 span:hover{
    background: none;
}
.list_area_01 .slide_down{
	width:80px;
	height: 30px;
    position: absolute;
    right: -13%;
	top: 0;
	background: url("../images/s_down.png") no-repeat;
	background-size: 30%;
	cursor: pointer;
	display: none;
}
.list_area_01 .slide_up{
	width:80px;
	height: 30px;
    position: absolute;
    right: -13%;
	top: 0;
	background: url("../images/s_up.png") no-repeat;
	background-size: 30%;
	cursor: pointer;
	display: none;
}
.area_div_row {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    padding-top: 12px;
    padding-left: 2%;
}
.area_div {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.area_div.area_div_float{
	width:100%;
	height: 45px;
	overflow-x:scroll;
	display: inline;
	white-space: nowrap;
	position: fixed;
	top:0;
	left: 0;
	z-index: 101;
	background: #fff;
	box-shadow: 0px 2px 2px #666;
	line-height: 42px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.area_div::-webkit-scrollbar {
  /*滚动条整体样式*/
	display: none;
  }
.area_div a {
    width: 15%;
    min-width: 0; 
    border-radius: 13px;
    font-size: 14px;
    padding: 0; 
    margin-bottom: 10px;
    line-height: 26px;
    height: 26px;
}
.area_div span {
    width: 15%;
    min-width: 0; 
    border-radius: 13px;
    font-size: 14px;
    padding: 0; 
    margin-bottom: 10px;
    line-height: 26px;
    height: 26px;
}
.detail_div.tuijian{
    padding-top: 40px;
}
.jinrituijian {
    height: 50px;
    background-size: 30%;
}
.img_list{
    width:98%;
}
.img_list li{
    width:49vw;
	height:56vw;
}
.paihangbang {
    height: 50px;
    background-size: 30%;
}
.paihangbang a {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
	padding-right: 10px;
}
.phb_row{
	width:98%;
	height: auto;
	/*background-color: rgba(0,0,0,.4);*/
	overflow: hidden;
	margin-bottom: 5px;
}
.phb_div_mask{
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #5f473b 15%, transparent);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
	pointer-events: none;
}
.phb_row_left{
	width:10%;
	line-height: 185px;
	font-size: 24px;
}
.phb_row_center{
	width:42%;
	height: 185px;
	overflow: hidden;
	background: #000;
}
.phb_row_center img{
	width:100%;
}
.phb_row_right{
	width:48%;
	height:185px;
	overflow: hidden;
	float: left;
	padding-top: 15px;
	box-sizing: border-box;
	padding-right: 10px;
}
.phb_row_right_top{
	width:100%;
	height: 25px;
	color: #fff;
}
.phb_row_right_title{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #000;
	padding-left: 10px;
}
.phb_pingfen{
    background: #5f473b;
    line-height: 26px;
    font-size: 18px;
    font-style: normal;
    color: #fff;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0px;
    min-width: 66px;
    box-sizing: border-box;
    padding-left: 10px;
    text-shadow: 0 0 black;
}
.phb_icon{
    position: absolute;
    left: 11.5%;
    bottom: 5px;
    float: right;
    z-index: 99;
}
.phb_icon span{
	display: block;
	width:50px;
	height: 20px;
	float: right;
    font-size: 12px;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 16px;
}
.shoucang{
    background:url("../images/sc.png")top left no-repeat;
    background-size: 36%;
}
.pinglun{
    background: url("../images/pinglun.png")top left no-repeat;
    background-size: 36%;
}
.izan{
    background: url("../images/izan.png")top left no-repeat;
    background-size: 36%;
}
.detail_div{
	width:100%;
	height: auto;
	overflow: hidden;
}
.detail_div dl {
    width: 100%;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 500;
    padding-top: 0;
	overflow: hidden;
	padding-left: 10px;
}
 .detail_div dt {
    display: block;
    float: left;
    height: 24px;
    line-height: 20px;
	width:50%;
}
.detail_div dt.single{
	width:100%;
}
.detail_div dt.long{
	width:100%;
}
.detail_div dt span{
	display: inline-block;
	padding-left: 5px;
}
.detail_div dt span.price{
	color: #fa4041;
	font-weight: bold!important;
}
.div_mar{
    height: 70px;
}
.div_row{
	width:100%;
	padding-bottom: 0;
	padding-top: 0;
}
.de_div{
	width:48%;
    margin-left: 1.3%;
	margin-bottom: 5px;
}
.title_row {
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    padding-left: 6px;
	background: #f5f5f5;
}
.title_row span.title_more a{
    font-size: 14px;
	padding-right: 10px;
}
.index_row {
    width: 100%;
    min-height: 53vw;
    background: none;
	padding: 0;
}
.index-swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.swiper-slide img{
    border-radius: 0;
}
.footer {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    z-index: 99;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.footer p {
    height: 25px;
    font-size: 13px;
    line-height: 24px;
    bottom: 5px;
    font-weight: 600;
}
.footer a.home{
	background-position: 50% 15px;
	background-size: 30%;
}
.footer a.home.on{
	background-position: 50% 15px;
    background-size: 30%;
}
.footer a.new_caipin{
	background-position: 50% 15px;
    background-size: 30%;
}
.footer a.new_caipin.on{
	background-position: 50% 15px;
    background-size: 30%;
}
.footer a.kefu{
	background-position: 50% 15px;
    background-size: 30%;
}
.footer a.kefu.on{
	background-position: 50% 15px;
    background-size: 30%;
}
.footer a.phb{
	background-position: 50% 15px;
    background-size: 30%;
}
.footer a.phb.on{
	background-position: 50% 15px;
    background-size: 30%;
}

.footer a.u_center{
	background-position: 50% 15px;
    background-size: 25%;
}
.footer a.u_center.on{
	background-position: 50% 15px;
    background-size: 25%;
}
.new_title_row {
height: 40px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.uc-pagination-mian{
	height: 65px;
	padding-top: 15px;
}
.uc-pagination-mian a{
	font-size: 14px;
	width:30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	margin-left: 2px;
	margin-right: 2px;
}
.phb_list{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	
}
.phb_list ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.phb_list .detail_div{
	bottom: 30px;
}
.phb_list li{
    width: 50%;
    height: 385px;
    background: #f6f2f1;
}
.phb_list li:nth-child(2){
	border-top-right-radius: 20px;
}
.phb_list li:nth-child(4){
	border-top-right-radius: 0;
}
.phb_list li:nth-child(17){
	border-bottom-left-radius: 0;
}
.phb_list li:nth-child(19){
	border-bottom-left-radius: 20px;
}
.phb_list .nt_sort {
    height: 40px;
}
.phb_list .nt_sort li {
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 40px;
}
.phb_list .nt_sort li>a{
    padding-left: 12px;
}
.phb_list .nt_sort li .sort_arrow {
    width: 25px;
    height: 40px;
    background: url(../images/sort_arrow.png) center no-repeat;
    background-size: 50%;
    right: 0;
    top: 0;
}
.phb_list .nt_sort li:nth-child(2) {
    border-top-right-radius: 0;
}
.more_list li:nth-child(2) {
    border-top-right-radius: 0px;
}
.list_area_div {
    width: 93%;
    min-height: 60px;
    padding-left: 10px;
    margin-left: 1.5%;
}
.list_area_div.list_area_n {
    width: 100%;
    height: 49px;
    min-height: 45px;
    overflow: hidden;
    margin: 0 auto;
    background: #eee;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 0px 0px #999;
    overflow-x: scroll;
    white-space: nowrap;
	padding: 0;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
}
.list_area_div.list_area_n::-webkit-scrollbar{
	display: none;
}
.list_area_div a {
    min-width: 18.8%;
    height: 20px;
    border-radius: 20px;
    font-size: 13px;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}
.detail_back {
    width: 10%;
    padding-left: 15px;
}
.detail_back span {
    width: 40px;
    height: 40px;
    background-size: 75%;
    background-position: 0px 12px;
}
.index-search.detail_search {
    width: 85%;
    height: 50px;
    border-radius: 30px;
}
.detail_search .index-search-left {
    width: 74.5%;
    height: 50px;
}
.top_swiper {
    height: 260px;
    border-radius: 16px;
}
.index_swiper_div {
    width: 96%;
    height: 260px;
    border-radius: 16px;
}
.detail_left {
    width: 45%;
}
.detail_right {
	width:55%;
    padding: 0px;
}
.detail_right_div {
    padding: 10px;
	padding-left: 16px;
}
.detail_right_div dt.cp_name {
    width: 100%;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
}
.detail_right_div dt {
    width: 50%;
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}

.detail_right_div dt.long {
    width: 100%;
}
.detail_right_div dt.bianhao {
    height: 30px;
    top: 0;
    right: 5px;
    font-size: 14px;

}
.detail_topbar{
    height: 65px;
	padding-top: 0;
}
.d_tool_left li>span {
	width:40px;
}
.d_tool_left p {
    font-size: 14px;
    padding-top: 3px;
    line-height: 40px;
}
.d_tool_left p.ssjf {
    font-size: 14px;
	line-height: 65px;
	padding-left: 30px;
    background-size: 15%;
	background-position: 0 18px;
}
.yaoyueta {
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
	margin-left: 20px;
	margin-top: 14px;
}
.gallery li {
    height: 33.3333333333333vw;
}
.fuwu li {
    min-height: 30px;
    font-size: 14px;
    padding-top: 5px;
    line-height: 24px;
    padding-bottom: 5px;
    margin-top: 0px;
    padding-right: 9px;
    padding-left: 16px;
}
#box {
    width: 100%;
    padding: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: -35px;
}

#myPoint span big {
    font-size: 45px;
}
#myPoint span small {
    font-size: 18px;
}
#myPoint span {
    line-height: 64px;
    font-size: 12px;
}
#myPoint em {
    margin-left: 10px;
    margin-top: -10px;
    font-weight: 700;
    font-size: 1.5em;
}
#myPoint img {
    margin-left: 20px;
    margin-top: 25px;
    width: 43%;
    height: 43%;
}

#list-wrap {
 padding-top: 0;
}
#list-wrap .list {
	border-bottom: 1px dotted rgba(90,90,90,0.4);
}
#list-wrap .more_list:last-child{
    border-bottom: 0;
}
#list-wrap .user-pic {
    width: 3em;
}
#list-wrap .user-pic img {
    width: 2.5em;
    height: 2.5em;
}
#list-wrap .user-commont {
    width: calc(100% - 4em);
	padding-left: 5px;
	box-sizing: border-box;
	text-align: justify;
    border-bottom: 0;
}
.user-commont .reply {
    font-size: 14px;
    line-height: 0.1em;
    height: 1.5em;
    top: -0.2em;
    right: 63px;
}
.user-commont .zan {
    width: auto;
    min-width: 74px;
    height: 1.5em;
    line-height: 1.5em;
    top: -2px;
    background-size: 20%;
    font-size: 12px;
    padding-left: 50px;
}
#list-wrap .c-name {
    font-size: 1em;
    line-height: 1em;
    height: 1.5em;
}
#list-wrap .c-neirong {
    font-size: 0.9em;
    line-height: 1.5em;
}
#list-wrap .c-time {
    font-size: 0.7em;
    height: 1.5em;
    line-height: 1.5em;
}
.user-commont-list {
	width: calc(100% + 4em);
    padding-left: 10px;
    font-size: 14px;
	margin-left: -4em
}
.user-commont-list .reply-name {
    font-size: 14px;
}
.user-commont-list .reply-time {
    font-size: 0.7em;
    height: 2.5em;
    line-height: 1.5em;
}
.user-commont-list dt {
    width: 100%;
}
/*.Dialog_page a.page_active {
    padding: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}*/
.detail_pinglu-send {
	width:100%;
	height: 80px;
    position: fixed;
    left: 0;
    bottom: 60px;
    background: #a47e01;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px #000;
    z-index: 99;
}
.detail_pinglu-send textarea {
    width:calc(100% - 50px);
    height: 50px;
	line-height: 18px;
	padding: 10px;
	font-size: 12px;
	padding-left: 20px;
}
.detail_pinglu-send textarea::-webkit-input-placeholder{
    color:#999;
	font-size: 14px;
	line-height: 30px;
}
#comment_submit {
    height: 50px;
    background: #fff url(../images/push.png)left center no-repeat;
    background-size: 70%;
    width: 50px;
}
.pinglun_clear {
    width: 100%;
    height: 60px;
}
.user-commont-list dt a{
    font-size: 16px;
}
#list-wrap .c-level {
    height: 1.5em;
    line-height: 1.0em;
}
.user-commont-list dl{
    padding: 20px;
    padding-top: 10px;
	padding-bottom: 10px;
}
.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;
}
.galley-close {
    background-size: contain;
    top: 0;
    right: 10px;
    cursor: pointer;
    z-index: 1001;
}
.index_title {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}
.more_title {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}
#list-wrap .main_commont {
    width: calc(100% - 4em);
    padding-left: 5px;
    box-sizing: border-box;
    text-align: justify;
    border-bottom: 0;
}
.main_reply_list .title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.main_zan_div .main_zan {
    width: 120px;
    height: 35px;
    background-size: 20%;
    line-height: 35px;
    font-weight: 600;
    font-size: 14px;
	margin-bottom: 20px;
}
.list_arrow {
    top: -0.9999999rem;
    left: 8.67vw;
}
.main_reply_list {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
#DataForm {
    width: 100%;
    min-height: calc(100% - 215px);
}
.serach-down {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.layui-form {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
	padding-bottom: 40px;
}
.h_search_div{
/*	padding-top: 16px;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 30px;*/
}
.h_search_div.search_get{
    padding-bottom: 50px;
}	
.ssjg_div_t1 {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
}
.ssjg_div_t2 {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
}
.s_article {
	display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
	margin: 0 auto;
	margin-top: 20px;
}
.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;
}
.ssjg_div_y{
	height: 50px;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
	margin-bottom: 5px;
}
.layui-anim .btn1 {
    background-size: 16%;
    background-position: 20px 0px;
    padding-left: 50px;
    font-size: 14px;
}
.layui-anim .btn2 {
    background-size: 16%;
    background-position: 20px 0px;
    padding-left: 50px;
    font-size: 14px;
}
span.search_top_button{
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ffcf2f url(../images/s_left.png) no-repeat;
    background-size: 16%;
    background-position: 68px 8px;
    right: 8px;
    top: 10px;
    width: 90px;
    padding-left: 12px;
    position: absolute;
}
span.search_down_button{
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ffcf2f url(../images/s_right.png) no-repeat;
    background-size: 16%;
    background-position: 68px 8px;
    right: 8px;
    top: 10px;
    width: 90px;
    padding-left: 12px;
    position: absolute;
}
.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;
}
.search-result {
    width: 100%;
    height: 50px;
    background: #1a1a1a;
}
.height-search-submit {
    position: fixed;
    left: 20%;
    bottom: 0;
    width: 80%;
    z-index: 101;
    border-top: 1px solid #cdbc83;
	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;
}
.h_search_div.ss_height{
	padding-bottom: 80px;
}

.phb_list .nt_sort li .sort_arrow_d {
    width: 25px;
    height: 40px;
    background: url(../images/paixu_d.png)top right no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
}
.phb_list .nt_sort li .sort_arrow_a {
    width: 25px;
    height: 40px;
    background: url(../images/paixu_u.png)top right no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
}
.phb_list.mb_5_list{
	width:98%!important;
	margin: 0 auto!important;
	margin-top: 5px!important;
}
#list-wrap .c-neirong.is_delete{
    background-size: 7%;
    background-position: 20px 10px;
    text-indent: 30px;
    padding-top: 10px;
}
.search-result-title {
    width: 70%;
    height: 30vw;
    border-radius: 18px;
    line-height: 30vw;
    font-size: 16px;
}
.search_close {
    width: 60px;
    height: 60px;
    background: url(../images/share_close.png) center no-repeat;
    background-size: 60%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
}
.search_close {
    width: 45px;
    height: 45px;
    top: 5px;
}
.search_maggin{
	height:30px;
}
.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;
}
}