/*=======================页面头样式======================= */
.project_header_content{
	display: flex;
	position: absolute;
	width: 100%;
	margin-top: 6px; 
	height: 100%;
	background-size: 100% 100%;
}
 
.nav_top{
	display: flex;
	position: absolute;
	width: 100%;
	height: 116px;
	top: 0px;
	position: relative;
}
.nav_top_1{
	width: 29%;
	display: flex;
	justify-content: space-around;
	margin-top: 68px;
	overflow: hidden;
}
.nav_top_2{
    width: 44%;
    display: flex; 
    flex-direction: column;
    align-content: center;
    margin-top: 0px;
    text-align: center;
    color: #29abe2;
}
.top_nav_btn {
    display: inline-block;
    min-width: 106px;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    background-repeat: no-repeat; 
    cursor: pointer;
    height: 32px;
    background-size: 100% 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}  
.top_nav_btn.touch {
	color: #00ffff;
	font-weight: 600;
	font-size: 15px;
}
.banner_right{
    position: absolute;
    right: 40px;
    top: 5px;
    display: flex;
    align-items: center;
}
/*=======================页面头样式======================= */
.top_nav_btn{
	position: relative;
}
.menu_option {
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    color: #333;
    position: absolute;
    width: 100%;
    height: 43px;
    left: 0;
    top: -5px;
    background: rgba(0,0,0,.4);
    border: 1px solid #fff;
    transition: all .2s ease-in;
    transform: translateY(-100%);
}
.menu_setting_name {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background: #fff;
    margin: auto;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    margin-top: 3px;
}
.menu_setting{
	background: url(../../../../../img/visual/web/menu_edit.svg) no-repeat;
    background-size: auto 100%;
    width: 85px;
    height: 24px;
    margin-left: 8px;
    display: none;
    margin-top: 2px;
}
.top_nav_btn_cover {
    position: relative;
    width: 100%;
}

.current_times {
    display: inline-block;
    display: flex;
    font-size: 12px;
    align-items: center;
    /* cursor: pointer; */
} 
.current_time {
    font-size: 32px;
    margin-right: 10px;
    display: flex;
}
.current_time_style {
    width: 20px;
    display: flex;
    justify-content: center;
} 
.current_date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
    border-right: 2px solid #3fadbc;
    height: 30px;
}
.drop_down {
    display: inline-block;
    background: none;
    border: none;
    color: #fff;
    outline: none;
}
.dropdown {
    display: inline-block;
    cursor: pointer;
} 
.dropdown-menu {
    min-width: 80px !important;
    width: 100% !important;
    color: black;
    background: #fff;
    font-size: 14px;
    text-align: center;
} 
.run_style {
    color: #fcee21;
}
    
.forwardIndexTemp {
    text-align: center;
    font-size: 32px;
    -webkit-background-clip: text;
    font-weight: 600;
    letter-spacing: 12px;
    position: absolute;
    top: 25px;
    width: 100%;
}
.runtime_content {
    text-align: center;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 3px;
    color: #fff;
    position: absolute;
    top: 80px;
    width: 100%;
}
.cems_project_name {
    font-size: 13px;
    color: #29abe2;
    position: absolute;
    left: 40px;
    top: 17px;
}


.index_content_jsp1 {
    height: 115px;
    position: relative; 
}
.project_logo {
    position: absolute;
    left: 3.4%;
    top: 7px;
    border: none;
    /* height: 30px; */
    display: flex;
    align-items: center;
    height: 35px;
    z-index: 999999;
}

 
.sk-cube-grid {
    width: 10em;
    height: 10em;
    margin: auto;
    position: fixed;
    z-index: 11111;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
   /*  display: none; */
} 
.sk-cube-grid-body{
	width: 100%;
    height: 100%;
    position: fixed;
    display: none;
} 
.page_animate1{ 
    transform: rotateY(0deg) scale(0.3,0.3);
    transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari 和 Chrome */
    -o-transition: transform .5s; /* Opera */
}
.page_animate2{
    transform: rotateY(180deg) scale(0.3,0.3);
    transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari 和 Chrome */
    -o-transition: transform .5s; /* Opera */
}
.page_animate3{
    transform: rotateY(0deg) scale(1,1);
    transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari 和 Chrome */
    -o-transition: transform .5s; /* Opera */
}

