body {
 
  font-family: SimSun, Arial, "Arial Narrow", HELVETICA;
 
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

.g-wrapper {
  background: #fff url('../img/header1.png') no-repeat;
  background-size: contain;
  max-width: 10rem;
  margin: 0 auto;
  padding-top: 3.88rem;
}
a:active, a:visited, a:link {
  text-decoration: none;
}

.g-head {
  width: 10rem;
  display: block;
}

.g-nav {
  background: #FFF;
  padding: 0 0.533rem;
  height: 1.173333rem;
  line-height: 1.173333rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0.053rem 0.133rem #e4e4e4;
  border-top: 0.0133rem solid #efefef;
}

.g-nav a {
  color: #585858;
  font-size: .413333rem;
  position: relative;
}

.g-nav a.active {
  color: #02a0e7;
  font-weight: bold;
}

.g-nav a.active::after {
  content: "";
  width: 1.066667rem;
  height: .066667rem;
  background: #02a0e7;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.533333rem;
}

#mapBox{
  /* margin-top: 2rem; */
  width: 90%;
  height: 7.2rem;
  position: relative;
  margin: 0 auto;
}

#map-danger {
  /* margin-top: 2rem; */
  width: 90%;
  height: 7.2rem;
  margin: 0 auto;
  position: relative;
}

.g-time {
  overflow: hidden;
  margin-top: .533333rem;
  font-size: .266rem;
  color: #707070;
  opacity: 0.8;
  text-align: center;
  background: #FFF;
  border-bottom: 0.013rem solid #efefef;
}

.wrapper-box{
  margin: 0.226rem 0 0.293rem;
}

.switch-tab{
  margin: 0.226rem 0 0.293rem;
  padding: 0 0.426rem;
  display: flex;
  justify-content: space-around;
}

.switch-item{
  width: 2.973rem;
  height: 0.97rem;
  color: #555555;
  text-align: center;
  line-height: 0.97rem;
  background-color: #F7F7F7;
  font-size: 0.24rem;
}

.switch-item.active{
  background-color: #F1F5FF;
  color: #4D6AC1;
}

