header {
	width: 100%;
	height: 160px;
	background: #000;
}

header .header-top {
	width: 100%;
	padding: 0 10px;
	height: 40px;
	text-align: right;
	max-width: 1220px;
	margin: 0 auto;
}

header .header-top span {
	color: #8e8e8e;
}

header .header-top a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
}

header .header-top a:hover {
	color: #ffc001;
}

header .header-top a i {
	margin-right: 5px;
}

header .header-content {
	max-width: 1220px;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
}

header .header-content .logo {
	width: 25%;
	max-width: 280px;
	float: left;
	/*padding-top: 20px;*/
}

header .header-content .logo img {
	width: 100%;
}

header .header-content .search {
	width: 40%;
	max-width: 500px;
	margin: 60px 0 0 100px;
	float: left;
	position: relative;
}

.header-content .search input {
	height: 46px;
	width: 80%;
	max-width: 400px;
	display: inline-block;
	float: left;
	border-radius: 6px;
	border: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 5px;
}

.header-content .search button {
	height: 46px;
	width: 52px;
	border: 0;
	background: #ffc001;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.header-content .search button:hover {
	background: #f2b706;
}

.search .focus-show {
	position: absolute;
	top: 50px;
	left: 0;
	width: 80%;
	height: 250px;
	background: #f5f5f5;
	display: none;
	padding: 20px 10px;
	z-index: 8;
	border: 1px solid #ccc;
}

.search .focus-show h4 {
	margin-bottom: 10px;
	font-weight: 500;
}

.search .focus-show p {
	margin-bottom: 20px;
}

.search .focus-show p a {
	display: inline-block;
	margin-left: 10px;
	color: #7f4200;
	padding: 5px 0;
}

.search .focus-show p a:hover {
	color: #ff5722;
}

.header-content .top-cart {
	width: 24%;
	max-width: 240px;
	float: right;
	height: 60px;
	border-bottom: 2px solid #fff;
	margin-top: 40px;
}

.header-content .top-cart a {
	color: #fff;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding-left: 68px;
	background: url(../images/top-cart.png) left center no-repeat;
	background-size: 60px;
}

.header-content .top-cart a span {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 50%;
	background: #fe3c00;
}

.header-content .top-cart a strong {
	display: inline-block;
	margin-left: 50px;
}

.nav {
	height: 46px;
	background: #FFB800;
}

.nav .nav-c {
	width: 100%;
	padding: 0 10px;
	max-width: 1220px;
	margin: 0 auto;
}

.nav .nav-c li {
	float: left;
	text-align: center;
	height: 46px;
	line-height: 46px;
}

.nav .nav-c li .line {
	margin: 13px 0;
}

.nav .nav-c li a {
	padding: 0 20px;
	color: #000;
	display: inline-block;
	height: 100%;
}

.nav .nav-c li a:hover {
	padding-left: 28px;
	color: #7F4200;
}

.nav .nav-c li:hover {
	background: #ffc001;
}

.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
}

.banner .banner-silder img {
	width: 100%;
}

.maxW {
	max-width: 1220px;
	margin: 0 auto 40px;
}


/*banner左边导航*/

.banner-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 16%;
	min-width: 220px;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9997;
	color: #fff;
	padding: 20px 0;
}

.banner-left li {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}

.banner-left li a {
	color: #fff;
	font-weight: 600;
}

.banner-left li:hover {
	background: #FFB800;
}

.banner-show {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 800px;
	z-index: 7;
}

.banner-left .banner-show .show-goods {
	width: 248px;
	float: left;
	height: 100%;
	background: #fff;
	padding: 30px 40px 20px 0;
	box-shadow: 1px 2px 3px #ddd;
	border-top: 1px solid #ccc;
	overflow-y: auto;
}

.banner-left .banner-show a {
	display: block;
	height: 60px;
	color: #000;
	width: 180px;
	margin-left: 40px;
	font-size: 12px;
}

.banner-left .banner-show a:hover {
	color: #FFB800;
}

.banner-left .banner-show a img {
	width: 40px;
	vertical-align: middle;
	margin-right: 5px;
}

.banner-left li:hover .banner-show {
	display: block;
}


/*内容*/

.content {
	width: 100%;
	max-width: 1220px;
	margin: 40px auto;
	padding: 0 10px;
}

.content .activity .a-cartory {
	width: 220px;
	height: 220px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px 0;
	float: left;
	margin-right: 20px;
}

.content .activity .a-cartory a {
	display: inline-block;
	width: 80px;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}

.a-cartory a img {
	width: 100%;
}

.a-cartory a .a-show {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #ffc001;
	color: #fff;
	text-align: center;
	line-height: 80px;
	font-weight: 600;
	opacity: 0;
	transition: all 0.5s;
}

.a-cartory a:hover img {
	transform: rotate(10deg);
	transition: all 0.5s;
}

.a-cartory a:hover .a-show {
	opacity: 1;
	top: 0;
}

.content .activity .activity-1 {
	width: 25%;
	float: left;
	margin-right: 20px;
	max-height: 220px;
	overflow: hidden;
	position: relative;
}

.content .activity .activity-1:last-child {
	margin-right: 0;
}

.content .activity .activity-1 img {
	width: 100%;
}

.activity-1:hover img {
	transform: scale(1.05);
	transition: all 0.5s;
}

.activity-1 .b-show {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
}

.b-show .show-info {
	opacity: 0;
	text-align: center;
	padding: 40px 20px 20px;
}

.b-show .show-info h5 {
	font-weight: 600;
	color: #ffc001;
	margin-top: 20px;
}

.activity-1:hover .b-show {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.activity-1:hover .show-info {
	transition: all 0.5s;
	transition-delay: 0.2s;
	opacity: 1;
	color: #fff;
}


/*切换模块*/

#body {
	min-width: 1010px;
	max-width: 1220px;
	overflow: hidden;
	margin: 0 auto 40px;
}

.vg-body {
	max-width: 1220px;
	margin: 0 auto;
}

