@charset "utf-8";
/* CSS Document */



/*  ***--背景-颜色--***  */
.bg-f {
	position: relative;
	background-color: #ffffff;
}

.login_bg {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	align-content: center;
	-webkit-align-content: center;
	background: url("../images/bg.jpg") center center no-repeat;
	background-size: cover;
}

/*  ***--框架--***  */
html, body {
	display: block;
	position: relative;
	min-width: 98vw;
	min-height: 100vh;
	
}
.box {
	position: relative;
	min-width: 100vw;
	min-height: 100vh;
}

.content {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
  .content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .content {
    width: 1170px;
  }
}



/*  ***--框架--***  */
.system_box {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow:hidden;
}
.system_box::-webkit-scrollbar-button { display: none;}
.system_box::-webkit-scrollbar { width: 6px; height: 6px; border-radius: 10px; background-color: rgba(0,0,0,0.1);}
.system_box::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #282f3b;}

.system_cont {
	position: relative;
	min-width: 1200px;
	max-width: 100%;
	min-height: 100%;
	padding-top: 60px;
	padding-left: 200px;overflow:hidden;
}

/*头部*/
.system_nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background-color: #13a0e0;
	overflow: hidden;
	z-index: 6;
}

.nav_logo {
	padding: 10px 15px;
}
.nav_logo > img {
	display: block;
	width: auto;
	height: 40px;
}

.nav_cont {
}

.nav_menu_c {
	display: flex;
	align-items: center;
	padding: 0 4px;
}
.nav_menu_c > li {}
.nav_menu_c > li + li {
	padding: 2px 10px;
}
.nav_menu_c > li .nav_link {
	width: auto;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	color: #ffffff;
	font-size: 13px;
	border-radius: 4px;
}
.nav_menu_c > li .nav_link:hover {
	background-color: #0492d4;
}

.nav_item_link {
	position: relative;
	margin: auto 6px;
	padding: 10px;
}
.nav_item_link > img {
	display: block;
	width: auto;
	height: 22px;
}
.nav_item_link .nav_item_prompt {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 1.7em;
	height: 1.7em;
	line-height: 1.7em;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	border-radius: 100%;
	background-color: #ff6767;
	overflow: hidden;
}

