/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

pre,

/* text formatting elements 文本格式元素 */

form,
fieldset,
legend,
button,
input,
textarea,

/* form elements 表单元素 */

th,
td
/* table elements 表格元素 */

  {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.toolBoxHub {
    pointer-events: none;
}

    .toolBoxHub > * {
        pointer-events: all;
    }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
    /*overflow-y:hidden*/
}


.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
  text-shadow: none !important;
}

.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
  font-weight: normal !important;
}

body {
  height: 100%;
  width: 100%;
  min-width: 320px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.fixbody {
    position: fixed;
    top: 0;
    left: 0;
}

/*#page-dep-detail {
  background-color: #fff;
}*/

/*#page-expert-list {
  height: 100%;
  background-color: #f2f2f2;
}*/

.bottom_menu {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
  bottom: 0;
  font-size: 0.8rem;
  background-color: #ffffff;
  border-top: 1px solid #d9d9d9;
  z-index: 99;
}

.bottom_menu ul {
  display: flex;
  justify-content: space-around;
}

.bottom_menu ul li a {
  height: auto;
  text-align: center;
  text-decoration: none;
  color: #666;
  padding: 4px 0px 2px 0px;
}

.bottom_menu ul li a:visited {
  color: #666;
}

.bottom_menu ul li .current {
  color: #0374f0;
}

.bottom_menu ul li .nav_icon {
  background: url(../images/nav_icon_normal.png) no-repeat center 0px;
}

.bottom_menu ul li .nav_icon_current {
  background: url(../images/nav_icon_on.png) no-repeat center 0px;
}

.bottom_menu ul li .hospital_icon {
  background: url(../images/hospital_icon_normal.png) no-repeat center 0px;
}

.bottom_menu ul li .hospital_icon_current {
  background: url(../images/hospital_icon_on.png) no-repeat center 0px;
}

.bottom_menu ul li .departments_icon {
  background: url(../images/dep_icon_normal.png) no-repeat center 0px;
}

.bottom_menu ul li .departments_icon_current {
  background: url(../images/dep_icon_on.png) no-repeat center 0px;
}

.bottom_menu ul li .expert_icon {
  background: url(../images/expert_icon_normal.png) no-repeat center 0px;
}

.bottom_menu ul li .expert_icon_current {
  background: url(../images/expert_icon_on.png) no-repeat center 0px;
}

.bottom_menu ul li .self_icon {
  background: url(../images/self_icon_normal.png) no-repeat center 0px;
}

.bottom_menu ul li .self_icon_current {
  background: url(../images/self_icon_on.png) no-repeat center 0px;
}

.bottom_menu ul li .bottom-ico {
  margin: auto;
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.webgl_content {
  width: 100%;
  overflow-y: hidden;
}

#pageone {
  height: 100%;
}

#page-index,
/*#page-hospital,*/
#page-departments,
/*#page-expert,*/
#page-self-service {
  height: 100%;
}

.current-address {
    position: fixed;
    top: 72px;
    left: 5%;
    width: 2.2rem;
    height: 2.2rem;
    background-color: #fff;
    z-index: 97;
    -webkit-box-shadow: 1px 2px 6px 0px #c6c6c6;
    box-shadow: 1px 2px 6px 0px #c6c6c6;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.current-address * {
  vertical-align: middle;
}

.compass {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: url(../images/campasss.png) no-repeat center;
  background-size: 100%;
}

.current-address .address {
  height: 100%;
  display: inline-block;
}

.current-address .address .tip {
  position: relative;
  display: block;
  width: 7em;
  height: 40%;
  float: top;
  padding: 0.3rem 0.4rem 0 0;
  font-size: 0.8rem;
  color: #636363;
}

.current-address .address .current-point {
  position: relative;
  display: block;
  width: 4em;
  height: 40%;
  float: top;
  color: #0078ff;
  font-size: 0.8rem;
  text-align: left;
}

.two_d_btn {
  box-sizing: border-box;
  position: fixed;
  left: 0.75rem;
  bottom: 8.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #ffffff;
  font-size: 1.2rem;
  line-height: 2.5rem;
  text-align: center;
  z-index: 97;
  color: #4d4d4d !important;
  -webkit-box-shadow: 1px 2px 6px 0px #c6c6c6;
  box-shadow: 1px 2px 6px 0px #c6c6c6;
}

.two_d_btn a {
  display: block;
}

.goto-my-pos {
    box-sizing: border-box;
    position: fixed;
    left: 5%;
    bottom: 220px;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    text-align: center;
    z-index: 97;
    background: #fffffff0;
    -webkit-box-shadow: 1px 2px 6px 0px #c6c6c6;
    box-shadow: 1px 2px 6px 0px #c6c6c6;
}


.goto-my-pos ul {
    height: 100%;
}

.goto-my-pos .ico-location {
    height: 100%;
    background: url(../images/nav_icon_on.png) no-repeat center;
    background-size: auto 100%;
    height: 30px;
    width: 30px;
    margin: 5px auto;
    opacity: 0.9;
}


.stackLayer {
    box-sizing: border-box;
    position: absolute;
    top: -50px;
    width: 100%;
    height: 2.5rem;
    border-radius: 50%;
    text-align: center;
    z-index: 97;
    background: #fffffff0;
    -webkit-box-shadow: 1px 2px 6px 0px #c6c6c6;
    box-shadow: 1px 2px 6px 0px #c6c6c6;
}

    .stackLayer .ico-location {
        height: 100%;
        background: url(../images/stack.png) no-repeat center;
        background-size: auto 100%;
        height: 20px;
        width: 20px;
        margin: 25% auto;
        opacity: 0.9;
    }


.reset .text-reset {
  font-size: 0.7rem;
  color: #666;
}

.choose-set-point {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 75px;
  bottom: 0;
  font-size: 1rem;
  color: #666;
  background-color: #fff;
  z-index: 100;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 18px;
  justify-content: space-between;
}

.choose-set-point .post {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.choose-set-point .post .text {
  color: rgba(34, 34, 34, 1);
  margin-bottom: 5px;
}

.choose-set-point .post .post-text::before {
  content: "";
  height: 15px;
  width: 15px;
  background-image: url("../images/post.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  /* margin-top: 5px; */
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.choose-set-point .post .post-text {
  color: #777;
  font-size: 0.8rem;
  position: relative;
  padding-left: 17px;
}

.choose-set-point .end-icon {
  /* width: 83px; */
  float: left;
  padding: 7px 10px;
  background-color: #3285ff;
  border-radius: 16px;
  color: #fff;
  text-align: center;
}

.choose-set-point .end-icon .set {
  position: relative;
  font-size: 0.8rem;
  padding-left: 24px;
}

.choose-set-point .end-icon .set::before {
  width: 19px;
  height: 19px;
  content: "";
  background: url("../images/navito.png") no-repeat center;
  background-size: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.choose-set-point .close-choose {
  position: relative;
  float: left;
  height: 19px;
  width: 19px;
  background-image: url("../images/close.png");
  background-size: 100%;
  margin-left: 25px;
  font-size: 20px;
  line-height: 20px;
}

.choose-set-point .close-choose::before {
  content: "|";
  color: #c5c5c5;
  position: absolute;
  left: -10px;
  font-weight: 100;
}

.choose-set-point .choose-right {
  display: flex;
  align-items: center;
}

.direction_box {
  position: fixed;
  z-index: 97;
  right: 30px;
  top: 120px;
  width: 2rem;
  height: auto;
}

.direction_box ul li {
  margin-bottom: 0.7rem;
}

.direction_box ul li a {
  border-radius: 2rem;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.5rem 0.65rem;
  -webkit-box-shadow: 1px 2px 3px 0px #d3d3d3;
  box-shadow: 1px 2px 3px 0px #d3d3d3;
}

#page-index .floor_box {
  display: none;
}


.floor_box {
    display: none;
    position: fixed;
    z-index: 97;
    /*left: 0.8rem;*/
    left: 5%;
    width: 2.5rem;
    height: auto;
    /*    bottom: 140px;*/
    bottom: 265px;
    background: #fff;
    padding: 1.1rem 0;
    border-top-left-radius: 1.1rem;
    border-top-right-radius: 1.1rem;
    border-bottom-left-radius: 1.1rem;
    border-bottom-right-radius: 1.1rem;
}

.floor_box ul {
    /*height: 6.6rem;*/
    overflow-y: scroll;
    scrollbar-width: none;
    cursor: pointer;
    /*        max-height: 200px;*/
    max-height: 6.6rem;
}

.floor_box ul li {
    width: 2.2rem;
    height: 2.2rem;
    color: #333;
    font-size: .9rem;
    line-height: 2.2rem;
    text-align: center;
    border-radius: 2.2rem;
    margin: 0 auto;
    overflow: hidden;
}

.floor_box ul::-webkit-scrollbar {
  display: none;
}

.floor_box ul li.current-active-floor {
    color: #ffffff !important;
    background: #0374F0;
}

#webgl_container .floor_box .upward {
    position: absolute;
    top:0;
    width: 100%;
    left: 0;
}

#webgl_container .floor_box .downward {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}

#webgl_container .floor_box .upward img, #webgl_container .floor_box .downward img {
    width: 60%;
    margin:0 auto;
    display:block;
}

.navigation_btn {
  display: none;
  box-sizing: border-box;
  position: absolute;
  border-radius: 1rem;
  width: 30%;
  height: 3rem;
  background-color: #3f79f7;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  font-size: 1.2rem;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  bottom: 0.5rem;
  z-index: 97;
  -webkit-box-shadow: 1px 2px 6px 0px #c6c6c6;
  box-shadow: 1px 2px 6px 0px #c6c6c6;
  /*text-shadow: 1px 1px 1px #a5a0a0;*/
}

.search-navigate-btn {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1rem 0 2rem;
  line-height: 40px;
  border-radius: 20px;
  background-color: #3f79f7;
  color: #fff;
  font-size: 1rem;
  z-index: 9;
  width: max-content;
  white-space: nowrap;
}

.search-navigate-btn .search-navigate-btn-icon {
  height: 20px;
  position: absolute;
  left: .7rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/mPath.png");
  background-size: 100%;
  background-position: center;
  width: 20px;
  display: block;
}

.search_direction_box {
    display: none;
    box-sizing: border-box;
    width: 90%;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    line-height: 2rem;
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0 #999;
    /* padding-bottom: 2px; */
    opacity:1;
}

    .search_direction_box .history-rollback-wrapper {
        margin-left: 2%;
        width: 98%;
        scrollbar-width: none;
    }

.search_direction_box .search_direction_box-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
}

.search_direction_box .search-box {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 10px;
}

.search_direction_box .start_positon {
  height: 1.25rem;
  width: 90%;
  margin-bottom: 8px;
  margin-left: 10%;
}

.search_direction_box .start_positon .start_input {
  position: relative;
  height: auto;
  float: left;
  border-radius: 18px;
  width: 100%;
}

.search_direction_box .start_positon .start_input input {
  height: 1.25rem;
  line-height: normal;
  float: left;
  color: #000000;
  border: 0px;
  font-size: 1rem;
  border: 0px;
  outline: none;
  text-indent: 0.5em;
  background-color: transparent;
}

.search_direction_box .search-dot-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 28px;
  top: 16px;
/*  transform: translateY(-50%);*/
}

.search_direction_box .search-dot-list .search-dot {
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: #bcbcbc;
  margin-bottom: 2px;
}

.search_direction_box .search-dot-list .search-dot:first-child {
  height: 6px;
  width: 6px;
  background-color: #fff;
  margin-bottom: 4px;
  border:1px solid #0cc66f;
}

.search_direction_box .search-dot-list .search-dot:last-child {
    height: 6px;
    width: 6px;
    background-color: #fff;
    margin-top: 2px;
    border: 1px solid #ef3831;
}

.search_direction_box .search-right-text {
  position: absolute;
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.25rem;
  right: 1rem;
}

@media (min-width: 320px) and (max-width: 667px) {
  .search_direction_box .start_positon .start_input input {}
}

@media (min-width: 240px) and (max-width: 319px) {
  .search_direction_box .start_positon .start_input input {
    width: 50%;
    margin-left: 5px;
  }

  .search_direction_box .end_positon .end_input input {
    margin-left: 5px;
  }
}

.search_direction_box .start_positon .start_input input[placeholder] {
  font-size: 1rem;
  text-indent: 1em;
  opacity: 1;
  font-weight: bold;
  color: #222;
}

.search_direction_box .start_positon .start_input .two_code_btn {
  border-radius: 2.2rem;
  width: 6.5rem;
  height: 2.2rem;
  float: right;
  background-color: #3ccf9d;
  margin-right: 0.5rem;
  margin-top: 0.4rem;
}

