﻿html,
body,
#main,
.container {
    margin: 0;
    font-size: 20px;
}

.container.bg {
    /*background-color: #011f33;*/
}

html,
body {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    background-color: #052447;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.IndexBg {
    background: #000 url(../images/bg.png?v=2.02) center 0 no-repeat;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

main {
    overflow: hidden;
    cursor: pointer
}

.anchorBL,
.zoomer,
.BMap_cpyCtrl.BMap_noprint.anchorBL {
    display: none;
}

.container {
    position: relative;
}


/*滚动条*/

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(255, 255, 255, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


/*loading*/

.loading {
    width: 60px;
    height: 60px;
    margin: 300px auto;
    background-color: #05fc12;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    z-index: 9999;
    display: none;
}

.loading.init {
    position: absolute;
    top: 510px;
    left: 930px;
    margin: 0;
}

.loading_txt {
    position: absolute;
    top: 580px;
    left: 800px;
    margin: 0;
    width: 350px;
    color: #fff;
    z-index: 9999;
    display: none;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0);
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

header .logo {
    margin: 0 auto;
    text-align: center;
    width: 106px;
    height: 39.6px;
    background: url(../images/logo.png?v=2.02) no-repeat;
    background-size: 106px 39.6px;
    position: absolute;
    left: 32%;
    top: 13px;
    z-index: 9;
    display: none;
}

header .logo img,
footer .foot img {
    width: 100%;
}

footer .foot {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

.choose_city {
    height: auto;
    width: 165px;
    /*height: 100%;*/
    position: fixed;
    z-index: 9;
    top: 20px;
    left: 20px;
    /*background-color: rgba(255, 255, 255, 0.08);*/
}

.choose_city .city_line {
    width: 165px;
    height: 73px;
    background: url(../images/city.png?v=2.02) no-repeat;
    background-size: 165px 73px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 73px;
    color: #3e89c4;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
}

.choose_city .city_line.action {
    background: url(../images/city_s.png?v=2.02) no-repeat;
    background-size: 165px 73px;
    color: #fff;
}

#main,
.main,
#map {
    /*float: left;*/
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(93, 232, 237, .8);
    -webkit-box-shadow: 0 0 10px rgba(93, 232, 237, .8);
    -o-box-shadow: 0 0 10px rgba(93, 232, 237, .8);
    -moz-box-shadow: 0 0 10px rgba(93, 232, 237, .8);
    border: 2px solid rgba(50, 120, 140, .5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    cursor: pointer
}

.main-char {
    width: 465px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(5, 36, 71, 0.9);
}

.main-char .char-line {
    width: 100%;
}

.main-char .char-line.pie {
    position: relative;
    height: 290px;
}

.main-char .char-line.bar {
    height: 280px;
}

.main-char .char-line.orderNo {
    position: relative;
    height: 460px;
}

.main-char .char-line .cl-title {
    height: 50px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    text-align: left;
    text-indent: 20px;
    font-size: 20px;
    background-color: #245d93;
    position: relative;
}

#order_line {
    height: 100%;
}

#hour_line {
    margin-left: 20px;
    margin-top: 0px;
    height: 100%;
}

#top_line {
    height: 225px;
}

#top_line .tl-line {
    border-bottom: 1px solid #4880a4;
    overflow: hidden;
    font-size: 20px;
}

#top_line .tl-line:last-child {
    border-bottom: 0;
}

#top_line .tl-line .tl-top {
    float: left;
    margin: 10px 20px;
    width: 25px;
    height: 25px;
    color: #fff;
    background-color: #1e5172;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: Arial;
}

#top_line .tl-line .tl-name {
    float: left;
    line-height: 45px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    margin-left: 10px;
}

#top_line .tl-line .tl-num {
    float: right;
    line-height: 45px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    margin-right: 10px;
}

.order_title {
    position: absolute;
    top: 82px;
    color: #fff;
    left: 200px;
    font-size: 1rem;
}


/*底部快捷按钮*/

.btn-poor-map {
    position: fixed;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.00);
    background: url(../images/close.png) no-repeat;
    background-size: 64px 64px;
    height: 64px;
    width: 64px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
}

.btn_list {
    position: fixed;
    bottom: 30px;
    left: 20px;
    cursor: pointer;
    z-index: 10;
    font-family: 'Microsoft YaHei';
    color: #001d32;
    font-size: 20px;
    /*width: 100%;*/
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.00);
}

.btn_list .btn_hide {
    display: none;
    overflow: hidden;
    color: #fff;
    font-size: 30px;
    padding: 2px;
}

.btn_list.green .btn_open {
    background: rgba(73, 170, 52, 1.00);
}

.btn_list .btn_open {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: rgba(16, 56, 96, 1);
    float: left;
    box-shadow: 0 0 5px rgba(255, 255, 255, .5);
}

