/*整体框架*/
body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.content{
    width: 100vw;
    height: 100vh;
    background-image: url("../../images/XjScreen/bg.jpg");
    background-size: 100% 100%;
    min-width: 1024px;
}
@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;
    position: relative;
}
.side .side-top .side-one .side-top-title{
    font-size: 15px;
    color: #fff;
    padding-left: 50px;
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.side .side-top .side-one>div{
    width: 100%;
    height: calc(100% - 30px);
}
.side .side-bottom{
    width: 100%;
    height: 48%;
    /*background-image: url("../../images/XjScreen/side_bottom.png");*/
    background-image: url("../../images/XjScreen/side_top.png");
    background-size: 100% 100%;
    position: relative;
}
.side .side-bottom_r{
    height: 46%;
    background-image: url("../../images/XjScreen/data_bg.png");
}
.right_top_side{
    display: flex;
    flex-direction: column;
}
.side-bottom_r .environment-title{
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    /*margin: 10px 0 0;*/
}
.right_top_side #environment_info_1,.right_top_side #environment_info_2{
    display: none;
}
.right_top_side .environment-info{
    height: calc(100% - 46px);
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 10px;
}
.right_top_side .environment-info::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}
.right_top_side .environment-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #22ddff;
}
.right_top_side .environment-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}
.right_top_side .environment-info div{
    width: 25%;
    display: flex;
    flex-direction: column;
    margin-top: 6%;
    font-size: 16px;
}
.right_top_side .environment-info .info-6{
    width: 33%;
    margin-top: 12%;
}
.right_top_side .environment-info .info-8{
    width: 25%;
    margin-top: 12%;
}
.right_top_side .environment-info .info-14{
    width: 20%;
    margin-top: 4%;
}
.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;
    position: relative;
    overflow: hidden;
}
.right_bottom_side .video-div{
    width: 100%;
    height: calc(100% - 36px);
}
.right_bottom_side .base-video{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.right_bottom_side .base-video div{
    padding: 0 5%;
    width: 40%;
    height: 50%;
    display: flex;
    flex-direction: column;
    /*margin-top: 10px;*/
}
.right_bottom_side .base-video-2{
    display: flex;
    flex-direction: column !important;
}
.right_bottom_side .base-video-2 div{
    margin: 15px auto 0;

}
.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;
    font-size: 14px;
}
.right_bottom_side  .change_video{
    position: absolute;
    right: 30px;
    top:10px;
    color: #fff;
}
.video-one-div{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../images/XjScreen/bg.jpg");
}
.video-one-div .close{
    width: 100%;
    height:30px;
}
#video_p{
    width: 80%;
    height: calc(100% - 30px);
    margin: 0 auto;
}
#video_p video{
    width: 100%;
    height: 100%;
}
#video_base_name{
    width: 100%;
    height:30px;
    color: #fff;
    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: 49%;
    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: 18px;
    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: 28px auto 0;
    justify-content: space-around;
}
.list-title span{
    color: #fff;
    font-size: 16px;
    width: 25%;
    text-align: center;
}
.list-title .span-1{
    width:30%;
}
.list-title .span-2{
    width:40%;
}
.list-title .span-3{
    width:15%;
}
.list-title .span-4{
    width:10%;
}
.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;
    justify-content: space-around;
}
.center-list  .list-div ul li span{
    color: #fff;
    font-size: 16px;
    /*width: 25%;*/
    text-align: center;
}
.center-list  .list-div ul li .span1{
    width: 30%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.center-list  .list-div ul li .span2{
    width: 40%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.center-list  .list-div ul li .span3{
    width: 15%;
}
.center-list  .list-div ul li .span4{
    width: 10%;
}
/*产品水球图*/
.ball-name{
    width: 100% !important;
    height:30px!important;
    position: absolute;
    left: 0px;
    bottom:0px;
    color: #fff;
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.ball-name .name-box{
    width: 40%;
    margin: 0 auto;
    /*border: 1px solid #ff6700;*/
    overflow: hidden;
}
.animate {
    padding-left: 20px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    animation: 5s wordsLoop linear infinite normal;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}






/*上市时间：*/
.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%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
 }
.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;
}


/*css不同分辨率样式调整*/
@media screen and (max-width: 1600px) {
    .top {
        height: 80px;
    }
    .top-title {
        line-height: 80px;
        font-size: 42px;
    }
    .top .time .time-p1 {
        font-size: 35px;
    }
    .side-bottom .side-bottom-title {
        font-size: 16px;
    }
    .side-bottom .side-bottom-div p{
        font-size: 14px;
    }
    .center-sum-p1 {
        font-size: 28px;
    }
    .center-map .map-title{
        font-size: 16px;
    }
    .center-list  .list-div ul li span{
        font-size: 14px;
    }
    .side-bottom_r .environment-title{
        font-size: 16px;
    }
    .right_top_side .environment-info img {
        width: 30px;
        height: 30px;
    }
    .right_top_side .environment-info div {
        font-size: 14px;
    }
    .right_bottom_side .base-video div p{
        font-size: 14px;
    }
}
@media screen and (max-width: 1600px) {
    .top {
        height: 60px;
    }
    .top-title {
        line-height: 60px;
        font-size: 34px;
    }
    .top .time {
        height: 35px;
    }
    .top .time .time-p1 {
        font-size: 26px;
    }
    .data {
        height: calc(100% - 90px);
    }
    .side .side-top .side-one .side-top-title {
        font-size: 14px;
    }
    .market_time ul{
        width: 85%;
    }
    .market_time ul li .time-pl{
        font-size: 12px;
    }
    .market_time ul li .time-pr{
        font-size: 12px;
    }
    .market_time ul li .time-pr span{
        font-size: 22px;
    }
    .side-bottom .side-bottom-title {
        font-size: 14px;
    }
    .side-bottom .side-bottom-div p{
        font-size: 12px;
    }
    .center-sum-p1 {
        font-size: 24px;
    }
    .center-map .map-title{
        font-size: 14px;
    }
    .list-title span {
        font-size: 14px;
    }
    .center-list  .list-div ul li span{
        font-size: 12px;
    }
    .side-bottom_r .environment-title{
        font-size: 14px;
    }
    .right_top_side .environment-info img {
        width: 25px;
        height: 25px;
    }
    .right_top_side .environment-info div {
        font-size: 12px;
    }
    .right_bottom_side .base-video div p{
        font-size: 12px;
    }

    .guankong {
        width: 328px;
        height: 168px;
    }
    .guankong-t-l {
        width: 160px;
        height: 80px;
    }
    .guankong-t-r {
        width: 160px;
        height: 80px;
    }
    .guankong-b-l {
        width: 160px;
        height: 80px;
    }
    .guankong-b-r {
        width: 160px;
        height: 80px;
    }
    .guankong-quan {
        width: 93px;
        height: 93px;
        left: 118px;
        top: 37px;
        line-height: 93px;
    }
}
@media screen and (max-width: 1024px) {
    .guankong {
        width: 268px;
        height: 128px;
    }
    .guankong-t-l {
        width: 130px;
        height: 60px;
    }
    .guankong-t-r {
        width: 130px;
        height: 60px;
    }
    .guankong-b-l {
        width: 130px;
        height: 60px;
    }
    .guankong-b-r {
        width: 130px;
        height: 60px;
    }
    .guankong-quan {
        width: 72px;
        height: 72px;
        left: 98px;
        top: 28px;
        line-height: 72px;
        font-size: 12px;
    }
    .guankong .guankong-p1 {
        font-size: 12px;
    }
    .guankong .guankong-p2{
        font-size: 12px;
    }
}