@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Microsoft JhengHei;
	-webkit-overflow-scrolling:touch;
	background: #333 url("../images/07.png");
	width:100%;
}
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{
	margin: 0;
	padding: 0;
}
section{
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent; 
	outline: none;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
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: "FZLTTHFW";
    src: url("fonts/FZLTTHFW.eot"); /* IE9 */
    src: url("fonts/FZLTTHFW.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("fonts/FZLTTHFW.woff") format("woff"), /* chrome、firefox */
    url("fonts/FZLTTHFW.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("fonts/FZLTTHFW.svg#FZLTTHFW") format("svg"); /* iOS 4.1- */

}
@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: "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;
}
.homepage_index{
    width:786px;
	height: auto;
	overflow: hidden;
	background:#d0d2d2 url(../images/homepage_bg.webp) no-repeat top center;
	background-size:100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 58px;
}
.homepage_detail_index{
	width:100%;
    max-width:786px;
	height: auto;
	overflow: hidden;
	background-size:100%;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #cdd6d9;
}
section{
	width:100%;
	max-width: 786px;
	margin: 0 auto;
}
.index_header{
	width:100%;
	height: 132px;
	position: relative;
	box-sizing: border-box;
}
.index_header_top{
	width:100%;
    height: 200px;
	font-size: 60px;
	font-weight: bolder;
	line-height: 220px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 5px 10px #000;
}
.index_location_div{
	width:100%;
	height: 162px;
	position: relative;
}
.index_login{
	width: 105px;
    height: 50px;
    box-sizing: border-box;
    line-height: 35px;
    font-size: 30px;
    cursor: pointer;
    float: right;
    font-weight: 500;
    text-align: right;
    margin-right: 15px;
    margin-top: 8px;
    background: url(../images/login.png) left top no-repeat;
    background-size: 30%;
}
.index_login a{
	display: block;
	width:100%;
	height: 100%;
	color: #000;
}
.index_location{
	width:220px;
	height: 50px;
	position: relative;
	box-sizing: border-box;
	background: url(../images/location.png) no-repeat;
    background-size: 13%;
    background-position-y:0.6vw;
	color: #000;
	line-height: 50px;
	font-size: 30px;
	cursor: pointer;
	float: left;
}
.index_location .dangqian{
	padding-left: 50px;
}
.index_location .arrow{
	display: block;
	width:55px;
	height: 55px;
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 1;
	background: url("../images/down_arrow_gray.png")top center no-repeat;
	background-size: 65%;
}
.index_location .xzct_up{
	background: url("../images/up_arrow_gray.png")top center no-repeat;
	background-size: 65%;
}
.cities{
	width: 100%;
	display: none;
	/*--background-image: linear-gradient(transparent,white);*/
	background-color: rgba(255,255,255, .8);
	border-radius: 15px;
	position: absolute;
	left: 0;
	top:50px;
	z-index: 100;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0, .3);
}
.index_location a{
	display: block;
	padding-left: 20px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255, .5);
	color: #555;
	height: 45px;
	font-size: 20px;
	box-sizing: border-box;
}
.index_location a:hover{
	border-bottom: 0;
	background-color: rgba(0,0,0, .5);
	color: #fff;
}
.index_location a.on{
	border-bottom: 0;
	background-color: rgba(0,0,0, .5);
	border-bottom: 1px solid rgba(255,255,255, .5);
	color: #fff;
}
.index_location a:nth-child(last){
	border-bottom: 0;
}

/*.index_location a:nth-child(1){
	margin-left: 120px;
}*/

/*swiper*/

.index_ad{
	width:94%;
	height: 320px;
	overflow: hidden;
	/*box-shadow: 0px 0px 10px #666;*/
	box-sizing: border-box;
	padding: 10px;
	margin-left: 15%;
	margin-top: 460px;
}
.apple-retail {
	width:100%;
	height: 363px;
	overflow: hidden;
	/*box-shadow: 0px 0px 10px #666;*/
	box-sizing: border-box;
	border-radius: 20px;
}
.swiper-container{
	height: 363px!important;
}
.swiper-slide {
	text-align: center;
    padding:0;
	overflow: hidden;
	background: #fff;
}
.swiper-slide img{
    width:100%;
}
.inner figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.swiper-slide .index_ad_play{
	position: absolute;
	z-index: 100;
	margin: auto;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	width:50px;
	height: 50px;
	background: url("../images/play.png")center no-repeat;
	background-size: cover;
	pointer-events: none;
}
.inner figure img {
	width:100%;
	border-radius: 6px;
}
.inner figure video {
	width:100%;
	border-radius: 6px;
}
.gallery-item-desc {
	width: 40%;
	text-align: left;
	display: inline-block;
	padding-top: 46px;
	opacity: 0;
	transition-duration: 1.2s;
}
.init .gallery-item-desc {
	opacity: 1;
}
.gallery-item-desc h3 {
	line-height: 1.16667;
	font-weight: 600;
	letter-spacing: .009em;
	color: #111;
	font-size: 20px;
}
.gallery-item-desc p {
	margin-top: 1em;
	color: #333;
	font-size: 15px;
}


.index_row{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}

.index_row ul{
	width:100%;
	height: auto;
	overflow: hidden;
}