@media (min-width: 240px) and (max-width: 319px) {
  .search_direction_box .start_positon .start_input .two_code_btn {
    margin-right: 5px;
    width: 5.5rem;
  }
}

.start_input .two_code_btn .btn-position {
  position: relative;
  display: inline-block;
  top: -0.4rem;
  height: 1.8rem;
  line-height: 1.9rem;
  font-size: 1rem;
}

.search_direction_box .end_positon {
  height: 1.25rem;
  width: 90%;
  margin-bottom: 8px;
  margin-left: 10%;
}

.search_direction_box .end_positon .end_input {
  position: relative;
  height: auto;
  float: left;
  border-radius: 18px;
  width: 100%;
}

.search_direction_box .end_positon .end_input input {
  height: 1.25rem;
  line-height: normal;
  float: left;
  color: #000000;
  border: 0px;
  font-size: 1rem;
  border: 0px;
  outline: none;
  text-indent: 0.5em;
  background-color: transparent;
}

.search_direction_box .end_positon .end_input input[placeholder] {
  font-size: 1rem;
  text-indent: 1rem;
  opacity: 1;
  font-weight: bold;
  color: #222;
}

/**2019-3-25新增
选择路线样式
*/

.path-type {
    display: flex;
    box-sizing: border-box;
    padding: 10px 0;
    justify-content: space-between;
    width: 95%;
}

    .path-type .path {
        font-size: 0.7rem;
        box-sizing: border-box;
        padding: 0 10px;
        border: 1px solid #888;
        border-radius: 14px;
        height: max-content;
        line-height: 26px;
        height: 28px;
        color: #888;
        background-color: rgba(255, 255, 255, 0.51);
    }

.search_direction_box .path-type .active {
    background-color: #4187ff;
    color: #fff;
    border: 1px solid #4187ff;
}


.search-path {
  display: flex;
  box-sizing: border-box;
  padding: 10px 0;
  justify-content: space-between;
  width: 95%;
}

.search-path .path {
  font-size: 0.7rem;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #888;
  border-radius: 14px;
  height: max-content;
  line-height: 26px;
  height: 28px;
  color: #888;
  background-color: rgba(255, 255, 255, 0.51);
}

.search_direction_box .search-path .active {
    background-color: #4187ff;
    color: #fff;
    border: 1px solid #4187ff;
}

.history-rollback-wrapper {
  width: 100%;
  display: none;
  overflow: scroll;
  /* height:70px; */
}

.search-path-floor {
    padding: 2px 0;
    justify-content: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    /**width: max-content;*/
    /* margin-bottom: 10px; */
}

.search-path-floor li {
  height: 28px;
  line-height: 28px;
  color: #73839c;
  background-color: #e9e9e9;
  border-radius: 5px;
  font-size: 0.9rem;
  padding: 0 9px;
/*  margin-left: 8px;*/
  white-space: nowrap;
  text-align:left;
  margin-bottom:0.5rem;
  float:left;
}

.search-path-floor .floor-next{
    float:left;
    margin:.6rem 0.5rem 0 .3rem;
    height: 28px;
}

.search-path-floor .floor-next span {
    display: inline-block;
    height: 0.4rem;
    width: 0.4rem;
    border-radius: 50%;
    background: #4187FF;
    float:left;
    margin-top:0.1rem;
}

.search-path-floor .floor-next em {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #4187FF;
    border-right: 2px solid #4187FF;
    transform: rotate(45deg);
    float: left;
}


.search_direction_box .search-path-floor .item-active {
    background-color: #4187FF;
    color: #fff;
}

#nav-bottom {
  position: relative;
  min-height: 40px;
  width: 100%;
}

#nav-bottom #search-go {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2rem;
  margin: 0;
  padding: 0 !important;
  width: max-content;
  background-color: #4187ff;
  border-radius: 1rem;
  font-size: 1.1rem;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  border: none;
}

    #nav-bottom #search-go p {
        height: 2rem;
        line-height: 2rem;
        text-indent: 0.6rem;
        font-size: 0.95rem;
    }

#nav-bottom #search-cancel {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.95rem;
    color: #fff;
    padding: 0px 15px;
    background-color: #2282fd;
    border-radius:24px;
}

.search-nav-icon {
    display: inline-block;
    margin-right: 8px;
    height: 13px;
    width: 13px;
    background-image: url("../images/searchnav.png");
    background-size: 100%;
    position: absolute;
    left: 1.6rem;
    top: 0.6rem;
}

.search_direction_box .navigating-btn {
  position: relative;
  color: #333;
}

.search_direction_box .navigating-btn .endInfo {
  padding: 8px 25px;
  padding-bottom:0px;
  position: absolute;
  text-align: left;
  font-size: 0.9rem;
  top: 0;
  left: 20%;
}

.search_direction_box .navigating-btn .endInfo::before {
    content: "";
    background-color: #ef3831;
    height: 6px;
    width: 6px;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    top: calc(50% + 4px); /**50%;*/
    transform: translateY(-50%);
}

.search_direction_box .navigating-btn .endInfo::after {
  content: "";
  border-bottom: 1px solid #eee;
  display: block;
}

.search_direction_box .navigating-btn .curpathOption {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}

.search_direction_box .navigating-btn #replanning {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  width: 72px;
  height: 50px;
  background-color: #0374f0;
  height: 36px;
  border-radius: 18px;
  box-shadow: 0px 1px 6px 0px #0374f0;
  margin-right: 10px;
  font-size: 0.9rem;
}

.search_direction_box .navigating-btn #replanning::after {
  /* content: ""; */
  display: block;
  position: absolute;
  border-right: 1px solid #eee;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 2rem;
}

.search_direction_box .navigating-btn .curPathInfo {
  line-height: 1.3;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: rgb(1,128,255);
  padding: 0 20px;
  line-height: 38px;
  position: relative;
}

.search_direction_box .navigating-btn .curPathInfo::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 2px solid #eee;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2rem;
}

.search_direction_box .navigating-btn .btn-exit-rollback {
    color: #fff;
    background-color: #0374F0;
    border: none;
    margin-top: 1rem;
}

/*-------end---------*/

/**
.clear {
  clear: both;
}
*/

/*.empty_height {
  height: 80px;
  background-color: #fff;
}*/


/*.departments_list {
  height: auto;
}*/
/**
.departments_list ul li {
  width: 25%;
  height: 156px;
  float: left;
  padding-bottom: 14px;
}

.departments_list ul li a img {
  width: 80%;
  height: auto;
  border: 0px;
  margin: auto;
  min-height: 85px;
}

.departments_list ul li .info_box div {
  height: 20px;
  overflow: hidden;
}

.departments_list ul li a p {
  font-size: 1rem;
  padding-top: 0.4rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
*/
/*
.dep_title {
  padding: 10px;
  font-size: 1.5rem;
  color: #333;
}

.dep_detail {
  padding: 10px 10px 0px 10px;
  font-size: 1.1rem;
  color: #666;
  text-indent: 2em;
}

#page-dep-detail .img-container img {
  width: 100%;
}

.dep_detail p {
  padding-bottom: 1em;
}

.hospital_box {
  background-color: #fff;
  position:relative;
}

.ui-page-theme-a{
    background-color:#fff !important;
}
*/
/*#page-hospital .hospital_box .hospital_img {
    position: fixed;
    top: 0rem;
    display: inline-block;
    padding:0.5rem 0;
    background:#fff;
    box-shadow:0px 1px 5px #ccc;
}

#page-hospital .hospital_box .hospital_img:after{
    position: absolute;
    content: '';
    width: 95%;
    height: 92%;
    top: 0.5rem;
    left: 2.5%;
    box-shadow: 0 0 30px 20px #eee inset;
    border-radius:10px;
}*/

.hospital_box .hospital_img img {
    width: 95%;
    height: auto;
    border: 0px;
    position: relative;
    left:2.5%;
    border-radius:10px;
}

.hospital_box .container {
  padding: 20px 20px 40px 20px;
  color: #000000;
  margin-top:13rem;
}

.hospital_box .container .hospital_name {
  font-size: 1.3rem;
  padding-bottom: 15px;
  font-weight:700;
}

.hospital_box .container .hospital_content {
    font-size: 1rem;
    text-indent: 2em;
    color: #666;
    padding-bottom: 1em;
    line-height:1.6em;
}

.hospital_box .container .hospital_content p strong:nth-of-type(1) {
    margin-top: 10px;
    display: block;
    font-size: 20px;
}

.hospital_box .container .detail_box {
    padding-bottom: 20px;
}

.hospital_box .container .detail_box .hospital_item {
  display: flex;
  display: -webkit-flex;
  padding: 25px 0px 10px 0px;
}

.vertical-line {
  display: block;
  width: 0.5rem;
  height: 1.3rem;
  float: left;
  margin-right: 0.35rem;
  background-color: #3ccf9d;
}

.hospital_box .container .detail_box .hospital_item .name {
  width: 5.5rem;
  height: 1.3rem;
  line-height: 1.35rem;
  font-size: 1.2rem;
}

.hospital_box .container .detail_box .hospital_item .line {
  height: 0.75rem;
  border-bottom: 1px solid #3ccf9d;
  -webkit-flex: 2;
  flex: 2;
}

.hospital_box .container .detail_box .content {
  font-size: 1rem;
  text-indent: 2em;
  color: #666;
  padding: 5px 0px;
  padding-bottom: 1em;
}

.hospital_box .container .detail_box .kssz-content {
  padding-bottom: 3em;
}
/*
#page-expert-detail {
  background-color: #fff;
}

#page-expert-detail .dep_box {
  padding: 0;
}

#page-expert-detail .head-box {
  padding-top: 10px;
  padding-left: 10px;
}

#page-expert-detail .head-box .img-container {
  width: 85px;
  height: 85px;
  border-radius: 85px;
  overflow: hidden;
}*/

/*.expert_list ul li {
  height: auto;
}

.expert_list ul li a {
  display: flex;
  justify-content: left;*/
  /* align-items: center; */
/*}*/

/*.expert_list img {
  padding: 10px;
  padding-right: 0px;
}*/

/*.expert_list ul li a .header {
  width: 60px;
  height: 80px;
  border: 0px;
  float: left;
}

.expert_list ul li a .info_box {
  width: 190px;
  height: auto;
  padding-left: 20px;
  padding-top: 5px;
  color: #4d4d4d;
  float: left;
}

.expert_list ul li a .info_box .name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top:0.5rem;
}

.expert_list ul li a .info_box .professor {
  padding: 0.5rem 0.5rem 0.5rem 0;
  font-size: 0.8rem;
  color: #55a795;
}

.expert_list ul li a .info_box .info {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.1rem;
  height: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}*/

.horizon-line {
  width: 100%;
  margin-top: 0.6rem;
  border-bottom: 1px solid #eee;
}

.head-box img {
  position: relative;
  height: 85px;
  width: 85px;
}

.head-box .personal-msg,
.head-box .head-img,
.head-box .department-msg {
  display: table-cell;
  *display: inline-block;
  vertical-align: middle;
}

/* width:240px apple phone */
@media only screen and (min-width: 240px) and (max-width: 330px) {
  .head-box .department-msg {
    width: 36%;
  }
}

/* width:375px apple phone */
@media only screen and (min-width: 331px) and (max-width: 375px) {
  .head-box .department-msg {
    width: 30%;
  }
}

/* width:384px nexus phone */
@media only screen and (min-width: 376px) and (max-width: 384px) {
  .head-box .department-msg {
    width: 30%;
    text-align: center;
  }
}

/* width:412px nexus phone */
@media only screen and (min-width: 388px) and (max-width: 420px) {
  .head-box .department-msg {
    width: 25%;
    text-align: center;
  }
}

/* width:640px apple phone, lg phone */
@media only screen and (max-width: 640px) and (min-width: 421px) {
  .head-box .department-msg {
    width: 24%;
  }
}

