html,
body {
	width: 100%;
	min-width: 1800px;
	height: 100%;
	font-family: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}

.my_modal {
	top: 15%;
}

.my_modal_div {
	margin-left: 3rem;
	height: 4rem;
}

.my_modal_center {
	line-height: 4rem;
	text-align: center;
}

.my_modal_div_productGroup {
	height: 24rem;

	display: flex;
	flex-direction: row;

}

.my_modal_div_productGroup_item {
	height: 100%;
	width: 33%;
}

.my_modal_div textarea {
	display: inline-block;
	vertical-align: middle;
}

.modal-body label {
	font-weight: normal;
}


/* 防止小笔记本 日期控件变窄 */
.datetimepicker{
	width: 203px;
}

/* 表格固定列宽 */
.table{
	table-layout: fixed !important;
}


/* login */
.login_background {
	background: url(../img/bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.my_login {
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;


	height: 350px;
	width: 500px;
	border: 1px solid grey;

}

.login_label {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.my_login_logo {
	height: 100px;

	color: white;
	font-size: 30px;
	text-align: center;
	line-height: 100px;
	background-color: rgb(49, 124, 196);
}

.my_login_info {
	height: 200px;

}

.my_login_info span {
	width: 70px;
}

.my_login_info div {
	height: 50px;
	line-height: 26px;
	text-align: center;
	padding: 20px 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.my_login_radio {
	padding: 0;
}


/* 导航 */
.my_navbar {
	height: 7rem;
	/*background-color: #269ABC;*/
	background-color: rgba(16, 103, 187, 0.862745098039216);
	display: flex;
	flex-direction: row;
}

.my_navbar_logoInfo {
	width: 28%;
	height: 7rem;
	/* border: 1px solid saddlebrown; */

	line-height: 7rem;
	text-align: center;
}

.my_navbar_logoInfo img {
	position: absolute;
	top: 1.3rem;
	left: 2rem;
}

.my_navbar_logoInfo span {
	font-size: 2.8rem;
	font-family: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
	color: white;

	margin-left: 8rem;
}

.my_navbar_item {
	width: 15%;
	height: 7rem;
	/* border: 1px solid gold; */
	font-size: 2rem;
	font-family: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
	line-height: 7rem;
	/*color: beige;*/
	color: white;
	text-align: center;
	cursor: pointer;

}

.my_navbar_item_active {

	background-color: rgba(110, 86, 86, 0.2);
	/* 	position: relative;
	width: 11%;
	height: 5rem;
	background: hsl(48, 100%, 50%);
	border-radius: 20px; */
}

/* .my_navbar_item_active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    bottom: 0;
    border-radius: 10px;
    background: hsl(48, 100%, 20%);
    transform: translate(0, -15%) rotate(-4deg);
    transform-origin: center center;
    box-shadow: 0 0 20px 15px hsl(48, 100%, 20%);
} */
.my_navbar_exit {
	/*width: 65rem;*/
	width: 100%;
	height: 7rem;
	line-height: 7rem;
	text-align: right;
	padding-right: 1em;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.my_navbar_exit img {
	height: 4rem;
	width: 4rem;
	margin-right: 4px;
}

.my_navbar_exit span {
	color: white;
	margin-right: 1em;
}

.my_navbar_exitSpanDiv {
	height: 7rem;
	width: 5rem;
	font-size: 3rem;
}

.my_navbar_exitSpanDiv span {
	cursor: pointer;
}

.my_body {
	height: 90.5rem;
	/* height: 93%; */

	border: 1px solid seagreen;
	display: flex;
	flex-direction: row;

	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}

/* @media screen and (max-height: 1080px) {
    .my_body {
       height: 93%;
       
       border: 1px solid seagreen;
       display: flex;
       flex-direction: row;
       
       border-right: 1px solid gray;
       border-bottom: 1px solid gray;
       border-left: 1px solid gray;
    }
} */
.my_tab_nav {
	/* height: 72.3rem; */
	height: 100%;
	width: 10%;
	background-color: #eff2f1;

	position: relative;
}

.my_tab_nav ul {
	list-style-type: none;

	position: absolute;
	/*left: -2rem;*/
	width: 100%;
}

.my_tab_nav li {
	width: 100%;
	color: #269abc;
	height: 3rem;
	line-height: 3rem;
	margin: 2.5rem 0;
	font-size: 1.8rem;
	font-family: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
	text-align: center;
	cursor: pointer;

}

.my_tab_nav li.active {
	color: #d98f8f;
	/*-webkit-box-shadow:2px 2px 4px #888;*/
	/*-moz-box-shadow: 2px 2px 4px #888;*/
	/*box-shadow: 2px 2px 4px #888;*/
}

.nav-pills {
	border-radius: 0;
}

.my_tab_content {
	/*height: 72.5rem;*/
	height: 96%;
	width: 90%;
	margin-right: 20px;
	/* border: 1px solid red; */
}

.my_tab_content>div {
	width: 99%;
	/*height: 68.5rem;*/
	height: 99%;
	margin: 2rem 1rem;
	display: none;
}

.my_tab_content>div.active_info {
	display: block;
}



/* user */
.my_user_info {
	width: 65rem;
	border: 1px solid gray;
}

.my_user_info_title {
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: rgba(16, 103, 187, 0.862745098039216);
	font-size: 2rem;
	color: white;
}

.my_user_info_contentTop {
	display: flex;
	flex-direction: row;
}

.my_user_info_contentTopLeft {
	width: 60%;
	height: 100%;
}

.my_user_info_contentTopLeft span {
	display: inline-block;
	width: 15rem;
	text-align: left;
}

.my_user_info_contentTopLeft div {
	height: 3rem;
	text-align: center;
	margin-top: 2rem;
}

.my_user_info_contentTopRight {
	width: 40%;
	padding: 3rem 5rem;
}

.my_user_info_contentTopRight img {
	height: 11rem;
	width: 10rem;
}

.my_user_info_contentBottom div {
	height: 10rem;

	position: relative;
	left: 5rem;
	margin-top: 2rem;

}

.my_user_info_contentBottom label {
	font-weight: normal;
}

.my_user_info_contentBottom textarea {
	display: inline-block;
	margin-right: 3rem;
	vertical-align: middle;
}

.my_user_info_contentBtn {
	text-align: center;
	margin-bottom: 2rem;
}

.my_user_psw_title {
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: rgba(16, 103, 187, 0.862745098039216);
	font-size: 2rem;
	color: white;
}

.my_user_psw_content div {
	height: 5rem;
	/*text-align: center;*/
	/*margin-top: 2rem;*/
}

.my_user_psw_contentBtn {
	text-align: center;
	margin-bottom: 2rem;
}

.my_user_table {
	width: 100%;
	height: 100%;
	/* border: 1px solid gray; */

	position: relative;
}

.my_user_addBtn {
	/* color: white; */
	position: absolute;
	left: 0;
	z-index: 9;
	top: 1rem;
	/* background-color: rgba(10,79,110, .85); */
	border-color: rgba(10, 79, 110, .85)
}

.my_user_selectDiv {
	width: 20%;

	position: absolute;
	right: 22%;
	top: 1rem;
}

.my_user_search {
	width: 20%;

	position: absolute;
	right: 0;
	top: 1rem;
}

.my_user_search input {
	line-height: 2.3rem;
}

.my_searchSpan {
	font-size: 2rem;
	/*margin-left: 1rem;*/

	cursor: pointer;
}

.my_table {
	position: absolute;
	top: 5rem;
	height: 93%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.my_userGroup_table {
	width: 100%;
	height: 100%;
	/* border: 1px solid gray; */

	position: relative;
}

.my_userGroup_addBtn {
	/* color: white; */
	position: absolute;
	left: 0;
	z-index: 9;
	/* background-color: rgba(10,79,110, .85); */
	border-color: rgba(10, 79, 110, .85)
}

.my_userGroup_selectDiv {
	width: 20%;

	position: absolute;
	right: 22%;
	top: 1rem;
}

/* product */
.my_product_table {
	width: 100%;
	height: 100%;
	/* border: 1px solid gray; */

	position: relative;
}

.my_product_addBtn {
	/* color: white; */
	position: absolute;
	left: 0;
	z-index: 9;
	top: 1rem;
	/* background-color: rgba(10,79,110, .85); */
	border-color: rgba(10, 79, 110, .85)
}

.my_product_seaBtn {
	position: absolute;
	left: 5%;
	top: 1rem;
}

.btnLeft {
	/* float: left; */
}

.my_product_modelFooter {
	padding: 15px 0;
	text-align: right;
	/* border-top: 1px solid #e5e5e5; */
}

.my_product_seaModel {
	display: none;
	width: 36rem;
	height: 20rem;
	background-color: rgba(49, 124, 196, .85);
	border-color: black;
	position: relative;
	;
	left: 5%;
	z-index: 100;
	top: 4.5rem;
}

.my_product_modelSelectDiv {
	width: 60%;
	position: absolute;
	left: 34%;
	top: 1.5rem;
}

.my_product_selectDiv {
	width: 20%;
	position: absolute;
	right: 22%;
	top: 1rem;
}

.my_product_search {
	width: 20%;

	position: absolute;
	right: 0;
	top: 1rem;
}

.my_productGroup_table {
	width: 100%;
	height: 100%;
	/* border: 1px solid gray; */
	position: relative;
}

.my_productGroup_selectDiv {
	width: 20%;
	position: absolute;
	right: 22%;
	top: 1rem;
}

.my_business_table {
	width: 100%;
	height: 100%;
	/* border: 1px solid gray; */
	position: relative;
}

.my_business_selectDiv {
	width: 20%;
	position: absolute;
	right: 22%;
	top: 1rem;
}

.my_terrace_table {
	width: 100%;
	height: 100%;
	/* border: 1px solid gray; */
	position: relative;
}

.my_terrace_selectDiv {
	width: 20%;
	position: absolute;
	right: 22%;
	top: 1rem;
}

/* client */
.my_client_addBtn {
	/* color: white; */
	position: absolute;
	left: 0;
	z-index: 9;
	top: 1rem;
	/* background-color: rgba(10,79,110, .85); */
	border-color: rgba(10, 79, 110, .85)
}




/* accredit */
.my_accredit_childTable_unstall:hover {
	color: #002A80;
	cursor: pointer;
}


.my_accredit_fast_contentDiv {
	margin: 3rem 5rem;
}

.my_accredit_fast_contentDiv div {
	margin: 2rem 0;
}

.my_accredit_fast_content div {
	height: 10rem;

	position: relative;
	left: 5rem;
	margin-top: 2rem;

}

.my_accredit_fast_content label {
	font-weight: normal;
}

.my_accredit_fast_content textarea {
	display: inline-block;
	margin-right: 3rem;
	vertical-align: middle;
}

table td {

	word-break: break-all;
	word-wrap: break-word;
	white-space: inherit
}
