.ggskin {
    cursor: pointer;
}

.farmland {
    border-radius: 0.2rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 998;
}

.dialogBoxVR {
    display: none;
    padding: 16px;
}

.farmland .dialogBoxVR {
    display: block;
}

.farmland .soilDialog {
    display: block;
}




.closeBtn {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    /* color: #fff; */
    color: #000000;
    /* background-color: #FF6D6D; */
    text-align: center;
    line-height: 20px;
    font-size: 30px;
    z-index: 5;
    cursor: pointer;
}

.closeBtn:hover {
    /* background-color: #f13030; */
    color: #f13030;
}

.farmland .dialogBoxVR .diaCont .diaLeftInfo {
    float: left;
    width: 142px;
    height: 200px;
    /* background-color: #f13030; */
}

.farmland .dialogBoxVR .diaCont .diaRightInfo {
    float: right;
    width: 238px;
    height: auto;
    /* background-color: #6F6F6F; */
}

.farmland .dialogBoxVR .diaCont .diaLeftInfo .iconBox {
    width: 142px;
    height: 142px;
    background: url(../img/equipBgCirS.png) no-repeat center center / 142px 142px;
}

.farmland .dialogBoxVR .diaCont .diaLeftInfo .latiAndLon {
    width: 88px;
    height: 40px;
    border-radius: 4px;
    background-color: #0097F3;
    margin: 0 auto;
}

.farmland .dialogBoxVR .diaCont .diaLeftInfo .latiAndLon p {
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
}

.diaRightInfo em {
    width: 40px;
    height: 100%;
    padding: 5px 5px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #00B6FF;
    border-radius: 4px;
}

.diaRightInfo p em:not(:first-child) {
    margin-left: 5px;
}

.openEquip {
    background: linear-gradient(180deg, rgba(79, 172, 254, 1), rgba(0, 242, 254, 1))
}

.closeEquip {
    background: linear-gradient(180deg, rgba(79, 172, 254, 0.8), rgba(0, 242, 254, 0.8))
}


.dialogBoxVR {
    background-color: rgba(255, 255, 255, .75);
    /* background-color: rgba(18, 39, 86, .75); */
    border-radius: 6px;
    /* background-image: url(../img/ltArr.png), url(../img/rtArr.png), url(../img/lbArr.png), url(../img/rbArr.png); */
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom left, bottom right;
}

.dialogBoxVR h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    /* color: #00FAFF; */
    color: #000000;
    /* padding-left: 30px; */
    padding-left: 5px;
    position: relative;
    box-sizing: border-box;
}

.dialogBoxVR h3 i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/arrLogo.png) no-repeat center center / 15px 18px;
}

/* .famenDialog {
    width: 400px;
    height: auto;
    z-index: 4;
    position: relative;
    padding-bottom: 10px;
} */

.famenDialog h3 {
    background: url(../img/titleBgL.png) no-repeat 10% bottom/ 90% 50%;
}

.famenDialog .diaRightInfo .textBox {
    margin-top: 20px;
    width: auto;
    height: auto;
}

.famenDialog .diaRightInfo .textBox p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    /* color: #fff; */
    color: #000000;
    font-size: 14px;
}

.famenDialog .diaRightInfo .textBox p span {
    /* color: #0EFCFF; */
    color: #000000;
    font-weight: bold;
    padding-left: 10px;
}

.famenDialog .diaCont .diaLeftInfo .iconBox i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/famenIcon.png) no-repeat center center / 50px 50px;
}

.FMDialog h3 {
    background: url(../img/titleBgL.png) no-repeat 10% bottom/ 90% 50%;
}

.FMDialog .diaRightInfo .textBox {
    margin-top: 20px;
    width: auto;
    height: auto;
}

.FMDialog .diaRightInfo .textBox p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}

.FMDialog .diaRightInfo .textBox p span {
    color: #0EFCFF;
    font-weight: bold;
    padding-left: 10px;
}

.FMDialog .diaCont .diaLeftInfo .iconBox i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/famenIcon.png) no-repeat center center / 50px 50px;
}

.FMBoxDialog h3 {
    background: url(../img/titleBgL.png) no-repeat 10% bottom/ 90% 50%;
}

.FMBoxDialog .diaRightInfo .textBox {
    margin-top: 20px;
    width: auto;
    height: auto;
}

.FMBoxDialog .diaRightInfo .textBox p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}

.FMBoxDialog .diaRightInfo .textBox p span {
    color: #0EFCFF;
    font-weight: bold;
    padding-left: 10px;
}