.vg_title {
	line-height: 24px;
	padding: 20px 0;
	color: #464646;
	position: relative;
}

.vg_title p {
	font-size: 24px;
}

.vg_task {
	background-color: #fff;
	position: relative;
}

.arrowbtn-left,
.arrowbtn-right {
	position: absolute;
	top: 30px;
	width: 28px;
	height: 26px;
	cursor: pointer;
	z-index: 9;
	text-align: center;
	line-height: 24px;
}

.arrowbtn-left {
	right: 50px;
	border: 1px solid #ccc;
}

.arrowbtn-right {
	right: 10px;
	border: 1px solid #ccc;
}

.vg_tasklist {
	max-width: 1200px;
	padding: 0 10px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.vg_tasklist ul {
	width: 999%;
}

.vg_tasklist li {
	width: 258px;
	float: left;
	background: #fafafa;
	margin: 15px 46px 15px 0;
	position: relative;
	overflow: hidden;
}

.vg_tasklist li:nth-of-type(1) {
	border-top: solid #FFAC13 1px;
}

.vg_tasklist li:nth-of-type(2) {
	border-top: solid #83C44E 1px;
}

.vg_tasklist li:nth-of-type(3) {
	border-top: solid #2196F3 1px;
}

.vg_tasklist li:nth-of-type(4) {
	border-top: solid #E53935 1px;
}

.vg_tasklist li .task_hover {
	position: absolute;
	left: 0;
	bottom: -300px;
	width: 258px;
	padding: 20px 25px 20px 23px;
	max-height: 389px;
	border-bottom: 2px solid #e65a5a;
	overflow: hidden;
	background-color: #ff5722;
	transition: all 0.5s;
}

.vg_tasklist li:hover {
	box-shadow: 0px 0px 16px #999;
}

.vg_tasklist li:hover .task_hover {
	bottom: 0;
	transition: all 0.5s;
}

.task_hover .task_desc {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.task_hover .task_limittimes {
	font-size: 14px;
	color: #787878;
	float: left;
	padding-top: 12px;
}

.vg_tasklist li img {
	width: 100%;
}

.vg_tasklist li .rightinfo {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 40px;
}

.rightinfo h3 {
	font-size: 16px;
	color: #646464;
	padding-top: 15px;
	font-weight: 500;
}

.rightinfo p {
	font-size: 14px;
	line-height: 26px;
	color: #787878;
}

.rightinfo p span {
	color: #ef0c0c;
}

.rightinfo a,
.task_hover a {
	display: block;
	text-align: center;
	width: 108px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e65a5a;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	color: #e65a5a;
}

.task_hover a.done,
.task_hover a.done:hover {
	color: #fff;
	border-color: #fff;
	cursor: pointer;
}

.task_hover a.done:hover {
	background: #fdb22d;
	border-color: #fdb22d;
}

.rightinfo a {
	margin: 12px 0;
}

.task_hover a {
	float: right;
	margin-top: 18px;
	margin-right: -4px;
}

.task_hover a:hover {
	text-decoration: none;
	background-color: #e65a5a;
	color: #fff;
}

.grid-1230 .vg-body {
	width: 1210px;
}

.grid-1230 .vg_tasklist {
	width: 1090px;
}

.grid-1230 .vg_tasklist li {
	margin-right: 16px;
}

.grid-1230 .vg_task .arrowbtn-left {
	left: 33px;
}

.grid-1230 .vg_task .arrowbtn-right {
	right: 33px;
}

.grid-1230 .vg_growth_table {
	padding: 24px 30px;
}


/*.grid-1010 .vg-body {
 width: 990px;
 }
  
 .grid-1010 .vg_tasklist {
 width: 855px;
 }*/

.grid-1010 .vg_tasklist li {
	margin-right: 35px;
}

.grid-1010 .vg_task .arrowbtn-left {
	left: 30px;
}

.grid-1010 .vg_task .arrowbtn-right {
	right: 30px;
}

.grid-1010 .vg_growth_table {
	padding: 24px;
}


/*商品专区*/

.goods {
	margin-bottom: 40px;
}

.goods .goods-t {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.goods section {
	margin-bottom: 40px;
}

.goods section h4 {
	font-size: 16px;
	height: 41px;
	color: #505050;
	background: url(../images/t-b.jpg)left top repeat;
	line-height: 40px;
	padding-left: 20px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	font-weight: 600;
}

.goods section h4 a {
	display: inline-block;
	height: 22px;
	width: 60px;
	float: right;
	margin-top: 9.5px;
	margin-right: 20px;
	background: #fff;
	color: #ffc001;
	font-weight: 500;
	font-size: 12px;
	line-height: 23px;
	border-radius: 10px;
	text-align: center;
}

.goods section h4 a:hover {
	color: #7F4200;
}

.goods section .goods-c {
	padding: 20px 0;
	border: 1px solid #ffc001;
	border-top: 0;
}

.goods section .goods-c li {
	width: 15.9%;
	margin-left: 8px;
	float: left;
	border: 1px solid #DDDDDD;
	margin-bottom: 40px;
	box-shadow: 0 0 12px #ccc;
}

.goods section .goods-c li:hover {
	box-shadow: 0 0 26px #999;
}

.goods-c li dt img {
	width: 100%;
}

.goods-c li dt {
	width: 100%;
	overflow: hidden;
}

.goods section .goods-c li:hover dt img {
	transform: scale(1.05);
}

.goods-c li dd {
	padding: 10px 5px;
}

.goods-c li dd p {
	color: #282828;
	font-size: 13px;
}

.goods-c li a:hover p.goods-i {
	color: #a91106;
}

.goods-c li dd p.goods-i {
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.goods-c li dd p.goods-p {
	color: #f00;
}

.goods-c li dd p.goods-p strong {
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
}


/*日记情报*/

.blog {
	margin: 20px 0;
}

.blog article.blog-t {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	background: url(../images/t-b.jpg)left top repeat;
	color: #505050;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}

.blog-l {
	width: 20%;
	margin-right: 2%;
	float: left;
}

.blog-l img {
	width: 100%;
}

.blog-r {
	width: 78%;
	float: left;
}

.blog-r h3 {
	line-height: 30px;
}

.blog-r h3 i {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	font-size: 16px;
}

.blog-r marquee {
	width: 400px;
	font-weight: 500;
}

.blog-r .blog-i a {
	display: inline-block;
	border: 1px solid #e7e7e7;
	width: 23.6%;
	margin-right: 10px;
	padding-bottom: 10px;
	box-shadow: 0 0 16px #ccc;
	-webkit-box-shadow: 0 0 16px #ccc;
}

.blog-r .blog-i a:hover {
	box-shadow: 0 0 20px #999;
	-webkit-box-shadow: 0 0 20px #999;
}

.blog-r .blog-i a:last-child {
	margin-right: 0;
}

.blog-r .blog-i a p img {
	width: 100%;
}

.blog-r .blog-i a h4 {
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.blog-r .blog-i a p {
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 200px;
	padding: 0 5px;
}

.blog-r .blog-i a p:first-child {
	padding: 0;
}


/*底部*/

.t-foot {
	background: #fff url(../images/bg_body.png)center top no-repeat;
	height: 514px;
	border-top: 1px solid #fff9ae;
	box-shadow: 0 -3px 8px #fff9ae;
}

.t-foot .intr,
.copyright {
	max-width: 960px;
	margin: 0 auto;
}

.t-foot .intr a {
	display: inline-block;
	width: 31%;
	margin-right: 2.8%;
	border: 1px solid #d2d2d2;
	text-align: center;
	margin-top: 20px;
	padding: 40px 0;
	color: #282828;
}

.t-foot .intr a:hover {
	color: #FFB800;
}

.t-foot .intr a:last-child {
	margin-right: 0;
}

.t-foot .intr a h4 {
	font-size: 16px;
	font-weight: 600;
}

.t-foot .intr a p {
	font-size: 16px;
}

.t-foot .foot {
	max-width: 989px;
	margin: 20px auto 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.t-foot .foot h5 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #282828;
	font-weight: 600;
	text-align: center;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(rgb(255, 248, 180)));
}

.t-foot .foot .foot-d {
	margin-top: 20px;
}

.t-foot .foot .foot-d a {
	display: inline-block;
	width: 20%;
	height: 40px;
	margin: 20px;
	text-align: center;
	line-height: 40px;
	box-shadow: 3px 4px 8px #ccc;
}

.t-foot .foot .foot-d a:hover {
	box-shadow: 0px 0px 16px #999;
}

.copyright p {
	line-height: 40px;
	font-size: 12px;
	color: #666;
	text-align: center;
}


/*---------------------------商品详情页----------------------------*/

.info-content {
	margin-bottom: 40px;
}

.info-t {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #333;
}

.info-t a {
	color: #000;
}

.info-t a i {
	font-size: 15px;
}

.info-t a:hover {
	color: #FFB800;
}

.info-t span {
	color: #666;
}

.info-c {
	margin: 20px 0;
	padding: 0 10px;
}

.info-img {
	width: 440px;
	float: left;
	margin-bottom: 20px;
}


/*放大镜*/

#showbox {
	background: #eee;
}

#showbox span {
	background: url(../images/whitebg.png) repeat;
	cursor: crosshair;
}

#showsum {
	left: 25px;
	margin-top: 10px;
}

#showsum span {
	border: 1px solid #ddd;
}

#showsum span.sel {
	border: 1px solid #ffb800;
}

