body {
  font-size: 14px;
  font-family: inherit;
  background: #f9f9f9;
  color: #000;
}

body,
html {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

dl {
  margin: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #000;
  text-decoration: none;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
}
.pic img {
  width: 100%;
}
table {
  border-collapse: collapse;
}

input[type="text"],
input[type="password"],
button,
textarea,
select {
  border: 0;
  outline: none;
  width: 100%;
  background: none;
  font-family: inherit;
}

button,
select,
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
}
input[type="radio"]::after,
input[type="checkbox"]::after {
  content: "";
  width: 15px;
  border-radius: 50%;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #7040e9;
  border-radius: 50%;
  margin-top: -4px;
}
input[type="radio"]:checked:after,
input[type="checkbox"]:checked::after {
  background: url(../images/gou.png) center no-repeat;
  background-size: 100% 100%;
}
video {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #000;
}
.hidden {
  display: none;
}
.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
}

/*鍏叡鏍峰紡鍕垮垹闄�*/
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
.panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/**/
.header {
  height: 49px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  position: relative;
  align-items: center;
  color: #fff;
  justify-content: center;
  background-image: linear-gradient(to right bottom, #84d836, #72bc30);
}
.header .back {
  position: absolute;
  left: 15px;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.footer {
  text-align: center;
  font-size: 11px;
  display: flex;
  position: relative;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 63px;
  height: 15px;
  background: url(../images/footer_03.png) center no-repeat;
  background-size: 100% 100%;
}
.footer a {
  flex: 1;
  padding: 7px 0 5px;
  color: #666666;
}
.footer a img {
  width: 20px;
  margin-bottom: 3px;
}
.footer a.on {
  color: #71b92f;
}
.footer a > span {
  display: block;
  width: 51px;
  margin: -12px auto 0;
  height: 51px;
  position: relative;
  z-index: 99;
  padding-top: 7px;
  border-radius: 50%;
  color: #fff;
  background: #71b92f;
}

#dot{ width: 14px; height: 14px; border-radius: 50%;

  top: -30px;
  right: -10px;line-height: 20%;}



  /* postinfo 发布成功的提示 */

.showtip {
  width: 95%;
  line-height: 180%;
  border: 1px solid #c0c0c0;
  height: auto;
  overflow: auto;
  /* float: left; */
  margin-left: 10px;
  margin-bottom: 20px;
}

.showtip ul {

  border-bottom: 1px solid #c0c0c0;
  overflow: auto;
  margin: 0;
  padding: 0;
}


.showtip ul li.left {
  width: calc(70% - 40px);
  list-style: none;
  float: left;
  line-height: 280%;
  font-size: 10px;
  padding-left: 10px;
  border-right: solid 1px #c0c0c0;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
  /* 用省略号表示被隐藏的部分 */
}

.showtip ul li.right {

 
  width: calc(30% - 10px);
  float: right;
  line-height: 280%;
  list-style: none;
  font-size: 10px;

  text-align: center;
  border-right: solid 1px #c0c0c0;
}

.showtip ul li.right1 {

 
  width: 50px;
  float: right;
  line-height: 280%;
  list-style: none;
  font-size: 10px;

  text-align: center;
}

.showtip ul li.title {


  font-size: 14px;

}

.showtip ul.cls {
  margin: 0;
  text-align: center;
  font-size: 16px;

}

.showtip .gong {
  color: #fff;
  background-color: #75c683;
  line-height: 250%;
}

.showtip .qiu {
  color: #fff;
  background-color: #f8b551;
  line-height: 250%;
}

.xbtn1 {
  border-radius: 6px;
  padding: 8px 30px;
  background: #f8b551;
  color: #fff;
  border: 0;
  font-size: 16px;
}


.xbtn2 {
  border-radius: 6px;
  padding: 8px 30px;
  background: #75c683;
  color: #fff;
  border: 0;
  font-size: 16px;
  margin-left: 20px;
}

.btnline {
  text-align: center;
  clear: both;
}

.post-tips{ text-align: center; padding: 10px 0;}

/* postinfo 发布成功的提示 */

.bd  dl dt{ padding: 6px 0 !important;}