.nav_user {
	display: flex;
	align-items: center;
	padding: 10px 4px;
}
.nav_user > li {
	position: relative;
	padding: 0 15px;
}
.nav_user > li + li::before {
	content: '\a0';
	display: block;
	position: absolute;
	top: 50%;
	left: -1px;
	width: 2px;
	height: 1em;
	background-color: rgba(255,255,255,0.4);
	transform: translate(0, -50%);
}
.nav_user > li > a {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
.nav_user > li > a > img {
	display: inline-block;
	width: 14px;
	margin-right: 6px;
}
.nav_user > li > a > span {
}


/*侧边栏*/
.system_side {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	padding-top: 60px;
	height: 100%;
	font-size: 13px;
	background-color: #282f3b;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 5;
}
.system_side::-webkit-scrollbar-button { display: none;}
.system_side::-webkit-scrollbar { width: 3px; border-radius: 10px; background-color: rgba(255,255,255,0.1);}
.system_side::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #aaaaaa;}


.side_menu {
	width: 100%;
	padding: 10px 0;
}
.sidebar-menu a {
	color: gray;
}

sidebar-menu a:hover {
	color: white;
}
.side_menu > li {
}
.side_menu > li > .side_link {
	display: flex;
	align-items: center;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 40px 0 15px;
	color: #ffffff;
	font-size: 12px;
	background: url("../images/side_link_i1.png") right 14px center no-repeat;
	background-size: 12px;
	cursor: pointer;
}
.side_menu > li > .side_link.on {
	border-top: 1px solid rgba(255,255,255,0.04);
	background: url("../images/side_link_i2.png") right 14px center no-repeat;
	background-size: 12px;
}
.side_menu > li > .side_link > img {
	display: inline-block;
	flex: none;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.side_menu > li > .side_link > p {
	width: 100%;
}
.side_menu > li > .side_link.on + .side_menu {
	display: block;
}
.side_menu > li > .side_menu {
	display: none;
	padding-top: 0;
	padding-right: 0;
	border-top: 1px solid rgba(255,255,255,0.04);
}
.side_menu > li .side_link:hover, .side_menu > li .side_link.on {
	background-color: #1c2027;
}
.side_menu > li .side_link.on + .side_menu {
	padding: 0 10px 5px 10px;
	background-color: #22272f;
}
.side_menu > li .side_link.on + .side_menu > li > .side_link {
	padding: 0 0 0 31px;
	background: none;
}
.side_menu > li .side_link.on + .side_menu > li > .side_link:hover, .side_menu > li .side_link.on + .side_menu > li > .side_link.on {
	background-color: #313844;
}



/*  ***--登录--***  */
.login_case {
	width: 320px;
	margin-right: 0;
	text-align: center;
}
.login_case > h1 {
	margin-bottom: 25px;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-indent: 0.4em;
	font-size: 24px;
}

.login_case_shadow {
	padding: 40px 20px 20px;
	text-align: left;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.login_inp_c {
	display: flex;
    align-items: center;
    margin-bottom: 18px;
	padding: 4px 10px 4px 12px;
    border: 1px solid #d2d6de;
    border-radius: 5px;
    overflow: hidden;
}
.login_inp_ico {
	display: inline-block;
	flex: none;
	width: 15px;
	height: 15px;
	line-height: 0;
	margin-right: 12px;
}

.login_inp_tex {
	width: 100%;
	height: 34px;
	border: none;
}
.login_pick_c {
	display: flex;
	margin-bottom: 24px;
}
.pass_che {
	display: flex;
    align-items: center;
    width: auto;
    margin: auto auto auto 0;
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    user-select: none;
    cursor: pointer;
}
.pass_che input[type="checkbox"] {
	width: 14px;
	height: 14px;
	margin: auto 6px auto 0;
}
.login_btn {
	display: block;
	width: 100%;
	height: 44px;
	color: #ffffff;
	font-size: 15px;
	outline: none;
	border: none;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(#14a4e3, #0d8ecf);
	background-image: -o-linear-gradient(#14a4e3, #0d8ecf);
	background-image: linear-gradient(#14a4e3, #0d8ecf);
	cursor:pointer;
}
.login_btn:hover {
	background-image: -webkit-linear-gradient(#0e9edd, #0989c9);
	background-image: -o-linear-gradient(#0e9edd, #0989c9);
	background-image: linear-gradient(#0e9edd, #0989c9);
}
.login_btn:active {
	background-image: -webkit-linear-gradient(#0495d5, #0079b6);
	background-image: -o-linear-gradient(#0495d5, #0079b6);
	background-image: linear-gradient(#0495d5, #0079b6);
}
.login_mark {
	margin-top: 22px;
	margin-bottom: 8px;
	color: rgba(0,0,0,0.15);
	text-align: center;
	font-size: 13px;
	user-select: none;
}



/*  ***--系统内容--***  */
.system_content {
	padding: 20px 20px 40px;
}

/*面包屑*/
.seat_case {
/*	padding-bottom: 20px;*/
	font-size: 13px;
}
.seat_case > li {
	position: relative;
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
}
.seat_case > li + li {
	margin-left: 30px;
}
.seat_case > li + li::before {
	content: '\a0';
	position: absolute;
	top: 4px;
	left: -20px;
	width: 10px;
	height: 10px;
	background: url("../images/arrow.png") center no-repeat;
	background-size: 100%;
}


.chart_title {
	margin-top: 20px;
	margin-bottom: 20px;
}
.title_item {
	display: inline-block;
	float: left;
	width: auto;
	height: 36px;
	line-height: 36px;
	margin-right: 15px;
	padding: 0 20px;
	color: #ffffff;
	font-size: 12px;
	border: none;
	border-radius: 2px;
	background-color: #30b0ea;
	cursor: pointer;
}
.title_item_time {}


.chart_box {
	width: 100%;
	height: 320px;
	margin-bottom: 15px;
}
.table_box {
	border-radius: 0.2rem;
	box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
.table_con {
	width: 100%;
	line-height: 22px;
	margin: auto;
	border: 1px solid #e9e9e9;
	font-size: 12px;
	text-align: center;
}
.table_con tr th {
	padding: 11px 10px;
	border: 1px solid #e9e9e9;
	background-color: #f9f9f9;
}
.table_con tr td {
	padding: 11px 10px;
	border: 1px solid #e9e9e9;
}
.table_con tr:hover td {
	background-color: #fcfcfc;
}


.inp_list {
	margin-top: -6px;
}
.inp_list li {
	margin-left: -10px;
	margin-right: -10px;
	padding: 6px 0;
	font-size: 12px;
}
.inp_list li:after{ content:'.'; display:block; clear:both; height:0; visibility:hidden; overflow:hidden;}


.inp_list > li > div[class*="pct"] {
	display: flex;
	align-items: center;
}
.inp_list li .inp_list_ico {
	display: inline-block;
	flex: none;
	width: 12px;
	height: 12px;
	margin-right: 4px;
}
.inp_list li .inp_list_tit {
	margin-right: 6px;
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
}
.inp_list li .inp_list_tex {
	width: 100%;
	height: 32px;
	padding: 0 6px;
	font-size: 12px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
}



/*产品资料*/
.title_tex {
	position: relative;
	margin-top: 20px;
	margin-bottom: 12px;
	padding-left: 15px;
	font-size: 13px;
}
.title_tex::before {
	content: '\a0';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 0.9em;
	margin-top: -0.5em;
	background-color: #30b0ea;
}
.title_tex i {
	color: #1da4e4;
}
.menu_case {
    padding-bottom: 15px;
}
.info_child {
    width: auto;
    margin-right: 12px;
    margin-bottom: 12px;
}
.info_text {
    height: 38px;
    line-height: 38px;
    padding-right: 10px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background-color: #ffffff;
}
.info_text b {
    display: inline-block;
    flex: none;
    padding: 0 0 0 12px;
    color: #333333;
    border-radius: 2px;
    /* background-color: #1da4e4; */
    word-break: keep-all;
    word-wrap: normal;
    white-space: nowrap;
}
.menu_form {
    width: 100%;
    height: 36px;
    margin-right: 6px;
    padding: 0 10px 0 0;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
}
.info_text .inp_text {
    width: 160px;
    height: 36px;
    outline: none;
    border: none;
    background-color: transparent;
}
.menu_item_btn {
    min-width: 80px;
    max-width: 100px;
    margin-right: 12px;
    margin-bottom: 12px;
	padding: 0;
}
.menu_btn {
	position: relative;
    width: 100%;
    height: 38px;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    background-color: #30b0ea;
    cursor: pointer;
}
.table_btn_c {
	width: auto;
	margin: -10px -10px auto auto;
	overflow: hidden;
}
.table_btn {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0 12px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	background-color: #30b0ea;
	cursor: pointer;
}
.table_btn:hover,.table_btn:focus {
	color: #ffffff;
}


.menu_btn:hover::before, .table_btn:hover::before {
	content: '\a0';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
}



ul.menu_case {
	padding: 20px 20px 1px 20px;
	overflow: hidden;
}
ul.menu_case > li {
	float: left;
	width: 50%;
	padding: 0 15px;
	overflow: hidden;
}
ul.menu_case > li > .info_child, ul.menu_case > li > .info_child > .info_text, ul.menu_case > li > .info_child > .info_text > .inp_text  {
	width: 100%;
}

