/*整体框架*/
body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}
.content{
    width: 100%;
    height: 100%;
    background-image: url("../../images/XjScreen/bg.jpg");
    background-size: 100% 100%;
}
@font-face {
    font-family: 'DS';
    src: url('../../fonts/DS-DIGI.TTF'); /* IE9 Compat Modes */
    src: url('../../fonts/DS-DIGI.TTF') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/DS-DIGI.TTF') format('woff'), /* Modern Browsers */
    url('../../fonts/DS-DIGI.TTF')  format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/DS-DIGI.TTF') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'heiti';
    src: url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf'); /* IE9 Compat Modes */
    src: url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf') format('woff'), /* Modern Browsers */
    url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf') format('svg'); /* Legacy iOS */
}
/*顶部标题*/
.top{
    width: 100%;
    height: 100px;
    background-image: url("../../images/XjScreen/title.png");
    background-size: 100% 100%;
    position: relative;
}
.top-title{
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 50px;
    /*font-weight: bold;*/
    font-family: 'heiti';
    background-image:-webkit-linear-gradient(bottom,#0398FA,#36AAF7,#81F0FC);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.top .time{
    width: 25%;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    color: #fff;
    justify-content: space-around;
}
.top .time p{
    margin: 0;
    padding: 0;
}
.top .time .time-p1{
    font-size: 40px;
}
.top .time .time-p2{
    display: flex;
    flex-direction: column;
}
.top .time .time-p2 .time-p2-span1{
    font-size: 18px;
}
.top .time .time-p2 .time-p2-span2{
    font-size: 15px;
}
/*数据*/
.data{
    width: 98%;
    height: calc(100% - 130px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 10px 1% 20px;
}
/*两边样式*/
.side{
    width: 30%;
    /*background-color: #fff5d4;*/
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-top: 2%;
}
.side .side-top{
    width: 100%;
    height: 48%;
    background-image: url("../../images/XjScreen/side_top.png");
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
}
.side .side-top .side-one{
    width: 50%;
    height: 50%;
    /*background-color: #fff5d4;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side .side-top .side-one .side-top-title{
    font-size: 15px;
    color: #fff;
    padding-left: 50px;
    margin: 0;
    height: 40px;
    line-height: 40px;
}
.side .side-top .side-one>div{
    width: 100%;
    height: calc(100% - 40px);
}
.side .side-bottom{
    width: 100%;
    height: 48%;
    background-image: url("../../images/XjScreen/side_bottom.png");
    background-size: 100% 100%;
    position: relative;
}
.side .side-bottom_r{
    height: 90%;
    background-image: url("../../images/XjScreen/data_bg.png");
    overflow: hidden;
}
.right_top_side{
    display: flex;
    flex-direction: column;
}
.side-bottom_r .environment-title{
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin: 10px 0 0;
}
.right_top_side .environment-info{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.right_top_side .environment-info div{
    width: 24%;
    display: flex;
    flex-direction: column;
    margin-top: 7%;
    padding-bottom: 10%;
}
.right_top_side .environment-info img{
    margin: 0 auto;
    width: 40px;
    height: 40px;
}
.right_top_side .environment-info p{
    color: #fff;
}
.right_bottom_side{
    display: flex;
    flex-direction: column;
}
.right_bottom_side .base-video{
    display: flex;
    flex-wrap: wrap;
}
.right_bottom_side .base-video div{
    padding: 0 5%;
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.right_bottom_side .base-video div video{
    width: 100%;
    height: calc(100% - 20px);
    object-fit: fill;
    margin-bottom: 5px;
}
.right_bottom_side .base-video div p{
    color: #fff;
    width: 100%;
    text-align: center;
}


.side-bottom .side-bottom-title{
    width: 27%;
    font-size: 18px;
    color: #fff;
    /*background-color: #000;*/
    text-align: center;
    margin: 10px 0 0;
}
.side-bottom .side-bottom-div{
    width: 69.5%;
    height: 30px;
    position: absolute;
    right: 4%;
    top:4.2%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.side-bottom .side-bottom-div-r{
    top: 1%;
}
.side-bottom .side-bottom-div p{
    width: 25%;
    height: 26px;
    line-height: 26px;
    margin: 0;
    color: #fff;
    background-image: url("../../images/XjScreen/4.png");
    background-size: 100% 100%;
    text-align: center;
    font-size: 16px;
}
.side-bottom .side-bottom-div-r p{
    width: 14%;
    height: 50px;
    line-height: 25px;
}
.side-bottom .side-bottom-div .side-selected{
    background-image: url("../../images/XjScreen/3.png");
}
.side-bottom .side-carousel{
    margin-top: 20px;
    width: 100%;
    height: calc(100% - 60px);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*农资管控*/
.guankong{
    width: 392px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
}
.guankong .guankong-div{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.guankong-t-l{
    width: 192px;
    height: 96px;
    background-image: url("../../images/XjScreen/left1.png");
    background-size: 100% 100%;
}
.guankong-t-r{
    width: 192px;
    height: 96px;
    background-image: url("../../images/XjScreen/right1.png");
    background-size: 100% 100%;
}
.guankong-b-l{
    width: 192px;
    height: 96px;
    background-image: url("../../images/XjScreen/left2.png");
    background-size: 100% 100%;
}
.guankong-b-r{
    width: 192px;
    height: 96px;
    background-image: url("../../images/XjScreen/right2.png");
    background-size: 100% 100%;
}
.guankong-quan{
    width: 102px;
    height: 102px;
    position: absolute;
    left: 145px;
    top:49px;
    background-image: url("../../images/lxScreen/quan.png");
    background-size: 100% 100%;
    z-index: 10;
    color: #fff;
    line-height: 102px;
    font-size: 15px;
    text-align: center;
}
.guankong .guankong-p1{
    font-size: 14px;
    color: #fff;
    margin: 0;
    width: 100%;
}
.guankong .guankong-p2{
    font-size: 14px;
    color: #6b9ad0;
    margin: 0;
    width: 100%;
}

/*中间样式*/
/*中间顶部销售额*/
.center{
    width: 34%;
    /*background-color: #fff5d4;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-content: space-between;*/
}
.center-sum{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    height: 70px;
}
.center-sum-p1{
    font-size: 32px;
    color: #54B0FA;
    font-weight: bold;
    margin-right: 20px;
}
.center-sum-p2{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.center-sum-p2 span{
    font-family: 'DS';
    color: #fff;
    font-size: 60px;
    padding: 0 5px;
    background-image: url("../../images/XjScreen/num_bg.png");
    background-size: 100% 100%;
    margin: 0 5px;
}
.center-bottom{
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

/*夏县地图*/
.center-map{
    width: 100%;
    height: 52%;
    background-image: url("../../images/XjScreen/data_bg.png");
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
}
.center-map .map-title{
    width: 100%;
    font-size: 17px;
    color: #fff;
    margin: 10px 0 0 40px;
}
.center-map .map-div{
    width: auto;
    height: calc(100% - 50px);
    margin: 0 auto 10px;
    position: relative;
}
.center-map .map-div .spot{
    padding: 0;
    margin: 0;
    width: 11px;
    height: 18px;
    position: absolute;
    z-index: 99;
}
.center-map .map-div .spot img{
    width: 100%;
    height: 100%;
}
.center-map .map-div .spot span{
    display: none;
}
.center-map .map-num{
    font-size: 13px;
    color: #49a3ff;
    position: absolute;
    right: 30px;
    top:30px;
    background-image: url("../../images/XjScreen/map_num.png");
    background-size: 100% 100%;
    padding: 15px 30px;
}
.center-map .map-num p{
    margin: 2px 0;
}
.center-map .map-num p .map-num-span2{
    color: #dfb214;
}
.center-map .map-sign{
    position: absolute;
    left: 30px;
    bottom:30px;
}
.center-map .map-sign p{
    margin: 2px 0;
    font-size: 10px;
}
.center-map .map-sign .sign-p1{
    color: #02fb85;
}
.center-map .map-sign .sign-p-span1{
    display: inline-block;
    width: 14px;
    height: 7px;
    background-color: #02fb85;
}
.center-map .map-sign .sign-p-span2,.center-map .map-sign .sign-p-span3{
    display: inline-block;
    width: 14px;
}
.center-map .map-sign .sign-p-span2 img,.center-map .map-sign .sign-p-span3 img{
    display: inline-block;
    width: 10px;
    height: 17px;
}
.center-map .map-sign .sign-p2{
    color: #01fbf4;
}
.center-map .map-sign .sign-p3{
    color: #fe9401;
}
.center-map .map-sign .sign-p4{
    color: #F205F9;
}



    /*中间底部统计*/
.center-list{
    width: 100%;
    height: 43%;
    background-image: url("../../images/XjScreen/data_bg.png");
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 1%;
}
.center-list .list-title{
    width: calc(100% - 2px);
    height: 35px;
    line-height: 35px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #203B84;
    margin: 20px auto 0;
}
.list-title span{
    color: #fff;
    font-size: 16px;
    width: 25%;
    text-align: center;

}
.center-list  .list-div{
    width: calc(100% - 2px);
    height: 280px;
    position:relative;
    overflow:hidden;
    line-height: 30px;
    margin: 20px auto 0;
}
.center-list  .list-div ul li{
    display: flex;
    flex-wrap: nowrap;
}
.center-list  .list-div ul li span{
    color: #fff;
    font-size: 16px;
    width: 25%;
    text-align: center;
}

/*上市时间：*/
.market_time{
    height: 104px !important;
    position:relative;
    overflow:hidden;
}
.market_time ul{
    width: 70%;
    /*background-color: #fff;*/
    margin: 0 auto;
}
.market_time ul li{
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 2px 0;
    justify-content: space-between;
}
/*.market_time ul li p{*/
    /*width: 50%;*/
/*}*/
.market_time ul li .time-pl{
    text-align: left;
    font-size: 15px;
    color: #4091CD;
    width: 40%;
 }
.market_time ul li .time-pr{
    text-align: right;
    font-size: 15px;
    color: #4091CD;
    /*min-width: 90px;*/
    width: 60%;
}
.market_time ul li .time-pr span{
    color: #fff;
    font-size: 35px;
    font-family: 'DS';
}

#all .t_num i {
    width: 33px;
    height: 47px;
    display: inline-block;
    background: url("../../images/XjScreen/number.png") no-repeat;
    background-position: 0 0;
}
.layui-form{
    width: 100%;
}
.list-base{
    margin-bottom: 10px;
}
.layui-input {
    background: none;
    color: #fff;
    /*border: none;*/
}
.layui-form-select dl {
    background: url("../../images/XjScreen/bg.jpg") repeat;
}
.layui-form-select dl dd{
    color: #fff;
}
.layui-form-select dl dd:hover{
    background-color: #27A4F8;
}
.layui-form-select dl dd.layui-this {
    background-color: #27A4F8;
}

.base-div{
    position: absolute;
    display: none;
    left:15.20%;
    top:12.24%;
}
.base-div .line{
    width: 25px;
    height: 3px;
    background-color: #15A9F8;
}
.base-div .base-info{
    width: 190px;
    height: 84px;
    padding: 25px;
    position: absolute;
    left: 52px;
    top:2px;
    border-radius: 25px;
    z-index: 100;
    background-size: 100% 100%;
}
.base-bg{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
}
.base-div .base-info .info{
    width: 190px;
    height: 84px;
    position: absolute;
}
.base-div .base-info .info p{
    color: #fff;
    text-align: center;

}
.base-div .base-info p#contact{
    margin-top: 10px;
}
.base-div .base-info img{
    position: absolute;
}
.base-div .base-info img.lt{
    width: 50px;
    height: 50px;
    top:-25px;
    left: -25px;
}
.base-div .base-info img.rt{
    width: 35px;
    height: 35px;
    top:0px;
    right: 0px;
}
.base-div .base-info img.lb{
    width: 35px;
    height: 35px;
    bottom:0px;
    left: 0px;
}
.base-div .base-info img.rb{
    width: 35px;
    height: 35px;
    bottom:0px;
    right: 0px;
}
.base-div .base-info img.close{
    width: 24px;
    height: 24px;
    top:8px;
    right: 8px;
    z-index: 9999;
}