@media only screen and (max-width: 840px) and (min-width: 641px) {
  .head-box .department-msg {
    width: 16%;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 841px) {
  .head-box .department-msg {
    width: 12%;
  }
}

@media screen and (min-width: 1025px) {
  .head-box .department-msg {
    width: 8%;
    text-align: center;
  }
}

.personal-msg span {
  font-size: 1.3rem;
  padding: 0.3rem;
  color: #666;
}

.personal-msg .expert-msg {
  font-size: 1rem;
  padding: 0 0.4rem;
  color: #3ccf9d;
}

.go-ahead {
  background-color: #3ccf9d;
  padding: 0.6rem 1rem;
  border-radius: 2rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

.work-table {
  padding: 10px 20px;
}

.work-table .table-head {
  margin-bottom: 0.6rem;
  margin-top: 0.6rem;
  color: #000 !important;
}

.work-table .title {
  font-size: 1.1rem;
}

.work-table table {
  width: 100%;
  text-align: center;
}

.work-table table td span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  background-color: #3ccf9d;
  visibility: hidden;
}

.work-table table td {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 2.6rem;
  font-size: 0.7rem;
  color: #000 !important;
}

.work-table table td:last-child {
  border-right: 1px solid #eee;
}

.work-table table tr:last-child td {
  border-bottom: 1px solid #eee;
}

.expert-personal-detail {
  padding: 0.5rem 20px 20px 20px;
}

.expert-personal-detail .expert-head {
  margin-bottom: 0.6rem;
  margin-top: 0.4rem;
  color: #000 !important;
}

.expert-head .title {
  font-size: 1.1rem;
}

.expert-personal-detail .content {
  font-size: 1rem;
  text-indent: 2em;
  color: #666;
}

/* =========================================================
Media queries
============================================================ */
@media (min-width: 1000px) and (max-width: 1300px) {
  .expert_list ul li a .info_box {
    width: 900px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .expert_list ul li a .info_box {
    width: 640px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .expert_list ul li a .info_box {
    width: 520px;
  }
}

@media (min-width: 500px) and (max-width: 639px) {
  .expert_list ul li a .info_box {
    width: 460px;
  }

  /* .choose-set-point .ico-address {
        margin-left: 15%;
    } */
}

@media (min-width: 360px) and (max-width: 374px) {
  .expert_list ul li a .info_box {
    width: 235px;
  }

  /* .choose-set-point .ico-address {
        margin-left: 6.5%;
    } */
}

@media (min-width: 375px) and (max-width: 411px) {
  .expert_list ul li a .info_box {
    /* width: 250px; */
  }

  /* .choose-set-point .ico-address {
        margin-left: 8.5%;
    } */
}

@media (min-width: 412px) and (max-width: 499px) {
  .expert_list ul li a .info_box {
    width: 290px;
  }

  /* .choose-set-point .ico-address {
        margin-left: 10%;
    } */
}

@media (min-width: 320px) and (max-width: 359px) {
  .expert_list ul li a .info_box {
    width: 250px;
  }

  /* .choose-set-point .ico-address{
        margin-left: 5%;
    } */
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 359px) {
  .hlb_wrapper {
    width: 320px;
  }

  .expert_list ul li a .info_box {
    width: 200px;
  }
}

/* 
.choose-set-point .ico-address{
    padding-left:0.2rem;
} */

.processcontainer-box {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/index/bg_blue.png) no-repeat;
  background-size:100% 100%;
}

.processcontainer {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 5px;
  z-index: 99;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 5px #08b inset, 0 1px 0 #08b;
  -webkit-box-shadow: 0 1px 5px #08b inset, 0 1px 0 #08b;
  box-shadow: 0 1px 5px #08b inset, 0 1px 0 #08b;
}

#processbar {
  float: left;
  height: 100%;
  text-align: center;
  line-height: 150%;
  background-color: #18fcfb;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#18fcfb),
      to(#077676));
  background-image: -webkit-linear-gradient(top, #18fcfb, #077676);
  background-image: -moz-linear-gradient(top, #18fcfb, #077676);
  background-image: -ms-linear-gradient(top, #18fcfb, #077676);
  background-image: -o-linear-gradient(top, #18fcfb, #077676);
  background-image: linear-gradient(top, #18fcfb, #077676);
}

.top-process {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 99;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#topprocessbar {
  float: left;
  height: 100%;
  text-align: center;
  line-height: 150%;
  background-color: #18fcfb;
}

#pop-input-start {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: #fff;
  overflow-y: scroll;
}

#pop-input-start.list-bg {
  background-color: #fff;
}

.input-head {
  position: fixed;
  top: 0;
  height: 4rem;
  background-color: #fafafa;
  width: 100%;
  z-index:10;
}

/**.input-head:after {
  display: block;
  content: "";
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background: #d1d1d1;
  overflow: hidden;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
*/

.input-head .arrow-left {
  float: left;
  width: 34px;
  height: 100%;
  background: url(../images/ico_arrow_op.png) no-repeat 1px;
  background-size: 90% 40%;
  cursor: pointer;
}

.input-head .visual-input {
  float: left;
  position: relative;
  top: 22%;
  height: 55%;
  width: 85%;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

.input-head .visual-input * {
  vertical-align: middle;
}

.input-head .visual-input .ico-search {
  display: inline-block;
  width: 32px;
  height: 100%;
  background: url(../images/ico_reach.png) no-repeat 8px;
  background-size: 55% 60%;
}

.input-head .visual-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  font-size: .9rem;
  line-height: normal;
  color:#666;
}

/**.input-head .visual-input input:focus {
color: #6284f4;
}
*/

.input-head .visual-input .ico-qrcode {
  display: inline-block;
  width: 42px;
  height: 100%;
  background: url(../images/ico_qrcode.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 5px;
}

.input-head .visual-input .ico-close {
  display: none;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.9rem;
  border-radius: 1rem;
  position: absolute;
  top: 0.55rem;
  right: 0.7rem;
  background-color: #aaa;
  color: #fff;
  text-indent:1px;
}

.search-list {
  margin-top: 4rem;
}

.search-list li {
    height: 4.2rem;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}

.input-history-li {
  height: 2rem !important;
  line-height: 2rem !important;
  text-align: left;
  text-indent: 1em !important;
  color: #7b807f;
  background-color: #f9f9f9 !important;
}

.input-history-clear {
  height: 2rem !important;
  line-height: 2rem !important;
  text-align: center;
  text-indent: 1em !important;
  color: #7b807f;
  background-color: #f9f9f9 !important;
}

.input-history-none {
  text-align: center !important;
}

.search-list * {
  vertical-align: middle;
}

.search-list .ico_addr {
    display: inline-block;
    width: 40px;
    height: 100%;
    background: url(../images/dingwei_2.png) no-repeat 3px;
    /* background-size: 40% 28%;*/
    background-size: 62% 42%;
    margin-left: 10px;
}

.search-list .context {
    font-size: 1rem;
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    display:inline-block;
    position:relative;
    top:-0.8rem;
}

.search-list .context em {     
    font-style:normal;
    display:inline-block;
    margin-bottom:.3rem;
}

.search-list .delete {
    margin-left: 0.2rem;
}

.search-list .floor-num {
  position:absolute;
  left:2.6rem;
  top:2.5rem;
  font-size: 1rem;
}

.search-list .floor-num em {
    font-weight: 300;
    font-style: normal;
    color: #aaa;
    font-size: .8rem;
    display:inline-block;
    padding:0 0.5rem;
    border-right:1px solid #aaa;
    height:0.6rem;
    line-height:0.4rem;
}

.search-list .floor-num em:nth-last-of-type(1){
    border-right:0px;
}

.basePosition {
    padding: 1rem;
    display: none;
}

.basePosition .base-item {
  flex: 1;
  text-align: center;
}

.basePosition .base-item img {
  width: 100%;
}

.pannel .panel-head {
  height: 3.5rem;
  line-height: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 1px solid #f3f3f3;
  display: flex;
  cursor: pointer;
}

.panel-head .title {
  flex: 8;
}

.panel-head .fold-icon {
  flex: 1;
  font-size: 1.1rem;
  text-align: center;
}

.panel-head .fold-icon span {
  line-height: inherit;
  color: #666;
}

.pannel .panel-body {
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.panel-body span {
    display: inline-block;
    cursor: pointer;
    margin:1rem 0 .3rem 1.2rem;
}

.panel-body span em {
    display: block;
    background-color: #f5f5f5;
    font-size: 0.9rem;
    float: left;
    font-style: normal;
    padding: 0.1rem 0.2rem 0.1rem 0.4rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-top-left-radius: 0.9rem;
    border-bottom-left-radius: 0.9rem;
    box-shadow: 0px 0px 2px #ccc;
}

.panel-body span i {
    display: block;
    font-style: normal;
    font-size: 12px;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 .5rem;
    float: left;
    border-top-right-radius: 0.9rem;
    border-bottom-right-radius: 0.9rem;
    background: #06F;
    padding: 0 0.5rem;
    color: #fff;
    box-shadow: 0px 0px 2px #ccc;
}

.base-position-list {
    position: absolute;
    width: 98%;
    bottom: 3.7rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 97;
}

.base-position-list ul {
  max-height: 9rem;
  overflow-y: scroll;
}

.base-position-list ul::-webkit-scrollbar {
  display: none;
}

.base-position-list li {
  height: 3rem;
  line-height: 3rem;
  background-color: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.base-position-list p {
  padding: 0.1rem;
  text-align: center;
  width: 2.2rem;
  position: absolute;
  right: 0;
  font-size: 0.9rem;
  top: -1.4rem;
  border: 1px solid #eee;
  color: #333;
  background-color: #ffffff;
}

.base-position-list * {
  vertical-align: middle;
}

.base-position-list .ico_addr {
  display: inline-block;
  width: 48px;
  height: 100%;
  background: url(../images/ico_addr_op.png) no-repeat 1rem 0.7rem;
  background-size: 40% 48%;
}

.base-position-list .context {
  font-size: 1rem;
  padding: 0 3px;
  color: #666;
}

.base-position-list .floor-num {
  padding: 0 0.4rem;
  background-color: rgba(60, 207, 157, 0.79);
  color: #fff;
  font-size: 0.9rem;
  margin-left: 0.3rem;
}

/* .history-rollback-wrapper {
  position: absolute;
  display: none;
  bottom: 0.5rem;
  width: 95%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 3.3rem;
  margin: auto;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 97;
}

.history-rollback-wrapper ul {
  -webkit-flex: 3;
  flex: 3;
  display: inline;
  white-space: nowrap;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fff;
  overflow-x: scroll;
}

.history-rollback-wrapper li {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  line-height: 3.3rem;
  cursor: pointer;
}

.history-rollback-wrapper li .floor-item {
  margin-left: 35%;
}

.history-rollback-wrapper li .arrow-round {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 2rem;
  background: #fff;
  float: right;
  right: -1rem;
  top: 0.7rem;
  color: #666;
  z-index: 9;
}

.item-active {
  background-color: #c3c3c3;
}

.history-rollback-wrapper .exit-wrapper {
  -webkit-flex: 2;
  flex: 2;
  padding: 1.5% 2% 1.5% 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
}

.history-rollback-wrapper .btn-exit-rollback {
  width: 70%;
  height: 100%;
  display: inline-block;
  background: #474747;
  float: right;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 2.4rem;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
} */

/* 
#left-slide {
    position: absolute;
    top:-44px;
    right: 0;
    min-width: 100%;
    height: 44px;
    background-color: #fff;
    z-index: 99;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 16px 8px 8px;
}

#left-slide ul li {
    float: left;
    height: 28px;
    line-height: 28px;
    min-width: 68px;
    box-sizing: border-box;
    padding: 0 13px;
    margin-right: 8px;
    text-align: center;
    border-radius: 14px;
    background-color: #F3F3F3;
    color: #777;
    font-size: 14px;
}

#left-slide ul .active {
    background-color: #215DC4;
    color: #fff;
} */

#left-slide {
  position: absolute;
  top: 0;
  right: -60%;
  width: 60%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  cursor: pointer;
}

#left-slide ul li {
  height: 3.5rem;
  line-height: 3.5rem;
  text-indent: 1em;
  border-bottom: 1px solid #eee;
}

#left-slide ul li:first-child {
  height: 2rem;
  line-height: 2rem;
  font-size: 0.9rem;
  color: #666;
  overflow: hidden;
}

.two_d_btn_2 {
  height: 3.4rem;
  width: 3.4rem;
  position: fixed;
  right: 0.2rem;
  top: 56px;
  z-index: 99;
}

.two_d_btn_2 img {
  height: 100%;
}

.self-head-tag {
  position: absolute;
  bottom: 5rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  text-align: center;
  background-color: #fff;
  color: #4d4d4d;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
}

.self-tag-current {
  background-color: #53c6b4;
  color: #fff;
}

.self-tag-normal {
  background-color: #fff;
  color: #656565;
}

.self-sex-tag {
  position: absolute;
  width: 8rem;
  left: 5%;
  top: 0.4rem;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
}

.self-sex-tag li {
  width: 50%;
  height: 2rem;
  line-height: 2rem;
  float: left;
  text-align: center;
  font-size: 1rem;
}

.self-sex-tag li:first-child {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.self-sex-tag li:last-child {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.self-adult-tag {
  position: absolute;
  width: 8rem;
  right: 5%;
  top: 0.4rem;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
}

.self-adult-tag li {
  width: 50%;
  height: 2rem;
  line-height: 2rem;
  float: right;
  text-align: center;
  font-size: 1rem;
}

.self-adult-tag li:first-child {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.self-adult-tag li:last-child {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

#page-self-service {
  overflow: hidden;
}

.container .person-model {
  position: absolute;
}

.container .person-model img {
  transform-origin: 0 0;
}

.container .person-model map {
  transform-origin: 0 0;
}

.reversal {
  position: absolute;
  bottom: 8rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  text-align: center;
  background-color: #fff;
  color: #4d4d4d;
  z-index: 1;
}

#self-part-slide {
  position: absolute;
  left: -50%;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  padding-bottom: 2.1rem;
  overflow-y: scroll;
}

#self-part-slide ul {
  padding-bottom: 3.4rem;
}

#self-part-slide ul li {
  height: 3.5rem;
  line-height: 3.5rem;
  text-indent: 1em;
  border-bottom: 1px solid #d9d9d9;
  color: #323232;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

#self-part-slide .self-part-sub {
    text-indent: 2em !important;
    background-color: #eaeeeb;
    font-size:0.9rem;
}

#self-part-slide .self-part-sub-current {
    background-color: #d2d6d3;
}

#self-sickness-slide {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #d2d6d3;
    overflow-y: scroll;
    z-index: 99;
}

#self-sickness-slide ul {
  padding-bottom: 3.4rem;
}

#self-sickness-slide ul li {
  height: 3rem;
  line-height: 3rem;
  text-indent: 1.5em;
  border-bottom: 1px solid #b3b3b3;
  color: #323232;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size:0.9rem;
}

#self-sickness-slide .sickness-left, #self-illness-slide .sickness-left{
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    position: absolute;
    bottom: 4rem;
    right: 1rem;
    font-size: 0.9rem;
    color: #333;
    border-radius: 50%;
    background: #fff;
}

