html {
  font-size: 100px !important;
  scroll-behavior: smooth;
  font-family: "微软雅黑";
}

.blue_font {
  color: #005eaf;
}

.green_font {
  color: #7bca48;
}

.zxdt_font {
  color: #edba0a;
}
.gygk_font {
  color: #f28e19;
}
.explore_font {
  color: #cb0000;
}

.server_font {
  color: #ca59a9;
}
/*= top_logo
 	=============*/

.mobile_menu {
  display: none;
}

.top_logo {
  width: 100%;
  height: 1.4rem;
  position: relative;
}

.top_right {
  width: 20%;
  position: absolute;
  top: 0.2rem;
  right: 2.55rem;
}

.top_right .top_input {
  float: right;
  width: 2rem;
  text-align: center;
  font-size: 0.28rem;
  height: 0.3rem;
  background-color: white;
  padding: 0 0.1rem;
  border: 1px solid #d4d4d4;
}

.top_right .top_input .search_btn {
  width: 0.2rem;
  height: 100%;
  border: none;
  background: white;
  float: right;
  background-image: url(../img/icon-search.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

.top_right .top_input input {
  width: 85%;
  height: 100%;
  border: none;
  line-height: 0.3rem;
  font-size: 0.14rem;
  float: left;
}

.top_right .top_input .fa-search {
  font-size: 0.22rem;
  line-height: 0.4rem;
  display: block;
  float: right;
  color: #8c8c8c;
}

.top_right .c_e {
  float: right;
  width: 2rem;
  color: #474747;
  font-size: 0.14rem;
  text-align: right;
  margin-top: 0.15rem;
}

.top_right .c_e a {
  color: White;
}

/*= top_nav
 	=============*/

.top_nav {
  width: 100%;
  height: 0.7rem;

}

.top_nav .top_nav_c {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background: #005eaf;
  color: white;
}

.top_nav .top_nav_c a {
  color: white;
}

.top_nav .top_nav_c .top_nav_ul {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
}

.top_nav .top_nav_c .top_nav_ul .nav_li {
  float: left;
  height: 100%;
  width: 13.6%;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(1):hover {
  background-color: #4eaad8;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(2):hover {
  background-color: #f28e19;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(3):hover {
  background-color: #edba0a;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(4):hover {
  background-color: #cb0000;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(5):hover {
  background-color: #3b2199;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(6):hover {
  background-color: #ca59a9;
  
}
.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(7):hover {
  background-color: #f28e19;
}


.top_nav .top_nav_c .top_nav_ul .nav_li_h2 {
  font-size: 0.23rem;
  line-height: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  
}

.top_nav .top_nav_c .top_nav_ul .active-index {
  background-color: #4eaad8;
}

.top_nav .top_nav_c .top_nav_ul .active-gygk {
  background-color: #f28e19;
}

.top_nav .top_nav_c .top_nav_ul .active-zxdt {
  background-color: #edba0a;
}

.top_nav .top_nav_c .top_nav_ul .active-secnery {
  background-color: #cb0000;
}

.top_nav .top_nav_c .top_nav_ul .active-kpjy {
  background-color: #3b2199;
}

.top_nav .top_nav_c .top_nav_ul .active-tour {
  background-color: #ca59a9;
}

.nav2 {
  display: none;
  width: 100%;
  background: #898989;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 0.17rem;
}

.nav2_li {
  width: 90%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: left;
  display: block;
  padding: 0 5%;
  text-align: left;
}

.nav2_li p {
  margin-left: 0.3rem;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(2) .nav2_li:hover {
  background-color: #f28e19;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(3) .nav2_li:hover {
  background-color: #edba0a;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(4) .nav2_li:hover {
  background-color: #cb0000;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(5) .nav2_li:hover {
  background-color: #3b2199;
}

.top_nav .top_nav_c .top_nav_ul .nav_li:nth-child(6) .nav2_li:hover {
  background-color: #ca59a9;
}

/* .nav2_li:hover {
    background-color: #6eb108;
} */

.toggle {
  float: left;
  display: block;
  height: 0.6rem;
  line-height: 1rem;
  text-align: center;
  width: 15%;
  color: white;
}

.mobile_top {
  background: #328ecf;
}

.mobile_top p {
  color: white;
  width: 85%;
  line-height: 0.8rem;
}

@media (max-width: 1800px) {
  html {
    font-size: 90.909px !important;
  }
}

@media (max-width: 1700px) {
  html {
    font-size: 85.858px !important;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 80.808px !important;
  }
}

@media (max-width: 1500px) {
  html {
    font-size: 75.757px !important;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 70.707px !important;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 65.656px !important;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 60.606px !important;
  }
}

/*= banner
 	=============*/

.ban {
  position: relative;
}

.banner {
  width: 100%;
  height: 770px;
}

.banner img {
  width: auto;
  max-width: 100%;
  height: 100%;
  float: left;
}

.banner_info {
  width: 65%;
  height: 1rem;
  margin: 0 auto;
  border-bottom: 3px solid #7bca48;
  background: url(../img/jj_bgi.png);
  float: left;
  position: absolute;
  bottom: 70px;
  left: 3.6rem;
  z-index: 100;
}

.banner_info .banner_info_left {
  float: left;
  width: 20%;
  height: 100%;
  text-align: center;
}

.banner_info .banner_info_right {
  width: 79%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.banner_info .banner_info_left .banner_info_left_p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
}

.banner_info .banner_info_left .banner_info_left_h1 {
  font-size: 0.3rem;
  letter-spacing: 0.05rem;
  margin-top: 0.15rem;
}

.banner_info .banner_info_right {
  float: left;
  height: 0.7rem;
  border-left: 2px solid #d4d4d4;
  margin-top: 0.15rem;
  text-align: left;
  font-size: 0.15rem;
}

.banner_info .banner_info_right .banner_info_right_p {
  width: 90%;
  letter-spacing: 0.03rem;
  line-height: 0.35rem;s
  margin: 0 auto;
}

.banner_info .banner_info_right .banner_info_right_a {
  position: relative;
  left: 85%;
  top: -0.3rem;
}

.container-fluid
{
    height:16vw !important;

    }
    




.about-us .content {
  margin: 0 30px 50px 30px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 36px;
}

/*= 标题统一样式
 	=============*/

.title {
  margin: 0rem auto;
  text-align: center;
  /* padding: 0.5rem 0; */
  padding: 0.2rem 0;
}

.title .eng_tt {
  font-size: 0.2rem;
  line-height: 0.5rem;
  letter-spacing: 0.03rem;
}

.title .cn_tt {
  font-size: 0.4rem;
  letter-spacing: 0.08rem;
}

/*= Information
 	=============*/

.info {
  width: 100%;
  background: url(../img/indexhistorybg.jpg);
  background-size: 100% 100%;
}

.info .info_c {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
  letter-spacing: 0.02rem;
}

.info .info_c .info_c_li {
  width: 4.7rem;
  height: 6.6rem;
  box-shadow: #d4d2d2 0px 0px 10px;
  border-radius: 5px;
  margin: 0 0.18rem;
  background-color: white;
  position: relative;
}

.info .info_c .info_c_li .info_c_li_top {
  height: 3.7rem;
  width: 100%;
}

.info .info_c .info_c_li2 .info_c_li_top {
  height: 2.9rem;
}

.info .info_c .info_c_li .info_c_li_bot {
  width: 94%;
  margin: 0 auto;
  height: 2.9rem;
}

.info_c_li_top_img {
  width: 100%;
  height: 2.9rem;
}

.info_c_li .tab_a {
  width: 100%;
  height: 0.8rem;
  font-size: 0.21rem;
  cursor: pointer;
}

.info_c_li .tab_a .act {
  font-weight: bold;
}

.info_c_li .tab_a li {
  border-right: 1px solid #d4d4d4;
  float: left;
  width: 49%;
  text-align: center;
  line-height: 0.5rem;
  margin: 0.15rem 0;
}

.info_c_li .tab {
  width: 100%;
  height: 2.9rem;
  display: none;
}

.info_c_li2 .info_c_li_bot {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 3%;
}

.info_list_tt {
  width: 100%;
  padding: 0.15rem 0 0.1rem;
  text-align: left;
}

.info_list_tt .info_list_tt_h2 {
  font-size: 0.21rem;
  font-weight: bold;
  cursor: pointer;
}

.info_list_tt .info_list_tt_p {
  font-size: 0.18rem;
}

/* .info_list_ul {
  width: 100%;
  height: 1.6rem;
} */

.info_list_ul {
  text-align: left;
  font-size: 14px;
}

.info_list_ul .info_list_li {
  float: left;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: left;
  font-size: 0.14rem;
  color: #434343;
}

.info_list_ul .info_list_li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info_list_ul .info_list_li .info_list_li_span {
  margin-right: 0.1rem;
}

.info_li_btn {
  width: 1.8rem;
  height: 0.5rem;
  background-color: #7cca49;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.5rem;
  position: absolute;
  left: 29%;
  bottom: 0;
}

.info_li_btn a {
  color: White;
}

.info_list_c {
  width: 100%;
  height: 1.4rem;
  margin: 0.1rem auto 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 0.28rem;
  font-size: 0.15rem;
  color: #434343;
}

.play {
  width: 100%;
  height: 2.1rem;
  background: black;
  padding-top: 0.8rem;
}

.play img {
  display: block;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
}

.info_c_li2 .info_c_li .gallery-top .swiper-slide {
  align-items: flex-start;
}

/*= Scenery
 	=============*/

.scenery {
  width: 100%;
}

.scenery .sce_c_car {
  /* height: 4rem; */
  height: 3.2rem;

  width: 96%;
  margin: 0 2%;
}

.sce_img {
  width: 90%;
  height: 3.3rem;
}

.sce_a {
  display: block;
  width: 80%;
  margin: 0 10%;
  height: 15%;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.4rem;
}

.sce_a_span {
  content: ">";
  float: right;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border: 2px solid #d4d4d4;
  border-radius: 5px;
  line-height: 0.3rem;
  text-align: center;
}

/*= Link
 	=============*/

.link {
  width: 100%;
  padding-bottom: 0.5rem;
}

.link_hr {
  width: 80%;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 auto;
}

.link_c {
  width: 80%;
  margin: 0 auto;
  height: auto;
  border: 1px solid #d4d4d4;
  padding: 1%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: -webkit-box;
  -webkit-flex-wrap: wrap;
}

.link_c .link_c_p {
  font-size: 0.15rem;
  padding: 0 0.2rem;
  letter-spacing: 0.05rem;
  float: left;
  border-left: 1px solid #434343;
  border-right: 1px solid #434343;
  line-height: 0.15rem;
  margin: 0.1rem 0;
}

.link_c .link_c_p:hover {
  color: #005eaf;
}

/*= Bottom
 	=============*/

.bottom {
  width: 100%;
  height: 2.5rem;
  background-color: #f4f4f4;
  background: url(../img/bottom_bgi.jpg);
  background-size: 100% 100%;
}

.bottom_left {
  width: 11rem;
  font-size: 0.15rem;
  line-height: 0.36rem;
  letter-spacing: 0.01rem;
  float: left;
  margin: 0.5rem 0rem 0 1.6rem;
}

.bottom_right {
  width: 2rem;
  font-size: 0.18rem;
  float: right;
  margin-right: 1.7rem;
}

.bottom_right .search_img {
  width: 4rem;
  height: 0.6rem;
  position: relative;
  left: 0;
  top: 0.6rem;
  cursor: pointer;
}

.bottom_right .ar_img {
  width: 1.8rem;
  height: 0.6rem;
  position: relative;
  left: 3rem;
  top: 1.2rem;
}

.bottom_right .er_img {
  width: 1.7rem;
  height: 1.3rem;
  float: right;
  margin-top: 0.5rem;
}

.link_m,
.bottom_m,
.all_slide_m {
  display: none;
}

.float {
  width: 0.6rem;
  position: fixed;
  bottom: 5%;
  right: 0;
  background: #898989;
  display: flex;
  flex-direction: column;
  z-index: 100;
}

.float .float_li {
  width: 0.6rem;
  height: 0.4rem;
  padding: 0.1rem 0rem;
  position: relative;
  cursor: pointer;
}

.float .float_li img {
  display: block;
  width: 65%;
  height: 100%;
  margin: 0 auto;
}

.float .float_li:hover {
  background: #7cca49;
}

.float .float_li div {
  position: absolute;
  top: 0;
  right: 0.6rem;
  width: 1.5rem;
  min-height: 0.4rem;
  background: #898989;
  padding: 0.1rem;
  font-size: 0.14rem;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  line-height: 0.4rem;
  overflow: hidden;
  /*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
}

.float .float_li div {
  display: none;
}

.float .float_li div:hover {
  background: #7cca49;
}

.float .float_li div img {
  width: 1.4rem;
  height: auto;
}

/*= 开始二级页面样式
 	==============================*/

.page2 {
  width: 100%;
  margin-top: 0.5rem;
  min-height: 7rem;
  letter-spacing: 0.02rem;
  padding-bottom: 0.6rem;
}

/*隐藏手机端*/

.m_ban,
.page2 .title,
.page2_left2 {
  display: none;
}

.page2_left {
  width: 15%;
  margin-left: 11%;
  float: left;
  border: 1px solid #d4d4d4;
  box-shadow: #d4d2d2 0px 0px 10px;
  border-radius: 5px;
}

.page2_right {
  float: left;
  width: 54%;
  min-height: 3rem;
  margin-left: 0.5rem;
  padding: 3%;
  box-shadow: #d4d2d2 0px 0px 10px;
  border-radius: 5px;
  
}



.page2_left .p2_l_top {
  width: 100%;
  height: 0.8rem;
}

.page2_left .p2_l_top .p2_l_top_h1 {
  line-height: 0.8rem;
  font-size: 0.26rem;
  padding: 0 0.1rem 0 0.3rem;
  display: inline-block;
}

.page2_left .p2_l_top .p2_l_top_p {
  font-size: 0.16rem;
  display: inline-block;
}

.page2_left .p2_l_ul {
  width: 100%;
  min-height: 5.8rem;
  background: #f4f4f4;
  padding-bottom: 0.2rem;
}
.page2_left .p2_l_ul_zxdt {
  width: 100%;
  min-height: 5.8rem;
  background: #f4f4f4;
  padding-bottom: 0.2rem;
}

.page2_left .p2_l_ul_gygk {
  width: 100%;
  min-height: 5.8rem;
  background: #f4f4f4;
  padding-bottom: 0.2rem;
}

.page2_left .p2_l_ul_explore {
  width: 100%;
  min-height: 5.8rem;
  background: #f4f4f4;
  padding-bottom: 0.2rem;
}

.page2_left .p2_l_ul_server {
  width: 100%;
  min-height: 5.8rem;
  background: #f4f4f4;
  padding-bottom: 0.2rem;
}
.page2_left .p2_l_ul .p2_l_li {
  /*list-style-type: disc;*/
  width: 94%;
  padding-left: 6%;
  height: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.6rem;
  cursor: pointer;
}
.page2_left .p2_l_ul_zxdt .p2_l_li {
  /*list-style-type: disc;*/
  width: 94%;
  padding-left: 6%;
  height: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.6rem;
  cursor: pointer;
}

.page2_left .p2_l_ul_gygk .p2_l_li {
  /*list-style-type: disc;*/
  width: 94%;
  padding-left: 6%;
  height: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.6rem;
  cursor: pointer;
}

.page2_left .p2_l_ul_explore .p2_l_li {
  /*list-style-type: disc;*/
  width: 94%;
  padding-left: 6%;
  height: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.6rem;
  cursor: pointer;
}

.page2_left .p2_l_ul_server .p2_l_li {
  /*list-style-type: disc;*/
  width: 94%;
  padding-left: 6%;
  height: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.6rem;
  cursor: pointer;
}
.page2_left .p2_l_ul .p2_l_li:hover {
  border-bottom: 1px solid #005eaf;
}
.page2_left p2_l_ul_zxdt .p2_l_li:hover {
  border-bottom: 1px solid #edba0a;
}

.page2_left p2_l_ul_gygk .p2_l_li:hover {
  border-bottom: 1px solid #f28e19;
}

.page2_left p2_l_ul_explore .p2_l_li:hover {
  border-bottom: 1px solid #cb0000;
}

.page2_left p2_l_ul_server .p2_l_li:hover {
  border-bottom: 1px solid #ca59a9;
}

.page2_left .p2_l_ul .p2_l_li p {
  display: inline-block;
  width: 2rem;
}
.page2_left .p2_l_ul_zxdt .p2_l_li p {
  display: inline-block;
  width: 2rem;
}

.page2_left .p2_l_ul_gygk .p2_l_li p {
  display: inline-block;
  width: 2rem;
}
.page2_left .p2_l_ul_explore .p2_l_li p {
  display: inline-block;
  width: 2rem;
}
.page2_left .p2_l_ul_server .p2_l_li p {
  display: inline-block;
  width: 2rem;
}

.page2_left .p2_l_ul .active {
  border-bottom: 1px solid #005eaf;
  font-weight: bold;
}

.page2_left .p2_l_ul_zxdt .active {
  border-bottom: 1px solid #edba0a;
  font-weight: bold;
}

.page2_left .p2_l_ul_gygk .active {
  border-bottom: 1px solid #f28e19;
  font-weight: bold;
}

.page2_left .p2_l_ul_explore .active {
  border-bottom: 1px solid #cb0000;
  font-weight: bold;
}

.page2_left .p2_l_ul_server .active {
  border-bottom: 1px solid #ca59a9;
  font-weight: bold;
}

.page2_left .p2_l_ul .active p {
  border-bottom: 4px solid #005eaf;
}
.page2_left .p2_l_ul_zxdt .active p {
  border-bottom: 4px solid #edba0a;
}

.page2_left .p2_l_ul_gygk .active p {
  border-bottom: 4px solid #f28e19;
}

.page2_left .p2_l_ul_explore .active p {
  border-bottom: 4px solid #cb0000;
}
.page2_left .p2_l_ul_server .active p {
  border-bottom: 4px solid #ca59a9;
}
.page2_right .p2_wz {
  width: 100%;
  height: 0.6rem;
  font-size: 0.2rem;
}

.page2_right .p2_wz .p2_wz_index {
  font-weight: bold;
}

.p2_r_ul {
  width: 100%;
  /* height: 9rem; */
  min-height: 2.5rem;
  border-bottom: 2px solid #005eaf;
}

.p2_r_ul .p2_r_li {
  width: 96%;
  height: 1.5rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  border-bottom: 1px dashed #d4d4d4;
  padding: 0.2rem;
  margin-bottom: 2em;
  background-color: #f4f4f4;
}

.p2_r_ul .p2_r_li p {
  display: block;
  float: left;
  /* width: 70%; */
  width: 73%;

  margin-left: 2%;
}

.p2_r_ul .p2_r_li .p2_r_li_img {
  width: 25%;
  height: 100%;
  float: left;
}

.p2_r_ul .p2_r_li .p2_r_li_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  font-weight: bold;
  margin-top: 0.05rem;
}

.p2_r_ul .p2_r_li .p2_r_li_info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p2_r_ul .p2_r_li .p2_r_li_time {
  font-size: 0.13rem;
  color: #8c8c8c;
}

.getmore {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  text-align: center;
  /* border-top: 2px solid #005eaf; */
  margin-top: 0.3rem;
}

/*景点介绍-图片列表样式*/

.r_pic_ul {
  width: 100%;
  border-bottom: 2px solid #005eaf;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.r_pic_ul .r_pic_li {
  width: 30%;
  height: 2.6rem;
  float: left;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.r_pic_li_img {
  width: 100%;
  height: 2rem;
}

.r_pic_li:hover {
  /*box-shadow: 0 0 10px rgba(0,0,0,0.7); 
	transition:0.2s;*/
  box-shadow: none;
}

.r_pic_li_h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.15rem;
  line-height: 0.6rem;
  text-align: center;
}

/*= 开始三级页面样式
 	==============================*/

.p2_r_info_tt {
  padding: 0.3rem 0;
  font-size: 0.28rem;
  border-bottom: 2px solid #005eaf;
  text-align: left;
  letter-spacing: 0.03rem;
  font-weight: bold;
}

.p2_r_info_c {
    padding: 3% 0;
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
}

.p2_r_info_time {
  font-size: 0.15rem;
  margin: 0.2rem auto 0rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}
.p2_r_info_time .font-size {
  position: absolute;
  right: 0;
}

.videoid {
  width: 100%;
  height: 2.9rem;
  position: absolute;
  left: 0;
  top: 0;
}

.play {
  position: absolute;
  left: 0;
  top: 0;
}

#lb_none {
  margin-top: 0.4rem;
  display: block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #dcdcdc;
}
