body{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
img{
    -webkit-user-drag: none;
}
.modeWrap{
    display: none;
    position: fixed;
    left: 0;
    font-size: 0;
}
.operaItem{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    vertical-align: middle;
}
.operaItem img{
    vertical-align: middle;
}
.clearBar,.infoBar,.sencesBtnW{
    display: inline-block;
    z-index: 1;
}
.outRotate{
    display: none;
}
.outMusic{
    display: none;
}
.mode{
    text-align: center;
}
.layui-layer-setwin .layui-layer-close2:hover{
    background-position: -149px -31px;
}
.viewLogo{
    vertical-align: middle;
    margin-right: 4px;
}
.logoActD{
    display: inline-block;
}
.modeTitle {
    text-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.operaItem{
    background: rgba(35, 35, 36, 0.28);
}
.operaItem.auditBtn{
    background: none;
}
.auditBtnMode12{
    display: inline-block;
    position: relative;
}
.auditBtnMode12 .auditOperaW{
    right: -84px;
    z-index: 1;
}
.auditBtnMode12None{
    display: none;
    overflow: hidden;
    opacity: 0;
}
.sencesBtn12{
    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 26px;
    background: rgba(48, 48, 56, 0.28);
    border: 1px solid rgba(240, 240, 240, 1);
    border-radius: 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.sencesBtn12 img{
    vertical-align: middle;
}
.mode3 .sencesBtn12{
    width: 26px;
    height: 96px;
    line-height: 96px;
    background: rgba(24, 24, 24, 0.3);
    border-radius: 10px 0px  0px 10px;
    border:none;
}
.mode3 .sencesBtn12 img{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.mode3 .sences12{
    display: none;
}
.mode1 .sences3,
.mode2 .sences3{
    display: none;
}
.auditBtn{
    display: inline-block;
    position: relative;
}
.auditBtn .operaItem{
    background: rgba(248, 248, 248, 1);
    margin: 0 !important;
}
/* 滚动文字 st */
.textRollW{
    text-overflow: initial !important;
}
.textRollW2{
    text-overflow: ellipsis !important;;
}
.textRoll{
    position: relative;
}
/* 滚动文字 ed */






/* 沙盘 st */
.sandTableW{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 1;
    height: 22px;
}
.sandTriW{
    display: inline-block;
    vertical-align: top;
    background: rgba(255,255,255,0.7);
    border-radius: 11px 0 0 11px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    cursor: pointer;
    margin-top: 2px;
}
.sandLine{
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #1E1E1E;
    display: inline-block;
    vertical-align: middle;
}
.sandTri{
    border: 7px solid rgba(0,0,0,0);
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
}
.sandTriTxt{
    font-size: 12px;
    color: #1E1E1E;
    display: inline-block;
    vertical-align: middle;
    margin:0 8px;
    font-weight: bold;
}
/* 沙盘打开 */
.sandOpenTri .sandTri{
    border-left-color: #1E1E1E;
    margin-left: 3px;
}
/* 沙盘关闭 */
.sandCloseTri{
    padding-left: 1px;
}
.sandCloseTri .sandTri{
    border-right-color: #1E1E1E;
    margin-right: 3px;
}
.sandContW{
    display: inline-block;
    width: 0;
    height: 320px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    opacity: 0;
}
.sandOpenTri{
    display: none;
    padding-left: 10px;
}
/* 打开状态 */
.sandTableWAct .sandContW{
    width: 320px;
    opacity: 1;
}
.sandTableWAct .sandContWBot{
    opacity: 1;
}
.sandTableWAct .sandOpenTri{
    display: inline-block;
}
.sandTableWAct .sandCloseTri{
    display:none;
}
.sandContWTot{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
    line-height: 320px;
}
.sandContWBot{
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 0;
    bottom: 8px;
    box-sizing: border-box;
    padding:0 4px;
    opacity: 0;
}
.sandItem{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    min-width: 50px;
    max-width: 58px;
    height: 20px;
    border-radius: 10px;
    background: rgba(48, 48, 56, 0.44);
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 4px;
    margin-top: 4px;
}
.sandItem:nth-child(1){
    margin-left: 0;
}
.sandItemAct{
    background: #F68400;
}
.sandContItem{
    display: none;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    vertical-align: middle;
    line-height: 1;
}
.sandContItemAct{
    display: inline-block;
}
.sandContImg{
    max-width: 100%;
    max-height: 320px;
}
.sandContSpotItem{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    pointer-events: none;
}
.spotImg{
    cursor: pointer;
    position: absolute;
    width: 21px;
    opacity: 0;
    pointer-events: auto;
}
/* 沙盘 ed */

/* 场景条 st */
.sencesTool{
    position: fixed;
    width: 110px;
    height: 100%;
    background: rgba(42, 42, 42, 0.2);
    font-size: 0;
    z-index: 2;
    padding: 8px 5px 36px 5px;
    box-sizing: border-box;
}
.sencesToolIn{
    height: 100%;
}
.sencesToolBtnIn{
    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 26px;
    background: rgba(48, 48, 56, 0.28);
    border: 1px solid rgba(240, 240, 240, 1);
    border-radius: 14px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 8px;
}
.sencesTri{
    vertical-align: middle;
}
.mode1 .sencesTri,
.mode2 .sencesTri{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.sencesToolItem{
    margin-bottom: 4px;
}
.sencesToolItemTop{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(24, 24, 24, 0.46);
    border-radius: 4px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #D3D3D3;
    cursor: pointer;
}
.sencesToolItemCont{
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding-left: 8px;
}
.sencesToolItemTop span{
    font-size: 12px;
    color: #fff;
}
.proTopTxt{
    box-sizing: border-box;
    width: 68px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}
.proTopNumW{
    float: right;
}
.proTopLogArrow {
    display: inline-block;
    width: 9px;
    height: 5px;
    background: url(./img/lright2.png) no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    vertical-align: middle;
}
.animal{
    transition: all .6s;
    -webkit-transition: all .6s;
}
.sencesItem{
    width: 84px;
    height: 84px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 3px solid #F5F5F5;
    position: relative;
    cursor: pointer;
    margin-top: 8px
}
.sencesItemImg{
    width: 100%;
    height: 100%;
}
.sencesItemBot{
    position: absolute;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: rgba(48, 48, 56, 0.4);
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
    left: 0;
    text-align: center;
    bottom:-1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 4px;
    box-sizing: border-box;
}
.sencesItemAct{
    border: 3px solid #FF7200;
}
.sencesToolItemAct .proTopLogArrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sencesToolItemAct .sencesToolItemCont{
    display: block;
    height: auto;
    overflow-y: auto;
}
.outClear{
    vertical-align: sub;
}
.senceItemB{
    display: inline-block;
    vertical-align: top;
}
.auditOperaW{
    display: none;
    position: absolute;
    width: 219px;
    height: 115px;
    background: rgba(35, 35, 36, 0.7);
    border-radius: 4px;
    text-align: center;
    top: -126px;
    right: 0;
    pointer-events: none;
}
.auditOperaTxt{
    font-size: 14px;
    color: #FFFFFF;
    padding: 20px 0;
}
.auditOperaBtnAdd{
    margin-left: 12px;
}
.auditOperaBtn{
    display: inline-block;
    vertical-align: top;
    width: 86px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    color: #F68400;
    cursor: pointer;
    pointer-events: auto;
}
.auditOperaBtn_hide{
    display: none;
}
/* 场景条 ed */


















/* 模式1 st */
.mode1 .clearAndinfoBar{
    bottom: 20px;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    font-size: 0;
    z-index: 1;
}
.mode1 .sencesTool{
    right: 0;
    top: 0;
}
.mode1 .clearBar,.mode1 .infoBar{
    display: inline-block;
    font-size: 0;
}
.outClearW{
    display: none;
    width: 126px;
    height: 40px;
    line-height: 40px;
    background: rgba(48, 48, 56, 0.28);
    border-radius: 20px;
    text-align: center;
    position: fixed;
    bottom: 16px;
    left: 50%;
    margin-left: -63px;
    cursor: pointer;
}
.mode1 .outClearTxt{
    font-size: 14px;
    color: #FFFFFF;
    vertical-align: middle;
}
.mode1 .clearAndinfoBarIn{
    padding: 2px 18px;
    background: rgba(35, 35, 36, 0.28);
    border-radius: 18px;
    display: inline-block;
}
.mode1 .clearAndinfoBarIn .operaItem{
    background: none;
    margin-right: 10px;
}
.mode1 .clearAndinfoBarIn .operaItem:hover{
    background: rgba(35, 35, 36, 0.6);
}
.mode1 .sencesBtnW{
    position: fixed;
    right: 6px;
    bottom: 12px;
}
.mode1 .sencesTri{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.mode1 .sences12{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.mode1 .sencesTxt{
    font-size: 14px;
    color:#fff;
    margin-top: 6px;
}
.mode1 .authorMode{
    position: fixed;
    left: 22px;
    bottom: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.mode1 #rotate2,.mode1 #outRotate2{
    display: none;
}
.mode1 #music2,.mode1 #outMusic2{
    display: none;
}
.mode1 .hideTool{
    top:100%;
}

/* 模式1 ed */








/* 模式2 st */
.mode2 .senceItemB{
    float: right;
}
.mode2 .sencesBtn{
    margin-left: 0;
    margin-right: 12px;
}
.mode2 .auditOperaW{
    right: 0;
}
.mode2 .operaItem{
    margin-left: 10px;
}
.mode2 .sencesBtnW{
    position: fixed;
    left: 6px;
    top: 8px;
}
.mode2 .sencesTool{
    left: 0;
    bottom: 0;
}
.mode2 .clearAndinfoBar{
    position: fixed;
    bottom: 25px;
    right: 32px;
    text-align: right;
}
.mode2 .authorMode{
    position: fixed;
    left: 22px;
    bottom: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.authorM2L,.authorM2R{
    display: inline-block;
    vertical-align: middle;
}
.authorM2L{
    padding-right: 10px;
}
.authorM2RIn{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.mode2Log{
    vertical-align: middle;
    max-width: 250px;
    max-height: 80px;
    border-radius: 2px;
}
.authorM2RTop{
    display: inline-block;
    vertical-align: middle;
}
.titleTxtShow{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.mode2Phone{
    cursor: pointer;
    vertical-align: middle;
    margin-left: 8px;
}
.authorM2RBot{
    margin-top: 10px;
    line-height: 16px;
}
.authorM2RBot span{
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.mode2 .hideTool{
    bottom:100%;
}






/* 模式2 ed */











/* 模式3 st */
.mode3 .clearAndinfoBar{
    position: fixed;
    top: 0;
    height: 100%;
    right: 22px;
    width: 34px;
    text-align: right;
    display: flex;
	align-items: center;
}
.mode3 .clearAndinfoBarIn{
    padding: 60px 0;
}
.mode3 .sencesBtnW{
    position: fixed;
    right: 0;
    bottom: 55px;
}
.mode3 .sences{
    width: 8px;
}
.mode3 .authorMode{
    position: fixed;
    left: 22px;
    top: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.mode3BotW{
    display: inline-block;
    margin-top: 2px;
    line-height: 16px;
}
.mode3BotW span,.mode3BotW div{
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.mode3Line{
    width: 1px;
    height: 13px;
    background: rgba(255,255,255,0.4);
    margin: 0 12px;
}
.mode3 .operaItem{
    margin-bottom: 14px;
}

/* 模式3 场景条 st */
.mode3 .sencesTool{
    right: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    text-align: center;
    padding: 0;
    pointer-events: none;
    background: none;
}
.mode3 .sencesToolBtn{
    right: 0;
    top: 10px;
    z-index: 1;
    position: absolute;
    pointer-events: auto;
}
.mode3 .sencesToolIn{
    height: 160px;
}
.mode3 .sencesTool2{
    height: 150px;
}
.mode3 .sencesTool2 .sencesToolIn{
    height: 120px;
}
.mode3 .sencesTool2 .sencesToolBtn{
    height: 30px;
    line-height: 30px;
}
.mode3 .sencesTool2 .sencesToolBtn img{
    vertical-align: middle;
}
.hideTool .sencesToolBtn{
    display: none;
}
.mode3 .hideTool .sencesToolIn{
    opacity: 0;
}
.mode3SenceTop{
    height: 116px;
    line-height: 116px;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 10px;
    background: rgba(48, 48, 56, 0.2);
    pointer-events: auto;
}
.mode3SenceBot{
    padding-top: 8px;
}
.mode3ProItem {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 24px;
    background: rgba(48, 48, 56, 0.2);
    border-radius: 14px;
    margin-right: 6px;
    cursor: pointer;
    border: 2px solid rgba(255, 114, 0, 0);
    box-sizing: border-box;
    pointer-events: auto;
}
.mode3ProItem:nth-last-child(1){
    margin-right: 0;
}
.mode3ProItemAct{
    border: 2px solid #FF7200;
}
.mode3ProTxt{
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mode3ProLine{
    display: none;
    width: 24px;
    height: 2px;
    background: #FF7200;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 2px;
}
.mode3ProItemAct .mode3ProLine{
    display: inline-block;
}
.mode3SenceTopItem{
    /* display: none; */
    height: 0;
    overflow: hidden;
}
.mode3ProItemShow{
    /* display: block; */
    height: auto;
}
.mode3 .sencesItem{
    display: inline-block !important;
    width: 96px !important;
    height: 96px !important;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 10px;
}
.sencesItemTop{
    height: 100%;
}
.mode3 .hideTool{
    width: 0;
    overflow: hidden;
}
.mode3Center .mode3SenceTopIn{
    display: inline-block !important;
    overflow: hidden;
}
.mode3 .sencesItem{
    vertical-align: top;
}
.mode3 .sencesToolBtnIn{
    margin-bottom: 0;
    width: 26px;
    height: 96px;
    line-height: 96px;
    background: rgba(24, 24, 24, 0.3);
    border-radius: 10px 0px 0px 10px;
    border: none;
}
.mode3 .sencesToolBtnIn img{
    width: 8px;
}
.mode1 .sencesTri3,
.mode2 .sencesTri3
{
    display: none;
}
.mode3 .sencesTri12{
    display: none;
}
.swiper .sencesItem{
    vertical-align: middle !important;
}
.swiper-button-prev,.swiper-button-next{
    display: none;
}
.swiper .swiper-button-prev,.swiper .swiper-button-next{
    display: inline-block;
    width: 30px;
    height: 100%;
    font-size: 20px;
    background: rgba(0,0,0,0.5);
    top: 0;
    color: #fff !important;
    margin-top: 0;
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
    pointer-events: auto;
    cursor: pointer;
}
.swiper .swiper-button-prev:hover,.swiper .swiper-button-next:hover{
    color: #ffa420 !important;
}
.swiper .swiper-button-next{
    right: 0;
}
.swiper .swiper-button-prev{
    left: 0;
}
/* 模式3 场景条 ed */


/* 模式3 ed */










/* 弹窗 st */
.popSkin{
    border-radius: 4px;
    background: #fff;
}
.popCont{
    font-size: 0;
}
.popSkin .layui-layer-title{
    height: 61px;
    line-height: 60px;
    padding: 0 0 0 24px;
    border: 1px solid #E9E9E9;
    background: #fff;
    font-size: 18px;
    color: #373737;
}
.popSkinNo .layui-layer-title{
    display: none;
}
.popSkinNo .layui-layer-content{
    height: 100% !important;
}
.popSkinNo .layui-layer-setwin .layui-layer-close1{
    display: none;
}
.popSkin .layui-layer-setwin .layui-layer-close1{
    position: absolute;
    top: 8px;
    right: -2px;
}
.psdPop .layui-layer-close{
    display: none;
}
/* 联系方式 st */
.contactPopCont{
    padding-top: 22px;
}
.contactItem{
    line-height: 38px;
    margin-bottom: 16px;
}
.contactItemLeft,.contactItemRight{
    display: inline-block;
    vertical-align: top;
}
.contactItemLeft{
    font-size: 14px;
    color: #6B6B6B;
    width: 120px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}
.contactItemRightCont{
    display: inline-block;
    width: 280px;
    height: 38px;
    line-height: 36px;
    box-sizing: border-box;
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    font-size: 14px;
    color: #303038;
    padding-left: 16px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.copyBtnPop{
    display: inline-block;
    cursor: pointer;
    width: 48px;
    height: 30px;
    border: 1px solid #D4902D;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 13px;
    color: #D4902D;
    text-align: center;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 4px;
}
.copyBtnPop:hover{
    color: #D4902D;
}
.shareBtn{
    vertical-align: top;
    margin-top: 5px;
}
.shareBtn:nth-last-child(1){
    margin-left: 12px;
}
.contactItemRight{
    height: 38px;
}
.weiChatW{
    width: 223px;
    height: 195px;
    background: #FBFBFB;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    line-height: 195px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 0;
}
.weiChatW img{
    vertical-align: middle;
    max-width: 176px;
    max-height: 176px;
}
#psdInput{
    background: #fff;
}
.psdItem{
    text-align: center;
}
.psdItem .contactItemLeft{
    width: auto;
}
/* 联系方式 ed */
/* 设计说明 st */
.desPopContIn{
    padding: 0 24px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #84858B;
    margin-top: 18px;
    min-height: 190px;
    word-break: break-all;
}
.openDesPopBot{
    text-align: center;
    padding-top: 4px;
}
.TechSupportTxt{
    padding: 0 24px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #84858B;
    word-break: break-all;
}
.TechSupportCont{
    font-size: 0;
    text-align: center;
    padding-top: 36px;
}
.TechSupportContItem{
    cursor: pointer;
    display: inline-block;
    margin-right: 26px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: 88px;
    height: 126px;
    border-radius: 10px;
}
.sopportImgIn{
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 128px;
    background: #ff7f00;
    box-shadow: 0 0 6px rgb(255 127 0 / 10%);
    top: 127px;
    left: 0;
    font-size: 14px;
    color: #fff;
    transition:all 0.3s;
}
.TechSupportContItem:hover .sopportImgIn{
    top: 0;
}
.TechSupportContItem:nth-last-child(1){
    margin-right: 0;
}
.TechSupportLogoW{
    padding: 36px 0 48px 0;
    text-align: center;
}
.closeOpenOperaCont{
    padding-top: 28px;
}
.closeDesPop{
    display: inline-block;
    width: 145px;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(90deg, #F68300 0%, #F79500 100%);
    border-radius: 22px;
    font-size: 14px;
    cursor: pointer;
    color: #FFFFFF;
}
/* 设计说明 ed */

/* 文本开场 st */
.openTxtWrap{
    font-size: 0;
    box-sizing: border-box;
    height: 100%;
}
.openTxt{
    font-size: 22px;
    font-weight: bold;
    color: #41414A;
    display: inline-block;
    vertical-align: top;
    padding-top: 36px;
    padding-bottom: 16px;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 36px 38px 16px 38px;
}
.openTxtTop{
    position: relative;
}
.openTxtTime{
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 26px;
    line-height: 26px;
    background: #ECECF0;
    border-radius: 13px;
    text-align: center;
    font-size: 12px;
    color: #84858B;
    cursor: pointer;
    position: absolute;
    right: 38px;
    top: 33px;
}
.openTxtCont{
    font-size: 15px;
    color: #84858B;
    line-height: 28px;
    padding: 0 38px;
    height: 196px;
    word-break: break-all;
}
.closeTxtBotBtn{
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.closeTxtPop{
    background: #ECECF0;
    color: #84858B;
}
.checkTxtPop{
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 20px;
    background: linear-gradient(90deg, #F68300 0%, #F79500 100%);
}
.checkTxtPop:hover{
    color: #FFFFFF;
}
.closeTxtBot{
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
/* 文本开场 ed */
/* 图片开场 st */
.imgOpenW{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
}
.imgOpenIn{
    line-height: 100vh;
}
.imgOpenIn2{
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.imgOpen{
    max-width: 100vw;
    max-height: 100vh;
    vertical-align: middle;
}
.imgOpenInTime{
    position: absolute;
    width: 64px;
    top: 16px;
    right: 16px;
    height: 26px;
    background: rgba(0,0,0,0.3);
    border-radius: 13px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 26px;
}

/* 图片开场 ed */

/* 弹窗 ed */
/*修改滚动条样式 start*/
.showScroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: rgba(40, 40, 40, 0.28);
}

.showScroll::-webkit-scrollbar-track {
    background: rgba(40, 40, 40, 0.28);
    border-radius: 2px;
}

.showScroll::-webkit-scrollbar-thumb {
    background: #ECECEC !important;
    border-radius: 2px;
}

.showScroll::-webkit-scrollbar-thumb:hover {
    background: rgba(40, 40, 40, 0.28);
}

.showScroll::-webkit-scrollbar-corner {
    background: rgba(40, 40, 40, 0.28);
}





.scrollDef2::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.scrollDef2::-webkit-scrollbar-corner {
    background: rgba(40,40,40,0.22);
}
.scrollDef2::-webkit-scrollbar-thumb {
    background: #ECECEC;;
    border-radius: 4px;
}
.scrollDef2::-webkit-scrollbar-track {
    background: rgba(40,40,40,0.22);
    border-radius: 4px;
}
/*修改滚动条样式 end*/
/* 图片热点 st*/
#imgHDWrap{
    z-index: -1;
}
.magnify-modal{
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    position: fixed;
    background: rgba(0,0,0,1);
    overflow: hidden;
    z-index: 1000000;
}
.magnify-stage{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    max-width: 90% !important;
    max-height: 90% !important;
    overflow: hidden;
}
.magnify-stage>img{
    position:relative;
    transform-origin:center center 0;
    vertical-align: middle;
}
.magnify-btn{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    color: #000;
    z-index: 1001;
}
.magnify-btn:hover{
    color: rgba(0,0,0,0.8);
}
.magnify-btn-prev{
    position: absolute;
    top: 50%;
    left: 20px;
}
.magnify-btn-next{
    position: absolute;
    top: 50%;
    right: 20px;
}
.magnify-btn-close{
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 34px;
    top:20px;
    right: 20px;
    font-size: 26px;
    color: #000;
    z-index: 1001;
}
.magnify-btn-close:hover{
    color: rgba(0,0,0,0.8);
}
/* 图片热点 ed*/

/* 沙盘点击查看大图 st */
.sandBigW{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    line-height: 100vh;
    text-align: center;
    z-index: 1000;
}
.sandBigIn{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: relative;
    line-height: 1;
}
.sandBigSpotW{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.closeSandBigBtn{
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 34px;
    top: 20px;
    right: 20px;
    font-size: 26px;
    color: #000;
    z-index: 1001;
    cursor: pointer;
}
.bigSpotImg{
    position: absolute;
    width: 22px;
    cursor: pointer;
}
/* 沙盘点击查看大图 ed */
.mode .rotateAct .outRotate{
    display: inline-block;
}
.mode .rotateAct .rotate{
    display: none;
}
.mode .musicAct .outMusic{
    display: inline-block;
}
.mode .musicAct .music{
    display: none;
}
/* 密码 st */
.popWrapMark{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000;
}
#psdWrap{
    position: absolute;
    max-width: 536px;
    background: #fff;
    padding-bottom: 40px;
    border-radius: 2px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-top: -114px;
}
.popWrapMarkTop{
    height: 60px;
    line-height: 60px;
    padding-left: 24px;
    font-size: 18px;
    color: #373737;
    border: 1px solid #E9E9E9;
}
/* 密码 ed */
/* 审图 st */
.auditPopCont{
    text-align: center;
}
.auditPopTxt{
    width: 90%;
    height: 200px;
    background: #FAFAFA;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    resize: none;
    margin-top: 10px;
    text-align: left;
    padding: 8px;
    font-size: 13px;
    box-sizing: border-box;
}
.auditPopTxt::-webkit-input-placeholder {
    font-size: 13px;
    color: #C9C9C9;
}

.auditPopTxt:-moz-placeholder {
    font-size: 13px;
    color: #C9C9C9;
}

.auditPopTxt::-moz-placeholder {
    font-size: 13px;
    color: #C9C9C9;
}

.auditPopTxt:-ms-input-placeholder {
    font-size: 13px;
    color: #C9C9C9;
}
.auditPopBtn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    cursor: pointer;
}
.auditPopBtnCancle{
    color: #84858B;
    background: #ECECF0;
}
.auditPopBtnSure{
    color: #fff;
    background: linear-gradient(90deg, #F68300 0%, #F79500 100%);
    margin-left: 20px;
}
.auditPopContB{
    padding-top: 16px;
    padding-bottom: 20px;
}
.auditLastHot{
    display: none;
    position: fixed;
    height: 96px;
    width: 300px;
    border-radius: 4px;
    background: rgba(0,0,0,0.6);
    top: 56%;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    pointer-events: none;
}
.hotDotLastTxt {
    font-size: 14px;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
.hotDotLastBtn {
    display: inline-block;
    cursor: pointer;
    width: 88px;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ff6f00;
    border-radius: 4px;
    background: #ff6f00;
    pointer-events: auto;
}
.hotDotLastBtnCancle {
    border: 1px solid #dfe1e6;
    color: #333;
    background: #fff;
    margin-right: 14px;
}

/* 审图 ed */
/* 材质展示弹窗 st */
.materialShowW{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}
.materialShowWIn{
    position: absolute;
    top: 50%;
    width: 100%;
    transform:translateY(-50%);;
    -ms-transform:translateY(-50%);; 	/* IE 9 */
    -moz-transform:translateY(-50%);; 	/* Firefox */
    -webkit-transform:translateY(-50%);; /* Safari 和 Chrome */
    -o-transform:translateY(-50%);; 	/* Opera */
}
.materialShowTop{
    font-size: 0;
}
.materialShowBot{
    font-size: 0;
    padding-top: 26px;
}
.materialShowBotBtn{
    display: inline-block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    pointer-events: auto;
    cursor: pointer;
}
.materialShowBotClose{
    color: #656565;
    background: #FFFFFF;
}
.materialShowBotRe{
    color: #FFFFFF;
    background: #ED6C00;
    margin-left: 10px;
}
.materialShowItem{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 200px;
    border: 8px solid #FFFFFF;
    border-radius: 4px;
    pointer-events: auto;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    margin-right: 6px;
    margin-top: 6px;
}
.materialShowItemMask{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 46px;
    background: rgba(255,255,255,0.5);
    font-size: 14px;
    color: #656565;
    line-height: 46px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 8px;
}
.materialShowItemImg{
    width: 100%;
    height: 100%;
}
.materialShowItemSelectW{
    position: absolute;
    width: 80px;
    height: 26px;
    line-height: 24px;
    background: rgba(65, 65, 65,0.55);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    top: 12px;
    left: 10px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.materialShowItemSelectW img{
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.meChoWAct{
    display: none;
}
.materialShowItemAct .meChoWAct{
    display: inline-block;
}
.materialShowItemAct .meChoWDe{
    display: none;
}
.meChoTxt{
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
}
.materialShowItemAct .materialShowItemSelectW{
    background: rgba(237, 108, 0, 0.55);
}
/* 材质展示弹窗 ed */
/* 字幕 st */
.subtitlesWrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    display: none;
}
.subtitles{
    animation-name: scrollsubtitles;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform: translate3d(0px, 0px, 0px);
    display: inline-block;
    animation-play-state:running;
    -webkit-animation-play-state:running; /* Safari 和 Chrome */
    white-space: nowrap;
    color: #fff;
}
.subtitlesPause{
    animation-play-state:paused;
    -webkit-animation-play-state:paused; /* Safari 和 Chrome */
}
.subtitlesA{
    display: block;
}
/* 字幕 ed */
.loadIndex{
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%); 	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%); 	/* Opera */
    z-index: 9;
}
/* 导航 */
.amap-marker-label{
    color: #333;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 4px rgb(0,0,0,0.1);
    line-height: 16px;
}
/* 左右箭头隐藏 */
#sencesTool .swiper-button-prev, #sencesTool  .swiper-button-next{
    display: none;
}