#self-model-slide {
    position: absolute;
    left: -50%;
    width: 50%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 99;
}

#self-model-slide ul {
  padding-bottom: 3.4rem;
}

#self-model-slide ul li {
  height: 3.5rem;
  line-height: 3.5rem;
  text-indent: 1em;
  border-bottom: 1px solid #d9d9d9;
  color: #323232;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.self-model-current {
  background-color: #ebebeb;
}

#self-illness-slide {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #ebebeb;
  overflow-y: scroll;
  z-index: 99;
}

#self-illness-slide ul {
  padding-bottom: 3.4rem;
}

#self-illness-slide ul li {
  height: 3.5rem;
  line-height: 3.5rem;
  text-indent: 1em;
  border-bottom: 1px solid #d9d9d9;
  color: #323232;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size:0.9rem;
}

.self-go-ahead {
  background-color: #53c6b4;
  padding: 0.4rem 0.8rem;
  border-radius: 2rem;
  color: #fff;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
}

.self-go {
  flex: 1;
  text-align: right;
  margin-right: 1rem;
}

.self-advice {
  flex: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

#page-self-service-rusult {
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  position:relative;
}

#page-self-service-rusult .rusult-left {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    height: 2rem;
    line-height: 2rem;
    background: #53c6b4;
    text-align:center;
    padding:0 0.5rem;
    border-radius:1rem;
    width:2.5rem;
}

#page-self-service-rusult .rusult-left a {
    color: #fff;
    font-size:0.9rem;
}

#page-self-service-rusult ul li {
    height: 3.5rem;
    line-height: 3.5rem;
    text-indent: 1em;
    border-bottom: 1px solid #d9d9d9;
    color: #323232;
    cursor: pointer;
    display: flex;
    color: #898989;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#page-self-service-rusult ul .list-head {
  display: inherit;
  text-align: center;
  font-size: 1.2rem;
  color: #53c6b4;
}

#page-self-service-rusult ul .self-result-content {
  padding: 1rem;
  text-indent: 2em;
  color: #323232;
  padding-bottom: 5rem;
}

.mash {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  opacity: 0.3;
  z-index: 98;
}

.msgboxMask, .deployMask, .video-boxMask {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    opacity: 0.3;
    z-index: 103;
}

.pointMask {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    opacity: 0.6;
    z-index: 101;
}

.webgl_content>div:last-child {
  position: absolute !important;
  top: 0 !important;
  left: 7rem !important;
}

#left-slide-new {
    float: left;
    width: 25%;
    background-color: #fff;
    z-index: 99;
    cursor: pointer;
    box-sizing: border-box;
   /* padding: 8px 0;*/
   margin-top:8px;
    background: #F4F4F4;
/*    min-height:618px;*/
}

#left-slide-new ul {
    width:100%;
}

#left-slide-new ul li, #page-index-new .department-box .left-dep-new ul li,
#page-index-new .introduction-box .left-intro-new ul li{
    box-sizing: border-box;
    text-align: center;
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor:pointer;
    background-color:#f4f4f4;
}

#left-slide-new ul li p, #page-index-new .department-box .left-dep-new ul li p,
#page-index-new .introduction-box .left-intro-new ul li p{
    padding: 12px 5px;
    /*height: 100%;*/
    border-left: 5px solid #F4F4F4;
    box-sizing:border-box;
}

#left-slide-new ul li p.bor, #page-index-new .department-box .left-dep-new ul li p.bor,
#page-index-new .introduction-box .left-intro-new ul li p.bor {
    border-left: 5px solid #0475F0;
}


#left-slide-new ul .active, #page-index-new .department-box .left-dep-new ul .active,
#page-index-new .introduction-box .left-intro-new ul .active{
    background-color: #fff;
    color: #0475F0;
}

#page-bluetooth {
  width: 100vw;
  left: 0;
  position: relative;
}

#page-bluetooth .bluetooth-box {
  position: relative;
  min-height: 100vh;
  background: url("../images/blue.jpg") no-repeat top #fff;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#page-bluetooth .bluetooth-box .text-1 {
  color: #666666;
  font-size: 19px;
  font-weight: bold;
}

#page-bluetooth .bluetooth-box .text-2 {
  color: #aaaaaa;
  font-size: 14px;
  margin-top: 8px;
  line-height: 25px;
}

#page-bluetooth .bluetooth-box .bottom-text {
  color: #53b6f1;
  position: absolute;
  bottom: 2rem;
  font-weight: bold !important;
}

#page-index .select-add {
  position: fixed;
  box-sizing: border-box;
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 50%;
  background-color: #fff;
  right: 0.5rem;
  bottom: 4.75rem;
  color: #4d4d4d;
  box-shadow: 1px 2px 6px 0px #c6c6c6;
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding: 0.4rem 0 0rem 0.1rem;
  text-align: center;
  font-weight: bold;
  z-index: 9;
}

#page-index .select-add.active {
  background-color: #0078ff;
  color: #fff;
}

#page-index #posPull {
    display:none;
}



.floor-box-div {
  display: none;
  position: fixed;
  z-index: 999;
  right: 0.8rem;
  width: 2.5rem;
  top: 62px;
}

.InfoToast {
  display: flex;
  position: fixed;
  width: 90%;
  height: 74px;
  border: 1px solid rgb(19,135,252,0.9);
  background-color: rgb(19,135,252,0.9);
  top: 10px;
  left: 5%;
  z-index: 99;
  border-radius: 10px;
  box-shadow: 1px 2px 6px 0px rgb(19 135 252 / 90%);
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 10px 0px 10px 10px;
  border-bottom-left-radius: 37px;
  border-top-left-radius: 37px;
}

.InfoToast #info-icon {
  height: 54px;
  width: 54px;
  display: block;
  margin-right: 5px;
}

.InfoToast #info-icon img {
  height: 100%;
  width: 100%;
}

.toast-info-box {
    width: calc(100% - 59px);
}

.InfoToast #info-txt {
    display: block;
    /* width: max-content; */
    /*word-break: break-all;*/
    overflow: hidden;
    width: 100%;
    font-size: 0.95em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height:1rem;
}

.cam-switch {
    z-index: 99;
    position: fixed;
    top: 85px;
    right: 5%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* padding: 5px 5px; */
    background-color: rgb(19,135,252,0.9);
    height: 40px;
    box-shadow: 1px 2px 6px 0px #c6c6c6;
    /* font-size: 9.5px; */
    border-radius: 0.5rem;
    background-size: 100% 100%;
    background-position: center;
    line-height: 1rem;
    color: white;
    font-size: 0.7rem;
    align-content: center;
}
    .cam-switch img {
        position: absolute;
        width: 30px;
        /* height: 50px; */
        padding-top: 5px;
        padding-left: 2px;
    }

    .cam-switch span {
        /* height: 2rem; */
        /* top: 0px; */
        /* position: absolute; */
        margin-left: 32px;
        line-height: 40px;
        margin-right: 5px;
        /* height: 60px; */
        /* display: inline-block;*/
    }

.curState {
    z-index: 99;
    color: #fff;
    opacity: 0.8;
    top: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 0.9rem;
    border-radius: 4px;
    width: 100%;
}

.curState ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid;
}

.curState li {
  width: max-content;
  position: relative;
  line-height: 1.3;
  margin: 5px;
}

/*.curState .state1::after {
  content: "";
  border-right: 1px solid #fff;
  position: absolute;
  right: -5px;
  height: 1rem;
  top: 0.15rem;
  display: block;
}*/
        /* .curState .state2::before {
    content: "";
    border-left: 1px solid #fff;
    position: absolute;
    left: -5px;
    height: 1rem;
    top: 0.15rem;
    display: block;
} */

        .curState .state2 a {
  color: #fff;
  margin-left: 10px;
  background-color: rgb(104,180,255);
  padding: 2px 8px;
  border-radius: 11px;
}

.curState .state2 a:hover {
  color: #4187ff;
}

.curState .state2 a:visited {
  color: #4187ff;
}

@import url(https://fonts.googleapis.com/css?family=Lato:100, 300, 700);

.processcontainer h1 {
  font-family: "Lato";
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1.5px;
  text-align: center;
  margin-top: 18px;
  -webkit-animation: fade 2s infinite;
  -moz-animation: fade 2s infinite;
  font-size: 0.7rem;
}

#processcontainer-container {
  margin: auto;
  vertical-align: middle;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -100%);
  left: 50%;
  margin-left: 4px;
}

.processcontainer .stick {
  width: 24px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-left: -8px;
}

.stick:nth-child(n) {
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */
  -moz-transform: rotate(30deg);
  -webkit-animation: fall 2s infinite;
  -moz-animation: fall 2s infinite;
}

.stick:nth-child(2n) {
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  /* IE 9 */
  -webkit-transform: rotate(-30deg);
  /* Safari and Chrome */
  -moz-transform: rotate(-30deg);
  -webkit-animation: rise 2s infinite;
  -moz-animation: rise 2s infinite;
}

@-webkit-keyframes rise {
  50% {
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
  }
}

@-moz-keyframes rise {
  50% {
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
  }
}

@-o-keyframes rise {
  50% {
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
  }
}

@keyframes rise {
  50% {
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
  }
}

@-webkit-keyframes fall {
  50% {
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(30deg);
  }
}

@-moz-keyframes fall {
  50% {
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
  }
}

@-o-keyframes fall {
  50% {
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(30deg);
  }
}

@keyframes fall {
  50% {
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(30deg);
  }
}

@-webkit-keyframes fade {
  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade {
  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.history-rollback-wrapper h3{
    color:#333;
    font-size:1.2rem;
    min-width: 40px;
    /* margin-bottom:1rem; */
    margin-right:0.6rem;
}

.history-rollback-wrapper li .build-item {
    position: absolute;
    bottom: 0.1rem;
    line-height: 1.3;
    font-size: 0.7rem;
    color: #999;
    right: 1rem;
}

.select-add-box {
  display: none;
  position: fixed;
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 50%;
  right: 0.5rem;
  bottom: 0.75rem;
  z-index: 999;
}

.nav-again {
  position: absolute;
  bottom: 0.5rem;
  width: 95%;
  height: 3.3rem;
  margin: auto;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 97;
  background-color: #fff;
  border: 1px solid #eee;
  opacity: 0.9;
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
}

.nav-again .again-btn {
  padding: 7px 15px;
  border-radius: 5px;
  background-color: #0374f0;
  color: #fff;
}

.nav-again .canel {
  position: absolute;
  bottom: 5px;
  right: 14px;
  color: #aaa;
  font-size: 0.9rem;
}

.ui-page {
    -webkit-backface-visibility: hidden;
}

/** 新选择终点样式choose-set-point */
#nav-bottom .pre-navigate .autostep-btn {
    display: none;
    width: 112px;
    height: 2rem;
    padding: 0 !important;
    box-sizing: border-box;
    position: absolute;
    border-radius: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    text-shadow: none;
    left: 21%;
    margin: 0;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #707070;
    font-size: 0.95rem;
}

/**page-index-new btn*/
#page-index-new .index-new-centre-navbtn {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 0 0;
}

