﻿@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: #16171b;
	width: 100%;
	background: #fff;
	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: #fff;

}

.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;
		background: linear-gradient(35deg, #87b9f3, #3576be);
	}

.top_header .top-title .icon_img {

	height: 40px;
}

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

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

.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: 25px;
	height: 25px;
	vertical-align: middle;


}

.top_header .top_r .seach_a {
	white-space: nowrap;
	font-size: 12px;
	height: 30px;
	margin: 8px;
	line-height: 30px;
	color: #fff;
	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: #f6f6f6 solid 1px;
	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: #000;
	text-align: center;
	display: block;
	padding: 5px 0;
}

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

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



.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(5) .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;
}


.tabbar .tabbar-item:nth-of-type(5).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: #fff;

}

.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: #ff8e22;
}

.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, #ff8e22 0%, #ff8e22 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;
}

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


/*  */

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

/*<div class="form-group">
                <label class="form-label">提现数额</label>
                <div class="form-control">
                    <input name="mPoints" placeholder="请输入数额" type="text" value="">
                </div>
            </div>*/
/* ==第2种表单=== */

.setting-form {
	margin: 5px auto;
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 10px;
}

.setting-form .form-group {

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

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

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

}

.setting-form .form-group .tilet-label {
	min-width: 80px;
	font-size: 14px;
	line-height: 35px;
	color: #000;
}
.setting-form .form-group .tilet-label1 {
	min-width: 85px;
	font-size: 14px;
	line-height: 35px;
	color: #000;
}

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

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

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

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

.setting-form .form-group .btn-a {
	min-width: 100px;
	margin-left: 10px;
	background: linear-gradient(to right, #d33232, #d33232);
	line-height: 30px;
	border: 1px solid #F7F7F7;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}

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

.setting-form .form-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: 14px;
	text-align: center;
	border-radius: 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to bottom, #d33232, #d33232);
}

.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: linear-gradient(to bottom, #d33232, #d33232);
}

.setting-form .tishi-words {
	padding: 10px;
	margin: 0 auto;
	line-height: 25px;
	background: #f7f2f2;
}

.submit {
	width: 100%;
	margin: 0 auto;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	background: linear-gradient(35deg, #e5e687, #f3d728);
	letter-spacing: 2px;
	color: #262626;
}

/* ==第1种表单=== */
.setup-form {
	margin: 5px auto;
	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: 35px;
	color: #000;
}

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

.setup-form .setup-group .form-control {
	background: none;
	width: 100%;
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	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: 37px;
	padding: 0 5px;
	line-height: 37px;
	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, #d33232, #d33232);
	line-height: 30px;
	border: 1px solid #F7F7F7;
	font-size: 14px;
	color: #fff;
	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: #d33232;
	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: 80%;
	margin: 0 auto;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	display: block;
	color: #686868;
	text-decoration: none;
	background: linear-gradient(35deg, #e5e687, #f3d728);
	letter-spacing: 2px;
}

.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: linear-gradient(to top, #aa9556, #eee4b3);
    letter-spacing: 2px;
    color: #083427;
}

.setup-form .tishi-words {
	padding: 10px;
}

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

/* ===== */

.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(35deg, #e5e687, #f3d728);
}

.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: #F44336;
	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;
}
/*-----------底部菜单 s-----------*/

.hfooter{ height: 46px;}
.phofooter {
	height: 45px;
	width: 100%;
	background: linear-gradient(-35deg, #f6f6f6, #f6f6f6);
	position: fixed;
	bottom: 0;
	z-index: 102;
	box-shadow: 1px 4px 8px 2px #dbdbdb;
}
.phofooter ul{ height: 100%; margin: 0; padding: 0;}
.phofooter ul li{ width:25%;float: left; text-align: center; height: 100%; position: relative;}
	.phofooter ul li a {
		background: none;
		font-size: 12px;
		color: #a3a3a3;
	}
.phofooter .phonnav a{ color: #fff ;}

.phofooter .phofootnav i{ display: block; width: 25px; font-size: 20px; margin: 0 auto; margin-top:3px;}
.phofooter .erweima{ position: absolute; top: -14px;}
.phofooter .erweima img{ width: 60px; margin-left: 0;}

/*-----------底部菜单 e----------*/


.tishi-words{
	padding:10px;
}