.btn_list .btn_open.close {
    -moz-animation: rotate 500ms;
    -webkit-animation: rotate 500ms;
    animation: rotate 500ms;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.btn_list .btn_open.open {
    -moz-animation: rotate2 500ms;
    -webkit-animation: rotate2 500ms;
    animation: rotate2 500ms;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.btn_list .icon-open {
    background: url(../images/icon-open.png?v=1.02) no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    position: relative;
    left: 32px;
    top: 32px;
}

.btn_list.green .btn-prev {
    background: rgba(73, 170, 52, 1.00);
}

.btn_list .btn-prev {
    float: left;
    height: 100px;
    line-height: 100px;
    width: 200px;
    text-align: center;
    background: rgb(16, 56, 96);
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 0px 5px;
    margin-left: 20px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.btn_list.green .btn-home {
    background: rgba(73, 170, 52, 1.00);
}

.btn_list .btn-home {
    float: left;
    height: 100px;
    line-height: 100px;
    width: 200px;
    text-align: center;
    background: rgb(16, 56, 96);
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 0px 5px;
    margin: 0 8px;
}

.btn_list.green .btn-next {
    background: rgba(73, 170, 52, 1.00);
}

.btn_list .btn-next {
    float: left;
    height: 100px;
    line-height: 100px;
    width: 200px;
    text-align: center;
    background: rgb(16, 56, 96);
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 0px 5px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.btn_list.green .btn_refresh {
    background: rgba(73, 170, 52, 1.00);
}

.btn_list .btn_refresh {
    width: 100px;
    height: 100px;
    background: rgb(16, 56, 96);
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 0px 5px;
    border-radius: 50%;
    float: left;
    margin-left: 20px;
}

.btn_list .icon-refresh {
    background: url(../images/icon-refresh.png) no-repeat;
    background-size: 58px 58px;
    height: 58px;
    width: 58px;
    display: inline-block;
    position: relative;
    left: 21px;
    top: 21px;
}

.btn_list .icon-refresh.hover {
    -moz-animation: rotate3 500ms linear infinite;
    -webkit-animation: rotate3 500ms linear infinite;
    animation: rotate3 500ms linear infinite;
    /*transform: rotate(0deg);
        -webkit-transform: rotate(0deg);*/
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(45deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-moz-keyframes rotate2 {
    0% {
        -moz-transform: rotate(45deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes rotate3 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate3 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate3 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}


/*启动页*/

.setting {
    position: absolute;
    height: 200px;
    width: 200px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.star-nav {
    text-align: center;
    height: 100%;
    z-index: 9;
}

.star-nav .star-logo {
    margin: 5% auto;
    margin-bottom: 1%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.star-nav .star-logo img {
    width: 440px;
    height: 256px;
}

.star-nav .star-ppt {
    margin: 5% auto;
    margin-bottom: 1%;
    text-align: center;
    cursor: pointer;
    height: 200px;
}

.star-nav .star-text {
    font-size: 40px;
    color: #7f8e98;
    margin-left: 38%;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
}

.star-nav .star-text .star-hr {
    width: 70px;
    float: left;
    position: relative;
    top: 5px;
}

.star-nav .star-text .star-hr hr {
    height: 2px;
    border: none;
    border-top: 3px solid #7f8e98;
}

.star-nav .star-text .star_text {
    margin: 0 20px;
    float: left;
}

.star-nav .star-line-box {
    margin-top: 120px;
}

.star-nav .star-line {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30%;
    margin-bottom: 40px;
}

.star-nav .star-line .star-line-chr {
    width: 40%;
    float: left;
    background-color: rgba(255, 255, 255, .5);
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    color: #071c2d;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial;
    position: relative;
    cursor: pointer;
}

.star-nav .star-line .star-line-chr:nth-child(2n+1) {
    margin-right: 5%;
}

.star-nav .star-line .star-line-chr:nth-last-child(-n+2) {
    margin-left: 5%;
}

.star-nav .star-line .star-line-chr .slc-text {
    text-indent: 60px;
}

.star-nav .star-line .star-line-chr i {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .4);
    font-style: initial;
}

.video_box {
    background: url(../images/play.png?v=2.02) no-repeat;
    background-size: 100px 100px;
    height: 100px;
    width: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.video_box:hover {
    opacity: .8;
}

.video_tip {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 240px;
    margin: 0px 0 0 -120px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background-color: rgba(255, 255, 255, .3);
}


/*食行生鲜食材检测*/

.detection-nav .dn-header {
    width: 500px;
    height: 50px;
    text-align: center;
    margin: 20px auto;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
}

.detection-nav .logo {
    margin: 0 auto;
    text-align: center;
    width: 106px;
    height: 39.6px;
    background: url(../images/logo.png?v=2.02) no-repeat;
    background-size: 106px 39.6px;
    position: absolute;
    left: 34%;
    top: 10px;
    z-index: 9;
}

.detection-nav .dn-body {
    padding: 20px;
}

.detection-nav .dn-body .dnb-left {
    width: 10%;
    float: left;
}

.detection-nav .dn-body .dnb-left .left_line {
    width: 165px;
    height: 73px;
    background: url(../images/city.png?v=2.02) no-repeat;
    background-size: 165px 73px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 73px;
    color: #3e89c4;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
}

.detection-nav .dn-body .dnb-left .left_line.action {
    background: url(../images/city_s.png?v=2.02) no-repeat;
    background-size: 165px 73px;
    color: #fff;
}

.detection-nav .dn-body .dnb-right {
    height: 860px;
    overflow-y: auto;
    width: 90%;
    float: left;
}

.detection-nav .dn-body .dnb-right .category_line {
    height: 230px;
    margin: 0 10px 20px 35px;
    overflow: hidden;
}

.detection-nav .dn-body .dnb-right .category_line .category_name {
    width: 15%;
    margin-right: 2%;
}

.detection-nav .dn-body .dnb-right .category_line .category_name h1 {
    font-size: 22px;
    font-family: Arial;
    line-height: 38px;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
}

.detection-nav .dn-body .dnb-right .category_line .category_name p {
    font-size: 17px;
    color: #cccccc;
    line-height: 26px;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

.detection-nav .dn-body .dnb-right .category_line .category_name p.yellow {
    color: #ff9933;
}

.detection-nav .dn-body .dnb-right .category_line .category_charts {
    width: 75%;
    height: 230px;
}

.detection-nav .dn-body .dnb-right .category_line .category_modal {
    width: 8%;
    height: 230px;
}

.detection-nav .dn-body .dnb-right .category_line .category_modal i {
    background-image: url(../images/i.png?v2.01);
    background-size: 80px 80px;
    position: relative;
    height: 80px;
    width: 80px;
    display: inline-block;
    cursor: pointer;
    left: 20px;
    top: 50px;
}


/*配单温度监控*/

.temperature-nav .temp-header {
    width: 600px;
    height: 50px;
    text-align: center;
    margin: 20px auto;
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
}

.temperature-nav .temp-header .logo {
    margin: 0 auto;
    text-align: center;
    width: 106px;
    height: 39.6px;
    background: url(../images/logo.png?v=2.02) no-repeat;
    background-size: 106px 39.6px;
    position: absolute;
    left: 28.5%;
    top: 10px;
    z-index: 9;
}

.temperature-nav .temp-body {
    padding: 20px 100px;
    overflow: hidden;
}

.temperature-nav .temp-body .temp-line {
    width: 350px;
    height: 820px;
    /*border: 3px solid #54f6aa;*/
    margin-right: 100px;
    position: relative;
    background: #0b2e54;
}

.temperature-nav .temp-body .temp-line:first-child {
    /*border: 3px solid #6dd7ed;*/
}

.temperature-nav .temp-body .temp-line:first-child:before {
    content: " ";
    background: url(../images/arrow-right.png?v=2.02);
    height: 42px;
    width: 40px;
    display: inline-block;
    background-size: 40px 42px;
    position: absolute;
    top: 350px;
    right: -75px;
    opacity: 1;
}

.temperature-nav .temp-body .temp-line:last-child {
    margin-right: 0;
    /*border: 3px solid #80dec3;*/
}

.temperature-nav .temp-body .temp-line:nth-child(2n+2):before {
    content: " ";
    background: url(../images/arrow-right.png?v=2.02);
    height: 42px;
    width: 40px;
    display: inline-block;
    background-size: 40px 42px;
    position: absolute;
    top: 350px;
    right: -80px;
    opacity: 1;
}

.temperature-nav .temp-body .temp-line-head {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.25);
}

.temperature-nav .temp-body .temp-line-nav {
    max-height: 500px;
    overflow-y: auto;
}

.temperature-nav .temp-body .temp-line-pic {
    text-align: center;
    margin: 20px 0;
}

.temperature-nav .temp-body .temp-line-pic img {
    width: 100%;
}

.temperature-nav .temp-body .temp-line-nav ul {
    padding: 0;
    margin: 0;
    height: 730px;
    overflow-y: auto;
    padding: 10px 0 20px;
}

.temperature-nav .temp-body .temp-line-nav li {
    list-style: none;
    color: #fff;
    height: 50px;
    margin: 0px 10px 0 20px;
    padding: 10px 0;
    line-height: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px solid #3c556f;
}

.temperature-nav .temp-body .temp-line-nav li:last-child {
    /*border-bottom:0px solid #3c556f;*/
}

.temperature-nav .temp-body .temp-line-nav li .tln-left {
    float: left;
    width: 75%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
}

.temperature-nav .temp-body .temp-line-nav li .tln-right {
    float: left;
    width: 25%;
    text-align: center;
    /*font-size: 24px;*/
    font-family: 'Microsoft YaHei';
    font-weight: 100;
}

.temperature-nav .temp-body .temp-line-nav li .tln-right.num1 {
    color: #fff;
}

.temperature-nav .temp-body .temp-line-nav li .tln-right.num2 {
    color: #ff5555;
}

.temperature-nav .temp-body .temp-line-nav li .tln-right.num3 {
    color: #3e89c4;
    font-size: 30px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
}

.temperature-nav .temp-body .temp-line-nav li .tln-right.num3 span {
    position: relative;
    top: 5px;
}

.temperature-nav .temp-body .temp-line-nav li .tln-left i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9afc33;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.temperature-nav .temp-body .temp-line-nav li i.green {
    background-color: #9afc33;
}

.temperature-nav .temp-body .temp-line-nav li i.gary {
    background-color: #82939b;
}

.temperature-nav .temp-body .temp-line-nav li i.red {
    background-color: #f20900;
}

.temperature-nav .temp-video {
    width: 350px;
    height: 820px;
    position: relative;
    margin-top: -25px;
}

.temperature-nav .temp-video .video-line {
    height: 250px;
    margin-bottom: 50px;
}

.temperature-nav .temp-video .video-line h1 {
    background: rgba(255, 255, 255, .5);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 8px 0;
    font-weight: normal;
}


/*配送车辆温度监控*/

.car-temp .car-temp-header {
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 20px auto;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    position: fixed;
    top: 20px;
    left: 50%;
    margin: 0 -1000px;
    z-index: 2;
}

.car-temp .car-temp-header .logo {
    margin: 0 auto;
    text-align: center;
    width: 106px;
    height: 39.6px;
    background: url(../images/logo.png?v=2.02) no-repeat;
    background-size: 106px 39.6px;
    position: absolute;
    left: 29.5%;
    top: 10px;
    z-index: 9;
}

#carTemp_line {
    height: 1010px;
    overflow-y: auto;
}

#carTemp_line .tl-line {
    border-bottom: 1px solid #4880a4;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
}

#carTemp_line .tl-line .tl-name {
    float: left;
    line-height: 65px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    margin-left: 10px;
}

#carTemp_line .tl-line .tl-name i {
    font-style: initial;
    background: #267194;
    padding: 2px 8px;
    border-radius: 50%;
    margin-right: 10px;
}

#carTemp_line .tl-line .tl-name i.two {
    padding: 4px 5px;
}

#carTemp_line .tl-line .tl-name i.three {
    padding: 4px 0px;
}

#carTemp_line .tl-line .tl-num {
    float: right;
    line-height: 65px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    margin-right: 10px;
}

#carTemp_line .tl-line .tl-num.green {
    color: #9afc33;
}

#carTemp_line .tl-line .tl-num.yellow {
    color: #f4c600;
}

#carTemp_line .tl-line .tl-num.orange {
    color: #ea8010;
}

