@-ms-viewport {
    width: device-width;
}

@media only screen and (min-device-width:800px) {
    html {
        overflow: hidden;
    }
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #000000;
    display: none;
}

* {
    touch-action: pan-y;
}

p,
ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

/* ::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
} */

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(172, 172, 172, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(172, 172, 172, 0.7);
    -webkit-border-radius: 6px;
}

.deleteElement{
    display: none !important;
}

/*loding加载*/
.loading {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 10000000000000000000000000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0093ff;
}



.PersonalInformation {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 20px;
    left: 0;
    margin: 20px;
}

.PersonalInformation_image {
    margin-bottom: 15px;
}

.PersonalInformation_image img {
    height: 76px;
}

.PersonalInformation_text {
    display: flex;
    margin: 0 0 12px;

}

.PersonalInformation_text p {
    margin: 0;
    margin-right: 15px;
    font-size: 14px;
}

.pendantIconListTop {
    position: fixed;
    z-index: 9999;
    top: 100px;
    right: 0;
    margin-right: 20px !important;
}
.rightSideSwitch{
    /* background:rgba(0,0,0,0.4); */
    border-radius:16px;
    padding: 6px 0px;
}
.rightSideSwitch>div>img{
    width: 32px;
}

.pendantIcon {
    /* margin-bottom: 10px; */
    /*margin: 0 auto;*/
    /* line-height: 32px; */
}
.pendantIconListTop {
        margin: 0 auto;
    /*line-height: 32px;*/
}
.fullScreenBackground{
    width:32px;
    height:32px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.fullScreenBackground>img{
    width: 32px;
}

.pendantIconListBottom {
    height: 75px;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.4); */
    position: fixed;
    z-index: 9998;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    /* margin: 0 20px 0 29px; */
}

.pendantIconListLeft,
.pendantIconListZhong,
.pendantIconListRight {
    display: flex;
    align-items: center;
    /* margin: 20px; */
    /* height: 70px; */
}
.pendantIconListLeft{
    margin-left: 20px;
    min-width: 20%;

}
.pendantIconListRight{
    margin-right: 10px;
    
}

/* .pendantIconListLeft img {
    width: 30px;
    height: 30px;
} */

.pendantIconListRight {
    right: 0;
    min-width: 20%;
    display: flex;
    justify-content: flex-end;

}


.pendantIconListLeft>div,
.pendantIconListZhong>div,
.pendantIconListRight>div {
    /*padding: 12px 0;*/
    margin-right: 10px;
}

.pendantIconListLeft>div>img,
.pendantIconListZhong>div>img,
.pendantIconListRight>div>img{
    width: 32px;
}
.pendantIconListBottom>div>div:hover span{
    color:#E19418 !important;
}
/*.pendantIconListBottom>div>div:hover p{
     color:#E19418;
}*/
.pendantIconListBottom>div>div,
.pendantIconListBottom_one>div>div,
.pendantIconListBottom_two>div>div,
.pendantIconListBottom_three>div>div{
    max-width: 48px !important;

}
.pendantIconListBottom>div>div>p,
.pendantIconListBottom_one>div>div>p,
.pendantIconListBottom_two>div>div>p,
.pendantIconListBottom_three>div>div>p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
}

/* .pendantIconListRight>div {
    margin-left: 15px;
} */

.pendantIcon {
    text-align: center;
    cursor: pointer;
}

.pendantIcon p {
    margin: 0;
    font-size: 12px;
}

.swipreBarrage {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    display: none;
    /*overflow: hidden;*/
}

.character-swiper {
    white-space: nowrap;
    line-height: 24px;
    margin: 0;
    position: absolute;
    left: 120%;
    font-size: 12px;
    color: #fff;
}

.briefModal {
    display: none;
}

.commentModal {
    display: none;
}