.g-info {
  background: #FFF;
  padding: .466667rem 0.266rem .333333rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.g-info-item.g-info{justify-content: space-around;}

.wrapper-2020,
.wrapper-2021{display: none;}

.m-msg {
  text-align: center;
  width: 20%;
}

.m-msg img {
  width: .653333rem;
  height: .933333rem;
  display: block;
  margin: 0 auto;
}

.m-msg p {
  color: #000000;
  font-size: .346667rem;
  margin-top: .266667rem;
}

.m-msg p.g-label{
  color: #636466;
  font-size: 0.24rem;
  padding: 0.1rem 0.2rem 0.05rem;
  color: #3f3f3f;
}

.g-info.city-d.js-city{
  justify-content: space-between;
  padding: .466667rem 1.33333rem .333333rem;
}

.g-info.city-d.js-city .m-msg{width: initial;}

.m-msg p span {
  color: #d13f2c;
  font-size: .36rem;
}

.g-map {
  background: #FFF;
  padding-bottom: .266667rem;
  position: relative;
}

.m-title {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.m-mapTile {
  padding: .266667rem .333333rem .566667rem;
  overflow: hidden;
}

.u-text {
  font-style: .32rem;
  color: #000000;
  float: left;
}

.u-pushTime {
  float: right;
  color: #6b6b6b;
  font-size: .24rem;
}

.g-line {
  background: #FFF;
  margin-top: .266667rem;
}

.m-line {
  margin: 0;
  padding: .4rem .8rem .2rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: .466667rem;
}

.g-news {
  background: #FFF;
  margin-top: .266667rem;
}

.m-newsList {
  overflow: hidden;
  margin-top: .533333rem;
  padding: 0 .333333rem;
  height: 16rem;
  overflow-y: auto;
}

.m-newsList li {
  display: block;
  overflow: hidden;
  /* height: 3.2rem; */
  position: relative;
  padding-bottom: .3rem;
}

.u-time {
  float: left;
  padding-right: .533333rem;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.u-time p {
  font-size: .32rem;
  color: #000000;
  text-align: right;
  margin-bottom: .15rem;
}

.u-icon {
  position: absolute;
  width: .32rem;
  height: .32rem;
  right: 0;
  top: 0;
  z-index: 999;
}

.u-time::after {
  content: "";
  position: absolute;
  right: .16rem;
  top: .13rem;
  height: 999px;
  width: 1px;
  background: #e5e5e5;
}

.u-news {
  /* height: 2.666667rem; */
  padding: .266667rem .3rem;
  width: 6.8rem;
  box-sizing: border-box;
  float: right;
  border: .013333rem solid #e5e5e5;
  overflow: hidden;
}

.u-newsTitle {
  font-size: .45rem;
  color: #000000;
  text-align: justify;
  line-height: 1.2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.u-hint {
  font-size: .32rem;
  color: #8d8d8d;
  text-align: justify;
  line-height: 1.3;
  margin-top: .266667rem;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.u-fixed {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 900;
  margin: 0;
}

#barBox {
  height: 25rem;
}
.g-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  border-top: 1px solid #ececec;
}
.g-bottom a:last-child {
  border-left: 1px solid #ececec;
}
.g-bottom a{
  float: left;
  width: 50%;
  text-align: center;
  font-size: .44rem;
  color: #02a0e7;
  height: 1.226667rem;
  line-height:  1.226667rem;
  box-sizing: border-box;
}
.g-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0,.5);
  z-index: 9999;
  display: none;
}
.u-icon2 {
  position: absolute;
  width: 4.453333rem;
  height: 1.973333rem;
  right: 0;
  top: 0;
  z-index: 999;
}
.g-notice {
  background: #FFF;
  padding-bottom: .3rem;
  margin-top: .3rem;
}
.g-notice p {
  padding: 0 1.2rem;
  margin-top: .5rem;
  font-size: .32rem;;
}
.u-icon4 {
  width: .106667rem;
  height: .106667rem;
  vertical-align: middle;
}
.hr {
  width: 8.8rem;
  height: .013333rem;
  background: #e2e2e2;
  margin: 0 auto;
  display: block;
}
.u-shabiline {
  width: 8.893333rem;
  height: 1px;
  margin: .3rem auto;
  display: block;
}
.SBTOP {
  background: #FFF;
  /* width: 9.413rem; */
  margin: 0.4rem auto;
}
.m-cover {
  position: absolute;
  width: 1.08rem;
  height: 1.613333rem;
  right: .75rem;
  bottom: 0.5rem;
}

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

.tips{
  text-align: center;
  font-size: .12rem;
  margin-top: 0;
  margin-bottom: .2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.26rem;
  margin: 0 auto;
}

.g-table-block{
  width: 9.013rem;
  margin: 0 auto;
}

.g-item-wrapper{
  display: flex;
  justify-content: flex-start;
  font-size: 0.4rem;
  font-weight: bold;
  color: #000;
  background-color: #fafafa;
  padding: 0.186rem 0;
  border-bottom: 0.013rem solid #ebebeb;
  text-align: center;
}

.inner-item:first-child{
  text-align: justify;
  padding-left: 0.6rem;
  width: 2.4rem;
}
.inner-item:nth-child(2){width: 1.946rem;}
.inner-item:nth-child(3){width: 1.946rem;}
.inner-item:nth-child(4){width: 1.946rem;}
.inner-item:nth-child(5){width: 1.946rem;}


.inner-block{display: none;}

.inner-1-item{
  display: flex;
  justify-content: flex-start;
  font-size: 0.32rem;
  color: #535353;
  padding: 0.186rem 0;
  border-bottom: 0.013rem solid #ebebeb;
  text-align: center;
}

.g-inner:first-child{width: 2.4rem;}
.g-inner:nth-child(2){width: 1.946rem;}
.g-inner:nth-child(3){width: 1.946rem;}
.g-inner:nth-child(4){width: 1.946rem;}
.g-inner:nth-child(5){width: 1.946rem;}

.label-header{
  padding-top: 0.8rem;
  border-top: 0.013rem solid #cccccc;
  width: 9.013rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  font-size: 0.24rem;
  font-weight: bold;
  border-bottom: 0.026rem solid #fff;
  text-align: center;
}

.label-area{
  background-color: #f7f7f7;
  padding: 0.186rem 0;
  width: 3.4rem;
}

.label-now-confirm{
  background-color: #ffe7e7;
  color: #990f0f;
  padding: 0.186rem 0;
  width: 1.946rem;
  border-left: 0.026rem solid #fff;
}

.label-confirm{
  background-color: #f3abb0;
  color: #990f0f;
  padding: 0.186rem 0;
  width: 1.946rem;
  border-left: 0.026rem solid #fff;
}

.label-death{
  background-color: #f7f7f7;
  padding: 0.186rem 0;
  width: 1.946rem;
  border-left: 0.026rem solid #fff;
}

.label-cure{
  background-color: #edfbf4;
  color: #219d60;
  padding: 0.186rem 0;
  width: 1.946rem;
  border-left: 0.026rem solid #fff;
}

.icon-arrow{
  display: inline-block;
  width: 0.133rem;
  height: 0.186rem;
  background-image: url('../img/arrow_left.png');
  background-repeat: no-repeat;
  background-size: 0.133rem 0.186rem;
  margin-bottom: 0.08rem;
  margin-right: 0.08rem;
}

.arrow-active{
  display: inline-block;
  height: 0.133rem;
  width: 0.186rem;
  background-image: url('../img/arrow_down.png');
  background-repeat: no-repeat;
  background-size: 0.186rem 0.133rem;
  margin-bottom: 0.08rem;
  margin-right: 0.08rem;
}

.share-box{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0.148rem;
  margin: 0 auto;
  width: 9.426rem;
  height: 1.12rem;
  display: flex;
  justify-content: space-around;
  z-index: 999;
}

.zhuanti-btn{
  width: 3.266rem;
  height: 1.386rem;
  background-image: url('../img/zhuanti_btn1.png');
  background-size: 3.266rem 1.386rem;
}

.share-btn{
  width: 4.8133rem;
  height: 1.2;
  background-image: url('../img/share_btn2.png');
  background-size: 4.8133rem 1.2rem;
  position: relative;
}

.read-count{
  font-size: 0.2rem;
  color: #fff;
  position: absolute;
  right: 0.666rem;
  bottom: 0.133rem;
}

.footer-box{
  width: 10rem;
  margin: 0.4rem auto 1rem;
  text-align: center;
}

.footer-box > img{
  margin: 0.4rem auto 1rem;
  display: block;
  width: 5.53rem;
  height: 0.626rem;
}

.poster-btn{
  margin: 0 auto;
  background-image: url('../img/poster.png');
  background-size: 5.786rem 0.986rem;
  width: 5.786rem;
  height: 0.986rem;
}

.u-location{
  width: 8.85rem;
  height: 0.64rem;
  margin: 0.13rem auto;
  display: block;
}

.city-box{
  color: #02a0e7;
  font-size: 0.32rem;
  text-align: center;
}

.city-d .m-msg p.g-label{
  padding: 0;
  background: none;
}

p.g-label123{
  color: #7d7d7d;
  font-size: 0.2133rem;
}

p.g-label123 > span{
  font-size: 0.213rem;
  margin-left: 0.053rem;
}

.tips-data{
  font-size: 0.32rem;
  font-weight: bold;
  color: #000;
  opacity: 0.8;
  text-align: center;
}

.u-travel{
  width: 8.853rem;
  height: 0.426rem;
  display: block;
  margin: 0 auto;
}

.travel-box{
  padding: .466667rem 1.133333rem .333333rem;
}

.travel-item{
  margin: .45rem 0;
  position: relative;
}

.travel-item label{
  font-size: 0.373rem;
  color: #000;
}

.travel-input{
  width: 4.96rem;
  padding: 0 0.4rem;
  height: 0.8rem;
  background-color: #f2f2f2;
  outline: none;
  border: 0;
  border-radius: 0.8rem;
}

.travel-input::placeholder{
  font-size: 0.32rem;
  color: #636466;
}

.search-btn{
  display: inline-block;
  width: 2.413rem;
  height: 1.013rem;
  background-image: url('../img/search.png');
  background-size: 2.413rem 1.013rem;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.travel-tips{
  font-size: 0.24rem;
  color: #7d7d7d;
  display: inline;
}

#date{
  z-index: 99;
  opacity: 0;
}

#date-show{
  position: absolute;
  top: 0;
  left: 0.906rem;
}

