@charset "utf-8";

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

.main::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to bottom, #0a1780, #091794, #091794, #091794, #2f428f);*/
	z-index: -2;
}

.tips {
	color: #f65236;
	font-size: 14px;
	margin-top: 5px;
}

/*顶部-s*/
.top_header {
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 100%;
	/*background: url(../images/top_header.png) no-repeat bottom;
	background-size: 100% 100%;*/
	position: relative;
	background-color: #f05942;
	background-image: linear-gradient(182deg, #f05942 0%, #ea173f 55%, #ea3828 100%);
	color:white;
	box-shadow:0px 3px 3px rgba(0,0,0,0.3); 

}

.top_header::before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0px;
	margin-top: 0px;
	z-index: -1;
	/*background: linear-gradient(to top, #0a1784, #4d65fb);*/
	position: absolute;
}

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

}

.top_header .top_l .link_a {
	font-size: 14px;
	padding: 0 5px;
	display: block;

}

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

.top_header .top-title {
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	/* font-weight: bold; */
}

.top_header .top-title .icon_img {
	height: 36px;
}

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

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

.top_header .top_r .link_a img {
	width: 20px;
	height: 20px;
}

/*======================底部菜单 =========================*/
.tabbar {
	position: fixed;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 55px;
	background-color: #f05942;
	background-image: linear-gradient(182deg, #f05942 0%, #ea173f 55%, #ea3828 100%);
	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::after {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0px;
	margin-bottom: 0px;
	z-index: -1;

	position: absolute;
}

.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 {
	width: 100%;
	font-size: 14px;
	background: none;
	color: white;
	text-align: center;
	display: block;
	padding: 5px 0;
	font-weight:bold;
}

.tabbar .tabbar-item .link_a i{
	font-size:20px;
}

.tabbar .tabbar-item.active .link_a {
	color: white;
}

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



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

.tabbar .tabbar-item:nth-of-type(1) .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) .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) .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) .tabbar-icon {
	background-image: url('../images/tabbar/tabbar4_2.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_1.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_1.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_1.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_1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/*  */

.go_top {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 20px;
}

.go_top.to-top {
	bottom: 60px;
}

.go_top .btn_top {
	height: 40px;
}

/* */
.top-nav-tab {
	display: flex;
	align-items: center;
	height: 40px;
	/*box-shadow: 0 0 6px #168e22 inset;
	background: rgb(26,131,36);
	background: linear-gradient(90deg, rgba(26,131,36,1) 0%, rgba(19,117,28,1) 100%);*/
	/*box-shadow: 0 0 6px #ddd inset;*/
	background: rgba(255,255,255,0.9);
	margin: 10px;
	border-radius: 5px;
}

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

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

.top-nav-tab .tab_li.tab-active .tab_a {
	color: #C17100;
	font-weight: bold;
}

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


.tab-con {
	display: none;
}



.top-nav-tab1 {
	display: flex;
	align-items: center;
	height: 40px;
	/*box-shadow: 0 0 6px #168e22 inset;
	background: rgb(26,131,36);
	background: linear-gradient(90deg, rgba(26,131,36,1) 0%, rgba(19,117,28,1) 100%);*/
	background-color: #fff;
	margin: 0 10px 10px 10px;
	border-radius: 5px;
}

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

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

.top-nav-tab1 .tab_li.tab-active .tab_a {
	color: #704100;
	font-weight: bold;
}

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



/*  */


.no-content {
	width: 100%;
	position: relative;
	bottom: 0;
	top: 120px;
	text-align: center;

}

.no-content1 {
	width: 100%;
	height:auto;
	text-align: center;
	margin:70px 0 0 0;
}

.no-content .icon-img {
	width: 120px;

}

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



.no-content1 {
	width: 100%;
	height:auto;
	text-align: center;
	margin:70px 0 0 0;
}

.no-content1 .icon-img {
	width: 120px;

}

.no-content1 .text-p {
	font-size: 14px;
	line-height: 50px;
	color: #75e1ff;
	text-align: center;
}
/*  */

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

.plus .div_span {
	width: 30px;
	line-height: 25px;
	font-size: 14px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}

.plus .div_span .input-num {
	font-size: 12px;
	outline: none;
	border: 0;
	color: #704100;
	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 {
	box-sizing: border-box;
	box-shadow: 0 0 6px #ddd inset;
  	background: rgba(255,255,255,1);
	/*background: linear-gradient(90deg, rgba(26,131,36,1) 0%, rgba(19,117,28,1) 100%);*/
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
}

.setup-form .setup-group {
	padding-top: 5px;
	width: 100%;
	position: relative;
	box-sizing: border-box;


}

.setup-form .setup-group::before {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #eaeaea;
	color: #704100;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	left: 0.2rem;
	z-index: 2;
}

.setup-form .setup-group:last-child::before {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #eaeaea;
	color: #704100;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	left: 0.2rem;
	z-index: 2;
}

.setup-form .setup-group.nobor-b::before {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: none;
	color: #704100;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	left: 0.2rem;
	z-index: 2;
}

.setup-form .setup-group.jt:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1.2px 1.2px 0 0;
	border-color: #eee;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);

	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 15px;
}

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

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

}

.setup-form .setup-group .form-label {
	min-width: 100px;
	font-size: 14px;
	line-height: 40px;
}

.setup-form .setup-group .form-label1 {
	min-width: 77px;
	font-size: 14px;
	line-height: 40px;
}

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

.setup-form .setup-group .form-select {
	background: none;
	width: 100%;
	height: 42px;
	padding: 0 5px;
	line-height: 42px;
	font-size: 14px;
	color: #704100;
	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: #704100;
}

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

.setup-form .setup-group .btn-a {
	min-width: 90px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 30px;
	border: 1px solid #50ffe0;
	font-size: 14px;
	color: #50ffe0;
	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 {
	border-radius: 10px;
	
	box-shadow: 0 0 6px #ddd inset;
	background: rgba(255,255,255,0.95);
	border: 1px solid #ddd;
	color: #704100;
	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;
}

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

.form-submit-btn {
	width: 100%;
	margin: 0 auto;
	height: 42px;
	border-radius: 30px;
	line-height: 42px;
	font-size: 15px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #FDA415;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.form-bottom-btn {
	margin: 2px auto;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	background: rgb(73,198,86);
	background: linear-gradient(90deg, rgba(73,198,86,1) 0%, rgba(41,184,55,1) 100%);
}

.form-save-btn {

	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #F65236;
}

.form-save-btn img {
	width: 16px;
	height: 16px;
}

.tishi-words {
	padding: 10px;
	color: #999999;
	font-size: 14px;
}

.tag_active {
	padding: 0 5px;
	border: 1px solid #f65236 !important;
	color: #F65236;
}

/* 上传证件 */
.ID_card {
	border-radius: 10px;
	box-shadow: 0 0 6px #2e49d6 inset;
	background: #4159dd;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
}

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

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

.ID_card .yyzz img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 180px;
}

.ID_card .close {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	background: url(../images/icon/closepic.png) no-repeat;
	background-size: 100% 100%;
	z-index: 997;
	display: none;
}

.ID_card_file {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 180px;
}

.ID_card_file .file-btn {
	width: 100%;
	height: 180px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #C67000;
	background: #4159dd;
	border: 1px solid #7b8df9;
}

/*  */

.ID_card .yyzz {
	width: 100%;
	height: 180px;
	margin-bottom: 10px;
	position: relative;
	background: #eee;
	box-sizing: border-box;
	text-align: center;
}

.ID_card .yyzz.code {
	width: 120px;
	height: 120px;

}

.ID_card .yyzz.code .ID_card_file,
.ID_card .yyzz.code .ID_card_file .file-btn,
.ID_card .yyzz.code img {
	height: 120px;
}

/*  */

.checkbox {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: solid 1px #ddd;
	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;
}

.checkbox.check_t {

	background: #f65236 url(../images/icon/icon_check_white.png) no-repeat center;

	background-size: 10px auto;

	border: 1px solid #f65236;

	text-align: center;
}

/*  */
.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: #f65236 url(../images/icon/icon_check_white.png) no-repeat center;
	background-size: 10px auto;
	border: 1px solid #f65236;
	text-align: center;
	background-clip: padding-box;
}

