body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC,
        Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

img {
    -webkit-user-drag: none;
}

.noselecttext {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -o-user-select: none;
    /* Opera*/
    user-select: none;
}

.shadowbox {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1009;
}

* {
    box-sizing: border-box;
}

.nav-fixed>.shadowbox {
    z-index: 2;
}

body>.shadowbox {
    top: 0px;
    z-index: 1000;
}

/* .nav-mobile-right{
    min-width: 880px;
} */

.nav-mobile-right::after {
    content: "";
    height: 0;
    /*高度为0*/
    line-height: 0;
    /*行高为0*/
    display: block;
    /*将文本转为块级元素*/
    visibility: hidden;
    /*将元素隐藏*/
    clear: both;
    /*清除浮动*/
}

.translatable_sketch_name {
    margin-left: 0;
    border-radius: 15px;
    background: #2940ad;
    height: 35px;
    width: 170px;
    color: #fff;
    text-indent: 1em;
    border-bottom: none;
}

@media screen and (max-width: 1400px) {
    .translatable_help_board {
        display: none;
    }

    .translatable_devices {
        display: none;
    }

    .translatable_language {
        display: none;
    }

    .translatable_login_title {
        display: none;
    }

    .translatable_storage {
        display: none;
    }

    .translatable_learn_board {
        display: none;
    }

    .translatable_labscenter {
        display: none;
    }

    #account_alias {
        display: none;
    }

    .translatable_models {
        display: none;
    }

    .translatable_sketch_name {
        width: 100px;
    }

    #iot_modules {
        width: 110px !important;
    }

    #sketch_name {
        margin-left: 0 !important;
        width: 100px !important;
    }
}

.shadow_container {
    position: relative;
    top: 6%;
    height: -moz-calc(100vh - 145px);
    /* Firefox  */
    height: -webkit-calc(100vh - 145px);
    /* WebKit   */
    height: -o-calc(100vh - 145px);
    /* Opera    */
    height: calc(100vh - 105px);
    /* Standard */
}

.shadow_top {
    position: relative;
    transform: translate(-50%, -50%);
    width: 40%;
    max-width: 490px;
    border: dashed #fff;
    top: 50%;
    left: 50%;
    pointer-events: none;
}

.shadow_top>img {
    position: relative;
    width: 150px;
    transform: translateX(-50%);
    left: 50%;
}

.shadow_top>p {
    position: relative;
    margin: auto;
    font-size: 2rem;
    text-align: center;
    color: ghostwhite;
    padding-bottom: 20px;
}

#modal_preload {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.3);
}

.preloader-wrapper {
    position: absolute;
    /* top: 30%;
    left: 45%; */
    z-index: 1001;
    width: 100px;
    height: 100px;
}

.preloader-wrapper.big {
    width: 128px;
    height: 128px;
}

.circle-clipper .circle {
    border-width: 8px;
}

.container {
    width: 90%;
    max-width: initial !important;
    /*padding-left: 1.5rem;
    padding-right: 1.5rem;*/
    z-index: 997;
}

.navcontainer {
    width: 90%;
    max-width: initial !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 997;
}

.blocklyTreeIcon {
    background-image: none;
}

.blocklyTreeRoot>div:nth-child(2)>div:nth-child(14) {
    margin-top: 10px;
}

.blocklyTreeRoot>div:nth-child(2)>div:nth-child(14)>div:nth-child(1) {
    padding-left: 0px;
    border-left: 8px solid rgb(91, 95, 166);
    color: #fff;
}

.blocklyTreeRoot>div:nth-child(2)>div:nth-child(14)>div:nth-child(1) {
    padding-left: 0px;
    border-left: 8px solid rgb(91, 95, 166);
    color: #fff;
}

.blocklyTreeRoot>div:nth-child(2)>div:nth-child(15)>div:nth-child(1) {
    padding-left: 0px;
    border-left: 8px solid rgb(126, 60, 202);
    color: #fff;
}

.blocklyTreeRoot>div:nth-child(2)>div:nth-child(16)>div:nth-child(1) {
    padding-left: 0px;
    border-left: 8px solid rgb(126, 60, 202);
    color: #fff;
}

.blocklyTreeRoot>div:nth-child(2)>div:nth-child(17)>div:nth-child(1) {
    padding-left: 0px;
    border-left: 8px solid rgb(126, 60, 202);
    color: #fff;
}

.blocklyTreeRoot>div:nth-child(2)>div:nth-child(18)>div:nth-child(1) {
    padding-left: 0px;
    border-left: 8px solid rgb(126, 60, 202);
    color: #fff;
    background-color: rgb(49, 99, 237);
}

.blocklyTreeRow {
    padding: 0px 16px 0px 0px !important;
}

/*devices*/

.form-main {
    box-sizing: border-box;
}

.form-btn {
    /* padding: 24px 0; */
    text-align: center;
    height: 85px;
    line-height: 85px;
    box-sizing: border-box;
}

.form_eqmain {
    padding: 0 40px;
}

.form_eqtitle {
    margin: 15px 0;
    padding: 6px 8px;
    border-bottom: 1px solid #848484;
}

.form_eqtitle span {
    display: inline-block;
    font-size: 19px;
}

.form_eqtitle div {
    float: right;
    cursor: pointer;
}

.form_eqtitle div span:first-child {
    background: url("images/add.png") no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    float: left;
}

.form_eqtitle div span:nth-child(2) {
    font-size: 14px;
    color: #5d5d5d;
}