.result-1{
  display: none;
  padding: .466667rem 1.133333rem .333333rem;
}

.result-1-img{
  display: block;
  width: 1.32rem;
  height: 1.32rem;
  margin: 0 auto;
}

.result-1 > p{
  font-size: 0.4rem;
  color: #65b388;
  text-align: center;
  margin: 0.4rem 0;
}

.btn-detail{
  display: block;
  width: 6.013rem;
  height: 1.133rem;
  margin: 0 auto;
  background-image: url('../img/certain_btn.png');
  background-size: 6.013rem 1.133rem;
}

.locat-btn{
  display: block;
  width: 4.386rem;
  height: 1.133rem;
  margin: 0 auto;
  background-image: url('../img/detail_btn.png');
  background-size: 4.386rem 1.133rem;
}

.result-2{
  display: none;
  padding: .466667rem 1.133333rem .333333rem;
}

.result-2-img{
  display: block;
  width: 1.32rem;
  height: 1.32rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}

.result-2 > p{
  font-size: 0.34rem;
  color: #fc2621;
  text-align: center;
  line-height: 1.25;
}

thead{
  background-color: #f1f2f3;
  color: #717374;
  font-size: 0.293rem;
}

tbody{
  font-size: 0.293rem;
  color: #909293;
}

.js-city{display: none;}