/*  */
.chooseBtn {
	display: none;
}

.choose-label {
	box-shadow: #8b9cff 0px 0px 0px 1px;
	width: 40px;
	height: 20px;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	background-color: #8b9cff;
	overflow: hidden;
}

.chooseBtn:checked+label.choose-label {
	background-color: #f65236;
	box-shadow: #f65236 0px 0px 0px 1px;
}

.chooseBtn:checked+label.choose-label {
	background-color: #f65236;
	box-shadow: #f65236 0px 0px 0px 1px;
}

.choose-label:before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 20px;
	background-color: #fff;
	z-index: 20;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.chooseBtn:checked+label.choose-label:before {
	left: 20px;
}

/* ===== */

.search_box {
	/* background: #fff; */
	overflow: hidden;
	padding: 10px 5px;
	color: #000;
	font-size: 14px;
	margin: 5px auto;
}

.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: #fff;
	background: linear-gradient(to top, #3344b6, #4159dd, #4d65fb);
}

.search_btn.w100 {
	width: 100%;
}

/*==============页码容器================*/
.pagelist {
	margin: 10px 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 8px;
	vertical-align: middle;
	background: linear-gradient(to top, #4264ff, #4becff);
	box-shadow: 0 0 4px #1775e7 inset;
	border: 1px solid #4becff;
	color: #fff;
	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: #704100;
	background: #FFFFFF;
	border-radius: 2px;
}

::-webkit-input-placeholder {
	color: #FFC77A;
	font-weight: normal;
}

::-webkit-input-placeholder {
	color: #FFC77A;
	font-weight: normal;
}

::-moz-placeholder {
	color: #FFC77A;
	font-weight: normal;
}

:-moz-placeholder {
	color: #FFC77A;
	font-weight: normal;
}


/*修改头像弹窗 */

.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;
}

