.nav_header.dingwei {
	position: fixed;
	width: 100%;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.flex_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
}

.flex-between {
	justify-content: space-between;
}

.fl_end {
	justify-content: flex-end;
}

.mr-10 {
	margin-right: 10px;
}

.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.whitebg {
	background: #fff !important;
}

.graybg {
	background: #999999 !important;
}

.text-red {
	color: #de0101 !important;
}

.text-green {
	color: #009D2C !important;
}

.text-white {
	color: #fff !important;
}

.text-gray {
	color: #f5f5f5 !important;
}

.text-black {
	color: #000;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center;
}

.fw {
	font-weight: bold;
}

.ft12 {
	font-size: 12px;
}
.ft14 {
	font-size: 14px;
}

.ft16 {
	font-size: 16px;
}

.ft18 {
	font-size: 18px;
}

.ft24 {
	font-size: 24px !important;
}

.ft40 {
	font-size: 40px;
}

/* =============æ³¨å†Œä¼šå‘˜=========== */
.user-register {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-y: auto;
}

.user-register .reg_logo {
	width: 120px;

	margin: 30px auto;
	z-index: 999;
	text-align: center;
	padding-top: 10px;

}

.user-register .reg_logo .logo_img {
	width: 100px;
	height: 100px;


}

.user-register .reg_logo p {
	font-size: 20px;
	margin: 20px auto;
	color: #81c766;
}

.user-register .user-box {
	max-width: 320px;
	margin: 0 auto;
}

.user-register .user-box .reg_ul {
	width: 320px;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 8px;
}

.user-register .user-box .reg_ul .reg_li {
	margin-bottom: 10px;
	overflow: hidden;

	position: relative;



}

.user-register .user-box .reg_ul .reg_li .lb {
	font-size: 14px;
	width: 70px;
	color: #000;
	float: left;
	margin: 10px auto;
	text-align: left;
	padding-left: 10px;
}

.user-register .user-box .reg_ul .reg_li .regcontrol {
	padding: 0 10px;
	background: #fff;
	color: #000;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 3px;
	border: 1px solid #ddd;
	outline: none;

}

.user-register .user-box .reg_ul .reg_li .regcontrol.dik_r {
	float: left;
	width: calc(100% - 70px);
	padding: 0;
	border: 1px solid #fff;
}

.user-register .user-box .reg_ul .reg_li .regcontrol.w6 {
	width: 55%;
	float: left;
}

.user-register .user-box .reg_ul .reg_li .regselect-control {
	background: #fff;
	padding: 0 10px;
	color: #000;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 3px;

	border: 1px solid #ddd;
	max-width: 100%;
	outline: none;
}

.user-register .user-box .reg_ul .reg_li .codepic-btn {
	border: 0;
	width: 35%;
	height: 40px;
	color: #fff;
	background: #6d9fb0;
	float: right;
}

.reg_submit {
	margin-top: 30px;
}

.reg_submit .regbtn {
	width: 100%;
	display: inline-block;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	background: #6d9fb0;
	color: #fff;
}

.user-register .user-box .reg_ul .reg_li .regcontrol::-webkit-input-placeholder {
	color: #c1c1c1;
}

.user-register .user-box .reg_ul .reg_li .regcontrol::-webkit-input-placeholder {
	color: #c1c1c1;
}

.user-register .user-box .reg_ul .reg_li .regcontrol::-moz-placeholder {
	color: #c1c1c1;
}

.user-register .user-box .reg_ul .reg_li .regcontrol::-moz-placeholder {
	color: #c1c1c1;
}


/*===========è¡¨å•============*/

.add_setform-box {
	margin: 10px;
}

.add_setform-group {
	margin-bottom: 10px;
	width: 100%;
	padding: 0 10px;
	overflow: hidden;

	display: table;
	position: relative;
	box-sizing: border-box;
	background: #fff;


}

.add_setform-group:after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	background-color: #f7f7f7;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
}

.add_setform-group .add_form-label {
	width: 70px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 44px;
	color: #000;
	display: table-cell;

	position: relative;
	vertical-align: middle;
}

.add_setform-group .add_form-label:after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	background-color: #ddd;
	width: 1px;
	height: 20px;

	right: 0;
	top: 50%;
	margin-top: -10px;
}

