body {font-size:14px;font-family:Microsoft Yahei; color:#333; min-width:1200px; }
.wrap {width:100%;overflow:hidden;}
*{margin:0; padding:0; box-sizing:border-box;}
.base *{ box-sizing:border-box !important;}
dl {margin:0;}
dt {font-weight:normal;}
ul, li {list-style-type:none;margin:0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
a {color: #333; outline:none;text-decoration:none;-o-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
a:hover {text-decoration:none;color:#c9aa5f;outline:none;}
a:focus {text-decoration:none;color:inherit;outline:none;}
img { border:0;vertical-align:middle; max-width:100%;}
table {border-collapse:collapse;}
input {border:0;outline:none;}
/*公共样式勿删除*/
.clearfix:after {content: " ";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {zoom: 1;}
.container {
	width:1200px;
	margin:0 auto;
}
.f_b {font-weight:bold;}
.v_m {vertical-align:middle;}
.v_t {vertical-align:top;}
.fl { float:left;}
.fr {float:right;}
.db {display:block;}
.dnb {display:inline-block;}
.d_n {display:none;}
.bod_r50 {border-radius:50%;}
.bod_r {border-radius:5px;}
.p20 {padding:20px;}
.pt5 {padding-top:5px;}
.pb5 {padding-bottom:5px;}
.pl5 {padding-left:5px;}
.pr5 {padding-right:5px;}
.pt10 {padding-top:10px;}
.pb10 {padding-bottom:10px;}
.pl10 {padding-left:10px;}
.pr10 {padding-right:10px;}
.pt15 {padding-top:15px;}
.pl15 {padding-left:15px;}
.pr15 {padding-right:15px;}
.pb15 {padding-bottom:15px;}
.pr20 {padding-right:20px;}
.pb20 {padding-bottom:20px;}
.pl20 {padding-left:20px;}
.pt20 {padding-top:20px;}
.pr25 {padding-right:25px;}
.pb25 {padding-bottom:25px;}
.pl25 {padding-left:25px;}
.pt25 {padding-top:25px;}
.pr30 {padding-right:30px;}
.pb30 {padding-bottom:30px;}
.pl30 {padding-left:30px;}
.pt30 {padding-top:30px;}
.mt5 {padding-top:5px;}
.mb5 {margin-bottom:5px;}
.ml5 {margin-left:5px;}
.mr5 {margin-right:5px;}
.mt10 {margin-top:10px;}
.mb10 {margin-bottom:10px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.mt15 {margin-top:15px;}
.ml15 {margin-left:15px;}
.mr15 {margin-right:15px;}
.mb15 {margin-bottom:15px;}
.mr20 {margin-right:20px;}
.mb20 {margin-bottom:20px;}
.ml20 {margin-left:20px;}
.ml80 {margin-left:80px;}
.mt20 {margin-top:20px;}
.mr25 {margin-right:25px;}
.mb25 {margin-bottom:25px;}
.ml25 {margin-left:25px;}
.mt25 {margin-top:25px;}
.mr30 {margin-right:30px;}
.mb30 {margin-bottom:30px;}
.ml30 {margin-left:30px;}
.mt30 {margin-top:30px;}
.t_c {text-align:center;}
.t_r {text-align:right;}
.t_l {text-align:left;}
.f36 {font-size:36px;}
.f32 {font-size:32px;}
.f30 {font-size:30px;}
.f28 {font-size:28px;}
.f24 {font-size:24px;}
.f22 {font-size:22px;}
.f20 {font-size:20px;}
.f12 {font-size:12px;}
.f18 {font-size:18px;}
.f16 {font-size:16px;}
.f14 {font-size:14px;}
.bod {border:1px solid #eee;}
.b_t {border-top:1px solid #ddd;}
.b_r {border-right:1px solid #ddd;}
.bb_d {border-bottom:1px dotted #ddd;}
.bb {border-bottom:1px solid #ddd;}
.b_l {border-left:1px solid #eee;}
.lh30 {line-height:30px;}
.lh24 {line-height:24px;}
.t_d {text-decoration:underline;}
.p_r {position:relative;}
.c_p {cursor:pointer;}
.c_6 {color:#666;}
.white { color:#fff;}
.red {color:#ff0000;}
.c_9 {color:#999;}
.c_3 {color:#333;}
.yellow {color:#f6dc14;}
.blue{color:#00a0e9;}
.bgf {background:#fff;}
.orange {color:#caab61;}
.box_s {box-shadow:0 0 20px #ccc;}
.td2 {text-indent:2em;}
.bgcolor {background:#f8f8f8;}
.green {color:#87caac;}
.p10 {padding:10px;}
.p15 {padding:15px;}
.p20 {padding:20px;}
.p30 {padding:30px;}
input[type=checkbox], input[type=radio] {
	margin:0;
	margin-right:10px;
}
input[type="radio"],input[type="checkbox"] {
	position:relative;

}
input[type="radio"]:after,input[type="checkbox"]:after {
	content:'';
	display:block;
	width:18px;
	height:18px;
	background:#fff;
	border-radius:3px;
	border:1px solid #ddd;
	position:absolute;
	top:-1px;
	left:0;
}
input[type="radio"]:checked:after,input[type="checkbox"]:checked:after {
	background:url(../images/d_03.png) center no-repeat #caab61;
	border:1px solid #caab61;
}


/**/
.header {
	box-shadow:0 0 5px rgba(0,0,0,0.1)
}
.header .logo{
	float:left;
	margin-right:30px;
	padding-top:15px
}
.header .nav>li{
	float:left;
	position:relative;
}
.header .nav>li>a {
	display:block;
	padding:0 30px;
	font-size:16px;
	line-height:77px;
}

.header .nav>li:hover>a,.header .nav>li.on>a{
	color:#c9aa5f;
}
.header .nav ul {
	text-align:center;
	background:#fff;
	width:100%;
	position:absolute;
	display:none;
	top:100%;
	left:0;
	text-align:center;
	line-height:28px;
	z-index:99;
	padding:10px 0;
}
.header .nav>li:hover ul{
	display:block;
}
.header .fr {
	padding-top:30px;
}
.header .fr i{
	display:inline-block;
	height:17px;
	width:24px;
	background-image:url(../images/ico.png);
	background-repeat:no-repeat;
	margin-left:13px;
}
.header .fr .ico2 {
	background-position:-31px 0;
}
.header .fr .ico3 {
	background-position:-63px 0;
}
.header .fr .ico4 {
	background-position:-90px 0;
}
.footer {
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:28px;
	background:#333333;
	padding-top:10px;
}
.footer p{
	padding:10px 0;
}
.footer p span {
	display:inline-block;
	text-align:left;
	padding:0 30px;
}
.footer .copyright {
	padding:10px 0;
	border-top:1px solid #434343;
}
.footer .link{
	padding:10px 0;
}
.footer .link a {
	color:#fff;
	padding:0 50px;
	border-left:1px solid #434343;
}
.footer .link a:first-child {
	border:none;
}
.footer .share a {
	padding:0 15px;
	position:relative;
	display:inline-block;
}
.footer .share a i{
	display:inline-block;
	width:30px;
	height:29px;
	background-image:url(../images/home_56.png);
	background-repeat:no-repeat;
}
.footer .share a .ico2 {
	background-position:-60px 0;
}
.footer .share a .ico3 {
	background-position:-120px 0;
}
.footer .share a .ico4 {
	background-position:-180px 0;
}

.footer .share .dropdown {
    position: absolute;
    width: 120px;
    bottom: 100%;
    max-width: inherit;
    left: 50%;
    margin-left: -60px;
    display: none;
}

.footer .share a:hover .dropdown{
	display:block;
}

.homepage .a {
	padding:50px 0;
}
.homepage .a ul {
	margin:0 -10px;
}
.homepage .a li{
	float:left;
	width:16.666%;
	text-align:center;
	padding:0 10px;
	font-size:16px;
}
.homepage .a li a {
	display:block;
	box-shadow:0 2px 2px rgba(0,0,0,0.1);
	padding:10px 0;
}
.homepage .b .banner {
	position:relative;
}
.homepage .b .banner dl {
	position:absolute;
	background:rgba(255,255,255,0.5);
	text-align:center;
	font-size:20px;
	padding:20px 50px;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.homepage .b .banner dl dt {
	font-size:30px;
	margin-bottom:15px;
}
.hometitle {
	font-size:20px;
	margin-bottom:15px;
}
.hometitle span{
	font-size:30px;
}
.homepage .more {
	text-align:center;
}
.homepage .more a {
	display:inline-block;
	background:url(../images/home_36.png) center no-repeat;
	width:139px;
	height:42px;
	line-height:38px;
	color:#fff;
}
.homepage .b {
	padding-bottom:50px;
}
.homepage .b .swiper-button-next {
	background:url(../images/home_27.png) center no-repeat;
	width:35px;
	height:51px;
	right:0;
}
.homepage .b .swiper-button-prev {
	background:url(../images/home_30.png) center no-repeat;
	width:35px;
	height:51px;
	left:0;
}
.homepage .b .p_r {
	padding:0 60px;
	margin:30px 0;
}
.homepage .b dt {
	font-size:16px;
	margin:10px 0;
}
.homepage .b dd b {
	color:#b60a27;
	font-size:16px;
}
.homepage .b dd s {
	color:#666;
}
.homepage .b dd a {
	display:inline-block;
	color:#fff;
	border-radius:3px;
	background:#caab61;
	padding:5px 8px;
}
.homepage .b .pic {
	display:block;
	position:relative;
}
.homepage .b .pic img {
	width:100%;
}
.homepage .b .tip {
	position:absolute;
	z-index:99;
	left:0;
	top:0;
}


/**/

.curron {
	padding:15px 0;
}
.aboutus {
	position:relative;
}
.aboutus .a {
	padding:30px 0;
}
.aboutus h3 {
	font-size:30px;

}
.aboutus .menu {
	position:absolute;
	right:-155px;
	top:0;
	width:140px;
}
.aboutus .menu li {
	font-size:20px;
	background:url(../images/3_11.png) center no-repeat;
	background-size:100% 100%;
	margin-bottom:10px;
}
.aboutus .menu li.on{
	margin-left:-15px;
}
.aboutus .menu li a {
	color:#fff;
	display:block;
	line-height:44px;
	text-align:center;
}

.aboutus  .a .left {
	width:58%;
}
.aboutus .a .right {
	width:38%;
}
.aboutus  p{
	line-height:28px;
	text-indent:2em;
	padding:15px 0;
}
.aboutus .b  {
	padding:30px 0 40px;
}
.aboutus .b ul {
	margin:15px -20px;
}
.aboutus .b li{
	float:left;
	width:33.333%;
	padding:20px;
}
.aboutus .b li img {
	width:100%;
}

.aboutus h4{
	font-size:20px;
	padding-top:20px;
}
.aboutus .c {
	padding:40px 0;
}
.aboutus .c .box {
	width:50%;
	float:left;
}
.mask {
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
}
.dialog {
	background:#fff;
	position:fixed;
	left:50%;
	top:50%;
	text-align:center;
	z-index:102;
	width:335px;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	padding:50px 0 40px;
}
.dialog p{
	margin-top:15px;
}
.aboutus .d ul {
	margin:30px -15px 50px;
}
.aboutus .d li {
	float:left;
	width:25%;
	text-align:center;
	padding:15px;
}
.aboutus .d li .box {
	background:#caab61;
	border-radius:5px;
	color:#fff;
	height:150px;
}
.aboutus .d li .box  dt {
	font-size:18px;
	padding:15px 0;
}
.aboutus .d li .box span {
	display:inline-block;
	background:#fff;
	border-radius:50%;
	width:88px;
	height:88px;
	position:relative;
	margin-top:-44px;
	text-align:center;
	padding-top:19px;
}
.aboutus .d li .box i {
	display:inline-block;
	background-image:url(../images/ico1.png);
	background-repeat:no-repeat;
	height:52px;
	width:52px;
}
.aboutus .d li .box .ico1 {
	background-position:5px 0;
}
.aboutus .d li .box .ico2 {
	background-position:-303px 0;
}
.aboutus .d li .box .ico3 {
	background-position:-608px 0;
}
.aboutus .d li .box .ico4 {
	background-position:-914px 0;
}

/**/
.flex{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex_item {
	flex:1;
}
.input {
	width:100%;
}
.lo_bg {
	background:url(../images/bg_02.jpg) center no-repeat;
	height:850px;
	position:relative;
}
.lo_box {
	width:487px;
	background:#fff;
	position:absolute;
	top:190px;
	right:50%;
	margin-right:-580px;
	padding:30px 40px 15px;
	font-size:16px;
	color:#666;
}
.lo_box .hd li{
	float:left;
	text-align:center;
	cursor:pointer;
	font-size:18px;
	width:50%;
	border-left:1px solid #ddd;
}
.lo_box .hd li.on{
	color:#caab61;
}
.lo_box .hd li:first-child {
	border:none;
}
.lo_box .bd .form {
	padding-top:40px;
	
}
.lo_box .bd .box {
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	
}
.lo_box .ft {
	text-align:center;
	margin-top:25px;
}
.lo_box .ft h3 {
	position:relative;
}
.lo_box .ft h3:before {
	content:'';
	display:block;
	border-bottom:1px solid #ddd;
	position:absolute;
	left:0;
	width:100%;
	top:12px;
}
.lo_box .ft h3 span {
	position:relative;
	padding:0 15px;
	background:#fff;
	z-index:3;
}
.lo_box .ft a {
	padding:15px 6px;
	display:inline-block;
}
.lo_box .ft a i{
	display:inline-block;
	width:38px;
	height:38px;
	background-image:url(../images/2_13.png);
	background-repeat:no-repeat;
}
.lo_box .ft a .ico2 {
	background-position:-51px 0;
}
.btn {
	width:100%;
	color:#fff;
	background:#caab61;
	height:50px;
	text-align:center;
	line-height: 50px;
}
.btn_mn {
	width:145px;
	height:36px;
	line-height:36px;
	    display: block;
}
/**/
.prolist {
	padding-bottom:30px;
}
.prolist .a {
	font-size:16px;
	line-height:40px;
	padding:20px 0;
	border-bottom:1px solid #ddd;
}
.prolist .a a {
	margin-right:20px;
	display:inline-block;
}
.prolist .a a.on{
	color:#caab61;
}
.prolist .b  {
	padding-bottom:10px;
}
.prolist .b ul {
	margin:15px -15px;
}
.prolist .b li{
	float:left;
	width:25%;
	padding:15px;
	position:relative;
}

.prolist .homepage .b .tip{
	top:15px;
	left:15px;
}
.page {
	text-align:center;
	padding:30px 0;
}
.page a {
	display:inline-block;
	vertical-align:middle;
	width:11px;
	height:17px;
}
.page span {
	vertical-align:middle;
	padding:0 10px;
}
.page .prev {
	background:url(../images/home_30.png) center no-repeat;
	background-size:100% 100%;
}
.page .next {
	background:url(../images/home_27.png) center no-repeat;
	background-size:100% 100%;
}	
/**/
.search {
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	width:450px;
	position:fixed;
	left:50%;
	top:50%;
	    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:999;
}
.search .form{
	line-height:50px;
	height:50px;
	padding-left:20px;
}
.search .btn{
	width:auto;
	display: inline-block;
    height: 50px;
    width: 24px;
    background: url(../images/ico.png) left 15px no-repeat;
	cursor:pointer;
	position:absolute;
	right:10px;
	    color: transparent;
	top:0;
}
.dialog-1 {
	width:705px;
	padding:35px;
	text-align:left;
}
.dialog-1 .pic {
	width:276px;
	position;relative;
}
.dialog-1 .pic .tip{

	position: absolute;
    z-index: 99;
}
.dialog-1 .box {
	width:315px;
}
.dialog-1 .box h3 {
	font-size:20px;
}
.dialog-1 .box h4{
	font-weight:bold;
	color:#b60a27;
	font-size:18px;
}
.dialog-1 .box ul,.pro_item .a ul {
	margin:15px -8px;
}
.dialog-1 .box li,.pro_item .a li{
	float:left;
	width:auto;
	font-size:16px;
	text-align:center;
	padding:8px;
}
.dialog-1 .box li a,.pro_item .a li a {
	display:block;
	border:1px solid #ddd;
	/*padding:8px 0;*/
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    line-height: 35px;
	    padding-left: 15px;
    padding-right: 15px;
}
.dialog-1 .box li.on a,.pro_item .a li.on a {
	color:#caab61;
	border:1px solid #caab61;
	background:url(../images/d.png) right bottom no-repeat;
}
.carbtn {
	display:inline-block;
	background:url(../images/3_11.png) center no-repeat;
	width:176px;
	line-height:55px;
	color:#fff;
	text-align:center;
	font-size:18px;
}
.buybtn {
	display:inline-block;
	background:url(../images/3_13.png) center no-repeat;
	width:178px;
	line-height:55px;
	color:#fff;
	text-align:center;
	font-size:18px;
}
.carbtn:hover,.buybtn:hover {
	color:#fff;
}
.like {
	display:inline-block;
	line-height:18px;
	vertical-align:middle;
}
.like.on{color:#caab61;}
.spinner {
	display:inline-block;
	overflow: hidden;
*zoom:1;

}
.spinner button, .spinner .value {
	text-align: center;
	display: block;
	float: left;
	height: 100%;
	line-height: 25px;
	margin: 0
}
.spinner button {
	border: none;
	width:30px;
	height:30px;
	padding: 0;
	outline: none
}
.spinner .decrease {
	cursor: pointer;
	border:1px solid #666;
	background:#fff;
}
.spinner .increase {
	cursor: pointer;
	border:1px solid #666;
	background:#fff;
}
.spinner .value {
	width: 40px;
	height: 30px;
	border: none;
	font-family: Arial;
	padding: 0px
}

.spinner .error, .spinner .invalid {
	background: #aa0000
}

/**/
.pro_item .a {
	padding:50px 0;
}
.pro_item .a .pic {
	width:476px;
	position:relative;
}
.pro_item .a .tip{
	position:absolute;
	left:0;
	top:0;
}
.pro_item .a .box {
	width:585px;
}

.pro_item .b {
	padding:20px 40px;
	border-top:1px solid #ddd;
	font-size:16px;
}
.pro_item .b img {
	display:block;
	margin:20px auto;
	max-width:800px;
}
.pro_item .a dt {
	font-size:20px;
	margin:30px 0 10px;
}
.pro_item .a dd {
	line-height:28px;
	color:#666;
}
.pro_item .a dl {
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}

/**/
.user {
	padding: 40px 0;
	min-height: 604px;
}
.user .leftside {
	width: 150px;
	text-align: center;
	font-size: 15px;
	float: left;
}
.user .leftside h3 {
	font-size: 18px;
	color: #caab61;
	margin-bottom: 20px;
}
.user .leftside li{
	line-height: 36px;
}
.user .leftside li.on a{
	color: #caab61;
}
.user .rightside {
	width: 1048px;
	float: right;
}
.user .rightside .centertitle {
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 10px;
}
.user .rightside .table {
	border: 1px solid #ddd;
}
.user .rightside .table table {
	width: 100%;
}
.user .rightside .table table td{
	border-top: 1px solid #ddd;
}
.user .rightside .table table td,.user .rightside .table table th {
	padding: 10px;
	font-weight: normal;
}
.user .rightside .page1 .b .pic {
	position: relative;
	display: inline-block;
	width: 110px;
}
.user .rightside .page1 .b .pic .tip{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
}
.user .rightside .b .table table td{
	border:none;
}
.user .rightside .table table th {
	background: #f1f1f1;
}
.user .rightside .table table th span {
	display: block;
	color: #666;
}
.user .rightside .table .del{
	display: inline-block;
	color: #caab61;
	border: 1px solid #caab61;
	padding: 3px 7px;
}
.user .rightside .table .pay{
	display: inline-block;
	color: #fff;
    border: 1px solid #87caac;
    background: #87caac;
	padding: 3px 7px;
	margin-right:5px;
}
.user .rightside .page1 .b {
	text-align: center;
	margin-top: 20px;
}

.user .rightside .page1 .a>div{
	background: #efe6cf;
	border-radius: 5px;
	padding: 20px;
	height: 130px;
}
.user .rightside .page1 .a .fl{
	width: 285px;
}
.user .rightside .page1 .a .fl .pic {
	float: left;
	border-radius: 50%;
	width: 87px;
	height: 87px;
}
.user .rightside .page1 .a .fl dl{
	margin-left: 100px;
}
.user .rightside .page1 .a .fl dt {
	font-size: 18px;
	margin: 10px 0 5px;
}
.user .rightside .page1 .a .fr {
	width: 750px;
}
.user .rightside .page1 .a .fr li{
	float: left;
	text-align: center;
	border-left: 1px solid #ddd;
	width: 25%;
}
.user .rightside .page1 .a .fr li:first-child{
	border: none;
}
.user .rightside .page1 .a .fr ul{
	padding: 5px 0;
}
.user .rightside .page1 .a .fr li h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.user  .tabtitle {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.user  .tabtitle li {
	float: left;
}
.user  .tabtitle li a {
	display: block;
	padding: 0 40px;
}
.user  .tabtitle li.on a {
	color: #caab61;
}
.cz {
	display: inline-block;
	color: #fff;
	background: #caab61;
	padding: 2px 8px;
}
.cz:hover{
	color: #fff;
}
.page3 .homepage .b li{
	float: left;
	width: 33.333%;
	padding: 25px;
	position: relative;
}
.page3 .homepage .b .tip {
	top: 25px;
	left: 25px;
}
.user .rightside .table .del-1 {
	background: #caab61;
	color: #fff;
}
.list-gird{padding: 0;width: 100%;margin:0;list-style:none;}
.list-gird:after {content: '';display: table;clear: both;} 
.list-gird li{float: left;position: relative;text-align:center;}

.page4{padding: 0;width: 100%;margin:0;}
.page4:after {content: '';display: table;clear: both;} 
.page4 .box {
	float: left;
	border: 1px solid #ddd;
	width: 18.5%;
    margin-right: 1.875%;
	line-height: 28px;
	text-align: center;
	height: auto;
	margin-bottom:15px;
}
.page4 .box.active{
	border: 1px solid #c9aa5f;
}
.page4 .box .box-inner{
	    box-sizing: border-box;
    padding: 5px;
	display:block;
	overflow:hidden;
	    line-height: 22px;
    font-size: 13px;
	    color: #999;
}
.box-inner .aname{    font-size: 14px;
    color: #000;}
.box-inner .aarea{}
.box-inner .aaddress{}
.box-inner .atel{ font-style: italic;}
.page4 .box:nth-child(5n) {
    margin-right: 0;
}
.page4 .box-1 {
	background: #f5f6f7;
	padding-top: 15px;
	position: relative;
	    min-height: 210px;
}
.page4 .box-1 ul {
	    width: 100%;
    border-top: 1px solid #ddd;
}
.page4 .box-1 ul li{
	padding: 5px 0;
	float: left;
	width: 50%;
}
.page5 .yhq {
	margin: 15px 0;
}
.page5 .yhq>li{
	float: left;
	width: 25%;
	padding: 15px;
}
.page5 .yhq>li .box {
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);

}
.page5 .yhq>li .box .bg {
	text-align: center;
	color: #fff;
	padding: 10px 0;
	position: relative;
	margin-bottom: 10px;
	border-radius:5px 5px 0 0;
	background: linear-gradient(to right, #c9aa5f, #d8bf7d); /* 标准的语法 */
}
.page5 .yhq>li .box .bg.bg2 {
    background: #bbbbbb;
}
.page5 .yhq>li .box .bg.bg2:after {
    background: url(../images/g_03.jpg) center no-repeat;
    background-size: 100% 100%;
}
.page5 .yhq>li .box .bg:after {
	content: '';
	display: block;
	background: url(../images/y_03.jpg) center no-repeat;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -7px;
	height: 7px;
	background-size: 100% 100%;
}
.page5 .yhq>li ul {
	padding: 10px 15px;
}
.page5 .yhq>li li{
	position: relative;
}
.page5 .yhq>li li>p{
	line-height: 30px;
	
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.page5 .yhq>li li i{
	display: inline-block;
	position: absolute;
	cursor:pointer;
	right: 5px;
	top: 11px;
	    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #B2B2B2;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.page5 .yhq>li li i.on{
	border-width: 0 2px 2px 0;
}
.page5 .yhq>li li .dropdown{
	background: #fff;
	line-height: 24px;
	font-size: 12px;
	position: absolute;
	left: -15px;
	right: -15px;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	top: 100%;
	border-radius: 5px;
	display: none;
	z-index: 99;
}
.page5 .yhq>li li .more {
	display: inline-block;
	border-radius: 30px;
	margin: 10px 0;
	color: #fff;
	background: linear-gradient(to right, #c9aa5f, #d8bf7d); /* 标准的语法 */
	padding: 6px 20px;
}
.page5 .yhq-1,.page5 .orange {
	color: #bbbbbb;
}
.page5 .yhq-1>li .box .bg {
	background: #bbbbbb;
}
.page5 .yhq-1>li .box .bg:after {
	background: url(../images/g_03.jpg) center no-repeat;
	background-size: 100% 100%;
}
.page5 .tabtitle1{
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}
.page5 .tabtitle1>span{
	margin: 0 50px;
}
.page5 .tabtitle1>span.on a{
	color: #caab61;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #caab61;
}
.cardname{overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

/**/
.car {
	padding: 50px 0;
}
.car .leftside{
	width: 855px;
	float: left;
}
.car .leftside .box {
	border: 1px solid #eee;
	padding: 30px 10px;
}
.car .leftside li{
	padding: 10px 0;
}
.car .leftside .box td {
	padding: 0 10px;
}
.car .leftside .box .pic{
	width: 180px;
	position: relative;
}
.car .leftside .box .pic .tip{
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
}
.car .leftside .box h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
.car .rightside {
	float: right;
	width: 315px;
}
.car .rightside .box {
	background: #f5f6f7;
	padding: 15px;
}
.car .btn-2 {
	background: none;
	color: #caab61;
	border: 1px solid #caab61;
	display: block;
}
.car .rightside .box li{
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	color: #666;
}
.btn:hover{
	color: #fff;
}
.swiper-pagination-bullet {
	background: #fff;
}

.header .fr a span {
	display:inline-block;
	border-radius:50%;
	background:red;
	color:#fff;
	width:16px;
	height:16px;
	text-align:center;
	line-height:16px;
	position:absolute;
	top:-10px;
	right:-10px;
	font-size:12px
}
.header .fr a span.tip-{display:none;}
.header .fr a span.tip-0{display:none;}


.box .layui-form-radio>i {
    margin-right: 3px;
}
.box .layui-form-radio{margin:0;}



.smscode_unactive.get_code{
	 background: #999;
	 color: #fff;
}

.rightside .cascader-input{
	    background: none;
		    border: none;
			padding-left:0px;
}
.rightside .cascader-i{
	right:0px;
}

.car .rightside .box  .cascader-model ul li {
    font-size: 14px;
    padding: 8px 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 1.5;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
	border:none;
}
.cascader-model-input{display:none;}


.layui-layer-content *{    box-sizing: initial;}
.layui-layer-content .layui-btn,.layui-layer-content .layui-input,.layui-layer-content .layui-select,.layui-layer-content .layui-textarea,.layui-layer-content .layui-upload-button {

    box-sizing: border-box;
}

.layui-layer-content .page5 li:hover{cursor: pointer;}
.addbtn:hover{cursor: pointer;}
.layui-layer-content .page5 li .box{border: 2px solid transparent;}
.layui-layer-content .page5 li.couponselectd .box{border: 2px solid #caab61;}


.pagenav{text-align:center}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li.active span,.pagination>li:hover a{
	background: #caab61;
    color: #fff;
}


.guanpai_modal .modalinner{


    border-radius: 0;
    opacity: 1;
    color: #3d4145;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    height: auto;
    overflow-y: auto;
    background: #fff;

}
.guanpai_modal .toolbar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}
.guanpai_modal  .toolbar .toolbar-inner {
        height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.guanpai_modal  .toolbar .picker-button {
    position: absolute;
    right: 0;
    box-sizing: border-box;
    height: 2.2rem;
    line-height: 1.8rem;
    color: #04BE02;
    z-index: 1;
    padding: 0 .5rem;
}
.guanpai_modal  .toolbar .picker-button i{
	color: #121111;
}
.guanpai_modal .modaltop{
	  
}
.guanpai_modal .modalbottom{
	background:#E6E6E6;
}
.guanpai_modal .modalbottom .spinner{
	display:none;
}
.guanpai_modal .modalbottom .spinner.on{
	display:block;
}
.guanpai_modal .spinner .value{
	    background: transparent;
}
.guanpai_modal  .toolbar .title{
	    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    color: #3d4145;
    text-align: center;
    white-space: nowrap;
}

.guanpai_modal .modal-content {
    height: 100%;
    padding-top: 2.2rem;
    overflow: auto;
    box-sizing: border-box;
	    padding: 30px 15px 15px;
}
.guanpai_modal .modal-content h4{
	margin-top:15px;
}
.wechatpay .modalinner{
	border-radius: 10px;
}
.wechatpay  .modaltop {
       border: 1px solid #ddd;
	   border-bottom: none;
}
.wechatpay .toolbar{
	background:#fff;
	 border-bottom: 1px solid #ddd;
}
.wechatpay .modalbottom{
	background:#fff;
	text-align:center;
	padding-top:0px;
	padding-bottom:10px;
}
.wechatpay .paymoney{
	text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding-top: 20px;
}
.wechatpay .payfuli{
	    text-align: center;
    color: #87caac;
}
.wechatpay .payway{
	color: #000;
    position: relative;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #c7c6c6;
    border-bottom: 1px solid #c7c6c6;
    line-height: 35px;
    margin-top: 0px;
}
.wechatpay .payway2{
	border-top: 0px solid #c7c6c6;
}
.wechatpay .payway:hover{
	    cursor: pointer;
}
.wechatpay .payway img{
	width: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.wechatpay .payway i{
	    position: absolute;
    right: 0;
    line-height: 35px;
	    font-size: 18px;
    color: #87caac;
	display:none;
	    top: 0;
}
.wechatpay .payway.active i{
	display:block;
}
 

.modalbottom .cz{
	    background: #87caac;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.biaoqian {
    display: inline-block;
    font-size: 12px;
    color: #888888;
    background: #eeeeee;
    border-radius: 3px;
    padding: 3px 6px;
    margin: 5px 0;
	    cursor: pointer;
}
.downico {
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    width: 6px;
    border-width: 0 1px 1px 0;
    border-color: #666;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    margin-top: -4px;
}


a.btn-update {
    display: inline-block;
    background: url(../images/home_36.png) center no-repeat;
    width: 139px;
    height: 42px;
    line-height: 38px;
    color: #fff;
}

.layui-layer-content .paddresslist * {
    box-sizing: border-box;
}
