@charset "utf-8";
body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

ul,
dl,
ol {
	list-style: none;
}


/*em {font-style: normal;}*/

strong {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
	width: 100%;
	border: none;
	pointer-events: none;
	/*禁止图片的点击事件，例如长按保存图片*/
}

input,
select,
textarea {
	outline: none;
}

/*::-ms-clear, ::-ms-reveal{display: none;}*/

input::-webkit-input-placeholder {
	/* WebKit browsers*/
	font-size: 12px;
	color: #a1a1a1;
	text-align: center;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	font-size: 12px;
	color: #a1a1a1;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	font-size: 12px;
	color: #a1a1a1;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	font-size: 12px;
	color: #a1a1a1;
}

::-webkit-scrollbar {
	display: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}


/*左浮动*/

.fl {
	float: left;
}


/* 右浮动*/

.fr {
	float: right;
}

.clear:after {
	/*清除浮动*/
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
}

html {
	width: 100%;
	height: 100%;
	font-family: '微软雅黑', 'Arial', 'Microsoft YaHei';
	outline: 0;
	-webkit-text-size-adjust: none;
}

body {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

body.bg {
	background: #f7f7f7;
}

.margin_top9{
	margin-top: 9px;
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../../images/dlzc09_03.png) no-repeat scroll right center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

.hide {
	display: none;
}

.show {
	display: block;
}


/*登录注册-页面头部*/

#header_box {
	position:relative;
	width: 100%;
    min-width: 1600px;
	height: 80px;
	background: #f79d2d;
}
.topf{position:absolute;left:80%;top:0;display:flex;line-height: 80px;}
.topf a{font-size:19px;display:block;color:#fff;}
/*头部样式结束*/

.header {
	width: 1170px;
	box-sizing: border-box;
	padding: 0 30px;
	margin: auto;
}

.header_left {
	float: left;
}

.header_left p {
	font-size: 30px;
	color: #ffffff;
	line-height: 80px;
	float: left;
}

.header_left span {
	display: block;
	width: 1px;
	height: 80px;
	margin-left: 20px;
	float: left;
}

.header_left span img {
	display: block;
	padding-top: 9px;
}

.header_right {
	float: right;
}

.header_right p {
	font-size: 18px;
	color: #ffffff;
	line-height: 80px;
	cursor: pointer;
}

.header_right span {
	display: block;
	width: 28px;
	height: 80px;
	position: relative;
}

.header_right span img {
	max-width: 21px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10.5px;
}


/*内容容器*/

.content_box {
	width: 1170px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px #E1E1E1;
}

.content {
	min-height: 945px;
}


/*信息填写流程图标*/

.content_nav {
	width: 960px;
	padding: 40px 0;
	margin: auto;
}

.content_nav li {
	width: 33.33%;
	height: 55px;
	text-align: center;
	background: #d4d4d4;
	float: left;
	margin-left: -1px;
}

.content_nav li.content_nav_active {
	background: #F79D2D;
}

.content_nav li.content_nav_active_before:before {
	content: "\0020";
	display: block;
	width: 29px;
	height: 55px;
	clear: both;
	background: url(../../images/dlzc07_03.png) no-repeat center center;
	float: right;
}

.content_nav li.content_nav_active_after:after {
	content: "\0020";
	display: block;
	width: 29px;
	height: 55px;
	clear: both;
	background: url(../../images/dlzc05_03.png) no-repeat center center;
	float: right;
}

.content_nav li.content_nav_bg:after {
	content: "\0020";
	display: block;
	width: 29px;
	height: 55px;
	clear: both;
	background: url(../../images/dlzc06_03.png) no-repeat center center;
	float: right;
	margin-left: -1px;
}

.content_nav li em {
	display: inline-block;
	font-size: 26px;
	color: #ffffff;
	line-height: 55px;
	margin-right: 15px;
}

.content_nav li span {
	font-size: 20px;
	color: #ffffff;
	line-height: 55px;
}


/*登录注册-法人信息填写输入框*/

.content_input {
	width: 100%;
	padding-bottom: 25px;
}

.content_input_left {
	width: 96px;
}

.content_input_left p {
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	text-align: right;
}

.content_input_center {
	width: 332px;
}

.content_input_center input {
	width: 100%;
	/*height: 38px;*/
	padding: 9px 0 9px 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #333333;
	text-align: left;
	text-indent: 10px;
	border: 1px solid #e1e1e1;
}

.content_input_right {
	width: 37px;
}

.content_input_right p {
	line-height: 38px;
	font-size: 12px;
	color: #d11c16;
	text-align: center;
}


/*登录注册-法人信息上传图片提示*/

.img_tip_content {
	width: 465px;
	margin: auto;
	box-sizing: border-box;
	padding: 15px 15px;
	background: #eeeeee;
	margin-bottom: 60px;
}

.img_tip_content span {
	display: block;
	font-size: 14px;
	color: #999999;
}

.img_tip_content p {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}


/*登录注册-法人信息上传图片*/

.content_input_img {
	width: 173px;
	height: 111px;
	box-sizing: border-box;
	border: 1px dotted #b7b7b7;
	position: relative;
}

.content_input_img span {
	display: block;
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-top: 33px;
}

.content_input_img p {
	cursor: pointer;
	width: 96px;
	height: 28px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	background: #F79D2D;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

.picBox1{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;	
	width: 170px;
	height: 105px;
}

.content_input_img button {
	cursor: pointer;
	width: 170px;
	height: 105px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	z-index: 10;
}

.content_input_img input {
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.content_input_img .previewBox1 {
	position: absolute;
	top: 0;
	left: 0;
    width: 170px;
    height: 105px;
}

.content_input_img .previewBox2 {
	position: absolute;
	top: 0;
	left: 0;
    width: 170px;
    height: 105px;
}


/*按钮*/

.confirm_button {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0 30px 0;
}

.confirm_button p {
	cursor: pointer;
	width: 370px;
	height: 48px;
	font-size: 18px;
	color: #fefefe;
	background: #f79d2d;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	margin: auto;
}


/*银行卡信息页面提示框*/

.chat_TipBox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

.chat_Tip {
	width: 488px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -244px;
	box-shadow: 0px 0px 20px 0px #E1E1E1;
}

.chat_Tip_Title {
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #e1e1e1;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.chat_Tip_Title p {
	font-size: 28px;
	color: #333333;
	text-align: center;
	line-height: 160px;
}

.chat_tip_Btn {
	width: 100%;
	background: #FFFFFF;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.chat_tip_Btn p {
	cursor: pointer;
	width: 50%;
	box-sizing: border-box;
	font-size: 1.5rem;
	color: #666666;
	line-height: 73px;
	text-align: center;
	float: left;
}

.chat_tip_Btn p:last-child {
	border-left: 1px solid #e1e1e1;
}


/*银行卡信息页面单选按钮*/

.content_radio_lis {
	width: 100px;
	padding-bottom: 10px;
	position: relative;
}

.content_radio_lis p{
float: left;
    font-size: 12px;
	color: #333333;
    	
}

input[type='radio'].radio {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);   
	/*z-index: 2;*/ 
}

label.radio {
	cursor: pointer;
    width: 0px;
    height: 16px;
    float: left;
	
	display: inline-block;
	font-size: 12px;
	color: #333333;
	padding-left: 15px;
	background: url(../../images/radio_check_03.png) no-repeat left center;
}

/*input[type='radio'].radio:checked+*/ 
label.checked_radio {
	cursor: pointer;
    width: 0px;
    height: 16px;
    float: left;
	
	display: inline-block;
	font-size: 12px;
	color: #333333;
	padding-left: 15px;
	background: url(../../images/radio_checked_03.png) no-repeat left center;
}




/*订单左边导航栏*/

.left_nav {
	width: 109px;
	height: 100%;
	box-sizing: border-box;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}

.left_nav li {
	cursor: pointer;
	width: 100%;
	height: 110px;
	box-sizing: border-box;
	padding: 19px 0 0 0;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}

.left_nav li span {
	display: block;
	margin-bottom: 10px;
}

.left_nav li span img {
	max-width: 43px;
	margin: auto;
}

.left_nav li p {
	font-size: 16px;
	color: #444444;
	text-align: center;
}

.left_nav_active {
	background: #f69c2d;
}

.left_nav li.left_nav_active p {
	color: #FFFFFF;
}

.left_nav_active_arrow {
	position: absolute;
	top: 50%;
	right: -1px;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #FFFFFF;
}


/*下拉框自定义样式*/

.select_box {
    cursor: pointer;
    width: 112px;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    position: relative;
}

.select_box h6 {
	/* width: 90px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.select_box h6 a{
	height: 19px;
	overflow: hidden;
	display: block;
}
.select {
	width: 100%;
	max-height: 200px;
	overflow: auto;
	position: absolute;
	top: 38px;
	left: -1px;
	border: 1px solid #e1e1e1;
	border-top: none;
	background: #FFFFFF;
	z-index: 10;
}

.select li {
width: 100%;
    font-size: 12px;
    color: #333333;
    text-indent: 15px;
    margin: 12px 0 12px 0;
    -webkit-box-lines: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	height: 19px;
}

.select li:hover {
	background: #dddddd;
}

.select_bg {
	width: 23px;
	height: 32px;
	position: absolute;
	top: 1px;
	right: 1px;
	background: #FFFFFF;
	box-sizing: border-box;
	z-index: 2;
}

.select_bg img {
	max-width: 23px;
	margin-top: 10px;
}
#channelList .content_input {
	padding-left: 96px;
}

#offchannelList .content_input {
    padding-left: 96px;
}

.content_input_card_right img{
	height:110px;
}

.content_input_card img{
	height:130px;
}

/* 弹窗提示*/
.fixed{position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 100; display:none;}
	.mask-layer{background: rgba(0,0,0,0.3);}
	.layer-box{margin:auto;width:300px;height:140px;background: #fff;padding:10px;z-index: 101;}
	.tips{font-size:14px;height: 80px;}
	.top{height: 30px;margin: 0;padding: 0;text-align: right;}
	.icon-cancel{float: right;width: 26px;height: 26px;background: url(/static/images/icon-cancel.png) no-repeat center;background-size: 26px;}
	.ensure-btn{float: right;width:50px;height: 30px;line-height: 30px;text-align: center;background: #f79d2d;color: #fff;font-size:14px;}
