* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #f9f9f9;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.w1150 {
  width: 1150px;
  margin: 0 auto;
}
.tabactive {
  background: #ff5f00 !important;
  color: white !important;
}
.tip {
  display: none;
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background: #141414;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  z-index: 100;
}
header {
  padding: 0.8% 0;
  background: #333333;
  margin-bottom: 1%;
}
header .hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hd .user-logo {
  color: white;
}
header .hd .user-logo img {
  width: 144px;
  vertical-align: middle;
}
header .hd .user-logo span {
  color: white;
  font-size: 13px;
}
header .hd .nav-logo {
  color: white;
}
header .hd .nav-logo ul {
  display: flex;
}
header .hd .nav-logo ul li {
  flex: 1;
  padding-left: 5%;
}
header .hd .nav-logo ul li a {
  display: block;
  white-space: nowrap;
  color: #666666;
  line-height: 2;
  background: white;
  padding: 0 15px;
  border-radius: 50px;
  font-size: 14px;
}
header .hd .nav-logo ul li a:hover {
  color: #ff7b00;
}
.member {
  overflow: hidden;
}
.member .l {
  width: 30%;
  float: left;
}
.member .l .tou {
  padding: 15% 20%;
  overflow: hidden;
  background: #fff;
  background-color: #fff6f1;
  background-image: url(../img/user_bg.jpg);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.member .l .tou .tou-top {
  text-align: center;
}
.member .l .tou .tou-top img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}
.member .l .tou .tou-down {
  text-align: center;
}
.member .l .member-info {
  background: white;
}
.member .l .member-info p,
.member .l .member-info span {
  text-align: center;
  line-height: 2;
  color: #666666;
  font-size: 14px;
}
.member .l .member-info span {
  display: block;
  font-size: 12px;
}
.member .l ul {
  background: white;
  margin-top: 3%;
}
.member .l ul li:first-child {
  display: none;
}
.member .l ul li:last-child a {
  border-bottom: 0;
}
.member .l ul li:nth-child(3) a::before,
.member .l ul li:nth-child(4) a::before {
  color: #50a9fc;
}
.member .l ul li a {
  display: block;
  line-height: 3;
  margin: 0 6%;
  color: #666666;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
}
.member .l ul li a:hover {
  color: #ff7b00;
}
.member .l ul li a::before {
  color: #ff5f00;
  margin-right: 3%;
  font-size: 16px;
  font-weight: bold;
}
.member .l .logout {
  display: none;
  margin-top: 5%;
}
.member .l .logout a {
  display: block;
  text-align: center;
  line-height: 3.5;
  background: #ffffff;
  font-size: 14px;
  color: #666666;
}
.member .r {
  float: right;
  width: 68%;
  padding: 2%;
  background: white;
  min-height: calc(60vh - -0.0125rem);
}
.member .r h2 {
  font-weight: normal;
  color: #666666;
  font-size: 18px;
}
.member .r .tab {
  margin-top: 1%;
}
.member .r .tab .hd ul {
  display: flex;
}
.member .r .tab .hd ul li {
  flex: 1;
}
.member .r .tab .hd ul li a {
  display: block;
  border-radius: 3px;
  line-height: 3;
  text-align: center;
  background: #f8f8f8;
  color: #666666;
  font-size: 14px;
}
.member .r .tab .bd {
  padding-top: 2%;
}
.member .r .tab .bd p {
  color: #666666;
  font-size: 14px;
  line-height: 3.2;
  border-bottom: 1px solid #f1f1f1;
}
.member .r .tab .bd p:last-child {
  border: none;
}
.member .r .tab .bd p span {
  display: inline-block;
  width: 25%;
  text-align: left;
  padding-right: 2%;
  color: #333333;
}
.member .r .tab .bd p input {
  border: none;
  outline: none;
}
.member .r .tab .bd p button {
  width: 25%;
  background: #ff5f00;
  line-height: 2.5;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.m-nav {
  display: none;
  padding: 4%;
  width: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
}
.m-nav a {
  color: #70666f;
  font-size: 18px;
}
.m-nav .back {
  float: left;
}
.m-nav .index {
  float: right;
}
.m-nav span {
  display: inline-block;
  width: 89%;
  text-align: center;
}
.all .gong {
  margin: 2% 0;
  overflow: hidden;
}
.all .gong a {
  float: left;
  width: 25%;
  line-height: 2.3;
  border: 1px solid #e2e2e2;
  color: #666666;
  text-align: center;
}
.all .gong a:nth-child(2),
.all .gong a:nth-child(3),
.all .gong a:nth-child(4) {
  border-left: 0;
}
.all .gong a:hover {
  color: #ff5f00;
}
.all .data__list {
  list-style: none;
  padding-bottom: 4%;
}
.all .data__list li {
  display: flex;
  align-items: center;
  padding: 1.5% 0;
  border-bottom: 1px solid #f1f1f1;
}
.all .data__list li .xz-box {
  padding-right: 1.5%;
}
.all .data__list li .xz-box input {
  cursor: pointer;
}
.all .data__list li .data__img a {
  display: block;
  width: 80px;
  height: 110px;
}
.all .data__list li .data__img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all .data__list li .data__txt {
  padding-left: 2%;
  flex: 45%;
  max-width: 45%;
}
.all .data__list li .data__txt h4 a {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}
.all .data__list li .data__txt h4 a:hover {
  color: #ff5f00;
}
.all .data__list li .data__txt p {
  line-height: 1.8;
  color: #999999;
  font-size: 13px;
}
.all .data__list li .delbox {
  flex: 1;
  text-align: right;
}
.all .data__list li .delbox a {
  float: right;
  white-space: nowrap;
  line-height: 1.8;
  width: 35%;
  text-align: center;
  color: white;
  background: #ff5f00;
  border-radius: 3px;
}
.all .data__list li .delbox a:hover {
  background: #ff7b00;
}
.all .no-cont {
  text-align: center;
}
.all .no-cont img {
  width: 150px;
}
.foot_menu_active {
  color: #ff5f00 !important;
}
.foot_menu {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: #ffffff;
  padding: 2% 0;
}
.foot_menu ul {
  overflow: hidden;
}
.foot_menu ul li {
  float: left;
  width: 20%;
}
.foot_menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.foot_menu ul li a i {
  color: #6b6666;
}
.foot_menu ul li a i::before {
  font-size: 20px;
}
.foot_menu ul li a span {
  color: #6b6666;
  font-size: 14px;
  line-height: 2;
}
footer {
  margin-top: 5%;
  margin-bottom: 25%;
}
footer p {
  text-align: center;
  color: #666666;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .w1150 {
    width: 100%;
  }
  .foot_menu {
    display: block;
  }
  body {
    background: #f9f9f9;
  }
  .m-nav {
    display: block;
  }
  .member .l ul li:first-child {
    display: block;
  }
  .icon-gerenzhongxin {
    display: block;
  }
  header {
    display: none;
  }
}
