body {
  min-width: 1440px;
  background-color: #1B1B21;
  text-align: center;
}
.banner {
  text-align: center;
  color: #DDC09E;
}
.banner .banner-inner {
  width: 1440px;
  position: relative;
  margin: 0 auto;
}
.banner img {
  width: 1440px;
}
.banner .banner-content {
  position: absolute;
  top: 129px;
  left: 250px;
  font-size: 20px;
}
.banner .banner-content > b {
  display: block;
  font-size: 40px;
  margin-bottom: 15px;
}
.titel-img {
  height: 80px;
}
.item-box {
  width: 1440px;
  margin: 150px auto 70px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 130px;
}
.item-box .item-dark {
  width: 280px;
  height: 304px;
  background: linear-gradient(180deg, #424253 0%, #2c2c37 100%);
  border-radius: 10px;
  padding-top: 57px;
  color: #E9D1B1;
}
.item-box .item-dark .dark-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.item-box .item-dark .dark-img {
  height: 64px;
  margin-bottom: 46px;
}
.item-box .item {
  width: 360px;
  height: 350px;
  background: linear-gradient(360deg, #c7a580 0%, #c19972 18%, #fdedd2 100%);
  border-radius: 8px;
  position: relative;
  font-size: 20px;
  padding-top: 90px;
  color: #222;
}
.item-box .item img {
  width: 176px;
  position: absolute;
  top: 0;
  left: 92px;
  transform: translate(0, -65%);
}
.item-box .item .item-title {
  font-size: 40px;
}
.item-box .item .blod {
  display: inline-block;
  font-size: 50px;
}
.item-box .item .advantage {
  font-weight: bold;
  font-size: 28px;
  margin: 15px 0 21px;
}
.item-box .item .number {
  font-size: 24px;
  margin-right: 5px;
}
.item-box .item .number-2 {
  font-size: 36px;
  font-weight: bold;
  margin-right: 5px;
}
.item-box .item-experience .item-content {
  font-size: 26px;
  padding-top: 14px;
}
.item-box .item-experience .item-content p {
  padding-bottom: 3px;
}
.item-box .item-scale .item-content {
  font-size: 26px;
  padding-top: 8px;
}
.item-box .item-scale .item-content p {
  margin-top: -5px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item-box .item-strength .item-content {
  font-size: 22px;
  padding-top: 4px;
}
.item-box .item-bg {
  width: 560px;
  height: 274px;
  background-size: 560px 274px;
  padding: 42px 35px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #E9D1B1;
}
.item-box .item-bg:nth-of-type(1) {
  background-image: url(../img/cooperation/liuBg.png);
}
.item-box .item-bg:nth-of-type(2) {
  background-image: url(../img/cooperation/jiangBg.png);
}
.item-box .item-bg .name {
  font-weight: bold;
  color: #CCA984;
}
.item-box .item-bg .content {
  margin-top: 48px;
}
.m40 {
  margin-top: 40px;
}
.register-container {
  width: 100%;
  padding: 33px 0;
  background-color: #FFFFFF;
}
.register-container .register-section {
  display: inline-block;
}
.register-container .register-title {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  margin-bottom: 24px;
  text-align: left;
}
.register-container .register-form .register-form-item {
  display: inline-block;
  height: 80px;
  margin-right: 30px;
  text-align: left;
}
.register-container .register-form .register-form-item .register-form-attr {
  height: 28px;
  color: #000000;
}
.register-container .register-form .register-form-item .register-form-attr .register-form-attr-required {
  color: #D9021C;
  font-size: 14px;
}
.register-container .register-form .register-form-item .register-form-content input {
  width: 161px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #979797;
}
.register-container .register-form .register-form-item .register-form-content .register-form-select {
  display: inline-block;
  margin-right: 10px;
}
.register-container .register-form .register-form-item .register-form-content select {
  width: 80px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #979797;
}
.register-container .register-form .register-form-item .register-form-tips {
  opacity: 0;
  height: 24px;
  color: #D9021C;
}
.register-container .register-form .register-form-item .fake-tips {
  opacity: 0;
}
.register-container .register-form .register-form-item .register-btn {
  width: 104px;
  height: 28px;
  background: #FC9F06;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