.form-btn button {
    width: 110px;
    height: 42px;
    margin: 0 55px;
    border-radius: 35px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

.form-confirm {
    background: #e05e1f;
    border: none;
    color: #fff;
}

.form-cencal {
    color: #000;
    background: #eaeaea;
    border: none;
    text-align: center;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hs_dp_head {
    height: 52px;
    line-height: 52px;
    text-align: center;
    /* border-bottom: 2px solid #3b3b3b; */
    color: #000;
}

.hs_dp_head li {
    width: 100%;
    /* min-width: 1100px; */
    border-left: 2px solid #3b3b3b00;
    border-right: 2px solid #3b3b3b;
}

.hs_dp_head li>div {
    float: left;
    width: calc(100% - 208px);
    border-right: 2px solid #ffffff00;
    text-indent: 1em;
    text-align: left;
}

.hs_dp_head li>div:last-child {
    width: 200px;
    text-align: center;
}

.hs_dp_tbody {
    height: 300px;
    border-radius: 4px;
    border-top: 2px solid #dadada;
    /* background-color: #F7F7F7; */
    /* overflow: auto; */
    /* height: auto; */
}

.hs_dp_tbody li {
    float: left;
    width: calc(100% - 0px);
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #dadada;
    border-left: 2px solid #dadada;
    border-right: 2px solid #dadada;
}

.hs_dp_tbody li {
    background: #f3f3f3;
    cursor: pointer;
}

.hs_dp_tbody li:hover {
    background: #eff2ff;
}

.hs_dp_tbody li>div {
    float: left;
    width: calc(100% - 204px);
    position: relative;
    font-size: 18px;
    text-overflow: ellipsis;
    color: #000000;
    white-space: nowrap;
    height: 36px;
    overflow: hidden;
    border-right: 2px solid #dadada00;
    text-indent: 1em;
    text-align: left;
}

.hs_dp_tbody li>div:last-child {
    border-right: none;
    width: 200px;
    text-align: center;
}

.hs_pub_tb {
    width: 100%;
    margin: 18px auto 0 auto;
    /* border: 2px solid #ebebeb; */
    /* border-top: none; */
}

.table {
    position: relative;
    border-collapse: collapse;
    /* border: solid #3b3b3b; */
    /* border-bottom: none; */
    /* border-width:1px; */
    white-space: nowrap;
    table-layout: fixed;
    display: table;
}

.hs_dp_btnbox span:nth-child(1) {
    /* background: url(connect.png) no-repeat; */
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    display: inline-block;
    margin: 5px 0px 0 -12px;
}

.connect,
.disconnect {
    cursor: pointer;
}

.connect span:nth-child(1) {
    background: url(images/connect.png) no-repeat;
}

.connect span:nth-child(2) {
    color: #d42929 !important;
}

.disconnect span:nth-child(1) {
    background: url(images/disconnect.png) no-repeat;
}

.hs_dp_btnbox span:nth-child(2) {
    font-size: 15px;
    color: #5d5d5d;
    margin-left: 15px;
}

.form_eqcontent {
    margin: 50px auto;
    width: auto;
}

.form_eqcontent span {}

.form_eqcontent input {
    width: 270px;
    height: 30px;
    padding-left: 8px;
    margin-left: 20px;
}

.select-connected {
    outline: 0;
    position: relative;
    color: #6f6f6f;
    font-weight: 500;
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #6f6f6f;
    background: #00000000;
    display: block;
}

.select-connected:focus {
    outline: 0;
}

.btn-toolbar-title {
    height: 40px;
    text-align: left;
    text-indent: 0.5em;
    border-radius: 5px;
    position: relative;
    width: 70%;
    margin-bottom: 10px;
}

.btn-toolbar-title div {
    border: 2px solid #adeaeb;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    bottom: 4px;
    width: 100%;
}

.btn-toolbar-title2 {
    height: 40px;
    text-align: left;
    text-indent: 0.5em;
    border-radius: 5px;
    position: relative;
    width: 70%;
    margin-bottom: 10px;
}

.btn-toolbar-title2 div {
    border: 2px solid #adeaeb;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    bottom: 4px;
    width: 100%;
}

.btn-toolbar-inputbox {
    width: 70%;
    height: 55px;
    box-sizing: content-box;
}

.btn-toolbar-inputbox input:nth-child(1) {
    width: calc(97% - 80px);
    height: 35px;
    border-bottom: 1px solid #dbdbdb;
    text-indent: 0.5em;
    outline: 0;
    background: #ffffff00;
    font-size: 15px;
    color: #000;
    /* font-weight: 700; */
    float: left;
}

.btn-toolbar-inputbox input:nth-child(2) {
    margin-left: 3%;
    border: 0;
    height: 35px;
    line-height: 36px;
    outline: 0;
    background: #508cf0;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
    float: left;
    min-width: 50px;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #b7b7b7;
}

.btn-toolbar-inputbox2 {
    width: 70%;
    height: 55px;
    box-sizing: content-box;
}

.btn-toolbar-inputbox2 select:nth-child(1) {
    outline: 0;
    color: #000;
    width: calc(100% - 245px);
    border: none;
    border-bottom: 1px solid #dbdbdb;
    background: #00000000;
    display: block;
    height: 35px;
    float: left;
}

.btn-toolbar-inputbox2 button:nth-child(2) {
    border: 0;
    height: 35px;
    line-height: 35px;
    outline: 0;
    background: #508cf0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
    float: left;
    margin: 0px 10px 0px 20px;
    border-radius: 2px;
    box-shadow: 1px 1px 4px #b7b7b7;
}

.btn-toolbar-inputbox2 button:nth-child(3) {
    border: 0;
    height: 35px;
    line-height: 35px;
    outline: 0;
    background: #e05e1f;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    /* border-radius: 35px; */
    font-weight: 500;
    padding: 0 15px;
    float: left;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #b7b7b7;
}

.btn-toolbar-btnbox {
    width: 96%;
    height: 55px;
    box-sizing: content-box;
    position: relative;
    padding: 0px 0 0 0;
}

.btn-toolbar-btnbox button:nth-child(1) {
    border: 0;
    height: 35px;
    line-height: 35px;
    outline: 0;
    background: #508cf0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    /* border-radius: 35px; */
    font-weight: 500;
    padding: 0 15px;
    /* left: 0; */
    float: left;
    margin-right: 15px;
    /* position: absolute;*/
    border-radius: 3px;
    box-shadow: 1px 1px 4px #b7b7b7;
}

.btn-toolbar-btnbox button:nth-child(2) {
    border: 0;
    height: 35px;
    line-height: 35px;
    outline: 0;
    background: #e05e1f;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    /* border-radius: 35px; */
    font-weight: 500;
    padding: 0 15px;
    float: left;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #b7b7b7;
}

.select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px;
}

.injectionDiv:nth-child(2) {
    display: none;
}

.injectionDiv:nth-child(3) {
    display: none;
}

.selectMode_input {
    outline: 0;
    position: relative;
    color: #fff;
    font-weight: 500;
    width: 127px;
    height: 35px;
    border-radius: 30px;
    background: #fff0;
    border: 2px solid #fff;
    margin: 15px 0px 0px 0px;
    display: block;
    cursor: pointer;
    text-indent: 1rem;
}

.down {
    width: 0;
    height: 0 !important;
    overflow: hidden;
    font-size: 0;
    /*Ã¦ËœÂ¯Ã¥â€ºÂ Ã¤Â¸Âº, Ã¨â„¢Â½Ã§â€žÂ¶Ã¥Â®Â½Ã©Â«ËœÃ¥ÂºÂ¦Ã¤Â¸Âº0, Ã¤Â½â€ Ã¥Å“Â¨IE6Ã¤Â¸â€¹Ã¤Â¼Å¡Ã¥â€¦Â·Ã¦Å“â€°Ã©Â»ËœÃ¨Â®Â¤Ã§Å¡â€ž */
    line-height: 0;
    /* Ã¥Â­â€”Ã¤Â½â€œÃ¥Â¤Â§Ã¥Â°ÂÃ¥â€™Å’Ã¨Â¡Å’Ã©Â«Ëœ, Ã¥Â¯Â¼Ã¨â€¡Â´Ã§â€ºâ€™Ã¥Â­ÂÃ¥â€˜Ë†Ã§Å½Â°Ã¨Â¢Â«Ã¦â€™â€˜Ã¥Â¼â‚¬Ã§Å¡â€žÃ©â€¢Â¿Ã§Å¸Â©Ã¥Â½Â¢ */
    border-width: 5px;
    border-style: solid;
    /*ie6Ã¤Â¸â€¹Ã¤Â¼Å¡Ã¥â€¡ÂºÃ§Å½Â°Ã¤Â¸ÂÃ©â‚¬ÂÃ¦ËœÅ½Ã§Å¡â€žÃ¥â€¦Â¼Ã¥Â®Â¹Ã©â€”Â®Ã©Â¢Ëœ*/
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

.downboxdown {
    width: 0;
    height: 0 !important;
    overflow: hidden;
    font-size: 0;
    /*Ã¦ËœÂ¯Ã¥â€ºÂ Ã¤Â¸Âº, Ã¨â„¢Â½Ã§â€žÂ¶Ã¥Â®Â½Ã©Â«ËœÃ¥ÂºÂ¦Ã¤Â¸Âº0, Ã¤Â½â€ Ã¥Å“Â¨IE6Ã¤Â¸â€¹Ã¤Â¼Å¡Ã¥â€¦Â·Ã¦Å“â€°Ã©Â»ËœÃ¨Â®Â¤Ã§Å¡â€ž */
    line-height: 0;
    /* Ã¥Â­â€”Ã¤Â½â€œÃ¥Â¤Â§Ã¥Â°ÂÃ¥â€™Å’Ã¨Â¡Å’Ã©Â«Ëœ, Ã¥Â¯Â¼Ã¨â€¡Â´Ã§â€ºâ€™Ã¥Â­ÂÃ¥â€˜Ë†Ã§Å½Â°Ã¨Â¢Â«Ã¦â€™â€˜Ã¥Â¼â‚¬Ã§Å¡â€žÃ©â€¢Â¿Ã§Å¸Â©Ã¥Â½Â¢ */
    border-width: 5px;
    border-style: solid;
    /*ie6Ã¤Â¸â€¹Ã¤Â¼Å¡Ã¥â€¡ÂºÃ§Å½Â°Ã¤Â¸ÂÃ©â‚¬ÂÃ¦ËœÅ½Ã§Å¡â€žÃ¥â€¦Â¼Ã¥Â®Â¹Ã©â€”Â®Ã©Â¢Ëœ*/
    border-color: transparent #a2a2a2 transparent transparent;
    position: absolute;
    top: 10px;
    left: 0px;
    cursor: pointer;
}

.downbox {
    position: absolute;
    top: 48px;
    width: 177px;
    z-index: 9999;
    background: #fff;
    border-radius: 4px;
    /* border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 4px #cccccc; */
    display: none;
}

.downbox div:first-child {
    border: none;
    position: relative;
}

.downbox div:first-child:hover .Hardware2 {
    display: block;
}

.downbox .aaa:hover .Hardware2 {
    display: block;
}

.downbox div:first-child:hover .Hardware3 {
    display: block;
}

.downbox div:first-child:hover {
    background: #d6dfff;
}

.downbox .aaa:hover {
    background: #d6dfff;
}

.downbox div {
    background: #ffffff;
    width: 100%;
    /*border-top: 1px solid #e6e6e6;
    height: 30px;*/
    line-height: 30px;
    color: #424242;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}

.downbox1 {
    position: absolute;
    top: 48px;
    width: 177px;
    z-index: 9999;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 4px #cccccc;
}

.downbox1 div:first-child {
    border: none;
    position: relative;
}

.downbox1 div:first-child:hover .Hardware2 {
    display: block;
}

.downbox1 .aaa:hover .Hardware2 {
    display: block;
}

.downbox1 div:first-child:hover .Hardware3 {
    display: block;
}

.downbox1 div:first-child:hover {
    background: #d6dfff;
}

.downbox1 .aaa:hover {
    background: #d6dfff;
}

.downbox1 div {
    background: #ffffff;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
    color: #424242;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.downbox1 .Hardware2,
.downbox1 .Hardware3,
.downbox1 .Hardware4 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    left: calc(100% - 380px);
    top: 3px;
    box-shadow: 1px 1px 4px #b7b7b7;
    display: none;
}

.downbox1 .Hardware2 li,
.downbox1 .Hardware3 li,
.downbox1 .Hardware4 li {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
    /* text-indent: 1em; */
    color: #424242;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.HarxA1_style {
    left: calc(100% - 660px) !important;
}

.downbox1 div:nth-child(4) .Hardware2 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    left: calc(100% - 380px);
    top: 3px;
    box-shadow: 1px 1px 4px #b7b7b7;
    display: none;
}

.downbox1 .Hardware2 li:hover,
.downbox1 .Hardware4 li:hover {
    background: #d6dfff;
}

/* .downbox1 div:nth-child(4):hover .Hardware2 {
    width: 120%;
    display: block;
} */

.downbox1 div:hover .Hardware2 {
    width: 120%;
    display: block;
}

.Hardware4n:hover .Hardware4,
.Hardware5:hover .Hardware4,
.Hardware6:hover .Hardware4,
.Hardware7:hover .Hardware4,
.Hardware8:hover .Hardware4,
.Hardware9:hover .Hardware4 {
    display: block;
}

.downbox1 {
    position: absolute;
    top: 48px;
    width: 177px;
    z-index: 9999;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 4px #cccccc;
}

.downbox1 div:first-child {
    border: none;
    position: relative;
}

.downbox1 div:first-child:hover .Hardware2 {
    display: block;
}

.downbox1 .aaa:hover .Hardware2 {
    display: block;
}

.downbox1 div:first-child:hover .Hardware3 {
    display: block;
}

.downbox1 div:first-child:hover {
    background: #d6dfff;
}

.downbox1 .aaa:hover {
    background: #d6dfff;
}

.downbox1 div {
    background: #ffffff;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
    color: #424242;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.downbox1 .Hardware2,
.downbox1 .Hardware3,
.downbox1 .Hardware4 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    left: calc(100% - 380px);
    top: 3px;
    box-shadow: 1px 1px 4px #b7b7b7;
    display: none;
}

.downbox1 .Hardware2 li,
.downbox1 .Hardware3 li,
.downbox1 .Hardware4 li {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
    /* text-indent: 1em; */
    color: #424242;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.HarxA1_style {
    left: calc(100% - 660px) !important;
}

.downbox1 div:nth-child(4) .Hardware2 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    left: calc(100% - 380px);
    top: 3px;
    box-shadow: 1px 1px 4px #b7b7b7;
    display: none;
}

.downbox1 .Hardware2 li:hover,
.downbox1 .Hardware4 li:hover {
    background: #d6dfff;
}

/* .downbox1 div:nth-child(4):hover .Hardware2 {
    width: 120%;
    display: block;
} */

.downbox1 div:hover .Hardware2 {
    width: 120%;
    display: block;
}

.Hardware4n:hover .Hardware4,
.Hardware5:hover .Hardware4,
.Hardware6:hover .Hardware4,
.Hardware7:hover .Hardware4,
.Hardware8:hover .Hardware4,
.Hardware9:hover .Hardware4 {
    display: block;
}

.ModeSelectBox .ModeSelect .downbox-style {
    position: absolute;
    top: 63px;
    width: 200px;
    margin-left: -88px;
}

#MouduleBox div:hover {
    background: #d6dfff;
}

