html {
	/*隐藏滚动条，当IE下溢出，仍然可以滚动*/
	-ms-overflow-style: none;
}
iframe{
	border: none;
	height: 88vh;
}
.label-help {
	display: inline-block;
	font-size: .65rem;
	background: #555;
	color: #fff;
	border-radius: 999px;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	text-decoration: none;
	margin-left: .25rem;
}

.label-help:hover,
.label-help:visited {
	color: #fff;
	text-decoration: none;
}

.main {
	width: 100vw;
	font-size: 12px;
	padding: 70px 24px 24px 194px;
	box-sizing: border-box;
}

div {
	box-sizing: border-box;
}

* {
	margin: 0;
}

body {
	background-color: #fafafa;
	width: 100vw;
	color: rgba(0, 0, 0, .65);
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background-color: #888;
}

#app {
	width: 100%;
}

a {
	text-decoration: none
}

#Tac {
	width: 170px;
	position: fixed;
	top: 70px;
	left: 0;
	height: 100vh;
}

.el-col-12 {
	width: 100% !important;
	height: 100%;
}

.el-menu {
	height: 100%;
}

.el-menu-item,
.el-submenu__title {
	font-size: 13px !important;
	height: 40px !important;
	line-height: 40px !important;
}

.el-submenu .el-menu-item {
	min-width: auto !important;
}

.el-menu-item {
	font-size: 13px !important;
}

.Tac-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	background: white;
	padding: 24px 0;
	border-right: solid 1px #e6e6e6;
}

.Tac-header div {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3em;
	margin-bottom: 0;
	color: rgba(0, 0, 0, .65);
	font-weight: bolder;
}

.Tac-header img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	margin-right: 10px;
}

.Tac-z {
	padding: 8px 22px;
	color: rgba(0, 0, 0, .45);
	box-sizing: border-box;
	background: white;
	border-right: solid 1px #e6e6e6;
}

.wb-header {
	background-color: #09ba07;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 16px;
	box-sizing: border-box;
	z-index: 19;
	height: 70px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
}

.wb-header-l {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 45px;
}

.wb-header-l img {
	width: 50px;
	height: 40px;
	margin-right: 8px;
}

.wb-header-z-p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 12px;
	box-sizing: border-box;
	height: 100%;
}

.wb-header-z-p img {
	height: 34px;
	width: 34px;
	border-radius: 100%;
	background-color: #fff;
	margin-right: 10px;
	border: 1px solid #fff;
}

.wb-h-l {
	display: flex;
	align-items: center;
	height: 100%;
}

.wb-header-z {
	display: flex;
	align-items: center;
	height: 100%;
}