.kou-box{
  width: 9.44rem;
  height: 3.08rem;
  background-size: 9.44rem 3.08rem;
  background-image: url('../img/kou_bg1.png');
}

.kou-input{
  display: inline-block;
  width: 4.6rem;
  height: 0.866rem;
  border: 0;
  border-radius: 2rem;
  padding-left: 0.8rem;
  font-size: 0.293rem;
}

.kou-input::placeholder{
  font-size: 0.293rem;
  color: #b8b8b8;
}

.kou-search{
  display: inline-block;
  width: 2.013rem;
  height: 1.013rem;
  background-size: 2.013rem 1.013rem;
  background-image: url('../img/kou_searh.png');
}

.kou-wrapper{
  height: 1.013rem;
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-top: 1.333rem;
  margin-left: 0.555rem;
}

.icon-searh{
  display: block;
  width: 0.4rem;
  height: 0.413rem;
  background-image: url('../img/search_icon.png');
  background-size: 0.4rem 0.413rem;
  position: absolute;
  left: 0.266rem;
  top: 1.533rem;
}

.m-title-text-wrapper{
  width: 10rem;
  border-top: 0.133rem solid #efefef;
}

.m-title-text{
  width: 9.413rem;
  margin: 0 auto;
  height: 0.853rem;
  line-height: 0.853rem;
  color: #7d7d7d;
  font-size: 0.4rem;
  text-align: left;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 0.013rem solid #efefef;
}

.m-title-text > span {
  border-left: 0.0933rem solid #02a0e7;
  padding-left: 0.133rem;
}

.kou-redirect{
  width: 9.44rem;
  height: 1.74rem;
  display: block;
}

.u-commity{
  width: 9.466rem;
  height: 1.88rem;
}

.commity-box{
  position: relative;
  margin-bottom: 0.4rem;
}

.commity-header{
  padding: 0.3rem;
  width: 8.3rem;
  margin: 0 auto;
}

.commity-wrapper{
  display: flex;
  justify-content: flex-start;
}

.commity-item{
  width: 2.746rem;
  text-align: center;
  color: #02a0e7;
  font-size: 0.373rem;
  border-right: 0.026rem solid #e0e1e2;
}

.commity-item >span.s-down{
  margin-left: 0.133rem;
  background-image: url('../img/icon_down.png');
  background-size: 0.146rem 0.12rem;
  background-repeat: no-repeat;
  display: inline-block;
  width: 0.146rem;
  height: 0.12rem;
  vertical-align: middle;
}

.commity-item >span.s-down.s-up{
  background-image: url('../img/icon_up.png');
}

.commity-item:last-child{border: 0;}