.Hardware2,
.Hardware3,
.Hardware4 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    /* right: calc(100% + 1px);
    top: 3px; display: none;*/
    box-shadow: 1px 1px 4px #b7b7b7;

}

.Hardware2 li,
.Hardware3 li,
.Hardware4 li {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
    /* text-indent: 1em; */
    color: #424242;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Hardware2 li:hover,
.Hardware4 li:hover {
    background: #d6dfff;
}

.downboxdown1 {
    width: 0;
    height: 0 !important;
    overflow: hidden;
    font-size: 0;
    /*Ã¦ËœÂ¯Ã¥â€ºÂ Ã¤Â¸Âº, Ã¨â„¢Â½Ã§â€žÂ¶Ã¥Â®Â½Ã©Â«ËœÃ¥ÂºÂ¦Ã¤Â¸Âº0, Ã¤Â½â€ Ã¥Å“Â¨IE6Ã¤Â¸â€¹Ã¤Â¼Å¡Ã¥â€¦Â·Ã¦Å“â€°Ã©Â»ËœÃ¨Â®Â¤Ã§Å¡â€ž */
    line-height: 0;
    /* Ã¥Â­â€”Ã¤Â½â€œÃ¥Â¤Â§Ã¥Â°ÂÃ¥â€™Å’Ã¨Â¡Å’Ã©Â«Ëœ, Ã¥Â¯Â¼Ã¨â€¡Â´Ã§â€ºâ€™Ã¥Â­ÂÃ¥â€˜Ë†Ã§Å½Â°Ã¨Â¢Â«Ã¦â€™â€˜Ã¥Â¼â‚¬Ã§Å¡â€žÃ©â€¢Â¿Ã§Å¸Â©Ã¥Â½Â¢ */
    border-width: 5px;
    border-style: solid;
    /*ie6Ã¤Â¸â€¹Ã¤Â¼Å¡Ã¥â€¡ÂºÃ§Å½Â°Ã¤Â¸ÂÃ©â‚¬ÂÃ¦ËœÅ½Ã§Å¡â€žÃ¥â€¦Â¼Ã¥Â®Â¹Ã©â€”Â®Ã©Â¢Ëœ*/
    border-color: transparent transparent transparent #a2a2a2;
    position: absolute;
    top: 10px;
    left: 5px;
    cursor: pointer;
    transform: rotate(180deg);
}

.ModeSelect {
    outline: 0;
    color: #fff;
    font-weight: 500;
    width: auto;
    height: 100%;
    padding: 0 25px;
    background: #fff0;
    margin: 0px 25px 0px 0px;
    display: block;
    cursor: pointer;
    text-align: center;
}

.ModeSelectBox .active {
    background-color: #2847b8;
}

.ModeSelectBox .active .downbox {
    display: block !important;
}

.ModeSelectBox .ModeBox {
    width: 190%;
    top: 63px;
}

.ModeSelectBox .downbox div {
    position: relative;
}

.ModeSelectBox .downbox div:hover .Hardware2 {
    width: 100%;
    display: block;
}

.Hardware4n:hover .Hardware4,
.Hardware5:hover .Hardware4,
.Hardware6:hover .Hardware4,
.Hardware7:hover .Hardware4,
.Hardware8:hover .Hardware4,
.Hardware9:hover .Hardware4 {
    display: block;
}

.qiehuan {
    width: 225px;
    position: absolute;
    top: -60px;
    left: 230px;
    display: block;
    opacity: 1;
}

.qiehuanposi {
    top: -108px;
    left: 167px;
}

.switch_box {
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px;
    color: #777;
    float: left;
    margin-top: 20px;
}

.switch_box1 {
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px;
    color: #777;
    float: left;
    margin-top: 20px;
}

.switch_select {
    background: #fff;
    border-radius: 13px 15px 0px 0px;
    color: #2b2b73;
}

#repl_box_content div {
    word-wrap: break-word;
    word-break: normal;
}