.wb-h-rr {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.wb-h-rr img {
	height: 40px;
	width: 40px;
	border-radius: 4px;
	background-color: #fff;
	margin: 0px 10px;
}

.wb-h-rr-c {
	box-sizing: border-box;
	margin: 0 8px 0 0;
	padding: 0 7px;
	font-variant: tabular-nums;
	list-style: none;
	font-feature-settings: 'tnum';
	display: inline-block;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	opacity: 1;
	transition: all .3s cubic-bezier(.78, .14, .15, .86);
	color: #52c41a;
	background: #f6ffed;
	border-color: #b7eb8f;
}

.wb-h-type {
	margin: 0 auto;
	background: #fff;
	color: #52c41a;
	width: 64px;
	height: 20px;
	border-radius: 10px;
	font-size: 14px;
	text-align: center;
	margin-top: 3px;
}

.pay-bg-box {
	display: flex;
	justify-content: center;
	margin: 16px 0;
}

.pay-box {
	background: #ffe9e9;
	border-radius: 4px;
	border: 1px solid rgba(255, 0, 0, .4);
	padding: 4px 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #f5222d !important;
}

.pay-box-l {
	color: #f5222d !important;
}

.pay-box-r {
	border: 1px solid red;
	padding: 2px 7px;
	margin-left: 44px;
	border-radius: 4px;
	font-size: 12px;
}

.Common-functions {
	padding: 24px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 16px;
}

.cnfs-header {
	margin-bottom: 16px;
	color: rgba(0, 0, 0, .85);
	font-size: 16px;
	font-weight: 500;
}

.cnfs-type-box {
	display: flex;
	margin-left: -12px;
}

.cnfs-type {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	width: 110px;
	align-items: center;
}

.cste-s {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cste-s i {
	font-size: 22px;
	color: #FFFFFF;
}

.cste-x {
	margin-top: 12px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
}

.need-box-bg {
	display: flex;
	flex-wrap: wrap;
}

.need-box {
	width: 250px;
	text-align: center;
	margin-right: 20px;
	height: 100px;
	border-radius: 4px;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 30px 24px 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
	box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
}

.need-box-l h1 {
	margin-top: 0;
	margin-bottom: 16px;
	color: rgba(0, 0, 0, .85);
	font-weight: 600;
	font-size: 20px;
}

.need-box-r {
	color: #09ba07;
}

.el-tabs__active-bar {
	background-color: #09ba07 !important;
}

.el-tabs__item.is-active {
	color: #09ba07 !important;
}

.el-tabs__item:hover {
	color: #09ba07 !important;
	cursor: pointer;
}

.upper-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.upper-box-l {
	display: flex;
	flex-wrap: wrap;
}

.upper-box-l img {
	width: 68px;
	height: 68px;
	border-radius: 8px;
	margin-right: 16px;
}

.upper-box-r {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.upper-box-r img {
	width: 98px;
	height: 98px;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
}

.btn-copy {
	margin-right: 30px;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	padding: 0 10px;
	cursor: pointer;
	box-sizing: border-box;
}

.brand-name {
	font-size: 20px;
	font-weight: 700;
	color: #353535;
}

.ng-star-inserted {
	margin-top: 16px;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
}

.contain-box {
	margin: 30px 5px 5px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(153, 153, 153, .2);
	border-radius: 12px;
	padding: 20px;
	position: relative;
}

.contain-box-header {
	font-size: 20px;
	font-weight: 700;
	color: #353535;
}

.contain-box-start {
	color: #888;
	font-size: 14px;
	margin-top: 16px;
}

.cb-dite-sm-img {
	display: flex;
	flex-wrap: wrap;
}

.cb-dite-sm-img img {
	width: 252px;
	height: 252px;
	margin: 20px 20px 0 0;
}

.cb-dite-text {
	margin-top: 24px;
	font-size: 16px;
	color: rgba(0, 0, 0, .65);
}

.cb-dite-big-img {
	width: 100%;
	margin-top: 24px;
}

.contain-box-type {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	color: rgba(0, 0, 0, .65);
	margin-bottom: 8px;
}

.contain-box-type-row {
	font-size: 20px;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.contain-box-type-row img {
	width: 120px;
	height: 120px;
	border-radius: 8px;
	margin-right: 16px;
}

.cb-tr-r-name {
	font-weight: 700;
	font-size: 20px;
	color: rgba(0, 0, 0, .65);
}

.cb-tr-r-moto {
	color: #888;
	font-size: 14px;
	margin-top: 8px;
}

.cb-tr-r-price {
	margin-top: 8px;
	color: #888;
	font-size: 16px;
}

.cb-tr-r-price span {
	color: #f5222d !important;
}

.order-gogo {
	min-height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.order-gogo-s {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: rgba(0, 0, 0, .65);
}

.order-gogo-x {
	width: 88px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #09ba07;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 4px;
}

.el-dialog {
	
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #fff;
	color: #30c728;
	border: 1px solid #30c728;
}

.el-pagination {
	display: flex;
	justify-content: flex-end;
}

.Common-row-s {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Common-row-s-l {
	display: flex;
	align-items: center;
}

.ng-tns-c4-126 {
	background-color: rgb(80, 221, 144);
	box-sizing: border-box;
	margin: 0 8px 0 0;
	padding: 0 7px;
	font-variant: tabular-nums;
	list-style: none;
	font-feature-settings: 'tnum';
	display: inline-block;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	opacity: 1;
	transition: all .3s cubic-bezier(.78, .14, .15, .86);
	color: #fff;
	border-color: transparent;
}

.cr-s-l-name {
	font-size: 16px;
}

.cr-s-l-price {
	font-size: 16px;
	margin-left: 8px;
	color: #ff4d4f;
}

.Common-row-s-r div {
	line-height: 32px;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	background-image: none;
	border: 1px solid #d9d9d9;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
	cursor: pointer;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	user-select: none;
	touch-action: manipulation;
	height: 32px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	color: rgba(0, 0, 0, .65);
	margin-left: 16px;
}

.Common-row-s-r div:hover {
	color: #30c728;
	border-color: #30c728;
}

.Common-row-z {
	display: flex;
	align-items: center;
	color: #888;
	margin-top: 8px;
	font-size: 12px;
}

.cr-s-z-zom {
	box-sizing: border-box;
	margin: 0 8px 0 0;
	padding: 0 7px;
	font-variant: tabular-nums;
	list-style: none;
	font-feature-settings: 'tnum';
	display: inline-block;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	background: #fafafa;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	opacity: 1;
	transition: all .3s cubic-bezier(.78, .14, .15, .86);
	margin-left: 8px;
	color: rgba(0, 0, 0, .65);
}

.Common-row-x {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-bottom: 20px;
}

.Common-row-x img {
	width: 138px;
	height: 138px;
	margin-right: 14px;
}

.ant-divider-horizontal {
	display: block;
	width: 100%;
	height: 1px;
	margin: 24px 0;
	background: #e8e8e8;
}

#Tac .el-menu-item-group__title {
	padding: 0;
}

/* 接龙管理 开始 */
.page-header {
	margin-right: -24px;
	margin-bottom: 24px;
	margin-left: -24px;
	padding: 12px 24px 0 24px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

.page-header-s {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	font-feature-settings: 'tnum';
	color: rgba(0, 0, 0, .45);
	font-size: 14px;
	margin-bottom: 16px;
}

.page-header-s span {
	margin: 0 8px;
	color: rgba(0, 0, 0, .45);
}

.page-header-s a {
	margin: 0 8px;
	cursor: pointer;
}
.page-header-s a:first-child{
	margin-left: 0
}

.page-header-s a:hover {
	color: #09ba07
}

.page-header-x {
	color: rgba(0, 0, 0, .85);
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}

.Dragon-management {
	padding: 24px;
	margin-bottom: 16px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	font-feature-settings: 'tnum';
	position: relative;
	background: #fff;
	border-radius: 2px;
	transition: all .3s;
}

.Dragon-management-s {
	display: flex;
}

.Dragon-management-s div {
	line-height: 32px;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	background-image: none;
	border: 1px solid #d9d9d9;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
	cursor: pointer;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	user-select: none;
	touch-action: manipulation;
	height: 32px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	color: rgba(0, 0, 0, .65);
	background-color: #fff;
	margin-right: 16px;
}

.el-input__inner {
	height: 32px;
}

.Dragon-management-s .div-active {
	color: #fff;
	background-color: #09ba07;
	border-color: #09ba07;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
}

.Dragon-management-z {
	display: flex;
	margin: 24px 0 0;
}

.Dragon-management-z>div {
	width: 37.5%;
}

.Dragon-management-x {
	margin-left: 74px;
	margin-bottom: 24px;
}

.el-button--success {
	background-color: #09ba07 !important;
	border-color: #09ba07 !important;
}

.el-button {
	height: 34px !important;
	font-size: 14px;
	padding: 0 15px !important;
}

.el-select {
	width: 100%;
}

.el-button+.el-button {
	margin-left: 8px !important;
}

/* 接龙管理 结束 */

/* 团长-全部团长 开始 */
.Leader-screen-s {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 16px;
}

.Leader-screen-s .el-tabs__nav-wrap::after {
	background-color: rgba(0, 0, 0, 0);
}

.Leader-screen-s .el-tabs__header {
	margin-bottom: 0 !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
	background-color: #09ba07 !important;
	border-color: #09ba07 !important;
}

.Leader-Data-s {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.Leader-Data-s-l {
	font-size: 14px;
}

.Leader-Data-s-l span {
	color: #09ba07;
	margin: 0 4px;
}

.el-table th>.cell {
	text-align: center;
}

.el-table .cell {
	text-align: center;
}

.el-checkbox {
	margin-bottom: 0 !important;
}

.has-gutter .el-table td,
.el-table th.is-leaf {
	background: #fafafa;
}

.el-table td,
.el-table th {
	padding: 16px 0 !important;
}

/* 团长-全部团长 结束 */

/* 团长-导图团长 开始 */
.el-step__title.is-finish {
	color: #09ba07 !important;
}

.el-step__head.is-finish {
	color: #09ba07 !important;
	border-color: #09ba07 !important;
}

.el-step__title.is-process {
	color: #C0C4CC !important;
}

.el-step__head.is-process {
	color: #C0C4CC !important;
	border-color: #C0C4CC !important;
}

.Import-description {
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	margin-top: 50px;
}

/* 团长-导图团长 结束 */

/* 商品-商品库 开始 */
.table-img-new {
	width: 46px;
	height: 46px;
	border-radius: 4px;
}

/* 商品-商品库 结束 */

/* 商品-分类管理 开始 */

/* 商品-分类管理 结束 */

/* 物流配送-配送路线 开始 */
.order-daoda {
	margin-bottom: 10px;
	font-size: 13px;
}

.order-daoda span:nth-of-type(1) {
	color: #09ba07;
}

.order-daoda span:nth-of-type(2) {
	text-decoration: underline;
}

/* 物流配送-电子面单模板 结束 */

/* 物流配送-配送路线 开始 */
.order-daoda2 {
	margin-bottom: 20px;
	font-size: 13px;
}

.order-daoda2 span {
	color: #09ba07;
}

/* 物流配送-电子面单模板 结束 */

/* 订单-团单管理 开始 */

/* 订单-团单管理 结束 */

/* 订单-订单管理 开始 */

/* 订单-订单管理 结束 */
.page-bottom-new {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9;
	display: flex;
	height: 56px;
	padding: 0 24px;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, .03);
	transition: all .3s;
	left: 0px;
	display: flex;
	align-items: center;
}

.annew {
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	background-image: none;
	border: 1px solid #d9d9d9;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
	cursor: pointer;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
	height: 32px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	color: rgba(0, 0, 0, .65);
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	margin: 0 auto;
	left: -60px;
}

.Leader-screen-xx {
	justify-content: center;
}

.open-box-text {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	transition: all .3s;
	padding: 20px;
	line-height: normal;
}

.open-box-text-li-li {
	border: 1px solid #d8d8d8;
	padding: 20px;
	border-radius: 4px;
	position: relative;
	min-height: 102px;
}

.open-box-text-li-li-s {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
}

.open-box-text-li-li textarea {
	height: 162px;
	background: #f7f7f7;
	border: none !important;
	margin-top: 10px;
}

.open-box-text-wufen {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.open-box-text-wufen div {
	text-align: center;
}

.open-box-text-wufen i {
	font-size: 30px !important;
	margin: 10px 10px 5px;
	color: #888888;
}

.open-team-sp {
	width: 100%;
	height: 48px;
	background: #f7f7f7;
	font-weight: 500;
	font-size: 16px;
	color: #353535;
	line-height: 48px;
	padding: 0 14px;
	margin: 38px 0 20px;
}

.open-box-text-li {
	margin-bottom: 20px;
}

.sm-img-div {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.sm-img-div>div {
	width: 104px;
	height: 104px;
	margin: 0 8px 8px 0;
	position: relative;
	padding: 8px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

.sm-img-div>div img {
	width: 100%;
	height: 100%;
}

.open-box-text-wufen .el-upload-list__item-name,
.open-box-text-wufen .el-upload-list__item-status-label {
	display: none !important;
}

.Leader-screen-xx .el-form-item__label {
	width: auto !important;
}
.New_Route_title{
	color: rgba(0,0,0,.85);
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 20px;
}
.New_Route_two{
	display: flex;
	flex-wrap: wrap;
	min-height: 500px;
}
.New_Route_two>div{
	width: 50%;
}
.nr-t-l{
	background-color: #f6f6f6;
	padding: 16px;
}
.nr-t-l img{
	width: 28px;
	height: 28px;
	border-radius: 4px;
	margin: 0 10px;
}
.nr-t-l-xy{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 13px;
}
.nr-t-l-address{
	margin-top: 10px;
	font-size: 12px;
	color: #888;
}
.nr-t-l .el-checkbox__inner{
	margin-bottom: 65px;
}
.nr-t-r-title{
	text-align: center;
	font-size: 18px;
	color: rgba(0,0,0,.65);
	margin: 10px 0;
}
.nr-t-r-t{
	text-align: center;
	font-size: 14px;
	color: rgba(0,0,0,.65);
	margin-bottom: 40px;
}
.nr-t-r-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
}
.nr-t-r-row-l{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.nr-t-r-row-l div{
	display: inline-block;
	padding: 0;
	width: 24px;
	height: 24px;
	line-height: 20px;
	border: 2px solid #353535;
	border-radius: 100%;
	margin-right: 16px;
	font-size: 16px;
	color: #353535;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
/* .New_Route_bg .el-dialog{
	width: 70% !important;
} */
.el-radio__input.is-checked .el-radio__inner {
    border-color: #09ba07;
    background: #09ba07;
}
.el-radio__input.is-checked+.el-radio__label{
	color: #09ba07;
}

.login-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	height: 70px;
	margin: 0;
	color: #fff;
	background: #09ba07;
	box-shadow: 0 4px 8px 0 rgba(136,136,136,.08);
	overflow: hidden;
	padding: 0 100px;
}
.login-header .el-tabs__item.is-active{
	color: #FFFFFF !important;
}
.login-header .el-tabs__item{
	color: #FFFFFF !important;
	font-size: 18px;
}
.login-header .el-tabs__nav-wrap::after{
	background: #09ba07 !important;
}
.login-header .el-tabs__active-bar{
	background: #FFFFFF !important;
}
.login-header-l{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.login-header-l-l{
	display: block;
	width: 37px;
	height: auto;
	margin-right: 10px;
}
.login-header-l-r{
	display: block;
	width: 117px;
	height: auto;
}
.login-header-l div{
	position: relative;
	margin-right: 10px;
	padding-right: 11px;
	font-size: 21px;
	color: #fff;
	border-right: 1px solid #76d875;
}
.login-header-r{
	padding-top: 20px;
}
.login-homeCountWrap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.login-homeCountWrap-r{
	display: inline-block;
	width: 20%;
	height: auto;
}
.login-homeCountWrap-l img{
	display: block;
	width: 50%;
	height: auto;
}
.login-homeCountWrap-l-z{
	margin-top: 5.55%;
	font-size: 1rem;
	color: #09ba07;
}
.login-homeCountWrap-l-z span{
	font-size: 1.87rem;
	margin: 0 10px;
}
.login-homeRoleWrap-s{
	font-size: 2.81rem;
	color: #000;
	text-align: center;
	margin-bottom: 8.08%;
	padding-top: 8.08%;
}
.login-homeRoleWrap-x>div{
	text-align: center;
}
.login-homeRoleWrap-x img{
	margin-bottom: 32px;
}
.login-homeRoleWrap-x{
	display: flex;
	justify-content: space-around;
	padding-bottom: 11.5%;
	font-size: 1.68rem;
	color: #000;
}
.login-big-div{
	background: url(../images/girl.png) 0 400px no-repeat,url(../images/boy.png) right 200px no-repeat;
}
.login-homeRoleWrap{
	background: url(../images/role_bg.png) 0 0/100% auto no-repeat;
}
.Home-page-twos{
	display: flex;
}
.Home-page-two{
	display: flex;flex-wrap: wrap;
	padding: 24px!important;
	width: 380px;
	margin: 0 21px 21px 0;
	position: relative;
	border-radius: 6px!important;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	justify-content: space-between;
}
.Home-page-two-type{
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 16px!important;
	color: rgba(0,0,0,.85);
}
.Home-page-two>div:nth-of-type(2){
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #CCCCCC;
}
.account-title{
	height: 48px;
	line-height: 48px;
	padding-left: 14px;
	margin-top: 40px;
	font-size: 16px;
	font-weight: 600;
	background: #f7f7f7;
	margin-bottom: 24px!important;
}
.account-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.account-row-l{
	width: 250px;
	text-align: right;
	color: rgba(0,0,0,.85);
	font-size: 14px;
}
.account-row-r{
	width: 580px;
	margin-left: 10px;
}
.account-row-l span{
	color: red;
}
.account-row-addimg{
	display: table;
	width: 104px;
	height: 104px;
	margin-right: 8px;
	margin-bottom: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #999;
	background-color: #fafafa;
	border: 1px dashed #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	transition: border-color .3s ease;
}
.login-take{
	display: flex;
	justify-content: center;
	align-items: center;
}

[v-cloak]{
　　display: none;
}