#carTemp_line .tl-line .tl-num.red {
    color: #eb4f38;
}

.carTemp-modal {
    display: none;
    height: 894px;
    top: 80px;
}

.carTemp-modal .ct_line {
    overflow: hidden;
}

.carTemp-modal .ct_line:last-child {
    margin-top: 50px;
}

.carTemp-modal .ct_line .ct_header {
    height: 260px;
    width: 230px;
}

.carTemp-modal .ct_line .ct_header img {
    height: 260px;
    width: 230px;
}

.carTemp-modal .ct_line .ct_name {
    height: 140px;
    width: 200px;
    background: rgba(62, 137, 196, .1);
    color: #3e89c4;
    padding: 60px 0px 60px 30px;
    font-size: 28px;
    font-weight: 600;
}

.carTemp-modal .ct_line .ct_name p {
    margin: 10px 0;
    padding: 0;
}

.carTemp-modal .ct_hosttemp,
.carTemp-modal .ct_hostspeed {
    width: 450px;
    margin: 40px;
}

.carTemp-modal .ct_hosttemp b,
.carTemp-modal .ct_hostspeed b {
    background: rgba(62, 137, 196, .3);
    font-weight: 500;
    padding: 8px 20px;
    line-height: 45px;
    margin-left: 5px;
    border-radius: 15px;
}

.carTemp-modal .ct_hosttemp b.green,
.carTemp-modal .ct_hostspeed b.green {
    color: #9afc33;
    margin-left: 10px;
}

.carTemp-modal .ct_hosttemp b.yellow,
.carTemp-modal .ct_hostspeed b.yellow {
    color: #f4c600;
    margin-left: 10px;
}

.carTemp-modal .ct_hosttemp b.orange,
.carTemp-modal .ct_hostspeed b.orange {
    color: #ea8010;
    margin-left: 10px;
}

.carTemp-modal .ct_hosttemp b.red,
.carTemp-modal .ct_hostspeed b.red {
    color: #eb4f38;
    margin-left: 10px;
}

.carTemp-modal .ct_hosttemp .ct_ht_header,
.carTemp-modal .ct_hostspeed .ct_hs_header {
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #3e89c4;
    margin-bottom: 15px;
    font-weight: 600;
}

.carTemp-modal .ct_hosttemp .ct_ht_header .ct_ht_header_b,
.carTemp-modal .ct_hostspeed .ct_hs_header .ct_hs_header_b {
    font-size: 20px;
}

.carTemp-modal .ct_hosttemp .ct_ht_charts,
.carTemp-modal .ct_hostspeed .ct_hs_charts {
    height: 100px;
    width: 100%;
}

.carTemp-modal .ct_station {
    width: 100%;
}

.carTemp-modal .ct_station .s_point {
    height: 4px;
    width: 100%;
    background: #00ffff;
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
}

.carTemp-modal .ct_station .s_point:after {
    content: " ";
    display: inline-block;
    border: 10px solid transparent;
    border-left: 10px solid #00ffff;
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: -8px;
    background-color: rgba(1, 31, 51, 0.9);
}

.carTemp-modal .ct_station .sline,
.carTemp-modal .ct_station .sline ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carTemp-modal .ct_station .sline {
    padding: 0 20px;
}

.carTemp-modal .ct_station .sline li {
    list-style: none;
    float: left;
    display: inline;
    width: 160px;
    height: 290px;
    font-size: 30px;
    color: #aaa;
    cursor: pointer;
    position: relative;
}

