@charset "UTF-8";
/*========== reset ==========*/
body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0
}

body, button, input, select, textarea {
	font: 12px/1.5 tahoma, '\5b8b\4f53', sans-serif
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	background-color: #f8f8f8;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ul, ol, dl {
	list-style: none;
}

em, b, i {
	font-style: normal
}

a {
	text-decoration: none;
	outline: none;
}

a:active {
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	outline: none;
}

button, input, select, textarea {
	font-size: 100%;
	outline: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th, ul, ol {
	padding: 0
}
input[type=text]{
	font-family:微软雅黑;
}
/* 隐藏IE 10 以上版本浏览器 input输入框的 X */
input::-ms-clear {
	display: none;
}
/*隐藏IE 10 以上版本浏览器密码框小眼睛*/
input::-ms-reveal{display:none;}
select::-ms-expand {
	display: none;
} /*IE 10+去select箭头*/
::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}
/*========== common ==========*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.clearfix li {
	line-height: 20px;
}

.hide {
	width: 0;
	height: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.none {
	display: none;
}

.sprite {
	background: url(../../image/sprite.png) no-repeat;
}

.main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}

.wrap {
	width: 1000px;
	padding: 100px;
	margin: 40px auto 140px;
	background: #fff;
}

.no-mar-l {
	margin-left: 0 !important;
}

.no-mar-r {
	margin-right: 0 !important;
}

.no-pad-l {
	padding-left: 0 !important;
}

.no-pad-r {
	padding-right: 0 !important;
}

.no-bor-l {
	border-left: none !important;
}

.no-bor-r {
	border-right: none !important;
}

.no-bor-b {
	border-bottom: none !important;
}
/*========== font ==========*/
@font-face {
	font-family: dinot;
	src: url(../../../common/font/DIN-Bold.otf), url(../../../common/font/DIN-Bold.eot);
	/* IE9+ */
}

@font-face {
	font-family: 'LoveloBlack';
	src: url(../../../common/font/LoveloBlack.otf);
}

/* main-left */
.main-left {
	width: 260px;
	height: auto;
	min-height:510px;
	background: #ffffff;
	float: left;
	border-radius: 8px;
	border: 1px solid #e2e2e2;
	margin-bottom:20px;
}

.main-left .sub-nav {
	width: 100%;
	margin: 0 auto;
}

.main-left .sub-nav ul {
	width: 236px;
	margin: 0 auto;
	border-bottom: 1px dashed #cdcdcd;
}

.main-left .sub-nav li {
	padding-left: 5px;
	line-height: 56px;
}

.sub-nav ul li a {
	color: #757575;
}

.sub-nav ul li a:hover {
	color: #e9122c;
}

.main-left .sub-nav>a {
	position: relative;
	text-align: center;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #757575;
	font-size: 18px;
	display: block;
	border-radius: 3px 3px 0px 0px;
}

.main-left .sub-nav>a span {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-right: 12px;
	margin-bottom: -2px;
}

.main-left .sub-nav>a span.first-nav {
	background: url("../../image/sprite02.png") no-repeat -207px -88px;
}

.nav-addr {
	font-size: 14px !important;
	height: 40px !important;
	line-height: 40px !important;
	text-align: left !important;
}

.nav-addr span {
	display: inline-block;
	width: 12px;
	height: 10px;
	margin: 0px 10px 0px 78px;
}

.nav-addr span.second-nav {
	background: url("../../image/sprite02.png") no-repeat -176px -87px;
}

.nav-addr.selected span.second-nav {
	background: url("../../image/sprite02.png") no-repeat -145px -87px;
}

.selected {
	color: #e9122c !important;
}

.main-left .sub-nav>a:hover, .main-left .sub-nav>a.selected {
	color: #e9122c;
}

.sub-ltitle {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #e9122c;
	margin-bottom: 20px;
	height: 50px !important;
	line-height: 50px !important;
	font-size: 22px !important;
	color: #FFFFFF !important;
}

.bline {
	display: block;
	width: 4px;
	height: 20px;
	background: #e9122c;
	position: absolute;
	top: 21px;
	left: 64px;
}

/* main-right */
.main-right {
	width: 910px;
	min-height: 628px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	margin: 0 0 20px 25px;
	padding: 50px 30px 26px; 
	border: 1px solid #e2e2e2;
	font-family: "Microsoft Yahei";
	box-sizing:border-box;
}
/*按钮 */
.btn-blue {
	width: 126px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #e9122c;
	display: block;
	text-align: center;
	color: #757575;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
}