.FMBoxDialog .diaCont .diaLeftInfo .iconBox i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/famenIcon.png) no-repeat center center / 50px 50px;
}

.farmland .hasVideo .diaCont .diaLeftInfo {
    float: none;
    width: 142px;
    height: 200px;
    margin: 0 auto;
}

.farmland .hasVideo .diaCont .diaRightInfo {
    float: none;
    width: 238px;
    height: auto;
}

.fieldDialog {
    width: 400px;
    height: auto;
    z-index: 4;
    position: relative;
    /*    bottom: 20px;
    left: 400px;*/
    padding-bottom: 10px;
}

.fieldDialog h3 {
    background: url(../img/titleBgL.png) no-repeat 10% bottom/ 90% 50%;
}

.fieldDialog .diaRightInfo .textBox {
    margin-top: 20px;
    width: auto;
    height: auto;
}

.fieldDialog .diaRightInfo .textBox p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}

.fieldDialog .diaRightInfo .textBox p span {
    color: #0EFCFF;
    font-weight: bold;
    padding-left: 10px;
}

.fieldDialog .diaCont .diaLeftInfo .iconBox i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/fieldIcon.png) no-repeat center center / 50px 50px;
}

.dateBroadcast {
    width: auto;
    height: 80px;
    z-index: 4;
    position: absolute;
    left: 60px;
    top: 100px;
    padding: 0 20px 0 10px;
}

.dateBroadcast .dateBro {
    /* width: 430px; */
    height: 40px;
    margin: 20px auto;
}

.dateBroadcast .dateBro .subBro {
    float: left;
    box-shadow: 0px 0px 10px 0px rgba(14, 252, 255, 0.77) inset;
    border-radius: 4px;
}

/*  ҕ�l��ʽ */

/* .vedioDialog { */
    /* width: 850px; */
    /* height: 530px; */
    /* background-color: rgba(18, 39, 86, .8); */
    /* background-color: rgba(255, 255, 255, .75); */
    /* border-radius: 6px; */
    /* position: absolute; */
    /* top: 200px; */
    /* left: 550px; */
    /* z-index: 5; */
    /* padding-bottom: 10px; */
    /* display: none; */
/* } */

.vedioDialog {
    width: 850px;
    height: 530px;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    padding-bottom: 10px;
    display: none;
}

.vedioDialog h3 {
    width: 754px;
    height: 50px;
    line-height: 50px;
    margin: 0 21px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    /* color: #00FAFF; */
    color: #000000;
    padding-left: 7px;
    position: relative;
    background: url(../img/titleBgL.png) no-repeat 10% bottom/ 90% 50%;
}

.vedioDialog h3 i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/arrLogo.png) no-repeat center center / 15px 18px;
}

.vedioDialog .videoIframBox {
    width: 800px;
    height: 450px;
    float: left;
    margin-left: 30px;
}

.vedioDialog .baseCont {
    width: 466px;
    height: 150px;
    margin: 20px auto 0 auto;
}

.vedioDialog .baseCont .baseImg {
    width: 150px;
    height: 100%;
    float: left;
}

.vedioDialog .baseCont .baseText {
    width: 254px;
    height: 100%;
    margin-left: 20px;
    float: left;
}

.vedioDialog .baseCont .baseText p {
    width: 254px;
    height: 116px;
    text-align: justify;
    text-indent: 32px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /*����������һ����Ԫ����ʾ���ı���������*/
    -webkit-box-orient: vertical;
    /*�����ϵ����� �����û���������ж������Ԫ�ص����з�ʽ ��*/
}

.vedioDialog .baseEquip {
    width: 466px;
    height: auto;
    /* background-color: #7BA9FC; */
    margin: 20px auto 0 auto;
}

.vedioDialog .detailBtn {
    width: 466px;
    height: 28px;
    margin: 10px auto 0 auto;
    position: relative;
}

.vedioDialog .detailBtn p {
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    color: #fff;
    background: url(../img/detailBg.png) no-repeat center center / 100% 100%;
    right: 0;
    cursor: pointer;
}

.vedioDialog .baseEquip ul {
    width: 100%;
    height: 100%;
}

.vedioDialog .baseEquip ul li {
    width: 200px;
    height: 64px;
    background: url(../img/equipBorder.png) no-repeat center center / 100% 100%;
    float: left;
    margin: 10px;
    position: relative;
}

.vedioDialog .baseEquip ul li i {
    display: block;
    position: absolute;
    width: 70px;
    height: 60px;
    top: -1px;
    left: 14px;
    /* background-color: #C13D9A; */
}

