html {
	height: 100%;
}

body {
	/* background: #f3f3f3; */
	background: #fff;
	padding: 0;
	text-align: center;
	font-family: 'open sans';
	position: relative;
	margin: 0;
	height: 100%;
}

.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

a {
	text-decoration: none;
}

h1,
/* h2 {
	width: 100%;
	float: left;
} */

h1 {
	margin-top: 100px;
	color: #6D461D;
	margin-bottom: 5px;
	font-size: 70px;
	letter-spacing: -4px;
}
/* 
h2 {

	color: #444;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 10px;
}
 */
.pointer {
	color: #9b59b6;
	font-family: 'Pacifico', cursive;
	font-size: 30px;
	margin-top: 15px;
}

pre {
	margin: 80px auto;
}

pre code {
	padding: 35px;
	border-radius: 5px;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.1);
	border: rgba(0, 0, 0, 0.05) 5px solid;
	max-width: 500px;
}

.main {
	float: left;
	width: 100%;
	margin: 0 auto;
}

.main .y_logo {
	padding: 20px 50px;
	float: left;
	width: 100%;
	font-size: 90px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: 100;
	color: black;
	margin: 0;
	/* margin-top: 70px; */
	font-family: 'Playfair Display';
	letter-spacing: -1px;
}

.main h1.demo1 {
	background: #1ABC9C;
}

.reload.bell {
	font-size: 12px;
	padding: 20px;
	width: 45px;
	text-align: center;
	height: 47px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.reload.bell #notification {
	font-size: 25px;
	line-height: 140%;
}

.reload,
.btn {
	display: inline-block;
	border: 4px solid #A2261E;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #CC3126;
	display: inline-block;
	line-height: 100%;
	padding: 0.7em;
	text-decoration: none;
	color: #fff;
	width: 100px;
	line-height: 140%;
	font-size: 17px;
	font-family: open sans;
	font-weight: bold;
}

.reload:hover {
	background: #A2261E;
}

.btn {
	width: 200px;
	color: #fff;
	border: none;
	margin-left: 10px;
	background: #000;
}

.clear {
	width: auto;
}

.btn:hover,
.btn:hover {
	background: rgba(0, 0, 0, 0.8);
}

.btns {
	width: 410px;
	margin: 50px auto;
}

.credit {
	opacity: 0.5;
	text-align: center;
	color: #bbb;
	padding: 10px;
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
}

.credit a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: block;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(0, 0, 0, 0.65);
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.back:hover {
	background: rgba(0, 0, 0, 0.85);
}

.page_container,
.other {
	max-width: 800px;
	margin: 50px auto;
}

.page_container h2,
.page_container h1,
.other h2,
.other h1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 15px;
}

.page_container h2,
.page_container h3,
.other h3,
.other h2 {
	text-align: left;
}

.page_container h2,
.page_container h1,
.page_container h3,
.other h2,
.other h1,
.other h3 {
	color: black;
}

.page_container p,
.other p {
    display: block;
    line-height: 28px;
    color: #666;
}

.page_container h2 {
	font-size: 25px;
}

.header {
	overflow: hidden;
}

.header h1,
.header h2 {
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.1);
	color: #000;
}

.header h2 {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

.other h1 {
	font-size: 46px;
	margin-bottom: 20px;
}

.jumpto-cotainer {
	position: relative;
}

.bd_style {
	border-top: 1px #eee solid;
}

.jumpto-subnav {
	position: absolute;
	top: 0;
	left: -120px;
	width: 150px;
	/* height: 260px; */
	/* background: #fff; */
}
.jumpto-block{
	padding-left: 60px;
}
.jumpto-subnav .jumpto-second {
	display: none;
}

.jumpto-subnav.fixed {
	position: fixed !important;
	left: auto;
	top: 25px;
	margin-left: -120px;
}

.jumpto-subnav.fixed.bottom {
	top: auto;
	bottom: 0;
	position: absolute !important;
}

.jumpto-subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/* height: 232px; 65
}

.jumpto-subnav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	/* height: 58px; */
	line-height: 65px;
}