.add_setform-group .add_form-control {
	background: transparent;
	width: 100%;
	padding-left: 10px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #181818;
	border: none;
	outline: none;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
}

.add_setform-group .add_form-control.w6 {
	background: #fff;
	width: 60%;
	float: left;
}

.add_setform-group .add_form-select {
	color: #181818;
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-radius: 2px;
	font-size: 14px;
	background: transparent;
	border: none;
	outline: none;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.add_setform-group .add_btn-a {
	width: 35%;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	line-height: 44px;
	padding: 0 6px;
	color: #fd7192;
	text-decoration: none;
}


.add_form-textarea {
	background: #fff;
	font-size: 14px;
	line-height: 21px;
	width: 100%;
	min-height: 140px;
	padding: 10px 8px;

	border: 1px solid #f7f7f7;

	outline: none;
	-webkit-appearance: none;
	height: auto;
	resize: none;
	box-sizing: border-box;
}

.add_form-span {
	padding: 10px 0;
	font-size: 12px;
	color: #de0101;

}

.xxdz_tit {
	color: #000;
	font-size: 14px;
}

/* =============æ‰‹æŒèº«ä»½è¯=================== */
.upload-img {
	margin: 10px 0;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #F4F4F4;
	border-radius: 13px;
}

.upload-img .img {
	width: 100%;
	height: 100%;
	border-radius: 13px;
}

.upload-input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	border: 1px solid #f3f3f3;
	background: #fff;
	border-radius: 13px;
	left: 0;
}

.uploadFText {
	width: 100%;
	border: 1px solid #f3f3f3;
	background: #fff;
	border-radius: 13px;
	height: 100%;
	font-size: 12px;
}

/* ===================å¥–é‡‘æ˜Žç»†===================== */

.mingxi-item {}