.videoListBox {
    width: 220px;
    height: 400px;
    /* background-color: #fff; */
    float: right;
    margin-right: 30px;
    margin: 20px 30px 20px 0;
}

.videoListBox ul {
    width: 100%;
    height: 100%;
    overflow: auto;
    border: 1px solid #00D2FF;
}

.videoListBox ul li {
    width: 100%;
    height: 40px;
    /* background-color: rgb(34,122,255); */
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    border-bottom: 1px dashed rgb(172, 167, 167);
    color: #fff;
    cursor: pointer;
}

.videoListBox ul li:hover {
    background-color: rgb(97, 147, 223);
}

.videoListBox ul .videoAc {
    background-color: rgb(34, 122, 255);
}

.videoListBox ul::-webkit-scrollbar {
    width: 0;
}

.tdt-container a.tdt-infowindow-close-button {
    visibility: hidden !important;
}


/*  ���鏗��  */


.soilDialog .diaRightInfo .textBox {
    margin-top: 20px;
    width: auto;
    height: auto;
}

.soilDialog .diaRightInfo .textBox p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}

.soilDialog .diaRightInfo .textBox p span {
    color: #0EFCFF;
    font-weight: bold;
    padding-left: 10px;
}

.soilDialog .diaRightInfo .soilInfoBox {
    margin-top: 6px;
}

.soilDialog .diaRightInfo .soilInfoBox .soilInfo {
    width: 100%;
    height: 54px;
    background-color: rgba(13, 20, 52, 0.46);
    margin-top: 5px;
}

.soilDialog .diaRightInfo .soilInfoBox .soilInfo p {
    width: 78px;
    height: 100%;
    float: left;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.soilDialog .diaRightInfo .soilInfoBox .soilInfo .infoDet {
    width: 78px;
    height: 100%;
    float: left;
}

.soilDialog .diaRightInfo .soilInfoBox .soilInfo .infoDet p {
    width: 100%;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
}

.soilDialog .diaRightInfo .soilInfoBox .soilInfo .infoDet p:first-child {
    color: #0EFCFF;
}

.soilDialog .diaRightInfo .soilInfoBox .soilInfo .infoDet p:first-child span {
    font-size: 22px;
    font-family: DS-DIGIB;
}

.soilDialog .diaCont .diaLeftInfo .iconBox i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/soilEquip.png) no-repeat center center / 50px 50px;
}

.dialogBox1 {
    background-color: rgba(18, 39, 86, .75);
    border-radius: 6px;
    /* box-shadow: 0px 0px 10px 0px rgba(14, 252, 255, 0.77); */
    background-image: url(../img/ltArr.png), url(../img/rtArr.png), url(../img/lbArr.png), url(../img/rbArr.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom left, bottom right;
}

.dialogBox1 h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00FAFF;
    padding-left: 30px;
    position: relative;
    box-sizing: border-box;
}

.dialogBox1 h3 i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/arrLogo.png) no-repeat center center / 15px 18px;
}

/*.ZMDialog {
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 10;
    border-radius: 10px;
    cursor: pointer;
}*/

.ZMDialog h3 {
    background: url(../img/titleBgL.png) no-repeat 10% bottom/ 90% 50%;
}

.ZMDialog .diaRightInfo .textBox {
    margin-top: 20px;
    width: auto;
    height: auto;
}

.ZMDialog .diaRightInfo .textBox p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}

.ZMDialog .diaRightInfo .textBox p span {
    color: #0EFCFF;
    font-weight: bold;
    padding-left: 10px;
}

.ZMDialog .diaCont .diaLeftInfo .iconBox i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/famenIcon.png) no-repeat center center / 50px 50px;
}

.ZMDialog .textBox input {
    width: 60px;
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid red;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #1B2857;
    border: 1px solid #357BE7;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 10px;
}

.ZMDialog .textBox text {
    float: left;
    display: block;
}

.ZMDialog .textBox .pUnit {
    margin-left: 6px;
}

.ZMDialog .textBox button {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-left: 10px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 12px #357be7 inset;
    border: 1px solid #357BE7;
    background-color: #1B2857;
    color: #fff;
}

.ZMDialog .textBox button:hover {
    background-color: rgb(4, 145, 215);
}

.ZMBoxDialog h3 {
    background: url(../img/titleBgL.png) no-repeat 10% bottom/ 90% 50%;
}

.ZMBoxDialog .diaRightInfo .textBox {
    margin-top: 20px;
    width: auto;
    height: auto;
}

.ZMBoxDialog .diaRightInfo .textBox p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}

.ZMBoxDialog .diaRightInfo .textBox p span {
    color: #0EFCFF;
    font-weight: bold;
    padding-left: 10px;
}