#showbox img {
	transition: all 0s;
}

.showpage {
	width: 440px;
	position: relative;
}

.showpage a {
	display: block;
	width: 18px;
	border: 1px solid #ddd;
	height: 70px;
	line-height: 70px;
	background: #eee;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: -72px;
	text-decoration: none;
	color: #999;
}

.showpage a#shownext {
	left: auto;
	right: 0;
}

.showpage a:hover {
	background: #ccc;
	color: #777;
}


/*介绍*/

.info-m {
	max-width: 740px;
	float: left;
	width: 57%;
	padding-left: 40px;
}

.info-m article {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: #666 2px solid;
}

.info-m .info-n {
	margin-top: 20px;
	line-height: 30px;
}

.info-m .info-n span {
	margin-right: 20px;
}

.info-m .info-p {
	color: #f00;
	margin-top: 12px;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #c1c1c1;
}

.info-m .info-p strong {
	font-weight: 600;
	font-size: 24px;
	margin-right: 5px;
}

.info-s {
	margin-top: 20px;
}

.info-s p {
	margin-bottom: 10px;
}

.info-s p span {
	display: inline-block;
	width: 80px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
}

.info-s p span.active {
	border: 1px solid #FF0000;
	background: url(../images/select.png) right bottom no-repeat;
	background-size: 22px;
}

.info-s p button {
	height: 36px;
	width: 36px;
	border: 1px solid #ccc;
	background: #F5F5F5;
	cursor: pointer;
}

.info-s p b {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	background: #Fff;
	text-align: center;
	line-height: 34px;
	margin: 0 10px;
	font-size: 15px;
	color: #000;
}

.info-b {
	margin-top: 40px;
}

.info-b a {
	display: inline-block;
	width: 200px;
	height: 44px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
}

.info-b a:first-child {
	background: #000;
	border: 1px solid #000;
	margin-right: 20px;
}

.info-b a:first-child:hover {
	background: #333;
	border: 1px solid #333;
}

.info-b a:last-child {
	background: #ffc001;
	border: 1px solid #ffc001;
}

.info-b a:last-child:hover {
	background: #eeb404;
	;
	border: 1px solid #eeb404;
	;
}

.info-notic {
	margin-top: 10px;
}

.info-notic p {
	font-size: 12px;
	color: #666;
}

.info-a {
	margin-top: 20px;
}