.index_row li{
	width:203px;
	height: 203px;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	position: relative;
}
.index_row li:nth-child(1){
	width:433px;
	height: 433px;
	background: url("../images/menu_01.webp")left no-repeat;
	background-size: contain;
	float: right;
	margin-right: 0;
	clear: both;
}
.index_row li:nth-child(2){
	background: url("../images/menu_01.jpg")right no-repeat;
	background-size: contain;
}
.index_row li:nth-child(3){
	background: url("../images/menu_02.jpg")left no-repeat;
	background-size: contain;
}
.index_row li:nth-child(4){
	background: url("../images/menu_03.jpg")right no-repeat;
	background-size: contain;
	clear: both;
}
.index_row li:nth-child(5){
	background: url("../images/menu_04.jpg")left no-repeat;
	background-size: contain;
}
.index_row li:nth-child(6){
	background: url("../images/menu_05.jpg")right no-repeat;
	background-size: contain;
	margin-right: 0;
}
.index_row li:nth-child(7){
	background: url("../images/menu_06.jpg")left no-repeat;
	background-size: contain;
}
.index_row li:nth-child(8){
	background: url("../images/menu_07.jpg")right no-repeat;
	background-size: contain;
}
.index_row li:nth-child(9){
	background: url("../images/menu_08.jpg")right no-repeat;
	background-size: contain;
	margin-right: 0;
}
.index_row li .jianjie{
	width:80px;
	height: 80px;
	overflow: hidden;
	color: #fff;
	text-shadow:0px 0px 5px #333;
	box-sizing: border-box;
	font-size: 30px;
	font-size: bolder;
	font-family: "FZLTTHFW";
	text-align: center;
	margin: 0 auto;
	margin-top: 70px;
}

.index_row .neirong{
	font-size: 30px;
	font-size: bolder;
}


.index_bottom{
	width:786px;
	height: 140px;
	overflow: hidden;
	line-height: 18px;
	color: #999;
	font-size: 24px;
	display:flex;
	justify-content: space-between;
    align-items: flex-end;
	position: relative;
	background-color: #fff;
	border-top: 1px solid #eee;
	margin: 0 auto;
}
.index_bottom a{
	display: block;
	width:33.343%;
	height:140px;
	position: relative;
}
.index_bottom p{
	display: block;
	width:100%;
	font-size: 24px;
	text-align: center;
	line-height: 170px;
	color: #999;
	font-weight: 600;
}
.index_bottom a:nth-child(1) p{
	background:url("../images/home_new.png") top center no-repeat;
	background-size: 25%;
}
.index_bottom a:nth-child(1).active p{
	background:url("../images/home_new_on.png") top center no-repeat;
	background-size: 25%;
	color: #333;
}
.index_bottom a:nth-child(2) p{
	background: url("../images/kefu_new.png") top center no-repeat;
	background-size: 25%;
	color: #ff7744;
	cursor: pointer;
}
.index_bottom a:nth-child(3) p{
	background:url("../images/my_new.png") top center no-repeat;
	background-size: 25%;
}
.index_bottom a:nth-child(3).active p{
	background:url("../images/my_new_on.png") top center  no-repeat;
	background-size: 25%;
	color: #333;
}
/*--------------list--------------*/