.carTemp-modal .ct_station .sline li div {
    width: 30px;
    left: 60px;
    text-align: center;
    bottom: 0;
    position: absolute;
    letter-spacing: 18px;
    word-wrap: break-word;
}

.carTemp-modal .ct_station .sline li span {
    margin-left: 8px;
}

.carTemp-modal .ct_station .sline li i.icon_1 {
    background-image: url('../images/icon_1.png');
    height: 14px;
    width: 30px;
    display: inline-block;
}

.carTemp-modal .ct_station .sline li i.icon_2 {
    background-image: url('../images/icon_2.png');
    height: 14px;
    width: 30px;
    display: inline-block;
}

.carTemp-modal .ct_station .sline li i.icon_3 {
    background-image: url('../images/icon_3.png');
    height: 14px;
    width: 30px;
    display: inline-block;
}

.carTemp-modal .ct_station .sline li i.icon_4 {
    background-image: url('../images/icon_4.png');
    height: 14px;
    width: 30px;
    display: inline-block;
}

.carTemp-modal .ct_station .sline li .name1 {
    left: 40px;
}

.carTemp-modal .ct_station .sline li .name2 {
    left: 95px;
}

.carTemp-modal .ct_station .sline li.active {
    color: #3d91d3;
}

.carTemp-modal .ct_station .stline,
.carTemp-modal .ct_station .stline ul {
    overflow: hidden;
    list-style: none;
}

.carTemp-modal .ct_station .stline,
.carTemp-modal .ct_station .stline ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carTemp-modal .ct_station .stline {
    padding: 0 20px;
}

.carTemp-modal .ct_station .stline li {
    list-style: none;
    float: left;
    display: inline;
    width: 160px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-image: url('../images/modal/car_line_s.png');
    margin-top: 20px;
}

.carTemp-modal .ct_station .stline li.active {
    background-image: url('../images/modal/car_line.png');
    font-size: 30px;
    color: #07072b;
}


/*站点温度监控*/

.site-temp .site-temp-header {
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 20px auto;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    position: fixed;
    top: 20px;
    left: 50%;
    margin: 0 -1000px;
    z-index: 2;
}

.site-temp .site-temp-header .logo {
    margin: 0 auto;
    text-align: center;
    width: 106px;
    height: 39.6px;
    background: url(../images/logo.png?v=2.02) no-repeat;
    background-size: 106px 39.6px;
    position: absolute;
    left: 31%;
    top: 10px;
    z-index: 9;
}

#siteTemp_line {
    height: 1010px;
    overflow-y: auto;
}

#siteTemp_line .tl-line {
    border-bottom: 1px solid #4880a4;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
}

#siteTemp_line .tl-line .tl-name {
    float: left;
    line-height: 65px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    margin-left: 10px;
}

#siteTemp_line .tl-line .tl-name i {
    font-style: initial;
    background: #267194;
    padding: 2px 8px;
    border-radius: 50%;
    margin-right: 15px;
}

#siteTemp_line .tl-line .tl-name i.two {
    padding: 4px 5px;
}

#siteTemp_line .tl-line .tl-name i.three {
    padding: 4px 0px;
}

#siteTemp_line .tl-line .tl-num {
    float: right;
    line-height: 65px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    margin-right: 10px;
}

#siteTemp_line .tl-line .tl-num.green {
    color: #9afc33;
}

#siteTemp_line .tl-line .tl-num.yellow {
    color: #f4c600;
}

#siteTemp_line .tl-line .tl-num.orange {
    color: #ea8010;
}

#siteTemp_line .tl-line .tl-num.red {
    color: #eb4f38;
}

.site-temp-line {
    overflow: hidden;
    /*padding: 40px;*/
}

.site-temp-line .site-img {
    width: 740px;
    height: 515px;
    margin-right: 20px;
    position: relative;
}

.site-temp-line .site-img img {
    width: 100%;
    height: 100%;
}

.site-temp-line .site-box-line {
    width: 850px;
    height: 300px;
}

.site-temp-line .site-box-line .site-title {
    margin: 20px 0;
    font-size: 26px;
    color: #3e89c4;
}

.site-temp-line .site-box-line ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.site-temp-line .site-box-line ul li {
    float: left;
    list-style: none;
    width: 148px;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 40px;
    height: 200px;
    background-color: rgba(62, 137, 196, .1);
}

.site-temp-line .site-box-line .sb-name {
    font-size: 26px;
    color: #3e89c4;
    font-family: 'Microsoft YaHei';
}

.site-temp-line .site-box-line .sb-temp {
    margin-top: 38px;
    background-color: rgba(0, 255, 255, 0.14);
    color: #fff;
    width: 110px;
    margin-left: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin-bottom: 25px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 100;
}

.site-temp-line .site-box-line .sb-temp.num1 {
    background-color: rgba(62, 137, 196, 0.3);
}

.site-temp-line .site-box-line .sb-temp.num2 {
    background-color: rgba(255, 76, 76, 0.3);
}

.site-temp-line .site-box-line .sb-temp.num3 {
    background-color: rgba(102, 102, 102, 0.3);
    font-size: 30px;
    line-height: 60px;
    font-family: 'Microsoft YaHei';
}

.site-temp-line .site-box-line .sb-temp.num3 span {
    position: relative;
    top: 5px;
}


/*食品溯源*/

.origin-nav .origin-header .logo {
    margin: 0 auto;
    text-align: center;
    width: 106px;
    height: 39.6px;
    background: url(../images/logo.png?v=2.02) no-repeat;
    background-size: 106px 39.6px;
    position: absolute;
    left: 40%;
    top: 10px;
    z-index: 9;
}

.origin-nav .origin-header {
    width: 500px;
    height: 50px;
    text-align: center;
    margin: 20px auto;
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
}

.origin-nav .origin-box {
    height: 835px;
    width: 1920px;
    margin: 20px 0px;
    overflow: hidden;
}

#origin-nav .swiper-wrapper {
    margin-left: 105px;
}

.origin-nav .origin-box .origin-nav {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 1730px;
}

.origin-nav .origin-box .origin-nav-line {
    list-style: none;
    width: 550px;
    height: 260px;
    margin-bottom: 20px;
    float: left;
    overflow-y: auto;
    position: relative;
    margin-right: 25px;
    cursor: pointer;
    /*background:rgba(62,137,196,.1);*/
}

.origin_step {
    width: 550px;
    float: left;
    background-color: rgba(11, 46, 84, 1);
    border-left: 1px solid #103760;
    padding-left: 40px;
    height: 240px
}

.origin_detail {
    width: 1685px;
    margin-right: 40px;
    margin-left: 120px;
    height: 900px;
    float: left;
    background: url('../images/origin/bg1.png') no-repeat;
    background-size: 1685px 895px;
}