@media screen and (max-height: 570px) {
    .ModeSelectBox .downbox div:hover .Hardware2 {
        width: 100%;
        max-height: 155px;
        overflow: auto;
        display: block;
    }

    .Hardware4n:hover .Hardware4,
    .Hardware5:hover .Hardware4,
    .Hardware6:hover .Hardware4,
    .Hardware7:hover .Hardware4,
    .Hardware8:hover .Hardware4,
    .Hardware9:hover .Hardware4 {
        display: block;
    }
}

@media screen and (max-width: 1450px) {
    .max {
        width: 106% !important;
    }
}

/* 旋转 */

.svgImg {
    position: absolute !important;
    width: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    display: none;
}

.xuanhuan {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 1.4s linear infinite;
    -moz-animation: rotate 1.4s linear infinite;
    -o-animation: rotate 1.4s linear infinite;
    animation: rotate 1.4s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* 切换编辑按钮 */

#toggle-button {
    display: none;
}

.button-label {
    position: relative;
    display: inline-block;
    width: 40px;
    line-height: 18px;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 30px;
    cursor: pointer;
}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
}

.button-label .text {
    line-height: 20px;
    font-size: 12px;
    /*
    用来阻止页面文字被选中，出现蓝色
    可以将下面两行代码注释掉来查看区别
    */
    -webkit-user-select: none;
    user-select: none;
}