.btn-blue:hover {
	border: 1px solid #e9122c;
	background: #e9122c;
	color: #fff;
}
/* 黄色按钮 */
.btn-red {
	width: 128px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	display: block;
	text-align: center;
	background: #e9122c;
	color: #fff;
}
/* 蓝色提交按钮 */
.btn-subimt {
	display: block;
	margin: 40px auto 0;
	width: 216px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e9122c;
	font-size: 16px;
	color: #fff;
	cursor: pointer
}
/* 蓝色复选框 */
.check-box {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-right: 10px;
}

.check-box.selected {
	background: url(../../image/sprite.png) no-repeat -103px -116px;
	border-color: #2a81ec;
}
/* 页码 */
.page-box {
	float: right;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top:30px;
}

.page-box li {
	float: left;
}

.page-box li a {
	min-width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	margin-left: 7px;
	text-align: center;
	color: #6e6e6e;
	font-size: 12px;
	display: block;
}

.page-box li.page-num a:hover, .page-box li.page-num.cur-page a {
	background: #e9122c;
	color: #fff;
}

.page-box .page-prev a {
	background-position: -105px 7px;
}

.page-box .page-next a {
	background-position: -130px 7px;
}

.totalPage {
	min-width: 45px;
	height: 22px;
	line-height: 22px !important;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	margin-left: 7px;
	text-align: center;
	color: #6e6e6e;
	font-size: 12px;
	display: block;
	background: #eee;
}
/* 右侧通用tab样式 */
.tab-box>.tab-sel {
	padding: 0 0 30px;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}

.tab-sel>li {
	float: left;
	margin: 0 30px;
	overflow: hidden;
}

.tab-sel a {
	display: block;
	font-size: 16px;
	color: #757575;
	padding: 10px 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tab-sel .selected {
	background-color: #e9122c;
	color: #fff;
}

/* 可输入的下拉选择框 */
.input-select {
	position: relative;
	overflow: hidden;
	width: 279px;
}

.input-select input {
	width: 256px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding-left: 20px;
	font-size: 14px;
	/* color: #333; */
}

.input-select .btn-open {
	background-position: 20px -400px;
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

.input-select ul {
	background: #fff;
	margin-top: 1px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	position: absolute;
	top: 47px;
	left: 0;
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	z-index: 9999
}

.input-select li {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}

.input-select li a {
	color: #999;
	width: 100%;
	height: 100%;
	display: block;
}

.input-select li:hover {
	background: #2a81ec;
}

.input-select li:hover a {
	color: #fff;
}
/* 自定义下拉选择框 */
.custom-select {
	position: relative;
	overflow: hidden;
	width: 279px;
	/* border-right:1px solid #dcdcdc; */
}

.custom-select input {
	width: 255px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding-left: 20px;
	font-size: 14px;
	color: #999;
}

.custom-select ul {
	background: #fff;
	margin-top: 1px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	z-index: 9999
}

.custom-select li {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}

.custom-select select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.custom-select li a {
	color: #999;
	width: 100%;
	height: 100%;
	display: block;
}

.custom-select li:hover {
	background: #2a81ec;
}

.custom-select li:hover a {
	color: #fff;
}

.custom-select input[disabled] {
	background: #fff url(../image/arrow.png) no-repeat 250px center;
}

.fl {
	float: left;
}
/* 邮寄弹窗 */
.pop-box.pop-mail h2 {
	color: #757575;
	font-size: 26px;
	margin: 20px 0 30px 0;
	text-indent: 14px;
	position: relative;
}

.pop-box.pop-mail h2 i {
	display: block;
	width: 4px;
	height: 25px;
	background: #1abc9c;
	position: absolute;
	top: 2px;
	left: 0;
}

.pop-box.pop-mail .pop-btn-submit {
	margin: 20px auto;
	background: #2a81ec;
}

.pop-box.pop-mail li {
	margin-bottom: 10px;
}

.pop-box.pop-mail .list label {
	width: 70px;
	margin-right: 10px;
	text-align: left;
}

.pop-box.pop-mail .list {
	color: #999;
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px;
}

.pop-box.pop-mail .list li {
	color: #757575;
	width: 460px;
}

.pop-box.pop-mail .list li b {
	color: #1abc9c;
	font-weight: normal;
}

.pop-box.pop-mail .pop-line {
	position: absolute;
	top: 115px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f5f5f5;
}

.reminder {
	display: none;
}
/* 错误提示框标红 */
.highlight {
	border: 1px solid #e9122c !important;
}