.info-a h4 {
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: #282828 1px solid;
	font-weight: 500;
}

.info-about {
	margin: 10px 0 20px;
	padding: 0 10px;
}

.info-about a {
	display: inline-block;
	width: 17.9%;
	min-width: 184px;
	border: 1px solid #e1e1e1;
	margin-right: 20px;
	margin-bottom: 20px;
}

.info-about a:hover {
	box-shadow: 0 0 18px #999;
}

.info-about a:last-child {
	margin-right: 0;
}

.info-about a p {
	max-height: 242px;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 5px;
}

.info-about a p:first-child {
	padding: 0;
}

.info-about a p span {
	color: #FF0000;
}

.info-about a p img {
	width: 100%;
}

.info-r .info-tab {
	height: 38px;
	border-bottom: 2px solid #ffc001;
}


.info-r .info-tab a {
	display: inline-block;
	width: 200px;
	text-align: center;
	line-height: 36px;
	background: #F5F5F5;
	color: #333;
	font-weight: 600;
}

.info-r .info-tab a.active {
	background: #333;
	color: #ffc001;
}

.info-details {
	padding: 20px 10px;
	/*border-bottom: 1px solid #333;*/
}

.info-msg {
	display: none;
}

.info-msg p {
	color: #666;
	line-height: 1.8;
}

.info-msg p strong {
	font-weight: 600;
}

.info-msg p span {
	font-size: 12px;
	color: #333;
}

.info-msg p span b {
	margin-left: 40px;
	font-size: 13px;
}

.info-review {
	padding-left: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-top: 30px;
}
.info-review h3{
	font-weight: 500;
	color: #000;
}

/*-----------------------商品列表页-------------------------*/

.shop-select {
	background: #F5F5F5;
	padding: 30px 20px;
}

.shop-select p {
	margin-bottom: 30px;
}

.shop-select p label {
	color: #333;
	font-size: 16px;
}

.shop-select p a {
	margin-left: 20px;
}

.shop-select p:last-child {
	margin-bottom: 0;
}

.shop-all {
	margin-top: 20px;
}

.shop-all article {
	background: #F5F5F5;
	height: 38px;
}

.shop-all article a {
	display: inline-block;
	width: 200px;
	height: 38px;
	border-right: 1px solid #ccc;
	text-align: center;
	line-height: 36px;
	float: left;
}
.shop-all article a.on{
	background: #ffc001;
	color: #fff;
	border-right: 1px solid #ffc001;
	margin-left: -1px;
}

/*分页*/

.p-pagination {
	margin: 20px auto;
	width: 98%;
}

.p-pagination li {
	display: inline-block;
	text-align: center;
}

.p-pagination li a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	color: #232323;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 30px;
}

.p-pagination li.active a {
	background: #444444 none repeat scroll 0 0;
	border: 1px solid #444444;
	color: #ffae00 ;
}

/*--------------------------------购物车--------------------------------*/
.cart-table{
	padding: 30px 40px;
}
.cart-table table{
	width: 100%;
	border: 1px solid #DEDEDE;
}
.cart-table table th{
	border: 1px solid #dedede;
	width: 15%;
	height: 40px;
}
.cart-table table tr.null td{
	display: none;
	text-align:center; 
	height: 300px;
	line-height: 300px;
	font-size:16px;
	width: 100%;
}
 tr.null td a{
	text-decoration:underline; 
	color:#000
}
tr.null td a:hover{
	color: #FFB800;
}
.cart-table td{
	padding: 10px;
	height: 130px;
	border: 1px solid #DEDEDE;
}
.cart-table td:first-child{
	text-align: center;
}
.cart-table td a{display: inline-block;height: 130px;}
.cart-table td a img{
	height: 100%;
}
.cart-table td h4{
	-webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;	
    font-size: 12px;
}
.cart-table td button{
	height: 36px;
    width: 36px;
    border: 1px solid #ccc;
    background: #F5F5F5;
    cursor: pointer;
}
.cart-table td b{
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    background: #Fff;
    text-align: center;
    line-height: 34px;
    margin: 0 10px;
    font-size: 15px;
    color: #000;	
}
.cart-table td.del{
	font-size: 24px;
}
.cart-table td.del i{
	cursor: pointer;
}
.cart-table td.del i:hover{
	color: #FF0000;
}
.cart-table h2{
	text-align: right;
	margin: 20px;
	font-size: 24px;
	color: #333;
	font-weight: 500;
}
.cart-table>a{
	display: block;
	width: 260px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	background: #ffc001;
	color: #fff;
	font-size: 16px;
	float: right;
}
.cart-table>a:hover{
	background: #FF0000;
}

/*-------------------------------------用户注册------------------------------------------*/

.regedit-box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #dedede;
	padding-bottom: 20px;
	margin-top: 20px;
	background: #ffffff;
}

.regedit-box h2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #dedede;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding-left: 2%;
}

.regedit-box form {
	width: 80%;
	margin: 0 auto;
}

.regedit-box form p {
	margin-top: 20px;
	font-size: 14px;
}

.regedit-box form p.red{font-size: 12px;margin-top: 10px;}

.regedit-box form input {
	width: 100%;
	height: 40px;
	border: 1px solid #dedede;
	margin-top: 5px;
	padding-left: 5px;
}

.regedit-box form input.cheklogin {
	width: 14px;
	height: 14px;
}

.rulr {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.regedit-box span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #DC615B;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	cursor: pointer
}

.regedit-box a {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	background: #ffb800;
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}


