*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
html,body{
    width: 100%;
}
body {
    background: url("../img/bg-sky.png") center top;
    min-height: 100vh;
}
/*---------开始------------*/
/*通用*/
.box {
    padding: 0 0 12px;
    text-align: center;
}
.box .title {
    text-align: left;
}
/*---------结束------------*/

#Datav {
    box-sizing: border-box;
    padding: 0 25px 0;
    color: #fff;
}

h1#top-title {
    margin: 0 auto;
    color: #fff;
    background: url("../img/page-title-3.png") no-repeat center top;
    /*width: 1920px;*/
    height: 99px;
    padding-top: 28px;
    text-align: center;
    box-sizing: border-box;
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: -10px;
}
h1#top-title span,
h1#top-title img {
    vertical-align: middle;
}
h1#top-title img {
    margin-right: 10px;
}

.content.commandWarehouse {
    /* background: url(/img/screen/bg-2.png) no-repeat 0px 18px; */
    /* height: 290px; */
    /* padding-top: 20px; */

    background-color: rgba(91,226,252,.1);
    box-shadow: 4px 4px 150px rgba(107,253,248,.2) inset;
    margin: 0px 10px;
    height: 180px;
}

.Op {
    margin-left: 16px;
}
.Op li{
    margin-top: 22px;
    float: left;
    margin-left: 5px;
    width:290px;
}
.Op img{
    margin-top: 5px;
    vertical-align: middle;
}
.Op p{
    line-height: 25px;
    box-sizing: border-box;
    padding-left: 15px;
}
.Op .Op1{
    font-size: 16px;
    /*overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;*/
}
.Op span {
    font-size: 15px;
    color: #58d3d6;

}
.Op .Ospan{
    font-size: 18px;
    color: #fedd54;
    font-weight: bold;
}

.left_content{
    /*height: 682px;*/
    box-sizing: border-box;
}

.left_top{
    padding: 3px 15px;
    box-sizing: border-box;
    height: 290px;
    padding-top: 10px;
}

.left_buttom {
    margin-top:22px;
    padding: 0px 15px 10px 15px;
}
.left_buttom_chart{
    height: 285px;
    width: 100%;
    margin-top: 8px;
}
.float-left {
    float: left;
}
#chart_l_b{
    height: 100%;
}


/*上中*/
.center_map{
    height: 675px;
}
.sq_map{
    /* width: 480px;
    height: 670px; */
    height: 469px;
}

/*上右*/
.right_content{
    box-sizing: border-box;
    /*height: 682px;*/
    /*padding: 5px 0px 5px 5px;*/
}
.right_content .right_top{
    width: 100%;
    height: 290px;
}
.right_content .right_center{
    /* width: 100%; */
    height: 330px;
}

.right_content .right_buttom{
    width: 95%;
    height: 290px;
    /* margin: 12px auto 0; */
}
.right_buttom .title{
 text-align: center;
    height: 30px;
    box-shadow: 0 3px 18px #000;
}
.right_buttom .title li{
    line-height: 30px;
}

.scroll_information {
    text-align: center;
    height: 299px;
    margin-top: 1px;
    box-sizing: border-box;
    overflow: hidden;
}
.scroll_information li{
   padding: 5px 0px;
}
/*
.myscroll ul li{
    margin-top: 15px;
}
*/

/*底部*/
.buttom_content{
    width: 100%;
    height: 300px;
}
.box-height {
    height: 682px;
    box-sizing: border-box;
}

.content {
    height: 300px;
    box-sizing: border-box;
    padding:5px 15px 0;
}
.title h2 {
    font-size: 16px;
    color: #fff;
    padding: 2px 8px 2px 10px;
    margin: 0;
    position: relative;
}
.title h2 p img,
.title h2 span {
    vertical-align: middle;
}
.title h2 p img {
    margin-right:15px;
}
.title h2 img.icon {
    float: right;
    width: 159px;
    margin-top: 6px;
}
.title h2 .codeqr{
    position: absolute;
    width:100px;
    height:100px;
    right: 12px;
    top: 25px;
    z-index: 100;
}
.title h2 .codeqr img{
    width:100%;
}

#buttom_1,#buttom_2,#buttom_3,#buttom_4{
    height: 220px;
    box-sizing: border-box;
    padding: 0px 5px 0px;
}
.sq_bottom{
  margin-top: 40px;
}

.myscroll { margin: 10px auto 35px; border: 1px solid #111; line-height: 40px; overflow: hidden; height: 252px}
.myscroll li { height: 40px;}
.myscroll a { color: #333; text-decoration: none;}
.myscroll a:hover { color: #ED5565; text-decoration: underline;}


.chart_map_po{
    position: relative;
}
.chart_map_po .qrcode{
    position: absolute;
    width:100px;
    height:100px;
    right:0;
    bottom:0;
    z-index: 100;
}
.chart_map_po .qrcode img{
    width:100%;
}
