﻿@charset "utf-8";

.main {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}


/*顶部-s*/
.top_header {
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	width: 100%;
	background: #78cb1e;
	position: relative;
}


.top_header .top_l {
	position: absolute;
	top: 0;
	left: 0;

}

.top_header .top_l .link_a {
	font-size: 14px;
	padding: 0 10px;
	display: block;
	color: #000;

}

.top_header .top_l .link_a .back-icon {
	width: 25px;
	height: 25px;
}

.top_header .top_l .link_a .scan_code {
	width: 25px;
	height: 25px;
}


.top_header .top-title {
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}

.top_header .top-title .icon_img {

	height: 40px;
}

.top_header .top-title .link-me a {
	color: #fff;
	padding: 0 10px;
}

.top_header .top_r {
	position: absolute;
	top: 0;
	right: 0;
}

.top_header .top_r a {
	font-size: 14px;
	padding: 0 10px;
	color: #fff;

	display: block;
}

.top_header .top_r .link_a {
	font-size: 14px;
	padding: 0 10px;
	color: #fff;
	display: block;
}

.top_header .top_r .link_a .icon_img {
	width: 22px;
	height: 22px;
	vertical-align: middle;


}

.top_header .top_r .seach_a {
	white-space: nowrap;
	font-size: 12px;
	height: 30px;
	margin: 8px;
	line-height: 30px;
	color: #000;
	border-radius: 5px;
	text-align: center;
	display: block;
	padding: 0 10px;
	background: #0c51b0;
}



/*======================底部菜单 =========================*/

