::-webkit-scrollbar {
    display: none;
}

::-moz-placeholder {
    color: #aaa;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::selection {
    background: #111;
    color: #fff;
    font-weight: bold
}

html {
    color: #333;
}

body {
    min-width: 1200px;
}

html,
body {
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

hr {
    height: 1px;
    background: #ccc;
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 10px;
}

img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

body,
html {
    color: #666;
    font: 12px/150% Arial, Verdana, "microsoft yahei";
    background-color: #F5F8F8;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
body{
    height: 100vh;
    background: url(../images/background_1.png) no-repeat;
    background-size: 100% 100%;
}
.cenbox{
    /* width: 1200px; */
    margin: 0 auto;
	width: 1700px;
    background: #4F9A96;
    /* border: 2px solid #26FFF3; */
    border-radius: 10px;
    padding: 50px 10px 10px 10px;
    position: fixed;
    top: calc(50vh - 465px);
    left: calc(50vw - 850px);
}
.backbox{
    position: absolute;
    right: 20px;
    top: 1px;
}
.cent{
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.AItitle{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}
.Statusbox{
    display: flex;
    align-items: center;
}
.Device_Status_error{
    border: 1px solid #E41B00;
    border-radius: 10px;
    padding: 5px  14px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #E41B00;
    display: flex;
    align-items: center;
}
.Device_Status_error_new{
    border: 1px solid #E41B00;
    border-radius: 10px;
    padding: 5px  14px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #E41B00;
    display: flex;
    align-items: center;
}
.Device_Status_normal{
    border: 1px solid #26FFF3;
    border-radius: 10px;
    padding: 5px  14px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #26FFF3;
    display: flex;
    align-items: center;
}
.Device_Status_normal_new{
    border: 1px solid #26FFF3;
    border-radius: 10px;
    padding: 5px  14px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #26FFF3;
    display: flex;
    align-items: center;
}
.view_back{
    border-radius: 10px;
    padding: 5px  14px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.Statusbox img{
    margin-right: 10px;
    width: 25px;
}
.main{
    /* min-height: 550px; */
    position: relative;
	margin: 0 auto;
    margin-top: 100px;
    width: 1600px;
}
.detectioncenbox{
    padding: 30px 40px 40px;
    /* background: rgba(0, 0, 0, 0.2); */
    min-height: 40vh;
    border: 1px dashed #999999;
    border-radius: 10px;
}
.detectiontitle{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #4F9A96;
    margin-bottom: 20px;
}
.detectioncen{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    text-align: justify;
    color: #000000;
}
.sendbtn{
    display: block;
    width: 300px;
    height: 88px;
    background: #4F9A96;
    border-radius: 10px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    border: none;
	cursor: pointer;
    margin: 50px auto 0;
    letter-spacing: 0.1em;
}
#audioplaybox{
    height: 65vh;
}
.playbox>section{
    display: flex;
    justify-content: space-between;
}
.videobox{
    width: 420px;
    height: 560px;
    border-radius: 20px;
    overflow: hidden;
}
.echartbox{
    width: 51%;
    height: 560px;
    overflow: hidden;
    border: 1px dashed #999999;
    border-radius: 10px;
    padding: 20px 12px;
}
#category{
    width: 340px;
    height: 560px;
    overflow: hidden;
    border: 1px dashed #999999;
    border-radius: 10px;
    padding: 20px 12px;
}
.player{
    margin-top: 30px;
    background-color: #F1F3F4;
    border-radius: 20px;
}
#player{
    width: 1200px;
}

#playbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 88px 20px;
}
#div_box {
    width: 900px;
    height: 4px;
}

.load {
    width: 0px;
    height: 4px;
    background: #4F9A96;
    position: relative;
}
.sendbtn:focus{
	outline: none;
}
.load span{
    width: 20px;
    height: 20px;
    background: #4F9A96;;
    position: absolute;
    top: -8px;
    right: -15px;
    border-radius: 50%;
}
#newtime,#alltime{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #4F9A96;;
}
#audioplaybox{
    width: 1600px;
}
@media screen and (max-width: 1700px) {
    .cenbox {
        margin: 0 auto;
        width: 1500px;
        background: #4F9A96;
        border-radius: 10px;
        padding: 50px 10px 10px 10px;
        position: fixed;
        top: calc(50vh - 435px);
        left: calc(50vw - 750px);
    }
    .main{
        position: relative;
        margin: 0 auto;
        /* margin-top: 100px; */
        width: 1300px;
    }
    #audioplaybox{
        width: 1400px;
        height: 57vh;
    }
    #axis,#status{
        width: 660px !important;
    }
    .videobox{
        width: 340px;
        height: 450px;
    }
    .videobox video{
        width: 340px;
        height: 450px;
    }
    .echartbox {
        width: 49%;
    }
    #playbox{
        padding: 40px 0px 20px;
    }
    .echartbox,#category{
        height: 450px !important;
    }
}