.commity-block{
  padding: 0 0.266rem;
  margin-bottom: 0.533rem;
}

.t-title{
  padding: 0.266rem;
  background-color: #f7f7f7;
  font-size: 0.373rem;
}

.t-item{
  display: flex;
  justify-content: flex-start;
  font-size: 0.32rem;
  padding: 0.533rem 0;
  border-bottom: 0.013rem solid #e0e1e2;
}

.t-name{
  width: 6.66rem;
  text-align: left;
}

.t-count{
  width: 2.66rem;
  text-align: center;
}

.t-item.t-item-name{
  padding: 0.266rem 0;
  font-size: 0.373rem;
  color: #000;
  border-bottom: 0.013rem solid #000;
}

.commity-select .t-item{
  padding: 0.266rem 0;
}

.commity-tips{
  font-size: 0.32rem;
  text-align: center;
  margin: 0.4rem auto;
  display: none;
}

.commity-tips-loading{
  font-size: 0.32rem;
  text-align: center;
  margin: 0.4rem auto;
  color: #7d7d7d;
}

.commity-tips-more{
  font-size: 0.32rem;
  text-align: center;
  margin: 0.4rem auto;
  display: none;
}

.commity-tips-more > img {
  margin-left: 0.026rem;
  display: inline-block;
  width: 0.146rem;
  height: 0.12rem;
  vertical-align: middle;
}