.shareModal {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal video{
    width: 100%;
    max-width:800px;
    height: 100%;
}
.modal-container {
    width: 870px;
    height: 540px;
    background:rgba(255,255,255,1);
    border-radius:7px 7px 7px 7px;
}

/* .briefModal .modal-container {
    height: 293px;
} */

.commentModal .modal-container {
    height: 440px;
}

.shareModal .modal-container {
    width: 371px;
    height: 371px;
}

.modal-head {
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 20px;
}

.modal-head p {
    margin: 0;
    font-size: 14px;
    color: #333333;
}
.modal-head span{
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}

.modal-head img {
    position: absolute;
    right: 10px;
    top: 18px;
}

.shareModal .modal-head img {
    right: 15px;
    top: 15px;
}

.briefModal .modal-content {
    width: calc(100% - 40px);
    height: 490px;
    margin-top: 15px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0 auto;
    /* font-size: 14px; */
    color: #333;
    word-wrap: break-word;
    /* text-indent: 2em;  */
}
.modal-content {
    /* width: 86%; */
    /* padding: 19px 35px 28px; */
}

/* 评论 */

.commentModal .modal-content {
    width: 100%;
    height: 75%;
    text-align: center;
}

.commentText {
    width: 373px;
    height: 234px;
    resize: none;
    background: #F1F1F1;
    border-radius: 10px;
    margin: 0;
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto;
    margin-top: 10px;
    outline: none;
}

.commentBtn_publish {
    width: 208px;
    height: 40px;
    background: #2EA7FF;
    border-radius: 3px;
    font-size: 18px;
    color: #FFFFFF;
    border: 0;
    margin-top: 71px;
}

/* 二维码 */
.shareModal .modal-head {
    /* border: 0; */
    /* height: 52px; */
}

.shareModal .modal-content {
    width: 100%;
    /* height: 75%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 20px 0 16px;
}
.weChatScanCode{
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.shareModal .shareImage {
    width:234px;
    height:235px;
}

.shareImage img {
    width: 100%;
    height: 100%
}

/* 观看设置 */

.settingWatch {
    width: 137px;
    height: 195px;
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.30);
    border-radius: 5px;
    position: absolute;
    right: 75px;
    top: 30%;
    z-index: 9999;
    display: none;
}

.settingWatch-content {
    padding: 10px 0 0 17px;
    margin: 0;

}

.settingWatchSingle {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.settingWatchSingle p {
    width: 10px;
    height: 10px;
    margin: 0;
    background: #999999;
    border-radius: 50%;
    margin-right: 9px;
}

.settingWatchActive p {
    background-image: linear-gradient(-90deg, #5D70FB 0%, #12EAFB 100%);
}

.settingWatchSingle span {
    font-size: 14px;
    color: #999999;
}

/* 顶部链接 */

.topLinkSettings {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 999;
    display: flex;
}
/* .navigationCenter:hover{
    background-position: 0px -100px!important;
} */
.topLinkSettings li {
    margin-left: 30px;
}

.loading img {
    display: none;
    /* max-width: 50%;
    max-height: 50%; */
  /*  width: 150px;
    height: 60px;*/
}

@media only screen and (max-width: 760px) {
    /* .loading img {
        max-width: 80%;
        max-height: 80%;
    } */


    .pendantIconListTop {
        margin: 10px;
    }

    .pendantIconListLeft,
    .pendantIconListRight {
        margin: 10px;
    }

    .pendantIcon img {
        width: 30px;
    }

    .pendantIcon p {
        margin: 0;
        font-size: 6px;
    }

    .PersonalInformation_image img {
        height: 30px;
    }

    .PersonalInformation_text p {
        margin: 5px 0;
        font-size: 6px;
    }
    .PersonalInformation_text p span{
        font-size: 14px;
    }
    /* 评论 */
    .modal-container {
        width: 100%;
        height: calc(100% - 80px);
    }
/* 
    .briefModal .modal-container {
        height: 60%;
    } */

    .commentModal .modal-container {
        height: 75%;
    }

    /* .modal-head {
        height: 10%;
        max-height: 50px;
        min-height: 30px;
    } */

    .modal-head p {
        font-size: 14px;
    }

    .modal-head img {
        right: 5%;
        top: 30%;
    }

    .briefModal .modal-content {
        font-size: 12px;
        padding:0;

        height: calc(100% - 55px);
        width: 96%;
    }


    .commentText {
        width: 80%;
        height: 70%;
        font-size: 12px;
    }

    .commentBtn_publish {
        width: 150px;
        height: 35px;
        margin-top: 40px;
        font-size: 14px;
    }

    .settingWatch {
        right: 50px;
    }

    .settingWatchSingle {
        margin-bottom: 10px;
    }

}

/* 开关提示 */
.swicthTitle {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 180px;
    z-index: 99999;
}

.swicthTitle p {
    color: white;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
}



#sceneSystem {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 9997;
    bottom: 75px;
}

.sceneGroup {
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    /* margin-top: 5px; */
    /* padding: 5px 0; */
}

.sceneGroupContainer {
    width: calc(100% - 40px);
    margin: 0 auto;
    overflow: hidden;
}

.sceneGroupList {
    margin: 0 auto;
    display: flex;
}

.sceneGroupSingle {
    min-width: 100px;
    height: 26px;
        padding: 0 9px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    margin: 0 10px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    text-overflow: ellipsis;
    cursor: pointer;
    border-radius: 26px;
}

.sceneGroupSingleActive {
    /* border-bottom: 2px solid #FFFFFF; */
    background: rgba(255, 255, 255, 1);
    color: #000;
}




.sceneContainer {
    width: 100%;
    height: 96px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.sceneWrapper {
    width: calc(100% - 40px);
    height: 96px;
    overflow: hidden;
    margin: 0 auto;
    /* display: flex;
    justify-content: center;*/
}

.sceneContent {
    height: 82px;
    margin: 7px auto;
}

.sceneContent .sceneContent_group {
    position: relative;
}

.sceneContent_group span {

    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    color: white;
    background: #2EA7FF;
    padding: 2px 5px;
    border-radius: 2px;

}

.sceneContent li {
    float: left;
    width: 82px;
    height: 82px;
    margin-right: 12px;
    position: relative;
    /* border-radius: 4px; */
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 3px solid #fff;
}


.sceneContent li:nth-last-of-type(1) {
    margin-right: 0;
}

.sceneContent li .scene_title{
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height:20px;
    padding: 4px 3px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
}

.sceneContent li .scene_title div{
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}
.toUseThe {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
}

.toUseThe i {
    font-size: 12px;
    color: #0454F6;
}

.sceneContent .sceneContent_back {
    background: white;
    color: #666666;
    font-size: 12px;
    text-align: center;
    line-height: 70px;
    display: none;
}

.active {
    box-sizing: border-box;
    border: 3px solid #E19418 !important; 
}

/*.swicthBtn{
    position: absolute;
    top: calc(50% - 21px);
}

.prev_btn{
    left: 20px;
}

.next_btn{
    right: 20px;
}*/

@media only screen and (max-width: 760px) {
    #sceneSystem {
        bottom:55px;
    }

    .sceneContainer {
        height: 70px;
    }

    .sceneWrapper {
        height: 70px;
    }

    .sceneContent {
        height: 60px;
    }

    .sceneContent li {
        width: 56px;
        height: 56px;
    }


    .sceneGroup {
        height: 20px;
    }

    .sceneGroupSingle {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
}

.mapContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.mapContainer>img {
    position: absolute;
    top: 10px;
    right: 10px;
}

#BaiduMap {
    width: 100%;
    height: 100%;
}



.videoModal {
    display: none;
}


/*图文热点*/
.wordImage-container {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
    /*border-radius: 10px;*/
    position: fixed;
    top: 0;
    z-index: 99999;
    display: none;
    overflow: auto;
    color: #ffffff;
}


.swiper-container {
    width: 100%;
    height: calc(100vh);
    /* margin-bottom: 20px; */
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 200px;
}

.swiper-slide img {
    height: 300px;
    max-width: 80%;
}

.swiper-button-prev {
    /* width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat; */
    font-size: 26px;
    cursor: pointer;
    left: 50px;
}
#bbb{
    position: absolute;
    top: 50%;
    left: -34px;
margin-top: -52px;
    z-index: 10;
}
#aaa{
    position: absolute;
    top: 50%;
    right: -34px;
    margin-top: -52px;
    z-index: 10;
}
.numberOfImageHotspots{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
#ccc{
    position: absolute;
    top: 50%;
    left: -34px;
margin-top: -52px;
    z-index: 10;
}
#ddd{
    position: absolute;
    top: 50%;
    right: -34px;