.origin-box-detail {
    overflow: hidden;
    position: relative;
}

.origin-box-detail .close {
    position: absolute;
    height: 120px;
    width: 120px;
    background: url('../images/origin/close.png') no-repeat;
    background-size: 120px 120px;
    right: 0;
    top: 0;
}

.origin_detail .origin-box-detail-left {
    margin: 30px 30px 30px 80px;
    height: 240px;
    overflow: hidden;
    width: 780px;
    float: left;
    background: url(../images/origin/bg.png) no-repeat;
    background-size: 780px 240px;
}

.origin_detail .origin-box-detail-left img {
    height: 240px;
    width: 240px;
    border-radius: 5px;
    float: left;
}

.origin_detail .origin-box-detail-left .obt-txt {
    float: left;
    color: #fff;
    padding: 40px 24px;
    font-size: 20px;
}

.origin_detail .origin-box-detail-left .obt-txt h1 dl {
    overflow: hidden;
}

.origin_detail .origin-box-detail-left .obt-txt h1 dl dd {
    font-size: 24px;
    color: #fff;
    float: left;
    max-width: 330px;

    white-space: nowrap;
    
    /* border: 1px solid #000000; */
    
    overflow: hidden;
    
    text-overflow: ellipsis;
    width:330px;
}

.origin_detail .origin-box-detail-left .obt-txt h1 dl dt {
    float: left;
    font-size: 16px;
    top: 9px;
    margin-left: 18px;
    position: relative;
}

.origin_detail .origin-box-detail-left .obt-txt p {
    font-size: 16px;
    margin: 20px 0;
    color: #448CC6;
}

.origin_detail .origin-box-detail-left .obt-txt .txt {
    font-size: 20px;
    color: #448CC6;
    margin: 0 0 10px 0;
}

.origin_detail .origin-box-detail-left .obt-txt .txt dl {
    overflow: hidden;
}

.origin_detail .origin-box-detail-left .obt-txt .txt dl dd {
    float: left;
}

.origin_detail .origin-box-detail-left .obt-txt .txt dl dt {
    float: left;
    margin-left: 30px;
}

.origin_detail .origin-box-detail-right {
    margin: 30px 0px 30px 30px;
    height: 240px;
    overflow: hidden;
    width: 600px;
    float: left;
    background: url(../images/origin/bg.png) no-repeat;
    background-size: 600px 240px;
}

.origin_detail .origin-box-detail-right h2 {
    font-size: 24px;
    color: #FFFFFF;
    margin: 40px 25px;
    line-height: 24px;
}

.origin_detail .origin-box-detail-right h3 {
    margin: 0px 25px 24px;
    font-size: 20px;
    color: #448CC6;
    line-height: 20px;
}

.origin-box-step {
    overflow: hidden;
    position: relative;
    height: 594px;
}

.origin-box-step .title {
    border-radius: 4px;
    height: 70px;
    background: #0D2B5A;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 70px;
    margin: 0 9px 0 4px;
    text-indent: 40px;
}

.origin-box-step .step {
    padding: 40px;
}

.origin-box-step .step .origin-step {
    position: relative;
    height: 168px;
    width: 202px;
    background: url(../images/origin/step2.png) no-repeat;
    background-size: 202px 168px;
    color: #448CC6FF;
}

.origin-box-step .step .origin-step:nth-child(1)::after {
    display: block;
    position: absolute;
    content: ' ';
    height: 43px;
    width: 135px;
    background: url(../images/origin/1.png) no-repeat;
    background-size: 135px 43px;
    top: 202px;
    z-index: 1;
    left: 11px;
}

.origin-box-step .step .origin-step:nth-child(2)::after {
    display: block;
    position: absolute;
    content: ' ';
    height: 43px;
    width: 135px;
    background: url(../images/origin/2.png) no-repeat;
    background-size: 135px 43px;
    top: -71px;
    left: 30px;
    z-index: 1;
}

.origin-box-step .step .origin-step:nth-child(3)::after {
    display: block;
    position: absolute;
    content: ' ';
    height: 43px;
    width: 135px;
    background: url(../images/origin/3.png) no-repeat;
    background-size: 135px 43px;
    top: 202px;
    z-index: 1;
    left: 19px;
}

.origin-box-step .step .origin-step:nth-child(4)::after {
    display: block;
    position: absolute;
    content: ' ';
    height: 43px;
    width: 135px;
    background: url(../images/origin/4.png) no-repeat;
    background-size: 135px 43px;
    top: -71px;
    left: 30px;
    z-index: 1;
}

.origin-box-step .step .origin-step:nth-child(5)::after {
    display: block;
    position: absolute;
    content: ' ';
    height: 43px;
    width: 135px;
    background: url(../images/origin/5.png) no-repeat;
    background-size: 135px 43px;
    top: 202px;
    z-index: 1;
    left: 11px;
}

.origin-box-step .step .origin-step:nth-child(6)::after {
    display: block;
    position: absolute;
    content: ' ';
    height: 43px;
    width: 135px;
    background: url(../images/origin/6.png) no-repeat;
    background-size: 135px 43px;
    top: -71px;
    left: 35px;
    z-index: 1;
}

.origin-box-step .step .origin-step:nth-child(7)::after {
    display: block;
    position: absolute;
    content: ' ';
    height: 43px;
    width: 135px;
    background: url(../images/origin/7.png) no-repeat;
    background-size: 135px 43px;
    top: 202px;
    z-index: 1;
    left: 11px;
}

.origin-box-step .step .origin-step:nth-child(odd)::before {
    display: block;
    position: absolute;
    content: ' ';
    height: 39px;
    width: 6px;
    background: url(../images/origin/line-up.png) no-repeat;
    background-size: 6px 39px;
    top: 168px;
    z-index: 1;
    left: 82px;
}

.origin-box-step .step .origin-step:nth-child(even)::before {
    display: block;
    position: absolute;
    content: ' ';
    height: 39px;
    width: 6px;
    background: url(../images/origin/line-down.png) no-repeat;
    background-size: 6px 39px;
    top: -37px;
    z-index: 1;
    left: 92px;
}

.origin-box-step .step::after {
    display: block;
    position: absolute;
    border: 2px solid #0E9AC0;
    opacity: 0.2;
    content: ' ';
    width: 1211px;
    top: 333px;
    left: 200px;
}

.origin-box-step .step .origin-step .os-title {
    height: 42px;
    width: 109px;
    background: url(../images/origin/step-title.png) no-repeat;
    background-size: 109px 42px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    margin: 12px 25px;
}

.origin-box-step .step .origin-step .os-describe {
    font-size: 16px;
    color: #448CC6;
    line-height: 24px;
    margin: 5px 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box-flex;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    margin-bottom: 5px;
}

.origin-box-step .step .origin-step .os-time {
    font-size: 14px;
    color: #7D8E96;
    line-height: 10px;
    margin: 0 25px;
}

