* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

[v-cloak] {
  display: none !important;
}

:root {
  /* 默认主题色 */
  --primary-color: #004190;
  --text-color: #004190;
  --footer-top-color: #0E56AD;
  --footer-bottom-color: #004190;
  
}

.theme-red {
  /* 红色主题 */
  --primary-color: #9f191e;
  --text-color: #e74c3c;
  --footer-top-color: #94080a;
  --footer-bottom-color: #9f191e;
}

img {
  border: 0;
}

body {
  font-size: 12px;
  width: 100%;
  background-color: #fff;
}

body,
a,
p,
h1,
h2,
h3,
h4,
h5,
button,
td,
li {
  font-family: "微软雅黑";
}

html,
body,
p,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

div,
span,
ul,
li,
h1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button {
  border: 0;
  outline: none;
}

li,
a,
p,
s,
i {
  text-decoration: none;
  word-break: break-all;
}

div {
  /*消除div点击的时候阴影框*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul::-webkit-scrollbar {
  width: 0px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}

li::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*加载以及空白*/
.nomore {
  padding: 20px;
  text-align: center;
}

.nomore p {
  font-size: 13px;
  color: #999;
}

.flex_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flex_clo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*评论不为空的样式*/
.tipss {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}

.tipss .hidden {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.tipss .tips_contt {
  width: 19.3rem;
  height: 8.3rem;
  border-radius: 0.5rem;
  background: #fff;
  margin-top: -6.65rem;
  margin-left: -9.65rem;
  position: fixed;
  top: 50%;
  left: 50%;
}

.tipss .tips_contt p {
  font-size: 1.0rem;
  color: #525252;
  text-align: center;
  line-height: 2.2rem;
  margin: 1.7rem auto 1rem auto;
}

.tipss .tips_contt ul {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
}

.tipss .tips_contt ul li {
  width: 50%;
  float: left;
  border-top: 1px solid #ebebeb;
  text-align: center;
}

.tipss .tips_contt ul li:nth-child(2) {
  border-left: 1px solid #ebebeb;
}

.tipss .tips_contt li a {
  font-size: 1.0rem;
  color: #525252;
  line-height: 3.4rem;
  text-align: center;
}

/*操作提示框*/
.small_tips {
  position: fixed;
  top: 50%;
  left: 46%;
  margin-left: -4rem;
  margin-top: -2rem;
  z-index: 10001;
}

.small_tips_cont {
  background: #303030;
  opacity: 0.8;
  width: 10rem;
  min-height: 4rem;
  box-sizing: border-box;
  padding: 0.5rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.small_tips_cont p {
  color: #FFFFFF;
  font-size: 1rem;
}

/*加载*/
#pageloading {
  width: 100%;
  height: 3.0rem;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 2.0rem;
  height: 2.0rem;
  background: #fff;
  background: url(../images/pub/yellowpage.png) no-repeat;
  background-size: 18.74rem 20.0rem;
  background-position: -8.5rem -0.1rem;
  border-radius: 100px;
  position: absolute;
  left: 45%;
  top: 0.5rem;
  margin-left: -2.0rem;
}

#pageloading p {
  color: #9b9c9e;
  line-height: 3.0rem;
  font-size: 1.2rem;
  position: absolute;
  left: 46%;
  top: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.wrapper {
  -webkit-animation: rotate 1.5s ease infinite;
  animation: rotate 1.5s ease infinite;
}

.spinner {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative;
}

.container1>div,
.container2>div,
.container3>div {
  width: 6px;
  height: 6px;
  background-color: #999;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0.0);
  }

  40% {
    -webkit-transform: scale(1.0);
  }
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*图片放大样式*/
.imgview {
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
  /*opacity: 0;*/
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.hidden {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.imgview .imgview_content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}

.imgview .imgview_content img {
  width: 100%;
  height: auto;
}

/*暂无数据*/
.blank {
  width: 100%;
  margin: 1.42857rem auto;
  position: relative;
  text-align: center;
}

.blank img {
  width: 6rem;
  height: auto;
  margin: 0 auto;
}

.blank .icon {
  width: 5.3rem;
  height: 5.3rem;
  /* float: left; */
  margin: 0 auto;
  /* margin-top: 0.3rem; */
  background: url(../images/cunwu/village_icon.png) no-repeat;
  background-size: 40.0rem 40.0rem;
  background-position: -1.9rem -15rem;
}

.blank p {
  font-size: 0.8rem;
  color: #9b9c9e;
  font-family: "微软雅黑";
  margin-top: .4762rem;
}

.blank p i {
  color: #ff5d3b;
  font-style: normal;
}

.blank button {
  width: 60%;
  height: 4.0rem;
  line-height: 4.0rem;
  font-size: 1.5rem;
  color: #fff;
  background: #FF5D3B;
  border: 0;
  border-radius: 0.5rem;
  margin-top: 1.0rem;
}

/*地区选择*/
.address_sele_one {
  position: fixed;
  top: 0rem;
  left: 0;
  background: #fff;
  height: 3.5rem;
  width: 100%;
  z-index: 999;
  border-bottom: 0.1rem solid #ebebeb;
  line-height: 3.5rem;
}

.address_sele_one ul {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.address_sele_one ul li {
  width: 50%;
  height: 100%;
  float: left;
  font-size: 1.38rem;
  text-align: center;
  color: #9b9c9e;
  border-right: 0.1rem solid #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.address_sele_one ul li.active {
  border-bottom: 2px solid #FF5D3B;
  color: #525252;
}

.address_sele_one ul li.active i {
  border-color: #525252 transparent transparent;
}

.address_sele_one p {
  display: inline-block;
}

.address_sele_one i {
  width: 0;
  height: 0;
  display: inline-block;
  border-width: 0.5rem 0.5rem 0;
  border-style: solid;
  /* margin-top: -6.3rem; */
  padding-top: 0.3rem;
  border-color: #9b9c9e transparent transparent;
  position: relative;
}

.select_content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  z-index: 10000;
  position: fixed;
  top: 3.6rem;
}

.select_content>div {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}

.select_content .address_hidden {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.select_content .address ul li.active {
  color: #FF5D3B;
  border-bottom: 0.1rem solid #ff5d3b
}

.select_content .address ul:nth-child(1) li.active {
  background: #F9F9F9;
  border-bottom: 0.1rem solid #ff5d3b;
}

.select_content .address ul:nth-child(2) li.active {
  background: #F2f2f2;
  border-bottom: 0.1rem solid #ff5d3b;
}

.address ul {
  width: 33.333%;
  float: left;
  max-height: 24.0rem;
  overflow: auto;
  background: #fff;
  margin: 0 auto;
  position: relative;
}

.address ul:nth-child(2) {
  background: #F9F9F9;
}

.address ul:nth-child(3) {
  background: #F2F2F2;
}

.select_content ul li:first-child {
  border-top: 0px;
}

.select_content .address ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  height: 3.0rem;
  line-height: 3.0rem;
  font-size: 1.2rem;
  color: #525252;
  border-top: 0.1rem solid #ebebeb;
  border-right: 0.1rem solid #ebebeb;
  margin: 0 auto;
}

.select_content .address ul li:first-child {
  border-top: none;
}

.select_content .address ul li p {
  width: 92%;
  height: 100%;
  white-space: nowrap;
  margin: 0 auto;
}

.select_content .sle_hidden {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.address_sele_two ul li {
  width: 33.33%;
  font-size: 1.25rem;

}

.address_sele_two i {
  border-width: 0.4rem 0.4rem 0;

}

/* .tab_content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    top: 3.5rem;
}
.tab_content>div {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}
.tab_content>div .address ul {
    width: 33.333%;
    float: left;
    max-height: 24.0rem;
    overflow: auto;
    background: #fff;
    margin: 0 auto;
    position: relative;
}
.tab_content .address ul:nth-child(1) li.active {
    background: #F9F9F9;
    border-bottom: 0.1rem solid #ff5d3b;
}

.tab_content ul li:first-child {
    border-top: 0px;
}
 .tab_content ul li.active {
    color: #FF5D3B;
    border-bottom: 0.1rem solid #ff5d3b;
}
.tab_content .address ul li {
    box-sizing: border-box;
    width: 98%;
    height: 3.0rem;
    line-height: 3.0rem;
    font-size: 1.2rem;
    color: #525252;
    overflow: auto;
    border-top: 0.1rem solid #ebebeb;
    border-right: 0.1rem solid #ebebeb;
    margin: 0 auto;
}
.tab_content .address ul li p {
    width: 92%;
    height: 100%;
    white-space: nowrap;
    margin: 0 auto;
} */
/*类型*/
.type_content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  z-index: 10000;
  position: fixed;
  top: 3.6rem;
}

.type_content .address_hidden {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.type_content ul {
  width: 100%;
  float: left;
  max-height: 24.0rem;
  overflow: auto;
  background: #fff;
  margin: 0 auto;
  position: relative;
}

.type_content ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  height: 3.0rem;
  line-height: 3.0rem;
  font-size: 1.2rem;
  color: #525252;
  border-top: 0.1rem solid #ebebeb;
  border-right: 0.1rem solid #ebebeb;
  margin: 0 auto;
}

.type_content ul li.active {
  background: #F9F9F9;
  border-bottom: 0.1rem solid #ff5d3b;
}

.type_content ul li p {
  width: 92%;
  height: 100%;
  white-space: nowrap;
  margin: 0 auto;
}

/*弹窗*/
.tips {
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.tips .hidden {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.tips_cont {
  width: 23.3rem;
  height: 13.3rem;
  border-radius: 0.5rem;
  background: #fff;
  margin-top: -6.65rem;
  margin-left: -11.65rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.tips_cont_rem {
  width: 5.6rem;
  height: 3.2rem;
  border-radius: .2rem;
  background: #fff;
  margin-top: -1.6rem;
  margin-left: -2.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.tips_cont_rem p {
  font-size: .32rem;
  color: #525252;
  line-height: 0.8rem;
  margin: 0.75rem auto 0.6rem;
  text-align: center;
}

.tips_cont_rem ul {
  width: 100%;
  height: 1.1rem;
  overflow: hidden;
}

.tips_cont_rem ul li {
  width: 50%;
  float: left;
  border-top: 1px solid #ebebeb;
}

.tips_cont_rem li a {
  font-size: .38rem;
  color: #525252;
  display: block;
  line-height: 1rem;
  text-align: center;
}

.tips_cont_rem hr {
  width: 2px;
  border: 0;
  background: #ebebeb;
  height: 1.05rem;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.tips_cont h1 {
  font-size: 1.5rem;
  color: #525252;
  text-align: center;
  line-height: 2.2rem;
  margin: 3.7rem auto 3.0rem auto;
}

.tips_cont p {
  font-size: 1.3rem;
  color: #525252;
  text-align: center;
  line-height: 2.2rem;
  margin: 3.7rem auto 3.0rem auto;
}

.tips_cont p em {
  color: #008fff;
  font-style: normal;
}

.tips_cont ul {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}

.tips_cont ul li {
  width: 50%;
  float: left;
  border-top: 0.1rem solid #ebebeb;
}

.tips_cont li.cancel:active {
  border-radius: 0 0 0 0.5rem;
  background: #ffd400;
}

.tips_cont li.sure:active {
  border-radius: 0 0 0.5rem 0;
  background: #ffd400;
}

.tips_cont li a {
  font-size: 1.7rem;
  color: #525252;
  display: block;
  line-height: 4.6rem;
  text-align: center;
}

.tips_cont button {
  width: 100%;
  height: 4.0rem;
  overflow: hidden;
  font-size: 1.7rem;
  color: #525252;
  background: #fff;
  border-top: 0.1rem solid #ebebeb;
  border-left: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-top: 0.6rem;
}

.tips_all {
  width: 23.3rem;
  height: 17.63rem;
  border-radius: 0.5rem;
  background: #fff;
  margin-top: -8.81rem;
  margin-left: -11.65rem;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  position: relative;
}

.tips_all img {
  width: 3.42rem;
  height: 3.42rem;
  padding-top: 2.17rem;
}

.tips_all h1 {
  font-size: 1.5rem;
  color: #525252;
  text-align: center;
  line-height: 2.2rem;
  margin: 3.7rem auto 3.0rem auto;
}

.tips_all p {
  font-size: 1.3rem;
  color: #525252;
  text-align: center;
  margin-top: 0.75rem;
}

.tips_all .tips_msg {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #9B9C9E;
}

.tips_all p em {
  color: #008fff;
  font-style: normal;
}

.tips_all ul {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tips_all ul li {
  width: 50%;
  float: left;
  border-top: 0.1rem solid #ebebeb;
}

.tips_all li.cancel:active {
  border-radius: 0 0 0 0.5rem;
  background: #ffd400;
}

.tips_all li.sure:active {
  border-radius: 0 0 0.5rem 0;
  background: #ffd400;
}

.tips_all li a {
  font-size: 1.7rem;
  color: #525252;
  line-height: 4.6rem;
  text-align: center;
}

hr {
  width: 0.1rem;
  border: 0;
  background: #ebebeb;
  height: 4.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.tips_all button {
  width: 100%;
  height: 4.0rem;
  overflow: hidden;
  font-size: 1.7rem;
  color: #525252;
  background: #fff;
  border-top: 0.1rem solid #ebebeb;
  border-left: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-top: 0.6rem;
}

.sign_success {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  /*    background:rgba(0,0,0,0.5);*/
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
}

.sign_success .success {
  width: 100%;
  height: 100px;

  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
  text-align: center;
}

.sign_success .success img {
  height: 50px;
  width: auto;
  margin: 0 auto;
}

.sign_success p {
  line-height: 2.0rem;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: #fff;
  font-family: "微软雅黑";
  padding: 0 0.5rem;
  border-radius: 0.3rem;
  margin: 10px auto;

}

/*审核样式*/
.listcontent .pass {
  color: #FF9A00;
}

.listcontent .nopass {
  color: #E90000;
}

/*政协云公共样式*/
.write_rem {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0);
}

.write_rem_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0);
}

.write_main {
  width: 100%;
  height: 4.5rem;
  background: #fff;
  padding: 1rem 1.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.write_hidden {
  width: 100%;
  height: 100%;
}

.write_main input {
  width: 90%;
  font-size: 1.33rem;
  color: #303030;
  height: 100%;
  border: none;
  border-bottom: 2px solid #9B9C9E;
}

.write_main span {
  display: block;
  width: 3rem;
  height: 1.75rem;
  margin-left: 1rem;
  font-family: "微软雅黑";
  font-size: 1.33rem;
}

.write_rem_main {
  width: 100%;
  height: 1.1rem;
  background: #fff;
  padding: .2rem .15rem;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.write_rem_main input {
  width: 90%;
  font-size: .33rem;
  color: #303030;
  height: 100%;
  border: none;
  border-bottom: 2px solid #9B9C9E;
}

.write_rem_main span {
  display: block;
  width: .8rem;
  height: .45rem;
  margin-left: .6rem;
  font-family: "微软雅黑";
  font-size: .33rem;
}

.uppanel {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 3.67rem;
  left: 0;
  background: #fff;
  z-index: 10;
}

.uppanel ul {
  width: 100%;
  height: 80%;
  overflow-y: auto;
}

.uppanel li {
  width: 25%;
  float: left;
  margin-bottom: 2.5rem;
  text-align: center;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-oriend: vertical;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uppanel li img {
  width: 2rem;
  height: 2rem;
  display: block;
}

.hidden {
  width: 100%;
  height: 20%;
  background: rgba(0, 0, 0, 0.3)
}

.limit {
  height: 100%;
}

/*分享出去下载*/
.share_download {
  width: 100%;
  height: 5.5rem;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
}

.share_download img.logo {
  width: 4.5em;
  margin-top: 0.5rem;
  margin-left: 0.6rem;
}

.share_download h1 {
  font-family: "微软雅黑";
  font-size: 1.3rem;
  color: #fff;
  position: absolute;
  top: 0.8rem;
  left: 5.6rem;
}

.share_download p {
  font-family: "微软雅黑";
  font-size: 0.9rem;
  color: #fff;
  position: absolute;
  top: 3.0rem;
  left: 5.6rem;
}

.share_download button {
  background: #ff5d3b;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 0.3rem 0.6rem;
  position: absolute;
  font-size: 1.2rem;
  top: 0.6rem;
  right: 1.5rem;
}

.share_download img.close {
  width: 2.0rem;
  border-radius: 1.0rem;
  background: #ccc;
  position: absolute;
  top: -1.0rem;
  right: 0.0rem;
}

/*分享出去下载*/

/*新评论插件*/
.commentAll {
  /* display:none; */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /*  background: #fff;*/
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;

}

.comment_hidden {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.reviewArea {
  display: -webkit-box;
  display: -webkit-flex;
  width: 100%;
  background: #fff;
  padding: 1.3rem;
  position: absolute;
  /* position:fixed; */
  bottom: 0;
  left: 0;
  right: 0;
}

.flex-text-wrap {
  width: 80%;
  position: relative;
  *zoom: 1;
  /*    bottom:1.3rem;*/
  /*    margin-bottom:1.3rem;*/
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 1.3rem;
}

textarea,
.flex-text-wrap {
  outline: 0;
  margin: 0;
  border: none;
  padding: 0;
  *padding-bottom: 0 !important;
}

.flex-text-wrap textarea,
.flex-text-wrap pre {
  *white-space: pre;
  *word-wrap: break-word;
  white-space: pre-wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.flex-text-wrap textarea {
  /*  overflow: hidden;*/
  font-size: 1.0rem;
  font-family: "微软雅黑";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  resize: none;

}

.flex-text-wrap pre {
  display: block;
  visibility: hidden;
}

.flex-text-wrap,
textarea {
  line-height: 1.3rem;
}

textarea,
.flex-text-wrap pre {
  line-height: 1.3rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0rem;
  padding: 0.5rem 0.8rem 0 0.8rem;
  border-bottom: 1px solid #c6c8ce;
  width: 100%;
  -webkit-appearance: none;
  background: #fff;
  border-radius: 3px;
  -moz-background-clip: padding;
  resize: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;


}

.plBtn {
  width: 4.0rem;
  height: 2.0rem;
  color: #fff;
  line-height: 2.0rem;
  text-align: center;
  background: #FF5D3B;
  font-size: 1.0rem;
  border-radius: 5px;
  position: absolute;
  right: 0.5rem;
  bottom: 1.3rem;
}

.fork-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
  html {
    background-size: 51px auto;
  }
}

/*新评论插件*/

/* 图片放大 */
/*swipe.css*/
.addWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: #000;
  top: 0;
  left: 0;
}

.head_addWrap {
  position: relative;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0
}

.head_addWrap .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  padding-top: .95238rem
}

.head_addWrap .swipe-wrap {
  overflow: hidden;
  position: relative
}

.head_addWrap .swipe-wrap>div {
  float: left;
  width: 100%;
  height: 5.2rem;
  position: relative
}

.addWrap .swipe {
  /*overflow: hidden;*/
  visibility: hidden;
  position: relative;
  top: 50%;
  left: 0;
}

.addWrap .swipe-wrap {
  /*overflow: hidden;*/
  position: relative
}

.addWrap .swipe-wrap>div {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

#position {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: .15rem;
  margin: 0;
  text-align: right
}

#position li {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  display: inline-block;
  border-radius: 4px;
  background-color: #aaafb2
}

#position li.cur {
  background-color: #ff5a38
}

.img-responsive {
  display: block;
  width: 100%;
  height: 100%
}

.pl_delect {
  color: #00c2ff;
}

.spinner_load {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
}

.spinner_loading {
  margin: 100px auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner_loading>div {
  background-color: #FF5D3B;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner_loading .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner_loading .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner_loading .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner_loading .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4)
  }

  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.select_adre {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}

.select_adre .select_main {
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

.select_adre li {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1rem;
  color: #000;
  border-bottom: 1px solid #ebebeb;
  display: block;
}

.select_adre .active {
  color: #ff5a38;
}

/* 新的分享下载栏 */
.newshare {
  width: 100%;
  height: 3.125rem;
  background-color: rgba(34, 34, 34, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.8rem;
  position: fixed;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 500ms cubic-bezier(.19, 1, .22, 1);
  transition: all 500ms cubic-bezier(.19, 1, .22, 1);
  top: 0;
  left: 0;
  z-index: 99999999;
}

.newshare img {
  width: 2.4rem;
  height: 2.4rem;
}

.newshare h1 {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 3.5rem;
  top: 0.3rem;
}

.newshare p {
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0.3rem;
  left: 3.5rem;
}

.newshare button {
  background: #ff5d3b;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 0.22505626rem 0.45011253rem;
  position: absolute;
  font-size: .90022506rem;
  top: 0.78011253rem;
  right: 1.02528132rem;
}

#detail_content .hide-top-pannel {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}

.newshareContent .hide-top-pannel {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}

/* .newshareContent{
    padding-top: 3.125rem;
} */
.has-top-pannel {
  padding-top: 3.125rem;
}

.fabu_btn {
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  width: 4rem;
  height: 4rem;
  color: white;
  /* background-image: url("../images/woyaofabu.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  background: #F46233;
  border-radius: 50%;
  text-align: center;
  font-size: 1.0rem;
  padding: 0.7rem 0.8rem;
  z-index: 99;
}

.img_fabu_btn {
  width: 4.75rem;
  height: 4.75rem;
  position: fixed;
  right: 1rem;
  bottom: 0.66rem;
  z-index: 99;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row {
  display: -webkit-box;
  /* 老版本语法: Safari 3.1-6,  iOS 6-, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* 老版本语法: Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法： Chrome 21+ */
  display: flex;
  /* 新版本语法： Opera 12.1, Firefox 22+ */
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
}

.column {
  display: -webkit-box;
  /* 老版本语法: Safari 3.1-6,  iOS 6-, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* 老版本语法: Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法： Chrome 21+ */
  display: flex;
  /* 新版本语法： Opera 12.1, Firefox 22+ */
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.justify-around,
.column.justify-around {
  justify-content: space-around;
}

.row.justify-between,
.column.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.justify-center,
.column.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.item-center,
.column.item-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.row .grow,
.column .grow {
  flex-grow: 1;
}

.indent-2 {
  text-indent: 2em;
}

.fc-99 {
  color: #999;
}

.fc-66 {
  color: #666;
}