.on {
    color: #fff;
    display: none;
    text-indent: 5px;
}

.off {
    color: #fff;
    display: inline-block;
    text-indent: 23px;
}

.button-label .circle {
    left: 0;
    transition: all 0.3s;
    /*transition过度，时间为0.3秒*/
}

/*
以下是checked被选中后，紧跟checked标签后面label的样式。
例如：div+p 选择所有紧接着<div>元素之后的<p>元素
*/

#toggle-button:checked+label.button-label .circle {
    left: 19px;
}

#toggle-button:checked+label.button-label .on {
    display: inline-block;
}

#toggle-button:checked+label.button-label .off {
    display: none;
}

#toggle-button:checked+label.button-label {
    background-color: #2c4fcd;
}

.edit {
    position: absolute;
    width: 100%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0);
    top: 1px;
    z-index: 2;
}

.editDiv {
    position: absolute;
    /* top: 135px; */
    right: 75px;
}



/* 
.editDiv label {
    line-height: 20px;
} */

/* @media only screen and (max-width: 600px) and (min-width: 0px) {
    .editDiv {
        position: absolute;
        top: 10px;
        right: 30px;
        z-index: 990;
    }
} */

/* 当浏览器页面小于1265px 时 */

@media only screen and (max-width: 1265px) {
    .modals {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }
}

table td,
th {
    text-align: center;
    /*padding: 10px 0;*/
}

/* 二维码分享 */

.qrImgUrl {
    text-align: center;
}

.shareUrl {
    position: fixed;
    left: calc(50% - 50px);
}

.foldIsExist {
    position: fixed;
    left: calc(50% - 50px);
    z-index: 1158;
}

/* 更新文件 */

.select_folder {
    padding: 10px;
    border: 2px solid #eaeaea;
    border-radius: 5px;
}

#updatePy .folder_name {
    margin-top: 10px;
}

#updatePy .folder_name .folder_name_inpit {
    width: calc(100% - 100px);
    height: 30px;
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
    padding: 0 15px;
    margin: 0;
    border-radius: 5px;
}

.update_bottom {
    text-align: right;
    margin-top: 10px;
}

.update_bottom button,
.fileManage button {
    background-color: #2c4fcd;
    color: #fff;
    padding: 8px 15px;
    border: none;
    outline: none;
    border-radius: 8px;
}

.update_new_folder_bottom {
    text-align: right;
    margin-top: 10px;
}

.update_new_folder_bottom button {
    background-color: #2196f3;
    color: #fff;
    padding: 8px 15px;
    border: none;
    outline: none;
    border-radius: 2px;
}

.echart-text {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 50%;
    width: 60%;
    text-align: center;
    font-weight: bold;
}

.mm {
    width: 730px;
}

.box-item {
    width: 200px;
    /* height: 48px;
    line-height: 48px; */
    vertical-align: middle;
    margin: 5px;
    /* background-color: #ffd200; */
    font-size: 13px;
    text-align: left;
    display: block;
}

.all-box {
    display: flex;
    flex-direction: column;
}

.img-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.text-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fileText {
    word-wrap: break-word;
    word-break: normal;
    width: 150px;
    text-align: center;
    font-weight: 400;
}

.bb {
    top: 23% !important;
}

.ff {
    width: 90%;
    height: 79%;
    max-height: 79%;
}

.container-top {
    width: 100px;
    height: 100%;
}

.container-middle {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 5px;
    /* margin-right: 5px; */
    /* border-top: 1px solid #CDD9FF; */
    border-left: 1px solid #cdd9ff;
    border-bottom: 1px solid #cdd9ff;
}

.container-middle-1 {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    /* border-top: 1px solid #CDD9FF; */
    /* border-left: 1px solid #CDD9FF; */
    border-bottom: 1px solid #cdd9ff;
}

.container-middle::-webkit-scrollbar {
    width: 20px;
    height: 1px;
}

.container-middle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bbccfc;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    /* background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,transparent
    ); */
}

.container-middle::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #ffffff;
    /* border-radius: 10px; */
    border-left: 1px solid #cdd9ff;
    border-top: 1px solid #cdd9ff;
    border-right: 1px solid #cdd9ff;
}

.container-middle-1::-webkit-scrollbar {
    width: 20px;
    height: 1px;
}

.container-middle-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bbccfc;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    /* background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,transparent
    ); */
}

.container-middle-1::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #ffffff;
    /* border-radius: 10px; */
    border-left: 1px solid #cdd9ff;
    border-top: 1px solid #cdd9ff;
    border-right: 1px solid #cdd9ff;
}

.container-top ul {
    height: 100%;
}

.container-top ul .container-title {
    height: 100%;
    text-align: center;
    border-radius: 0px 0px 0px 10px;
}

.container-top-noactive {
    width: 100%;
    height: 60px;
    background: #e7edff;
    border-top: 1px solid #cdd9ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c4fcd;
}

.container-top-active {
    width: 100%;
    height: 60px;
    background: #6689fc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
}

/* .container-top ul li:hover {
    width: 100px;
    height: 50%;
    background: #6689fc9e;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.container-top ul li span {
    width: 52px;
    font-size: 1.5rem;
    font-weight: bold;
}

.container-middle-noactive {
    width: 100%;
    height: 60px;
    background: #e7edff;
    border-top: 1px solid #cdd9ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c4fcd;
}

.container-middle-active {
    width: 100%;
    height: 60px;
    background: #6689fc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
}

.container-middle ul li:hover {
    width: 100%;
    height: 60px;
    background: #6689fc9e;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c4fcd;
    cursor: pointer;
}

.container-middle-1-noactive {
    width: 100%;
    height: 60px;
    background: #e7edff;
    border-top: 1px solid #cdd9ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c4fcd;
}

.container-middle-1-active {
    width: 100%;
    height: 60px;
    background: #6689fc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
}

.container-middle-1 ul li:hover {
    width: 100%;
    height: 60px;
    background: #6689fc9e;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c4fcd;
    cursor: pointer;
}

.arrow:before {
    content: "";
    position: absolute;
    right: 21px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2c4fcd;
    border-right: 2px solid #2c4fcd;
    transform: rotate(45deg);
}

.arrow_active:before {
    content: "";
    position: absolute;
    right: 21px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.container-bottom {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    /* margin-left: 5px;
    margin-right: 5px; */
    /* border-top: 1px solid #CDD9FF; */
    /* border-right: 1px solid #CDD9FF; */
    border-bottom: 1px solid #cdd9ff;
    border-bottom-right-radius: 10px;
}