.origin-box-step .step .origin-step:nth-child(1) {
    position: absolute;
    left: 70px;
}

.origin-box-step .step .origin-step:nth-child(2) {
    position: absolute;
    left: 270px;
    bottom: 45px;
}

.origin-box-step .step .origin-step:nth-child(3) {
    position: absolute;
    left: 500px;
}

.origin-box-step .step .origin-step:nth-child(4) {
    position: absolute;
    left: 715px;
    bottom: 45px;
}

.origin-box-step .step .origin-step:nth-child(5) {
    position: absolute;
    left: 950px;
}

.origin-box-step .step .origin-step:nth-child(6) {
    position: absolute;
    left: 1150px;
    bottom: 45px;
}

.origin-box-step .step .origin-step:nth-child(7) {
    position: absolute;
    left: 1385px;
}

.origin-nav .swiper-button-prev,
.origin-nav .swiper-button-next {
    width: 100px;
    height: 100%;
    margin: 20px 0;
    position: relative;
    display: none;
}

.origin-nav .swiper-button-prev {
    content: " ";
    background: url(../images/next.png?v=2.02);
    background-size: 40px 42px;
    height: 42px;
    width: 40px;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 30px;
    cursor: pointer;
}

.origin-nav .swiper-button-next {
    content: " ";
    background: url(../images/arrow-right.png?v=2.02);
    background-size: 40px 42px;
    height: 42px;
    width: 40px;
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 40px;
    cursor: pointer;
}

.origin-nav .origin-line {
    font-family: '微软雅黑', sans-serif !important;
    position: relative;
    background: rgba(62, 137, 196, .1);
}

.origin-nav .origin-tt {
    padding: 20px 30px;
    height: 220px;
    overflow: hidden;
    background: rgba(62, 137, 196, .1);
}

.origin-nav .origin-tt .oh-name {
    width: 245px;
    color: #fff;
    margin-left: 25px;
}

.origin-nav .origin-tt .oh-name h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}

.origin-nav .origin-tt .oh-name p {
    padding: 0;
    margin: 0;
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 100;
}

.origin-nav .oh-qrcode {
    width: 220px;
    height: 220px;
    background-color: #fff;
}

.origin-nav .oh-qrcode img {
    width: 100%;
    height: 100%;
}


/* .qrcode-modal {}
.origin-nav .timeline {
    list-style: none;
    background: 0 0;
    position: relative;
    padding: 0;
    background-color: rgba(11, 46, 84, 1);
}
.origin-nav .origin_step .title {
    font-size: 24px;
    color: #3E7AB1;
    height: 45px;
    line-height: 60px;
    text-indent: 10px;
    margin-bottom: 20px;
}
.origin-nav .timeline .origin-dot {
    position: absolute;
    left: 5px;
    z-index: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: -20px;
    line-height: 40px;
}
.origin-nav .timeline .origin-dot i.icon-1 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/icon/s-9.png');
    background-size: 30px 30px;
}
.origin-nav .timeline .origin-dot i.icon-2 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/icon/s-8.png');
    background-size: 30px 30px;
}
.origin-nav .timeline .origin-dot i.icon-3 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/icon/s-7.png');
    background-size: 30px 30px;
}
.origin-nav .timeline .origin-dot i.icon-4 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/icon/s-5.png');
    background-size: 30px 30px;
}
.origin-nav .timeline .origin-dot i.icon-5 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/icon/s-4.png');
    background-size: 30px 30px;
}
.origin-nav .timeline .origin-dot i.icon-6 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/icon/s-3.png');
    background-size: 30px 30px;
}
.origin-nav .timeline .origin-dot i.icon-7 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/icon/s-2.png');
    background-size: 30px 30px;
}
.origin-nav .timeline .origin-dot i.icon-8 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/icon/s-1.png');
    background-size: 30px 30px;
}
.origin-nav .timeline .origin-dot i.icon-9 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../images/icon/s-1.png');
    background-size: 30px 30px;
}
.origin-nav .origin-step {
    padding-left: 50px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    float: left;
    width: 190px;
}
.origin-nav .origin-step:before {
    height: 100%;
    width: 1px;
    display: inline-block;
    position: absolute;
    left: 25px;
    background-color: #3e89c4;
    content: "";
    top: 20px;
}
.origin-nav .origin-step:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #3E89C4;
    border: 2px solid #C9E7FF;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 187px;
    left: 16px;
}
.origin-nav .step {
    max-height: 760px;
    overflow-y: auto;
}
.origin-nav .origin-step .os-title {
    overflow: hidden;
}
.origin-nav .origin-step .os-time {
    color: #999999;
    margin-bottom: 10px;
    font-size: 14px;
}
#step_8 header {
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 20px auto;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    position: fixed;
    top: 20px;
    left: 50%;
    margin: 0 -1000px;
    z-index: 2;
}
#step_8 header .logo {
    left: 39%;
    background: url(../images/logo2.png) no-repeat;
    background-size: 106px 39.6px;
    top: 7px;
}
#step_8 header .title {
    color: #49aa34;
}
.origin-nav .origin-step .os-describe {
    padding: 20px 0;
    color: #3e89c4;
    height: 85px;
    overflow: hidden;
} */

label.BMapLabel {
    width: auto !important;
    height: auto !important;
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
}

label.BMapLabel.active {
    z-index: 2 !important;
}

label.BMapLabel .bubble {
    background: url('/Content/images/poor/point_green.png') no-repeat;
    background-size: 100%;
    height: 66px;
    width: 42px;
}

label.BMapLabel .bubble.no {
    background: url('/Content/images/poor/point_gary.png') no-repeat;
    background-size: 100%;
    height: 66px;
    width: 42px;
}

label.BMapLabel.active .bubble {
    background: url('/Content/images/poor/point_active.png') no-repeat;
    background-size: 100%;
    height: 66px;
    width: 42px;
}

label.BMapLabel.active .bubble.no {
    background: url('/Content/images/poor/point_no_active.png') no-repeat;
    background-size: 100%;
    height: 66px;
    width: 42px;
}

.buildbox {
    width: 490px;
    min-height: 90px;
    padding: 30px;
    border-radius: 10px;
    background: rgba(5, 36, 71, 0.9);
    margin-top: -105px;
    right: -340px;
    position: relative;
}

.buildbox::after {
    content: "";
    display: inline-block;
    border-width: 14px;
    border-style: solid;
    border-color: rgba(5, 36, 71, 0.9) transparent transparent;
    position: absolute;
    bottom: -28px;
    right: 50%;
    margin-right: -14px;
}

.buildbox .buildtitle {
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
}

.buildbox .buildtext {
    font-size: 24px;
    color: #3e89c4;
}

.poor_right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 480px;
    padding: 20px 0px 10px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 0;
    transform: translate3d(101%, 0, 0);
    -webkit-transform: translate3d(101%, 0, 0);
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    overflow-y: auto;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    overflow: hidden;
}