#page-index-new .index-new-centre-navbtn ul {
  display: flex;
  justify-content: space-around;
}

#page-index-new .index-new-centre-navbtn ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
  color: #555;
}

#page-index-new .index-new-centre-navbtn ul li .icon {
  width: max-content;
}

#page-index-new .index-new-centre-navbtn ul li {
  line-height: 1.5;
  margin-bottom: 4px;

}

#page-index-new .index-new-centre-navbtn ul li img {
  width: 44px;
  height: 44px;
}

/*#end-build {
  display: none;
}*/

#select-add {
  position: fixed;
  box-sizing: border-box;
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 50%;
  background-color: #fff;
  right: 0.5rem;
  bottom: 0.75rem;
  color: #4d4d4d;
  box-shadow: 1px 2px 6px 0px #c6c6c6;
  font-size: 0.9rem;
  line-height: 1.1rem;
  padding: 0.1rem;
  text-align: center;
  font-weight: bold;
  z-index: 9;
}

/* 部署界面样式 */
.bluetoothDeploy {
  display: none;
  position: absolute;
  top: 50%;
  background-color: #fff;
  z-index: 999;
  width: 80%;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.bluetoothDeploy .bluetoothbtn {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.blueinfo {
  display: none;
  position: absolute;
  top: 50%;
  background-color: #fff;
  z-index: 999;
  width: 80%;
  padding: 20px;
  box-sizing: border-box;
  margin-left: 10%;
  transform: translateY(-50%);
}

/* 专家介绍 **/
.clear {
*zoom: 1;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
/*
#page-expert .dep_box .expert_list {
    float: left;
    width: 30%;
    background: #F4F4F4;
    min-height: 100%;
}

#page-expert .dep_box .expert_list ul {
    width: 100%;
}

#page-expert .dep_box .expert_list ul li {
    box-sizing: border-box;
    text-align: center;
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#page-expert .dep_box .expert_list ul li p {
    padding: 12px 5px;
    border-left: 5px solid #F4F4F4;
}

#page-expert .dep_box .expert_list ul li p.bor {
    border-left: 5px solid #0475F0;
}

#page-expert .dep_box .expert_list ul .active {
background-color: #fff;
color: #0475F0;
}

#page-expert .dep_box .expert_details a {
    display: block;
    padding: 5px 10px;
    margin-top: 15px;
    box-shadow: 0 0 10px #ccc;
    height: 80px
}

#page-expert .dep_box .expert_details {
    width: 60%;
    margin: 0 5%;
    float: left;
    margin-bottom: 10px;
}

#page-expert .dep_box .expert_details .details-info {
    display: none;
}

#page-expert .dep_box .expert_details .details-info img {
    float: left;
    width: 30%;
    display: block;
    width: 50px;
    padding-top: 5px;
}

#page-expert .dep_box .expert_details .details-info .info-name {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

#page-expert .dep_box .expert_details .details-info .info-name p {
    font-size: 14px;
    font-weight: 700;
}

#page-expert .dep_box .expert_details .details-info .info-name span {
    font-size: 12px;
}*/

/* 科室介绍 **/
/*#page-departments .dep_box {
    margin-top: 10px;
}

#page-departments .dep_box .departments_list {
    border: 1px solid #ddd;
    width: 95%;
    margin: 0 auto 15px;
    border-radius: 5px;
    cursor: pointer;
}

#page-departments .dep_box .departments_list .info {
    padding: 10px;
}

#page-departments .dep_box .departments_list .info p {
    font-size: 14px;
    color: #5E8BFA;
    float: left;
}

#page-departments .dep_box .departments_list .info img {
    float: right;
    width: 20px;
}

#page-departments .dep_box .departments_list .info-list {
    height: 0px;
    overflow: hidden;
    width: 97%;
    margin: 0 auto;
}

#page-departments .dep_box .departments_list .info-list li {
    width: 25%;
    float: left !important;
    position: relative;
    height: 112px;
}*/
/*
#page-departments .dep_box .departments_list .info-list li a {
    text-decoration: none;
}

#page-departments .dep_box .departments_list .info-list li img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

#page-departments .dep_box .departments_list .info-list li .info-name {
    margin-bottom: 10px;
}

#page-departments .dep_box .departments_list .info-list li .info-name 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;
}

#page-departments .dep_box .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;
}
*/

/*首页搜索框修改**/
.index-serch .search-list {
    background:#fff;
    margin-top:1px;
    position:absolute;
    top:3.28rem;
    left:5.52%;
    width:88%;
    height:0rem;
    overflow:auto !important;
}
.ui-btn-icon-notext:after {
    background: url(../images/close_icon.png) no-repeat !important;
    height: 20px !important;
    width: 20px !important;
    background-color:none;
    background-image:none;
    top:36% !important;
    left:70% !important;
}

/**新科室介绍*/
#page-index-new .department-box, #page-index-new .introduction-box {
    display: none;
    margin-top: 7px !important;
}

#page-index-new .department-box .left-dep-new, #page-index-new .introduction-box .left-intro-new {
    width: 80px;
    float: left;
    background: #F4F4F4;
    min-height: 570px;
    padding: 8px 0;
    height: 500px !important;
    overflow-y:auto;
}

#page-index-new .department-box .left-dep-new ul,#page-index-new .introduction-box .left-intro-new ul {
    height: 100%;
    font-size:0.9rem;
}

#page-index-new .department-box .left-dep-new ul:after, #page-index-new .introduction-box .left-intro-new:after {
    height: 100px;
}

#page-index-new .department-box .dep-list{
    width:65%;
    float: left;
    margin-left:5%;
    font-size:0.9rem;
    box-sizing:content-box;
    width:70%;
    overflow-y:auto;
    height:500px;
}

#page-index-new .introduction-box .intro-content {
/*    width:62%;*/
    width:calc(100% - 100px);
    float: left;
    padding:0 10px;
    font-size:0.9rem;
    overflow-x:auto;
}

#page-index-new .introduction-box .intro-content img{
    height:auto;
}

.department-box .dep-list ul{
    display: none;
}

    .department-box .dep-list ul .flex-box .location-name {
        height: 2rem;
        line-height: 2rem;
        padding: 0 0.8rem;
        background: #06f;
        color: #fff;
        display: inline-block;
        margin: 0.5rem 0 0.2rem 0;
        border-radius: 1rem 0.5rem 0.5rem 0.3rem;
    }

/*.department-box .dep-list ul .flex-box .flex-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
*/

.department-box .dep-list ul .flex-box .flex-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #00000008;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

#page-index-new .department-box .dep-list li {
    float: left;
    flex: 1 0 auto;
}

#page-index-new .department-box .dep-list li span {
    display: flex;
    cursor: pointer;
    margin: 0.5rem .6rem .3rem 0rem;
    flex-wrap: wrap;
}

#page-index-new .department-box .dep-list li span em {
    display: block;
    background-color: #f5f5f5;
    font-size: 0.8rem;
    font-style: normal;
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-top-left-radius: 0.9rem;
    border-bottom-left-radius: 0.9rem;
    box-shadow: 0px 0px 2px #ccc;
}

#page-index-new .department-box .dep-list .location-zone {
    font-size: 0.2rem;
    display: inline-block;
    height: 0.3rem;
    line-height: 0.3rem;
    background: #0086ff;
    color: #fff;
    text-align: center;
    margin: 0.1rem 0;
    border-radius: 0.06rem;
    padding: 0.05rem 0.2rem;
    box-sizing: content-box;
}


    #page-index-new .department-box .dep-list li span .single-layer {
        border-top-right-radius: 0.9rem;
        border-bottom-right-radius: 0.9rem;
    }



#page-index-new .department-box .dep-list li span i {
    display: block;
    font-style: normal;
    font-size: 12px;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 .5rem;
    border-top-right-radius: 0.9rem;
    border-bottom-right-radius: 0.9rem;
    background: #06F;
    padding: 0 0.5rem;
    color: #fff;
    box-shadow: 0px 0px 2px #ccc;
}

.emp_height{
    height:40px; 
}


/**地图索引搜索框*/
#page-index-new .index-box .search-list {
    margin-top: 48px;
    display: none;
    padding-bottom: 3rem;
    overflow-y: auto;
}
#page-index-new .center-container .home-left {
    width: 34px;
    height: 100%;
    background: url(../images/home-left.png) no-repeat 1px;
    background-size: 90% 60%;
    cursor: pointer;
    position:absolute;
    left:0px;
    top:0px;
}

/**首页地图模拟框*/
.tips-box, .mark_panel, .inquire_panel{
    position: absolute;
    width: 80%;
    left: 10%;
    box-sizing: border-box;
    padding: 20px 20px;
    background-color: #fff;
    top: 20%;
    border-radius: 10px;
    z-index: 999;
    display: none;
}

.inquire_panel .title{
    padding:10px 0 20px;
    text-align:center;
    font-size:20px;
}

.inquire_panel .floor_list {
    display:flex;
    flex-wrap:wrap;
}

.inquire_panel .floor_list .floor_item{
    padding:3px 10px;
    background-color:#0374F0;
    border-radius:5px;
    margin-bottom:4px;
    margin-right:6px;
    color:#fff;
    font-size:14px;
}

.inquire_panel .close-message {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 42%;
    bottom: -50px;
}

.inquire_panel .close-message img {
    width: 40px;
    height: 40px;
    display: block;
}

.location_right {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    box-sizing: border-box;
    padding: 20px 20px 60px;
    background-color: #fff;
    top: 30%;
    border-radius: 10px;
    z-index: 999;
    display: none;
}

.location_right .recognize_btn {
    position:absolute;
    width:60px;
    border-radius:5px;
    background-color:#409eff;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#fff;
    right:20px;
    bottom:20px;
    cursor:pointer;
}

