@charset "utf-8";
/*------------------------------------------------------------
	样式设置 table, caption, tbody, tfoot, thead, tr, th, td 
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
	background:#f6f6f6;
}

body,
table,
input, textarea, select, option {
	font-family: Microsoft Yahei, sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #ff6600 !important;
	text-decoration: none;
}

a:active {
	color: #666;
	text-decoration: none;
}

img {
	vertical-align: top;
}

li img,
dl img {
	/*display: block;*/
	vertical-align: baseline;
}
.colorgreen{color:green}
/*a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/

/* 文本位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* 文字加粗 */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mt40 { margin-top:40px !important; }
.floatL { float: left !important; }
.floatR { float: right !important; }
.clear { clear: both !important; }
.textdeco{text-decoration:underline}

.absmiddle { vertical-align: middle !important; }
.mt50{margin-top:50px!important;}
.beee{ border:1px solid #eee !important}
.bgnone{ background:none !important}
.p10{ padding:10px !important;}
.col333{color:#663333 !important}
.fs12{ font-size:12px !important}
.fs14{ font-size:14px !important}
.fs16{ font-size:16px !important}
.bgfff{ background:#fff !important}
.p0{ padding:0px !important;}
.lh24{ line-height:24px!important;}
.lh39{ line-height:39px!important;}
.ml50{ margin-left:50px!important;}
.pr10{ padding-right:10px!important;}
.bteee{border-bottom:1px solid #eee}
.breee{border-right:1px solid #eee}
.pt10{ padding-top:10px}
.pl10{ padding-left:10px!important}
.green{color:#06b22f !important}
.mb10{margin-bottom:10px !important;}
.mr80{ margin-right:80px;}
.coloWhite{color:White !important}
.coloWhite:hover{color:White !important}
.pb100{padding-bottom:200px !important;}
.zred{color: #ff6600 !important;}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

body {
	text-align:center;
	line-height: 1.5;
	color: #666;
	font-size: 14px;
	min-width: 1200px;
}

#container{
	padding-bottom: 50px;
	/*background-color: #f5f5f5;*/
}

#main {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	border-bottom: 1px solid #e61773;
	background:#fff;
}

.topbar {
	background-color: #000;
	border-bottom: 1px solid #000;
	color:#999;
	margin-bottom:20px;
}
.topbar li{color:#eee;}
.topbar a{color:#999}

.pleft {
	float: left;
	line-height: 30px;
}

.topul {
	float: right;
}

.topul li {
	float: left;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}

.topul li a {
	display: inline-block;
	padding: 0 8px;
}

.topul li i {
	background: url(../images/icon01.png) no-repeat left top;
	width: 8px;
	height: 5px;
	display: inline-block;
	margin-left: 5px;
}

.topul .menu_item:hover {
	background-color: #fff;
}

.topul .menu_bd {
	position: absolute;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	z-index: 99;
	padding: 8px 10px;
	top: 30px;
	left: 0;
	width: 110px;
	display: none;
	text-align: left;
}

.topul .menu_bd a {
	display: block;
}

.topul .menu_item:hover .menu_bd {
	display: block;
}

.logo {
	float: left;
	padding-bottom:30px;
	padding-top:15px;
}

.Search_from {
	margin-top: 25px;
}

.Search_from_left {
	float: left;
	border: 2px solid #e61773;
}

.Search_from_select {
	width: 90px;
	height: 39px;
	border: none;
	color: #666;
	border-right: 2px solid #e61773;
}

.Search_from_input {
	width: 325px;
	height: 27px;
	margin: 4px;
	line-height: 27px;
	border: none;
	color: #999;
}

.Search_from_right {
	float: right;
	width: 202px;
}

.Search_from_right input {
	width: 100px;
	height: 43px;
	font-size: 14px;
	color: #fff;
	line-height: 43px;
	border: none;
	float: left;
	margin-right: 2px;
	cursor: pointer
}
.Search_from_right input.search_btnl {	
	background: #e61773;
    background-image: linear-gradient(to left,#ff2dc6,#e61773);
}
.Search_from_right input.search_btnl:hover {
	background-color: #ef3203;
}
.Search_from_right input.search_btnr {	
	background: #ff6600;
    background-image: linear-gradient(to left,#ff6600,#ff6600);
}
.Search_from_right input.search_btnr:hover {
	background-color: #e97f01;
}

/*------------------------------------------------------------
	navbg
------------------------------------------------------------*/
.navbg {
	background-color: #fff;
	height: 50px;
}

.navbg .orange {
	color: #ff6600;
	font-weight: bold;
	font-size: 16px;
	padding-right: 10px;
	line-height: 50px;
}

.navbg .orange .ico {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url(../images/icon07.png) no-repeat left top;
}

.erji {
	background:#e61773;
	background: -webkit-linear-gradient(to right,#e61773,#e61773);
    background: linear-gradient(to right,#e61773,#e61773);
	width: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	float: left;
	font-weight: 500; 
	display: inline-block;
}

.erji i {
	margin-right: 5px;
	display: inline-block;
	background: url(../images/icon02.png) no-repeat left top;
	vertical-align: middle;
	width: 21px;
	height: 18px;
}

.menu_list li {
	width: 160px;
	float: left;
	line-height: 50px;
	/*border-right: 1px solid #ccc;*/
}

.menu_list li a {
	display: block;
	color: #333;
	padding: 0 15px;
}

.menu_list li a:hover {
	color: #fff !important;
	background-color: #ccc;
}

.menu_list li a:visited {
	color: #ff6600 !important;
	background-color: #ccc;
}

.menu_list .fill {
	background-color: #ccc;
	border-right: none;
}

.menu_list .fill a {
	color: #fff !important;
}

.menu_list .fill a:hover {
	color: #fff !important;
}

.menu_list .fill a:visited {
	color: #fff !important;
}

.menu_list li i {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

.menu_list li .lt {
	background: url(../images/icon03.png) no-repeat left top;
}

.menu_list li .gwwz {
	background: url(../images/icon04.png) no-repeat left top;
}

.menu_list li .stpmh {
	background: url(../images/icon05.png) no-repeat left top;
}

.menu_list li .yjtd {
	background: url(../images/icon06.png) no-repeat left top;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto;
	width: 1200px;
	text-align: left;
}
#pagePath p {
	padding: 15px 0;
}
#pagePath p a {
	text-decoration: underline;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 956px;

	float: right;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 190px;

	float: left;
}
.centerBox {
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	border-top: none;
	background-color: #fff;
}
.h2_center {
	line-height: 39px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #eb6100;
}
.centerBox p {
	padding: 12px 10px 20px;
}
.centerBox p span {
	color: #ff0000;
}
.centerBox .recharge {
	display: inline-block;
	width: 40px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	background-color: #448aca;
	border: 1px solid #448aca;
	border-radius: 3px;
	margin-left: 5px;
}
.centerBox .out {
	display: inline-block;
	width: 70px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #eb6100;
	border: 1px solid #eb6100;
	text-align: center;
	border-radius: 4px;
	margin: 0 10px 10px;
}
.centerBox .recharge:hover {
	color: #448aca !important;
	border: 1px solid #448aca;
	background-color: #fff;
}
.centerBox .out:hover {
	color: #eb6100 !important;
	background-color: #fff;
	border: 1px solid #eb6100;
}
.side_dl {
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}
.side_dl dt {
	line-height: 34px;
	padding: 0 18px;
	font-weight: bold;
	font-size: 16px;
	background-color: #e4e4e4;
}
.side_dl dd {
	padding: 15px 0 15px 18px;
}
.side_dl dd a {
	display: block;
	line-height: 28px;
}
.side_dl dd a:hover,
.side_dl dd .cut {
	font-weight: bold;
	color: #ff6600 !important;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
}

.footer_menu {
	background-color: #333;
	text-align: left;
}

.fbox {
	padding: 15px 0;
}

.f_ttl {
	float: left;
	color: #ff6600;
	font-weight: bold;
	width: 120px;
}

.f_list {
	float: right;
	width: 1064px;
}

.f_list li {
	display: inline;
	color: #ccc;
}

.f_list li a {
	color: #ccc;
	margin-right: 5px;
}

.footer_help {
	background-color: #fff;
	text-align: left;
	padding: 10px 0 60px;
	border-top:1px solid #eaeaea;
}

.footer_help dl {
	float: left;
	width: 185px;
}

.footer_help dl dt {
	font-size: 16px;
	margin-bottom: 10px;
	color:#000;
}

.footer_help dl dd {
	line-height:26px;
}

.help_box {
	float: right;
	width: 432px;
}

.help_box .code {
	float: right;
	width: 130px;
}

.help_box .code span {
	width: 130px;
	line-height: 25px;
	color: #666;
	text-align: center;
	background-color: #eee;
	display: block;
}

.help_box .code img {
	width: 130px;
	height: 130px;
}

.help_box p span {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.footer_Copyright {
	padding: 25px 0;
	background:#333;
	color:#c2c2c2;
	font-size:12px;
}

/*------------------------------------------------------------
	共用样式
------------------------------------------------------------*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.submenu {
	position: relative;
}
.submenu li {
	line-height:28px; 
}
.submenu li a {
	display:block; 
	color:#fff; 
	padding:0 10px; 
	border-left: #f00 solid 3px;
}
.submenu li:hover a {
	background:#fff; 
	color:#ff6600;
}
.subnav {
	position:absolute; 
	left:220px; 
	width:900px;
	min-height: 547px; 
	background:#fff; 
	border:#ff6600 solid 1px;
	border-top: none; 
	border-left: none; 
	top:0px; 
	padding:15px;  
	font-weight:100; 
	z-index:99;
}
.subnav dl {
	margin-bottom: 15px;
}
.subnav dl dt {
	font-size: 16px;
}
.submenu li div.subnav li {
	display: inline;
}
.submenu li div.subnav a {
	color:#666;  
	background:#fff; 
	display:inline-block; 
	padding: 0 5px 0 0;
	line-height:24px; 
	border-left:none;
}
.submenu li div.subnav a:hover {
	color:#ff6600;
}
.submenu li div.subnav {
	display:none;
}
.submenu li:hover div.subnav {
	display:block;
}
.erji_daohang {
	position: relative;
}
.erji_fc{
	width: 220px; 
	height:579px;
	top:51px; 
	position: absolute; 
	z-index: 9999;
	background:#f00;
	background: -webkit-linear-gradient(to right,#f00,#ff3264);
    background: linear-gradient(to right,#f00,#ff3264);
	text-align: left;
}
.erji_daohang .submenu{
	display:none;
}
.erji_daohang:hover .submenu{
	display:block;
}
/*.erji_fc div.subnav{
	min-height: 393px;
}*/

.title1 {
	overflow: hidden;
	border-top: 1px solid #999;
	font-size: 16px;
	color: #fff;
}
.title1 span {
	line-height: 39px;
	background:#4F1F20;
	background: -webkit-linear-gradient(to right,#4F1F20,#666);
    background: linear-gradient(to right,#4F1F20,#666);
	padding: 0 25px;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.title2 {
	overflow: hidden;
	border-top: 1px solid #333399;
	font-size: 16px;
	color: #fff;
}
.title2 span {
	line-height: 39px;
	background:#f00;
	background: -webkit-linear-gradient(to right,#000033,#000066);
    background: linear-gradient(to right,#000033,#000066);
	padding: 0 25px;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.title3 {
	overflow: hidden;
	border-top: 1px solid #999;
	font-size: 16px;
	color: #fff;
}
.title3 span {
	line-height: 39px;
	background:#f00;
	background: -webkit-linear-gradient(to right,#000,#666);
    background: linear-gradient(to right,#000,#666);
	padding: 0 25px;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.title4 {
	overflow: hidden;
	border-top: 1px solid #990033;
	font-size: 16px;
	color: #fff;
}
.title4 span {
	line-height: 39px;
	background:#f00;
	background: -webkit-linear-gradient(to right,#330000,#990033);
    background: linear-gradient(to right,#330000,#990033);
	padding: 0 25px;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.title5 {
	overflow: hidden;
	border-top: 1px solid #996600;
	font-size: 16px;
	color: #fff;
}
.title5 span {
	line-height: 39px;
	background:#f00;
	background: -webkit-linear-gradient(to right,#333300,#996600);
    background: linear-gradient(to right,#333300,#996600);
	padding: 0 25px;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.title6 {
	overflow: hidden;
	border-top: 1px solid #0000cc;
	font-size: 16px;
	color: #fff;
}
.title6 span {
	line-height: 39px;
	background:#f00;
	background: -webkit-linear-gradient(to right,#000033,#0000cc);
    background: linear-gradient(to right,#000033,#0000cc);
	padding: 0 25px;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.title7 {
	overflow: hidden;
	border-top: 2px solid #f00;
	font-size: 16px;
	color: #fff;
}
.title7 span {
	line-height: 39px;
	background:#f00;
	background: -webkit-linear-gradient(to right,#f00,#ff3264);
    background: linear-gradient(to right,#f00,#ff3264);
	padding: 0 25px;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.title8 {
	overflow: hidden;
	border-top: 2px solid #f00;
	font-size: 16px;
	color: #fff;
}
.title8 span {
	line-height: 39px;
	background:#f00;
	background: -webkit-linear-gradient(to right,#f00,#ff3264);
    background: linear-gradient(to right,#f00,#ff3264);
	padding: 0 25px;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.title9 {
	overflow: hidden;
	border-top: 2px solid #f00;
	font-size: 16px;
	color: #fff;
}
.title9 span {
	line-height: 39px;
	background:#f00;
	background: -webkit-linear-gradient(to right,#f00,#ff3264);
    background: linear-gradient(to right,#f00,#ff3264);
	padding: 0 25px;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.title10 {
	overflow: hidden;
	border-top: 2px solid #f00;
	font-size: 16px;
	color: #fff;
}
.title10 span {
	line-height: 39px;
	background:#f00;
	background: -webkit-linear-gradient(to right,#f00,#ff3264);
    background: linear-gradient(to right,#f00,#ff3264);
	padding: 0 25px;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.title a {
	float: right;
	line-height: 39px;
	font-size: 14px;
}
.classify_title li {
    display: inline;
    padding-right: 5px;
    color: #eee;
    font-size: 12px;
}
.classify_title li a {
    padding-right: 10px;
    color: #000;
    float: none;
    font-size: 14px;
}
.popular {
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #eee;
	background-color: #fff;
}
.prlist6 li{
	float: left; 
	width: 180px; 
	height: 140px;
	padding:0px 6px 10px; 
	border-left: #eee solid 1px; 
	border-bottom: #eee solid 1px; 
}

.listimg{
	width:180px;
	height:100px;
	display: table-cell;
	vertical-align: middle;
	/*设置水平居中*/
	text-align: center;
	 /* 针对IE的Hack */
}
.listimg span{
	height:100%;
	display: inline-block;
	vertical-align: middle;
}
.listimg img {
	vertical-align: middle;
	max-width: 180px;
    width:expression(this.width>180?"180px":this.width);
	max-height: 130px;
    height:expression(this.height>130?" 130px":this.height);
}

/*.prlist6 li img {
	width: 180px;
	height: 170px;
}*/
.prlist6 li span {
	display: block;
	line-height: 24px;
	text-align: center;
}
.prlist6 li:first-child{
	border-left:none;
}
.bor_botnone li{
	border-bottom: #fff solid 1px;
}
.process {
	/*background-color: antiquewhite;*/
	padding: 45px 80px;
}
.process ul li {
	float: left;
	width: 98px;
	text-align: center;
	font-size: 16px;
}
.process ul .arrow {
	width: 90px;
	height: 88px;
	background: url(../images/arrow.png) no-repeat center center;
}
.process ul li .process-i {
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto 10px;
	background: url(../images/ico_process01.png) no-repeat center center;
}
.process ul li .process-i01 {
	background: url(../images/ico_process02.png) no-repeat center center;
}
.process ul li .process-i02 {
	background: url(../images/ico_process03.png) no-repeat center center;
}
.process ul li .process-i03 {
	background: url(../images/ico_process04.png) no-repeat center center;
}
.process ul li .process-i04 {
	background: url(../images/ico_process05.png) no-repeat center center;
}
.process ul li .process-i05 {
	background: url(../images/ico_process06.png) no-repeat center center;
}

/* 栏目切换 */
.details_tab {
	padding: 0 25px;
	border-bottom: 1px solid #ff6600;
}
.details_tab li {
	float: left;
	margin: 0 10px -1px 0;
	width: 130px;
	text-align: center;
	position: relative;
}
.details_tab li a {
	width: 128px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ff6600;
	background-color: #fff;
}

.details_tab li .tag_list a {
	height: 26px;
	line-height: 26px;
	text-align:left;
	text-indent:15px;
}
.details_tab li .tag_list a:hover,
.details_tab .currens a {
	height: 26px;
	line-height: 26px;
}

.details_tab li i {
	background: url(../images/icon01.png) no-repeat left top;
	width: 8px;
	height: 5px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.details_tab li a:hover,
.details_tab .currens a {
	width: 128px;
	height: 39px;
	color: #ff6600;
	line-height: 40px;
	border: 1px solid #ff6600;
	border-top: 2px solid #ff6600;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	background-color: #fff;
}
.details_tab li select {
	width: 100px;
	height: 40px;
	line-height: 40px;
	border: none;
	font-size: 16px;
}
.details_tab li a:hover select,
.details_tab .currens select {
	color: #ff6600;
}
.details_tab li .tag_list {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	border: 1px solid #ff6600;
	border-top: none;
}
.details_tab li .tag_list a {
	border: none;
}
.details_tab li:hover .tag_list {
	display: block;
}

.comBox {
	border: 1px solid #eee;
	border-top: none;
	padding: 25px 25px 30px;
	background-color: #fff;
}

/* 表格样式 */
.order_tab {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}
.order_tab th {
	text-align: center;
	padding: 18px;
	background-color: #eee;
	vertical-align: middle;
	border: 1px solid #e4e4e4;
}
.order_tab td {
	text-align: center;
	padding: 18px 8px;
	line-height: 1.3;
	border: 1px solid #e4e4e4;
}

/* 表格样式 */
.order_tabsub {
	width: 100%;
	border-collapse: collapse;
}
.order_tabsub th {
	text-align: center;
	padding: 10px;
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #e4e4e4;
	font-weight:100;
}
.order_tabsub td {
	text-align: center;
	padding: 10px 8px;
	line-height: 1.3;
	border: 1px solid #e4e4e4;
}

.look {
	display: block;
	color: #fff !important;
	background-color: #eb6100;
	border: 1px solid #eb6100;
	padding: 0 10px;
	line-height: 36px;
	border-radius: 5px;
}
.look i {
	background: url(../images/icon_look.png) no-repeat center center;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.remark {
	display: inline-block;
	color: #fff !important;
	background-color: #eb6100;
	border: 1px solid #eb6100;
	padding: 0 10px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-right: 6px;
}
.delete {
	display: inline-block;
	color: #fff !important;
	background-color: #8c8c8c;
	border: 1px solid #8c8c8c;
	padding: 0 10px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
.play {
	background-color: #22ac38;
	border: 1px solid #22ac38;
	width: 92px;
	line-height: 40px;
}
.delete01 {
	background-color: #e60012;
	border: 1px solid #e60012;
	width: 92px;
	line-height: 40px;
}
.remark:hover {
	color: #eb6100 !important;
	background-color: #fff;
}
.delete:hover {
	color: #8c8c8c !important;
	background-color: #fff;
}
.play:hover {
	color: #22ac38 !important;
	background-color: #fff;
}
.delete01:hover {
	color: #e60012 !important;
	background-color: #fff;
}
.look:hover {
	color: #eb6100 !important;
	background-color: #fff;
}
.look:hover i {
	background: url(../images/icon_look_on.png) no-repeat center center;
}
.link_detele {
	color: #0c90ec !important;
}

/*分页*/
.ep-pages{
	clear:both;
	text-align:center;
	font-size:14px;
	vertical-align:top;
	margin-top:20px;
} 
.ep-pages input[type="number"]{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 0px;
	overflow:hidden;
	vertical-align:top;
	/*background-color: #fff;*/
	border:1px solid #ddd;
	margin-right:3px;
	width:50px;
	text-align:center;
	}
.ep-pages input[type="button"]{
	display:inline-block;
	height:31px;
	line-height:30px;
	padding:0 10px;
	overflow:hidden;
	vertical-align:top;
	background-color: #fff;
	border:1px solid #ddd;
	margin-right:3px;
	width:50px;
	cursor:pointer;
	}
.ep-pages a, 
.ep-pages span{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 10px;
	overflow:hidden;
	vertical-align:top;
	background-color: #fff;
	border:1px solid #ddd;
	margin-right:3px;
} 
.ep-pages input:hover,
.ep-pages a:hover{
	color: #c40000 !important;
	text-decoration:none;
	background-color: #fff;
	border:1px solid #ff3264;
}  
.ep-pages .current{
	color: #fff !important;
	text-decoration:none;
	background-color: #ff3264;
}  
.ep-pages-ctrl{
	font-weight:bold;
	font-size:18px;
}
.ep-pages-e5e5e5{ color:#999}

.help {
	border: 1px solid #e8e8e8;
	padding: 25px 25px 30px;
	background-color: #fff;
}
.help_dl dt {
	padding-left: 8px;
	border-left: 10px solid #ff0000;
	margin-bottom: 20px;
	font-size: 16px;
}
.help_dl dd {
	margin-bottom: 25px;
}

/*登录*/
.comH2 {
	font-size: 16px;
	padding: 0 0 10px 15px;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #a84200;
}
.comBox01 {
	border: 1px solid #e8e8e8;
	border-top: none;
	background-color: #fff;
}
.login_box {
	padding: 50px 60px 65px 90px;
	min-height: 400px;
	background: url(../images/line02.gif) no-repeat 630px center;
}
.login_form {
	float: left;
	width: 450px;
	margin-top: 100px;
}
.login_table {
	width: 100%;
	border-collapse: collapse;
}
.login_table th,
.login_table td {
	line-height: 1.8;
	vertical-align: middle;
}
.login_table th {
	font-weight: normal;
	text-align: right;
	padding: 10px;
}
.login_table td {
	padding: 10px 20px;
	text-align: left;
}
.input_width01 {
	padding: 10px;
	width: 240px !important;
	height: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #c0bebe;
}
.input_width02 {
	padding: 10px;
	width: 133px;
	height: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #c0bebe;
}
.forgot_fw {
	text-align: right;
	margin-bottom: 25px;
}
.forgot_fw a {
	color: #fe0000;
}
.register {
	float: right;
	width: 400px;
	padding-top: 60px;
}
.regyouhui{ padding-top:60px; color:#000; clear:both; width:100%; float:left; line-height:35px; font-weight:bold}
.regyouhui strong{ font-size:16px}
.regyouhui font{ color:red}
.regyouhui a{ color:#007CFF}
.input_btn01 {
	padding: 0;
	width: 118px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	background-color: #e53e31;
	border: 1px solid #e53e31;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.input_btn01:hover {
	color: #e53e31;
	background-color: #fff;
}
.input_btn02 {
	width: 115px;
	height: 35px;
	font-size: 16px;
	border: 1px solid #b3b2b2;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: -moz-linear-gradient(
		top,
		#f8f7f7 0%,
		#eeeeee);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f8f7f7),
		to(#eeeeee));
}
.input_btn02:hover {
	background: -moz-linear-gradient(
		top,
		#eeeeee 0%,
		#cccccc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#eeeeee),
		to(#cccccc));
} 
.reg_box {
	padding: 50px 55px 50px 0px;
}
.reg_box .login_form {
	margin-top: 0;
	width: 580px;
}
.reg_box .register {
	width: 400px;
}
.reg_box .notes {
	color: #999;
}
.input_btn03 {
	margin-left: 6px;
	padding: 0;
	width: 98px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	border: none;
	cursor: pointer;
	background-color: #eb6100;
	border: 1px solid #eb6100;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.input_btn03:hover {
	color: #eb6100;
	background-color: #fff;
}
.red {
	color: #ff0000;
}
.green {
	color: #00c420;
}
.ad_btn {
	background-color: #eb6100;
	height: 46px;
}
.w344 {
	width: 344px !important;
}
.explain {
	margin: 45px 75px 0;
	padding: 20px;
	line-height: 24px;
	background-color: #dcdcdc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*收货地址*/
.commonly li {
	margin-bottom: 20px;
	float: left;
	width: 900px;
	position: relative;
	border: 1px solid #e8e8e8;
}
.commonly li .info {
	margin: 20px;
	line-height: 2.2;
}
.commonly li:hover,
.commonly .current {
	border: 1px solid #1abc9c;
	background: url(../images/ico_chosen.png) no-repeat right bottom;
}
.commonly li .function {
	position: absolute;
	top: 38px;
	right: 30px;
	text-align: right;
}
.commonly li .function .use_link {
	display: block;
	margin-bottom: 15px;
}
.commonly li .function .revise_link {
	margin-right: 10px;
	display: inline-block;
	width: 18px;
	height: 19px;
	background: url(../images/icon_revise.jpg) no-repeat left top;
}
.commonly li .function .delete_link {
	display: inline-block;
	width: 20px;
	height: 19px;
	background: url(../images/icon_delete.jpg) no-repeat left top;
}
.comBtn a {
	padding: 0;
	width: 178px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	text-align: center;
	background-color: #eb6100;
	border: 1px solid #eb6100;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.comBtn a:hover {
	color: #eb6100 !important;
	background-color: #fff;
}

.comBtn .zcomBtn{
	padding: 0;
	width: 130px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	text-align: center;
	background-color: #777;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.comBtn .zcomBtn:hover {
	color: #666 !important;
	background-color: #fff;
}

.step_txt {
	padding: 20px;
	border: 1px dashed #b5b5b5;
	line-height: 24px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.step1 {
	position: absolute;
	top: -52px;
	left: -52px;
	border: 1px solid #fcb381;
	padding: 12px;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.step1 span {
	width: 80px;
	height: 80px;
	font-size: 30px;
	line-height: 80px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #ff6600;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.step2 {
	border: 1px solid #22ac38;
}
.step2 span {
	font-size: 24px;
	background-color: #22ac38;
}
.step3 {
	border: 1px solid #e60012;
}
.step3 span {
	font-size: 24px;
	background-color: #e60012;
}
.step_box {
	position: relative;
	border: 1px solid #bfbfbf;
	margin: 90px 0 0 52px;
	padding: 30px 115px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.step_box p {
	margin-bottom: 15px;
	clear: both;
}
.step_box .recharge li {
	margin: 0 20px 30px 0;
	float: left;
	width: 124px;
}
.step_box .recharge li img {
	width: 124px;
	height: 64px;
}
.enter_order {
	border: 1px solid #bfbfbf;
	text-align: center;
	width: 412px;
	height: 45px;
	padding: 0;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}
.send {
	padding: 0;
	width: 129px;
	height: 47px;
	border: none;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #22ac38;
	cursor: pointer;
}
.step_box .account {
	position: absolute;
	top: -50px;
	font-size: 16px;
	margin-bottom: 0;
}
.w120 {
	padding: 10px;
	width: 100px;
	height: 12px;
	border: 1px solid #c0bebe;
}

/*我的消息*/
.news dt {
	padding: 0 0 10px 50px;
	background: url(../images/icon_q.png) no-repeat left top;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 12px;
}
.news dd {
	padding: 0 0 10px 50px;
	background: url(../images/icon_a.png) no-repeat left top;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 12px;
}
.news span {
	display: block;
	color: #a2a2a2;
}

.txt_ttl {
	font-size: 16px;
	margin: 0 0 20px 110px;
}
.txt_content {
	margin: 0 80px 30px;
	padding: 30px;
	line-height: 28px;
	background-color: #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.btn_copy {
	margin: 0 80px;
}
.btn_copy a {
	display: block;
	color: #fff;
	background-color: #22ac38;
	border: 1px solid #22ac38;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.btn_copy a:hover {
	color: #22ac38 !important;
	background-color: #fff;
}
.photoBox img {
	width: 78px;
	height: 80px;
}
.photoBox p {
	padding-left: 90px;
}

.comTtl {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.declaration {
	margin-bottom: 30px;
	padding: 25px;
	background-color: #f2f2f2;
}
.input_width03 {
	padding: 10px;
	width: 180px;
	height: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #c0bebe;
}
.input_width04 {
	padding: 10px;
	width: 400px;
	height: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #c0bebe;
}

.comBox02 {
	padding: 30px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}

/*图文列表*/
.photo-list {
	position: relative;
	width: 1220px;
	margin-right: -20px;
	margin-top: 10px;
}
#conts .photo-list {
	width: 920px;
}
.photo-list li {
	float: left;
	margin: 0 18px 18px 0;
	padding: 10px 15px;
	width: 194px;
	height: 240px;
	border: 1px solid #eee;
	background-color: #fff;
	position: relative;
}
#conts .photo-list li {
	width: 180px;
}
.photo-list li:hover {
	box-shadow: 0 0 10px #bfbfbf;
} 
.photo-list li .pro-ttl {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.photo-list li .span-sc {
	color: #fff;
	background-color:#bfbfbf;
	width: 44px;
	height: 20px;
	line-height: 20px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	float: right;
}
.photo-list li .span-sc:hover {
	border: 1px solid #ff6600;
	background-color:#fff;
}
.photo-list li .pro-red {
	font-size: 16px;
	color: #ff0000;
}
.collection{
	position: absolute; 
	width:60px; 
	right:10px; 
	top:10px; 
	display: block; 
	height: 30px;
	line-height: 30px;
	z-index:10;
}
.collection i, 
.time {
	width: 19px; 
	height: 17px; 
	vertical-align: middle; 
	display: inline-block; 
	margin-right: 5px;
}
.collection i {
	background: url(../images/icon_star.png) no-repeat left center;
}
.time {
	background: url(../images/icon_time.png) no-repeat left center;
}
.Price {
	font-size: 18px;
	color: #f00;
    display: inline-block;
    font-weight: 600;
}

.classify {
	margin-bottom: 5px;
	padding: 10px 15px;
	border: 1px solid #f6f6f6;
	/*background-color: #fff;
	border-radius: 5px;*/
	color:#eee;
}
.classify p {
	float: left;
	font-size: 14px;
	color: #333;
	width: 80px;
    text-align: center;
}
.sl-ext .sl-e-more {
    float: right;
	margin-left:30px;
    position: relative;
    width: 50px;
    height: 22px;
    background: #FFF none repeat scroll 0% 0%;
    visibility: visible;
    color: #333;
}
.sl-ext .sl-e-more i{
    background: transparent url(../images/search.ele.png) no-repeat 3px 6px;
	position: absolute;
    top: 2px;
    right: 0px;
    display: block;
    width: 20px;
    height: 20px;
    background-position: 4px 7px;
}
.sl-ext .sl-e-more2 {
    float: right;
	margin-left:30px;
    position: relative;
    width: 50px;
    height: 22px;
    background: #FFF none repeat scroll 0% 0%;
    visibility: visible;
    color: #333;
}
.sl-ext .sl-e-more2 i {
    background: transparent url(../images/search.ele.png) no-repeat 3px -28px;
	position: absolute;
    top: 2px;
    right: 0px;
    display: block;
    width: 20px;
    height: 20px;
    /*background-position: 4px 7px;*/
}
#reci{max-height:45px;overflow:hidden;}
#reci .sl-e-more2{
	display:none;
}
#cat{max-height:45px;overflow:hidden;}
#cat .sl-e-more2{
	display:none;
}
#Guess{max-height:45px;overflow:hidden;}
#Guess .sl-e-more2{
	display:none;
}
.classify ul {
	float: right;
	width: 1005px;
}
.classify ul li {
	float: left;
	width: 133px;
	margin: 0 10px 5px 0;
	/*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}
.classify ul li a {
	background-color: #f8f8f8;
	line-height: 45px;
	display: block;
	text-align: center;
	color:#666;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
	padding-left:10px;
	padding-right:10px;
}
.classify ul li a:hover,
.classify ul li.current a {
	/*background-color: #d60e00;*/
	/*border-radius: 5px;*/
	color: #d60e00 !important;
}

.screen {
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eee;
	background-color: #fff;
}
.screen_list li {
	margin-bottom: 10px;
}
.screen_list li label{
	width: 90px;
	text-align: right;
	display: inline-block;
}
.form-control {
	padding: 6px 10px;
	height: 34px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	vertical-align: middle;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.mainsrp {
	margin-bottom: 10px;
	padding: 8px 10px;
	border: 1px solid #eee;
	background-color: #fff;
}
.sortbar{
	height:30px;
}
.sortbar li{
	height:30px;
	line-height:30px;
	width:110px;
	margin-right:1px; 
	float:left; 
	background:#f2f2f2; 
	text-align:center;
}
.sortbartop{
	height:30px;
	float:right;
}
.sortbartop li{
	height:30px;
	line-height:30px;
	margin-right:1px; 
	float:left; 
	background:#fff; 
	text-align:center;
}
.sortbartop li font{
	color:red
	}
.sortbartop li a{
	height:30px;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
.sortbar li.currs{
	background:#ff3264;
	color:#fff;
}
.sortbar li span.icon_up{
	background: url(../images/icon_up.png) no-repeat left center; 
	width:17px; 
	height:17px; 
	display:inline-block; 
	vertical-align: middle; 
	margin-left:10px; 
}
.sortbar li span.icon_down{
	background: url(../images/icon_down.png) no-repeat left center; 
	width:17px; 
	height:17px; 
	display:inline-block; 
	vertical-align: middle; 
	margin-left:10px; 
}
.sortbar li.currs a,
.sortbar li.currs a:hover{
	color: #fff !important;
}

/*会员中心*/
.center_a,
.center_b,
.center_c,
.center_d,
.center_e {
	margin-bottom: 20px;
	padding: 25px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.centerH2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.center_a .center_info {
	margin-bottom: 10px;
}
.center_a .info_name {
	font-size: 16px;
	float: left;
	width: 250px;
	color: #ff0000;
}
.center_a .info_rank {
	font-size: 16px;
	float: left;
	width: 320px;
}
.center_a .info_rank span {
	color: #06b22f;
}
.center_a .info_email {
	float: left;
	width: 320px;
	line-height: 34px;
}
.center_a .info_email a {
	width: 68px;
	height: 32px;
	color: #fff;
	background-color: #a9a8a8;
	border: 1px solid #a9a8a8;
	display: inline-block;
	margin-left: 15px;
	text-align: center;
	border-radius: 3px;
}
.center_a .info_email a:hover {
	color: #a9a8a8 !important;
	background-color: #fff;
}
.center_a .center_money li {
	float: left;
	width: 335px;
	font-size: 16px;
}
.center_a .center_money li span {
	font-size: 36px;
	display: inline-block;
	margin-left: 10px;
}
.center_a .center_money li a {
	font-size: 14px;
	margin-left: 10px;
}
.center_b {
	padding: 25px 42px;
}
.center_b .order_list li {
	width: 178px;
	height: 70px;
	float: left;
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
	margin-right: 50px;
	border: 1px solid #e5e5e5;
}
.center_b .order_list li span {
	display: block;
	color: #ff0000;
}
.center_c .enter_order {
	padding: 0 20px;
	width: 680px;
	height: 66px;
	text-align: left;
	background-color: #eee;
} 
.center_c .send {
	width: 182px;
	height: 68px;
}
.center_d p {
	margin-bottom: 30px;
}
.center_e .process {
	padding: 0;
	background-color: #fff;
} 
.center_e .process ul li {
	width: 90px;
	font-size: 18px;
}
.center_e .process ul .arrow {
	width: 72px;
}
.product_tab td,
.product_tab th {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.table_space {
	height: 10px!important;
	line-height: 10px!important;
	padding: 0!important;	
	border-left: none!important;
	border-right: none!important;
}


.yalist img {
	max-width: 194px;
 width:expression(this.width>194?"194px":this.width);
	max-height: 168px;
 height:expression(this.height>168?" 168px":this.height);
}

.loading{background:url(../images/loading.gif) no-repeat center center; width:100%; min-height:744px;border:1px solid #eee; margin-bottom:30px }

.addpackage{ margin-bottom:10px}
.backgroundfff{background:#fff !important}
.colorfff a{color:#fff !important}

.Detailmax img {
	max-width: 1156px;
 width:expression(this.width>1156?"1156px":this.width);
	max-height: auto;
}
.tophot{ text-align:left; padding-top:4px; float:left; clear:both}
.tophot a{ margin-right:12px;}

#btmlist{padding:49px 0;border-bottom:1px solid #eaeaea;zoom:1;}#btmlist li{float:left;width:258px;margin-left:42px;*display:inline;}#btmlist li i{float:left;margin:0 12px 0 0;_margin:0 6px 0 0;}#btmlist li .tit,#btmlist li .desc{display:block;line-height:22px;}#btmlist li .tit{font-size:18px;font-weight:bold;}#btmlist li .desc{font-size:14px;}#btmlist .btmIcon{width:44px;height:44px;border-radius:50%;border:2px solid #d6d6d6;text-align:center;line-height:44px;font-size:20px;font-weight:bold;display:inline-block;float:left;margin-right:12px;}



.right_menu{width: 40px;height: 100%;position: fixed;right: 0;top: 0px;background-color: #444851;z-index: 9000}
.right_menu_con{float: left;width: 100%;height: 500px;display: none;}
.right_menu_con li{padding: 10px 0;border-bottom: 1px solid #FAFAFA;}
.right_menu_li1{float: left;width: 100%;height: 45px;}
.right_menu_li1 a,.right_menu_li2 a,.right_menu_li3 a{float: left;width: 100%;height: 100%;}
.right_menu_li1:hover,.right_menu_li2:hover,.right_menu_li3:hover{background-color: #e61773;}
.right_menu_li1 a span{background: url(../images/icon.png) no-repeat 2px -120px;float: left;width: 100%;height: 40px;}
.right_menu_li2{float: left;width: 100%;height: 100px;background-color: #e61773;}
.right_menu_li2 em,.right_menu_li3 em{float: left;width: 100%;height: 30px;background: url(../images/icon.png) no-repeat -39px -127px;}
.right_menu_li2 span,.right_menu_li3 span{float: left;width: 20px;height: auto;font-size: 16px;color: #FFFFFF;line-height: 20px;margin-left: 10px;text-align: center;margin-top: 5px;}
.right_menu_li3{float: left;width: 100%;height:115px;border-bottom: 1px solid #FAFAFA;z-index: 9001;position: relative;}
.right_menu_li3 em{background-position: -79px -127px;}
.right_menu_li3 .kefu_div{float: left;background-color: #fff;position: absolute;z-index: 9000;top: 0px;right: 40px;width: 0px;overflow: hidden;}
.right_menu_li3 .kefu_div .kefu_tit{float:left;background-color: #e61773;font-size: 16px;color: #FFFFFF;height: 40px;line-height: 40px;text-indent: 15px;width: 100%;}
.right_menu_li3 .kefu_div .kefu_qq{float: left;width: 160px;height: auto;margin-left: 15px;padding: 5px 0px;}
.right_menu_li3 .kefu_div .kefu_qq dt{float: left;width: 100%;height: 30px;line-height: 30px;color: #333333;font-size: 14px; text-align:left}
.right_menu_li3 .kefu_div .kefu_qq dd{float: left;width: 100%;height: 30px;line-height: 30px;}
.right_menu_li3 .kefu_div .kefu_qq dd p{float: left;width: 50%;height: 100%;color: #666666;font-size: 14px;cursor: pointer;}
.right_menu_li3 .kefu_div .kefu_qq dd p i{float: left;width: 16px;height: 16px;background: url(../images/qq.png) no-repeat center;background-size: 100%;margin:6px 5px 0px 0px;}
.right_menu_li3 .kefu_div .kefu_qq dd p a:hover{color:#666 !important}
.right_menu_li3 .kefu_div .kefu_wx{float: left;width: 160px;height: auto;margin-left: 11px;padding: 15px 0px 10px;}
.right_menu_li3 .kefu_div .kefu_wx dd{float: left;width: 72px;height: 100px;margin-right: 8px;}
.right_menu_li3 .kefu_div .kefu_wx dd img{float: left;width: 100%;}
.right_menu_li3 .kefu_div .kefu_wx dd p{float: left;width: 100%;height: 28px;line-height: 24px;color: #666666;font-size: 14px;text-align: center;font-size: 12px;}
.right_menu_li4,.right_menu_li5,.right_menu_li6{float: left;width: 100%;height: 38px;position: relative;z-index: 9001;}
.right_menu_li4 div,.right_menu_li5 div,.right_menu_li6 div{float: left;width: 100%;height: 38px;background: url(../images/icon.png) no-repeat;background-color: #444851;position: absolute;z-index: 9003;}
.right_menu_li4 div{background-position: -118px -121px;}
.right_menu_li5 div{background-position: -158px -121px;}
.right_menu_li6 div{background-position: -198px -121px;}
.right_menu_li4:hover div,.right_menu_li5:hover div,.right_menu_li6:hover div{background-color: #e61773;cursor: pointer;}
.right_menu_li4 a,.right_menu_li5 a,.right_menu_li6 a{float: left;width: 125px;position: absolute;right: -85px;top: 10px;font-size: 16px;line-height: 38px;color: #FFFFFF;text-indent: 10px;overflow: hidden;z-index: 9002;}
.right_menu_li4 a em,.right_menu_li5 a em,.right_menu_li6 a em{float: left;width: 25px;height: 38px;background:url(../images/icon.png) no-repeat 0 -20px; }
.right_menu_li4 a span,.right_menu_li5 a span,.right_menu_li6 a span{float: left;width: 100px;height: 38px;background-color: #e61773;}
.right_back_top{float: left;width: 40px;height: 40px;color: #FFFFFF;position: absolute;bottom: 10px;left: 0px;cursor: pointer;}
.right_back_top span{float: left;width: 20px;height: 20px;margin:10px;background: url(../images/icon.png) no-repeat -160px 0px;}
.right_back_top div{display: none;width: 30px;height: 30px;padding: 5px;line-height: 15px;text-align: center;}
.right_back_top:hover div{display: block;}
.right_back_top:hover span{display: none;}
.right_menu a:hover{color:#fff !important}
.bgbidsprice{ background:whitesmoke; line-height:50px;}


/*代金券*/
/*.usercoupon{ display:none}*/
.stamp * {
	padding: 0;
	margin: 0;
	list-style:none;
	font-family:"Microsoft YaHei", 'Source Code Pro', Menlo, Consolas, Monaco, monospace;
}
.stamp {
	width: 387px;
	height: 140px;
	padding: 0 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.stamp:before {
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	left:10px;
	right:10px;
	z-index: 1;
}
.stamp i {
	position: absolute;
	left: 20%;
	top: 45px;
	height: 190px;
	width: 390px;
	background-color: rgba(255, 255, 255, .15);
	transform: rotate(-30deg);
	position: absolute;
	z-index:2;
}
.stamp .par {
	float: left;
	padding: 16px 15px;
	width: 220px;
	border-right:2px dashed rgba(255, 255, 255, .3);
	text-align: left;
	position: absolute;
	z-index:2;
}
.stamp .par p {
	color:#fff;
	font-size: 16px;
	line-height: 21px;
}
.stamp .par span {
	font-size: 50px;
	color:#fff;
	margin-right: 5px;
	line-height: 65px;
}
.stamp .par .sign {
	font-size: 34px;
}
.stamp .par sub {
	position: relative;
	top:-5px;
	color:rgba(255, 255, 255, .8);
}
.stamp .copy {
	display: inline-block;
	padding:21px 14px;
	width:100px;
	vertical-align: text-bottom;
	font-size: 30px;
	color:rgb(255,255,255);
	text-align: center;
	line-height: initial;
	position: absolute;
	z-index:3;
	right:20px;
	padding: 10px 6px 10px 12px;
	font-size: 24px;
}
.stamp .copy p {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.stamp .copy a {
	background-color:#fff;
	color:#333;
	font-size: 14px;
	text-decoration:none;
	padding:5px 10px;
	border-radius:3px;
	display: block;
}
.stamp1 {
	background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px, #F39B00 5px);
	background-size: 15px 15px;
	background-position: 9px 3px;
}
.stamp1:before {
	background-color:#F39B00;
}
.stamp2 {
	background: radial-gradient(transparent 0, transparent 5px, #D24161 5px);
	background-size: 15px 15px;
	background-position: 9px 3px;
}
.stamp2:before {
	background-color:#D24161;
}
.stamp3 {
	background: radial-gradient(transparent 0, transparent 5px, #7EAB1E 5px);
	background-size: 15px 15px;
	background-position: 9px 3px;
}
.stamp3:before {
	background-color:#7EAB1E;
}
.stamp3 .copy {
	padding: 10px 6px 10px 12px;
	font-size: 24px;
}
.stamp3 .copy p {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.stamp3 .copy a {
	background-color:#fff;
	color:#333;
	font-size: 14px;
	text-decoration:none;
	padding:5px 10px;
	border-radius:3px;
	display: block;
}
.stamp4 {
	width: 390px;
	background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 4px, #50ADD3 4px);
	background-size: 12px 8px;
	background-position: -5px 10px;
}
.stamp4:before {
	background-color:#50ADD3;
	left: 5px;
	right: 5px;
}
.stamp4 .copy {
	padding: 10px 6px 10px 12px;
	font-size: 24px;
}
.stamp4 .copy p {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.stamp4 .copy a {
	background-color:#fff;
	color:#333;
	font-size: 14px;
	text-decoration:none;
	padding:5px 10px;
	border-radius:3px;
	display: block;
}

/*pay*/
.login_tablepay {
	width: 100%;
	border-collapse: collapse;
}
.login_tablepay th,
.login_tablepay td {
	line-height: 1.3;
	vertical-align: middle;
}
.login_tablepay th {
	font-weight: normal;
	text-align: right;
	padding: 10px;
}
.login_tablepay td {
	padding: 10px 20px;
	text-align: left;
}


.favpage {
	text-align: center;
	color: #fff;
	background-color: #ff3264;
	border: 1px solid #ff3264;
	border-radius: 3px;
	margin-left: 10px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}
.favpage:hover {
	color: #ff3264 !important;
	border: 1px solid #ff3264;
	background-color: #fff;
}
.BlacklistWord{
    padding: 10px 25px;
    margin-top: 10px;
    border: 1px solid #ddd;
    background-color: #fff8db;
    line-height: 24px;
	margin-bottom:10px;
}
.BlacklistWord font{color:#e31436}
.Blacklista{
	color: #f60 !important;
	text-decoration:underline !important;
}

.newsDetailmax img {
	max-width: 905px;
 width:expression(this.width>905?"905px":this.width);
	max-height: auto;
}
.ordertag {
	text-align: center;
	color: #fff;
	background-color: gainsboro;
	border: 1px solid gainsboro;
	border-radius: 3px;
	padding-left:3px;
	padding-right:3px;
}
.ordertag2 {
	text-align: center;
	color: #fff;
	background-color: #ff3264;
	border: 1px solid #ff3264;
	border-radius: 3px;
	padding-left:3px;
	padding-right:3px;
}

/* 表格样式 */
.bids_tab {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}
.bids_tab th {
	text-align: center;
	padding: 10px;
	background-color: #f7f7f7;
	vertical-align: middle;
	/*border: 1px solid #eee;*/
	font-size:12px;
}
.bids_tab td {
	text-align: center;
	padding: 10px 8px;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
	font-size:12px;
}
.itemfaq{ border-bottom:1px dashed #eee !important;margin-top:15px!important;}
.itemfaq2{border-bottom:1px solid #eee !important; padding-bottom:15px!important;}

/*404*/
.m-failbox {
	font-size: 14px;
	color: #333;
}
.m-failbox img {
	float: left;
	margin: 0 35px 0 0;
}
.m-failbox .tit {
	padding: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	color: #191e1f;
	line-height: 24px;
}
.m-failbox .tip {
	line-height: 18px;
}
.m-failbox .sep {
	padding: 0 10px;
	color: #ddd;
}
.m-failbox a, .m-failbox a:hover {
	color: #51b8f1;
}
.m-failbox-1 {
	padding: 200px 0 0 184px;
}
.m-failbox-1 .tit {
	padding-top: 37px;
}
.m-failbox-2 {
	padding: 206px 0 0 110px;
}
.m-failbox-2 .tit {
	padding-top: 37px;
}
.m-failbox-3 {
	padding: 180px 0 0 195px;
}
.m-failbox-3 .tit {
	padding-top: 65px;
}
.m-failbox-4 {
	padding: 156px 0 0 198px;
}
.m-failbox-4 .tit {
	padding-top: 87px;
}
.m-failbox-5 {
	padding: 185px 0 0 146px;
}
.m-failbox-5 .tit {
	padding-top: 55px;
}
.m-failbox-5 img {
	margin-right: 54px;
}
.m-failbox-6 {
	padding: 180px 0 0 170px;
}
.m-failbox-6 .tit {
	padding-top: 62px;
}
.m-failbox-6 img {
	margin-right: 46px;
}
.m-failbox-11 {
	padding: 180px 0 0 195px;
}
.m-failbox-11 .tit {
	padding-top: 65px;
}
.m-failbox-11 .goodsName {
	display: inline-block;
	vertical-align: -4px;
	max-width: 280px;
	_width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.photo-list figure{
	width:194px;
	height:168px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.photo-list figure img {
    transition: 2s;
    max-width: 194px;
    width: expression(this.width>194?"194px":this.width);
    max-height: 168px;
    height: expression(this.height>168?" 168px":this.height);
}
.photo-list li:hover figure img {
	transform: scale(1.2, 1.2);
	transition: 1s;
}
.helpdec img {
	max-width: 904px;
    width:expression(this.width>904?"904px":this.width);
	height: auto;
	margin-bottom:10px;
}
.packagefee{border-bottom:1px solid #ddd; padding-bottom:10px; padding-top:10px; line-height:25px; padding-left:10px;}
.packagefee:last-child{ border-bottom:none}
.linkxu{
    color: #069 !important;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #069;
}


/**/
.frame{
		margin-bottom: 5px;
        padding: 10px 15px;
        border: 1px solid #f6f6f6;
		background: #fff;
		overflow: hidden;
	}
	.frame p{
		float: left;
		font-size: 14px;
		color: #333;
		width: 80px;
		text-align: center;
	}
	.maijia-li {
		float: left;
	}
	.radio-inline{
		position: relative;
		display: inline-block;
		padding: 0 10px;
		margin-bottom: 0;
		font-weight: normal;
		vertical-align: middle;
		cursor: pointer;
    }
	.maijia-all{
		font-size: 14px;
		color: #23527c;
	}
	.maijia-all2{
		font-size: 14px;
		color: #333;
	}
	.maijia-pic{
		margin-right: 2px;
	}
	.maijia_btn04 {
		margin-left: 6px;
		width: 50px;
		height: 28px;
		line-height: 28px;
		color: #fff;
		cursor: pointer;
		background-color: #eb6100;
		border: 1px solid #eb6100;
		border-radius: 4px;
    }
	.maijia_btn04:hover {
		color: #eb6100;
		background-color: #fff;
	}













/*==============2019===============================*/


.topbar {
	margin-bottom: 10px ;
}
.logo img {
	width: 190px;
}
.banner_bar {
	height: 448px !important;
}
.erji {
	width: 190px !important;
	background: #e61773 ;
	height: 40px !important;
	line-height: 40px !important;
}
.menu_list li {
	width: 168px !important;
	line-height: 40px !important;
}
.navbg {
	height: 40px !important;
}
.in_leftbar {
	width: 190px  !important;
	height: 438px  !important;
	background: #fff  !important;
}
.submenu_cate {
	position: relative;
}
.submenu_cate .have {
	padding-left: 18px;
	height: 29px;
	
	color: #636363;
}
.cate_menu_line {
	padding: 0 2px;
	font-size: 12px;
}
.submenu_cate .have .have_no {
	line-height: 29px;
	padding: 0;
	font-size: 14px;
	border-left: none;
	color: #333;/*侧边导航字体颜色*/
}
.submenu_cate li:last-child {
	border-bottom: none;
}
.submenu_cate .have:hover {
	background: #d9d9d9;
}
.iconfont.icon-jiantou1, .iconfont.icon-jiantou {
	float: right !important;
	position: relative !important;
	font-size: 13px;
}

.iconnav, .iconnav2 {
	position: relative !important;
	left: 2px !important;
	top: 1px !important;
}
.iconnav {
	color: #fff !important;
}
.iconnav2 {
	color: #333 !important;
}



.erji_daohang .in_leftbar {
	display: none;
}
.erji_daohang:hover .in_leftbar {
	display: block;
}
.in_leftbar {
	position: absolute;
	top: 40px;
	z-index: 100;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}


/*+++++++++++++++++侧边隐藏导航+++++++++++++++++++++*/
.subnav {
	min-height: 417px;
	/*padding: 0;*/
	left: 190px;
	width: 1007px;
	border: 1px solid #f7f7f7;
	background-color: #fff;
	box-shadow: 2px 0 5px rgba(0,0,0,.3);
	transition: top .25s ease;
}
.submenu_cate li:hover div.cate_pop {
	display: block;
}
.cate_pop {
	display: none;
	position: absolute;
	top: 0;
	left: 190px;
	width: 1007px;
	min-height: 436px;
	border: 1px solid #f7f7f7;
	background-color: #fff;
	box-shadow: 2px 0 5px rgba(0,0,0,.3);
	transition: top .25s ease;
	font-weight: 100;
	z-index: 99;
}
.cate_part {
	padding: 20px 0 10px;
}
/********type  类目****cate_part_col1*****/
	
.cate_part_col1 {
	float: left;
	width: 807px;
}
/*===============*/
.cate_channel {
	overflow: hidden;
	padding-left: 20px;
	height: 24px;
}
.cate_pop .cate_channel_lk:hover {
	background-color: #ff6600;
	color: #fff !important;
}
.cate_pop .cate_channel_lk:hover .iconnav {
	color: #fff !important;
}
.cate_pop .cate_channel_lk {
	font-size: 13px;
	float: left;
	margin-right: 10px;
	padding: 0 10px;
	height: 24px;
	background-color: #333;
	line-height: 24px;
	color: #fff;
}
/*===============*/
.cate_detail {
	overflow: hidden;
	padding: 10px 0 0 20px;
}
/*dl*/
.cate_detail_item {
	position: relative;
	padding-left: 90px;
}
/*dt    标题*/
.cate_pop .cate_detail_tit {
	font-size: 13px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 6px;
	width: 80px;
	text-align: right;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*a*/
.cate_pop .cate_detail_tit_lk {
	font-size: 13px;
	color: #333;
	font-weight: 700;
}
/*dd    类目*/
	
.cate_detail_con {
	overflow: hidden;
	padding: 5px 0;
}
/*a*/
.cate_pop .cate_detail_con_lk {
	font-size: 13px;
	color: #333;
	float: left;
	margin: 3px 0;
	padding: 0 7px;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
}
/*******logo品牌****cate_part_col2********	*/
	
.cate_part_col2 {
	float: left;
	width: 200px;
}
/*===============*/
.cate_brand {
	margin: auto;
	width: 183px;
	font-size: 0;
}
.cate_brand_lk {
	overflow: hidden;
	display: inline-block;
	width: 80px;
	height: 32px;
	padding: 7px 5px;
	margin-bottom: 15px;
	border: 1px solid #eee;
}
.cate_brand_lk:nth-child(odd) {
	border-right: 0;
}
/*===============*/
.cate_promotion {
	margin: 10px auto 0;
	width: 181px;
}
.cate_promotion_lk {
	display: block;
	margin-bottom: 1px;
	height: 134px;
	background-color: #e7e7e7;
}
.lk_tit {
	width: 80px;
	height: 32px;
	font-size: 13px;
	text-align: center;
	display: inline-block;
}
.in_leftbar_index{
		float: left;
		width: 190px;
        height: 438px;
        background: #fff;
	}
.mri{ padding-left:80px !important; padding-right:20px !important; margin-top:0px !important}


/*=======2020/03/24内页分类导航调整=========*/
.erji_fc {
	width: 190px!important;
    top: 190px!important;
}

.submenu li .icon, .submenu li .icon1, .submenu li .icon2, .submenu li .icon3, .submenu li .icon4, .submenu li .icon5, .submenu li .icon6 {
    left: 20px!important;
}
.submenu li {
    width: 190px!important;
}
.submenu li a {
    padding: 0px 50px!important;
}
.submenu li div.subnav a {
    padding: 0 5px 0 0!important;
   
}
.submenu li a span {
    left: 32px!important;
}

.iconfont.icon-youjiantou {
    left: 32px!important;
}