.ZMBoxDialog .diaCont .diaLeftInfo .iconBox i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/famenIcon.png) no-repeat center center / 50px 50px;
}

.ZMBoxDialog .textBox input {
    width: 60px;
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid red;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #1B2857;
    border: 1px solid #357BE7;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 10px;
}

.ZMBoxDialog .textBox text {
    float: left;
    display: block;
}

.ZMBoxDialog .textBox .pUnit {
    margin-left: 6px;
}

.ZMBoxDialog .textBox button {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-left: 10px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 12px #357be7 inset;
    border: 1px solid #357BE7;
    background-color: #1B2857;
    color: #fff;
}

.ZMBoxDialog .textBox button:hover {
    background-color: rgb(4, 145, 215);
}


.farmland .hasVideo .diaCont .diaLeftInfo {
    float: none;
    width: 142px;
    height: 200px;
    margin: 0 auto;
}

.farmland .hasVideo .diaCont .diaRightInfo {
    float: none;
    width: 238px;
    height: auto;
}

.farmland .hasVideo .diaCont {
    width: auto;
    margin: 0 auto;
}

.farmland .hasVideo .diaCont {
    float: left;
    /* background-color: #6F6F6F; */
}

.farmland .hasVideo {
    width: 1220px;
}

.farmland .famenwin {
    top: -868px;
    left: 216px;
}

.FMBoxDialog .popIframeBox {
    width: 950px;
    height: 520px;
    margin: 0 auto;
    float: left;
    padding: 10px;
}

.ZMBoxDialog .popIframeBox {
    width: 950px;
    height: 520px;
    margin: 0 auto;
    float: left;
    padding: 10px;
}

.equipBoxPop {
    position: absolute;
    left: 14%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.equipBoxPop h3 {
    width: 100%;
    background: url(../img/titleBgL.png) no-repeat left bottom/ 440px 50%;
}

.equipBoxPop .eqBoxContentLeft {
    width: 332px;
    height: 641px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(14, 252, 255, 0.77) inset;
}

.equipBoxPop .eqBoxContentRight {
    width: 938px;
    height: 560px;
    border-radius: 4px;
    margin-left: 28px;
}

.equipLabelBox {
    width: 260px;
    margin: 30px auto 0;
}

.equipLine {
    height: 28px;
}

.equipLine:not(:first-child) {
    margin-top: 12px;
}

.equipLine h5 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    height: 28px;
    line-height: 28px;
}

.equipLine .equipLineDetail {
    width: 180px;
    height: 28px;
    background: #1B2857;
    border: 1px solid #3073D6;
    border-radius: 3px;
    line-height: 28px;
}

.equipLine .equipLineDetail p {
    font-size: 14px;
    font-weight: bold;
    color: #0EFCFF;
    padding-left: 18px;
}

.subTitleH4 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #00FAFF;
    padding-left: 45px;
    margin-top: 24px;
    position: relative;
}

.subTitleH4 i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../img/arrLogo.png) no-repeat center center / contain;
}

.equipListUl {
    width: 315px;
    margin: 20px auto 0;
    max-height: 550px;
    overflow-y: auto;
}

.equipListUl li {
    width: 100%;
    height: 60px;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
    /* padding: 0 8px; */
}

.equipListUl li .listLiLine {
    height: 30px;
    font-size: 14px;
}

.equipListUl li .listLiLine .equipLineText {
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

.equipListUl li .listLiLine .equipLineText span {
    font-size: 18px;
    color: #29B6FB;
}


.mmColor {
    color: #29B6FB;
}

.equipListUl li .equipControlBtn p {
    color: #fff;
    width: 45px;
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

.equipListUl li .equipControlBtn p:not(:first-child) {
    margin-right: 8px;
}

.equipStatuLabel {
    position: relative;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
}

.equipStatuLabel em {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #29B6FB;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.equipListUl li .equipControlBtn .ecBtnAc {
    background-color: #29B6FB;
    border: 1px solid #29B6FB;
}

.equipVideoSelBox {
    width: 938px;
    height: 86px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(14, 252, 255, 0.77) inset;
}

.equipVideoSelTitle {
    width: 280px;
    height: 100%;
}

.equipVideoSelTitle h4 {
    height: 100%;
    line-height: 86px;
    margin-top: 0;
}

.equipVideoSelContent {
    width: 650px;
    height: 100%;
    /* 86px */
}

.equipVideoSelContent ul {
    max-height: 84px;
    overflow-y: auto;
}

.equipVideoSelContent ul li {
    float: left;
    height: 42px;
    line-height: 42px;
    width: 216px;
    color: #fff;
    position: relative;
    cursor: pointer;
    padding-left: 10px;
}

.equipVideoSelContent ul li:hover {
    color: #29B6FB;
}

.equipVideoSelContent ul .videoSelAc {
    color: #29B6FB;
}


.equipVideoSelContent ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #04F0FF;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.equipVideoSelContent ul li::after {
    content: '';
    height: 1px;
    width: 154px;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
    position: absolute;
    left: 0;
    bottom: 0;
}

.equipVideoPlayer {
    width: 936px;
    height: 526px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgb(14 252 255 / 77%) inset;
    margin-top: 30px;
}

.equipVideoPlayer iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 98%;
    box-shadow: 0px 0px 10px 0px rgb(14 252 255 / 77%) inset;
}