.mark_panel .mark_name {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.mark_name .close_btn {
    position: absolute;
    right: 6px;
    top: 0px;
    background: url(../images/close.png) no-repeat;
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
}

.mark_panel .textarea {
    width:100%;
    height:40px;
    border:none;
}

.mark_panel .textarea:focus{
    outline: none;
    border-color: none;
    background-color: none;
}

.mark_panel .submit_box {
    border-top:1px solid #f1f1f1;
    width:100%;
    padding-top:10px;
    display:flex;
    justify-content:end
}

.submit_box .submit_btn {
    width: 60px;
    text-align:center;
    height:30px;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #0374F0;
}

/**详情按钮*/
.tips-box .title {
    /* float: right; */
    /*    display: none;*/
    font-weight: 700;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.3;
}


/**详情按钮*/
.tips-box .infobtn {
    /* float: right; */
    display: none;
    text-align: right;
    color: #2282fd;
    font-size: 17px;
}

.tips-box .tips-name {
    margin: 20px 0;
    text-align: center;
    display: block;
/*    font-weight: 700;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

    .tips-box .tips-name em {
        font-style: normal;
        color: #505050;
    }

.tips-box img {
    width: 80px;
    display: block;
    height: 82px;
    margin: 0 auto;
}

.tips-info .btn-setting {
    display: -webkit-flex; /* Safari */
    display: flex;
}

.btn-setting button:nth-of-type(1) {
    float: left;
    display: inline-block;
    color: #fff;
    border: 1px solid #2282fd;
    background-color: #2282fd;
    border-radius: 25px;
    line-height: 22px;
    padding: 5px 0;
    width: 40%;
    text-align: center;
    border: none;
}

.btn-setting button:nth-of-type(2) {
    float: right;
    background-color: #fff;
    color: #2282fd;
    padding: 5px 0;
    width: 40%;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    margin-left: 20%;
    border: 1px solid #2282fd;
}

.btn-setting button:nth-of-type(3){
    float: right;
    background-color: #fff;
    color: #2282fd;
    padding: 5px 0;
    width: 40%;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #2282fd;
}

.btn-setting button.nomargin{
    margin:0 5%;
}

.btn-setting span:nth-of-type(1) {
    float: left;
    display: inline-block;
    color: #2282fd;
    border: 1px solid #2282fd;
    border-radius: 25px;
    line-height: 22px;
    padding: 5px 0;
    width: 40%;
    text-align: center;
}


.btn-setting span:nth-of-type(2) {
    float: right;
    background-color: #2282fd;
    color: #fff;
    padding: 5px 0;
    width: 40%;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    margin-left: 20%;
}

.tips-box .close-message {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 42%;
    bottom: -50px;
}

.tips-box .close-message img {
    width: 40px;
    height: 40px;
    display: block;
}

.bleIcon {
  height: max-content;
  width: max-content;
}

.bleIcon .bleIconTips {
  position: absolute;
  top: -1.3rem;
  font-size: 0.9rem;
  color: #333;
  left: 50%;
  transform: translateX(-50%);
  -webkit-text-stroke: 1px #666;
  font-weight: bold;
}

.touchNone {
  pointer-events: none;
}

.bleIcon img {
  width: 25px;
  height: 25px;
}

.bleIcon img.selected {
  border: 1px solid #ff4343;
}

.bleIcon {
  z-index: 9;
  position: absolute;
  left: 0px;
  top: 0px;
}

.select-add2 {
  position: absolute;
  box-sizing: border-box;
  height: max-content;
  width: max-content;
  border-radius: 5px;
  background-color: #fff;
  right: 0.5rem;
  bottom: 4.75rem;
  color: #fa5151;
  box-shadow: 1px 2px 6px 0px #c6c6c6;
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 0.3rem;
  text-align: center;
  z-index: 9;
}

.blelist {
    display: none;
    z-index: 99;
    position: absolute;
    top: 120px;
    left: 10px;
    background: rgba(255,255,255, 0.5);
    padding: 5px 10px;
    max-height: 40%;
    overflow-y: scroll;
}

.blelist li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.InfoToast .left-box, .InfoToast .right-box {
  position: relative;
  display: flex;
}

.InfoToast .left-box {
  width: 65%;
  align-items: center;
}

.InfoToast .pathTime {
  font-size: 0.8rem;
}

.InfoToast .right-box {
  width: 34%;
}

.right-up-tool {
    display: none;
    z-index: 97;
    position: absolute;
    top: 72px;
    right: 28px;
    opacity: 0.98;
}

    .right-up-tool.border {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .right-up-tool .tool-group1 {
        overflow: hidden;
        background-color: white;
        border-radius: 5px;
        padding-top: 5px;
        width:42px;
    }

    .right-up-tool .tool-group2 {
        overflow: hidden;
        background-color: white;
        border-radius: 5px;
        /*        padding-top: 5px;*/
        margin-top: 10px;
        width: 42px;
    }




/*模型切换*/
.model-switch {
    overflow: hidden;
    z-index: 10;
    width: 40px;
    height: 50px;
/*    background: url(../../images/index/model_fbx.png) no-repeat;
    background-size: 100% 100%;*/
    top: 72px;
    right: 20px;
    cursor: pointer;
    display: none;
}


    .model-switch .split {
        border-top: 1px solid #e8e8e8;
        width: 30px;
        margin: auto;
                display:none;
    }

    .model-switch .icon {
        width: 22px;
        height: 22px;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: auto;
        margin-right: auto;
        background: url(../../images/index/model.png) no-repeat;
        background-size: 100% 100%;
    }

        .model-switch .icon.active {
            width: 22px;
            height: 22px;
            margin-top: 3px;
            margin-bottom: 3px;
            margin-left: auto;
            margin-right: auto;
            background: url(../../images/index/model.png) no-repeat;
            background-size: 100% 100%;
        }

    .model-switch p {
        margin: auto;
        text-align: center;
        margin: auto;
        text-align: center;
        font-size: 12px;
        color: gray;
    }



/*模型切换*/
.view-switch {
    overflow: hidden;
    /*width: 42px;*/
    height: 50px;
    /*    background: url(../../images/index/view_3d.png) no-repeat;*/
    /*    background-size: 100% 100%;*/
    top: 72px;
    right: 20px;
    cursor: pointer;
    display: none;
    margin-bottom: 4px;
}

 /*   .view-switch.active {
        background: url(../../images/index/view_2d.png) no-repeat;
        background-size: 100% 100%;
    }*/

    .view-switch .split {
        border-top: 1px solid #e8e8e8;
        width: 30px;
        margin: auto;
        display:none;
    }

    .view-switch .icon {
        width: 22px;
        height: 22px;
        margin-top: 10px;
        margin-bottom: 3px;
        margin-left: auto;
        margin-right: auto;
        background: url(../../images/index/view_2d.png) no-repeat;
        background-size: 100% 100%;
    }

        .view-switch .icon.active {
            width: 22px;
            height: 22px;
            margin-top: 10px;
            margin-bottom: 3px;
            margin-left: auto;
            margin-right: auto;
            background: url(../../images/index/view_3d.png) no-repeat;
            background-size: 100% 100%;
        }

    .view-switch p {
        margin: auto;
        text-align: center;
        margin: auto;
        text-align: center;
        font-size: 12px;
        color: gray;
    }

/*室内*/
.enter-indoor .icon {
    width: 22px;
    height: 22px;
    margin-top: 5px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    background: url(../../images/index/icon_home.png) no-repeat;
    background-size: 100% 100%;
}

.enter-indoor .split {
    border-top: 1px solid #e8e8e8;
    width: 30px;
    margin: auto;
}

.enter-indoor p {
    color: gray;
    font-size: 12px;
    text-align: center;
}

/*重置视角*/
.reset-view {
    overflow: hidden;
    z-index: 10;
    /*width: 42px;*/
    height: 50px;
    /*    background: url(../../images/index/reset_view.png) no-repeat;
    background-size: 100% 100%;*/
    top: 72px;
    right: 20px;
    cursor: pointer;
    display: none;
    margin-bottom: 4px;
}

    .reset-view .split {
        border-top: 1px solid #e8e8e8;
        width: 30px;
        margin: auto;
        display:none;
    }

    .reset-view .icon {
        width: 22px;
        height: 22px;
        margin-top: 10px;
        margin-bottom: 3px;
        margin-left: auto;
        margin-right: auto;
        background: url(../../images/index/reset_view.png) no-repeat;
        background-size: 100% 100%;
    }

    .reset-view p {
        margin: auto;
        text-align: center;
        margin: auto;
        text-align: center;
        font-size: 12px;
        color: gray;
    }

.my-pos {
    z-index: 10;
    width: 40px;
    height: 40px;
/*    background: url(../../images/index/reset_view.png) no-repeat;
    background-size: 100% 100%;*/
    top: 72px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.pause-nav {
    display: none;
    z-index: 97;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 70px;
    left: 5%;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    background-color: #0374f0;
    background-color: rgb(19,135,252,0.95);
    border-radius: 40px;
    color: white;
    box-shadow: 0px 1px 6px 0px #0374f0;
}

.panorama-back {
    display: none;
    z-index: 102;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 70px;
    left: 5%;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    background-color: #0374f0;
    background-color: rgb(19,135,252,0.95);
    border-radius: 40px;
    color: white;
    box-shadow: 0px 1px 6px 0px #0374f0;
}

.ar-box {
    position: absolute;
    bottom: 70px;
    left: 5%;
    display:flex;
}

.play-ar {
    display: none;
    z-index: 97;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    border-radius: 40px;
    background-color: white;
    box-shadow: 0px 1px 6px 0px #666;
    color: black;
    opacity: 0.9;
    cursor: pointer;
    margin-right:10px;
}

.play-ar.active {
    background-color: rgb(19,135,252,0.95);
    color: white;
    box-shadow: 0px 1px 6px 0px #0374f0;
}

.make-ar {
    display: none;
    z-index: 97;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    border-radius: 40px;
    font-size: 12px;
    background-color: white;
    box-shadow: 0px 1px 6px 0px #666;
    color: black;
    opacity: 0.9;
    cursor: pointer;
}

.make-ar.active {
    background-color: rgb(19,135,252,0.95);
    color: white;
    box-shadow: 0px 1px 6px 0px #0374f0;
}

/*.page_circle_btn_b {
    display:none;
    width: 40px;
    height: 40px;
    bottom: 12px;
    background: #ffffff;*/
/* box-shadow: 1px 1px 6px 0px #C6C6C6; */
/*z-index: 4;
    border-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 20px;
    padding: 5px 0;
}*/
.page_circle_btn img {
    width: 88%;
    height: 88%;
    padding: 2px 2px;
}

.page_circle_btn span {
    margin-left: auto;
    margin-right: auto;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.right-up-tool .enter-indoor {
    overflow: hidden;
    height: 50px;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.right-up-tool .customPanorama {
    overflow: hidden;
    height: 50px;
    font-size: 12px;
    /*    padding: 5px;*/
    text-align: center;
    /*    line-height: 30px;*/
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
}

    .right-up-tool .customPanorama .split {
        border-top: 1px solid #e8e8e8;
        width: 30px;
        margin: auto;
                display:none;
    }

    .right-up-tool .customPanorama .icon {
        width: 26px;
        height: 22px;
        margin-top: 10px;
        margin-bottom: 3px;
        margin-left: auto;
        margin-right: auto;
        background: url(../../images/index/720.png) no-repeat;
        background-size: 100% 100%;
    }

    .right-up-tool .customPanorama p {
        margin: auto;
        text-align: center;
        margin: auto;
        text-align: center;
        font-size: 12px;
        color: gray;
    }


.right-up-tool .pointIntro {
    overflow: hidden;
    height: 50px;
    font-size: 12px;
    /*    padding: 5px;*/
    text-align: center;
    /*    line-height: 30px;*/
    font-weight: 700;
    cursor: pointer;
    /*margin-bottom: 10px;*/
}

    .right-up-tool .pointIntro .split {
        border-top: 1px solid #e8e8e8;
        width: 30px;
        margin: auto;
        display: none;
    }

    .right-up-tool .pointIntro .icon {
        width: 22px;
        height: 22px;
        margin-top: 5px;
        margin-bottom: 3px;
        margin-left: auto;
        margin-right: auto;
        background: url(../../images/index/music.png) no-repeat;
        background-size: 100% 100%;
    }

    .right-up-tool .pointIntro p {
        margin: auto;
        text-align: center;
        margin: auto;
        text-align: center;
        font-size: 12px;
        color: gray;
    }

.right-up-tool .pointIntroAuto {
    overflow: hidden;
    height: 50px;
    font-size: 12px;
    /*    padding: 5px;*/
    text-align: center;
    /*    line-height: 30px;*/
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
}

    .right-up-tool .pointIntroAuto .split {
        border-top: 1px solid #e8e8e8;
        width: 30px;
        margin: auto;
        display: none;
    }

    .right-up-tool .pointIntroAuto .icon {
        width: 22px;
        height: 22px;
        margin-top: 2px;
        margin-bottom: 3px;
        margin-left: auto;
        margin-right: auto;
        background: url(../../images/index/switch_off.png) no-repeat;
        background-size: 100% 100%;
    }

        .right-up-tool .pointIntroAuto .icon.active {
            width: 22px;
            height: 22px;
            margin-top: 2px;
            margin-bottom: 3px;
            margin-left: auto;
            margin-right: auto;
            background: url(../../images/index/switch_on.png) no-repeat;
            background-size: 100% 100%;
        }

    .right-up-tool .pointIntroAuto p {
        margin: auto;
        text-align: center;
        margin: auto;
        text-align: center;
        font-size: 12px;
        color: gray;
    }

.right-up-tool .customPanorama p {
    margin: auto;
    text-align: center;
    margin: auto;
    text-align: center;
    font-size: 12px;
    color: gray;
}

.right-up-tool .open-locate-to {
    overflow: hidden;
    width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.right-up-tool .mark-point {
    overflow: hidden;
    width: 42px;
    height: 50px;
    font-size: 12px;
    /*    padding: 5px;*/
    text-align: center;
    font-weight: 700;
    /*    line-height:30px;*/
    cursor: pointer;
    border: none;
/*    margin-top: 5px;*/
    margin-bottom: 5px;
    display:none;
}


    .right-up-tool .mark-point .split {
        border-top: 1px solid #e8e8e8;
        width: 30px;
        margin: auto;
        display:none;
    }

    .right-up-tool .mark-point .icon {
        width: 20px;
        height: 22px;
        margin-top: 10px;
        margin-bottom: 3px;
        margin-left: auto;
        margin-right: auto;
        background: url(../../images/index/mark.png) no-repeat;
        background-size: 100% 100%;
    }

    .right-up-tool .mark-point p {
        margin: auto;
        text-align: center;
        margin: auto;
        text-align: center;
        font-size: 12px;
        color: gray;
    }


.park-point {
    position: absolute;
    z-index: 100;
    top: 319px;
    right: 28px;
    width: 42px;
    height: 50px;
    font-size: 12px;
    /*    padding: 5px;*/
    text-align: center;
    font-weight: 700;
    /*    line-height:30px;*/
    cursor: pointer;
    border: none;
    margin-bottom: 5px;
    background-color: #fff;
    padding-bottom: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.park-point.active{
    border-radius:5px;
}

.park-point .point-box.penetrate {
    pointer-events: none;
}

.park-point .park-tips{
    width:318px;
    background:url(../../images/index/park_tips.png) no-repeat;
    background-size:318px 87px;
    position:absolute;
    left:-280px;
    top:62px;
    display:none;
}

.park-point .park-tips .tips-img{
    width:318px;
    height:87px;
    background:url(../../images/index/park_tips.png) no-repeat;
    background-size:318px 87px;
}

.park-point .park-tips .tips-text {
    text-align:center;
    color:#fff;
    background-color:#999;
    text-align:center;
    width:100px;
    height:32px;
    line-height:32px;
    border-radius:20px;
    border:1px solid #fff;
    margin:10px auto;
    font-size:14px;
}



.park-point .split {
    border-top: 1px solid #e8e8e8;
    width: 30px;
    margin: auto;
/*    display: none;*/
}

.park-point .icon {
    width: 20px;
    height: 22px;
    margin-top: 10px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    background: url(../../images/index/parking.png) no-repeat;
    background-size: 100% 100%;
}

.park-point p {
    margin: auto;
    text-align: center;
    margin: auto;
    text-align: center;
    font-size: 12px;
    color: gray;
}

/*查看更多*/
.right-up-tool .look-more {
    overflow: hidden;
    z-index: 10;
    width: 50px;
    height: 62px;
    background: url(../../images/index/icon_more.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    border-top: 1px solid rgb(239, 239, 239);
    display: none;
}

.right-up-tool .look-more.active{
    background: url(../../images/index/icon_more_active.png) #0374f0 no-repeat;
    background-size: 100% 100%;
    border-bottom-right-radius:5px;
}

.tool-box {
    position: absolute;
    right: 39px;
    top: 0px;
    height: 100%;
    width: 180px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    display: flex;
    padding: 0 10px;
    transition: all 0.5s;
    pointer-events:none;
}

.tool-box.run{
    right:40px;
    opacity:1;
　　filter: alpha(opacity=100);
    pointer-events:auto;
}

.tool-box .icon-info{
    width:33.3%;
    margin-top:10px;
    cursor:pointer;
}

.tool-box .icon-info img{
    width:40%;
    margin: 0 auto;
    display:block;
}

.tool-box .icon-info p{
    text-align:center;
    color:#333;
    font-size:12px;
    margin-top:2px;
}


/* 新主页 */
#page-index-new{
    height:100%;
}

.heightAuto {
    height:auto !important;
}

#page-index-new .a-dot {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fafafa;
    margin: 4px;
}

#page-index-new ul {
    /*font-size: 0;*/
}

#page-index-new .index-box {
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    height:100%;
}

#page-index-new .index-box .top-slide {
    display:none;
    position: relative;
    height: 180px;
}

#page-index-new .index-box .top-slide ul {
    height: 100%;
    overflow: hidden;
}

#page-index-new .img-container {
    height: 100%;
}

#page-index .center-container {
    position:relative;
    font-size: 0;
    z-index: 99;
    width: calc(100vw - 20px);
    margin: 5px 0;
}

