html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: #f3f4fa;
  font-family: Lucida Grande, Lucida Sans Unicode, Hiragino Sans GB,
    WenQuanYi Micro Hei, Verdana, Aril, sans-sefi;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

.bg-index {
  background: url("../images/bg-index.png") no-repeat top center;
  width: 100%;
  display: block;
  height: 600px;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  body {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1024px) {
  body {
    background-size: 1024px auto;
  }
}

.layout-middle {
  margin: 0 auto;
  width: 1130px;
  color: white;
  padding-top: 10px;
}

.header {
  font-size: 30px;
  width: 960px;
  display: flex;
  margin: 0 auto;
  line-height: 35px;
}
.outher-header {
  background: #333333;
  height: 70px;
  margin: 0 auto;
  padding-top: 10px;
  box-sizing: border-box;
}
.logo {
  width: 300px;
}
.header-nav {
  width: 565px;
  text-align: center;
}
.header-nav a {
  font-family: STYuanti-SC-Regular;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0;
  margin: 0 20px;
}
.register-wrapper a {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: right;
}
.vertical {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
}
.en-nav {
  font-family: STYuanti-SC-Regular;
  font-size: 50px;
  color: #ffffff;
  margin-top: 100px;
  text-align: center;
}
.zh-nav {
  font-family: STYuanti-SC-Regular;
  font-size: 38px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-top: 7px;
}
.footer {
  padding: 50px 0;
  background: #333;
  color: white;
}

.slogan {
  font-size: 50px;
  margin: 100px auto 150px;
  text-align: center;
  font-weight: bolder;
}

.panel {
  padding: 30px 20px 10px 30px;
  margin-top: 50px;
  color: black;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 hsla(0, 0%, 100%, 0.05);
  border-radius: 4px;
}
.panel-title {
  font-size: 33px;
  font-weight: bolder;
  line-height: 190%;
}
.panel-body {
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 200%;
  color: #333;
  padding-bottom: 30px;
}
.panel-icon {
  background: url("../images/cooperation.png") no-repeat;
  width: 260px;
  height: 260px;
  float: left;
  margin: 40px;
}

.contact-us {
  line-height: 200%;
  width: 685px;
  margin: 0 auto;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: left;
}

/*vip*/
.vip-wrapper {
  width: 1130px;
  height: 530px;
  margin: 48px auto;
  background: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
}
.vip-wrapper-left {
  width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vip-wrapper-left img {
  display: block;
}
.vip-wrapper-right {
  width: 575px;
  height: 530px;
}

.vip-title {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #1a1a1a;
  letter-spacing: 0.8px;
  line-height: 32px;
  margin-top: 40px;
}
.vip-small {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
  margin-top: 24px;
}
.price {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.price-block {
  width: 170px;
  height: 75px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 2px 1px #c2d1ff;
  border-radius: 4px;
  text-align: center;
}
.price-block.active {
  border: 1px solid #455ff7;
}
.year {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 0.8px;
  line-height: 32px;
  padding-top: 8px;
}
.year span {
  font-size: 16px;
  color: #000000;
}
.default {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  letter-spacing: 0.47px;
  line-height: 22px;
}
.open {
  background: #455ff7;
  border-radius: 4px;
  width: 575px;
  height: 40px;
  margin-top: 32px;
  text-align: center;
  line-height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.open a {
  color: #fff;
}
.open-notice {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 20px;
  margin-top: 16px;
}
/*info*/
.info-wrapper {
  width: 1130px;
  margin: 50px auto;
  height: auto;
  display: block;
}
.info-title {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.8px;
  line-height: 32px;
  text-indent: 3px;
}
.info-list-wrapper {
  /*display: flex;*/
  /*justify-content: space-between;*/
  height: 1248px;
  margin-top: 16px;
}
.info-item {
  width: 350px;
  height: 635px;
  background: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px 24px;
  float: left;
      margin-top: 10px;
    margin-left: 8px;
}
.company-name {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 0.53px;
  text-align: left;
}
.register-time-wrapper {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 16px;
}
.one {
  width: 90px;
}
.two {
  width: 100px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.three {
  width: 90px;
}
.one-p {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0.47px;
  text-align: center;
  line-height: 20px;
}
.one-money {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.47px;
  text-align: center;
  line-height: 20px;
}
.introduction {
  background: #f7f7f7;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0.47px;
  height: 450px;
  margin-top: 16px;
  box-sizing: border-box;
  padding: 10px;
}
.industry {
}
.partners {
  margin-top: 16px;
}
.size {
  margin-top: 16px;
}
.view {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  background: #455ff7;
  border-radius: 4px;
  letter-spacing: 0.47px;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 16px;
}
.view a {
  color: #fff;
  display: block;

}
.info-mt {
  margin-top: 60px;
}
select,
input,
button {
  padding: 0;
  margin: 0;
}
select:focus,
select:active,
input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}
select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 85% 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.5em;
  padding-left: 2.5em;
  border-radius: 0;
}
.index-select {
  width: 126px;
  height: 54px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  border: none;
  border-radius: 0;
  background: #f7f7f7;
}
.index-text {
  width: 470px;
  background: #ffffff;
  border-radius: 4px;
  height: 54px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  border: none;
  border-radius: 0;
  text-indent: 20px;
}
.index-btn {
  width: 100px;
  height: 54px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  border: none;
  background-color: #455ff7;
  letter-spacing: 10px;
}
.search-wrapper {
  width: 700px;
  margin: 50px auto 0;
  overflow: hidden;
  display: block;
}
.fl {
  float: left;
}
.in {
  /*height: 240px;*/
  position: relative;
  display: block;
}
.in-wrapper {
  width: 1130px;
  margin: 0 auto;
  height: 270px;
  background: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  top: -80px;
  box-sizing: border-box;
  padding: 24px;
}
.in-company {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.8px;
  line-height: 32px;
}
.in-companys {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  height: 70px;
}
.in-item {
  text-align: center;
  width: 270px;
  border-left: 1px solid #d8d8d8;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.in-item:first-child {
  border: none;
}
.apply {
  text-align: center;
}
.apply-a {
  border: 1px solid #455ff7;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #455ff7;
  letter-spacing: 0.53px;
  width: 155px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  margin-top: 40px;
}