/*---------------------------------------登录页面-----------------------------------------------*/
	.member {
		width: 49%;
		min-width: 500px;
		height: auto;
		float: left;
		border: 1px solid #dedede;
		margin-top: 20px;
		padding-bottom: 18px;
	}
	.member h2 {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: #dedede;
		font-size: 14px;
		padding-left: 5%;
		margin: 0;
		font-weight: 500;
	}
	.member p {
		width: 100%;
		padding: 10px ;
		font-size: 12px;
	}
	.member input {
		width: 98%;
		margin: 0 auto;
		height: 40px;
		line-height: 40px;
		background: none;
		border: 1px solid #dedede;
		margin-left: 1% ;
		margin-top: 1% ;
		padding-left: 30px;
	}
	.member #name {
		background: url(../images/d1.png) no-repeat 5px center;
		background-size: 20px;
	}
	.member #password {
		background: url(../images/d2.png) no-repeat 5px center;
		background-size: 20px;
	}
	#submitbtn {
		display: block;
		width: 90%;
		margin: 0 auto;
		background: #ffb800;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-top: 20px;
		color: #fff ;
		cursor: pointer;
		border-radius: 8px;
	}
	#submitbtn:hover{
		background: #de3023;
	}
	.login {
		display: block;
		width: 90%;
		text-align: right;
		margin: 0 auto;
		color: #f44336 ;
		margin-top: 20px;
	}
	.member-right {
		width: 49%;
		min-width: 500px;
		float: right;
		border: 1px solid #dedede;
		height: auto;
		margin-top: 20px;
		padding-bottom: 10px;
	}
	.member-right h2 {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: #dedede;
		font-size: 14px;
		padding-left: 5% ;
		margin: 0 ;
		font-weight: 500;
	}
	.member-right p {
		line-height: 30px;
		width: 90%;
		margin: 0 auto ;
	}
	.login-btn {
		display: block;
		width: 90%;
		margin: 0 auto;
		background: #ffb800;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-top: 10px;
		color: #ffffff ;
		border-radius: 8px;
	}
	.login-btn:hover {
		background: #de3023;
		color: #fff;
	}

/*-------------------------------------------找回密码页面--------------------------------------------------*/

.password {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #dedede;
	padding-bottom: 10px;
	margin-top: 20px;
	background: #ffffff;
}

.password p {
	width: 100%;
	padding: 10px;
}

.password input {
	padding-left: 5px;
	width: 96%;
	height: 40px;
	margin-left: 2%;
	margin-bottom: 30px;
}

