@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family:Arial,'微软雅黑';
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
html,body {
    width: 100%;
    height: 100%;
    background: #121C5D url('../img/bg.png') repeat center;
    background-size: cover;
}
ul,
li {
    list-style:none;
}
.theme.text-red {
    color: #ff4598
}
.theme.text-blue {
    color: #00b1ff
}
.theme.text-yellow {
    color: #eb957e
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #0f143c;
    background-image: url(../img/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}
header.header {
    width: 100%;
    height: 2rem;
}
section.main {
    position: relative;
    width: 100%;
    height: 40rem;
}
section.main:after {
    content: "";
    display: block;
    clear: both;
}
article.nav {
    position: absolute;
    top: -1rem;
    left: 30%;
    width: 40%;
}
article.nav .company-name {
    font-size: 2rem;
    text-align: center;
    line-height: 4rem;
    color: #ff4598;
}
article.header {
    position: absolute;
    top: 3rem;
    left: 35%;
    width: 30%;
    height: 8rem;
}
article.header .chart#misc{
    width: 35%;
    height: 7rem;
    float: left;
}
article.header .chart#sign{
    width: 60%;
    height: 10rem;
    float: right;
}
article.main {
    position: absolute;
    top: 11rem;
    left: 35%;
    width: 30%;
    height: 18rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
article.main.type1 {
    background-image: url(../img/space-type01.png);
}
article.slider {
    width: 20%;
    height: 32rem;
    margin: 0 3%;
}
article.slider .chart {
    width: 100%;
    height: 10rem;
}
article.slider.left {
    float: left;
}
article.slider.right {
    float: right;
}
article.footer {
    position: absolute;
    bottom: 0;
    left: 26%;
    width: 48%;
    height: 10rem;
}
article.footer .chart {
    position: relative;
    height: 10rem;
}
article.footer .chart#main9 {
    width: 52%;
    float: left;
    margin-top: 2rem;
}
article.footer .chart#main10 {
    width: 44%;
    float: right;
}
article.footer .chart .chart-title {
    width: 100%;
    height: 1.2rem;
    font-size: .7rem;
    font-weight: bolder;
}
article.footer .chart .legend {
    position: absolute;
    right: 10px;
    width: 4rem;
    font-size: .4rem;
    text-align: right;
	top:20px;
}
article.footer .chart .legend .legend-item.color-blue {
    color: #00b1ff;
}
article.footer .chart .legend .legend-item.color-red {
    color: #ff4598;
}
article.footer .chart .legend .legend-item:before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: .4rem;
}
article.footer .chart .legend .legend-item.color-blue:before {
    background-color: #00b1ff;
}
article.footer .chart .legend .legend-item.color-red:before {
    background-color: #ff4598;
}
article.footer .chart .chart-main {
    width: 100%;
    height: 7rem;
    overflow: hidden;
}

#main3,#main4 {
    background-image: url(../img/chart-type01.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 9rem !important;
}
#main5,#main6 {
    background-image: url(../img/chart-type02.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 5rem !important;
}

#misc .weather {
    width: 100%;
    float: left;
    color: #00b1ff;
}
#misc .weather .weather-icon {
    display: block;
    float: left;
    width: 2.4rem;
    height: 2.4rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#misc .weather .msg {
    position: relative;
    float: left;
    margin-top: .2rem;
    font-size: .7rem;
}
#misc .weather #weatherText {
    position: absolute;
    top: .1rem;
    right: .4rem;
}
#misc .date {
    width: 100%;
    float: right;
    color: #00b1ff;
}
#misc .date .time-text {
    margin-bottom: 0;
    font-size: 3rem;
    text-align: center;
}
#misc .date .date-text {
    margin-bottom: 0;
    font-size: .9rem;
    text-align: center;
}
#sign .notice-container {
    width: 100%;
    height: 4rem;
    margin-top: 2rem;
    float: right;
    overflow: hidden;
   /* background-color: #00b1ff; */
    font-size:15px;
	font-family:PingFangSC-Semibold;
	font-weight:600;
	color:rgba(0,177,255,1);
	line-height:22px;
}
#sign .notices {
    width: 100%;
    font-size: .8rem;
}
#sign .notices .notices-item {
    position: relative;
    width: 100%;
    height: 4rem;
    overflow: hidden;
}
#sign .notices .notices-item .text {
    width: 96%;
    margin: 2%;
}
#sign .notices .notices-item .names {
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-weight: bold;
}