.container-bottom ul li div {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.container-bottom ul li:active {
    width: 100%;
    height: 60px;
    background: #6689fc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
}

.container-bottom ul li:hover {
    width: 100%;
    height: 60px;
    background: #6689fc9e;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c4fcd;
    cursor: pointer;
}

/* .container-bottom ul li:before {
    content: "";
    position: absolute;
    right: 21px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2c4fcd;
    border-right: 2px solid #2c4fcd;
    transform: rotate(45deg);
}  */

.container-bottom::-webkit-scrollbar {
    width: 20px;
    height: 1px;
}

.container-bottom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bbccfc;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    /* background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,transparent
    ); */
}

.container-bottom::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #ffffff;
    border-left: 1px solid #cdd9ff;
    border-top: 1px solid #cdd9ff;
    border-right: 1px solid #cdd9ff;
    border-radius: 0px 10px 10px 0px;
}

.select_Example_modal {
    overflow-y: hidden;
    width: 1300px;
    height: 700px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 4px rgba(4, 0, 0, 0.1);
    border-radius: 20px;
    max-width: 80%;
}

.select_Example_title {
    width: 74px;
    height: 35px;
    font-size: 2rem;
    font-weight: 900;
    color: #333333;
    line-height: 16px;
}

.Mode_select_box:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.selectModuleModal {
    width: 600px;
    position: absolute;
    top: 30% !important;
}

.moduleActive {
    background-color: #d6dfff;
}

.modelDownloadItemImg {
    height: 180px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.modelDownloadItemTitle {
    height: 72px;
    font-size: 15px;
    font-weight: bold;
    color: #2c4fcd;
    line-height: 30px;
    margin-left: 15px;
    /* margin-top: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    hyphens: auto;
}

.modelDownloadItemCategory {
    border: 1px solid #6689fc;
    border-radius: 11px;
    margin-right: 15px;
    /* margin-top: 20px; */
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 30px;
}

.modelDownloadItemCategoryTitle {
    font-size: 14px;
    font-weight: 500;
    color: #6689fc;
    line-height: 22px;
    height: 22px;
}

.modelDownloadItemDesc {
    font-size: 14px;
    font-weight: 400;
    color: #2c4fcd;
    height: 90px;
    /* margin-top: 15px; */
    margin-left: 15px;
    margin-right: 15px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
    hyphens: auto;
}

.modelDownloadItemBtn {
    height: 40px;
    background: #6689fc !important;
    border-radius: 10px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #ffffff !important;
    padding: 12px;
}

.modelDownloadItemBtn:hover,
.modelDownloadItemBtn:active,
.modelDownloadItemBtn:visited,
.modelDownloadItemBtn:focus {
    height: 40px;
    background: #6689fc !important;
    border-radius: 10px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #ffffff !important;
    padding: 12px;
}

.modelDownloadItemBtntext {
    height: 22px;
    font-size: 22px;
    font-weight: bold;
    line-height: 16px;
}

.modelDownloadbtndisabled {
    height: 40px;
    background-color: #e5e5e5 !important;
    border-radius: 10px;
    text-align: center;
    border: none;
    color: #ffffff !important;
    padding: 12px;
}

/* 下载固件弹框取消外层滚动条 */
.overflowHidden {
    overflow-y: hidden !important;
}

#side-lang {
    top: 155px !important;
}

.loadModals_Example_modal {
    overflow-y: hidden;
    width: 1130px;
    height: 700px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 4px rgba(4, 0, 0, 0.1);
    border-radius: 20px;
    max-width: 80%;
}

.select_load_title {
    /* width: 74px; */
    height: 35px;
    font-size: 2rem;
    font-weight: 900;
    color: #333333;
    line-height: 16px;
}

.loadModals_Example_modal .updateConten {
    margin-top: 10px;
    margin-bottom: 30px;
    list-style: circle;
    padding-left: 35px;
    /* height: 550px; */
    padding-right: 10px;
}

.loadModals_Example_modal .updateConten>li {
    list-style: circle;
    /* padding: 10px; */
}

.loadModals_Example_modal .updateContent {
    margin-top: 5px;
    /* list-style: disc; */
    padding-left: 10px;
}

.loadModals_Example_modal .updateContent>li {
    list-style: disc;
    padding: 10px 0;
    /* border-bottom: 1px solid #cdd9ff; */
}

.loadContent {
    height: 100%;
    width: 49%;
    overflow-y: auto;
    /* border-bottom-right-radius: 10px; */
    background: #e7edff;
    color: #2c4fcd;
}

.left-bottom-radius {
    border-top: 1px solid #cdd9ff;
    border-bottom: 1px solid #cdd9ff;
    border-left: 1px solid #cdd9ff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.right-bottom-radius {
    border-top: 1px solid #cdd9ff;
    border-bottom: 1px solid #cdd9ff;
    border-right: 1px solid #cdd9ff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.UpdateContent {
    margin-left: 10px;
    font-weight: bold;
    text-align: center;
}

.loadContent::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

.loadContents::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bbccfc;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.loadContent::-webkit-scrollbar-track {
    background: #ffffff;
    border-left: 1px solid #cdd9ff;
    border-right: 1px solid #cdd9ff;
    border-radius: 0px;
}

.attentionContent {
    height: 565px;
    width: 540px;
    overflow-y: scroll;
    /* border-top-left-radius: 10px; */
    background: #e7edff;
    color: #2c4fcd;
}

.attention-Content {
    margin-left: 10px;
    font-weight: bold;
    text-align: center;
}


.webadb_connect_class {
    display: inline-block;
    width: 100%;
    /* padding: 8px 0;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer; */
}

.connect_class {
    color: #fff;
    background-color: #2196F3;
}