.tabbar {
	position: fixed;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background: #fff;
	border-top: solid 1px rgba(89, 89, 89, 0.05);
	box-shadow: 0 1px 20px rgba(89, 89, 89, 0.14);
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.tabbar .tabbar-item {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex-flex: 1;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}

.tabbar .tabbar-item .link_a {
	font-size: 12px;
	background: none;
	color: #9197a5;
	text-align: center;
	display: block;
	padding: 5px 0;
}

.tabbar .tabbar-item.active .link_a {
	color: #282b30;
}

.tabbar .tabbar-item .link_a .tabbar-icon {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
}



.tabbar .tabbar-item.collage {
	position: relative;
	height: 50px;
	text-align: center;
}

.tabbar .tabbar-item.collage .link_a {
	position: relative;
	top: -15px;
	width: 58px;
	height: 58px !important;
	line-height: 58px;
	margin: 0px auto;
	padding-top: 0 !important;
	font-weight: bold;
	font-size: 20px;
	color: #139bf1;
	background-color: #fff;
	border-top: #f6f6f6 solid 1px;
	border-radius: 100%;
	display: block;
}

.tabbar .tabbar-item.collage .link_a .tabbar-icon {
	width: 50px;
	height: 50px;
	margin-top: 3px;
	border-radius: 50%;
}

/*****开始状态********/

.tabbar .tabbar-item:nth-of-type(1) .tabbar-icon {
	background-image: url('../images/tabbar/tabbar1_1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


.tabbar .tabbar-item:nth-of-type(2) .tabbar-icon {
	background-image: url('../images/tabbar/tabbar2_1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(3) .tabbar-icon {
	background-image: url('../images/tabbar/tabbar3_1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(4) .tabbar-icon {
	background-image: url('../images/tabbar/tabbar4_1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/****选中状态***/

.tabbar .tabbar-item:nth-of-type(1).active .tabbar-icon {
	background-image: url('../images/tabbar/tabbar1_2.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(2).active .tabbar-icon {
	background-image: url('../images/tabbar/tabbar2_2.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


.tabbar .tabbar-item:nth-of-type(3).active .tabbar-icon {
	background-image: url('../images/tabbar/tabbar3_2.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


.tabbar .tabbar-item:nth-of-type(4).active .tabbar-icon {
	background-image: url('../images/tabbar/tabbar4_2.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* */
.top-nav-tab {
	position: relative;
	display: table;
	overflow: hidden;
	table-layout: fixed;
	z-index: 8;
	height: 45px;
	background: #d5ffa8;
}

.top-nav-tab.noborder {
	border-top: 0px solid #eee;
}

.top-nav-tab.noborder .tab_li .tab_a {
	font-size: 16px;
}

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

.top-nav-tab .tab_li.tab_li_w {
	width: 100px;
}

.top-nav-tab .tab_li .tab_a {
	position: relative;
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}

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

.top-nav-tab .tab_li.tab-active .tab_a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	margin: 0 auto;
	right: 0;
	height: 2px;
	background: linear-gradient(0deg, #e68c00 0%, #e68c00 100%);
}

.tab-con {
	display: none;
}

.no-content {
	position: absolute;
	width: 180px;

	left: 50%;
	top: 20%;
	margin-left: -90px;
	overflow: hidden;
	padding: 70px 0;
}

.no-content .icon-i {
	width: 100px;
	display: block;
	margin: 0 auto;
}

.no-content .icon-i .icon_img {
	width: 100px;

}

.no-content .text-p {
	font-size: 14px;
	line-height: 40px;
	color: #999;
	text-align: center;
}

/* */

.menubox {
	position: relative;
	margin:10px;
	padding: 10px;border:1px solid #f3f4f4;
	box-shadow: 0 1px 8px rgba(89, 89, 89, 0.05);
}

.menubox .nav_item {
	font-size: 14px;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	color: #000;
}

.menubox .nav_item:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #eee;
	color: #000;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.menubox .nav_item:last-child:before {

	border-bottom: none;

}

.menubox .nav_item .navtit {
	width: 80px;
	color: #444;

}


.menubox .nav_item.jt:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1px 1px 0 0;
	border-color: #999;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: relative;
	top: 50%;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}

.menubox .nav_item .bz-ipt {
	width: 100%;
	color: #000;
}

.menubox .nav_item .link_copy {
	color: #fa8748;
	font-size: 12px;
	padding: 0 4px;
	border: 1px solid #fa8748;
}

/*  */

.mp_minous.disable {
	cursor: default;
	color: #c5c5c5 !important;
}

.plus .div_span {
	width: 25px;
	line-height: 20px;
	font-size: 12px;
	display: block;
	float: left;
	border: 1px solid #ddd;
	text-align: center;
	color: #686868;
	background: #f7f8fa;
	cursor: pointer;
}

.plus .div_span .input-num {
	font-size: 12px;
	outline: none;
	border: 0;
	color: #686868;
	width: 100%;
	text-align: center;
	background: transparent;
}

.mp_minous {
	border-radius: 3px 0 0 3px;
}

.mp_mp {
	margin: 0 3px;
}

.mp_plus {
	border-radius: 0 3px 3px 0;
}

/* ===== */
.setup-form {
	margin: 10px;
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 10px;
}

.setup-form .setup-group {

	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.setup-form .setup-group .dw-icon {
	width: 20px;
	height: 20px;
}

.setup-form .setup-group .label-tit {
	width: 100%;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 10px;

}

.setup-form .setup-group .form-label {
	min-width: 80px;
	font-size: 14px;
	line-height: 40px;
	color: #000;
}

.setup-form .setup-group .form-label1 {
	min-width: 85px;
	font-size: 14px;
	line-height: 40px;
	color: #000;
}

.setup-form .setup-group .form-control {
	background: none;
	width: 100%;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #000;
	border-radius: 3px;
	display: block;
	border: none;
	outline: none;
	box-sizing: border-box;
	vertical-align: top;
}

.setup-form .setup-group .form-select {
	background: none;
	width: 100%;
	height: 42px;
	padding: 0 5px;
	line-height: 42px;
	font-size: 14px;
	color: #000;
	border-radius: 3px;
	display: block;
	border: none;
	outline: none;
	box-sizing: border-box;
	vertical-align: top;
}

.setup-form .setup-group .form-unit {
	min-width: 20px;
	line-height: 40px;
	font-size: 14px;
	margin-left: 4px;
	color: #000;
}

.setup-form .setup-group .scan-code {
	width: 20px;
	height: 20px;
	text-align: right;
}

.setup-form .setup-group .btn-a {
	min-width: 100px;
	margin-left: 10px;
	/* background: linear-gradient(to right, #01a588, #2dcca6); */
	line-height: 38px;
	border: 1px solid #f8b854;
	font-size: 14px;
	color: #f8b854;
	border-radius: 30px;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}

.setup-form .setup-group .btn-link {
	min-width: 80px;
	margin-left: 10px;
	line-height: 30px;
	border: 1px solid #F7F7F7;
	font-size: 14px;
	color: #01a588;
	border-radius: 30px;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}



.setup-form .setup-group .form-textarea {
	background: #fff;
	color: #16171b;
	font-size: 14px;
	line-height: 21px;
	width: 100%;
	min-height: 100px;

	text-align: left;
	-webkit-user-select: text;
	outline: none;
	-webkit-appearance: none;
	height: auto;
	resize: none;
	box-sizing: border-box;
	border: solid 1px #fff;
}

.form-submit {
	margin: 20px 10px;
}

.form-submit-btn {
	width: 100%;
	margin: 0 auto;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to top, #60a119, #78cb1e);
	/* linear-gradient(to left, #b48a48, #ead4a5) */
}

.form-bottom-btn {
	width: 90%;
	margin: 2px auto;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	border-radius: 40px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #78cb1e;
}

.tishi-words {
	padding: 10px;
}

/* 上传证件 */
.ID_card {
	padding: 10px 0;
	margin-bottom: 10px;
}

.ID_card .title {
	font-size: 15px;
	margin-bottom: 10px;
	color: #000;
}

.ID_card .title span {
	color: #000;
}

.ID_card .shangc {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.ID_card .shangc .sc-l {
	width: 50%;
	text-align: center;
	color: #000;
	padding: 10px;
}

.ID_card .shangc .sc-l .sc-l-img {
	background-color: #F7F7F7;
	padding: 5px;
}

.ID_card .shangc .sc-l .sc-l-img img {
	width: 100%;
}

.ID_card .yyzz {
	width: 100%;
	min-height: 140px;
	margin-bottom: 10px;

	background: #f8f7f7 url(../images/icon/sc.png) no-repeat center;
	background-size: 80px 80px;
	box-sizing: border-box;
	text-align: center;
}

.ID_card .yyzz.erweim {
	width: 160px;
	height: 160px;
	margin-bottom: 10px;

}

.ID_card .yyzz.erweim img {
	width: 160px;
	margin: 0 auto;
}

.ID_card .yyzz img {
	max-width: 100%;
	margin: 0 auto;
}

.ID_card .yyzz .icon-plus {
	width: 100px;
	height: 100px;
	border: 1px dotted #858ea1;
	margin: 50px;
}

.ID_card_file {
	position: relative;
	height: 40px;
	line-height: 40px;
}

.ID_card_file .file-btn {
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	display: block;
	color: #fff;
	background: #f8b854;
}

.ID_card_file .file-btn.weixbtn {
	height: 40px;
	width: 160px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	display: block;
	color: #fff;
	background: #f8b854;
}

.ID_card_file .ipt-file {
	line-height: 35px;
	border: none;
	background: #f3f3f3;
	width: 100%;
	font-size: 16px;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
}

/*  */
.radio {
	width: 18px;
	height: 18px;
	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;
}

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

/* ===== */

.search_box {
	background: #fff;	box-shadow: 0 1px 50px rgba(89, 89, 89, 0.1);
	overflow: hidden;
	padding: 10px 5px;
	color: #000;
	font-size: 14px;
	margin: 10px;
}

.search {
	width: 100%;


}

.search_control {
	background: #fff;
	font-size: 14px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	color: #000;
	vertical-align: middle;
	border: 1px solid #eee;
	padding: 0 6px;
	border-radius: 3px;


}



.li_control {
	position: relative;

	vertical-align: middle;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}

.search_span {
	width: 10px;
	position: relative;

	vertical-align: middle;
}

.search_btn {
	width: 50%;
	margin: 0 auto;
	line-height: 35px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	box-sizing: border-box;
	color: #1f1f1f;
		background:linear-gradient(to left, #fdcb62, #edbc56);
}

.search_btn.w100 {
	width: 100%;
}

/*==============页码容器================*/
.pagelist {
	margin: 0px auto;
	white-space: nowrap;
	clear: both;
	overflow: hidden;
	text-align: center;

}

.pagelist .div_li {
	display: inline;
	font-size: 14px;
	line-height: 30px;
}

.pagelist .link-a {
	display: inline;
	font-size: 12px;
	padding: 5px;
	vertical-align: middle;
	color: #000;
	background: #FFFFFF;
	border: 1px solid #F7F7F7;
	border-radius: 2px;
}


.curnum {
	display: inline;
	color: #e4393c;
}

.page-select {
	display: inline;
	font-size: 12px;
	padding: 5px 0;
	margin: 0 5px;
	vertical-align: middle;
	color: #333;
	background: #FFFFFF;
	border-radius: 2px;
}

::-webkit-input-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

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

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


/*修改头像弹窗 */

.coinWarp {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
	position: fixed;
	z-index: 102;
	left: 0;
	bottom: -100%;
}

.coinLitBox {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
}

.coinLitBox .div_ul {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
}

.coinLitBox .div_ul .div_li {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 14px;
	background: #fff;
	border-radius: 5px;
	border-bottom: 1px solid #fff;
}

.coinLitBox .div_ul .div_li .link_a {
	width: 100%;
	text-align: center;
	color: #000;
	display: block;
}

.coinLitBox .div_ul .div_li.cancle {
	border-radius: 5px;
}

.chuanbtn {
	display: block;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	opacity: 0;
}

/* ========== */

.upload-pic {
	background: #ffffff;
}

.upload-pic .pic_grids {
	padding: 5px 10px;
	margin: 0px -10px 0;

	position: relative;
}

.upload-pic .grids-item {
	position: relative;
	display: inline-block;
	width: 75px;
	height: 75px;
	margin: 5px;
	border: 1px dashed #DEDEDE;
	border-radius: 4px;
	background-color: #fff;
	vertical-align: middle;
	line-height: 120px;
	box-sizing: border-box;
}

.upload-pic .grids-item .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: initial;
}

.upload-pic .grids-item .add_img {
	width: 75px;
	height: 75px;
	object-fit: cover;
	border-radius: 5px;
	vertical-align: initial;
	box-sizing: border-box;
}

.upload-pic .del_img {
	position: absolute;
	top: -10px;
	right: -5px;
	background: #f8b854;
	border-radius: 100%;
	color: #fff;
	width: 23px;
	height: 23px;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: center;
}


.upload-pic .fileInput {
	line-height: 35px;

	border: none;
	background: #f3f3f3;
	width: 100%;
	font-size: 16px;

	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
}
