.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.header {
  height: 86px;
  line-height: 86px;
  position: relative;
  z-index: 22;
}

.header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header .header-wrap-l {
  font-size: 30px;
  color: #5d5d5d;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  line-height: 32px;
  letter-spacing: 0px;
}

.header .header-wrap-l .name {
  font-size: 30px;
  color: #f0772d;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  line-height: 32px;
}

.header .header-wrap-r {
  font-size: 16px;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 0px;
  position: relative;
  flex: 1;
}

.header .header-wrap-r .btn-login {
  position: absolute;
  right: 160px;
  top: 10px;
  width: 100px;
  height: 30px;
  background-color: #f0772d;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.header .header-wrap-r .userinfo {
  position: absolute;
  right: 160px;
  top: 10px;
  display: none;
}

.header .header-wrap-r .userinfo a {
  color: #ff9301;
  text-decoration: underline;
  margin-left: 5px;
}

.header .header-wrap-r .phone {
  font-size: 19px;
  color: #fe6403;
  text-align: right;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 0px;
}

.nav {
  height: 50px;
  background-color: #5a5a5a;
}

.nav a {
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #fff5fb;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 50px;
  letter-spacing: 0px;
  transition-duration: 0.5s;
  display: inline-block;
}

.nav a.current {
  background-color: #f0772d;
}

.banner {
  width: 100%;
  height: 500px;
}

.banner .banner-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-image: url("./img/banner.png");
}

.rec {
  margin-top: 20px;
}

.rec .title {
  width: 100px;
  height: 40px;
  font-size: 18px;
  color: #fff5fb;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 40px;
  letter-spacing: 0px;
  transition-duration: 0.5s;
  display: inline-block;
}

.rec .title h3 {
  width: 120px;
  height: 40px;
  background-color: #f0772d;
}

.rec .content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rec .content .rec-item {
  width: 285px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #f6f7fb;
  position: relative;
}

.rec .content .rec-item a {
  display: block;
  text-decoration: none;
}

.rec .content .rec-item a:hover .rec-mask {
  opacity: 1;
}

.rec .content .rec-item .rec-mask {
  width: 100%;
  height: 214px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.rec .content .rec-item .rec-mask .btn-detail {
  width: 100px;
  height: 30px;
  background-color: #f0772d;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

.rec .content .rec-item:nth-child(4n) {
  margin-right: 0;
}

.rec .content .rec-item img {
  width: 100%;
  height: 214px;
}

.rec .content .rec-item .rec-tit {
  font-size: 14px;
  color: #333;
  padding: 10px 5px;
}

.rec .content .rec-item .rec-tit .rec-d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
  color: #555;
}

.list {
  margin-top: 20px;
  margin-bottom: 30px;
}

.list .title {
  width: 100px;
  height: 40px;
  font-size: 18px;
  color: #fff5fb;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 40px;
  letter-spacing: 0px;
  transition-duration: 0.5s;
  display: inline-block;
}

.list .title h3 {
  width: 120px;
  height: 40px;
  background-color: #f0772d;
}

.list .content {
  margin-top: 20px;
}

.list .content a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #9b9a96;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 50px;
  letter-spacing: 0px;
}

.list .content a .tit {
  flex: 1;
  text-align: left;
  margin-left: 20px;
  color: #000;
  font-weight: 500;
}

.service {
  height: 500px;
  font-size: 30px;
  color: #5b5a5a;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  display: flex;
  align-items: center;
}

.service span {
  color: #f5600e;
}

.publish {
  height: 800px;
}

.publish .publish-wrap {
  width: 1000px;
  height: auto;
  background: inherit;
  background-color: white;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  border-radius: 2px;
  margin: 20px auto;
}

.publish .publish-wrap .pub-title {
  height: 46px;
  line-height: 46px;
  background-color: #d4d4d4;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.publish .publish-wrap .pub-content {
  width: 960px;
  margin: 20px auto;
  font-size: 14px;
  color: #333;
}

.publish .publish-wrap .pub-item {
  margin-bottom: 10px;
}

.publish .publish-wrap .pub-item input {
  width: 950px;
  height: 28px;
  background: inherit;
  background-color: white;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 0 5px;
  color: #000;
}

.publish .publish-wrap .btn-pub {
  width: 110px;
  height: 30px;
  background-color: #ff9301;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin: 20px auto;
}

.upload-file {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
}

.footer {
  height: 86px;
  background-color: #b6b4b4;
  text-align: center;
  color: #3d3c3c;
  line-height: 28px;
  padding: 10px 0;
}

.footer a {
  color: #3d3c3c;
  text-decoration: none;
}

.user-agreement {
  line-height: 22px;
}

.user-agreement .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px;
}

.user-agreement .inner h1 {
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  line-height: 32px;
  letter-spacing: 0px;
  margin: 0 auto 30px;
}