#customDialogInput {
    height: 30px;
    line-height: 30px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding-left: 10px;
    width: 97%;
}

#customDialogInput:focus,
#customDialogInput:hover,
#customDialogInput:visited {
    outline: none;
    border: 1px solid #2196F3 !important;
    box-shadow: none;
}

.customOkayButton {
    background-color: #2196F3 !important;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.customOkayButton:hover {
    background-color: #1e87f0 !important;
}

.customCancelButton {
    background-color: #ffffff !important;
    text-decoration: none;
    color: #2196F3;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    font-size: 14px;
}

.customCancelButton:hover {
    background-color: #f8f8f8 !important;
}

/* 文件弹框 */
#webadbIframeFile {
    height: 60% !important;
    overflow: hidden;
}

/* 辅助更新弹框 */
.auxiliary {
    width: 50%;
    min-height: 620px;
    background-color: #fff;
}

.download_auxiliary {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 20px 15px;
    border-radius: 10px;
    margin-top: 20px;
}

#left_move_right {
    display: inline-block;
    height: calc(100vh - 111px);
    width: 8px;
    background-color: rgb(189, 201, 244);
    position: relative;
    /* z-index: 1000; */
    margin: 0;
    cursor: col-resize;
}

#mouseMove {
    height: 8px;
    background-color: rgb(189, 201, 244);
    position: relative;
    /* z-index: 1000; */
    margin: 0;
    cursor: row-resize;
}

#qrCode .qrcodeInput {
    margin-top: 10px;
    text-align: center;
}

#qrCode .qrcodeInput input {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    width: 50%;
    padding: 0 10px;
    height: 40px;
}

#IP {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    width: 50%;
    padding: 0 10px;
    height: 37px;
    margin-left: 15px;
    margin-bottom: 0;
}

#qrCode .qrcodeInput span {
    display: inline-block;
    width: 200px;
}

#py-editor {
    height: calc(100% - 223px);
    /* overflow:auto */
}

#webadbErro {
    cursor: pointer;
}

#wabadb_iframe_model {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
}

.examplate_style {
    margin: 30px auto 0 auto;
    height: 100%;
    font-size: 16px;
    background-color: white;
    flex-direction: row;
    display: flex;
    margin-top: 0;
}

.webadb_steps li {
    list-style: auto;
}

.webadb_steps li img {
    max-width: 80%;
    margin: 20px 0;
}

@media only screen and (max-width: 992px) {
    #nav-mobile>li {
        display: none !important;
    }

    #nav-mobile #workspace_screenshot {
        display: none;
    }

    .blocklyScrollbarVertical .blocklyScrollbarHandle {
        width: 10px;
    }

    .blocklyScrollbarHorizontal .blocklyScrollbarHandle {
        height: 10px;
    }

    .blocklyWorkspace image {
        transform: scale(0.8);
    }
}

@media only screen and (min-width: 851px) and (max-width:1500px) {

    #resetDevice,
    #poweroff {
        padding: 0 8px;
    }
}

@media only screen and (min-width: 501px) and (max-width:850px) {
    nav {
        height: 50px;
        line-height: 50px;
    }

    footer {
        height: 30px;
        line-height: 30px;
    }

    #nav-mobile>li.Mode_select_box {
        display: block !important;
        position: absolute;
        right: 0;
    }

    #nav-mobile .nav_logo {
        display: block !important;
    }

    #button_delete {
        height: 50px;
        line-height: 50px;
    }

    #nav-mobile .nav_logo img {
        height: 33px !important;
    }

    #nav-mobile .ModeSelect {
        padding: 0 10px;
    }

    #blockpy-content>div {
        height: calc(100vh - 100px);
    }

    /* #blockpy-content > div {
        height: calc(50vh - 60px);
    }
    #blocks_content{
        width: 100% !important;
    }
    #left_move_right{
        display: none;
    }
    #sss{
        width: 100% !important;
    } */
    .blocklyTreeLabel {
        font-size: 13px;
    }

    .blocklyTreeRoot>div:nth-child(2)>div>div:nth-child(1) {
        height: 30px;
        line-height: 30px;
    }

    .copy_code {
        display: none;
    }

    .blockpy-toolbar-download {
        display: none;
    }

    .blockpy-toolbar-upload {
        display: none;
    }

    #py-editor {
        height: calc(100% - 158px) !important;
    }

    #mouseMove-bottom {
        height: 140px !important;
    }

    /* #mouseMove-bottom .rowTop {
        margin-top: 1% !important;
    } */

    .btn,
    .btn-large,
    .btn-small {
        font-size: 8px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }

    .translatable_copyright {
        font-size: 8px;
    }

    .systemBtn {
        margin-top: 3px;
        float: none !important;
    }
}

#SwitchConnect {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    font-size: 16px;
    top: 6px;
    right: 0;
}

#SwitchConnect label {
    display: inline-block;
    cursor: pointer;
}

#SwitchConnect label .mui-switch {
    width: 50px;
    height: 25px;
    position: absolute;
    border: 1px solid #dfdfdf;
    background-color: #ccc;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    top: 18px;
    /* left: 55px; */
    opacity: 1;
    cursor: pointer;
}


#toggle-button-Connect:checked+label.button-label .circle {
    left: 30px;
}

#toggle-button-Connect:checked+label.button-label .on {
    display: inline-block;
}

#toggle-button-Connect:checked+label.button-label .off {
    display: none;
}

#toggle-button-Connect:checked+label.button-label {
    background-color: #2c4fcd;
}


#SwitchConnect .mui-switch:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 1px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

#SwitchConnect .mui-switch:checked {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
}

#SwitchConnect .mui-switch:checked:before {
    left: 26px;
}
#SwitchConnect span{
    position: absolute;
    font-size: 11px;
    top: 0px;
    padding: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
}

#SwitchConnect .button-label{
    width: 60px;
    height: 30px !important;
    line-height:30px;
}