.mingxi-item .mingxi_li {
	background: #fff;
	padding: 5px 10px;
	margin: 10px;
	border-radius: 5px;
	overflow: hidden;
	color: #000;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

.mingxi-item .mingxi_li::before {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	background-color: #e6c411;
	height: 60%;
	width: 4px;
	left: 0;
	right: 0;
	top: 20%;
}

.mingxi-item .mingxi_li .img_photo {

	width: 50px;
	height: 50px;

	padding: 0 10px;
	margin-left: 0;

	overflow: hidden;
	box-sizing: border-box;
}

.mingxi-item .mingxi_li .img_photo .img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.mingxi-item .mingxi_li .tel-zt {
	line-height: 30px;
	padding: 5px;

}

.mingxi-item .mingxi_li .tel-zt .div_p {
	font-size: 16px;
	line-height: 25px;
	color: #000;
}

.mingxi-item .mingxi_li .tel-zt .div_span {
	font-size: 13px;
	color: #000;
}

/* =================å…¬ç›Šå¤§åŽ…================= */

/* ===================æˆ‘çš„å›¢é˜Ÿ================= */
.gydt {
	margin: 10px;
	border-radius: 5px;
}

.gydt .div_li {
	padding: 10px;
	margin-bottom: 10px;position: relative;
}
.gydt .div_li  .dw_span{ font-size: 13px;font-weight: bold; color: #fff; position: absolute;top: 15px; right: 15px;  }

.gydt .div_li .right_con {
	width: 90px;
}

.gydt .div_li .right_con .user-left-img {
	width: 60px;
margin-top: 25px;
	box-sizing: border-box;

}

.gydt .div_li .right_con .user-left-img .img {
	width: 100%;
	height: 100%;

}


.gydt .div_li .left_con {
	border-radius: 5px; 
	width: 100%;
	padding: 5px 0;
}

.gydt .div_li .left_con-text {
	line-height: 20px;
	font-size: 12px;
	margin-left: 10px;
}

.gydt .div_li .left_con-text-left {
	font-size: 14px;
	-webkit-align-self: baseline;
	align-self: baseline;
	color: #f0f0f0;
}

.gydt .div_li .dh-btn {
	color: #fff;
	font-size: 13px;
	width: 50px; margin: 0 auto;
	display: block;
	padding: 3px 0;
	margin-top: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
}

.gydt .bg1 {
	background: #52b487;
}

.gydt .bg2 {
	background: #a48f7e;
}

.gydt .bg3 {
	background: #f89b60;
}

.gydt .bg4 {
	background: #ca6869;
}

.gydt .bg5 {
	background: #e5cf60;
}

.gydt .bg6 {
	background: #6093e4;
}

.gydt .bg7 {
	background: #1ca743;
}

.gydt .bg8 {
	background: #a38bde;
}

.gydt .bg9 {
	background: #d20044;
}

.gydt .bg10 {
	background: #f86394;
}

.gydt .bg11 {
	background: #9E9E9E;
}

.gydt .bg12 {
	background: #577590;
}




/* ============tabåˆ‡æ¢============== */
.top-nav-tab {

	position: relative;
	display: table;
	overflow: hidden;
	table-layout: fixed;


	z-index: 8;
	height: 44px;
}

.top-nav-tab .tab_li {
	width: 1%;
	background: none;
	line-height: 40px;
	background: #fff;
	text-align: center;
	display: table-cell;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top-nav-tab .tab_li .tab_a {
	position: relative;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	font-weight: bold;
	color: #393939;
	text-decoration: none;
}

.top-nav-tab .tab_li.tab-active .tab_a {
	color: #51d7d1;
}

.top-nav-tab .tab_li.tab-active .tab_a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #51d7d1;
}

.Myactive{ color: #6d9fb0; border-bottom: 2px solid #6d9fb0;}

.top-nav-tab .tab_li .tab_a .nav_item_num {
	position: absolute;
	padding: 0 3px;
	right: -10px;
	top: 4px;
	box-sizing: border-box;
	min-width: 12px;
	height: 12px;
	font-size: 8px;
	line-height: 12px;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	background-color: #F31E4E;
}

.top-nav-tab.trade-tab {
	width: 180px;
	margin: 0 auto;
}

.top-nav-tab.trade-tab .tab_li {
	background: transparent;
}

.top-nav-tab.trade-tab .tab_li .tab_a {
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.top-nav-tab.trade-tab .tab_li.tab-active .tab_a {
	color: #fffa00;
}

.top-nav-tab.trade-tab .tab_li.tab-active .tab_a:before {

	background: #fffa00;
}

.tab-con {
	display: none;
}

/*=======================æš‚æ— å†…å®¹=======================*/

.no-content {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
}

.no-content .icon-i {
	width: 100px;
	height: 100px;
	background: url(../images/no-content.png) no-repeat center;
	background-size: 100% auto;
	display: block;
	margin: 0 auto;
}

.no-content .text-p {
	font-size: 14px;
	color: #9b9b9b;
	text-align: center;
	margin-top: 10px;
}


/* ====================è½¬èµ ä¸­å¿ƒ==================== */

.gudingdingwei {
	background: #fff;
	height: 50px;
	position: fixed;
	width: 100%;
	top: 50px;
	z-index: 9;
}

.bar-tit {
	font-size: 16px;
	position: relative;
	color: #1d1d1d;
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;

}

.bar-tit a {
	font-size: 14px;
	color: #000;
}

.K-top {
	background-color: #fff;
	padding: 10px;
}

.K-top .bignum {
	font-size: 14px;
	color: #000;
	display: block;
	margin-right: 20px;
	white-space: nowrap
}

.K-top .bignum b {

	font-size: 24px;
	margin-bottom: 10px;
}

.K-top .bignum p {
	color: #000;
	font-size: 18px;
}

.K-top .hl24H {
	font-size: 14px;
	color: #000;
	width: 100%;
	line-height: 25px;
}

.K-top .hl24H span {
	display: block;
	width: 100%;
	padding-left: 10px;
	font-size: 14px;
	white-space: nowrap;
}

.K-top .hl24H .mz {
	font-size: 14px;
	white-space: nowrap;
	width: 90px;
	display: block;
	color: #000;
	position: relative;
	padding-left: 10px;

}

.K-top .hl24H .mz::before {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	background-color: #000;
	height: 60%;
	width: 2px;
	left: 0;
	right: 0;
	top: 20%;
}

.zsttit {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	background: -webkit-linear-gradient(right, #51d8d8 0%, #51d8d4 100%);
	background: linear-gradient(-90deg, #51d8d1 0%, #7296ab 100%);

}

.search-tit {
	background: #fff;
	border-top: 1px solid #eee;
	font-size: 14px;
	position: relative;
	padding: 0 10px;

	box-sizing: border-box;
}

.search-tit .link_a {
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	padding-right: 15px;
	color: #000;
	position: relative;
}

.search-tit .link_a .jiantou.up {
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	border-width: 5px 5px 0px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 0px;
}

.search-tit .link_a .jiantou.down {
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	border-style: solid;
	border-color: transparent transparent #57cdca transparent;
	border-width: 0px 5px 5px;
	display: inline-block;
	border-style: solid;
	position: absolute;
	top: 50%;
	bottom: -3px;
	right: 0;

}

.jiagequjia {
	display: none;
	color: #000;
	background: #fff;
	padding: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 100;
}

.jiagequjia .item_li {
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
}

.jiagequjia .item_li .link_price {
	display: inline-block;
	white-space: nowrap;
	margin: 5px 5px 0 0;
	border: 1px solid #eee;
	color: #666;
	font-size: 12px;
	padding: 5px 12px;
	border-radius: 3px;
}

.jiagequjia .item_li .link_price.active {
	background: #57cdca;

	color: #fff;
}

.jiagequjia .price-ipt {
	width: calc(50% - 14px);
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #eee;
	border-radius: 3px;

}

.jiagequjia .item_li .jiange {
	width: 20px;
	text-align: center;
	display: inline-block;
}

.jiagequjia .bg_btn {
	margin: 0 10px;
	height: 40px;
	line-height: 40px;

}

.jiagequjia .bg_btn .btn_a {
	display: block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #7298ac;
	text-decoration: none;
}




.price-search {
	position: relative;
	padding: 10px 4px;
	display: flex;
	box-sizing: border-box;
}

.price-search_box {
	width: 100%;
}

.price-search .price-search-label {
	font-size: 14px;
	color: #57cdca;
	height: 35px;
	line-height: 35px;
	width: 70px;
}


.price-search .price-search-input {
	padding: 0 10px;
	width: 100%;
	height: 30px;
	border: 0;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #57cdca;
}

.price-search-cancel-btn {
	width: 40px;
	text-align: center;
	font-size: 14px;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	color: #57cdca;
	white-space: nowrap;
}

.price-search-cancel-btn i {
	font-size: 24px;
	color: #57cdca;
}



/* ==================================== */
.pagetrade {
	position: relative;
	margin-top: 235px;
    background-color:#c1c1c1;
}

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

}

.zzzx .div_li {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.zzzx .div_li .left_con {
	width: 80px;
}

.zzzx .div_li .left_con .user-left-img {
	width: 60px;
	margin: 0 auto;
	box-sizing: border-box;

}

.zzzx .div_li .left_con .user-left-img .img {
	/*width: 100%;
	height: 100%;*/
    width: 50px;
	height: 50px;

}


.zzzx .div_li .right_con {
	border-radius: 5px;
	width: 100%;
	padding: 5px 0;
}

.zzzx .div_li .p_con-text {
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-left: 10px;
}


.zzzx .div_li .dh-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 14px;
	width: 60px;
	display: block;
	padding: 6px 0;
	background: -webkit-linear-gradient(right, #51d8d8 0%, #51d8d4 100%);
	background: linear-gradient(-90deg, #51d8d1 0%, #7296ab 100%);
	border-radius: 5px;
}

/* ===============è®¢å•è¯¦æƒ…=============== */

.order-info {

	margin: 10px;


}

.order-info_item {
	position: relative;
	font-size: 14px;
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;


	border-radius: 5px;
	margin-bottom: 10px;
}

.order-info_item.topbg {
	background: #51d8d8;
	background: -webkit-linear-gradient(top, #51d8d8 0%, #51d8d4 100%);
	background: linear-gradient(180deg, #51d8d1 0%, #7296ab 100%);
}

.order-info_item .order_time {
	padding: 10px;
	font-size: 16px;
}

.order-info_item .div_h3 {
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 15px;

}

.order-info_item .div_h3::before {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	background-color: #e6c411;
	height: 20px;
	width: 4px;
	left: -10px;
	right: 0;
	top: 10px;
}

.order-info_item .div_h3 span {
	font-size: 14px;

}

.order-info_item .div_p {
	padding: 0 10px;
	height: 24px;
	/*line-height: 24px;*/
	font-size: 14px;
	display: block;
}

.copy_a {
	color: #222;
	line-height: 20px;
	font-size: 12px;
	background: -webkit-linear-gradient(right, #f5c851 0%, #fae579 100%);
	background: linear-gradient(-90deg, #f5c851 0%, #fae579 100%);
	padding: 2px 5px;
	border-radius: 2px;
}

.copy_input {
	color: #222;
	font-size: 12px;
	line-height: 20px;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 2px 5px;
}

.zhipz {
	overflow: hidden;
}

.div_tu {
	margin: 10px;
	float: left;
}

.div_tu img {
	width: 100px;
}

/* ä¸Šä¼ æŒ‰é’® */
.form-anniu {
	position: relative;
}

.upload-box {
	display: block;
	overflow: hidden;
}

.upload {
	position: absolute;
	width: 80px;
	height: 33px;
	line-height: 33px;
	right: 0px;
	top: 5px;
	cursor: pointer;
}

.upload.scanniu {
	opacity: 0;
}

.upload .code_img {
	height: 30px;
	vertical-align: middle;
	border: none;
}

.upload-img {
	width: 100%;
	display: block;
	padding: 10px;
	box-sizing: border-box;
}

.scBtn {
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	background: #7197ab;
}

/* å¼¹æ”¯ä»˜å‡­è¯å¤§å›¾ */
.dd-tc {
	display: none;
	position: fixed;
	height: 100%;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .3);

	z-index: 444;
}

.tanchuan .dd-alert {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 44px;
	z-index: 9999;
}

.bigpic .imgtu {
	width: 80%;
	border-radius: 20px;
}

/* ==============å‘å¸ƒæ±‚è´­============== */

.fbqg_setform-box {
	margin: 10px;
	margin-top: 90px;
}

.fbqg_setform-group {
	margin-bottom: 10px;
	width: 100%;
	padding: 0 10px;
	overflow: hidden;

	display: table;
	position: relative;
	box-sizing: border-box;



}



.fbqg_setform-group .add_form-label {
	width: 80px;
	padding-right: 15px;
	font-size: 14px;
	color: #000;
	display: table-cell;

	position: relative;
	vertical-align: middle;
}



.fbqg_setform-group .add_form-control {
	background: #fff;
	width: 100%;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #181818;
	border-radius: 3px;
	border: 1px solid #eee;
	outline: none;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
}

.fbqg_setform-group .add_form-tip {

	font-size: 14px;
	color: #181818;
	border: none;
	outline: none;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.fbqg_setform-group .xxdz_tit { display: block;
    margin: 10px auto;
    color: #000;
    font-size: 14px;
}
.add_form-zffs {
	padding: 10px 0;
}

.add_form-zffs .che {
	margin-right: 10px;
	font-size: 14px;
}

/* å•é€‰æŒ‰é’® */
.add_form-zffs .radio {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: solid 1px #ddd;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 12px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease 0.1s;
	transition: background-color ease 0.1s;
}

.add_form-zffs .che.check_t .radio {
	background: #6d9fb0 url(../images/icon_check_white.png) no-repeat center;
	background-size: 10px auto;
	border: 1px solid #ddd;
	text-align: center;
	background-clip: padding-box;
}


/* ========ä¿®æ”¹èµ„æ–™========= */

.xgzl_setform-box {
	background: #fff;
	margin: 30px;
	padding: 20px;
}

.xgzl_setform-box .xiaobox {
	border: 1px solid #eee;
}

.xgzl_setform-group {
	border-bottom: 1px solid #eee;
	width: 100%;
	padding: 0 10px;
	overflow: hidden;

	display: table;
	position: relative;
	box-sizing: border-box;



}



.xgzl_setform-group .add_form-label {
	white-space: nowrap;

	font-size: 14px;
	color: #000;
	display: table-cell;

	position: relative;
	vertical-align: middle;
}



.xgzl_setform-group .add_form-control {
	background: #fff;
	width: 100%;

	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #181818;
	border-radius: 5px;
	border: none;
	outline: none;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
}