#page-index-new .center-container {
    font-size: 0;
    z-index: 99;
    width: 100%;
    background-color:white;
    /*background: linear-gradient(45deg,#5a68f9,#61a9fb);*/
    /*position:fixed;*/
}
    #page-index-new .center-container .new-close-btn {
        box-sizing: border-box;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 2px;
        margin-right: 10px;
        font-size: 14px;
        line-height: 40px;
        color: transparent;
        text-align: center;
        box-shadow: 0 0 4px 0 rgb(119 151 241 / 30%);
        background-image: url(../../easygo/images/navIcon/return.png);
        background-position: center;
        background-size: 80%;
    }
#page-index-new .map-box{
    margin-top:48px;
}



#page-index .index-serch {
    padding: 0 10px;
    z-index: 99;
    position: fixed;
}

#page-index-new .index-box .top-slide img {
    height: 100%;
    width: 100%;
}

#page-index .a-btn {
    min-width:60px;
    background-color: #0374f0;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 12px;
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -1px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px !important;
}

#page-index .a-btn.active{
    border-bottom-right-radius: 0px;
}

#page-index .input-a .ui-input-search.active {
    border-bottom-left-radius: 0px;
}

#page-index-new .index-box .map-box-switch .a-btn {
    /*background-color: #f5f5f5;
    color: #333;
    text-shadow: none;
    font-size: 14.7px;
    margin-left: -1px;
    margin-right: 0;
    margin-top: 1px;
    margin-bottom: 12px;
    border: none;
    border-radius: 0px;*/
    background-color: #f5f5f5;
    color: #333333;
    text-shadow: none;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius:0px;
}

    #page-index-new .index-box .map-box-switch .a-btn:nth-of-type(1) {
        border-top-left-radius: 10px;
    }

    #page-index-new .index-box .map-box-switch .a-btn:nth-last-of-type(1) {
        border-top-right-radius: 10px;
    }

#page-index-new .index-box .map-box-switch .a-active {
    /* background: #0374F1;*/
    background: #06F;
    color: #fff;
}


#page-index-new .index-box .mapNavBox {
    box-shadow: 0 1px 2px 0 rgba(71, 82, 102, 0.2);
    border-radius: 6px;
    height:100%;
    overflow:hidden;
}


#page-index-new .index-box .map-btn {
    background-color: #06F;
    color: #ffffff;
    text-shadow: none;
    font-size: 14px;
    margin-left: 16px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

/*
#page-index-new .center-container .a-departments {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
*/


#page-index-new .center-container #new-search,
#page-index .center-container .input-a {
    font-size: 14px;
}


#page-index .center-container .input-a {
    display: inline-block;
    width: calc(100% - 102px);
    /*width: calc(100% - 182px);*/
   /* width:42%;*/
    margin-left: 10px;
}

#page-index-new .index-box .input-a {
    /*两个按钮*/
    /*width: calc(84% - 102px);*/
    /*单个按钮*/
    /*width: calc(100% - 40px);*/
    width: calc(100% - 102px);
    /*margin-left: 30px;*/
    display: inline-block;
}

/*#page-index-new .index-box .input-a .text-del{

}

.center-container .ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear {
    right: 35%;
    margin: -8px .3125em 0;
}
*/
#page-index-new .index-box .input-a .ui-input-search,
#page-index .input-a .ui-input-search {
    box-shadow: 0 0 4px 0 rgba(119, 151, 241, 0.3);
    border-color: transparent;
}

#page-index-new .index-box .input-a .ui-input-search {
    /*  border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;*/
}

#page-index .input-a .ui-input-search {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#page-index .a-input {
    box-sizing: border-box;
    height: 40px;
}

#page-index-new .index-box .a-input {
    box-sizing: border-box;
/*    height: 39.8px;*/
    font-size: 0.9rem;
}

/*.ui-btn {
    padding: .5em 1em !important;
}*/

#page-index-new .index-box .select-container {
    margin: 0;
    margin-bottom:10px;
    height: 148px;
    padding: 10px 0;
    box-shadow: 0 1px 2px 0 rgba(71, 82, 102, 0.2);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#page-index-new .index-box .all-select {
    position: absolute;
    width: 200%;
    left: 0;
    height: 100%;
}

    #page-index-new .index-box .all-select > li {
        position: absolute;
        width: 50%;
    }

#page-index-new .index-box .left-select {
    left: 0;
}

#page-index-new .index-box .right-select {
    right: 0;
}

#page-index-new .index-box .select-block {
    display: inline-flex;
    width: 25%;
    height: 64px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
}

    #page-index-new .index-box .select-block img {
        height: 30px;
        width: 30px;
        margin-bottom: 5px;
    }

#page-index-new .a-box .floor-list .a-floor {
    display: none;
}

    #page-index-new .a-box .floor-list .a-floor:nth-of-type(1) {
        display: block;
    }


#page-index-new .room-list {
    width: 65%;
    float: left;
    margin: 10px 0px 0px 5%;
    height:500px;
    overflow-y:auto;
    padding-right:5%;
    box-sizing:content-box;
}

#page-index-new .a-box {
/*    margin-bottom: 18px;*/
    margin-bottom: 0px;
    border-radius: 6px;
    padding-bottom: 0px;
/*    padding-bottom: 10px;*/
}

#page-index-new .add-list {
    height: 45px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    box-shadow: 0px 0px 8px #eee;
    border-radius: 5px;
    position: relative;
}

#page-index-new .add-list h3 {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    cursor: pointer;
    z-index: 9;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    width: 85%;
    margin: 0 auto;
    color: #0475F0;
}

#page-index-new .a-floor .add-list img {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 20px;
    height: 20px;
    z-index: 10;
}

#page-index-new .add-list h3 .add-arrow {
    background-image: url("../../images/top.png");
    background-position: center;
    background-size: 100%;
    display: inline-block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    animation-fill-mode: forwards;
    animation-name: none;
    animation-duration: 0.5s;
}

#page-index-new .add-list .a-add {
    display: inline-block;
    min-width: 30%;
    text-align: center;
    margin: 5px 2% 8px 0;
    box-sizing: border-box;
    padding: 5px 17px 7px;
    border-radius: 5px;
    border: 1px solid #eee;
}

#page-index-new .add-list .adds {
    padding: 5px 10px;
    overflow: hidden;
    /*visibility: hidden;*/
    display:none;
}

#page-index-new .add-list .a-add a {
    color: #6e768f;
    font-size: 0.8rem;
}

#page-index-new .dot-list {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

#page-index-new .top-slide .dot-list ul .active {
    background-color: rgb(3, 116, 240);
}

#page-index-new .select-container .dot-list ul .active {
    background-color: rgb(3, 116, 240);
    opacity: 0.3;
}

/**新模块搜索图书结果*/
.book-seacher-result {
    background: #fff;
    margin-top: 1px;
    position: absolute;
    top: 3.28rem;
    left: 5.52%;
    width: 88%;
    height: 0rem;
    overflow: auto !important;
    z-index: 99;

}

.book-seacher-result::-webkit-scrollbar {
    width: 4px;
}

.book-seacher-result::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #0374f0;
}

.book-seacher-result::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #f1f1f1;
}



.book-seacher-result .item-result {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    padding: 14px 0;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
}

.book-seacher-result .item-result:nth-last-of-type(1){
    border-bottom:none;
}

.item-result .item-left{
    width:70%;
    margin-right:7%;
}

.item-result .item-left h4{
    color:#333;
    font-size:14px;
    font-weight:400;
    margin-bottom:5px;
    width:95%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.item-result .item-left p {
    color: #aaa;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-result .item-right {
    width:23%;
}

.item-result .item-right p{
    color:#1296db;
    font-size:14px;
    line-height:18px;
    text-align:center;
    margin-top:5px;
}

.item-result .item-right span{
    display:block;
    width:30px;
    height:30px;
    margin:5px auto 0;
    background:url(../../images/index/icon_navgation.png) no-repeat;
    background-size:100% 100%;
}


@keyframes arrowdown {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-180deg);
    }
}

@keyframes arrowup {
    from {
        transform: rotate(-180deg);
    }

    to {
        transform: rotate(0);
    }
}

.control-compenet {
display: block;
}

.eruda-container {
    opacity:0.97;
}

#eruda {
    opacity: 0.97;
}


#page-index .banner {
    position: absolute;
    z-index: 99;
    background-color: #011B38;
    color: #E4EFFB;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    display: flex;
    align-items: center;
    top: -110px;
    /* min-height: 84px; */
    font-size: 16px;
    font-weight: bold;
    width: 88%;
    /* justify-content: center; */
    opacity: 0.7;
    padding: 20px 10px;
    box-sizing: border-box;
}

    #page-index .banner .close {
        position: absolute;
        right: 5px;
        top: 0;
        display: block;
        height: 10px;
        width: 10px;
    }

/*.mapNavBox .center-container {
    height:50px;
}*/

