* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

.tdt-control-copyright.tdt-control {
    display: none;
}

#layerbox {
    position: fixed;
    right: 20px;
    top: 20px;
    background: #fff;
    z-index: 112;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 3px;
    z-index: 1000;
}

#layerbox_item {
    padding: 14px 0 13px;
    background: #fff;
    border-radius: 3px;
    height: 18px;
}

#layerbox_item .show-list {
    position: relative;
}


#layerbox_item .item {
    float: left;
    height: 18px;
    padding: 0 12px;
    font-size: 12px;
    border-left: 1px #dbdee2 dashed;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible;
    zoom: 1;
    color: #5f6477;
    display: flex;

    align-items: center;
}

a {
    text-decoration: none;
}

.checkbox {
    margin-right: 5px;
}


span.group-name {
    font-size: 20px;
    width: 50px;
    white-space: nowrap;
}



.tuli-label {
    display: none;
    padding: 15px 50px 15px 10px;
    background: #fff;
    margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
}


.map-border {
    /* padding: 20px 20px 30px 20px; */
    width: 100%;
    height: calc(100% + 5px);
    background: rgb(238, 239, 239);
    box-sizing: border-box;
    margin-top: -5px;
}

.map-title {
    font-weight: bold;
    font-size: 32px;
    color: rgb(5, 3, 3);
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-family: 'Microsoft YaHei';
}

#mapDiv {
    width: 100%;

    height: 100%;
}


.tdt-top.tdt-right {
    right: 0%;
    /* transform: translate(50%,0px); */
    /* left: 15px; */
    /* bottom: 15px; */
    background: rgba(255, 255, 255, .8);
    width: 100%;
    padding-bottom: 5px;
}

.area-list {
    /* padding-left: 15px; */
    height: 100%;
}

.map-img-border {
    width: 100%;
    height: 100%;
    /* border-image-source: url(images/border-img.png); */
    border-image-width: 40px;
    border-image-slice: 40;
    height: 100%;
    /* padding: 10px; */
    box-sizing: border-box;
}

.tdt-label.tdt-zoom-animated.tdt-clickable.tdt-label-right {
    background: #CE3132;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
}

.box-detail2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.box2-left {
    /* display: flex; */
    /* align-items: center; */
    height: 100%;
    width: 40%;
}

.box2-left-top {
    display: flex;
    align-items: center;
    width: 100%;
}


.box2-content {
    height: calc(100% - 222px);
    overflow: auto;
    padding-right: 28px;
    margin-top: 35px;
}

.box2-left-logo {
    margin-right: 20px;
    width: 30%;
}

.box2-right-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 434px;
}

.box2-right-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box2-qrcode-list {
    display: flex;
    align-items: center;
}


.box2-right-media {
    width: 78%;
    height: 100%;
}

.box2-right {
    width: 56%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.media-content {
    width: 106%;
    height: 100%;
    position: relative;
}

.tdt-iconLayers-layerCell_hidden{
    display: table-cell!important;
}
.media-img {
    width: 100%;
}

.box2-media-list {
    width: 22%;
}

.box2-media-item {
    width: 100%;
    text-align: right;
}

.box2-media-item img {
    width: 68%;
}

.box2-qrcode-border {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

p.logo-label {
    text-align: center;
    margin-top: 10px;
    font-size: 1.2em;
}

.box2-qrcode-item {
    margin-right: 40px;
}

.qrcode-img {
    width: 100%;
    text-align: center;
}

.logo-img {
    width: 100%;
}

.box2-left-info {
    width: calc(70% - 20px);
    box-sizing: border-box;
}


.box2-info-title {
    font-size: 1.8em;
    font-weight: bold;
}

.box2-info-list {
    margin-top: 28px;
}

.box2-info-item {
    font-size: 1.2em;
    margin-bottom: 6px;
}


.mobile-div {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(73, 47, 18, 0.95);
    width: 100%;
    height: 100%;
    z-index: 10000;
    padding: 2rem;
    box-sizing: border-box;
    color: #F2D8BA;
    overflow: auto;
    display: none;
}

.mobile-list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 2rem 0 3rem;
}

.mobile-item{
    width: calc(33% - 12px);
}


.mobile-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.mobile-right img{
    width: 88px;
    margin-left: 10px;
}

.mobile-item img{
    width: 100%;
}

.moble-label em{
    font-style: normal;
}


.mobile-line{
    width: 100%;
    height: 1px;
    background: #9E7D57;
    margin: 2rem 0;
}


.mobile-banner{
    background: url(images/bg_video.png);
    background-size: 100% 100%;
    border-image-slice: 100%;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.mobile-banner img{
    width: 100%;
}

.banner-img{
    height: 177px;
    object-fit: cover;
}



.mobile-qrcode{
    background: url(images/bg_code.png);
    background-size: 100% 100%;

    padding: 20px;
}


.mobile-sec-title {
    font-size: 1.5rem;
    color: #fff;
    display: inline;
    position: relative;
}


.mobile-sec-title::after{
    content:" ";
    height: 1px;
    background: rgba(203, 175, 143, 1);
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
}


.mobile-qrcode-border{
    width: 100%;
    text-align: center;
}

.mobile-qrcode {
    background: url(images/bg_code.png);
    background-size: 100% 100%;
    padding: 20px;
    text-align: center;
    display: inline-block;
    margin-top:2rem;
}

.mobile-content{
    margin-top: 1.5rem;
    line-height: 1.8;
}


.mobile-title {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 0.85rem;
}

.moble-label {
    margin-bottom: 0.4rem;
}

.back-btn{
    position: fixed;
    top: 50%;
    left:0;
    transform: translate(0,-50%);
    z-index: 100000;
    
}


.back-btn img{
    width: 4.2rem;
}

.tdt-iconLayers-layer{
    width: 100px!important;
    height: 100px!important;
}

.mobile-qrcode img{
    width: 150px;
    height: 150px;
}

video#video1 {
    height: 177px;
    width: 100%;
    object-fit: cover;
}

#audio1{
    width: 100%;
}

