
view {
  display: block;
}

scroll-view {
  display: block;
  overflow-y: scroll;
  overflow-x: scroll;
}

.control-compenet2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


  
  .log_location
  {
    width: 100%;
    position: fixed;
    top: 80px;
    z-index: 5;
    word-wrap : break-word;
    display: none;
  }
  
  
  .page_navigate_adorn {
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #bcbcbc;
    margin-bottom: 4px;
  }
  
  .page_navigate_adorn:first-child {
    height: 6px;
    width: 6px;
    border: 1px solid #4187ff;
    background-color: #4187ff;
    margin-bottom: 7px;
  }
  
  .page_navigate_adorn:last-child {
    height: 6px;
    width: 6px;
    border: 1px solid #fd540a;
    background-color: #fd540a;
    margin-top: 4px;
  }
  
  .page_navigate_site {
    height: 2.25rem;
    width: 90%;
    margin-bottom: 0.25px;
    margin-left: 10%;
    margin-top: 0.25rem;
  }
  
  .page_navigate_site_input {
    width: 70%;
    height: 100%;
    float: left;
    text-align: left;
  }
  
  .page_navigate_site input[placeholder] {
    color: #222222;
    font-size: 1rem;
    font-weight: bold;
    text-indent: 1em;
  }
  
  .page_navigate_site_text {
    /* position: absolute; */
    right: 1rem;
    color: #011bff;
    font-size: 0.8rem;
    line-height: 2.25rem;
  }
  
  .page_navigate_path_box {
    /*width: 100%;*/
    padding: 0 0 1rem;
    box-sizing: border-box;
    justify-content: space-between;
    display: none;
  }
  
  .page_navigate_path_box_active {
    display: flex;
  }
  
  .page_navigate_path {
    height: 28px;
    padding: 0 10px;
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #888;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 0.9rem;
    line-height: 28px;
    margin: 0px 5px;
  }
  
  .page_navigate_path_active {
    color: #ffffff;
    background-color: #4187ff;
    border: 1px solid #4187ff;
  }
  
  .page_navigate_course_list {
    width: 100%;
    height: auto;
    overflow: scroll;
    display: none;
  }
  
  .page_navigate_course_list_active {
    display: flex;
  }
  
  .page_navigate_course_list ul {
    margin: 0 auto;
    margin-bottom: 10px;
    justify-content: center;
  }
  
  .page_navigate_course {
    height: 28px;
    color: #ffffff;
    background-color: #66b9fe;
    border-radius: 5px;
    font-size: 0.9rem;
    line-height: 28px;
    padding: 0 9px;
    margin-left: 9px;
    margin-bottom: 0.5rem;
    float: left;
  }
  
  .page_navigate_course_active {
    background-color: #4187FF;
  }
  
  /**地图与索引面板 End*/
  .subpage {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 4rem;
    clear: both;
    background: #fff;
    z-index: 6;
    display: none;
  }
  
  .subpage_active {
    display: block;
  }
  
  .subpage_menu {
    width: 100%;
    height: 4rem;
    position: fixed;
    top: 0px;
    background: linear-gradient(45deg, #5a68f9, #61a9fb);
    box-sizing: border-box;
    z-index: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  /**子页面-返回*/
  .subpage_close {
    width: 40px;
    height: 100%;
    background-img: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAABcElEQVRYR+3WsStGURjH8e9vMrAYlNVmN8hfIP8A4V2UKLOQXUJGRVJSBhmUzaCU1WJglkkGi9Hw09GxGN7hPuetm86z3Ok599PvOefcK1pearmPCoxOqCZYE4wmEO2ve7AmGEnA9hQwIOmy6To924O2F4HjBJPU+D2NG7slYnsV2AM+gY6k69YkaHsL2AReM+6+Ke4n/Ujz317bB8AK8AjMSXqOrl8EaDutcw7MAnfpKektiiuSoO3BjEsn9gqYkfRVAhcG2h7JuAngRFI6uUUrNGLbD8AYsCtpvagsLxYFXgDTwL6kdLUUrxAwaWwfAstp1JI6pYVhYEZuAxvAbb5e3ktBiwAzcg3YAZ6AeUnpLgxXMWBGLgFHwEdO8iYqLArMyHRozoA+YEHSaQRZHJiRk0CCDafvsqS0RxtVT4AZOZ6Ro6373fqNyvYQ0C/ppVF8pf9mmiK69fVsxKWwFRhNsiZYE4wmEO2ve/DfJ/gNFxheKTcimbUAAAAASUVORK5CYII=");
    background-size: 90% 60%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .subpage_close img {
    width: 40px;
    height: 3rem;
    margin: 0;
    padding: 0;
  }
  
  .subpage_search {
    width: 70%;
    height: 2rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  
  .subpage_search_input {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: inline-block;
    padding-left: 32px;
  }
  
  .subpage_switch {
    width: 0rem;
    height: 2rem;
    display: flex;
    flex-direction: row;
  }
  
  .subpage_switch_btn {
    width: 5rem;
    height: 100%;
    color: #333333;
    background: #F5F5F5;
    text-align: center;
    padding: 0 13px;
    font-size: 0.9rem;
  }
  
  .subpage_switch span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    word-break: keep-all;
  }
  
  .subpage_switch span:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .subpage_switch_btn_active {
    color: #ffffff;
    background: #0374F0;
  }
  
  .subpage_left {
    width: 25%;
    height: 100vh;
    background: #F4F4F4;
    float: left;
    padding-top: 10px;
    box-sizing: border-box;
  }
  
  .subpage_left_list {
    width: 100%;
    margin-bottom: 120px;
  }
  
  .subpage_left_ul {
    width: 100%;
  }
  
  .subpage_left_li {
    background: #F4F4F4;
    border-left: 5px solid #F4F4F4;
    padding: 12px 5px !important;
    text-align: center;
    font-size: 14px;
    display: block;
    color:#555555;
  }
  
  .subpage_left_li_active {
    color: #0475F0;
    background: #ffffff;
    border-left: 5px solid #0475F0;
  }
  
  .subpage_right {
    width: 75%;
    height: 100vh;
    float: right;
    box-sizing: border-box;
    padding: 0 12px;
  }
  
  .subpage_right_list {
    width: 100%;
    padding-bottom: 160px;
    padding-top: 15px;
  }
  
  .subpage_right_list i-collapse-item {
    padding: 10px 5px 5px 5px;
    display: block;
  }
  
  .subpage_right_list_group {
    width: 90%;
    color: #5E8BFA;
    border: 1px solid #dddddd;
    border-radius: 10rpx;
    margin: auto;
    position: relative;
  }
  
  .subpage_right_list_group_box {
    box-sizing: border-box;
    padding: 0 5px;
  }
  
  .subpage_right_list_group_box li {
    padding: 3px 10px;
    margin: 10rpx 10px 10rpx 0px;
    color: #6e768f;
    border: 1px solid #eeeeee;
    background: #ffffff;
    display: inline-block;
    border-radius: 5px;
  }
  
  .subpage_right_list .subpage_right_list_group_box span{
    font-size: 14px;
  }
  
  .subpage_right_list_group_box span em{
    display: inline-block;
    padding-left: 4px;
    margin-left: 6px;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    border-left: 1px solid #ccc;
  }
  
  .subpage_off {
    display: none;
  }
  
  .subpage_on {
    display: block;
  }
  /*搜索结果S*/
  .search_list_box {
    width: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 3;
    display: none;
  }
  /**搜索结果-激活*/
  .search_list_box_active {
    z-index: 5;
    display: block;
    height: 100%;
  }
  /**搜索结果-激活3D面板搜索栏*/
  .search_list_box_active2 {
    top: 3.5rem;
    z-index: 5;
    display: block;
    height: calc(100% - 3.5rem);
  }
  /*搜索结果选项列表*/
  .search_list_box li {
    height: 4rem;
    position: relative;
    background: #ffffff;
    display: block;
  }
  
  .search_list_icon {
    width: 40px;
    margin-left: 12px;
    padding-top: 15px;
    display: inline-block;
  }
  
  .search_list_icon img {
    width: 18px;
    height: 1.5rem;
  }
  
  .search_list_title {
    position: absolute;
    left: 2.5rem;
    top: 0.5rem;
    font-size: 1rem;
  }
  
  .search_list_desc {
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8rem;
  }
  
  .search_list_desc em {
    color: #aaaaaa;
    border-right: 1px solid #aaaaaa;
    line-height: 0.5rem;
    padding: 0 0.5rem;
    display: inline-block;
  }
  
  .search_list_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background: #000000;
    opacity: 0.1;
    display: none;
  }
  
  .search_list_mask_active {
    display: block;
  }
  
  /** 到这去面板 choose-set-point */
  .choose-set-point {
    width: 100%;
    height: 75px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: flex;
    padding: 10px 15px 10px 18px;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 24rpx;
    box-sizing: border-box;
  }
  
  .choose-set-point .post-info text {
    color: rgba(34, 34, 34, 1);
    margin-bottom: 5px;
  }
  
  .choose-set-point .post-info .post-text {
    color: #777;
    /* font-size: 0.8rem; */
    position: relative;
    /* padding-left: 17px; */
  }
  
  .choose-set-point .post-info .post-text::before {
    content: "";
    height: 15px;
    width: 15px;
    background-img: url("https://sgbqg.yongtoc.com/h5/images/post.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .choose-set-point .post-info .post-text text {
    padding-left: 17px;
  }
  
  .choose-set-point .choose-right {
    display: flex;
    align-items: center;
  }
  
  .choose-set-point .choose-right .end-icon {
    float: left;
    padding: 7px 10px;
    background-color: #3285ff;
    border-radius: 16px;
    color: #fff;
    text-align: center;
  }
  
  .choose-set-point .choose-right .end-icon text {
    position: relative;
    padding-left: 24px;
    word-break: keep-all;
  }
  
  .choose-set-point .choose-right .end-icon text::before {
    width: 19px;
    height: 19px;
    content: "";
    background: url("https://sgbqg.yongtoc.com/h5/images/navito.png") no-repeat center;
    background-size: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .choose-set-point .choose-right .choose-close {
    position: relative;
    float: left;
    height: 19px;
    width: 19px;
    background-img: url("https://sgbqg.yongtoc.com/h5/images/close.png");
    background-size: 100%;
    margin-left: 25px;
    font-size: 20px;
    line-height: 20px;
  }
  
  .choose-set-point .choose-right .choose-close::before {
    content: "|";
    color: #c5c5c5;
    position: absolute;
    left: -10px;
    font-weight: 100;
  }
  
  .correct-button {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    font-weight: normal;
    z-index: 5;
  }
  
  .input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  /**全景图按钮*/
  .navigate-to-pano{
    position: fixed;
    left: 25px;
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  
  /**定位路径录制按钮*/
  .Recode {
    position: fixed;
    left: 70px;
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    display: none;
  }
  
  .page_floor_list ul {
    display: flex;
    flex-direction: column-reverse;
  }
  
  /* 底部菜单栏 */
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  
  .bottom-box{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    z-index: 100;
    display: none;
  }
  
  .bottom-box .tab-menu{
    position: relative;
    bottom: 0;
    padding: 12px 0 12px;
    background: #fff;
    border-top: 1px solid #efefef;
    z-index: 2;
  }
  
  .tab-menu ul{
    display: flex;
  }
  
  .tab-menu ul li{
    float: left;
    /* width: 25%; */
    text-align: center;
    flex:1;
  }
  
  .tab-menu ul li span{
    display: inline-block;
    padding-bottom: 3px;
  }
  
  .tab-menu ul li span.active{
    color: #457fff;
    border-bottom:2px solid #457fff;
  }
  
  /* 底部上下拉出框 */
  .labeling-box{
    position: absolute;
    bottom: -620px;
    z-index: 1;
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    padding-bottom: 300px;
    transition: all 0.5s;
  }
  
  .botMapRun{
    bottom: -240px;
  }
  
  .upRun{
    bottom: -51px;
  }
  
  .labeling-box .label-top{
    padding:5px 0 8px;
  }
  
  .labeling-box .label-top div.active{
    width: 0;
    height: 0;
    border-right:5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #d8d8d8;
    margin: 0 auto;
    display: block;
  }
  
  .labeling-box .label-top div.active2{
    width: 0;
    height: 0;
    border-right:5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #d8d8d8;
    margin: 0 auto;
    display: block;
  }
  
  .labeling-box .label-input{
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  
  .labeling-box .label-input .fake-input{
    width: 100%;
    padding-left: 32px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    box-sizing: border-box;
    color: #747474;
    font-size: 12px;
    background-color: #eaeaea;
    display: block;
  }
  
  .labeling-box .label-input img{
    position: absolute;
    width: 16px;
    height: 16px;
    left:10px;
    top: 11px;
  }
  
  .labeling-box .label-input span{
    width: 24px;
    height: 24px;
    background:url("https://sgbqg.yongtoc.com/h5/images/close.png") no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  
  .shortcut{
    width: 90%;
    margin: 0 auto;
  }
  
  .shortcut ul{
    width: 100%;
  }
  
  .shortcut ul li{
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 18px;
  }
  
  .shortcut ul li img{
    width: 40px;
    display: block;
    margin: 0 auto;
    height: 40px;
  }
  
  .shortcut ul li p{
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    margin-top: 5px;
    height: 32px;
    display: block;
  }
  
  /* 底部位置点导航栏 */
  .location-point{
      position: fixed;
      bottom: 0px;
      width: 100%;
      z-index: 99;
      display: none;
  }
  
  .contro-point{
    width: 36px;
    height: 8px;
    margin: 0 auto;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    display: none;
  }
  
  .contro-point div.active{
    width: 0;
    height: 0;
    border-right:5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #d8d8d8;
    margin: 0px auto;
    position: relative;
    top: -2px;
    display: block;
    padding-top: 4px;
  }
  
  .contro-point div.active2{
    width: 0;
    height: 0;
    border-right:5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #d8d8d8;
    margin: 0px auto;
    position: relative;
    top: 4px;
    display: block;
    padding-top: 4px;
  }
  
  .location-point .navigation-box{
    background-color: #fff;
    width: 100%;
    padding: 0px 0 15px;
    max-height: 275px;
    overflow-y: scroll;
    display: none;
    position:relative;
  }

.location-point .btn-back {
    width: 100%;
    height: 34px;
    background-color: white;
    padding-left: 10px;
    padding-top: 5px;
}

    .btn-back .left{
        width:7px;
        height:7px;
        border-bottom:2px solid #867f7a;
        border-left:2px solid #867f7a;
        transform:rotate(45deg);
        margin-right:-50px;
        float:left;
        margin-top:10px;
    }

    .btn-back span {
        padding-top: 3px;
        float: left;
        margin-left: 15px;
    }

.navigation-box .region-box {
    width: 94%;
    border: 1px solid #ececec;
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
    padding-top: 20px;
}
  
  .region-box .region-name{
    background-color: #fff;
    text-align: center;
    width: 36px;
    height: 18px;
    line-height: 18px;
    color: #4a4a4a;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: -10px;
    z-index: 10;
    font-size: 14px;
  }
  
  .region-box .region-list{
    width: 98%;
    margin: 0 auto;
    display: block;
  }
  
  .region-box .region-list li{
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  
  .region-box .region-list li.bgcolor{
    background-color: #e7f2ff;
  }
  
  .region-list .sort-number{
    float: left;
    margin: 2px 6px 0 12px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    text-align: center;
    border: 1px solid #a4a4a4;
    border-radius: 50%;
    font-size: 12px;
    color: #a4a4a4;
  }
  
  .region-list .s-location{
    float: left;
  }
  
  .region-list .s-location text{
    font-size: 16px;
    color: #4a4a4a;
  }
  
  .region-list .s-location em{
    display: block;
    color: #ee9246;
    margin-top: 6px;
    font-size: 14px;
  }
  
  .isshow{
    display: block !important;
  }
  
  .region-list .choose{
    float: right;
    width: 20px;
    height: 20px;
    margin: 15px 10px 0 0;
    display: none;
  }
  
  .region-list .choose img{
    height: 20px;
    width: 20px;
  }
  
  .location-point .go-here{
    position: absolute;
    height: 70px;
    width: 70px;
    background-color: #567efa;
    border-radius: 50%;
    bottom: 20px;
    right: 40px;
    text-align: center;
    display: none;
  }
  
  .location-point .go-here img{
    width: 20px;
    height: 20px;
    display: block;
    margin: 14px auto 0;
  }
  
  .location-point .go-here text{
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
  }
  

  
  .point-number{
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 600;
    display: none;
    width: 100%;
    background-color:#fff;
    font-size: 14px;
    color: #aaa;
  }
  
  .point-number span{
    color: #567efa;
    font-size: 14px;
    display: inline-block;
  }
  
  .about-us{
    width: 100%;
    background-color: #fff;
    z-index: 99;
    padding-bottom: 60px;
    display: none;
    overflow-y: auto;
    min-height: 100%;
    top: 0;
    position: fixed;
  }
  
  
  
  .about-address{
    box-sizing: border-box;
    padding: 10px 15px;
    margin: 10px auto 0;
  }
  
  .about-address ul li{
    float: left;
  }
  
  .about-address ul li img{
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  
  .about-address ul li text{
    margin-top: 2px;
    color: #aaa;
    font-size: 14px;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  
  .about-address ul li div{
    padding:8px 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    background-color: #567efa;
  }
  
  .about-address ul li:nth-last-of-type(1){
    float: left;
  }

.about-des {
    width: 90%;
    margin: 0 auto 60px;
    margin-bottom: 150px;
    padding: 10px 15px 0px 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    text-indent: 16px;
}
  
.about-des .content{
    word-break: break-all;
    height: auto;
    overflow: hidden;
}

.about-des .content span {
    text-wrap: wrap !important;
}
    /* 底部详情内容 */
    @import "./weui.wxss";

    .page-body {
        padding-top: 10px;
    }
  .page-section{
    width: 100%;
    margin-bottom: 30px;
  }
  .page-section_center{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-section:last-child{
    margin-bottom: 0;
  }
  .page-section-gap{
    box-sizing: border-box;
    padding: 0 30rpx;
  }
  .page-section-spacing{
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-section-title{
    font-size: 28rpx;
    color: #999999;
    margin-bottom: 10rpx;
    padding-left: 30rpx;
    padding-right: 30rpx;
  }
  .page-section-gap .page-section-title{
    padding-left: 0;
    padding-right: 0;
  }
  
  .demo-text-1{
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #1AAD19;
    color: #FFFFFF;
    font-size: 36rpx;
  }
  .demo-text-1:before{
    content: 'A';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .demo-text-2{
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #2782D7;
    color: #FFFFFF;
    font-size: 36rpx;
  }
  .demo-text-2:before{
    content: 'B';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .demo-text-3{
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #F1F1F1;
    color: #353535;
    font-size: 36rpx;
  }
  .demo-text-3:before{
    content: 'C';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  button:last-child{
    margin-bottom: 0;
  }
  
  .swiper-item{
    display: block;
    height: 150px;
    border-radius: 10px;
  }
  
  .swiper-item img{
    width: 100%;
  }
 
 
  
  /* 底部详情 */
  .hidden{
    display: none;
  }
  
  .about-us .swiper-tab{
    width: 100%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    color: #ccc;
    font-size: 16px;
    background-color: #f5f5f5;
  }
  
  .swiper-tab .swiper-tab-item{
    width: 30%; 
    color:#434343;
    flex:1;
/*    display:none;*/
  }
  
  .swiper-tab-item.active{
    background-color: #457fff;
    color: #fff;
  }
  
  /* 专家介绍模块 */
  .about-us .subpage_left {
    width: 30%;
  }
  
  .about-us .subpage_right{
    width: 70%;
  }

.about-us .subpage_right_list_group_box li {
    padding: 5px 10px;
    box-shadow: 0 0 10px #ccc;
    height: 80px;
    width: 90%;
    margin-bottom: 5px;
}
  
  .about-us .doctors-box img{
    width: 50px;
    height: 70px;
    float: left;
    margin-right: 10px;
    display: block;
  }
  
  .about-us .doctors-box .doctors-info{
    float: left;
  }
  
  .doctors-box .doctors-info h4{
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
    padding-top: 5px;
    color: #000;
    display: block;
  }
  
  .doctors-box .doctors-info span{
    font-size: 12px;
    color: #666;
    margin-left: 5px;
  }
  
  /* 专家详情 */
  .expert-info{
    position: relative;
  }
  
  .expert-info .info-des{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px 0 20px;
    border:1px solid #f5f5f5;
  }
  
  .expert-info .info-des img{
    float: left;
    width: 60px;
    display: block;
    height: 70px;
    border-radius: 50%;
    margin-left: 5%;
  }
  
  .info-des .info-name{
    float: left;
    margin:15px 0 0 40px;
  }
  
  .info-des .info-name p{
    font-size: 18px;
    color: #333;
  }
  
  .info-des .info-name span{
    display: block;
    font-size: 14px;
    color: #457fff;
  }
  
  .expert-info .info-des em{
    float: right;
    display: block;
    margin: 18px 20px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #457fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fff;
  }
  
  .info-introduction{
    margin: 0 auto;
    width: 90%;
    display: block;
  }
  
  .info-introduction h5{
    font-size: 18px;
    margin: 20px 0 15px;
    display: block;
  } 
  
  .info-introduction h5 span{
    width: 5px;
    height: 15px;
    background-color: #457fff;
    display: inline-block;
    margin-right: 5px;
  }
  
  /* 科室介绍 */
  .dep-top{
    margin-top: 10px;
    display: block;
    min-height: 100%;
    overflow-y: scroll;
    margin-bottom: 110px;
  }
  
  .dep-top .departments_list{
    border: 1px solid #ddd;
    width: 95%;
    margin: 0 auto 15px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
  }
  
  .departments_list .info{
    padding: 10px;
    display: block;
  }
  
  .departments_list .info p{
    font-size: 14px;
    color: #5E8BFA;
    float: left;
    display: block;
  }
  
  .departments_list .info img{
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    animation-fill-mode: forwards;
    animation-name: none;
    animation-duration: 0.5s;
  }
  
  .departments_list .info-list{
    overflow: hidden;
    width: 97%;
    margin: 0 auto;
  }
  
  .departments_list .info-list li{
    width: 25%;
    float: left !important;
    position: relative;
    height: 112px;
  }
  
  .departments_list .info-list li img{
    width: 80%;
    height: 70%;
    margin: 0 auto;
    display: block;
  }
  
  .departments_list .info-list li p{
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    display: block;
  }
  
  .departments_list .info-list li span{
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 10%;
    bottom: 25%;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    background: #5E8BFA;
    box-shadow:0px 0px 2px #333;
    display: block;
  }
  
  .show{
    display: block !important;
  }
  
  .hide{
    display: none !important;
  }
  
  /* 科室介绍科室详情 */
  .depDes{
    padding: 20rpx 30rpx;
    position: relative;
  }

    .depDes img {
        width: 90%;
        margin: 15px auto;
        display: block;
        height: 150px;
        min-height: 150px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .depDes text {
        margin-top: 15px;
        margin-left: 5%;
        display: block;
        padding-top:10px;
    }

    .depDes em {
        position: absolute;
        right: 0;
        display: block;
        margin: 0 20px 0 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #457fff;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        top: 0;
        font-style: normal;
    }

    .depDes .detail {
        width: 90%;
        margin: 15px auto 60px;
        padding: 10px 10px 10px 10px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        border-radius: 5px;
        text-indent: 16px;
    }

    .vr-incon {
        width: 40px;
        height: 40px;
        position: fixed;
        right: 10px;
        bottom: 12px;
        background: #ffffff;
        z-index: 4;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
  
 


.page_panorama img, .page_circle_btn_b img, .vr-incon img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 2px auto;
}


.page_panorama span, .page_circle_btn_b span, .vr-incon span {
    font-size: 12px;
    text-align: center;
    display: block;
}