margin-top: -52px;
    z-index: 10;
}
#aaa>span,
#bbb>span,
#ccc>span,
#ddd>span{
    font-size: 96px;
    color: #fff;
    cursor: pointer;
    
}

.hotspotMapFunction{
    width: 100%;
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 9;
}
.hotspotMapFunction>ul{
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.hotspotMapFunction>ul>li{
    display: flex;
    align-items: center;
    color: #fff;
    border: 1px solid #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 4px;
    padding: 7px 10px;
    margin: 0 8px;
    cursor: pointer;
}
.hotspotMapFunction>ul>li>span{
    font-size: 15px;
}
.hotspotMapFunction>ul>li>p{
    font-size: 12px;
    margin-left: 11px!important;
}


.swiper-button-next {
    /* width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat; */
    font-size: 26px;
    
    cursor: pointer;
    right: 50px;
}


.wordImage-content {
    width: 774px;
    margin: 20px auto !important;
    max-height: 100px;
    padding: 0 20px;
}
.wordImageHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    position: fixed;
    top: 0;
    width: calc(100% - 60px);
    left: 0;
    z-index: 9;
}
.wordImageHeader>p>a{
    color: #fff;
    font-size: 16px;
}
.wordImageTitle {
    height: 60px;
    line-height: 60px;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    /* position: fixed;
    width: 100%; */
}

