@charset "utf-8";

img{ border:none; outline:none;}

.light_box{ z-index:10000; left:0; top:0; position:absolute; display:none; *width:491px;}

.dialog-loading {background:url('images/weebox/loading.gif') no-repeat center; width:100%; height:100%}
.dialog-mask{border:0px; background:#90928a; margin:0px; padding:0px; position:absolute; top:0px; left:0px;opacity:.5;FILTER:alpha(opacity=50)}

.dialog-button{clear: both;}
.dialog-button input{overflow:visible; overflow-y:hidden;}
.dialog-content{text-align:left; clear:both; overflow:auto;}

.weedialog{box-shadow:0 1px 3px rgba(25,25,25,0.4);}
.weedialog .dialog-header{height:36px; line-height:36px; font-size:14px; width:100%; clear:both; text-align:left; position:relative; top:0; left:0;background:#ff712b;border-bottom: 1px solid #D2845B;border-radius: 5px 5px 0 0;}
.weedialog .dialog-title{color:#fff; float:left; margin-left:20px; }
.weedialog .dialog-close{background:url('images/weebox/light_box_close_btn_h.png') no-repeat; height:13px; width:13px; float:right; margin:10px 10px 0 0;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weebox/light_box_close_btn_h.png"); _background:none;}
.weedialog .dialog-close:hover{background-image:url('images/weebox/light_box_close_btn.png');_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weebox/light_box_close_btn.png"); _background:none;}
.weedialog .dialog-content{clear:both; overflow-y:auto; overflow-x:hidden;font-size:12px; background-color:#fff;}
.weedialog .dialog-button-disabled{overflow:visible; overflow-y:hidden; border:1px solid #999; background:url('images/weebox/btn_cancel.gif') top; height:24px; line-height:24px; color:#666;cursor:pointer; padding:0 5px; margin:0px;}

.weealert .dialog-cancel{display:none;}

.weeselect li{float:left; width:120px;}
.weeselect .wsearch{width:100%;text-align:right;}

.weesuggest{width:160px;background:#ccc;}
.weesuggest .dialog-content{padding:5px;}
.weesuggest li{padding:0px;margin:0px;line-height:20px;cursor:pointer;border-bottom:1px dotted #bbb;}

/* 弹出层会员登录 */

.ajax_login_box{
	float: left;
	padding: 10px 10px;
}
.ajax_login_box .login_item{
	padding-bottom: 10px;
	float: left;
	width: 380px;
}
.ajax_login_box .login_item .item_left_title{
	float: left;
	width: 95px;
	text-align: right;
	padding-right: 15px;
	height: 30px;
	line-height: 30px;
	color: #666;
}
.ajax_login_box .login_item input.inputbox{
	float: left;
	border: 1px solid #ccc;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	outline: none;
	border-radius: 5px;
}
.ajax_login_box .login_info{
	float: left;
	padding-left: 110px;
	padding-bottom: 10px;
	width: 270px;
	/*height: 20px;*/
	position: relative;
}
.ajax_login_box .login_info label{
	float: left;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	color: #888;
}
.ajax_login_box .login_info label input#cookietime{
	vertical-align: middle;
	margin-top: -4px;
}
.ajax_login_box .login_info a{
	/*height: 30px;*/
	/*line-height: 30px;*/
	/*padding-left: 10px;*/
	color: #3a9;
}
.ajax_login_box .user_login_error{
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	width: 270px;
	padding-left: 110px;
	font-size: 14px;
	margin-bottom: 8px;
	color: #333;
	font-weight: bold;
	display: none;
}
.ajax_login_box .user_login_error img{
	vertical-align: middle;
	margin-right: 10px;
}
.ajax_login_box .other_login{
	float: left;
	height: 20px;
	line-height: 20px;
	color: #999;
	padding-left: 45px;
	padding-top: 20px;
	width: 335px;
}
.ajax_login_box .other_login_list{
	float: left;
	padding: 15px 55px
}
.ajax_login_box .other_login_list a{
	float: left;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
}

.modal-content2{
	position: relative;
	padding: 30px 40px;
	box-sizing: border-box;
	font: 14px "Microsoft YaHei";
	background-color: #FFF;
	width: 340px;
	margin: 0 auto;
	overflow: hidden;
}
.modal-header{
	margin-bottom: 25px;
	width: 260px;
}
.clearfix:after{
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.modal-header .f_l h1{
	font-size: 24px;
	color: #333;
	font-weight: 600;
}
.modal-header .f_r{
	margin-top: 10px;
}
.modal-header .f_r h2{
	font-size: 14px;
	color: #888;
	font-weight: 400;
	display: inline;
}
.modal-header .f_r a{
	font-size: 14px;
	color: #F60;
}
.modal-body{
	width: 260px;
}
.input-group{
	height: 35px;
	margin-bottom: 15px;
	position: relative;
}
.input-group input{
	width: 260px;
	height: 35px;
	line-height: 35px;
	outline: 0;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	text-indent: 50px;
	box-sizing: border-box;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.input-group input:focus{
	border-color: #f60;
}
.input-group i{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 666;
	display: block;
	width: 35px;
	height: 35px;
	background: url("images/popup-login-icons.png") no-repeat;
}
.input-group i.acco{
	background-position: 0 0;
}
.input-group i.pass{
	background-position: 0 -105px;
}
.modal-footer .f_l{
	color: #666;
}
.modal-footer .f_l input[type="checkbox"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 14px;
	height: 14px;
	background: url("images/A7NJJb.png");
	vertical-align: middle;
	outline: none;
}
.modal-footer .f_l input[type="checkbox"]{
	background: #FFF url("images/A7NJJb.png");
}
.modal-footer .f_l input[type="checkbox"]:focus, .modal-footer .f_l input[type="checkbox"]:hover{
	background-position: -16px 0;
}
.modal-footer .f_l input[type="checkbox"]:checked{
	background-position: -32px 0;
}
.modal-footer .f_r a{
	color: #F60;
}
.modal-content2 .sign-in-box{
	margin: 15px 0;
	width: 260px;
}
.modal-content2 .sign-in-box .btn-in{
	width: 260px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 8px;
	color: #FFF;
	background: #F60;
	outline: 0;
	border: 0;
	font-family: "Microsoft Yahei";
	cursor: pointer;
}
.modal-content2 .sign-in-box .btn_success{
	color: #fff!important;
	background-color: #5cb85c!important;
	border-color: #4cae4c!important;
}
.modal-content2 .sign-in-box .btn_inverse{
	color: #888;
	background-color: #ddd;
	border-color: #ddd;
}
.modal-content2 .other{
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
}
.modal-content2 .other a{
	color: #F60;
}
.modal-content2 .other a:hover{
	color: #3A9;
}
.others{
	width: 100%;
	float: left;
}
.others h2{
	font-size: 14px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
}
.others a{
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	position: relative;
}
.others a.qq{
	float: left;
	background: #018fe3;
	text-indent: 35px;
}
.others a.wx{
	float: right;
	background: #58b753;
	text-indent: 41px;
}
.others a i{
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/popup-login-icons.png") no-repeat;
}
.others a.qq i{
	background-position: 0 -70px;
}
.others a.wx i{
	background-position: 0 -35px;
	margin-left: 3px;
}
.input-group .del-info{
	position: absolute;
	top: 6px;
	right: 15px;
	/*text-shadow: 0 2px 5px #000;*/
	opacity: .8;
	filter: alpha(opacity=80);
	font-size: 18px;
	line-height: 18px;
	color: red;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/** 微信登录区 **/
	.weixin-login-box{ position:absolute; z-index:999;top:0px; left:0px;width:100%; height:100%; background:#fff; display:none;}
	.weixin-login-box a.rb{width:60px; height:60px; position:fixed; overflow:hidden;right:0px; bottom:0px; background:url('images/login_bg.png') no-repeat;transition: background-position 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s; background-position:0 -60px;}
	.weixin-login-box h3{ width:100%; text-align:center; line-height:50px; font-size:20px; font-weight:bold;font-family: "Microsoft Yahei";}
	.weixin-login-box .weixin-login-qrcode{width:220px; height:220px; border:1px solid #ccc;  margin:0 auto; background:url('images/qrcode_loading.gif') center center no-repeat;}
	.weixin-login-box .weixin-login-qrcode img{width:220px; height:220px; cursor:pointer;}
	.weixin-login-box .weixin-login-status{ text-align:center; padding:7px 14px;background-color: #232323;border-radius: 100px;-moz-border-radius: 100px;-webkit-border-radius: 100px;box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;-moz-box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;-webkit-box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;width:200px;margin:20px auto; color:#FFF;}
	.weixin-login-box .weixin-login-status p{ line-height:22px; }
	.weixin-login-box .weixin-login-status .login_succ{height:44px; line-height:44px; padding-left:50px; position:relative; text-align:left;}
	.weixin-login-box .weixin-login-status .login_succ s{width:38px; height:38px; background:url('images/icon_popup19fb81.png') no-repeat; position:absolute; left:0px;top:3px; background-position:0 -46px;}

/* 弹出层会员登录 */

.get_yangpin_pdo_box{float:left;width:800px; height:500px; position:relative;}
.get_yangpin_pdo_box .search-box{float:left; border-bottom:1px solid #ccc; height:40px; line-height:40px; width:800px; position:relative;}
.get_yangpin_pdo_box .search-box input.search_box{float:left; height:40px; line-height:40px; border:none; padding:0 10px 0 34px;width:756px; font-size:14px;}
.get_yangpin_pdo_box .search-box em{ background:url('images/search-btn.png') no-repeat;width:14px; height:14px; position:absolute; left:10px; top:13px;}
.get_yangpin_pdo_box .search-result-box{float:left; width:770px; height:450px; overflow-x:hidden; overflow-y:scroll; background:#F1F1F1; padding:10px 20px 10px 10px;}
.get_yangpin_pdo_box .search-result-box .pdo-item{float:left; width:740px; border:1px solid #ccc; background:#fff; padding:0 10px 10px 10px; box-shadow:0px 1px 3px rgba(0,0,0,0.2); cursor:pointer; margin-bottom:10px;}
.get_yangpin_pdo_box .search-result-box .pdo-item:hover{border-color:#F60; background:#FFFFE1;}
.get_yangpin_pdo_box .search-result-box .pdo-item h3{float:left; width:740px; height:40px; line-height:40px; font-weight:bold; font-size:14px;}
.get_yangpin_pdo_box .search-result-box .pdo-item p{float:left;width:740px; height:25px; line-height:25px; color:#999;}
.get_yangpin_pdo_box .search-result-box .search-result-tips{float:left;width:740px; height:30px; line-height:30px; margin-bottom:10px; border:1px solid #F00; padding:5px 10px; background:#FFFFE1; font-weight:bold; font-size:15px; color:#F60; border-radius:5px; letter-spacing:1px;}
.get_yangpin_pdo_box .search-result-box .search-result-tips a{text-decoration:none;}
.get_yangpin_pdo_box .search-result-box .search-result-tips a.iknow{float:right; font-size:12px; font-weight:normal; letter-spacing:0px; }
.get_yangpin_pdo_box .search-result-box .search-result-no-data{float:left;width:740px; padding:50px 0; text-align:center;}

.get_yangpin_pdo_box .pdo-title{float:left; padding:0 10px; height:54px;width:780px; border-bottom:1px solid #ccc;}
.get_yangpin_pdo_box .pdo-title a.btn{float:right; margin:10px 5px;}
.get_yangpin_pdo_box .pdo-title em{float:left; margin:10px 0; line-height:34px; height:34px; color:#999;}
.get_yangpin_pdo_box .pdo-title span{float:left; margin:10px 10px 10px 0; line-height:34px; height:34px; font-weight:bold; font-size:14px; }

.get_yangpin_pdo_box .search-result-box table.pdo-attr{float:left;width:770px; border:1px solid #ccc; background:#fff;}

.get_yangpin_pdo_box .search-result-box table th{ padding:5px 10px; text-align:center; background:#E1E1E1;}
.get_yangpin_pdo_box .search-result-box table td{ padding:5px 10px; text-align:center;}

.new_get_yangpin_pdo_box{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
}
.new_get_yangpin_pdo_box .search-box{
	width: 95%;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.new_get_yangpin_pdo_box .search-box input.search_box{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 0 10px 0 34px;
	font-size: 14px;
}
.new_get_yangpin_pdo_box .search-box em{
	background:url('images/search-btn.png') no-repeat;
	width:14px;
	height:14px;
	position:absolute;
	left:10px;
	top:13px;
}
.new_get_yangpin_pdo_box .search-box .yes-btn{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}
.new_get_yangpin_pdo_box .search-box .yes-btn button{
	position: inherit;
	right: 0;
	top: 0;
}
.new_get_yangpin_pdo_box .search-result-box{float:left; width:770px; height:450px; overflow-x:hidden; overflow-y:scroll; background:#F1F1F1; padding:10px 20px 10px 10px;}
.new_get_yangpin_pdo_box .search-result-box .pdo-item{float:left; width:740px; border:1px solid #ccc; background:#fff; padding:0 10px 10px 10px; box-shadow:0px 1px 3px rgba(0,0,0,0.2); cursor:pointer; margin-bottom:10px;}
.new_get_yangpin_pdo_box .search-result-box .pdo-item:hover{border-color:#F60; background:#FFFFE1;}
.new_get_yangpin_pdo_box .search-result-box .pdo-item h3{float:left; width:740px; height:40px; line-height:40px; font-weight:bold; font-size:14px;}
.new_get_yangpin_pdo_box .search-result-box .pdo-item p{float:left;width:740px; height:25px; line-height:25px; color:#999;}
.new_get_yangpin_pdo_box .search-result-box .search-result-tips{float:left;width:740px; height:30px; line-height:30px; margin-bottom:10px; border:1px solid #F00; padding:5px 10px; background:#FFFFE1; font-weight:bold; font-size:15px; color:#F60; border-radius:5px; letter-spacing:1px;}
.new_get_yangpin_pdo_box .search-result-box .search-result-tips a{text-decoration:none;}
.new_get_yangpin_pdo_box .search-result-box .search-result-tips a.iknow{float:right; font-size:12px; font-weight:normal; letter-spacing:0px; }
.new_get_yangpin_pdo_box .search-result-box .search-result-no-data{float:left;width:740px; padding:50px 0; text-align:center;}

.new_get_yangpin_pdo_box .pdo-title{float:left; padding:0 10px; height:54px;width:780px; border-bottom:1px solid #ccc;}
.new_get_yangpin_pdo_box .pdo-title a.btn{float:right; margin:10px 5px;}
.new_get_yangpin_pdo_box .pdo-title em{float:left; margin:10px 0; line-height:34px; height:34px; color:#999;}
.new_get_yangpin_pdo_box .pdo-title span{float:left; margin:10px 10px 10px 0; line-height:34px; height:34px; font-weight:bold; font-size:14px; }

.new_get_yangpin_pdo_box .search-result-box table.pdo-attr{float:left;width:770px; border:1px solid #ccc; background:#fff;}

.new_get_yangpin_pdo_box .search-result-box table th{ padding:5px 10px; text-align:center; background:#E1E1E1;}
.new_get_yangpin_pdo_box .search-result-box table td{ padding:5px 10px; text-align:center;}

.new_get_yangpin_pdo_boxs{
	width: 430px;
	height: 500px;
	position: relative;
	padding: 20px 10px;
	box-sizing: border-box;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line{
	width: 430px;
	float: left;
	line-height: 36px;
	margin-bottom: 10px;
	clear: both;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line_left{
	width: 80px;
	text-align: right;
	font-size: 14px;
	color: #333;
	float: left;
	padding: 0 10px;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line_right{
	width: 330px;
	float: left;
	position: relative;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line.b-b-l{
	padding-bottom: 10px;
}
.b-b-l{
	border-bottom: 1px dashed #ddd;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line_right .pdo_color{
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	border: 1px solid #ccc;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background: #FFF;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line_right input{
	float: left;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line a.Choose_Spec{
	border:1px solid #ccc;
	padding:0 10px;
	height:25px; line-height:25px;	
	margin:0 10px 10px 0;
	display:inline-block;
}
.new_get_yangpin_pdo_boxs .yangpin_pdo_line a.Choose_Spec:hover,.new_get_yangpin_pdo_boxs .yangpin_pdo_line a.Choose_Current{
	text-decoration:none;
	color:#F60;
	border-color:#F60;
}

.new_get_yangpin_pdo_boxs .yangpin_pdo_line a.Choose_DIS,.new_get_yangpin_pdo_boxs .yangpin_pdo_line a.Choose_DIS:hover{
	color:#ccc;
	border-color:#CCC;
}

/* friend link */
.apply_friend_link_box{ width:440px;float:left;}
.apply_friend_link_box table{ border:1px solid #ccc;border-collapse: collapse;border-spacing: 0;float:left; width:440px;}
.apply_friend_link_box table td{line-height:46px; padding:0 10px; border: 1px solid #ccc;}
.apply_friend_link_box table td.tl{ width:110px; background-color:#F1F1F1; text-align:right; color:#777;}
.apply_friend_link_box table td input{ border:1px solid #ccc; height:28px; line-height:28px; padding:0 5px; width:60px; float:left;}
.apply_friend_link_box table td input.inputbox{ width:50px; margin-top:8px;}
.apply_friend_link_box table td textarea{ border:1px solid #ccc; width:280px; padding:0 5px; line-height:28px; height:56px; resize:none;float:left; margin:10px 0;}
.apply_friend_link_box table td img{ }
.apply_friend_link_box table td .submit_box{ margin:10px 0; float:right; height:31px;}
.apply_friend_link_box table td .submit_box img{ margin:0 0;}
.apply_friend_link_box table td .submit{
	width: 60px;
    height: 30px;
    background-color: #f60;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background-position: 0 9px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.apply_friend_link_box table td span.check_error{ padding-left:18px; background:url('image/check_error.gif') no-repeat; color:#F00;}
.apply_friend_link_box table td span.check_right{ padding-left:18px; background:url('image/check_right.gif') no-repeat; color:#3A9;}
#sitename{border:1px solid #ccc; height:28px; line-height:28px; padding:0 5px; width:280px; float:left;}
#siteurl{border:1px solid #ccc; height:28px; line-height:28px; padding:0 5px; width:280px; float:left;}

/* 标签打印 -- start */
.warpper_print_box{margin:0 0; padding:0 0;float:left;width:750px; height:500px; overflow:hidden;}

.warpper_print_box .print_label_list_box{float:left;width:750px; height:450px; overflow-y:scroll; overflow-x:hidden; background:#E1E1E1; position:relative;}
.warpper_print_box .print_tips{ position:absolute; border:1px solid #F63; background:#FFF2EE; line-height:25px; padding:0 10px; bottom:3px; right:5px;}
.warpper_print_box .choose-btn{ position:absolute;border-radius: 5px;line-height:25px; padding:0 10px; bottom:3px; left:5px;cursor: pointer;
	color:#fff;background:#41a4f1;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
}


.warpper_print_box .print_label_list_box .label_list_box{float:left; padding:10px 0 10px 10px;width:734px; height:430px; margin:0 0; list-style:none;}
.warpper_print_box .print_label_list_box .label_list_box li{float:left; margin:0 10px 10px 0; background:#fff; border-radius:5px; padding:5px 5px; box-shadow:0px 1px 3px rgba(21,21,21,0.2); border:1px solid #fff; width:340px; cursor:pointer;}
.warpper_print_box .print_label_list_box .label_list_box li:hover{ border-color:#F60;}
.warpper_print_box .print_label_list_box .label_list_box li.active{ border-color:#3A9; background:#F2FFF4;}
.warpper_print_box .print_label_list_box .label_list_box li .prints{float:left;width:100%;border:1px solid #ccc;}

.warpper_print_box .print_config_box{float:left;width:730px; height:49px; border-top:1px solid #ccc; padding:0 10px;}
.warpper_print_box .print_config_box span{float:left; height:49px; line-height:49px;}
.warpper_print_box .print_config_box input{float:left;width:50px; text-align:center; height:30px; line-height:30px; margin:10px 5px;outline:none; font-size:14px;}
.warpper_print_box .print_config_box select{float:left; margin:10px 10px 10px 5px;width:150px; height:30px; line-height:30px;}
.warpper_print_box .print_config_box a.btn{float:right; margin:8px 10px;}
.warpper_print_box .print_config_box .mr-10,.warpper_print_box .print_config_box a.mr-10{ margin-right:10px;}
/* 标签打印 -- end */
.print_position{
	position: absolute;
    /*width: 12%;*/
    box-sizing: border-box;
    z-index: 12;
    top: 385px;
    margin-left: 670px;
}
.print_position a{
	margin-top:10px;
}