/* ======上传凭证 多图==== */

.uploading {
	margin: 10px;
	border-radius: 5px;
	border-radius: 10px;
	box-shadow: 0 0 6px #2e49d6 inset;
	background: #4159dd;

}

.uploading .title {
	display: flex;
	font-size: 14px;
	align-items: center;
	height: 50px;
	padding: 0 15px;
}

.uploading .uploadBox {
	padding: 0 15px 15px 15px;
	display: flex;
}

.uploading .uploadBox .Box {
	position: relative;
	width: 90px;
	height: 90px;
	border: 1px dashed #eeeeee;
	margin-right: 10px;
}

.uploading .uploadBox .Box .imgBox {
	position: absolute;
	width: 90px;
	height: 90px;
	margin: -1px 0 0 -1px;
}

.uploading .uploadBox .Box .closeImg {
	position: absolute;
	width: 16px;
	height: 16px;
	top: -8px;
	right: -8px;
}

.uploading .uploadBox .Box input {
	width: 100%;
	height: 100%;
	opacity: 0;
}

/* 弹窗提示 */
.alertBox {
	position: fixed;
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 99999;
	display: none;
	transition: all .3s;
}

.alertBox .alertBG {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 9999;
	height: 100vh;
	width: 100vw;
}

.alertBox .alert {
	position: absolute;
	z-index: 9999;
	background-color: #fff;

	display: flex;
	flex-direction: column;
	width: 80vw;
	margin: 0 10vw;
	height: 150px;
	top: 50vh;
	margin-top: -75px;
}

.alertBox .alert .text {
	padding: 0 10px;
	height: 106px;
}

.alertBox .alert .knowbtn {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.alertBox .alert .buttonBox {

	padding: 10px 0;
}

.alertBox .alert .buttonBox span {
	flex: 1;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*  */
.copyright {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.copyright a {
	color: #704100333;
}

/* 装饰 div四个角*/
.decorate-t:before,
.decorate-t:after {
	position: absolute;
	content: "";
	top: -3px;

}

.decorate-t:before {
	width: 30px;
	height: 29px;
	background: url(../images/lt.png) no-repeat top left;
	background-size: 100% 100%;
	left: -3px;
}

.decorate-t:after {
	width: 74px;
	height: 29px;
	background: url(../images/rt.png) no-repeat top right;
	background-size: 100% 100%;

	right: -3px;
}

.decorate-b:before,
.decorate-b:after {
	position: absolute;
	width: 15px;
	height: 15px;
	content: "";

	bottom: -5px;
}

.decorate-b:after {
	width: 97px;
	height: 29px;
	background: url(../images/lb.png) no-repeat bottom left;
	background-size: 100% 100%;
	left: -5px;
}

.decorate-b:before {
	width: 30px;
	height: 29px;
	background: url(../images/rb.png) no-repeat bottom right;
	background-size: 100% 100%;
	right: -5px;
}

/* 弹窗*/
.alertform {
	position: fixed;
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 99999;
	display: none;
	transition: all .3s;
}

.alertform .alertBG {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 9999;
	height: 100vh;
	width: 100vw;
}

.alertform .alert {
	position: absolute;
	z-index: 9999;
	width: 80%;
	left: 50%;
	margin: 0 auto;
	height: auto;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}


.alertform .alert .knowbtn {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.alertform .alert .buttonBox {
	background: linear-gradient(to top, #3344b6, #4159dd, #4d65fb);
	padding: 10px 0;
}

.alertform .alert .buttonBox span {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.setup-form.alert-form {

	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	padding-bottom: 10px;
	border-radius: 0;
}



.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #704100;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #704100;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #704100;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #704100;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #704100;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #704100;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #704100;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.hidepai{display: none}
.hide{display:none;}