.wordImage-close {
    color: #FFFFFF;
    font-size: 20px!important;
   
    cursor: pointer;
}



/*电子画册*/


#ElectronicAlbum {
    display: none;
}

#knowledge {
    width: 100%;
    height: 100%;
    /* padding: 20px 0; */
    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 99999;
    top: 0;
    background: rgba(0,0,0,0.8);
}
#knowledge>span{
 cursor: pointer;
 position: absolute;
 top: 30px;
 right: 30px;
 z-index: 9999;
}

.bookBox {
    max-width: 1000px;
    width: 100%;
    height: calc(100%);
    /* max-height: 700px; */
    position: relative;
    margin: 0px auto;
    -webkit-perspective-origin: 50% 60%;
    perspective-origin: 50% 60%;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    /* background: url(../images/bookBg.png) no-repeat 0 0; */
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.bookBox:hover .lastBtn {
    display: block;
}

.bookBox:hover .nextBtn {
    display: block;
}

/*书的高度*/
.bookPage {
    width: 50%;
    height: calc(100% - 20px);
    box-sizing: border-box;
    padding: 20px 40px;
    text-align: center;
    position: absolute;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all linear 2s;
    -moz-transition: all linear 2s;
    -ms-transition: all linear 2s;
    -o-transition: all linear 2s;
    transition: all linear 2s;
    background: url(../images/bookLeft.png) no-repeat;
    background-size: 479.26px 780px;
    background-position: 20.74px 8.3px;
}
/*@media only screen and (max-width: 500px) {
    .bookPage{ 
        height: calc(50%);
    }
    .bookWord{
        height: 100%;
    }
}*/
.bookPage img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    /*top: 50px;
    left: 50px; */
}

.bookWord {
    width: calc(100% - 40px);
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    font-size: 20px;
    line-height: 27px;
    backface-visibility: visible;
    background-color: #f0f0f0;
    word-break: break-all;
    overflow: hidden;
    /*  -webkit-column-count: 2; 
    -webkit-column-gap: 40px; 
    -moz-column-count: 2; 
    -moz-column-gap: 40px;
    -ms-column-count: 2; 
    -ms-column-gap: 40px;
    column-count: 2; 
    column-gap: 40px;*/
}