.tdt-iconLayers-layer[data-layerid='87']{
    display: none!important;
}

.tdt-iconLayers-layer[data-layerid='86']{
    display: none!important;
}

.group-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

.first-menu {
    background: #FBF6E8;
    padding: 20px 26px;
    color: #6C501F;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cfcfcf;
    font-size: 24px;
}

.child-list{
    display: none;
    max-height: 722px;
    overflow: auto;
}

img.first-icon{
    width: 15px;
    height: 15px;
    animation: all 1.5s;
}

em.first-em {
    /*height: 15px;*/
    /*width: 4px;*/
    /*background: #6C501F;*/
    /*position: absolute;*/
    /*left: 13px;*/
}

.bottom-panel{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    height: 90px;
    padding: 10px;
    box-sizing: border-box;
    /* border-right: 1px solid #eee; */
}
.bottom-row{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* border-right: 1px solid #eee; */
    padding-right: 7px;
    /* width: 35px; */
    /* height: 35px; */
    width: 220px;
    background: rgb(244 239 222);
}

.bottom-left{
    margin-right: 0.5rem;
}
.bottom-left img{
    width: 35px;
        height: 35px;
}

.bottom-right{
    color: #424242;
    font-size: 18px;
    font-weight: bold;
}
.son-count{
    margin: 0 5px;
    font-weight: normal;
    font-size: 18px;
}

.son-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qrcode-div{
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 350px;
    height: 350px;
    border-radius: 8px;
    box-shadow: 1px 1px 7px 2px #9c9c9c;
    z-index: 10000;
    padding: 2rem;
    box-sizing: border-box;
    color: #333;
    transform: translate(-50%,-50%);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.close-qrcode{
    position: absolute;
    top: 5px;
    right: -20px;
    transform: translate(-50%, 0px);
    cursor: pointer;
}

.qr-name{
    margin-top: 10px;
    white-space: nowrap;
}

.qr-font{
    margin-top: 10px;
    
}


.close-qrcode img{
    width: 50px;
    height: 50px;
}

.qr-img{
    width: 250px;
    height: 250px;
}


.qrcode-div .active-bg{
    background: transparent!important;
}


.tdt-right .tdt-control{
    float: unset!important;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 100000;
    padding-top: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

.tdt-iconLayers-layersRow{
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: calc(100% - 280px);
    margin-left: 280px;
}

.tdt-iconLayers-layerCell_hidden {
    
}

.slide{
    width: 1px;
    height: 16px;
    margin-left: 10px;
}

.tdt-iconLayers_topleft .tdt-iconLayers-layerCell, .tdt-iconLayers_topright .tdt-iconLayers-layerCell{
   padding-bottom: 20px!important;
}

.tdt-iconLayers-layerCell:last-child {
    margin-left: 40px;
}

.h{
    visibility: hidden;
}

.n{
    display: none;
}