/* 用户头像 */
.dropmenu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: -20px;
    /* left: 20px; */
    width: 110px;
    color: #666;
    display: none;
    top: 43px;
}
.dropmenu li {
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.dropmenu li:FIRST-CHILD {
    border-bottom: 1px solid #d9d9d9;
}
.container-top .sub-info span {
    color: #38383b;
    font-size: 16px;
}
.operate-user {
    /* margin-left: 20px; */
    display: none;
    align-items: center;
    cursor: pointer;
}
.user_info {
    width: 60px;
    display: none;
}

.user_portait {
    margin: 0 15px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* 用户头像 */

.product_name {
    font-size: 24px;
    font-weight: bold;
    max-width: 216px;
    overflow: hidden;
    height: 36px;
}

.project_logo_img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.dropmenu li:hover {
    color: white;
}

.banner_title_style {
    font-size: 52px;
    top: 9px;
}
 
/* banner设置 */
/* .banner_setting { */
/*     width: 106px; */
/*     background: #fff; */
/*     color: black; */
/*     text-align: center; */
/*     height: 35px; */
/*     border-radius: 3px; */
/*     line-height: 35px; */
/*     cursor: pointer; */
/*     font-size: 15px; */
/*     letter-spacing: 1px; */
/*     font-weight: normal; */
/* } */
.banner_setting_location {
	width: 100%;
    height: 50px;
    position: absolute;
    z-index: 9999999999;
    left: 0; 
    display: flex;
    justify-content: center;
}
.hide{
	display: none;
}
.date_no_account{
	border-right:none !important;
	padding-right:0 !important; 
}
/* banner设置 */





.scrollDiv {
	height: 25px;/* 必要元素 */
	line-height: 25px;
	overflow: hidden;/* 必要元素 */
    text-align: center;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 3px;
    color: #fff;
    position: absolute;
    top: 80px;
    width: 100%;
}
.scrollDiv li {
	height: 25px;
	padding-left: 10px;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
ul, li {
	list-style-type: none;
}
.scrollDiv a{
	color:#fff;
}
a.scroll_title {
    margin: auto;
    margin-top: 5px;
    text-decoration: none;
}
.scroll_title {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    color: #222;
    margin-right: 14px;
    /* font-weight: 700; */
    cursor: pointer;
    margin-top: 5px;
}
.scroll_title span {
    float: left;
}
.scroll_title i {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 3px;
}
















/*没有菜单*/

.index_content_jsp_002 {
    height: 80px;
    position: relative;
}

.project_header_content_002{
	display: flex;
	position: absolute;
	width: 100%;
	margin-top: 5px;
	height: 100%;
	background-size: 100% 100%;
}
.forwardIndexTemp_002{
	top:10px;
	text-align: center;
	font-size: 29px;
	-webkit-background-clip: text;
	font-weight: 600;
	letter-spacing: 12px;
	position: absolute;
	width: 100%;
}
.runtime_content_002{
	top: 55px;
	text-align: center;
	-webkit-background-clip: text;
	color: transparent;
	letter-spacing: 3px;
	color: #fff;
	position: absolute;
	width: 100%;
}
.scrollDiv_002{
	top:60px;
}
.nav_top_002{
	height:90px;
}
.current_date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
    height: 30px;
    border-right-width: 2px;
}

.full_screen{
	width: 20px;
	height: 20px;
	top: 16px;
	right: 15px;
	position: absolute;
	cursor: pointer;
	background-size: 100% 100%!important;
	opacity: 0.2;
}
.full_screen:hover{
	opacity: 1;
}
.full_screen_open{background: url(../../../../../img/visual/web/full_screen_open.svg) no-repeat;}
.full_screen_close{background: url(../../../../../img/visual/web/full_screen_close.svg) no-repeat;}
.header_weather {
    /* position: absolute; */
    right: 230px;
    height: 33px;
    border-radius: 5px;
    padding: 0 10px;
    overflow: hidden;
    margin-right: 10px;
}

.header_weather_icon {
    width: 20px;
    height: 20px;
    margin-top: 7px;
    float: left;
}

.header_weather_icon img {
    width: 100%;
    height: 100%;
}

.header_weather_val {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    line-height: 33px;
    float: left;
}