.list_header_ktv{
	width:100%;
	max-width: 780px;
	height: 535px;
	background: url("../images/list_ktv.webp")top center no-repeat;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
}
.list_header_sn{
	width:100%;
	max-width: 780px;
	height: 535px;
	background: url("../images/sn.webp")top center no-repeat;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;

}
.list_header_coffee{
	width:100%;
	max-width: 780px;
	height: 535px;
	background: url("../images/cf.webp")top center no-repeat;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;

}
.list_header_xtd{
	width:100%;
	max-width: 780px;
	height: 535px;
	background: url("../images/xt.webp")top center no-repeat;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;

}
.list_header_anmo{
	width:100%;
	max-width: 780px;
	height: 535px;
	background: url("../images/am.webp")top center no-repeat;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;

}
.list_header_jiuba{
	width:100%;
	max-width: 780px;
	height: 535px;
	background: url("../images/jb.webp")top center no-repeat;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;

}
.list_header_canting{
	width:100%;
	max-width: 780px;
	height: 535px;
	background: url("../images/ct.webp")top center no-repeat;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;

}
.list_header_jingdian{
	width:100%;
	max-width: 780px;
	height: 535px;
	background: url("../images/jd.webp")top center no-repeat;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;

}
.list_title{
	width: 100%;
    height: 100px;
    text-align: left;
    font-family: "FZLTTHFW";
    font-size: 36px;
    color: #333;
    box-sizing: border-box;
    line-height: 100px;
}
.list_row{
	width:100%;
	height: auto;
	overflow: hidden;
}
.list_row:last-child{
	margin-bottom: 10px;
}
.list_div{
	width:100%;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 20px;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 0px 10px #666;
}
.list_div_left{
	width:245px;
	height: 100%;
	float: left;
}
.list_div_left img{
	width:100%;
}
.list_div_right{
	width: calc(100% - 245px);
    height: 100%;
    float: left;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
.list_div_title{
	width:100%;
	height: 60px;
	font-size: 36px;
	font-weight: bolder;
	padding: 20px;
	padding-top: 0;
	box-sizing: border-box;
	white-space: nowrap; /* 防止文字换行 */
    overflow: hidden; /* 控制溢出部分的显示 */
    text-overflow: ellipsis; /* 添加省略号 */
}

.list_div_right .list_detail{
	width:100%;
	height: auto;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	padding-left: 18px;
}
.list_detail dl,.list_detail dt{
	padding: 0;
	margin: 0;
}
.list_detail span{
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	font-weight: 500;
	color: #999;
	font-size: 20px;
}
.list_detail .lable{
	width:110px;
	color: #8d2661;
}
.list_detail .fwnr{
	width:100%;
	color: #8d2661;
}
.list_detail .neirong{
	width:100%;
	height: 68px;
	line-height: 24px;
	color: #666;
	font-size: 18px;
	text-overflow:ellipsis; 
    white-space: normal; 
    display:-webkit-box;  
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:3;/*内容限制的行数 需要几行写几就行*/
	overflow: hidden;
}
.list_detail .neirong span{
	width:100%;
	height: 68px;
	line-height: 24px;
	color: #666;
	font-size: 18px;
	text-overflow:ellipsis; 
    white-space: normal; 
    display:-webkit-box;  
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:3;/*内容限制的行数 需要几行写几就行*/
	overflow: hidden;
}
.list_detail .neirong p{
	margin: 0;
    padding: 0;
}
.list_div .zhiding{
	width:90px;
	height: 90px;
	background: #f954c9;
	border: 10px solid #f5bbe4;
	border-radius: 110px;
	text-align: center;
	line-height: 90px;
	color: #fff;
	font-size: 46px;
	font-weight: 600;
	position: absolute;
	right: 6px;
	top: 6px;
	z-index: 10;
	cursor: pointer;
}
.pagination-mian{
	width:100%;
	height: 60px;
	display:flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
	/*justify-content: space-between;*/
	align-items: center;
}
.pagination-mian a{
	display: block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	color: #999;
	border-radius: 5px;
	text-align: center;
	background-color: #ccc;
	border: 1px solid #eee;
	margin-right: 10px;
}
.pagination-mian a.active{
	background: #fff;
	color: #222;
	font-weight: 700;
}
/*---------detail----------*/

.detail_header{
	width:100%;
	max-width: 786px;
	height: 535px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #d0d2d2;
}
   
.detail_h_bg{
	width:100%;
	height: 100%;
    position: absolute;
	z-index: 0;
	top:0;
}
.left_arrow {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 20px;
	overflow: hidden;
	z-index: 9999;
	text-align: center;
}
.left_arrow  a{
	display: block;
	width:100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
}
.left_arrow img{
	width:80%;
	margin-top: 10%;
}
.detail_title{
    width: 100%;
    height: 535px;
    text-align: right;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 60px;
    color: #fff;
    padding-right: 25px;
    padding-top: 50%;
    box-sizing: border-box;
    font-stretch: ultra-expanded;
    position: absolute;
    z-index: 10;
    right: 40px;
    bottom: 250px;
    text-shadow: 3px 3px 3px #000;
}
.detail_section{
	margin-top: -250px;
}
.detail_div {
	width: 86%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #fff;
    padding: 25px;
    position: relative;
    border-radius: 20px;
    box-sizing: border-box;
	margin-bottom: 55px;
}
.detail_div .neirong_left ul{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	overflow: hidden;

}
.detail_row_1{
	width:100%;
	max-width: 780px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
    background: #fff;
	position: relative;
}
.detail_row_1 .neirong_left{
    width:100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
}

.detail_row_1 .neirong_left li{
	width:100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.neirong_left .detail_thumb_bg{
	width:100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	filter: blur(5px);
	opacity: .5;
	background: #999;
	background-size: cover;
}
.neirong_left .video_play{
	display: block;
	width:80px;
	height: 80px;
	background: url("../images/play-button.png") center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 11;
	margin: auto;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	cursor: pointer;
	pointer-events: none;
}
.neirong_left .detail_thumb{
	/*position: absolute;
	top:0;
	left: 0;
	z-index: 10;*/
	width:100%;
	height: 100%;
	display:flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
	/*justify-content: space-between;*/
    align-items: center;
}

.detail_row_1 .detail_neirong{
	width:100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 4%;
	box-sizing: border-box;
}
.detail_neirong .title{
	width:100%;
	height: 50px;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
}
.detail_neirong .neirong{
	color: #666;
	font-size: 14px;
	font-weight: 600;
	padding-top: 15px;
}
.detail_neirong .neirong span{
	color: #222;
}
.detail_neirong .neirong dl,.detail_neirong .neirong dt{
	padding: 0;
	margin: 0;
	border: 0;
}
.detail_neirong .neirong dl{
	width:100%;
	height: auto;
	overflow: hidden;
	font-size: 0;
    position: relative;
	padding-bottom: 40px;
}
.detail_neirong .neirong dt{
	width:49%;
	height: auto;
	min-height: 24px;
	overflow: hidden;
	display: inline-block;
	font-size: 24px;
	border-bottom: 1px dotted #ddd;
	padding-top: 8px;
	padding-bottom: 8px;
}
.neirong dt.long{
	width:98%;
	overflow: hidden;
	display: inline-block;
}
.neirong span.lable{
	display: inline-block;
	width:120px;
	height: 20px;
}
.neirong span.price {
    font-family: "AVANTI";
    color: #ff7744;
    font-weight: normal;
}
.neirong span.time {
    font-family: "AVANTI";
    color: #ff7744;
    font-weight: normal;
}
.neirong span.zysx{
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 10px 0;
}
.neirong span.notice{
	width:100%;
	height: 150px;
	color: #999;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.neirong span.notice a{
    color: #ff7744;
}
.neirong dt.long_end{
	border-bottom: 0;
}
.neirong .order_button {
    border: 0;
    display: block;
    width: auto;
    height: 50px;
    background: #ff7744;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    bottom: 6px;
    right: 6px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
	z-index: 999;
}
.neirong .order_button a{
	color: #fff;
}
/*---------two images----------*/
.detail_row_2{
	width:100%;
	max-width: 780px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
    background: #fff;
	position: relative;
}
.detail_row_2 .neirong_left {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
}
.detail_row_2 .neirong_left li{
	width:50%;
	height: 312px;
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.detail_row_2 .neirong_left li:nth-child(1){
	border-right:1px #fff solid;
}
.detail_row_2 video{
	height: 312px;
}
.detail_row_2 .neirong_left li:nth-child(2){
	border-right:0;
}
.detail_row_2 .detail_neirong {
    width: 100%;
    height: auto;
	overflow: hidden;
    float: left;
    padding: 2%;
	padding-right: 0;
	padding-bottom: 5%;
	box-sizing: border-box;
}
/*---------three images----------*/
.detail_row_3{
	width:100%;
	max-width: 780px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
    background: #fff;
	position: relative;
}
.detail_row_3 .neirong_left {
    width: 100%;
    height: 624px;
    overflow: hidden;
    position: relative;
    float: left;
}
.detail_row_3 .neirong_left li{
	width:50%;
	height: 312px;
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border-bottom:1px #fff solid;
}
.detail_row_3 .neirong_left li:nth-child(1){
	height: 624px;
	border-right:1px #fff solid;
	border-bottom: 0;
}
.detail_row_3 .neirong_left li:nth-child(1) video{
	height: 620px;
}
.detail_row_3 .neirong_left li:nth-child(1){
	border-bottom: 0;
}
.detail_row_3 .neirong_left li:nth-child(3){
	border-bottom: 0;
}
.detail_row_3 .detail_neirong {
    width: 100%;
    height: auto;
	overflow: hidden;
    float: left;
    padding: 2%;
	padding-right: 0;
	padding-bottom: 5%;
	box-sizing: border-box;
}
/*---------four images----------*/
.detail_row_4{
	width:100%;
	max-width: 780px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
    background: #fff;
	position: relative;
}
.detail_row_4 .neirong_left {
    width: 100%;
    height: 624px;
    overflow: hidden;
    position: relative;
    float: left;
}
.detail_row_4 .neirong_left li{
	width:50%;
	height: 312px;
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
}
.detail_row_4 .neirong_left li:nth-child(2){
	height: 312px;
	border-right:0;
}
.detail_row_4 .neirong_left li:nth-child(3){
	border-bottom:0;
}
.detail_row_4 .neirong_left li:nth-child(4){
	height: 312px;
	border-right:0;
	border-bottom: 0;
}
.detail_row_4 .detail_neirong {
    width: 100%;
    height: auto;
	overflow: hidden;
    float: left;
    padding: 2%;
	padding-right: 0;
	padding-bottom: 5%;
	box-sizing: border-box;
}
/*---------five images----------*/
.detail_row_5{
	width:100%;
	max-width: 780px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
    background: #fff;
	position: relative;
}
.detail_row_5 .neirong_left {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
}
.detail_row_5 .neirong_left ul{
	width: 100%;
    height: auto;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
.detail_row_5 .neirong_left li{
	width:33.3333%;
	height: 208px;
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
}
.detail_row_5 .neirong_left li:nth-child(1){
	height: 312px;
	width:50%;
}
.detail_row_5 .neirong_left li:nth-child(2){
	height: 312px;
	width:50%;
	border-right:0;
}
.detail_row_5 .neirong_left li:nth-child(5){
	border-right:0;
}
.detail_row_5 .detail_neirong {
    width: 100%;
    height: auto;
	overflow: hidden;
    float: left;
    padding: 2%;
	padding-right: 0;
	padding-bottom: 5%;
	box-sizing: border-box;
}
/*---------over five images----------*/
.detail_row_6{
	width:100%;
	max-width: 780px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
    background: #fff;
	position: relative;
}
.detail_row_6 .neirong_left {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
}

.detail_row_6 .neirong_left li{
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
}
.detail_row_6 .neirong_left li:nth-child(1){
	height: 312px;
	width:50%;
}
.detail_row_6 .neirong_left li:nth-child(2){
	height: 312px;
	width:50%;
	border-right:0;
}
.detail_row_6 .neirong_left li:nth-child(5){
	border-right:0;
}
.detail_row_6 .over_width li{
	width: 195px!important;
	height: 195px!important;
}
.detail_row_6 .over_width li:nth-child(2){
	border-right:1px solid #fff;
}
.detail_row_6 .over_width li:last-child {
	border-right:0;
}
.img_scroll{
    width: 100%;
    overflow-x: auto;
}
.img_scroll span {
    display: inline-flex;
    white-space: nowrap;
    font-size: 0px;
	box-sizing: border-box;
}
.img_scroll li{
	display: inline-block;
}
.detail_row_6 .detail_neirong {
    width: 100%;
    height: auto;
	overflow: hidden;
    float: left;
    padding: 2%;
	padding-right: 0;
	padding-bottom: 5%;
	box-sizing: border-box;
}
.fancybox-button {
	border-radius: 100%!important;
}
.fancybox-video{
	height: 50vh!important;
}
.login_homepage{
	width:100%;
	max-width: 786px;
	margin: 0 auto;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
	background-color: #fff;
}
.big_title{
	width:100%;
	height: 65px;
	margin-top: 165px;
	font-family: FZCuJinLFW;
	font-size: 60px;
	color: #ff7744;
	text-align: center;
}
.big_title span{
	display: inline;
	color: #000;
}
.small_title{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.max_title{
	width:100%;
	height: 100px;
	line-height: 100px;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}
.re_dig{
	width:100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}
.re_dig ul,li{
    margin: 0;
	padding: 0;
}
.re_dig li{
	width:75%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.re_dig li input{
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 30px;
    font-size: 16px;
    box-sizing: border-box;
}
.re-btn{
    width: 100%;
    height: 60px;
    background-color: #ff7744;
    border-radius: 10px;
    font-size: 20px;
    box-sizing: border-box;
    color: #fff;
    line-height: 60px;
    text-align: center;
    box-shadow: 0px 4px 10px #fbc696;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px;
}
.qdl_div{
	width:75%;
	height: auto;
	margin: 0 auto;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 20px;
    box-sizing: border-box;
    color: #ff7744;
    line-height: 60px;
    text-align: center;
    box-shadow: 0px 4px 10px #eee;
}
.qdl_div_1{
	width:75%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    box-sizing: border-box;
    line-height: 60px;
    text-align: center;
}
.qdl_div a{
	color:#ff7744;
}
.qdl_div_1 a{
	color: #000;
}
.diag_main_1{
	width:600px;
	height: 200px;
	background: #fff;
	box-shadow: 0px 0px 15px #999;
	position: fixed;
	z-index: 99;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
	display: none;
}
.diag_main_1 .title{
	font-size: 16px;
	width:94%;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	padding-left: 5px;
	box-sizing: border-box;
	color: #999;
	border-bottom: 1px #eee solid;
}
.diag_main_1 .close{
	width:30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 8px;
	background: url("../images/share_close.png") center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.diag_main_1 .row_div{
	width:90%;
	height: auto;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 0px;
}
.diag_main_1 .warnning{
	width:100%;
	height: 50px;
	background: url("../images/warning.png")left center no-repeat;
	background-size: 8%;
	padding-left: 70px;
	box-sizing: border-box;
	color: #f00;
	font-size: 16px;
	text-align: left;
	line-height: 50px;
	font-weight: 600;
	position: relative;
}
.diag_main_1 .warnning a{
	display: block;
	background: #ff7744;
	color: #fff;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: -25px;
	cursor: pointer;
}
.main-mask{
	width:100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
	z-index: 98;
	position: fixed;
	top: 0;
	display: none;
}
.login_form{
	width:75%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.login_form input{
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 30px;
    font-size: 16px;
    box-sizing: border-box;
}
.form_a {
	width:100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
.login_form_a input{
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 30px;
    font-size: 16px;
    box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
	padding-right: 90px;
}
#next-captcha{
	position: absolute;
    right: 6px;
    top: 12px;
}
.login_form_button{
	width: 100%;
    height: 60px;
    background-color: #ff7744;
    border-radius: 10px;
    font-size: 20px;
    box-sizing: border-box;
    color: #fff;
    line-height: 60px;
    text-align: center;
    box-shadow: 0px 4px 10px #fbc696;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px;
}
.login_form_text{
	width: 100%;
    height: auto;
    margin-top: 40px;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    box-sizing: border-box;
    line-height: 60px;
    text-align: center;
}
.login_form_text a{
	color: #ff7744;
}
.form_checked{
	width:36px;
	height:36px;
	background:url(../images/checked.png) no-repeat;
	background-size:cover;
	position:absolute;
	right:0;
	top:35px;
	display:none;
}
.form_error{
	width:36px;
	height:36px;
	background:url(../images/error.png) no-repeat;
	background-size:cover;
	position:absolute;
	right:0;
	top:35px;
	display:none;
}
.psw_checked{
	width:36px;
	height:36px;
	background:url(../images/checked.png) no-repeat;
	background-size:cover;
	position:absolute;
	right:0;
	top:115px;
	display:none;
}
.psw_error{
	width:36px;
	height:36px;
	background:url(../images/error.png) no-repeat;
	background-size:cover;
	position:absolute;
	right:0;
	top:115px;
	display:none;
}
.error_info{
	position: absolute;
	width:auto;
	height:20px;
	padding:6px;
	border-radius:5px;
	background-color:#e5462e;
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	display:none;
	left:0;
	top:0;
	z-index: 10;
}
.error_info em{
	display:block; 
	border-width:8px; 
	position:absolute; 
	top:32px; 
	left:42%;
	border-style:solid dashed dashed; 
	border-color:#e5462e transparent transparent;
	font-size:0; 
	line-height:0; 
	z-index:20;
}
.uc_header {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.log_out{
	width: 20%;
    height:150px;
	background: url(../images/logout.png) left no-repeat;
    background-size: 20%;
	background-position-y: 25px;
    box-sizing: border-box;
    float: right;
    text-align: right;
    padding-right: 10%;
    line-height: 80px;
}
.log_out a{
	display: block;
	color: #999;
	width:100%;
	height: 100%;
	font-size: 18px;
}
.uc_section{
	width:100%;
	height: calc(100vh - 300px);
	overflow: auto;
}
.uc_logo_div{
	width:100%;
	height: 180px;
}
.img_div{
	width:150px;
	height: 150px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	border: 6px solid rgba(255,120,68, .5);
	cursor: pointer;
}
.img_div img{
	width:100%;
}
.uc_name_div{
	width:100%;
	height: 100px;
	box-sizing: border-box;
	text-align: center;
}
.uc_name_div .name{
	font-size: 24px;
	font-weight: 600;
}
.uc_name_div .sign{
	color:#999;
	font-size: 16px;
}
.uc_menu_div{
	width:100%;
    max-width: 786px;
    height: 200px;
    overflow: hidden;
    line-height: 18px;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin: 0 auto;
	font-size: 20px;
}
.uc_menu_div p{
	display: block;
	width:100%;
	height: 100%;
	text-align: center;
}
.uc_menu_div a.my_coment{
	background: url(../images/mc.png) center no-repeat;
	background-size: 30%;
}

.uc_menu_div a.my_zixun{
	background: url(../images/grzl.png) center no-repeat;
	background-size: 30%;
}
.uc_menu_div a.my_kefu{
	background: url(../images/wdsc.png) center no-repeat;
	background-size: 30%;
	cursor: pointer;
}
.uc_menu_div a{
	color: #999;
    line-height: 280px;
    display: block;
    width: 33.33333333%;
	height: 100%;
}
#toast_close{
	width: 20px;
    height: 20px;
    background: url(../images/close.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 10px;
    background-size: 100%;
    cursor: pointer;
}
.uc_header_top{
	width:100%;
    height: 100px;
	position: relative;
	background-color: #fff;
}
.index_header_left{
	width:16%;
	float: left;
	height: 100%;
	text-align: center;
}
.index_header_left img{
	width:60%;
	margin-top: 5px;
}
.index_header_center{
	width:650px;
	height: 150px;
	float:left;
	position: relative;
}
.index_header_center input{
	width:100%;
	height: 93px;
	background: #fff;
	border-radius: 160px;
	box-sizing: border-box;
	padding-left: 60px;
	line-height: 90px;
	border: 0;
	outline: none;
	font-size: 24px;
	color: #fdb9cf;
	margin-top: 25px;
	padding-left: 160px;
}
.index_header_center button{
	width:60px;
	height: 60px;
	position: absolute;
	right: 20px;
	top: 40px;
	background: url("../images/search_icon.png")center no-repeat;
	border: 0;
	outline: none;
	cursor: pointer;
}
.index_header_right{
	width:190px;
	height: 150px;
	float: left;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	line-height: 150px;
	text-align: center;
}
.index_header_right a{
	color: #fff;
	text-decoration: none;
}
.uc_title {
    width: 84%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
	box-sizing: border-box;
}
.uc_center_sec{
	width:100%;
	min-height:calc(100vh - 240px);
	background: #f5f5f5;
}
.de_tab {
    width: 100%;
    height: auto;
	overflow: hidden;
}
.pinglun_tj {
    width: 100%;
    height: 80px;
    background: #eee;
    margin-bottom: 20px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    color: #111;
    line-height: 80px;
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.my_tab.pinglun_tab {
    background: #f5f5f5;
    padding: 7px;
    box-sizing: border-box;
    padding-left: 15px;
}
.pinglun_tab li {
    display: inline-block;
    width: 78px;
    height: 35px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 35px;
    color: #999;
    font-size: 14px;
    margin-right: 10px;
}
.pinglun_tab li.on {
    font-weight: 600;
    color: #fff;
    border: 0;
    background: #ff7744;
}
.pinglun_tab li a {
    color: #999;
}
.uc-pagination-mian {
	display: block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-radius: 5px;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #eee;
    margin-right: 10px;
}
.inner .page_active {
	background: #fff;
    color: #222;
    font-weight: 700;
}
.de_con{
	background-color: #fff;
	height: calc(100vh - 350px);
}
.zixun_list {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eee;
    padding-left: 15px;
    box-sizing: border-box;
    background: #fff url(../images/right_arrow.png)right center no-repeat;
    background-size: 6%;
	overflow: hidden;
}
.zixun_list .title {
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 70px;
}
.zixun_list .img_div {
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 40px;
    margin-top: 10px;
	border: 0;
}
.zixun_list .img_div img {
    width: 100%;
}
.zixun_list.dtt {
	margin-top: 10px;
    background: #fff;
	border-top: 1px solid #eee;
}
.zixun_list.yhid {
    background: #fff;
}
.zixun_list .text_div {
    float: right;
    height: 50px;
    margin-right: 40px;
    margin-top: 10px;
    color: #999;
    font-size: 16px;
    line-height: 50px;
}

.my_tab {
    width: 100%;
    height: 70px;
    background: #eee;
    margin-bottom: 20px;
    padding: 0;
    margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
}
.de_con_div {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
}
.textarea-block {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.textarea-item {
    width: 99%;
    height: 130px;
    border-radius: 6px;
    border: 1px solid #eee;
    padding: 10px;
    padding-bottom: 16px;
    box-sizing: border-box;
    resize: none;
}
.textarea-count {
    text-align: right;
    font-size: 13px;
    box-sizing: border-box;
    position: absolute;
    right: 6px;
    bottom: 8px;
}
.textarea-count span {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
}
.textareaInput {
    color: red;
}
.textarea-btn {
    width: 99%;
    height: 60px;
    background-color: #ff7744;
    border-radius: 10px;
    font-size: 20px;
    box-sizing: border-box;
    color: #fff;
    line-height: 60px;
    text-align: center;
    box-shadow: 0px 4px 10px #fbc696;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 10px;
}
.textarea-item.xgnc{
	height: 60px;
    padding: 0;
    padding-left: 10px;
    line-height: 30px;
    white-space: nowrap;
	box-sizing: border-box;
	line-height: 50px;
}
.c_psw {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    background: #fff;
    text-align: center;
    padding-top: 30px;
}
.c_psw ul,.c_psw li {
    margin: 0;
    padding: 0;
}
.c_psw input {
    width: 99%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #eee;
    line-height: 26px;
    padding-left: 10px;
    margin-bottom: 10px;
	box-sizing: border-box;
}
.kefu_ca{
	width:100%;
	max-width: 786px;
	height:auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	position: fixed;
	left: 0;
	right: 0;
	bottom:139px;
	z-index: 10000;
	display: none;
	margin: auto;
}
.kefu_ca .slide_close{
	width:68px;
	height: 68px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 auto;
	cursor: pointer;
	background: #fff url(../images/close.png) center no-repeat;
	background-size: 60%;
	margin-bottom: 15px;
	box-shadow: 0 0 4px;
}
.kefu_ca .kefu{
	width:50%;
	background: #fff;
	float: left;
	text-align: center;
}
.kefu_ca .kefu img{
	width:80%;
}
@media only screen and (max-width: 767px) {
body{
	margin: 0;
	padding: 0;
	font-family: Microsoft JhengHei;
	-webkit-overflow-scrolling:touch;
	width:100%;
}
.homepage_index{
	width:100%;
	padding: 5vw;
}
.index_header{
	max-width: 100%;
	height:15vw;
	background-size: cover;
}
.index_login{
	width: 18vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 1.0rem;
    margin-right: 5px;
    margin-top: 1vw;
	background: url(../images/login.png) left center no-repeat;
    background-size: 32%;
	background-position-x: 3vw;
}
.index_location{
	height: 10vw;
	line-height: 9vw;
	font-size: 1.0rem;
	background: url(../images/location.png) no-repeat;
	background-size: 12%;
    background-position-x: 1.5vw;
    background-position-y: 1.5vw;
}
.index_location.c_location{
    width:38vw;
}
.index_location.ca_location{
    width:32vw;
}
.index_location .dangqian{
	padding-left: 9vw;
}
.index_location .arrow{
    width: 7vw;
    right: 7px;
    top: 2.2vw;
}
.cities {
    border-radius: 10px;
    top: 35px;
}
.index_location a {
    padding-left: 10px;
    height: 8.5vw;
    font-size: 1.0rem;
}
.apple-retail {
    height: 46vw;
}
.swiper-slide {

}
.index_row{
	width:100%;
    margin-top: 10vw;
	min-height: 150vw;
}
.index_row li {
	width:27.2vw;
    height: 27.2vw;
	margin-right: 3.8vw;
	margin-bottom: 3.8vw;
}
.index_row li:nth-child(1) {
	width:59vw;
	height: 59vw;
}
.index_row li .jianjie {
    width: 14vw;
    height: 14vw;
    font-size: 20px;
    margin-top: 8vw;
}
.index_row .title {
    font-size: 1.5rem;
    font-size: bold;
}
.index_row .neirong {
    font-size: 1rem;
    font-size: bold;
}
.index_bottom{
	width:100%;
    height: 23vw;
    position: fixed;
    bottom: 0;
    z-index: 10000;
}
.index_bottom a{
	height:23vw;
}
.index_bottom p{
	padding: 0;
	margin: 0;
	font-size: 0.95rem;
	line-height: 34vw;
}
.index_bottom a:nth-child(1) p{
	background:url("../images/home_new.png") top center  no-repeat;
	background-size: 30%;
	background-position-y: 4vw;
}
.index_bottom a:nth-child(2) p{
	background-size: 30%;
	background-position-y: 4vw;
}

.index_bottom a:nth-child(3) p{
	background:url("../images/my_new.png") top center no-repeat;
	background-size: 30%;
	background-position-y: 4vw;
}
.index_bottom a:nth-child(1).active p{
	background:url("../images/home_new_on.png") top center no-repeat;
	background-size: 30%;
	background-position-y: 4vw;
}
.index_bottom a:nth-child(3).active p{
	background:url("../images/my_new_on.png") center -15px no-repeat;
	background-size: 30%;
	background-position-y: 4vw;
}
.swiper-container{
	height: auto!important;
}
/*---------------list---------------*/
.list_header_ktv{
	max-width: 100%;
	height:77.5vw;
	background-size: cover;
}
.list_header_sn{
	max-width: 100%;
	height:77.5vw;
	background-size: cover;
}
.list_header_coffee{
	max-width: 100%;
	height:77.5vw;
	background-size: cover;
}
.list_header_xtd{
	max-width: 100%;
	height:77.5vw;
	background-size: cover;
}
.list_header_anmo{
	max-width: 100%;
	height:77.5vw;
	background-size: cover;
}
.list_header_jiuba{
	max-width: 100%;
	height:77.5vw;
	background-size: cover;
}
.list_header_canting{
	max-width: 100%;
	height:77.5vw;
	background-size: cover;
}
.list_title {
	height: 20vw;
    font-size: 1.5rem;
    line-height: 20vw;
	padding-left: 10px;
}
.list_banner {
    height: 35vw;
}

.list_row {
    height: auto;
	overflow: hidden;
    margin-bottom: 0;
}
.list_div {
    height: 185px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-sizing: border-box;
}
.list_div_left {
    width: 35vw;
    height: 100%;
}
.list_div_right {
    width: calc(100% - 35vw);
    float: left;
    position: relative;
	padding-left: 0;
	padding-top: 0;
}
.list_div_title {
    height: 40px;
    font-size: 1.3rem;
    padding: 0;
    padding-top: 10px;
	padding-left: 15px;
	white-space: nowrap; /* 防止文字换行 */
    overflow: hidden; /* 控制溢出部分的显示 */
    text-overflow: ellipsis; /* 添加省略号 */
	font-weight: normal;
}
.list_row .list_detail {
    padding-left: 2vw;
	height: 140px;
	font-weight: normal;
}
.list_detail span.lable {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
.list_detail span.time {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
.list_detail span.fwnr {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
.list_detail .lable {
    width: 80px;
    color: #8d2661;
}
.list_detail .xiangqing{
    display: none;
}
.list_detail .title {
    height: 6vw;
    font-size: 14px;
}
.list_detail .neirong {
    height: 48px;
    line-height: 16px;
    font-size: 14px;
    -webkit-line-clamp: 3;
    width: 97%;
    display: block;
    word-wrap: break-word;
	font-weight: normal;
}
.list_detail .neirong span {
    height: 60px;
    line-height: 14px;
    font-size: 14px;
    white-space: nowrap;
    -webkit-line-clamp: 3;
	font-weight: normal;
}
.list_detail .neirong p{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.list_detail .price {
    height: 8vw;
    font-size: 12px;
    line-height: 10vw;
}
.list_div .zhiding{
	width:40px;
	height: 40px;
	border: 4px solid #f5bbe4;
	line-height: 40px;
	font-size: 24px;
	right: 12px;
	top: 12px;
}
.contact {
    height: 6vw;
    line-height: 6vw;
    border-radius: 4px;
    right: 1vw;
    top: 2vw;
}
.clear_div{
    height: 18vw;
}
/*---------------detail---------------*/
.detail_div{
    width: 92%;
    padding: 4vw;
    margin-bottom: 120px;
}
detail_div ul{
	border-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
}
.detail_header {
    height: 65vw;
}
.left_arrow {
    width: 14vw;
    height: 14vw;
    left: 4vw;
    top: 10px;
}
.left_arrow a {
    line-height: 15vw;
}
.left_arrow img {
    width: 100%;
    margin-top: 2.2vw;
}
.detail_title {
	height: 20vw;
    font-size: 2.0rem;
    line-height: 20vw;
    text-shadow: 3px 3px 3px #000;
    bottom: 210px;
    right: 20px;
}
.detail_section{
    margin-top: -120px;
}
.detail_row_1 .neirong_left {
	width:84vw;
    height: 84vw;
}
.detail_row_1 ul,.neirong_left li{
    height: 100%;
}
.detail_row_1 .neirong_left li {
	width:84vw;
    height: 84vw;
}
.detail_row_1 .detail_neirong {
    width: 100%;
    height: auto;
	overflow: hidden;
    padding-left: 2%;
	box-sizing: border-box;
}
.detail_neirong .neirong dt {
    min-height: 18px;
    font-size: 12px;
    padding-bottom: 8px;
}
.neirong span.lable {
    width: 28vw;
}
.neirong dt.long {
    font-size: 1.2rem;
}
span.lable.zysx{
    width:100%;
}
.neirong span.notice {
	height: auto;
    min-height: 150px;
    font-size:0.95rem;
}
.neirong .order_button {
    height: 40px;
    font-size: 1.2rem;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
	font-weight: normal;
}
.detail_row_2 .detail_neirong{
	padding-top: 0;
}
.detail_row_2 .neirong_left {
    width:84vw;
	height: 42vw;
}
.detail_row_2 ul,.neirong_left li{
    height: 100%;
}
.detail_row_2 .neirong_left li {
    height: 42vw;
}
.detail_row_2 video{
    height: 42vw
}
.detail_row_2 .neirong_left .video_play {
    width: 50px;
	height: 50px
}
.detail_row_3 .detail_neirong{
	padding-top: 0;
}
.detail_row_3 .neirong_left {
    width: 84vw;
	height: 84vw;
}
.detail_row_3 ul,.neirong_left li{
    height: 100%;
}
.detail_row_3 .neirong_left li {
    height: 50%;
}
.detail_row_3 .neirong_left .video_play {
    width: 50px;
	height: 50px
}
.detail_row_3 .neirong_left li:nth-child(1) {
    height: 100%;
}
.detail_row_3 .neirong_left li:nth-child(1) video{
    height: 84vw;
}
.detail_row_4 .detail_neirong{
	padding-top: 0;
}
.detail_row_4 .neirong_left {
    width:84vw;
	height: 84vw;
}
.detail_row_4 ul{
    height: 100%;
}
.detail_row_4 .neirong_left li {
	width:42vw;
	height: 42vw;
}
.detail_row_4 .neirong_left li:nth-child(2) {
    height: 42vw;
    border-right: 0;
}
.detail_row_4 .neirong_left li:nth-child(4) {
    height: 42vw;
    border-right: 0;
}
.detail_row_4 .neirong_left .video_play {
    width: 50px;
	height: 50px
}
.detail_row_5 .detail_neirong{
	padding-top: 0;
}

.detail_row_5 ul{
    height: 100%;
}
.detail_row_5 .neirong_left li {
    height: 28vw;
}
.detail_row_5 .neirong_left li:nth-child(1) {
    height: 42vw;
}
.detail_row_5 .neirong_left li:nth-child(2) {
    height: 42vw;
}
.detail_row_5 .neirong_left .video_play {
    width: 50px;
	height: 50px
}
.detail_row_6 .detail_neirong{
	padding-top: 0;
}
.detail_row_6 .neirong_left .video_play {
    width: 50px;
	height: 50px
}
.detail_row_6 .over_width li {
    width: 23vw!important;
    height: 23vw!important;
    /* display: inline-flex; */
}
.detail_row_6 .neirong_left li:nth-child(1) {
	width: 42vw;
    height: 42vw;
}
.detail_row_6 .neirong_left li:nth-child(2) {
	width: 42vw;
    height: 42vw;
}
.m_clear{
    height: 100px;
}
.big_title{
	margin-top: 75px;
}
.small_title{
	font-weight:lighter;
}
.diag_main_1 {
    width: 80vw;
    height: 150px;
}
.diag_main_1 .warnning {
    padding-left: 50px;
    line-height: 30px;
	background: url(../images/warning.png)left top no-repeat;
    background-size: 10%;

}
.log_out {
    width: 25%;
	height: 100px;
    background: url(../images/logout.png) left no-repeat;
    background-size: 22%;
    background-position-y: 30px;
	padding-right: 8%;
}
.uc_name_div {
    height: 80px;
}
.uc_menu_div{
	font-size: 16px;
}
.uc_menu_div a {
    line-height: 100px;
}
.uc_menu_div a.my_coment{
	background: url(../images/mc.png) top center no-repeat;
	background-size: 30%;
}

.uc_menu_div a.my_zixun{
	background: url(../images/grzl.png) top center no-repeat;
	background-size: 30%;
}
.uc_menu_div a.my_kefu{
	background: url(../images/wdsc.png) top center no-repeat;
	background-size: 30%;
}
.uc_header_top{
    height: 80px;
}
.index_header_left{
	width:16%;
	height: 80px;
	font-size: 2rem;
	line-height: 80px;
}
.index_header_left img {
    width: 70%;
    margin-top: 15px;
}
.index_header_center{
	width:63%;
	height:80px;
}
.index_header_center input{
	width:100%;
	height: 46px;
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	padding-left: 80px;
	line-height: 46px;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #fdb9cf;
	margin-top: 15px;
}
.index_header_center button{
	width:25px;
	height: 25px;
	right: 15px;
	top: 25px;
	background-size: contain;
}
.index_header_right{
	width:20%;
	height: 80px;
	font-size: 1.0rem;
	line-height: 80px;
}
.uc_title {
    line-height: 80px;
    font-size: 24px;
    font-weight: normal;
}
.uc_center_sec{
	width:100%;
	min-height:calc(100vh - 165px);
}
.pinglun_tj {
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}
.de_con {
    background-color: #fff;
    height: calc(100vh - 325px);
}
.kefu_ca{
	bottom:23vw;
}
.kefu_ca .slide_close{
	width:10vw;
	height: 10vw;
}
}