.yuyue-btn{
  margin: 0 auto 0.4rem;
  width: 8.66rem;
  height: 1.146rem;
  background-image: url('../img/yuyue_1.png');
  background-size: 8.66rem 1.146rem;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-open.yuyue-btn{background-image: url('../img/yuyue_2.png');}

.yuyue-list{
  width: 8.66rem;
  margin: 0 auto 0.4rem;
  display: none;
  justify-content: flex-start;
}

.yuyue-item{
  display: inline-block;
  width: 2.66rem;
  height: 0.9rem;
  line-height: 0.9rem;
  border: 0.013rem solid #ddd;
  border-radius: 2rem;
  font-size: 0.343rem;
  text-align: center;
  color: #7d7d7d;
  margin-right: 0.26rem;
}

.swiper-container {
  width: 100%;
  height: 11.6rem;
}
.swiper-slide {
  background: #fff;
  width: 7.466rem;
  min-height: 10.666rem;
}


.piyao-box{
  width: 9.453rem;
  min-height: 11.6rem;
  margin: 0.2rem auto;
  background-color: #efefef;
}

.yao-item{
  border-radius: 0.1rem;
}

.yao-header{
  width: 7.48rem;
  height: 4.173rem;
  position: relative;
}

.yao-header>img{width: 100%;}

.yao-title{
  position: absolute;
  width: 5.866rem;
  left: 0;
  right: 0;
  top: 2.8rem;
  margin: 0 auto;
  line-height: 1.25;
  color: #fff;
  font-size: 0.44rem;
  font-weight: bold;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; */
  z-index: 99;
}

.yao-content{
  padding: 0.2rem 0.6rem;
  position: relative;
}

.yao-inner-title{
  line-height: 1.25;
  color: #000;
  font-size: 0.44rem;
  font-weight: bold;
}

.yao-inner-text{
  line-height: 1.25;
  color: #737373;
  font-size: 0.32rem;
  text-align: justify;
  margin: 0.266rem auto 0.533rem;
}

.yao-share{
  width: 3.546rem;
  height: 0.746rem;
  line-height: 0.746rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background-color: #019ce4;
  border-radius: 0.4rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6rem;
}

.yao-footer{
  width: 6.346rem;
  height: 2.253rem;
  margin: 0 auto;
}

.yao-footer > img{width: 100%;}

.canvas-box{
  width: 7.466rem;
  min-height: 10.666rem;
  display: none;
}

.yao-share-image{
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  margin: 0 auto;
  z-index: 99999;
  display: none;
  width: 7.466rem;
}

.yao-share-image>img{width: 100%;}

.download-tips{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  margin: 0 auto;
  color: #fff;
  font-size: 0.373rem;
  text-align: center;
}

.tab-nav-box{
  display: flex;
  justify-content: flex-start;
  padding-top: 0.4rem;
  background-color: #fff;
  width: 9rem;
  margin: 0 auto;
}

.tab-nav-item{
  width: 50%;
  height: 0.746rem;
  line-height: 0.746rem;;
  text-align: center;
  border-bottom: 0.026rem solid #019ce4;
  font-size: 0.44rem;
  text-align: center;
  background-color: #fff;
  color: #737373;
}

.tab-nav-item.active{
  color: #fff;
  background-color: #019ce4;
  font-weight: bold;
}

.more-rumor{
  width: 4.533rem;
  height: 1.066rem;
  display: block;
  background-image: url('../img/more_rumor.png');
  background-size: 4.533rem 1.066rem;
  background-position: center;
  background-repeat: no-repeat;
  margin: 4rem auto;
}

.roumor-box{
  width: 10rem;
  margin: 0 auto;
}

.r-header{
  width: 10rem;
  height: 2.4rem;
  background-color: #fff;
  position: relative;
}

.roumor-bg{
  width: 6.093rem;
  height: 1.293rem;
  display: block;
  margin: 0 auto;
  padding-top: 1.333rem;
}

.roumor-list{
  width: 9.093rem;
  margin: 0 auto;
}

.roumor-item{
  width: 9.093rem;
  min-height: 5.866rem;
  background-color: #02a0e7;
  background-image: url('../img/list_bg.png');
  background-size: 9.093rem 9.106rem;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 0.2rem;
  padding-bottom: 0.5rem;
  position: relative;
  margin: 0.4rem auto;
}

.roumor-item:first-child{margin-top: 0.4rem;}

.back-btn{
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  display: block;
  width: 2.666rem;
  height: 0.533rem;
  line-height: 0.6rem;
  font-size: 0.32rem;
  text-align: center;
  border: 0.013rem solid #7d7d7d;
  border-radius: 0.4rem;
  color: #737373;
}

.roumor-share{
  width: 1.466rem;
  height: 0.666rem;
  line-height: 0.666rem;
  background-color: #fff;
  color: #02a0e7;
  text-align: center;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  font-size: 0.32rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0.4rem;
}

.roumor-type{
  height:  1.746rem;
  width: 1.76rem;
  background-image: url('../img/type0.png');
  background-size: 1.76rem 1.746rem;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1.6rem;
  right: 0.4rem;
  z-index: 99;
}

.roumor-type.type1{background-image: url('../img/type1.png');}
.roumor-type.type2{background-image: url('../img/type2.png');}

.r-title{
  font-size: 0.613rem;
  font-weight: bold;
  color: #fff;
  width: 6rem;
  margin-left: 0.5rem;
  padding-top: 1.333rem;
}

.r-content{
  padding: 0.533rem;
  width: 7.2rem;
  min-height: 1.4rem;
  margin: 0.4rem auto;
  background-color: #fff;
  border-radius: 0.1rem;
  position: relative;
}

.r-inner-title{
  font-size: 0.48rem;
  font-weight: bold;
}

.r-inner-text{
  margin-top: 0.533rem;
  font-size: 0.346rem;
  color: #737373;
  text-align: justify;
  line-height: 1.25;
  padding-bottom: 0.4rem;
  display: none;
}

.r-open{
  font-size: 0.32rem;
  color: #737373;
  position: absolute;
  bottom: 0.3rem;
  right: 0.4rem;
}

.icon-sort{
  display: inline-block;
  width: 0.1866rem;
  height: 0.32rem;
  /* background-image: url('../img/icon_desc.png'); */
  background-size: 0.1866rem 0.32rem;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-sort.sort-down{background-image: url('../img/icon_asc.png');}

.icon-memu{
  width: 9.453rem;
  padding: 0.266rem 0 0.533rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.menu-item{
  display: block;
  text-align: center;
}

.menu-item > .menu-img{
  display: inline-block;
  width: 1.173rem;
  height: 1.52rem;
}

.xiaoqu{
  border-bottom: 0.2rem solid#efefef; 
  border-top: 0.2rem solid#efefef; 
  display: block;
  text-align: center;
}

.xiaoqu > img{
  width: 9.453rem;
  height: 2.36rem;
  margin: 0.5rem 0 0.5rem;
  display: inline-block;
}

.robot-box{
  position: fixed;
  right: 0.533rem;
  bottom: 14%;
  width: 1.613rem;
  height: 1.746rem;
  z-index: 99999;
  text-decoration: none;
}

.robot-box > img{width: 100%;}

.tab-line{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tab-line-item{
  background: #f7f7f7;
  font-size: 0.24rem;
  width: 1.76rem;
  padding: 0.26rem 0.045rem;
  text-align: center;
  margin: 0.053rem;
  color: #555;
}

.tab-line-item.active{
  color: #4169e2;
  background: #f1f5ff;
}

.danger-area{
  padding: 0.506rem 0.32rem;
}

.danger-list .danger-item .item-wrapper{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
}

.danger-item.header-label .item-text{background-color: #E3E7F3;}
.danger-item.header-label .item-text:nth-child(3){background-color: #E79A8D;}
.danger-item.header-label .item-text:nth-child(4){background-color: #F3BAB0;}
.danger-item.header-label .item-text:nth-child(5){background-color: #B3C0D5;}

.danger-item.item-first .item-text{background-color: rgba(227, 231, 243, .5);}
.danger-item.item-first .item-text:nth-child(3){background-color: rgba(231, 154, 141, .3);}
.danger-item.item-first .item-text:nth-child(4){background-color: rgba(243, 186, 176, .3)}
.danger-item.item-first .item-text:nth-child(5){background-color: rgba(179, 192, 213, .3);}

.danger-item .item-text{
  width: 1.733rem;
  height: 0.693rem;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
}

.danger-item .item-text:last-child{
  border: 0;
  color: #4169E2;
}

.danger-item .item-text:last-child>i{
  width: 0.147rem;
  height: 0.08rem;
  background-image: url('../img/icon_arrow_down.png');
  background-size: 0.147rem 0.08rem;
  margin-left: 0.04rem;
}

.item-detail{
  background-color: #F2F2F2;
  padding: 0.213rem 0.293rem 0.293rem 0.186rem;
  color: #333;
  font-size: 0.266rem;
  display: none;
}

.high-area > h3{
  color: #FC2400;
  font-size: 0.266rem;
}

.high-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.32rem 0;
}

.high-item .high-name{width: 7rem;}
.middle-item .middle-name{width: 7rem;}

.high-item .high-name >span{
  width: 1.066rem;
  height: 0.413rem;
  line-height: 1.45;
  text-align: center;
  display: inline-block;
  font-size: 0.24rem;
  color: #FF2400;
  border: 1px solid #FF2400;
  border-radius: 0.08rem;
  margin-left: 0.08rem;
}

.high-item .high-distance{color: #A9A9A9;}
.high-item .high-distance>i{
  display: inline-block;
  width: 0.186rem;
  height: 0.213rem;
  background-image: url(../img/icon_location.png);
  background-size: 0.186rem 0.213rem;
  margin-right: 0.08rem;
}

.middle-area > h3{
  color: #FF9345;
  font-size: 0.266rem;
}

.middle-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.32rem 0;
}

.middle-item .middle-name >span{
  width: 1.066rem;
  height: 0.413rem;
  line-height: 1.45;
  text-align: center;
  display: inline-block;
  font-size: 0.24rem;
  color: #FF9345;
  border: 1px solid #FF9345;
  border-radius: 0.08rem;
  margin-left: 0.08rem;
}

.middle-item .middle-distance{color: #A9A9A9;}
.middle-item .middle-distance>i{
  display: inline-block;
  width: 0.186rem;
  height: 0.213rem;
  background-image: url(../img/icon_location.png);
  background-size: 0.186rem 0.213rem;
  margin-right: 0.08rem;
}

.tab-state {
  display: flex;
  margin: 0.2rem 0;
  padding: 0 0.4rem;
}
.tab-state .tab-line-item {
  flex: 1;
}
.tab-abroad .tab-line-item{
 padding: 0.26rem 0.15rem; 
}

#national .g-item-wrapper{
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
.inner-1-item {
  font-size: 12px;
  color: #908d8d;
}
#other-country .g-item-wrapper{
  font-size: 12px;
  font-weight: normal;
  color: #333;
}