body {
  color: #333;
  font-family: "Microsoft Yahei", sans-serif;
  background: #f8f8fa;
  overflow-x: hidden;
  font-size: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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: #333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

a:hover {
  color: #71b92f;
}

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

img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}

table {
  border-collapse: collapse;
}

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

button {
  cursor: pointer;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 1538px;
  margin: 0 auto;
  max-width: 100%;
}

/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.flex {
  display: flex;
  align-items: center;
}

.flex_item {
  flex: 1;
}

video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}

.pic img {
  width: 100%;
  transform: perspective(1px);
}

.pic {
  overflow: hidden;
  position: relative;
}

.pic:hover img {
  transform: scale(1.1);
}

.hidden {
  display: none;
}

/**/
.header {
  background: #fff;
  padding: 15px 0;
}

.header .logo {
  width: 194px;
}

.header .search {
  display: flex;
  width: 660px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #71b92f;
}

.header .search .input {
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  height: 46px;
}

.header .search button {
  width: 60px;
  background: #fff;
  height: 46px;
  border-left: 1px solid #71b92f;
}

.header .search button i {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url(../images/home_12.png) center no-repeat;
}

.header .search select {
  font-size: 16px;
  padding: 0 20px;
  border-radius: 5px;
  background: url(../images/home_10.png) right center no-repeat;
  -webkit-appearance: none;
}

/**/
.userbox {
  height: 100vh;
  overflow: hidden;
  display: flex;
}

.userbox .logo {
  height: 110px;
  /* background: #458019; */
  background: #478933;

  display: flex;
  align-items: center;
  justify-content: center;
}

.userbox .logo img {
  width: 95px;
}

.userbox .leftmenu {
  width: 258px;

  position: relative;
  color: #fff;
  height: 100%;
  background-image: linear-gradient(to bottom, #63b939, #47ba4e);
}

.userbox .leftmenu ul {
  /* height: 58vh; */
  height: 95vh;
  overflow-y: auto;
}

.userbox .leftmenu ul li a {
  display: flex;
  align-items: center;
  height: 55px;
  padding-left: 80px;
  color: #fff;
  font-size: 16px;
}

.userbox .leftmenu ul li.on a,
.userbox .leftmenu ul li:hover a {
  background: #58912c;
}

.userbox .leftmenu ul li a img {
  margin-right: 15px;
}

.userbox .leftmenu .ft {
  position: absolute;
  font-size: 14px;
  line-height: 30px;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.userbox .leftmenu .code {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.userbox .leftmenu .ft .tel {
  line-height: 32px;
  font-size: 20px;
}

.userbox .leftmenu .ft .btn {
  color: #71b92f;
  font-weight: bold;
  background: #fff;
  width: 128px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 10px;
  border-radius: 5px;
  font-size: 20px;
}

/* 自定义整个滚动条 */
::-webkit-scrollbar {
  width: 5px;
  /* 设置滚动条的宽度 */
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
  background: #63b939;
  /* 设置轨道的背景颜色 */
}

/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
  background: rgb(240 3 3);
  /* 设置滑块的背景颜色 */
}

.rightwrap {
  display: flex;
  padding: 0 30px 30px;
  flex-direction: column;
}

.rightwrap .info {
  background: #fff;
  border-radius: 5px;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size: 14px;
}

.rightwrap .top b {
  font-size: 26px;
}

.rightwrap .top ul {
  display: flex;
  text-align: center;
  margin-left: 30px;
}

.rightwrap .top ul a {
  display: flex;
  align-items: center;
  height: 110px;
  font-size: 18px;
  font-weight: bold;
  width: 136px;
  justify-content: center;
}

.rightwrap .top ul li:last-child a {
  color: #fff;
  background: #f39801;
}

.rightwrap .top ul li:nth-child(2) a {
  color: #fff;
  background: #f15427;
}

.rightwrap .top ul li:first-child a {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rightwrap .top .exit {
  display: flex;
  align-items: center;
}

.rightwrap .top .exit i {
  display: block;
  margin-right: 5px;
  width: 16px;
  height: 13px;
  background: url(../images/user_10.png) center no-repeat;
  background-size: 100% 100%;
}

.table table {
  width: 100%;
}

.table table tr {
  border-bottom: 1px dashed #e9e9ea;
}

.table table td {
  padding: 8px 0;
}

.vipicon {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  background: url(../images/4_06.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.vipicon_red {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(../images/4_03.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.vipicon_green {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(../images/4_04.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.tuicon {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background: url(../images/1_07.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.btn {
  border-radius: 5px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  min-width: 100px;
  padding: 0 12px;
  text-align: center;
}

.btn_orange {
  background: #f39800;
}

.btn_green {
  background: #71b92f;
}

.btn_green:hover {
  color: #fff;
}

.btn+.btn {
  margin-left: 20px;
}

.btn_orange_border {
  color: #f39800;
  border: 1px solid #f39800;
}

.btn_green_border {
  color: #71b92f;
  background: #fff;
  border: 1px solid #71b92f;
}

.mask {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.mask1 {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.dialog {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 756px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 10px;
}

.dialog .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  padding: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
}

.dialog .close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

.dialog .close::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #666;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}

.dialog .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #666;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(-45deg);
}

.dialog .bd {
  padding: 34px;
}

input[type="checkbox"] {
  position: relative;
  margin-right: 25px;
}

input[type="checkbox"]::before {
  content: "";
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #d6d6d6;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 5px;
}

input[type="checkbox"]:checked:before {
  background: url(../images/check.png) center no-repeat #35b256;
  border-color: #35b256;
}

/**/
.footer {
  background: #fff;
  padding: 35px 0;
  line-height: 2;
  font-size: 18px;
}

.footer .code {
  display: flex;
  align-items: center;
}

.footer .code img {
  width: 125px;
  margin: 0 20px;
}

.footer p a+a::before {
  content: "|";
  padding: 0 15px;
}

.footer dl {
  text-align: left;
  line-height: 27px;
  font-size: 14px;
}

.footer dl dt {
  color: #ff5a00;
  font-size: 30px;
  line-height: 36px;
  font-family: DIN;
}

.footer dl dd {
  color: #ff5a00;
}

.footer dl dd i {
  width: 24px;
  height: 21px;
  display: inline-block;
  background: url(../images/home_69.png) center no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* ray */

.indexad {
  position: relative;
}

.indexad img {
  width: 100% !important;
}

.indexad i {
  width: 40px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background: url(../images/btn5.png) no-repeat;
  cursor: pointer;
}


.btn2 {
  width: 30px;
  height: 100px;
  position: absolute;
  right: -30px;
  top: 300px;
  cursor: pointer;
  background: #f39700;
}

.btn2:hover {
  background: #f39700;
}

.btn21 {
  width: 30px;
  height: 100px;
  position: absolute;
  right: 0px;
  top: 300px;
  background: url(../images/btn2.png);
  cursor: pointer;
}


.leftBox {

  position: relative;

}

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

.showtip {
  width: 420px;
  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: 12px;
  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: 12px;

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

.showtip ul li.right1 {

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

  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;
}

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

.font16px{ font-size: 16px;}

#conTxt{font-size: 15px; }

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