.bookWord span {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.frist {
    left: 0;
    z-index: 1;
}

.frist img {
    z-index: 1;
}

.last {
    right: 0;
    z-index: 1;
}

.last p {
    z-index: 1;
}

.runPage {
    right: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

/*书的高度*/
.runPage,
.bookPage:last-child {
    background: url(../images/bookRight.png) no-repeat;
    background-size: 479.26px 780px;
    background-position: 0 8.3px;
}

.runClass {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.lastBtn,
.nextBtn {
    display: none;
    position: absolute;
    top: calc(50% - 50px);
    cursor: pointer;
    z-index: 999;
    font-size: 50px;
    line-height: 100px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .5);

}

.lastBtn {
    left: 0;
}

.nextBtn {
    right: 0;
}

.canvasBox {
    display: block;
    width: 158px;
    height: 158px;
}


/*<!-- 相关作品设置begin -->*/

.workContainer {
    /*display: none;*/
}

.workContent {
    width: 300px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 99999;
    top: 0;
    left: -100%;

}

.close-work {
    width: 100%;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    /*margin-bottom: 20px;*/
    text-align: right;
}

.close-work>span {
    cursor: pointer;
}

.user-cont {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.user-img {
    text-align: center;
    font-size: 18px;
}

.user-img a {
    display: block;
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
}


.work-site {
    width: calc(100% - 90px);
    font-size: 14px;
    /*margin-bottom: 30px;*/
    margin-left: 10px;
}

.work-site li {
    width: calc(100%);
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.work-site li:nth-of-type(1) {
    font-size: 16px;
}
.work-site li:nth-of-type(1) {
    font-size: 12px;
}

.work-title {
    /* width: 100%; */
    /* font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center; */
    margin: 29px 0 20px 20px;
}

.work-title p {
    width: 60px;
    height: 0;
    border: 1px solid white;
}

.work-title span {
    /*background:rgba(51,51,51,1);*/
    padding-right: 6px;
    font-size: 16px;
}

.work-con {
    height: calc(100% - 250px);
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}

.work-wrapper a {
    padding: 0 0 20px 0;
    display: block;
    text-decoration: none;
}

.work-wrapper a div {
    width: 100%;
    height: 160px;
    background: white;

}



.work-wrapper a p {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    /* line-height: 25px; */
    margin-top: 8px !important;
    color: white;
    /* text-align: center; */
}

@media only screen and (max-width: 760px) {
    .user-img a {
        width: 100px;
        height: 100px;
    }

    .workContent {
        width: 300px;
    }

    .work-site {
        margin-left: 10px;
        font-size: 12px;
    }

    .work-site li i {
        font-size: 14px;
    }

}


@media only screen and (max-width: 500px) {

    .workContent {
        width: 100%;
    }

}


/*<!-- 相关作品设置end -->*/



/*图片热点*/
html,
body {
    position: relative;
    height: 100%;
}

#photoHotspotBox {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute !important;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    z-index: 99999;
    display: none;
}

.pictureBox {
    text-align: center;
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pictureBoxImg {
    /*width: 100% !important;*/
    height: 100% !important;
}

.guanbi {
    background-size: 42px 106px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 999;
}
.guanbi>span{
    font-size: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 500px) {

    .swiper-button-next {
        width: 50px !important;
        height: 50px !important;
        opacity: 0.5 !important;
    }

    .swiper-button-prev {
        width: 50px !important;
        height: 50px !important;
        opacity: 0.5 !important;
    }

    /*    .pictureBoxImg{
        height: auto !important;
    }*/

    .wangsang {
        width: 100px !important;
        height: 30px !important;
        margin-top: 56px !important;
    }
}


/*文本热点*/
.hotText {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
}
.hotText>span{
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.hotText>div {
    width: 100%;
    height: 100%;
    display: flex;

    flex-direction: column;
    justify-content: center;
    color: #fff;
    align-items: center;
}

.hotText>div>h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
}

.hotText>div>div {
    width: 774px;
    height: calc(100% - 80px);
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    overflow-y: auto;
    white-space: pre-line;
    padding: 20px;
    box-sizing: border-box;
}


.ringsBox{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: none;
}
.ringsBox>iframe{
    width: 80%;
    height: 80%;
    border-radius: 30px;
}




.modelZ{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    z-index: 99999;
    display: none;
}
.model_container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modelZ video{
    width: 100%;
    max-width:800px;
    height: 100%;
}

/* 全景跳转名称提示 */
.jumpNamePrompt{
    position: fixed;
    /* top: 142px; */
    top: 71px;
    width: 80%;
    z-index: 9999999999;
    font-size: 24px;
    padding: 0 10%;
    word-wrap: break-word;
    text-align: center;
}
@media only screen and (max-width: 760px) {
    .jumpNamePrompt{
        font-size: 3.6rem;
        top: 118px;
        width: 66%;
        padding: 0 17%;
        
    }
}



/* 富文本弹窗盒子 */
#richTextPopUpWindowBox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
#richTextPopUpWindow{
    width: 774px;
    height: calc(100% - 80px);
    background: #fff;
    color: #000;
    overflow: hidden;
    word-wrap: break-word;
    border: 20px solid #fff;
    box-sizing: border-box;
}

@media only screen and (max-width: 760px) {  
    #richTextPopUpWindow img{
        width: 100%;
        height: auto;
    }
    .hotText>div>div{
        width: 100%;
    }
    .hotText>div>div img{
        width: 100%;
        height: auto;
    }

    .wordImage-content {
        width: calc(100% - 40px);
        /* transform:scale(0.7); */
        font-size: 16px;
    }
    .wordImage-content img{
        width: 100%;
        height: auto;
    }
}


.controlRowSpacing-name,
.wordImage-content,
.hotText>div>div{
    line-height: 28px;
}

.collectionOfWorks{
    display: none;
}

.otherFunctions>.language{
    display: none;
}