.password a {
	display: block;
	width: 98%;
	height: 40px;
	line-height: 40px;
	background: #ffc001;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}	
/*-----------------------------店铺概要------------------------*/
.shopcontant {
	width: 100%;
	padding: 30px 10px;
}

.shopcontant-left {
	width: 250px;
	float: left;
}

.shoncontant-left-top {
	width: 100%;
	height: auto;
}

.shoncontant-left-top h2 {
	width: 100%;
	margin: 0;
	font-size: 16px;
	background: #FF9800;
	color: #ffffff;
	height: 35px;
	line-height: 35px;
	padding-left: 6%;
}

.shoncontant-left-top h2 img {
	width: 100%;
}

.shop-contant-bottom {
	width: 100%;
	border: 1px solid #FF9800;
	height: auto;
	padding-bottom: 5px;
	background: #ffffff;
}

.shop-contant-bottom ul li {
	line-height: 35px;
	border-bottom: 1px dashed #dedede;
	width: 94%;
	margin: 0 auto;
}

.shop-contant-bottom ul li a {
	color: #565656;
	background: url(../images/dot.gif) no-repeat left;
	padding-left: 5%;
	font-size: 12px;
}

.shopcontant-right h3 {
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 24px;
}

.shopcontant-right tr td {
	line-height: 22px;
	padding: 10px 0;
}

.shopcontant-right a {
	color: #565656;
}
.shopcontant-right a img{
	width: 300px;
}
.shopcontant-right table {
	width: 100%;
}

.shopcontant-right {
	width: 74%;
	min-width: 800px;
	line-height: 30px;
	float: left;
	padding-left: 30px;
}

/*-------------------------------在线咨询页--------------------------------------*/
.message-center{
	padding: 30px 10px;
}
.message-l{
 	float: left;
}
.message-l  ul li{width: 220px; background: #ffffff; text-align: center;transition: all 0.5s;}	
}

.message-l h2{
	line-height: 40px;
	font-size: 14px;
}
.message-l  ul li img{ width: 100%;}

.message-l ul li h2{ line-height: 1.3; text-align: left; margin: 8px 0;padding:0 5px; font-weight: 500;}
.message-l ul li h2 a{font-size: 12px;}
.message-l ul li p{text-align:left; color: #ff0000;max-height: 246px;
    overflow: hidden;}
.message-l  ul li.message-goods{
	padding-bottom: 10px;
	margin-bottom: 8px;
	box-shadow:  2px 4px 6px #ccc;
}
.message-l  ul li.message-goods:hover{transform: rotate(2deg); transition: all 0.5s;box-shadow:  3px 4px 12px #999;}	
.message-l  ul li:first-child{ margin-top: 0;}
.message-l ul article{
	font-size: 18px;
	color: #000;
    border-left: 4px solid #ffb800;
    padding-left: 10px;
    margin-bottom: 20px;
}
.message-r{
	width: 80%;
	float: left;
	padding-left: 40px;
}
.message-r p{
	font-size: 12px;
	line-height: 2;
}
.message-r h2{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    color: #f54c08;
    margin: 20px 0;
    font-weight: bold;	
}
.message-r .message-tip{
	background: #EFEFEF;padding: 10px 20px;	
}
.or-search-box {
	padding-top: 20px;
	line-height: 30px;
}

.or-search-box p {
 padding-left: 20px;
}

.or-search-box p b {
	color: #FF0000;
}

.or-search-box input {
	float: left;
	width: 95%;
	max-width: 440px;
	height: 36px;
	border: 1px solid #999;
	padding-left: 5px;
}
.or-search-box textarea{
	width: 95%;
	max-width: 440px;
	height: 160px;
	border: 1px solid #999;
	outline: medium;
	padding: 10px;
}
.or-search-box span {
	float: left;
	margin-left: 2%;
	font-size: 12px;
}

.order-input {
	margin-top: 20px;
}

.or-search-box a {
	display: block;
	width: 70%;
	max-width: 440px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ffb800;
	margin-top: 20px;
	margin-left: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	font-size: 14px;
	color: #ffffff;
}
.table-order {
    width: 100%;
    margin-top: 60px;
}
.message-history {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}

.message-title {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.message-title img {
	width: 89px;
	border-radius: 50%;
}

.message-main {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #dedede;
	padding: 20px 10px;
	max-width: 800px;
	font-size: 12px;
}

.message-main span {
	color: #C9C9C9;
	font-size: 12px;
}

.message-main p {
	padding: 5px;
	font-size: 12px;
	line-height: 30px;
}

.message-main p.message {
	color: #ff0000;
}

/*--------------------------------------订单查询页面-------------------------------------------*/
.table-order table {
	width: 100%;
}
.table-order table th{
	border: 1px solid #cacaca;
	background: #E1E1E1;
	height: 48px;
	font-weight: 500;
	color: #000;
}
.table-order table td {
	border: 1px solid #dedede;
	height: auto;
	padding: 5px 3px;
	font-size: 12px;
}

.table-order table td table td {
	border: none;
	font-size: 12px;
}

/*--------------------------------------------------会员中心页面-----------------------------------------------*/
.user-center {
	width: 100%;
	max-width: 1220px;
	padding: 20px 10px;
	height: auto;
}

.user-center-left {
	width: 23%;
	float: left;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border: 1px solid #dedede;
}
.user-center-right {
	width: 75%;
	height: auto;
	overflow: hidden;
	float: right;
}

.user-center-left ul li {
	width: 100%;
	height: 40px;
	padding-left: 5%;
	border-bottom: 1px solid #dedede;
	line-height: 40px;
}

.user-center-left ul li:first-child {
	background: #dedede;
}

.user-center-left ul li a {
	color: #565656;
	font-size: 12px;
}
.user-center-left ul li a:hover{
	color: #FFB800;
}
.user-center-right h2 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
	color: #f54c08;
	margin: 20px 0;
	font-weight: bold;
}

.user-center-right h2 span {
	color: #333;
	margin-left: 2%;
	font-size: 20px;
}

.user-data {
	width: 100%;
	line-height: 30px;
	margin-top: 10px;
}

.usernumber {
	width: 100%;
	line-height: 30px;
}

.usernumber p span {
	font-size: 16px;
	font-weight: 600;
	margin-right: 1%;
}

.usernumber p a {
	color: #ffb800;
}


/*点数明细*/

.center-number {
	width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #dedede;
	background: #ffffff;
	margin-top: 10px;
}

.center-number p {
	padding-left: 3%;
	line-height: 30px;
}


/*历史订单*/
.user-center-right .more{
	float: right; margin-bottom: 20px;line-height: 30px;border-bottom: 1px solid #ccc;
}
.order {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #dedede;
	padding: 5px;
	margin-top: 10px;
	background: #ffffff;
}

.order ul li {
	float: left;
	margin-left: 1%;
}

.order ul li:first-child {
	width: 10%;
	margin-right: 1%;
	max-height: 88px;
	overflow: hidden;
}

.order ul li:first-child img {
	width: 100%;
}

.order ul li.product-tit {
	width: 66%;
}

.order ul li.product-tit h2 {
	margin: 0;
	height: auto;
	border: none;
	line-height: 20px;
}

.order ul li.product-tit p span {
	color: #ff0000;
}

.order ul li.user-price {
	width: 20%;
	text-align: center;
	color: #ff0000;
	line-height: 2;
	font-size: 16px;
}

.order ul li:last-child {
	line-height: 2;
	width: 20%;
	text-align: center;
}
.orders_info {
	width: 100%;
	margin-top: 10px;
}

.orders_info td {
	font-size: 12px;
	border: 1px solid #dedede;
	line-height: 30px;
	padding: 10px 2px 10px 5px;
}

.orders_info .td1 {
	text-align: right;
	padding-right: 10px;
	width: 105px;
	background: #f4f4f4;
	width: 138px;
}
.order-center-deil {
	margin-top: 20px;
}

.order-tbox {
	/*height: 36px;*/
	overflow: hidden;
}

.order-tbox a {
	color: #333333;
	-webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*用户评价*/
.comment{
	float: right;
    margin: 10px 0 20px;
    line-height: 30px;
    display: block;
    height: 32px;
    width: 140px;
    text-align: center;
    border: 1px solid #FDB22D;
    background: #FDB22D;
    color: #fff;
    border-radius: 5px;
}
.comment:hover{
	color: #fff;
	background: #fe3c00;
}
.inputuser {
	width: 100%;
	padding-top: 20px;
}

.inputuser p {
	padding-left: 3% !important;
	line-height: 30px;
}


/*用户留言*/

.user-message {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0 10px;
}

.user-message p a {
	color: #F14619 !important;
	margin-left: 20px;
}

.message-history {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dedede;
}

.message-title {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.message-title img {
	width: 89px;
}

.message-main {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #dedede;
	padding: 20px 10px;
	max-width: 800px;
}

.message-main span {
	color: #C9C9C9;
}

.message-main p {
	padding: 5px !important;
}

.message-main p.message {
	color: #ff0000;
}


/*修改用户信息*/

.changde-user-box {
	width: 100%;
}

.changde-user-box h3 {
	width: 100%;
	line-height: 24px;
	color: #ff0000;
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px !important;
}

.changde-user-box p {
	line-height: 46px;
	margin-top: 10px !important;
}

.changde-user-box select {
	height: 30px;
}

.changde-user-box input {
	padding-left: 5px;
	width: 80%;
	height: 35px;
	border: 1px solid #999999;
	max-width: 600px;
}

.changde-user-box a {
	display: block;
	width: 100%;
	max-width: 600px;
	height: 42px;
	line-height: 42px;
	background: #ffb800;
	text-align: center;
	margin-top: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #ffffff !important;
	font-size: 14px;
}


/*提现申请*/

.exmoner-box {
	width: 100%;
}

.exmoner-box p {
	line-height: 46px;
	margin-top: 20px !important;
}

.exmoner-box textarea {
	width: 80%;
	max-width: 500px;
	height: 200px;
	overflow: hidden;
}

.exmoner-box a {
	display: block;
	width: 66%;
	height: 42px;
	line-height: 42px;
	max-width: 300px;
	background: #f44336;
	text-align: center;
	margin-top: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #ffffff !important;
	font-size: 14px;
}
.user-price {
	width: 100%;
	padding: 10px 0 !important;
}

.user-price-top {
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
}
.user-price-tleft {
	float: left;
	min-height: 45px;
	background: url(../images/usercenterchat.png)repeat center right;
	background-size: 182px 64px;
	width: 182px;
	height: 64px;
	color: #ffffff;
	font-size: 12px;
	line-height: 2.5;
	text-align: center;
	margin-top: 35px;
}

.user-price-tright {
	width: 59%;
	float: left;
	border: 1px solid #eeeeee;
	height: auto;
	padding: 5px;
}

.user-price-tright img {
	width: 77px;
	float: left;
	margin: 1% 2% 0 !important;
}
.user-tright {
	width: 69%;
	float: left;
	margin-left: 1%;
}

.user-tright p {
	line-height: 1.8;
}

.user-tright p span {
	font-size: 14px;
	color: #ff0000;
}

.user-more {
	width: 100%;
	float: right;
	border-bottom: 1px solid #dedede;
	line-height: 1.5;
	margin-top: 20px;
}

.user-more p {
	float: left;
}

.user-more span {
	float: right;
	color: #000;
	cursor: pointer;
	font-weight: bold;
}

.user-tright2 {
	width: 99% !important;
	padding: 5px;
	background: #efefef;
}

.user-tright2 span {
	font-size: 14px;
	color: #ff0000;
}
.list-tab {
	width: 100%;
	margin-top: 10px !important;
}

.list-tab ul li {
	float: left;
}

.list-tab ul li img {
	width: 60px;
	height: auto;
	float: none;
	max-width: 100%;
}

.list-tab ul li p {
	text-align: left;
}

.list-tab ul li:last-child {
	float: right;
	text-align: right;
}

.list-tab ul li:last-child p {
	text-align: right;
}

.list-tab ul li:first-child {
	width: 15%;
}

.list-tab ul li:nth-child(2) {
	width: 20%;
}

.list-tab ul li:nth-child(3) {
	width: 35%;
	text-align: right;
}

.list-tab ul li:nth-child(3) p {
	text-align: right;
}

.list-nbr {
	width: 100%;
	height: 20px;
	background: #efefef;
	position: relative;
	clear: both;
}

.list-nav {
	width: 70%;
	height: 20px;
	background: #fdc69f;
	position: absolute;
	left: 0;
	top: 0
}

.user-price-bottom {
	position: absolute;
	left: 0;
	bottom: 5px;
	text-align: right;
	width: 170px;
}

/*------------------------------------结算页面----------------------------------------*/
	.basket-content{
		padding: 0 10px;
	}
	.bankbox {
		border: 1px solid #dedede;
		width: 100%;
		padding-bottom: 20px;
		padding-left: 1%;
		padding-right: 1%;
		margin-top: 20px;
	}
	.bankbox h2 {
		width: 100%;
		height: auto;
		line-height: 28px;
		border-bottom: 0px solid #dedede;
		font-size: 14px;
		font-weight: bolder;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.input-box {
		width: 100%;
		height: 60px;
	}
.select {
    width: 50%;
    float: left;
}	
.input-box .ct {
    width: 48%;
    float: left;
    height: 40px;
    margin-top: 10px;
    border: 1px solid #dedede;
}	
.input-box .ct:last-child {
    float: right;
}
	.bankbox .check-box-input-h b {
		color: #ff4900;
	}
	.bankbox h2:first-child {
		border-bottom: 1px solid #dedede;
	}
	.input-box p {
		float: left;
		font-size: 12px;
		margin-right: 2%;
		width: 18%;
		line-height: 50px
	}
	.input-box p i {
		color: #ff0000;
		font-style: normal;
	}
	.text-box {
		width: 50%;
		height: 40px;
		float: left;
		margin-top: 10px;
		border: 1px solid #dedede;
		padding-left: 5px;
	}
	.input-box span {
		float: left;
		margin-left: 2%;
		color: #666666;
		font-size: 12px;
		line-height: 50px
	}
	.text-box-txt {
		width: 50%;
		height: 80px;
		border: 1px solid #dedede;
		padding-left: 5px;
		outline: medium;
		padding-top: 5px;
	}
	.check-box-input {
		width: 100%;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #dedede;
		text-align: left;
		clear: both;
		margin-top: 44px;
		font-size: 16px;
	}
	.check-box-input-h img {
    vertical-align: -3px;
}
	.check-box-input-h {
		font-size: 12px;
		padding-top: 10px
	}
	.check-box-input-h p{
		font-size: 12px;
		font-weight: 500;
	}
	.product-box {
		width: 100%;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
	}
	.product-box ul li {
		width: auto;
		float: left;
		height: 78px;
		margin-left: 1%;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.product-box ul li.price1 {
		line-height: 78px;
	}
	.product-box ul li .chek {
		margin-top: 20px;
	}
	.product-box ul li.clsimg {
		width: 10%;
		margin-left: 2%;
	}
	.product-box ul li.clsimg img {
		width: 100%;
	}
	.product-box ul li.clsh2 {
		width: 45%;
	}
	.product-box ul li.clsh2 h2 {
		width: 100%;
		margin: 0;
	}
	.product-box ul li.clsh2 p {
		font-size: 12px;
		color: #666666;
	}
	.product-box ul li.clsh2 p span {
		color: #ff0000;
	}
	.product-box ul li h2 {
		border: none;
	}
	.box-vcar {
		margin-top: 20px;
	}
	.number-box input {
		width: 30%;
		float: left;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: none;
		border: 1px solid #dedede;
	}
	.product-box table tr{
		height: 88px;
		overflow: hidden;
	}
.product-box table tr:last-child {
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
}	
.product-box table td {
	height: 88px;
	overflow: hidden;
    padding: 10px 5px !important;
    text-align: center;
}	
.product-box table tr td:nth-of-type(2){
	text-align: left;
}
.product-box table td a{
	display: inline-block;
	width: 88px;
	height: 88px;
	overflow: hidden;
}
.product-box table td a img{
	width: 100%;
}
.jslist{
	text-align: right;
}
.jslist dd.red{
	font-size: 16px;
	line-height: 80px;
}
.jslist dd.red #heji{
	font-size: 22px;
	font-weight: 600;
}
.jslist .create a{
	display: inline-block;
	height: 40px;
	width: 200px;
	line-height: 38px;
	text-align: center;
	background: #FFC001;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
}

/*---------------------------------------------银行卡支付--------------------------------------------------*/

.bank-pay {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	background: #ffffff;
	height: auto;
	overflow: hidden;
	/*margin-top: 20px !important;*/
	padding: 10px !important;
}

.pay-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dedede;
	color: #ff0000;
	margin-top: 10px;
	font-size: 16px;
}

.pay-left table td.pay {
	padding: 5px;
}
.pay-left table td.pay a{
	display: inline-block;
	width: 240px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #FFC001;
	color: #fff;
	border-radius: 6px;
}
.par-card {
	color: #ff0000;
}
	.pay-left {
		width: 50%;
		float: left;
	}
	.bank-pay h2 {
		width: 100%;
		font-size: 14px;
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	.pay-left table {
		width: 100%;
	}
	.pay-left table td {
		line-height: 24px;
		padding-left: 2% !important;
		padding-top: 15px !important;
	}
	.pay-left table td.money {
		font-size: 16px;
		color: #ff0000;
	}
	.pay-right {
		width: 45%;
		float: right;
		padding: 15px;
		background: #f8f7f3;
	}
	.pay-right p {
		font-size: 12px;
		line-height: 26px;
	}
	.pay-right a {
		color: #ff0000 !important;
		font-size: 12px !important;
	}
	
/*-----------------------------------信用卡付款页面--------------------------------------*/
.bank {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	height: auto;
	overflow: hidden;
	border: 1px solid #dedede;
	padding-bottom: 18px;
	margin-top: 10px !important;
	background: #ffffff;
}

.banktt {
	width: 100%;
	height: 30px;
	line-height: 25px;
	background: #f3f3f3;
	border-bottom: 1px solid #dedede;
	padding: 5px;
}

.table-chose {
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
}

.table-chose p {
	width: 32%;
	float: left;
	line-height: 2;
	font-size: 12px;
}
.show-card{text-align: center;margin: 20px 0;display: none;}
.show-card img{max-height: 90px;width: 100%;max-width: 386.5px;}
.table-chose em {
	color: #ff0000 !important;
}

.table-chose img {
	float: left;
}

.table-chose input {
	width: 60%;
	border: 1px solid #dedede;
	height: 30px;
	float: left;
	padding-left: 5px;
}

.table-chose select {
	width: 30%;
	float: left;
	height: 30px;
	border: 1px solid #dedede;
}

.bank1 input {
	width: 60%;
}

.bank1 img {
	cursor: pointer;
	margin-left: 3% !important;
	margin-top: 2% !important;
}

.bank1 p.imgbank {
	position: relative;
	left: 0;
	top:-40%;
	display: none;
}
.table-chose a {
    display: block;
    width: 48%;
    height: 38px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-left: 2%;
    background: #FFC001;
    text-align: center;
    line-height: 38px;
    color: #ffffff;
}

/*------------------------------------------新闻列表页-----------------------------------------------*/
.blog-content{
	padding: 10px;
}
.left-row{
	width: 25%;
	float: left;
}
.list-left {
	width: 100%;
	height: auto;
	background: #fafafa;
	border: 1px solid #DEDEDE;
}

.list-left ul li {
	height: auto;
	line-height: 40px;
	padding-left: 5% !important;
	border-bottom: 1px solid #dedede;
	position: relative;
}

.list-left ul li:first-child {
	font-size: 18px;
}

.list-left ul li a {
	color: #232A2E !important;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.list-left ul li i {
	cursor: pointer;
	position: absolute;
	right: 4%;
	top: 37%
}
.list-right{
	width: 75%;
	float: right;
	padding-left: 20px;
}
.left-row {
	padding-right: 0 !important;
}
.list-new {
	width: 100%;
	border-bottom: 1px dashed #dedede;
	padding: 10px 5px;
}

.list-new img {
	width: 20%;
	float: left;
	min-width: 140px;
}
.news-title {
    width: 79%;
    float: right;
    padding: 8px;
    margin-top: 8px;
}
.news-title a.more {
    color: #ffffff !important;
    display: inline-block;
   width: 92px;
   height: 32px;
   line-height: 30px;
   text-align: center;
    margin-top: 10px;
    float: right;
    background: #ff0000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-right: 50px;
}

/*------------------------------------新闻详情页面-----------------------------------------*/
.news-contant h2 {
    text-align: center !important;
    width: 100%;
    font-size: 17px !important;
    text-align: left;
    border-bottom: 1px solid #dedede;
    padding: 30px 0 20px!important;
    padding-left: 5px !important;
    font-weight: bold !important;
}
.news-contant h4 {
    text-align: center;
    font-size: 12px;
    color: #999;
    padding: 10px 0 20px !important;
    font-weight: 500;
}
.news-contant p{
	font-size: 12px;
	color: #666;
	line-height: 30px;
}
.blog-pag {
    margin-top: 40px;
    border-top: 1px solid #333;
}
.blog-pag p {
    margin: 10px 0;
    font-size: 14px;
}
.blog-pag p a {
    color: #333;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: underline;
}
.blog-pag p a:hover{
	color: #FFC001;
}