
@media screen and (max-width:768px){
  html{font-size:31.25%; /*也就是5px(1em=1rem=5px)*/}
}
*::-webkit-input-placeholder{color:#999;font-size:1.4rem;}
*:-moz-placeholder{color:#999;font-size:1.4rem;}
*::-moz-placeholder{color:#999;font-size:1.4rem;}
*:-ms-input-placeholder{color:#999;font-size:1.4rem;}
.iconfont{font-family:"iconfont" !important;font-size:1.6rem;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;}
.trpm-btn{position: relative; height:36px;line-height: 34px; background:#5085FB;border: 1px solid #5085FB;border-radius:8px;text-align: center;}
.trpm-btn:hover,
.trpm-btn:active{color: #fff;}
.trpm-btn .bk{position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;background-color:transparent;}
.trpm-btn.btn-no{background:#ccc;border:1px solid #ccc;}

.page-box{height: 100%;padding: 12px 12px;}
.page-mc{width: 100%;height: 100%;}
.lf-box{flex:1;margin-right:12px; box-shadow:0px 0px 4px 0px rgba(0,0,0,0.08);border-radius:8px;background-color: #fff;}
.lf-box .lf-m{flex-direction: column;height: 100%; padding: 16px 2px 16px 16px;}
.rg-box{width:320px;box-shadow:0px 0px 4px 0px rgba(0,0,0,0.08);border-radius:8px;background-color: #fff;}
.rg-box .scroll{flex: 1; flex-direction: column;overflow: hidden;}
.rg-box .trpm-title{align-items: center;font-size: 16px;padding: 16px 0 0 16px;}
.rg-box .trpm-title img{max-width: 21px;margin-right: 6px;}
.rg-box .bm{padding: 16px 16px;}
.rg-box .bm .btn-fabu{width: 100%;}
.rg-box .ins{margin: 16px 16px 6px;background: #EBF1FC;border-radius: 8px;padding: 16px;color: #5085fb;}
.rg-box .ins .h{font-weight: bold;margin-bottom: 12px;text-align: center;font-size: 15px;}
.rg-box .ins .p{line-height: 20px;}
.caozuo{justify-content: space-between; position: relative;z-index: 1; margin-bottom: 6px;padding-right: 16px;}
.caozuo .btn-up{margin-left: 16px; background:#FFB324;border: 1px solid #FFB324;}
.caozuo .btn-up:hover{opacity: 1;background: #F3A106;border-color: #F3A106;}
.caozuo .btn-up .options{display: none; position: absolute;left: 50%;top: 0;z-index: 1;transform: translateX(-50%); }
.caozuo .btn-up:hover .options{display: block;}
.caozuo .btn-up .options .option-d{width: 136px;margin-top: 40px;padding:8px 8px 8px 8px; background-color: #fff; border-radius: 10px;box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);}
.caozuo .btn-up .option{position: relative;width: 100%; height: 32px;line-height: 32px;overflow: hidden; border-radius: 6px;color:#333;}
.caozuo .btn-up .option:hover{background-color: #E9ECF1;}
.caozuo .tisi{padding-left: 16px; color: #5085FB;cursor: pointer;}
.caozuo .tisi.rule{display: none;}
.caozuo .tisi .iconfont{margin-right: 3px;margin-bottom: -2px; font-size: 16px;}
.caozuo .tisi.txt{color: #E02020;font-size: 12px;}
.caozuo .tisi:hover{color: #0D49CE;}
.caozuo .trpm-btn.btn-sck,.caozuo .trpm-btn.btn-mbk{width:136px;}
.caozuo .trpm-btn.btn-mbk{margin-right: 16px;color: #fff;}
.caozuo .trpm-btn.btn-sck,.caozuo .trpm-btn.btn-up{transition: all .3s;}
.caozuo .trpm-btn.btn-sck.disabled,.caozuo .trpm-btn.btn-up.disabled{background: #ddd;border-color: #ddd;pointer-events: none;}

.fm{flex:1; padding: 16px 0;}
.fm .title{justify-content: space-between;line-height:18px;margin-bottom:10px;padding:0 16px 0 16px;font-size:1.4rem;border-left:0px #5085FB solid;color:#333;font-weight: 600;}
.fm .title .sm{color: #999;}
.fm .title .i{margin-bottom: -4px;font-style: normal;color: #FF696D;}
.fm .title .ts{font-size:1.2rem;color: #999;font-weight: normal;}
.fm .pd{padding: 0 12px;margin-bottom: 20px;}
.fm .pd .lab{padding-bottom: 6px;color: #666; text-align: left;}

.fm .cell{position: relative;z-index: 3; justify-content: space-between;width: 100%;padding: 8px 12px;background-color: transparent;border-radius: 8px;border:1px solid #EFF1F5;}
.fm .cell .lab{margin-right: 12px; white-space: nowrap;overflow: hidden;}
.fm .cell .icon-d{cursor: pointer;}
.fm .cell .icon-d .iconfont{padding:5px;font-size:14px;color:#fff;cursor:pointer;}
.fm .cell .icon-d .iconfont:hover{color:#5085fb;background-color:rgba(92,91,110,0.3);border-radius:50%;}
.fm .cell .icon-d .iconfont:nth-child(n+2){margin-left: 2px;}
.fm .cell .inp{position: relative;z-index: 2; width: 100%; height: 40px;padding: 0px;border: none;box-sizing: border-box;background-color: transparent;}

.fm .inp-cell{position:relative;justify-content:space-between;width:100%;padding:0;overflow: hidden; background-color:transparent;border-radius:8px;border:none;}
.fm .txt-inp-cell{border:1px solid #fff;}
.fm .inp-cell:hover,
.fm .inp-cell.on{border: 1px solid #5085FB;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06), 0px 0px 10px 0px rgba(80, 133, 251, 0.2);}
.fm .inp-cell .inp,
.fm .inp-cell .txt-inp{position: relative;z-index: 2; width: 100%; height: 36px;padding: 0 12px;border: none;box-sizing: border-box;background-color: #f2f2f2;}
.fm .inp-cell:hover .inp,
.fm .inp-cell:hover .txt-inp,
.fm .inp-cell.on .inp,
.fm .inp-cell.on .txt-inp{background-color: #fff;}
.fm .inp-cell .txt-inp{padding: 10px 12px;}
.fm .inp-cell .txt-inp{height: 88px;}
.fm .inp-cell .lab{white-space: nowrap;}
.fm .inp-cell .icon-d{position: absolute;right: 0px;top: 1px;z-index: 2;height: 100%;padding: 0 6px; cursor: pointer;}
.fm .inp-cell .icon-d .iconfont{font-size:1.6rem;color:#5085fb;}
.fm .inp-cell .icon-d :hover.iconfont{color: #5085fb;}
.fm .radio-cell,
.fm .check-cell{position: relative;font-weight: normal; cursor: pointer;}
.fm .radio-cell .iconfont,
.fm .check-cell .iconfont{color: #666;font-size: 1.6rem;vertical-align: middle;}
.fm .radio-cell:hover .iconfont,
.fm .radio-cell.on .iconfont,
.fm .check-cell:hover .iconfont,
.fm .check-cell.on .iconfont{color: #5085fb;}
.fm .radio-cell .lab,
.fm .check-cell .lab{margin-left: 4px;color: #666; font-size: 1.2rem;white-space: nowrap;}
.fm .radio-cell:hover .lab,
.fm .radio-cell.on .lab,
.fm .check-cell:hover .lab,
.fm .check-cell.on .lab{color: #5085fb;}

.fm .huati .bts-d .lb{padding-left: 6px; color: #999;}
.fm .huati .bts{flex: 1; width: 100%;flex-wrap: wrap;}
.fm .huati .bts .bt{margin: 0 16px 10px 0;margin-bottom: 12px;color: #333; cursor: pointer;}
.fm .huati .bts .bt:hover{color: #5085FB;}
.fm .huati .bts .bt .iconfont{display: none;margin-left: 6px;margin-right: 0; font-size: 1.4rem;cursor: pointer;}
.fm .huati .tags-cell{background-color: #f2f2f2;}
.fm .huati .tags-cell:hover,
.fm .huati .tags-cell.on{background-color: #fff;border: 1px solid #5085FB;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06), 0px 0px 10px 0px rgba(80, 133, 251, 0.2);}
.fm .huati .tags{padding-top: 12px;}
.fm .huati .tags .bt{margin-right: 12px;margin-bottom: 12px;padding:3px 8px 3px 12px; color: #fff; background-color: #5085FB;border: 1px solid #5085FB;border-radius: 14px;cursor: inherit;}
.fm .huati .tags .bt:hover{border:1px solid #5085FB;background-color: #5085FB;color: #fff;opacity: 0.9;}
.fm .huati .tags .bt .iconfont{display: block;margin-bottom: -2px; color: #fff;}
.fm .huati .tags .bt .txt{color: #fff;}
.fm .huati .ht {margin-top: -12px;}
.fm .huati .ht-inp{position: relative;}

.inplist{display: none; position: absolute;left: -1px;top: 0;z-index:1;width: calc(100% + 2px);height: auto;}
.inplist .scroll{position: relative; width: 100%;max-height: 300px;overflow-x: hidden;overflow-y: auto; margin-top:38px;background:#fff;border-radius:6px;border: 0px solid #e2e2e2;box-shadow: 0 0 8px rgba(0,0,0,.2);}
.inplist .list{width: 100%;}
.inplist .item{justify-content:space-between;line-height:28px;padding:2px 12px;font-size:12px;background-image:linear-gradient(#fff,hsla(0,0%,100%,.7));box-shadow:0 0 3px rgba(0,0,0,.06);cursor:pointer;}
.inplist .item:hover{background-image:linear-gradient(#fff,hsla(0,0%,100%,.5) 30%,#fff);box-shadow:0 0 26px rgba(0,61,131,.1);transform: translateY(-1px);}
.inplist .item:hover .txt{color:#5085fb;}

.sel-cell{overflow: unset!important; border: none;}
.trpm-sel{color: #666;}
.trpm-sel .nm .lab{flex: 1;padding: 0 !important;overflow: hidden;text-align: left!important;}
.trpm-sel .nm .sj{border-color: #999 transparent transparent transparent;}
.trpm-sel .options .option:hover{background:rgba(80,133,251,0.06);}
.trpm-sel .options .option:hover .txt{color: #5085fb;}
.trpm-sel .options .option .gou{display: none;color: #5085FB;}
.trpm-sel .options .option:hover .gou,
.trpm-sel .options .option.on .gou{display: block;}

.list-box{flex: 1;}
.list-box .scroll{width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;padding-top: 10px;padding-right: 14px;}
.list-box .list{flex-wrap:wrap;flex: 1;margin-left:-10px; --space:12px;}
.list-box .list .li{width: 25%;}
.list-box .list .li .li-m{position: relative; margin: 0 0 var(--space) var(--space); background-color: #F6F6F6;border-radius: 10px; transition: all 0.3s linear;}
.list-box .list .li .li-m:hover{background-color:#fff;border-radius:10px;-ms-transform:translate(0,-5px);
  -webkit-transform:translate(0,-5px);transform:translate(0,-5px);box-shadow:0px 0px 8px rgb(0,0,0,0.2);}
.list-box .list .li.dispose .li-m{height: calc(100% - var(--space));}
.list-box .list .li.dispose .li-m:hover{background-color:#F6F6F6;}
.list-box .list .li .img-d{display: block; position: relative; width: 100%;}
.list-box .list .li .img-d::after{content: "";display: block;padding-bottom: 56.25%;}
.list-box .list .li .img-d .img{position: absolute;left: 0;top: 0; width: 100%;height: 100%;overflow: hidden; border-radius: 10px 10px 0px 0px;}
.list-box .list .li .img-d .img img{width: 100%;height: 100%;transition: all 0.6s linear;}
.list-box .list .li .li-m:hover .img-d .img img{transform: scale(2,2);}
.list-box .list .li .img-d .play-icon{position: absolute;left: calc(50% - 15px);top: calc(50% - 15px);z-index: 2;width: 30px;height: 30px;background-repeat: no-repeat;background-position: center;background-size: 100%;background-image: url(../img/17.png);cursor: pointer;}
.list-box .list .li .img-d .pano-icon{background-image: url(../img/17.png);}
.list-box .list .li .img-d .model-icon{width:72px;height:72px;background:url(../img/pano_frame.png);background-size:72px 1801px;animation:sprite 2s steps(25) infinite;left:50%;top:50%;transform:translate(-50%,-50%) scale(0.6);}
.list-box .list .li .img-d .panoVideo-icon{background-image: url(../img/18_2.png);}
.list-box .list .li .img-d .img-icon{background-image: url(../img/17.png);}
.list-box .list .li .img-d .video-icon{background-image: url(../img/18.png);}
.list-box .list .li .img-d .bk{display: none; position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;border-radius: 10px 10px 0px 0px;background:linear-gradient( 180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);}
.list-box .list .li .li-m:hover .img-d .bk{display: block;}
.list-box .list .li .name{justify-content: space-between; line-height: 40px;padding: 0 10px;border-radius:  0px 0px 10px 10px;}
.list-box .list .li .name .nm{flex: 1;}
.list-box .list .li .name .latlng{height:22px;line-height:22px;padding:0 8px;border-radius:50px;font-size:1.2rem;color:#fff;background-color:#ff696d;cursor:pointer;text-align: center;}
.list-box .list .li .name .latlng:hover{background-color:rgba(255,105,109,.2);color:#ff696d;}
.list-box .list .li .name .latlng2{min-width:24px;padding:0;background-color:rgba(80,133,251,.2);}
.list-box .list .li .name .latlng2:hover{background-color:#5085fb;color:#fff;padding:0 8px;}
.list-box .list .li .name .latlng .icon_biaozhu{font-size:14px;margin-right:2px;}
.list-box .list .li .name .latlng2 .icon_biaozhu{color:#5085fb;margin:0;}
.list-box .list .li .name .latlng2:hover .icon_biaozhu{color:#fff;margin-right:2px;}
.list-box .list .li .name .latlng2 span{display:none;}
.list-box .list .li .name .latlng2:hover span{display:inline;}

.list-box .list .li .btns-d{display:none;align-items: center; justify-content:center;position:absolute;left:0;top:10px;z-index:3;width:100%;pointer-events:none;}
.list-box .list .li .li-m:hover .btns-d{display: flex;}
.list-box .list .li .btns-d .btn-d{padding:9px 16px;border-radius:10px;background-color:#fff;pointer-events:auto;}
.list-box .list .li .btns-d .btn{position:relative;margin-right:12px;overflow:hidden;color:#5085fb;font-size: 14px; cursor:pointer;}
.list-box .list .li .btns-d .iconfont{font-size:1.6rem;margin-right:4px;}
.list-box .list .li .btns-d .del{margin-right:0;/* color:#FF696D; */}
.list-box .list .li .info{position: relative; width: 100%;height: 100%;text-align: center;}
.list-box .list .li .info::after{content: "";display: block;padding-bottom: 56.25%;}
.list-box .list .li .info .icon{width: 60px;margin: auto;}
.list-box .list .li .info .txt{padding: 16px 16px 0; color: #999;}
.list-box .loadMore{width: 100%;padding: 12px 0; display: none;color: #999;text-align: center;}
.list-box .empty{width: 100%;height: calc(100% - 10px);text-align: center;}
.list-box .empty .info{flex-direction: column;width: 100%;}
.list-box .empty .img{display: inline-block;}
.list-box .empty .img img{width: 116px;}
.list-box .empty .ts{height: 28px;line-height: 28px;margin: -25px auto 19px auto; font-size: 20px;color: #333;text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);}
.list-box .empty .txt{width:60%; line-height: 20px; color: #666;}
.list-box .empty .txt .lb{color: #999;}
.list-box .empty .txt .b{border-radius: 6px;padding: 2px 4px;}
.list-box .empty .txt .b1{background: #FEE0CC;color: #FB8232;}
.list-box .empty .txt .b2{background: #E0D7FF;color: #7852FF;}
.list-box .empty .hh{margin-bottom: 19px;font-size: 18px;}
.list-box .empty .a{color: #5085FB;}
.list-box .empty .a:hover{text-decoration: underline;}
/* 弹框 */
.trpm-alert.work-alert .trpm-inp::-webkit-input-placeholder{color:#999;font-size:1.4rem;}
.trpm-alert.work-alert .trpm-inp:-moz-placeholder{color:#999;font-size:1.4rem;}
.trpm-alert.work-alert .trpm-inp::-moz-placeholder{color:#999;font-size:1.4rem;}
.trpm-alert.work-alert .trpm-inp:-ms-input-placeholder{color:#999;font-size:1.4rem;}
.trpm-alert.work-alert{display: block;}
.trpm-alert.work-alert .trpm-bk{background-color: rgba(0, 0, 0, 0.2);}
.trpm-alert.work-alert .trpm-mc{flex-direction: column; width:60%;height:60%;padding: 0; opacity: 1;box-shadow:0px 0px 40px 0px rgba(0,0,0,0.2);border-radius:8px;text-align:center;}
.trpm-alert.work-alert .trpm-mc .trpm-x{top: 12px;right: 12px; transform:rotate( 0deg );font-size: 0;}
.trpm-alert.work-alert .trpm-mc .trpm-x .iconfont{font-size: 2rem;}
.trpm-alert.work-alert .trpm-mc .trpm-x .iconfont:hover{color: #5085FB;}
.trpm-alert.work-alert .trpm-mc .trpm-tl{padding:12px 12px;margin-bottom:1px;font-size:1.6rem;font-weight:normal;border-radius:6px 6px 0 0;box-shadow:0px 0px 6px 0px rgb(0 0 0 / 8%);text-align: left;}
.trpm-alert.work-alert .trpm-mc .trpm-tl .tag .sp{margin-right: 12px;font-size: 18px;}
.trpm-alert.work-alert .m-d{flex:1;overflow:hidden;border-radius:0 0 8px 8px;}
.trpm-alert.work-alert .m-d .rg{flex-direction:column;flex: 1;}
.trpm-alert.work-alert .m-d .rg .rg-d{flex: 1;}
.trpm-alert.work-alert .trpm-mc .btn-d{justify-content:flex-end;margin-top:1px;padding:12px 12px;border-radius:0 0 6px 6px;box-shadow:0px 0px 6px 0px rgb(0 0 0 / 8%);}
.trpm-alert.work-alert .trpm-mc .btn-d .cou-d{flex: 1; color:#666;text-align: left;}
.trpm-alert.work-alert .trpm-mc .btn-d .trpm-btn{min-width: 84px; line-height:34px;padding:0px 15px;border:1px solid #5085FB;background-color:#5085FB;border-radius:10px;text-align: center;}
.trpm-alert.work-alert .trpm-mc .btn-d .trpm-btn.btn-cancel{margin-right: 12px; background-color:#F2F5FA;border:0 solid #999999;color:#333;}
.trpm-alert.work-alert .trpm-mc .btn-d .trpm-btn .iconfont{padding-right: 6px;}
/* 弹框-搜索 */
.trpm-alert.work-alert .ser-d{padding:12px 12px;justify-content:space-between;}
.trpm-alert.work-alert .ser-d .inp-d{position:relative;height:30px;width:260px;overflow:hidden;background-color:#F2F2F2;border:1px solid #F2F2F2;border-radius:6px;}
.trpm-alert.work-alert .ser-d .inp-d:hover{background-color:#fff;border: 1px solid #5085FB;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06), 0px 0px 10px 0px rgba(80, 133, 251, 0.2);}
.trpm-alert.work-alert .ser-d .inp-d .inp{padding-right:32px;border:none;}
.trpm-alert.work-alert .ser-d .btn-ser{position:absolute;right:0;top:0;z-index:1;width:30px;height:30px;line-height:30px;text-align:center;cursor:pointer;}
.trpm-alert.work-alert .ser-d .inp-d:hover .btn-ser{color:#5085fb;}
.trpm-alert.work-alert .ser-d .btn-up{background-color: #FFB324;border: 1px solid #FFB324;}
/* 单输入框弹框 */
.trpm-alert.one-alert .trpm-mc{width: 460px;height: auto;}
.trpm-alert.one-alert .trpm-mc .trpm-tl{position: relative; box-shadow:none;font-size: 1.8rem;}
.trpm-alert.one-alert .trpm-mc .trpm-tl .tag{position: absolute;top: 22px;left: 24px;}
.trpm-alert.one-alert .m-d .rg{padding: 30px 24px 34px 24px;}
.trpm-alert.one-alert .inp-cell{padding-left: 10px;margin: 10px 30px 0 0;border: none;border: 1px solid #5085fb;border-radius: 8px;}
.trpm-alert.one-alert .inp-cell .inp{width: 100%;height: 37px;}
.trpm-alert.one-alert .trpm-mc .btn-d{box-shadow:none;}
/* 删除 */
.trpm-alert.delete-alert .trpm-mc{height: auto;width: 460px;}
.trpm-alert.delete-alert .trpm-mc .trpm-tl{margin-top: 15px;padding-bottom: 0;padding: 28px 24px 0 28px; font-size: 1.8rem;font-weight: bold;box-shadow: none;}
.trpm-alert.delete-alert .trpm-mc .trpm-tl .icon{display: block; width: 24px;height: 24px;margin-right: 4px; color: #F7B500;font-size: 2.4rem;background-repeat: no-repeat;background-position: center;background-size: 100%;background-image: url(../img/gth.png);}
.trpm-alert.delete-alert .trpm-mc .trpm-tl .tag .sp{font-size: 18px;}
.trpm-alert.delete-alert .trpm-mc .info{padding: 16px 28px 0px 56px; text-align: left;}
.trpm-alert.delete-alert .trpm-mc .info .txt{color: #666;}
.trpm-alert.delete-alert .trpm-mc .btn-d{padding: 24px; box-shadow: none;}
/* 地图弹框 */
.trpm-alert.map-alert .trpm-mc{width:720px;height:60%;}
.trpm-alert.map-alert .latlng .lab{padding-left:10px;padding-right:10px;color: #666;}
.trpm-alert.map-alert .latlng .inp{width:89px;height:30px;padding:0 5px;background:#f2f2f2;border-radius:4px;}
/* 提示弹框 */
.trpm-alert.tishi-alert{display: block;}
.trpm-alert.tishi-alert .trpm-mc{width:420px;height:550px;}
.trpm-alert.tishi-alert .m-d{flex: none;}
.trpm-alert.tishi-alert .trpm-mc .rg{width: 100%;}
.trpm-alert.tishi-alert .trpm-mc .qrcodeCanvas{margin-top: 25px;}
.trpm-alert.tishi-alert .info-box{width: 100%;padding-top: 70px;}
.trpm-alert.tishi-alert .info{flex: 1;}
.trpm-alert.tishi-alert .info .img{display: inline-block;width: 150px;}
.trpm-alert.tishi-alert .info .img img{width: 100%;}
.trpm-alert.tishi-alert .info .txt{padding-top: 7px; font-size: 2.4rem;}
.trpm-alert.tishi-alert .info .sm-txt{padding: 12px 10% 0 10%; font-size: 13px;color: #425262;}
.trpm-alert.tishi-alert .btns{justify-content: center;padding-top: 35px;}
.trpm-alert.tishi-alert .btns .trpm-btn{min-width: 105px;height: 40px; line-height:38px;padding:0px 15px;border:1px solid #5085FB;background-color:#5085FB;border-radius:10px;text-align: center;}
.trpm-alert.tishi-alert .btns .btn-edit{margin-right: 16px; background-color:#FFB324;border:1px solid #FFB324;}
.trpm-alert.tishi-alert .btns .btn-back{margin-right: 16px; background-color:#F0F2F1;border:none;color: #666;}
.trpm-alert.tishi-alert .btns .trpm-btn .txt{color: #fff;}
/* 全景视频弹框 */
.trpm-alert.panoVideo-alert .m-d .rg .rg-d{width: 100%;height: 100%;}
/* 视频弹框 */
.trpm-alert.video-alert .m-d .rg .rg-d .video{width: 100%;height: 100%;background-color: #000;}
/* 图片弹框 */
.trpm-alert.img-alert .m-d .rg .rg-d .big-img-box{width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;}
.trpm-alert.img-alert .m-d .rg .rg-d .big-img{max-width: 100%;height: auto;}
/* iframe弹框 */
.trpm-alert.iframe-alert .m-d .rg .rg-d .iframe-box{width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;}
.trpm-alert.iframe-alert .m-d .rg .rg-d .iframe{width:100%;height:100%;border:none;border-radius:6px;}
/* 全景编辑弹框 */
.trpm-alert.editPano-alert .trpm-mc{width: 736px;height: auto;}
.trpm-alert.editPano-alert .m-d .lf,
.trpm-alert.editPano-alert .m-d .rg{padding-right: 12px;}
.trpm-alert.editPano-alert .m-d .rg .tl{padding:12px 0 6px 0;color: #666;text-align: left;}
.trpm-alert.editPano-alert .m-d .rg .rg-d{position: relative; flex:1; width: 100%;margin-bottom: 10px;background-color: #fafafa;}
.trpm-alert.editPano-alert .fm{padding-top: 12px; padding-bottom: 0;}
.trpm-alert.editPano-alert .fm .pd{margin-bottom: 12px;}
.trpm-alert.editPano-alert .inp-cell .inp, 
.trpm-alert.editPano-alert .inp-cell .txt-inp{height: 32px;}
.trpm-alert.editPano-alert .Wdate{background-position: 96% center;}
.trpm-alert.editPano-alert .pd-up .img-cell{align-items: flex-end; border: none;}
.trpm-alert.editPano-alert .pd-up .up-img{position: relative; width: 122px;height: 122px;border-radius:4px;overflow: hidden;background-repeat:no-repeat;background-position:center;background-size:contain;}
.trpm-alert.editPano-alert .pd-up .up-img img{width:100%;height:100%;border-radius:4px;opacity: 0;}
.trpm-alert.editPano-alert .pd-up .btn-up2{position:absolute;left:calc(50% - 30px);top:calc(50% - 13px);width:60px;height:24px;line-height:22px;font-size: 1.2rem; color:#5085fb;background-color:#fff;border:1px solid #fff;border-radius:16px;}
.trpm-alert.editPano-alert .pd-up .btn-up2:hover{color:#fff;background-color:#5085fb;border:1px solid #5085fb;}
.trpm-alert.editPano-alert .pd-up .tisi{padding: 0 0 0 12px; color:#888;font-size:1.2rem;text-align: left;}
.trpm-alert.editPano-alert .pano-view{width: 100%;height: 100%;}
.trpm-alert.editPano-alert .tishi{position:absolute;left:0;top:calc(50% - 22px);z-index:2;width:100%;margin:0;pointer-events:none;text-align:center;}
.trpm-alert.editPano-alert .tishi .txt{display:inline-block;padding:8px 30px;margin:0 auto 8px auto;border-radius:4px;color:#fff;background-color:rgba(0,0,0,.5);}
.trpm-alert.editPano-alert .tishi .jt{height:55px;width:auto;margin:0 auto;}
.trpm-alert.editPano-alert .epy{width:100%;height:338px;text-align:center;}
.trpm-alert.editPano-alert .epy .icon img{display:inline;width:60px;}
.trpm-alert.editPano-alert .epy .l{padding-top:12px;color:#666;font-size:13px;}
.trpm-alert.editPano-alert .epy .s{padding-top:8px;color:#999;}
/* 视频编辑弹框 */
.trpm-alert.editVideo-alert .trpm-mc{height: auto;}
.trpm-alert.editVideo-alert .fm{padding-top: 12px; padding-bottom: 0;}
.trpm-alert.editVideo-alert .fm .pd{margin-bottom: 12px;}
.trpm-alert.editVideo-alert .inp-cell .inp, 
.trpm-alert.editVideo-alert .inp-cell .txt-inp{height: 32px;}
.trpm-alert.editVideo-alert .pd-up .inp-cell{border: none;}
.trpm-alert.editVideo-alert .pd-up .up-img{position: relative; width: 100%;height: 290px;border-radius:4px;overflow: hidden;background-repeat:no-repeat;background-position:center;background-size:contain;background-color: #eee;}
.trpm-alert.editVideo-alert .pd-up .up-img img{width:100%;height:100%;border-radius:4px;opacity: 0;}
.trpm-alert.editVideo-alert .pd-up .cz-d{position:absolute;left:0;bottom: 40px;z-index: 1; width:100%;pointer-events: none;text-align: center;}
.trpm-alert.editVideo-alert .pd-up .btn-up2{display: inline-block; width:112px;height:30px;line-height:28px;font-size: 1.2rem; color:#fff;background-color:#5085fb;border:1px solid #5085fb;border-radius:16px;pointer-events: auto;}
.trpm-alert.editVideo-alert .pd-up .btn-up2:hover{color:#5085fb;background-color:#fff;border:1px solid #fff;}
.trpm-alert.editVideo-alert .pd-up .tisi{padding: 12px 12px 0 12px; color:#999;font-size:1.2rem;}
/* 模型编辑弹框 */
.trpm-alert.editModel-alert .trpm-mc{height: auto;}
.trpm-alert.editModel-alert .ts-info{line-height: 22px;padding: 12px;margin:16px;border-radius:8px;background-color:#F2F2F2;text-align: left;}
.trpm-alert.editModel-alert .ts-info .tl{font-size: 16px;color: #666;}
.trpm-alert.editModel-alert .ts-info .txt{font-size: 12px;color: #333;}
.trpm-alert.editModel-alert .ts-info .txt span{padding-right: 32px;}
.trpm-alert.editModel-alert .fm{padding-top: 12px; padding-bottom: 0;}
.trpm-alert.editModel-alert .fm .xh{font-style: normal;color: red;padding-right: 2px;}
.trpm-alert.editModel-alert .fm .pd{display: flex;align-items: center; margin-bottom: 12px;}
.trpm-alert.editModel-alert .fm .lab{padding-right:10px;color:#666;font-size: 14px; text-align:right;width:116px;}
.fm .inp-cell{flex: 1;}
.trpm-alert.editModel-alert .inp-cell .inp, 
.trpm-alert.editModel-alert .inp-cell .txt-inp{height: 32px;}
.trpm-alert.editModel-alert .fm .pd-up{border: none;align-items: start;}
.trpm-alert.editModel-alert .pd-up .inp-cell{border: none;}
.trpm-alert.editModel-alert .pd-up .up-img{position: relative; width: 100%;height: 290px;border-radius:4px;overflow: hidden;background-repeat:no-repeat;background-position:center;background-size:contain;background-color: #eee;}
.trpm-alert.editModel-alert .pd-up .up-img img{width:100%;height:100%;border-radius:4px;opacity: 0;}
.trpm-alert.editModel-alert .pd-up .cz-d{position:absolute;left:0;bottom: 40px;z-index: 1; width:100%;pointer-events: none;text-align: center;}
.trpm-alert.editModel-alert .pd-up .btn-up2{display: inline-block; width:112px;height:30px;line-height:28px;font-size: 1.2rem; color:#fff;background-color:#5085fb;border:1px solid #5085fb;border-radius:16px;pointer-events: auto;}
.trpm-alert.editModel-alert .pd-up .btn-up2:hover{color:#5085fb;background-color:#fff;border:1px solid #fff;}
.trpm-alert.editModel-alert .pd-up .tisi{padding: 12px 12px 0 12px; color:#999;font-size:1.2rem;}

@media screen and (max-width: 1280px){
   .list-box .list .li{width: 33.33%;}
}

/* 子账号 */
.sub-user .caozuo .tisi.rule{display: none;}
@keyframes sprite{0%{background-position:0 0}
100%{background-position:0 -1801px;}
}




