@charset "utf-8";
/*------------------------------------------------------------
	样式设置
------------------------------------------------------------*/
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

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;
}

/*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; }

.floatL { float: left !important; }
.floatR { float: right !important; }
.clear { clear: both !important; }

.absmiddle { vertical-align: middle !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: 3px solid #ff6600;
}

.topbar {
	background-color: #eee;
}

.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;
}

.Search_from {
	margin-top: 25px;
}

.Search_from_left {
	float: left;
	border: 3px solid #ff3300;
}

.Search_from_select {
	width: 90px;
	height: 44px;
	border: none;
	color: #666;
	border-right: 3px solid #ff3300;
}

.Search_from_input {
	width: 545px;
	height: 32px;
	margin: 4px;
	line-height: 32px;
	border: none;
	color: #999;
}

.Search_from_right {
	float: right;
	width: 236px;
}

.Search_from_right input {
	width: 117px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	border: none;
	float: left;
	margin-right: 2px;
	cursor: pointer
}
.Search_from_right input.search_btnl {	
	background-color: #ff3300;
}
.Search_from_right input.search_btnl:hover {
	background-color: #ef3203;
}
.Search_from_right input.search_btnr {	
	background-color: #f58601;
}
.Search_from_right input.search_btnr:hover {
	background-color: #e97f01;
}

/*------------------------------------------------------------
	navbg
------------------------------------------------------------*/
.navbg {
	background-color: #eee;
	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: #775343;
	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: #ff6600;
	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: 200px;

	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: #eee;
	text-align: left;
	padding: 20px 0 25px;
}

.footer_help dl {
	float: left;
	width: 154px;
}

.footer_help dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}

.help_box {
	float: right;
	width: 432px;
}

.help_box .code {
	float: right;
	width: 130px;
}

.help_box .code span {
	width: 130px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	background-color: #ff6600;
	display: block;
}

.help_box .code img {
	width: 130px;
	height: 130px;
}

.help_box p span {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.footer_Copyright {
	color: #999;
	padding: 15px 0;
}

/*------------------------------------------------------------
	共用样式
------------------------------------------------------------*/
.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: #ff6600 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 2px;
	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:50px; 
	position: absolute; 
	z-index: 9999;
	background:#ff6600;
	text-align: left;
}
.erji_daohang .submenu{
	display:none;
}
.erji_daohang:hover .submenu{
	display:block;
}
/*.erji_fc div.subnav{
	min-height: 393px;
}*/

.title {
	border-bottom: 3px solid #ff3300;
	font-size: 18px;
	color: #fff;
}
.title span {
	line-height: 39px;
	background-color: #ff3300;
	padding: 0 34px;
	display: inline-block;
}
.title a {
	float: right;
	line-height: 39px;
	font-size: 14px;
}
.popular {
	margin-bottom: 50px;
	padding: 20px;
	border: 1px solid #eee;
	background-color: #fff;
}
.prlist6 li{
	float: left; 
	width: 180px; 
	height: 215px;
	padding:0px 6px 10px; 
	border-left: #eee solid 1px; 
	border-bottom: #eee solid 1px; 
}
.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: #f2f2f2;
	padding: 45px 80px;
}
.process ul li {
	float: left;
	width: 98px;
	text-align: center;
	font-size: 20px;
}
.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 #e8e8e8;
	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;
}
.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:15px;
	vertical-align:top;
} 
.ep-pages a, 
.ep-pages span{
	display:inline-block;
	height:45px;
	line-height:45px;
	padding:0 20px;
	overflow:hidden;
	vertical-align:top;
} 
.ep-pages a:hover,
.ep-pages .current{
	color: #fff !important;
	text-decoration:none;
	background-color: #c40000;
}  
.ep-pages-ctrl{
	font-weight:bold;
	font-size:18px;
}

.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 230px 65px 190px;
	min-height: 400px;
	background: url(../images/line02.gif) no-repeat 670px 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: 240px;
	padding-top: 160px;
}
.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 140px 50px 70px;
}
.reg_box .login_form {
	margin-top: 0;
	width: 580px;
}
.reg_box .register {
	width: 290px;
}
.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 #ddd;
	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;
}
.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: #c40000;
    display: inline-block;
    font-weight: 600;
}

.classify {
	margin-bottom: 25px;
	padding: 20px 35px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
}
.classify p {
	float: left;
	font-size: 16px;
	color: #333;
}
.classify ul {
	float: right;
	width: 1050px;
}
.classify ul li {
	float: left;
	width: 140px;
	margin: 0 10px 5px 0;
}
.classify ul li a {
	line-height: 30px;
	display: block;
	text-align: center;
}
.classify ul li a:hover,
.classify ul li.current a {
	background-color: #f79109;
	border-radius: 5px;
	color: #fff !important;
}

.screen {
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #ddd;
	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 20px;
	border: 1px solid #ddd;
	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;
}
.sortbar li.currs{
	background:#d00000;
	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}