#totalDevice {
    width: 100%;
    margin-top: .6rem;
    border-collapse: collapse;
    font-size: .5rem;
    text-align: center;
}
#totalDevice .icon {
    width: .7rem;
    height: .7rem;
    border-radius: .1rem;
    margin: 0 auto;
    background-color: #00b1ff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .5rem;
}
#totalDevice .icon.type01 {
    background-image: url(../img/icon/type01.png);
}
#totalDevice .icon.type02 {
    background-image: url(../img/icon/type02.png);
}
#totalDevice .icon.type03 {
    background-image: url(../img/icon/type03.png);
}
#totalDevice .icon.type04 {
    background-image: url(../img/icon/type04.png);
}
#totalDevice .icon.type05 {
    background-image: url(../img/icon/type05.png);
}
#totalDevice .icon.type06 {
    background-image: url(../img/icon/type06.png);
}
#totalDevice .icon.type07 {
    background-image: url(../img/icon/type07.png);
}
#totalDevice .icon.type08 {
    background-image: url(../img/icon/type08.png);
}
#totalDevice .text {
    text-align: center;
}
#totalDevice td {
    padding: .2rem 0;
}

.meeting-cont {
    width: 100%;
    height: 7rem;
    padding: .5rem;
}
.meeting-cont .title {
    font-size: .8rem;
    line-height: 1.2rem;
}
#main10 .tips {
    margin-top: .4rem;
    font-size: .4rem;
    color: #00b1ff;
}
#main10 .tips .text .names {
    font-size: .6rem;
}
#main10 .tips .text .right {
    float: right;
}
.meeting-item {
    width: 100%;
    height: 7rem;
    padding: .5rem 1rem;
}
.meeting-cont .meeting-date:after {
    content: "";
    display: block;
    clear: both;
}
.meeting-cont .meeting-date .dateitem {
    position: relative;
    width: 12.5%;
    float: left;
    padding: 0 0 .8rem;
}
.meeting-cont .meeting-date .dateitem .box {
    width: 96%;
    height: .6rem;
    margin: 0 2%;
    background-color: #00b1ff;
    /*border-left: 1px solid #ccc;*/
}
.meeting-cont .meeting-date .dateitem .begin-time,
.meeting-cont .meeting-date .dateitem .end-time {
    position: absolute;
    top: .6rem;
    left: -.7rem;
    font-size: .4rem;
    color: #00b1ff;
}
.meeting-cont .meeting-date .dateitem:nth-child(2n) .begin-time {
    display: none;
}
.meeting-cont .meeting-date .dateitem .end-time {
    display: none;
    left: inherit;
    right: -.7rem;
}
.meeting-cont .meeting-date .dateitem:nth-child(8n) .box,
.meeting-cont .meeting-date .dateitem:last-child .box {
    /*border-right: 1px solid #ccc;*/
}
.meeting-cont .meeting-date .dateitem:nth-child(8n) .end-time,
.meeting-cont .meeting-date .dateitem:last-child .end-time {
    display: block;
}
.meeting-cont .meeting-date .dateitem.active .box {
    background-color: #ff4598;
}
.meeting-cont .meeting-date .dateitem.pasttime .box {
    background-color: #299bcc;
    background-size: 1rem;
}
.meeting-cont .meeting-date .dateitem.disabled .box {
    background-color: #ff4598;
}

.mainWrap{
	background:#0A2971;
    border-radius:4px;
	margin-top:13px;
	margin-left:13px;
	padding: 10px;
	/* box-shadow:0px 1px 8px 0px rgba(4,171,249,1); */
	/* box-shadow:0px 1px 8px 0px rgba(4,171,249,1); */
	 box-shadow:inset 0px 0px 5px 1px rgba(4,171,249,1);
	position: relative;
}

.titlecss{
	background: url(../img/title.png) no-repeat; 
	position: absolute;
	height:54px;
	width:397px;
	background-size:100% 100%;
	font-size:18px;
	font-family:PingFangSC-Semibold;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:54px;
    text-align: center;
}