.mapNavBox .center-container>a {
    display: none !important;
}
.mapNavBox .center-container > div {
    position: relative !important;
    top: 10px !important;
    transform: inherit !important;
    right:0px!important;
}
.mapNavBox .department-box {
    margin-top: 0 !important;
    box-shadow: 0 1px 2px 0 rgb(71 82 102 / 20%);
    border-radius: 6px;
}
.mapNavBox .map-box {
    margin-top: 0px !important;
    overflow:scroll;
}
.mapNavBox .department-box .left-dep-new {
    padding: 0px !important;

}
/*.mapNavBox .a-btn {
    margin-left:0px!important;
}*/
.mapNavBox .left-dep-new {
    width: 25% !important;
}
/*.mapNavBox .a-departments {
    margin-left: -3px !important;
    border-radius: 0 !important;
    letter-spacing: 0;
}*/

.mapNavBox .a-departments.isborder,.mapNavBox .a-reader.isborder{
    border-top-right-radius: 10px !important;
}


/*.mapNavBox .a-map {
    border-radius: 0 !important;
    letter-spacing: 0;
    border-top-left-radius: 10px !important;
}*/

.ui-btn-icon-notext:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after {
    margin-left:-17px!important;
}
#page-index .center-container .dropdown-btn {
    position:absolute;
    top:8px;
    right:92px;
    border-radius: 0 !important;
    box-shadow: 0 0 0 !important;
    background-color: #f5f5f5 !important;
    background: url(../images/qiehuan-dropdown.png) 7px 13px no-repeat;
    color: #333333;
    /*padding-left: 40px !important;*/
    /*width: 18%;*/
    padding-left: 22px !important;
    padding-right: 10px !important;
}


#page-index-new .index-box .select-block {
    border-left: 1px solid #bbbbbb52 !important;
    border-bottom: 1px solid #bbbbbb52 !important;
    box-sizing: border-box !important;
}
#page-index-new .index-box .select-block:nth-child(1),
#page-index-new .index-box .select-block:nth-child(5) {
    border-left: 0px solid #bbb !important;
}
#page-index-new .index-box .select-block:nth-child(5),
#page-index-new .index-box .select-block:nth-child(6),
#page-index-new .index-box .select-block:nth-child(7),
#page-index-new .index-box .select-block:nth-child(8) {
    border-bottom: 0px solid #bbb !important;
}

#page-index-new .search-container2 .home-left {
    width: 34px;
    height: 100%;
    background: url(../images/home-left.png) no-repeat 1px;
    background-size: 90% 60%;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
}

#page-index-new .index-box .search-container2 .input-a {
    /* width: calc(84% - 102px); */
    width: calc(100% - 40px);
    margin-left: 30px;
    display: inline-block;
    font-size: 14px;
}

#page-index-new .index-box .search-container2 .a-input {
    box-sizing: border-box;
    height: 32px;
    font-size: 0.9rem;
}

#page-index-new .index-box .search-container2 .a-btn {
    background-color: #f5f5f5;
    color: #333;
    text-shadow: none;
    font-size: 12.5px;
    margin-left: -1px;
    margin-right: 0;
    margin-top: 1px;
    margin-bottom: 12px;
    border: none;
    border-radius: 0px;
}
    #page-index-new .index-box .search-container2 .a-btn:nth-child(2) {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

#page-index-new .index-box .search-container2 .a-active {
    background: #0374F1;
    color: #fff;
}


#page-index-new .index-box .search-container2 {
    font-size: 0;
    z-index: 99;
    width: 100%;
    background: linear-gradient(45deg,#5a68f9,#61a9fb);
    position: fixed;
    left: 0px;
    top: 0px;
}

    #page-index-new .index-box .search-container2 .a-departments {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

#page-index .index-box .search-container2 .input-a {
    display: inline-block;
    width: calc(100% - 102px);
    margin-left: 10px;
}

#page-index-new .index-box .search-container2 #new-search,
#page-index .index-box .center-container .input-a {
    font-size: 14px;
}

/**新增录音功能(20230323)*/
.bottom-voice-btn {
    height: 36px;
    width: 36px;
    background: url(../../images/index/voice-icon.png) no-repeat 8px 8px;
    background-size:20px 20px;
    position:absolute;
    right:10px;
    top:0px;
    display:none;
}

.bottom-voice-btn.show{
    display:block !important;
}

#new-search .bottom-voice-btn {
    height: 36px;
    width: 36px;
    background: url(../../images/index/voice-icon.png) no-repeat 8px 8px;
    background-size: 20px 20px;
    position: absolute;
    right: 110px;
    top: 6px;
    display: none;
}

.center-container .ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear {
    margin: -8px .3125em 0;
}

.center-container .bottom-voice-btn {
    height: 42px;
    width: 42px;
    background: url(../../images/index/voice-icon.png) no-repeat 10px 10px;
    background-size: 22px 22px;
    position: absolute;
    top: 7px;
/*    left: 20px;*/
    right:100px;
    z-index: 100;
    display: none;
}

.index-serch .center-container .a-input {
    padding-left:2.75rem;
}

.bottom-recording {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}

.bottom-recording .recording-box {
    height: 220px;
    position: absolute;
    z-index: 9999;
    bottom: -220px;
    transition: all 0.5s;
    left: 0;
    background-color: #fff;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
}

.bottom-recording .recording-box.recording-run {
    bottom: 0px;
}
    	
.recording-box .recording-content{
    width: 160px;
    margin: 0 auto;
    text-align: center;
}
    	
.recording-box .recording-content .recording-img{
    height: 80px;
    width: 80px;
    background-image: linear-gradient(to top, rgb(91,125,255), rgb(194,202,255));
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    -webkit-user-select: none;/*禁用手机浏览器的用户选择功能 */
	-moz-user-select: none;
}
    	
.recording-box .recording-content .recording-img.active{
    box-shadow: rgb(241 242 255) 0px 0px 1px 6px;
}

.recording-content .recording-img .recording-bg {
    height: 80px;
    width: 80px;
    background: url(../../images/index/audio-common.png) no-repeat 16px 16px;
    background-size: 48px 48px;
    -webkit-user-select: none; /*禁用手机浏览器的用户选择功能 */
    -moz-user-select: none;
}

.recording-content .recording-img.active .recording-bg {
    background: url(../../images/index/audio-tap.png) no-repeat 16px 16px;
    background-size: 48px 48px;
}

.iframe-box {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0px;
    background-color: #ffffffe0;
    display: none;
}

.iframe-box .iframeBox{
    width:100%;
    height:100%;
    border:none;
}

    .iframe-box .close-btn {
        width: 40px;
        height: 40px;
        background: url(../../common/images/path_close.png) no-repeat;
        background-size: 40px 40px;
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 1000;
    }

/*底部交通按钮面板*/
.search_direction_box .bottom_transport {
    height: 40px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffffff60;
    overflow-x: scroll;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
    scrollbar-width: none;
}

.search_direction_box .bottom_transport.hide{
    display:none;
}

.search_direction_box .bottom_transport::-webkit-scrollbar{
    display:none;
}

.bottom_transport .item_name {
    margin: 0 10px;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    display: inline-block;
    transition: all .4s;
}

.bottom_transport .item_name.active{
    border-radius:30px;
    padding:0px 20px;
    background:#0374f0;
    color:#fff;
}

/**收藏、点位列表面板*/
.favorite_list_box{
    position:fixed;
    z-index:101;
    width:80%;
    height:calc(80% - 40px);
    background:#f5f5f5;
    top:10%;
    left:10%;
    display:none;
    padding-bottom:40px;
    border-radius:5px;
}

.favorite_list_box .mark-point{
    background-color:#0374F0;
    width:80px;
    height:32px;
    line-height:32px;
    font-size:14px;
    color:#fff;
    border-radius:5px;
    position:absolute;
    text-align:center;
    bottom:5px;
    right:15px;
}

    .favorite_list_box .favorite_head {
        display: flex;
        justify-content: space-between;
        padding: 0 2%;
        width: 96%;
        height: 60px;
        align-items: center;
        background-color: #fff;
        border-radius: 5px 5px 0px 0px;
    }

.favorite_list_box .favorite_head span{
    font-size:18px;
    color:#666;
}

.favorite_list_box .favorite_head .close_btn {
    height:24px;
    width:24px;
    background:url(../images/close_btn.png) no-repeat;
    background-size:24px 24px;
    cursor:pointer;
}

.favorite_list_box .favorite_list {
    height:calc(100% - 80px);
    overflow-y:auto;
    width:96%;
    padding:0 2%;
}

.favorite_list .favorite_item {
    padding:15px 0;
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid #ddd;
}

.favorite_list .favorite_item:nth-last-of-type(1){
    border-bottom:none;
}

.favorite_list .favorite_item .item_left {
    display:flex;
    align-items:center;
}

.favorite_item .item_left .pos_icon {
    height: 30px;
    width: 30px;
    background: url(../images/dingwei_2.png) no-repeat;
    background-size:30px 30px;
    margin-right:5px;
}

.favorite_item .item_left .item_info p{
    color:#666;
    font-size:14px;
}

.favorite_list .favorite_item .item_right {
    display:flex;
    align-items:center;
}

.favorite_item .item_right .item_road .road_icon {
    height: 24px;
    width: 24px;
    background: url(../images/icon_road.png) no-repeat;
    background-size: 24px 24px;
    margin-right: 10px;
}

.favorite_item .item_right .item_road, .favorite_item .item_right .item_del{
    cursor:pointer;
}

.favorite_item .item_right .item_road p, .favorite_item .item_right .item_del p {
    font-size: 14px;
    color: #666;
}

.favorite_item .item_right .item_del .del_icon {
    height: 24px;
    width: 24px;
    background: url(../images/icon_del.png) no-repeat;
    background-size: 24px 24px;
    margin-right: 10px;
}

/**新增办事指南模块*/
.guide_info{
    display:none;
}
.guide_info.show {
    display: block;
}
.guide_box {
    display: flex;
    background-color: #fff;
}
.guide_box .guide_left {
    width:30%;
    background-color:#F4F4F4;
}
.guide_box .guide_right {
    width:65%;
    padding:20px 5%;
}

.guide_box .guide_right .span_li{
    display:flex;
    align-items:center;
    padding:5px 10px;
    height:40px;
    font-size:16px;
    font-weight:700;
    width:90%;
    margin-bottom:20px;
    box-shadow:0 0 10px #ccc;
    border-radius:4px;
    color:#666;
    border:1px solid #eee;
}

.guide_box .guide_right .span_li:nth-last-of-type(1){
    margin-bottom:40px;
}


#page-guide .guide_det {
    display: none;
    position: relative;
    padding: 10px 20px;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
}

#page-guide .guide_det.show{
    display:block;
}

#page-guide .guide_det .guide_back {
    height:30px;
    width:30px;
    background:url(../images/navIcon/return.png) no-repeat;
    background-size:30px 30px;
    position:relative;
    top:0px;
    left:0px;
}

.gear-circle {
    width: 30px;
    height: 30px;
    background: url(../images/icon-circle.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    left:40%;
    top:40%;
    display:none;
}

.gear-circle .line{
    position:absolute;
    height:2px;
    width:120px;
    background:#2D78E2;
    left:5px;
    top:-40px;
    transform:rotate(-45deg);
}


.gear-panel {
    position: absolute;
    left: 100px;
    top: -85px;
    width: 300px;
    height: 55px;
    /*height: 180px;*/
    background: url(../images/gearBg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    color: #fff;
}

.gear-panel h3{
   margin:15px 0;
   /*font-size:22px;*/
   font-weight:700;
   text-align:center;
}

    .gear-panel .gear-list {
        width: 88%;
        margin: 0 auto;
        /*display: flex;*/
        display: none;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.gear-panel .gear-list li{
    width:50%;
    margin-bottom:20px;
    display:flex;
}

.gear-panel .gear-list li:nth-of-type(n+3) {
    width:100%;
}

.gear-panel .gear-list li p{
    font-size:14px;
    width:50%;
}

.gear-panel .gear-list li span{
    font-size:14px;
    width:50%;
}

.gear-panel .gear-list li:nth-of-type(n+3) p{
    width:35%;
}

.gear-panel .gear-list li:nth-of-type(n+3) span{
    width:65%;
}

.threeRow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.favorite_list_box .favorite_list::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
.favorite_list_box .favorite_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
/*定义滑块 内阴影+圆角*/
.favorite_list_box .favorite_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: rgb(40, 153, 255);
}

.publicity-video {
    position: fixed;
    display: none;
    left: 10px;
    top: 50%;
    right: 10px;
    transform: translate(0px, -60%);
    /* margin-left: 10px; */
    /* width: 960px; */
    /* margin-top: -299px; */
    z-index: 20000;
}