@media only screen and (max-width: 500px) {
    #main_content {
        height: calc(100% - 80px);
    }

    #container {
        width: 100%;
        height: 100%;
        display: inherit;
        grid-template-rows: 50px 1fr 30px;
    }

    nav {
        height: 50px;
        line-height: 50px;
    }

    footer {
        height: 30px;
        line-height: 30px;
    }

    #nav-mobile>li.Mode_select_box {
        display: block !important;
        position: absolute;
        right: 75px;
    }

    #nav-mobile li.local_storage {
        display: block !important;
        position: absolute;
        right: 45px;
    }

    #nav-mobile li.nav_language {
        display: block !important;
        position: absolute;
        right: 8px;
    }

    #button_delete {
        height: 50px;
        line-height: 50px;
        position: relative;
        left: -20px;
        font-size: 20px;
    }

    #nav-mobile .nav_logo img {
        height: 20px !important;
        margin-top: 15px !important;
    }

    #nav-mobile .nav_logo {
        display: block !important;
    }

    #nav-mobile .nav-icon {
        height: 20px !important;
        margin-top: 15px;
    }

    #nav-mobile .ModeSelect {
        padding: 0 10px;
    }

    #blockpy-content>div:nth-of-type(1) {
        height: calc(100% - 158px);
    }

    #blocks_content {
        width: 100% !important;
    }

    #left_move_right {
        display: none;
    }

    #blockpy-content #sss {
        width: 100% !important;
        height: fit-content;
    }

    .blocklyTreeLabel {
        font-size: 13px;
    }

    .blocklyTreeRoot>div:nth-child(2)>div>div:nth-child(1) {
        height: 30px;
        line-height: 30px;
    }

    .copy_code {
        display: none;
    }

    .blockpy-toolbar-download {
        display: none;
    }

    .blockpy-toolbar-upload {
        display: none;
    }

    #py-editor {
        height: calc(100% - 158px) !important;
        overflow: auto;
        display: none;
    }

    #mouseMove-bottom {
        height: 150px !important;
    }

    #mouseMove-bottom .rowTop {
        margin-top: 1% !important;
    }

    .btn,
    .btn-large,
    .btn-small {
        font-size: 0.8em;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }

    .translatable_copyright {
        font-size: 8px;
    }

    .blocklySvg text {
        font-size: 9pt;
    }

    .card-header {
        height: 30px !important;
        line-height: 30px !important;
    }

    #py-editor .switch_box {
        margin-top: 0;
        font-size: 12px;
        padding: 0px 4px;
        line-height: 30px;
    }

    .translatable_title_device {
        line-height: 30px !important;
    }

    .container-top-noactive {
        width: 100%;
        height: fit-content;
        background: #e7edff;
        border-top: 1px solid #cdd9ff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        font-weight: 400;
        color: #2c4fcd;
    }

    .container-top-active {
        width: 100%;
        height: fit-content;
        background: #6689fc;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        font-weight: 400;
        color: #ffffff;
    }

    .container-middle ul li:hover {
        width: 100%;
        height: fit-content;
        background: #6689fc9e;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        font-weight: 400;
        color: #2c4fcd;
        cursor: pointer;
    }

    .container-middle-noactive {
        width: 100%;
        height: fit-content;
        background: #e7edff;
        border-top: 1px solid #cdd9ff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        font-weight: 400;
        color: #2c4fcd;
    }

    .container-middle-1 ul li:hover {

        width: 100%;
        height: fit-content;
        background: #e7edff;
        border-top: 1px solid #cdd9ff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        font-weight: 400;
        color: #2c4fcd;
    }

    .container-middle-1-noactive {
        width: 100%;
        height: fit-content;
        background: #e7edff;
        border-top: 1px solid #cdd9ff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        font-weight: 400;
        color: #2c4fcd;
    }

    .container-middle-1-active {
        width: 100%;
        height: fit-content;
        background: #6689fc;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        font-weight: 400;
        color: #ffffff;
    }

    .container-middle-active {
        width: 100%;
        height: fit-content;
        background: #6689fc;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        font-weight: 400;
        color: #ffffff;
    }

    .arrow:before {
        content: "";
        display: none;
        /* position: absolute;
        right: 21px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #2c4fcd;
        border-right: 2px solid #2c4fcd;
        transform: rotate(45deg); */
    }

    .arrow_active:before {
        content: "";
        display: none;
    }

    #gen_alert {
        width: fit-content !important;
    }

    .mobileSwitch {
        position: fixed;
        top: 56px;
        right: 25px;
        z-index: 1000;
    }

    #IP {
        height: 30px;
        font-size: 8px;
    }

    #showIframe {
        display: none;
    }

    #mouseMove {
        display: none;
    }

    #repl_delete {
        top: 10px !important;
    }

    .container-middle::-webkit-scrollbar,
    .container-middle-1::-webkit-scrollbar,
    .container-bottom::-webkit-scrollbar {
        width: 5px;
    }

    .select_Example_title {
        font-size: 1.5rem;
        height: fit-content;
    }

    .examplate_style {
        margin: 30px auto 0 auto;
        /* height: 100%; */
        font-size: 16px;
        background-color: white;
        /* flex-direction: row; */
        /* display: flex; */
        margin-top: 0;
    }

    /* .examplate_style>div{
        height: 33%;
    } */
    #wifi_process {
        width: 80% !important;
    }

    #repl_box {
        height: calc(100% - 40px) !important;
        overflow: auto !important;
    }

    .translatable_getQrCode {
        font-size: 1rem;
    }

    /* .qrcodeInput{
        text-align: left !important;
    } */
    #python_box {
        height: calc(100% - 30px) !important;
    }

    #serial_plotter_content {
        height: calc(100% - 30px);
    }

    .button-label {
        display: none !important;
    }

    .codeImgDiv {
        width: 150px !important;
    }

    .modal {
        width: 80%;
    }

    #select_Example_modal {
        height: 500px !important;
    }

    #select_ExampleArea ul li {
        padding: 8px 0;
    }

    #QRCodeIcon {
        margin-top: 4px !important;
        font-size: 22px;
    }

    .translatable_title_device {
        font-size: 13px !important;
    }

    .dropdown-content li {
        min-height: 35px;
        line-height: 1rem;
    }

    .dropdown-content li>a,
    .dropdown-content li>span {
        padding: 7px 8px;
    }

    .select-connected {
        font-size: 10px;
    }

    #blockpy-div {
        background-color: #f8f8f8;
    }

    #edit {
        display: none;
    }

    .editDiv span {
        font-size: 10px !important;
        line-height: normal !important;
    }

    .modal .modal-content {
        padding: 16px;
    }

    #local_saveOrOpen,
    #languages {
        min-width: max-content;
    }

    .blocklyTrash image {
        display: none;
    }

    .translatable_resetMainUI {
        position: relative;
        top: -3px;
        left: -3px;
    }

    #blockpy-content>.blockpy-editor img.fullscreenIcon {
        display: none;
    }

    #blockpy-content {
        padding-bottom: 0 !important;
    }
}