.jumpto-subnav ul li a {
	padding: 10px;
	height: 90px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

.jumpto-subnav ul li a:hover,
.jumpto-subnav ul li a.active {
	background: #f9f9f9;
	color: #df3434;
}

.jumpto-subnav ul>li>ul>li>a {
	padding-left: 15px;
}

.jumpto-title,
.jumpto-close a {
	background: #0088F0;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 10px;
	display: block;
}

.dd_con {
	margin-top: 10px;
}

.d_document {
	color: #f60;
	padding: 0px 8px;
}

.heading_h {
	padding: 7px 10px;
	background: #fafafa;
	border-bottom: 1px #dfdfdf solid;
}

.h_cbox {
	overflow: hidden;
	padding: 10px 30px;
	position: relative;
	left: 5%
}

.h_cbox ul {
	width: 100%;
}

.h_cbox ul li {
	position: relative;
	/*width:118px;*/
	width: 15%;
	float: left;
}

.l_line {
	height: 4px;
	margin-top: 8px;
	background-color: #ccc;
}

.m_line {
	background-color: #45a2e1;
}

.item_num {
	width: 20px;
	height: 20px;
	color: #fff;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 50%;
	transfrom: translate(-50%, 0);
	display: inline-block;
	text-align: center;
	border-radius: 30px;
}

.y_nume {
	background-color: #45a2e1;
}

.qr_txt {
	margin-top: 14px;
	text-align: center;
}

.ck_txt {
	color: #45a2e1;
}

.main_box {
	height: 300px;
	padding: 10px;
	border: 1px #eee solid;
	overflow: auto;
}

.main_box p:first-child {
	text-align: center;
	margin-bottom: 40px;
}

.ck_handle {
	text-align: center;
	padding: 20px 0px;
}

.rz_btn {
	text-align: center;
	height: 30px;
	padding: 20px 0px 10px 0px;
	border-top: 1px #ccc solid;
}

.rz_btn a {
	display: inline-block;
	background: #f5f5f5;
	height: 35px;
	line-height: 35px;
	color: #777;
	width: 10%;
	/* padding: 4px 12px; */
	border-radius: 5px;
	border: 1px solid;
	border-color: #dcdcdc #dcdcdc #b3b3b3 #dcdcdc;
}

.alert_msg {
	color: #c09853;
	background-color: #fcf8e3;
	padding: 8px 35px 8px 14px;
	margin: 10px auto;
	border: 1px solid #fbeed5;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.all {
	line-height: 22px;
	color: #000;
	width: 100%;
	margin-top: 20px;
}

.all tbody tr {
	display: block;
	padding: 0px 60px;
}
.f_box{
	padding-top: 10px;
}
.f_box table.all thead th {
	font: 400 16px/22px "microsoft yahei";
	color: #333;
	height: 22px;
	padding: 8px 4px;

}

.f_box table.all tbody th {
	font-weight: normal;
	vertical-align: top;
	text-align: right;
	width: 150px;
	height: 22px;
	/*padding: 8px 4px;*/
	/*padding: 0 0 20px;*/
	padding: 0px 5px 0px 0px;
	font-size: 13px;
	/*padding-right: 5px;*/
}

.f_box table.all tbody th i {
	color: red;
	/*width: 7px;*/
	/*height: 7px;*/
	/*margin-right: 6px;*/
	/*overflow: hidden;*/
	transform: scale(1.8);
	position: relative;
	top: 4px;
	left: -7px;
	display: inline-block;
}

textarea {
	height: 75px;
	border-radius: 5px;
	border: solid 1px #ccc;
	border: solid 1px #ccc;
}

input[type="text"],
input[type="password"],
input[type="date"],
input.text,
input.password {
	font: 12px/18px Arial;
	color: #777;
	background-color: #fff;
	vertical-align: top;
	display: inline-block;
	height: 30px;
	padding: 3px 5px;
	border: solid 1px #ccc;
	outline: 0 none;
	/*border-radius: 5px;*/
}

.w200 {
	width: 240px;

}

.groun_btn {
	margin: 10px 0px 10px 0px;
}

.tr_txt {
	text-align: center;
}

.back_btn {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 20px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #c7c7c7;
	color: #333;
}

.up_msg {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 20px;
	vertical-align: middle;
	/* background-color: #48a7e7; */
	background-color: #0080ed;
	/* border: 1px solid #c7c7c7; */
	color: #fff;

}

.w_container {
	position: relative;
	padding: 30px 0px;
	/*height: 44px;
	width: 1200px;
	margin: auto;*/
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(204, 217, 234, 0.4);
	opacity: 1;
}

.logo_txt_head {
	/* padding: 50px 0 21px;
	line-height: 24px; 
	border: 1px red solid;
	border-bottom: 1px solid #e5e5e5;
	*/
	display: flex;
	align-items: center;
    width:1200px;
	margin:0 auto;
}

.logo_txt_head>a {
	font-size: 40px;
}

.logo_txt {
	position: relative;
	/*top: -15px;
	font-size: 16px;*/
	padding-left: 10px;
	color: #fff;
	margin: 0 100px 0 10px;
	border-left: 1px solid #e8e8e8;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #1B8BFF;
	opacity: 1;

}

.c_bgbox {
	/*overflow: hidden;
	margin-top: 30px;
	width: 100%;
	height: 600px;
	margin-bottom: 40px;*/
	position: relative;
	width: 100%;
	height: 600px;
}
.c_main{
	width: 1200px;
	height: auto;
	margin:0 auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(204, 217, 234, 0.4);
	opacity: 1;
	margin-top: 55px;
	padding: 0px 40px;
	display: flex;
    justify-content: center;
}
.login_banner_wrap {
	width: 100%;
	height: 600px;
	/*background-color:rgb(59,155,255);*/
	background-image: url("../../images/yxt_bg.png");
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.bgimage {
	background-image: url("../../images/yxt_bg.png");
}

.login_banner_wrap .inner {
	position: relative;
	width: 1190px;
	/*margin: auto;*/
}

.login_banner_wrap img {
	display: block;
	margin: auto;
}

.content_layout {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 600px;
	z-index: 999;
}

.content_inner_left {
	width: 380px;
	/*float: right;*/
	position: absolute;
	top: 100px;
	right: 60px;
	background: #fff;
}

.content_inner_left_db {
	width: 450px;
	/*float: right;
	position: absolute;*/
	/*top: 91px;
	right: 50%;*/
	background: #fff;
	/*border: 1px solid #e5e5e5;*/
}

.login_cn {
	/*float: right;*/
	/*width: 350px;*/
	/*font-size: 14px;*/
	/*color: #333;*/
	width: 380px;
	margin: 0 auto;
	padding: 55px 35px 20px;
}
.c_top{
	padding: 120px 35px 20px;
}

.zent-form {
	margin-bottom: 30px;
	width: auto;
}

.col {
	/*padding-top: 30px;*/
	padding: 0 0 20px;
}

.z_control_ground {
	/* padding-top: 30px; */
	border-bottom: 1px solid #e5e5ee;
	margin-bottom: 1px;
	/*height: 40px;*/
	display: flex;
	align-items: center;
}

.z_control_ground:first-child {
	padding-top: 0;
}

.form_control_label {
	display: inline-block;
	line-height: 40px;
	vertical-align: top;
	width: 100px;
	text-align: left;
	font-size: 14px;
	font-weight: 700;

}

.form_control {
	margin-left: 0;
	width: 250px;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 5px;
	/*word-wrap: inline-block;*/
}

.z_input_wrapper {
	display: flex;
	position: relative;
	height: 30px;
	max-height: 36px;
	;
	/*width: 150px;*/
}

.z_input {
	border: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
}

.z_form_extra_group {
	/* padding-top: 40px; */
	color: #666;
	overflow: hidden;
}

.z_form_extra_group a {
	color: #666;
	text-decoration: none;
	float: right;
	font-size: 12px;
}

.z_form_actions {
	padding-top: 20px;
	padding: 25px 0 20px;
	margin: 0;
}

.z_btndb,
.z_btndb_company,
.z_btndb_login,
.z_btndb_branch,
.z_btndb_updatepw,
.z_btndb_back {
	width: 300px;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
	background: #38f;
	border-color: #38f;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	border-radius: 2px;
	border: 1px solid #bbb;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .3s;
	border: none;
}

.z_btndb_branch,
.z_btndb_back {
	width: 100px;
	min-width: 126px;
}

.center_txt {
	text-align: center;
}

.prv_wrapper {
	display: inline-block;
}

.register_btn {
	font-size: 14px;
	color: #38f;
	margin: 20px 0;
	float: right;
	text-decoration: none;
}

.sms_btn {
	color: #38f;
	cursor: pointer;
	line-height: 30px;
	background: none;
	border: none;
}

.protocol_field {
	color: #333;
	font-size: 12px;
	margin-top: 30px;
	display: block;
}

.protocol_field input {
	margin-right: 8px;
}

.protocol_field a {
	color: #38f;
}

.protocol_field {
	display: flex;
	align-items: center;
}

.all select {
	height: 30px;
	line-height: 30px;
	/*border-radius: 5px;*/
	width: 240px;
	outline: none;
	border: none;
	border: 1px solid #ccc;
	/*padding: 0 4px;*/
}

/*.top_s{*/
/*padding-top: 40px;*/
/*}*/
/*.w89{*/
/*width:89px;*/
/*}*/
/* .s_txt {
	display: block; */
	/*margin-top: 5px;
    margin-bottom: 10px;*/
/* 	line-height: 28px;
	color: #666;
} */

table.all tbody tr td {
	/*padding:8px 4px;*/
	/*padding: 0 0 20px;*/
	text-align: left;
	vertical-align: top;
	height: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
	outline: none;

}

.form_a {
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #0077dd;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	padding: 0px 15px;
	display: inline-block;
	margin-left: 5px
}

.w150 {
	width: 150px !important;
}

.type_t {
	width: 600px;
	/* margin: 0 auto; */
	border: solid 1px #ddd;
}

.type_t tr th {
	border-bottom: 1px solid #ddd;
}

.type_t thead th {
	color: #777;
	background-color: #f7f7f7;
	height: 22px;
	padding: 8px 4px;
	font-weight: bold !important;
}

.type_t th {
	text-align: center !important;
}

.type_t td {
	text-align: center !important;
}

.w120 {
	width: 120px !important;
}

.w50 {
	width: 50px !important;
}

.del_cz {
	color: #f30;
}

.explain {
	/* font:16px/32px "microsoft yahei";
    color: #777; */
	text-align: center;
	margin: 120px 0 100px 0;
	font-size: 14px;
}

.su_footer_con h2 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;

}

.su_footer_con {
	text-align: center;
	margin-top: 120px;

}

.zent_btn_primary {
	color: #fff;
	background: #38f;
	border-color: #38f;

}

.zent_btn {
	display: inline-block;
	padding: 0 10px;
	border-radius: 2px;
	font-size: 14px;
	/* border: 1px solid #bbb; */
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .3s;

}

.btn {
	width: 174px;
	height: 36px;
	line-height: 36px;
	/* margin-left: 120px; */
	margin-top: 10px;
}

.f_btn {
	width: 100%;
	text-align: center;
}

.s_chaozuo {
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #43a5e1;
	/* background: #39BAA6; */
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	padding: 0px 10px;
	display: inline-block;
	margin: 5px 5px;
}

.code {
	display: block;
	padding: 0px 5px;
}

.end_btn {
	display: inline-block;
	width: 100%;
	border: none;
	text-align: center !important;
}

.end_btn p {
	display: flex;
	justify-content: center !important;
}

.header_y {
	/*width: 1190px;*/
	/*margin:0px auto;*/
	/*height:96px;*/
	/*position: relative;*/
	/*background: url(../../images/yxt_bg.png);*/
	/*background: #fff;*/
	background: #0088F0;
	height: 96px;
	position: relative;
}

.h_lout {
	width: 1190px;
	height: 96px;
	margin: 0 auto;
	padding-top: 26px;
}

.h_lout {
	width: 990px;
	/*height: 96px;*/
	margin: 0 auto;
}

.mlogo {
	border-left: 1px solid #ccc;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 18px;
	position: relative;
	height: 18px;
	top: 3px;
	display: block;
	float: left;
	margin-right: 10px;
}

.slogo a {
	font-size: 20px;
	color: #fff;
	text-align: left;
	/*color: #dd2727;*/
}

.y_page {
	margin-right: auto;
	margin-left: auto;
}

.content_mx {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.y_panel {
	width: 1190px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}
.y_panel_db {
	width: 1190px;
	overflow: hidden;
	margin: 0 auto;
	/* background: #fff; */
}
.col_main {
	float: left;
	width: 100%;
	min-height: 1px;
}

.m_region {}

.app_mx {
	min-height: 400px;
	position: relative;
	padding-bottom: 40px;
}

.s_wrap_steps {
	margin: 20px 0;
	height: 50px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.brand_comming {
	max-width: 1190px;
	margin: 10px auto;
	color: #333;
	font-size: 13px;
}

.sui_panel {
	margin-top: 20px;
	display: block;
	font-size: 12px;
	border-bottom: 0;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
	zoom: 1;
	background: #fff;
	border-radius: 2px;
}

.sui_panel_hd {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	border-radius: 3px 3px 0 0;
	font-size: 18px;
	/* font-weight: 700; */
	zoom: 1;
}

.sui_panel_hd>span {
	display: block;
}

.sui_panel_bd {
	display: block;
	position: relative;
	padding: 20px;
}

.sui_panel_bddb {
	display: block;
	position: relative;
	/*padding: 20px;*/
}

.sui_msg {
	position: relative;
	display: flex;
	background-color: #fff;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 14px 20px 14px 3.33846154em;
	margin-bottom: 20px;
	overflow: hidden;
}

.info_icon {
	/*content: '\e60c';*/
	/*color: #fff;*/
	width: 18px;
	height: 18px;
	float: left;
	margin-right: .5em;
	margin-left: -1.8em;
	vertical-align: middle;
	/*font-size: 1em;*/
	background-image: url("../../images/icon_detail.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
		/*transform:scale(1.3) translate(0,2.3px);*/
		/*transform-origin: left;*/

}

.desc {
	font-size: 16px;
	margin: 10px 0 40px;
	color: #666;
}

.desc_over {
	font-size: 14px;
	margin: 10px 0 40px;
	color: #73d245;
}

.brand_process {
	position: relative;
	overflow: hidden;
}

.brand_process_partial {
	width: 25%;
	height: 400px;
	float: left;
	box-sizing: border-box;
	padding-left: 15px;
}

.brand_process_list {
	position: absolute;
	width: 1px;
	height: 400px;
	margin: 0;
	background-color: #EEE;
}

ul.info_ck {
	list-style-type: none;
}

.wan_01 {
	left: 25%;
}

.wan_02 {
	left: 50%;
}

.wan_03 {
	left: 75%;
}

.wan_04 {
	left: 100%;
}

.process_step {
	/*color: #EB1F62;*/
	font-size: 14px;
	margin-bottom: 25px;
}

.process_title {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.process_title span {
	/*color: #EB1F62;*/
	font-size: 16px;
	padding-left: 15px;
	position: relative;
	display: block;
	/*bottom: 12px;*/
}

.process_duration {

	height: 20px;
	color: #fff;
	border-radius: 40px;
	margin-left: 56px;
	margin-bottom: 15px;
	padding: 1px 11px;
	display: inline-block;
	font-size: 14px;
}

.w01 {
	background: #EB1F62;
}

.w011 {
	color: #EB1F62;
}

.w0121 {
	background: #ff8d28;
}

.w012 {
	color: #ff8d28;
}

.w02 {
	background: #60BA00;
}

.w022 {
	color: #60BA00;
}

.w03 {
	background: #0088F0;
}

.w033 {
	color: #0088F0;
}

/*.w04{*/
/*background:#dd2727 ;*/
/*}*/
.w044 {
	color: #dd2727;
}

.process_content {
	padding-left: 55px;
	font-size: 14px;
	color: #666;
	list-style-type: none;
}

.process_content_end {
	/*padding-left: 55px;*/
	font-size: 14px;
	color: #666;
	list-style-type: none;
}

.process_content li {
	margin: 5px 0;
	height: 30px;
	/*line-height: 30px;*/
}

.process_content_icon {
	border-radius: 50%;
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: middle;
}

.process_content_desc {
	margin-left: 5px;
}

.process_online {
	text-align: center;
	/*margin-top: 100px;*/

}

.process_online p {
	color: #dd2727;
	font-size: 16px;
	margin: 15px 0;
}

.yinfo_title {
	margin: 40px 0 20px;
	color: #666;
	font-size: 16px;
}

.info_ck li {
	margin: 10px 0;
	font-size: 14px;
}

/*input[type=checkbox], .sui_checkbox{*/
/*-webkit-appearance:none;*/
/*appearance:none;*/
/*position: relative;*/
/*display: inline-block;*/
/*width: 13px;*/
/*height: 13px;*/
/*background: #fff;*/
/*border: 1px solid #dcdcdc;*/
/*border-radius: 2px;*/
/*line-height: 1;*/
/*vertical-align: -2px;*/
/*box-sizing: border-box;*/
/*margin-right:4px ;*/
/*}*/
.info_ck span {
	font-weight: 400;
}

.yxt_btn {
	/*min-width: 120px;*/
	/*width: 46px;*/
	/*padding: 0 27px;*/
	/*font-size: 16px;*/
	/*height: 46px;*/
	/*line-height: 44px;*/
	/*border-radius: 3px;*/
	width: 185px;
	padding: 0 20px;
	font-size: 16px;
	height: 45px;
	line-height: 44px;
	border-radius: 3px;
	display: block;
}

/*��ť��ʽ����״̬*/
.yxt_btn .y_sui_primary {
	color: #fff;
	background-color: #dd2727;
	border-color: #dd2727;
}

.yxt_btn {
	/*color: #848484!important;*/
	/*background-color: #ddd!important;*/
	/*border-color: #ccc!important;*/
	color: #fff;
	background-color: #0088F0;
	border-color: #0088F0;
	text-decoration: none;
	text-align:center;
}

.yxt_btn:hover {
	color: #fff !important;
}

.s_wrap_steps li {
	width: 25%;
	line-height: 32px;
	font-size: 12px;
	float: left;
	padding: 9px 12px;
	vertical-align: middle;
	color: #999;
}

.s_wrap_steps li i {
	/*border: 1px solid #ccc;*/
	text-align: center;
	font-size: normal;
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 12px;
	border-radius: 50%;
}

.s_wrap_steps .tudou i {
	border: 1px solid #ccc;
}

.m_ft_sy {
	color: #db1f62;
}

.s_wrap_steps li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
}

.s_mt_01 {
	padding-bottom: 20px;
	padding-top: 20px;
	background: #fff;
}

.s_step table {
	width: 100%;
	text-align: center;
}

/*.s_step table td{*/
/*color: #333;*/
/*}*/
.s_step table td div:first-child {
	font-size: 14px;
	line-height: 40px;
}

.s_step_icon {
	font-family: sui-icon;
	font-size: 18pc;
}

.s_step_icon::after {
	/*color: #df3434;*/
	width: 18px;
	height: 18px;
	border: 3px solid;
	border-radius: 50%;
	display: block;
	content: "";
	margin: auto;
	z-index: 3;
	background-color: transparent;
	position: relative;
}





.s_step table td label {
	font-size: 12px;
	line-height: 40px;
	color: #999;
}

.s_step table td {
	position: relative;
	/*color: #ccc;*/
}

.s_step table td:not(:first-child):before {
	display: block;
	content: "";
	position: absolute;
	left: -50%;
	right: 50%;
	top: 50%;
	border-top: 1px solid;
	margin: -1px 6px 0;
	/*color: #df3434;*/
}

/*.s_step table td:not(:first-child):after{*/
/*display: block;*/
/*content: "";*/
/*position: absolute;*/
/*left: -50%;*/
/*right: 50%;*/
/*top: 50%;*/
/*border-top: 1px solid;*/
/*margin: -1px 6px 0;*/
/*color: #df3434;*/
/*}*/

.s_step_complete {
	color: #333;
}

.s_step_current {
	color: #df3434;
}

.s_step_future {
	color: #ccc;
}

.s_step_future:before {
	color: #ccc !important;
}

.head_message {
	padding: 10px 20px;
	overflow: hidden;
	background: #fff;
}

.head_message h2 {
	font-size: 18px;
    vertical-align: middle;
    float: left;
    /* margin-top: 0; */
    text-align: left;
}

.s_msg_inline {
	align-items: center;
    display: flex;
    /* margin: 5px 0 0 15px; */
    /* padding: 1px 0 0 1.8em; */
    /* float: left; */
    padding-top: 20px;
    padding-left: 15px;
}

.s_tab_mod {
	border-top: 1px #eee solid;
	overflow: hidden;
	position: relative;
	/*display: flex;
    padding: 0px 20px 20px 20px;*/
}

.s_tab_body {
	width: 80%;
}

/*.s_tab_main{*/
/*border-left: 1px solid #eee;*/
/*}*/
.s_tab_content {
	width: 80%;
	position: relative;
	background: #fff;
	min-height: 1100px;
	padding: 20px;
}

.s_tab {
	border-right: 1px solid #eee;
	width: 20%;
	/* position: relative; */
	background-color: #fff;
	/* z-index:9; */
}

.s_tab_ul {
	width: 100%;
	margin-bottom: 0px;
	background-color: #fff;
}

.s_tab_ul li.cur {
	position: relative;
	/*background: #fff;*/
}

.s_tab_ul li.cur a {
	margin-bottom: 0;
	border-left-color: #0088F0;
	color: #666;
	background: #fff;
	/*line-height: 2;*/
}

.s_tab_ul li a:hover {
	color: #df3434;
}

/*.s_tab_ul li.cur:before{
    content: '';
    position: absolute;
    border: 1px solid #eee;
    right: -7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    height: 15px;
    width: 15px;

}
.s_tab_ul li.cur:after{
    content: '';
    background: #fff;
    height: 12px;
    width: 12px;
    position: absolute;*/
/*border: 1px solid #eee;*/
/* transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    right: -7px;
    top: 50%;
}*/
.s_tab_ul li a {
	color: #646464;
	display: block;
	text-align: center;
	height: 90px;
	line-height: 90px;
	margin-bottom: 0;
	margin-top: 0;
	border-left: 4px solid #f9f9f9;
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
}

/*.s_tab_ul li a:hover{
    color: #e34744;
}*/

/*.s_tab_ul li a:before{*/
/*width: 100%;*/
/**/
/*bottom: 0;*/
/*left: -2%;*/
/*}*/
/*.s_tab_ul li a:first-child{*/
/*border-bottom:none;*/
/*}*/
.name_zl {
	font-size: 15px;
	/*padding-top: 18px;*/
	display: block;
	/*padding-bottom: 5px;*/
}

.desc_wt {
	color: #e34744;
	display: block;
	font-size: 14px;
}

.d_su {
	position: relative;

}

.d_su {
	content: "";
	position: absolute;
	left: 50%;
	width: 10px;
	height: 15px;
	color: #dd2727;
	border-bottom: 2px solid;
	border-right: 2px solid;
	transform-origin: center;
	transform: translate(-13%, -75%) rotate(42deg);
	-webkit-transform: translate(-13%, -75%) rotate(42deg);
}

.select_tag_input+label {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	line-height: 1;
	vertical-align: -2px;
	box-sizing: border-box;
	margin-right: 4px;
	margin-bottom: 0px;
}

.select_tag_input:checked+label:after {
	-webkit-animation: anim .2s ease-out;
	animation: anim .2s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	content: '';
	position: absolute;
	top: -5px;
	left: -3px;
	width: 11px;
	height: 5px;
	border: 2px solid #444;
	border-top: 0;
	border-right: 0;
	-webkit-transform: rotate(-50deg) scale(1) translate(-3px, 5px);
	transform: rotate(-50deg) scale(1) translate(-3px, 5px);
}

.sh_fail {
	/*width: 1140px;*/
	height: 165px;
	margin: 20px;
	background-color: #f9f9f9;
	padding: 30px 0 10px 0;
}

.sh_content {
	width: 40%;
	margin: 0 auto;
	overflow: hidden;
}

.sh_fail .sh_img,
.sh_fail .sh_words {
	float: left;
}

.sh_fail .sh_img {
	width: 7%;
	margin-right: 14px;
}

.sh_fail .sh_img img {
	width: 100%;
}

.sh_fail .sh_words span,
.sh_fail .sh_words button {
	display: block;
	line-height: 20px;
}

.cxrz {
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-color: #DD2727;
	color: #fff;
	border-radius: 2px;
	border: none;
	font-size: 14px;
	/*padding-top: 10px;*/
	display: block;
	text-align: center;
	/*margin: 0 auto;*/
	margin-top: 10px;
}

.sh_img_db img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

/* Ʒ������ */
.brand {
	margin-left: 20px;
}

.brand .brand_title {
	font-size: 18px;
	color: #666;
	margin: 30px 0;
}

.brand .brand_title span {
	font-size: 12px;
	color: #808080;
}

.brand_ul ul li {
	list-style: none;
	float: left;
}

.ul_li1 {
	width: 33%;
}

.ul_li2 {
	width: 22%;
}

.ul_li3 {
	width: 33%;
}

.ul_li1 span {
	display: block;
	line-height: 24px;
	color: #808080;
}

.ul_li1 .pinpai {
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.ul_li2 img {
	width: 6%;
	margin-right: 5px;
}

.ul_li2 .f_span,
.ul_li2 .p_span {
	display: block;
}

.ul_li2 .f_span {
	font-size: 14px;
}

.ul_li2 .p_span {
	color: #808080;
	line-height: 30px;
}

.brand_ul {
	overflow: hidden;
}

.yxt_list li {
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}

.btn_ytxt {
	margin: 20px 40px 0px 0px;
	width: 120px;
	height: 40px;
	color: #fff;
	border-radius: 4px;
	background: #0088F0;
	border: none;
	font-size: 14px;
}

.company_info {
	margin: 20px 40px 0px 0px;
	width: 120px;
	height: 40px;
	color: #fff;
	border-radius: 4px;
	background: #dd2727;
	border: none;
	font-size: 14px;
}

.my_shop {
	text-align: left;
	border-bottom: 1px #e5e5e5 solid;
}
.sui_panel_bd,.lf_txt{
	text-align: left;
}
.my_shop h3 {
	font-size: 16px;
	color: #404040;
}

.yxt_list {
	margin-top: 10px;
}

.yxt_list li {
	/*line-height: 40px;*/
	padding: 20px 0;
	/*padding: 10px 10px 20px 10px;*/
}

.yshop {
	font-size: 16px;
	/*color: #dd2727;*/
	line-height: 40px;
	width:25%;
}

.renz>span {
	/*color: #dd2727;*/
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.look button {
	width: 100px;
	height: 40px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	color: #8a8a8a;
	/*border: none;*/
	border-radius: 2px;
	font-size: 14px;
}

.renz {
	text-align: center;
	font-size: 14px;
	position: relative;
	width: 25%;
}

.renz>div {
	padding-top: 5px;
	color: #666;
}

.state {
	flex: 1;
	width: 25%;
	text-align: center;
}

.look {
	text-align: center;
}

.ywshop {
	font-size: 18px;
	color: #404040;
	line-height: 40px;
}

.m_look button {
	width: 100px;
	height: 40px;
	background-color: #e5e5e5;
	color: #666;
	border: none;
	border-radius: 2px;
	font-size: 14px;
}

.renzw {
	text-align: center;
	font-size: 14px;
	position: relative;
	width: 25%;
}

.renzw>div {
	padding-top: 5px;
}
.renzw>span {
	/*color: #dd2727;*/
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#con {
	width: 80%;
	position: relative;
	background: #fff;
	/*min-height: 1100px;*/
	/*padding: 20px;*/
	padding: 0px 20px 20px 20px;
}

/*#con li{*/
/*display: none;*/
/*}*/
.s_step table td:before {
	color: #df3434;
}

.s_wrap_steps .curStep {
	color: #7eb8f4;
}

/*#con li{
    display: none;
}
#con li.show_db{
   display: block;
}*/
.sui_bottom_orbar {
	padding: 10px 0;
	border-top: 1px solid #eeeeee;
	background: #f9f9f9;
}

.sui_bottom_orbar_bd {
	width: 1190px;
	margin: 0 auto;
	/*font-size: 0;*/
}

.s_btn_large {
	min-width: 120px;
	padding: 0px 30px;
	font-size: 16px;
	height: 46px;
	line-height: 44px;
	border-radius: 3px;
}

.s_btn {
	margin-right: 10px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	outline: 0px;
	-webkit-appearance: none;
	box-sizing: border-box;
	user-select: none;
	color: #8a8a8a;
	background: #f9f9f9;
	border: 1px solid #cccccc;
	border-radius: 2px;
}

.dr_con {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
}

.s_primary {
	color: #fff;
	background-color: #0088F0;
	border-color: #0088F0;
}

.b_dw {
	/*display: block;*/
	margin-left: 10px;
}

.z_btndb_login {
	width: 300px;
	color: #fff;
	background: #38f;
	border-color: #38f;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	border-radius: 2px;
	border: 1px solid #bbb;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .3s;
	border: none;
}

.pic_uploader {
	border: 1px dashed #d5d5d5;
	position: relative;
	display: inline-block;
	width: 88px;
	height: 88px;
	box-sizing: border-box;
	/* overflow: hidden; */
	margin-right: 20px;
	margin-bottom: 10px;
}

.se_empty {
	width: 88px;
	height: 88px;
	background: url("../../images/add.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center background-size: 32px;
	border: 1px dashed #d5d5d5;
	overflow: hidden;
	line-height: 60px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;


}

.form-a_db {
	width: 88px;
	height: 88px;
	/*text-align: center;*/
	/*line-height: 30px;*/
	/* background: #0077dd; */
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	padding: 0px 15px;
	display: inline-block;
	margin-left: 5px;
}

.msg_icon_img:before {
	content: '\e609';
	color: #dd2727;
	/*float: left;*/
	margin-right: .5em;
	margin-left: -1.8em;
	vertical-align: middle;
	font-size: 1em;
	transform: scale(1.3) translate(0, 2.3px);
	transform-origin: left;
}

.login_shop,.check_info {
	margin: 5px 0px;
	width: 105px;
	color: #fff;
	border-radius: 4px;
	background: #0088F0;
	border: none;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
	height: 42px
}

.login_shop,.check_info {
	margin: 5px 0px;
	width: 105px;
	color: #fff;
	border-radius: 4px;
	background: #0088F0;
	border: none;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	height: 40px
}

.deleteImg {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 2;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: rgba(153, 153, 153, 0.6);
	border-radius: 10px;
	width: 20px;
	height: 20px;
}

#nav {
	position: fixed;
	/*left:45px;*/
	top: 440px;
	width: 20%;
}

#nav li {
	position: relative;
}

#nav li a {
	color: #646464;
	width: 100%;
	list-style-type: none;
	cursor: pointer;
	display: block;
	text-align: center;
	height: 90px;
	line-height: 90px;
	margin-bottom: 0;
	margin-top: 0;
	border-left: 4px solid #f9f9f9;
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
}

#list {
	background: #fff;
}

#list li {
	width: 80%;
	/*height:300px;*/
	text-align: center;
	font: bold 100px/300px simhei;
	list-style-type: none;
	background: #fff;
	color: blue;
	margin: 20px 300px;

}
.failreason{
	width: 25%;
	text-align: center;
}
.self-c,th{
	text-align: center;
}