.poor_right .logo {
    display: none;
    margin: 0 auto;
    text-align: center;
    width: 106px;
    height: 39.6px;
    background: url(/content/images/logo.png?v=2.02) no-repeat;
    background-size: 106px 39.6px;
}

.poor_right h1 {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    padding: 0 20px;
}

.poor_right h2 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding: 0 20px;
}

.poor_right h2 a {
    color: #000;
}

.poor_right .line {
    max-height: 250px;
    overflow: hidden;
    padding: 0 20px;
}

.poor_right .line ul {
    padding: 0 20px;
}

.poor_right .line ul li {
    list-style: none;
}

.poor_right .line ul li p {
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

.poor_right .line ul li p i {
    font-style: normal;
    font-size: 24px;
    color: #999;
    float: right;
}

.poor_right .line ul li span {
    color: #333;
    font-size: 26px;
}

.poor_right .title {
    font-size: 28px;
    padding: 20px;
    color: #333;
    background: #edebe5;
}

.poor_right .title i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.poor_right .title span {
    float: right;
    font-size: 24px;
    color: #3f3d36;
    line-height: 40px;
}

.poor_right .poor_list {
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
}

.poor_right .poor_list .poor_line {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.poor_right .poor_list .poor_line .poor_pic {
    float: left;
    width: 120px;
    height: 160px;
}

.poor_right .poor_list .poor_line .poor_pic img {
    width: 120px;
    height: 120px;
    margin-top: 20px;
    margin-left: 20px;
}

.poor_right .poor_list .poor_line .poor_content {
    float: left;
    width: 280px;
    padding: 20px 0 0 40px;
}

.poor_right .poor_list .poor_line .poor_content p {
    font-size: 26px;
    color: #000;
    margin: 0;
    margin-bottom: 8px;
}

.poor_right .poor_list .poor_line .poor_content p:last-child {
    margin-bottom: 0;
}

.poor_right .line #GoodSwiper {
    height: 250px;
}

.poor_right .line #GoodSwiper .swiper-pagination-bullet-active {
    background: #aaaaa6;
}

.poor_right .line h2 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    padding: 0 20px;
}

.poor_right .line h2 i {
    font-style: normal;
    font-size: 24px;
    color: #999;
    float: right;
}

.poor_right .line h3 {
    font-size: 26px;
    color: #666666;
    font-weight: 500;
    padding: 0 20px;
    padding: 5px 20px;
    margin: 0;
}

.poor_right .line .swiper-slide {
    height: 220px;
}


/*弹出框*/

.modal {
    position: absolute;
    width: 1685px;
    z-index: 1001;
    left: 118px;
    top: 140px;
    height: 701px;
    color: #fff;
    display: none;
    background: url(../images/modal/modal-bg-d.png?v=2.02);
}

.modal .modal-title {
    font-family: 'Microsoft YaHei';
    position: relative;
    height: 90px;
}

.modal .modal-title h1 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: #07072b;
    display: inline-block;
    width: 270px;
    line-height: 90px;
    text-align: left;
    margin-left: 10px;
    font-weight: 100;
}

.modal .modal-title h2 {
    font-size: 40px;
    line-height: 90px;
    margin: 0;
    padding: 0;
    color: #3e89c4;
    display: inline-block;
    font-weight: 100;
}

.modal .modal-title h1 b {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #9afc33;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.modal .modal-title h1 b.green {
    background-color: #9afc33;
}

.modal .modal-title h1 b.gary {
    background-color: #82939b;
}

.modal .modal-title h1 b.red {
    background-color: #f20900;
}

.modal .modal-title h1 span {
    font-size: 16px;
    color: #f2ef52;
    margin-left: 20px;
}

.modal .modal-title h1 span.h1 {
    font-size: 24px;
    color: #fff;
    margin-left: 5px;
}

.modal .modal-body {
    height: 50%;
}

.modal .modal-body .charts {
    height: 100%;
    padding: 0 155px;
}

.modal .modal-footer {
    padding: 0;
    height: 100px;
    margin-top: 180px;
}

.modal .modal-footer .detection-nav {
    position: relative;
}

.modal .modal-footer .nav-line {
    text-align: center;
    background-image: url('../images/modal/line_1.png?v=2.02');
    background-size: 300px 88px;
    height: 88px;
    width: 300px;
    line-height: 88px;
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    color: #3e89c4;
    cursor: pointer;
}

.modal .modal-footer .nav-line:last-child {
    background-image: url('../images/modal/line_3.png?v=2.02');
    background-size: 300px 88px;
    height: 88px;
    width: 300px;
}

.modal .modal-footer .nav-line.active {
    color: #07072b;
    background-image: url('../images/modal/line_2.png?v=2.02');
    background-size: 300px 88px;
    height: 88px;
    width: 300px;
}

.modal .modal-footer .nav-line:last-child.active {
    color: #07072b;
    background-image: url('../images/modal/line_4.png?v=2.02');
    background-size: 300px 88px;
    height: 88px;
    width: 300px;
}

.pdTemp-modal.modal {
    background: url(../images/modal/modal-bg-p.png?v=2.02);
}

.pdTemp-modal.modal .modal-title h1 {
    width: 500px;
}

.pdTemp-modal.modal .modal-title h1 span.h1 {
    width: 500px;
    text-align: left;
    text-indent: 25px;
    font-size: 40px;
    color: #07072b;
    display: inline-block;
    text-indent: 60px;
}

.pdTemp-modal.modal .modal-title h1 b {
    top: 35px;
    left: 25px;
    position: absolute;
}

.pdTemp-modal.modal .modal-body {
    margin-top: 115px;
}

.pdTemp-modal.modal .modal-footer {
    margin-top: 98px;
}

.pdTemp-modal.modal .modal-footer .nav-line {
    text-align: center;
    background-image: url('../images/modal/temp_1.png?v=2.02');
    background-size: 220px 88px;
    height: 88px;
    width: 220px;
    line-height: 88px;
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    color: #3e89c4;
    cursor: pointer;
}

.pdTemp-modal.modal .modal-footer .nav-line:last-child {
    background-image: url('../images/modal/temp_3.png?v=2.02');
    background-size: 220px 88px;
    height: 88px;
    width: 220px;
}

.pdTemp-modal.modal .modal-footer .nav-line.active {
    color: #07072b;
    background-image: url('../images/modal/temp_2.png?v=2.02');
    background-size: 220px 88px;
    height: 88px;
    width: 220px;
}

.pdTemp-modal.modal .modal-footer .nav-line:last-child.active {
    color: #07072b;
    background-image: url('../images/modal/temp_4.png?v=2.02');
    background-size: 220px 88px;
    height: 88px;
    width: 220px;
}

.carTemp-modal.modal {
    background: url(../images/modal/modal-bg-c.png?v=2.02);
    height: 894px;
    top: 80px;
}