.es_online {
    color: #29B6FB;
}

.es_online em {
    background: #29B6FB;
}

.es_offline {
    color: #F6C27A;
}

.es_offline em {
    background: #F6C27A;
}

/* .CQDialog {
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 10;
    border-radius: 10px;
    cursor: pointer;
} */
.CQDialog .sqRightInfo {
    float: right;
    width: 400px;
    height: auto;
}

.CQDialog .sqRightInfo .textBox {
    margin-top: 20px;
    width: auto;
    height: auto;
}

.CQDialog .sqRightInfo .textBox p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}


.CQDialog .diaCont .sqLeftInfo {
    float: left;
    height: 100%;
}

.CQDialog .textBox text {
    float: left;
    display: block;
}

.CQDialog .textBox .pUnit {
    margin-left: 6px;
}

.CQDialog .textBox button:hover {
    background-color: rgb(4, 145, 215);
}


.wormBox {
    width: 385px;
}

.wormBox .baseTitle {
    margin-bottom: 8px;
}

.wormBox .wormBody .wormTop {
    padding: 0 21px;
}

.pieChart {
    width: 113px;
    height: 113px;
    float: left;
    margin-right: 39px;
}

.wormBox .wormBody .wormTotal {
    margin-top: 35px;
}

.wormBox .wormBody .titleNam {
    font-size: 18px;
    font-family: shishang;
    color: #e2edfa;
    line-height: 29px;
    text-align: center;
    border-bottom: 1px solid rgba(226, 237, 250, 0.46);
    position: relative;
    padding-left: 19px;
}

.wormBox .wormBody .titleNam::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 17px;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/hua.png) no-repeat center / 100%;
}

.wormBox .wormBody .wormIt {
    font-family: shishang;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.wormBox .wormBody .wormIt li {
    width: 33.3%;
    text-align: center;
    margin: 6px 0 5px 0;
}

.wormBox .wormBody .num {
    font-size: 24px;
    line-height: 29px;
}

.wormBox .wormBody .name {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 9px;
}

.wormBox .wormBody .name::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.wormImgBox {
    width: 385px;
}

.wormImgBox .baseTitle {
    margin-bottom: 12px;
}

.wormImgBox ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 7px;
    justify-content: space-between;
    height: 233px;
    overflow: auto;
}

.wormImgBox ul li {
    width: 163px;
    height: 158px;
    border: 1px solid #1e6694;
    padding: 7px 9px;
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    color: #ffffff;
    line-height: 19px;
    margin: 0 0px 12px 0px;
    cursor: pointer;
}

.wormImgBox ul li .wormImg {
    width: 132px;
    height: 99px;
    display: block;
    margin: 0 auto 6px;
}

.noneData {
    height: calc(100% - 40px);
    color: #bab4b4;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wormDetail {
    width: 1010px;
}

.wormDetail .wormLeft {
    width: 680px;
    height: 382px;
    background: #101010;
    border: 1px solid #1e6694;
    float: left;
    position: relative;
}

.wormDetail .wormLeft img {
    width: 509px;
    height: 380px;
    object-fit: contain;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.wormDetail .wormRight {
    width: 247px;
    height: 352px;
    float: right;
    border: 1px solid #1e6694;
    padding: 15px 20px;
    color: #e2edfa;
    font-size: 16px;
}

.wormDetail .wormRight h3 {
    font-size: 16px;
    margin-bottom: 11px;
}

.wormDetail .content {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 28px;
    max-height: 325px;
    overflow-y: auto;
}

.wormDetail .wormRight .content li {
    position: relative;
    padding-left: 30px;
    height: 19px;
    margin-bottom: 14px;
}

.wormDetail .wormRight .content i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
}

.wormDetail .wormRight .content .wormNum {
    float: right;
    text-align: right;
}