.carTemp-modal.modal .modal-title h1 {
    width: 370px;
    font-size: 40px;
    color: #07072b;
    text-align: left;
    text-indent: 20px;
}

.carTemp-modal.modal .modal-body {
    margin-top: 65px;
    margin-left: 40px;
}

.siteTemp-modal.modal {
    background: url(../images/modal/modal-bg-s.png?v=2.02);
    height: 714px;
    top: 150px;
}

.siteTemp-modal.modal .modal-title h1 {
    width: 370px;
    font-size: 40px;
    color: #07072b;
    text-align: center;
    text-indent: -40px;
}

.siteTemp-modal.modal .modal-body {
    margin-top: 65px;
    margin-left: 30px;
}

.origin-modal.modal {
    background: url(../images/modal/modal-bg-o.png?v=2.02);
    height: 914px;
    top: 80px;
}

.origin-modal.modal .modal-body {
    margin-top: 150px;
    height: 550px;
}

.origin-modal.modal .modal-body .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    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;
}

.origin-modal.modal .modal-body .swiper-button-next {
    background-image: url(../images/arrow-right.png);
    right: 60px;
    left: auto;
}

.origin-modal.modal .modal-body .swiper-button-prev {
    background-image: url(../images/next.png);
    left: 60px;
    right: auto;
}

.origin-modal.modal .modal-body .swiper-button-next,
.origin-modal.modal .modal-body .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 42px;
    margin-top: 60px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 42px;
    background-position: center;
    background-repeat: no-repeat;
}

.poor-modal.modal {
    background: url(../images/modal/modal-bg-poor.png);
    height: 685px;
    top: 180px;
    width: 831px;
    left: 300px;
}

.poor-modal.modal .modal-close {
    top: 0;
}

.poor-modal.modal .modal-body {
    margin-left: 50px;
    height: 470px;
    width: 660px;
}

.poor-modal.modal .poor-header {
    overflow: hidden;
    margin-top: 40px;
}

.poor-modal.modal .poor-header .poor-left {
    float: left;
    width: 120px;
    height: 120px;
}

.poor-modal.modal .poor-header .poor-left img {
    width: 120px;
    position: relative;
}

.poor-modal.modal .poor-header .poor-right {
    float: left;
    margin-left: 30px;
}

.poor-modal.modal .poor-header .poor-right h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.poor-modal.modal .poor-header .poor-right h1 span {
    font-size: 40px;
    margin-right: 20px;
    color: #000;
}

.poor-modal.modal .poor-header .poor-right h2,
.poor-modal.modal .poor-header .poor-right h2 a {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.poor-modal.modal .poor-body {
    margin-top: 50px;
}

.poor-modal.modal .poor-body .lines {
    margin-bottom: 20px;
    overflow: hidden;
}

.poor-modal.modal .poor-body .lines .name {
    text-align: right;
    width: 320px;
    margin-right: 40px;
    font-size: 24px;
    color: #000;
    float: left;
}

.poor-modal.modal .poor-body .lines .cext {
    width: 280px;
    text-align: left;
    font-size: 24px;
    float: left;
    color: #000;
}

.sale-modal.modal {
    background: url(../images/modal/modal-bg-p.png?v=2.02);
}

.sale-modal.modal .modal-title h1 {
    width: 400px;
    font-size: 40px;
    color: #07072b;
    text-align: left;
    text-indent: 20px;
}

.sale-modal.modal .modal-title h1 span.h1 {
    font-size: 36px;
}

.sale-modal.modal .modal-body {
    margin-top: 65px;
    margin-left: 40px;
}

.modal-bg {
    background-color: rgba(1, 31, 51, 0.9);
    position: absolute;
    width: 1920px;
    height: 1080px;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}

.modal-close {
    position: absolute;
    right: 0px;
    top: 113px;
    height: 120px;
    width: 120px;
    display: inline-block;
    z-index: 1;
}

.QrModal {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 50%;
    top: 50%;
    z-index: 1001;
    background-color: #fff;
    color: #fff;
    display: none;
    margin: -250px -250px;
    padding: 50px;
}

.QrModal .close,
.SettingModal .close {
    background: url(/content/images/close2.png) no-repeat;
    background-size: 48px 48px;
    height: 48px;
    width: 48px;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    z-index: 99999;
}

.SettingModal {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 50%;
    top: 50%;
    z-index: 1001;
    background-color: #fff;
    color: #fff;
    display: none;
    margin: -125px -125px;
    padding: 50px;
    border-radius: 3px;
}

.layui-form-label {
    font-size: 15px;
    color: #000;
}

.mb-title {
    height: 100px;
    font-size: 30px;
    color: #ff9933;
    margin-left: 30px;
    margin-top: 25px;
    line-height: 100px;
}

.orderSum {
    position: absolute;
    top: 0;
    height: 50px;
    left: 55px;
    width: 150px;
}

.priceSum {
    position: absolute;
    top: 0;
    height: 50px;
    left: 280px;
    width: 160px;
}

.btn_area {
    background-color: rgba(36, 93, 147, 0.8);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    right: 470px;
    top: 283px;
}

.btn_area i {
    display: inline-block;
    background: url('../images/icon/area.png');
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-top: 15px;
}

.runNum {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    height: 50px;
    line-height: 52px;
    text-align: center;
    font-weight: normal;
    position: relative;
    font-family: Arial;
    text-indent: 30px;
}

.runNum>li {
    list-style: none;
    width: 40px;
    float: left;
    position: absolute;
}

#step_1_2 .swiper-slide img {
    width: 100%;
}

#step_1_2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 30px;
}

#step_1_2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 30px;
}

.obt_tab {
    padding: 50px 0;
}


/*水印*/

.shuiying {
    position: absolute;
    width: 100%;
    height: 15px;
    top: 49px;
    background: rgb(5, 36, 71);
}

.admin-header-lock {
    width: 320px;
    height: 160px;
    padding: 20px;
    position: relative;
    text-align: center;
}

.admin-header-lock-img {
    margin: 0 auto;
}

.admin-header-lock-img img {
    width: 50%;
    margin-bottom: 30px;
    margin-top: 10px;
}

.admin-header-lock-name {
    color: #009688;
    margin: 8px 0 15px 0;
}

.input_btn {
    overflow: hidden;
    margin-bottom: 10px;
}

.admin-header-lock-input {
    width: 170px;
    color: #fff;
    background-color: #009688;
    float: left;
    margin: 0 10px 0 40px;
    border: none;
    font-size: 14px;
}

.admin-header-lock-input::-webkit-input-placeholder {
    color: #fff;
}

.admin-header-lock-input::-moz-placeholder {
    color: #fff;
}

.admin-header-lock-input::-ms-input-placeholder {
    color: #fff;
}

.admin-header-lock-input:-moz-placeholder {
    color: #fff;
}

#unlock {
    float: left;
}

#lock-box p {
    color: #e60000;
}