.mian {
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}
.banner img {
  vertical-align: middle;
}
.opinon img {
  vertical-align: middle;
}

.banner {
  height: 428px;
  width: 100%;
  /*margin-top: 55px;*/
  background: url(../img/minitab/minitab-banner.png)#FFFBF1 no-repeat center/1920px;
}

.bannerContent {
  height: 100%;
  padding: 0 17%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerContent h3 {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}
.bannerContent ul {
  margin-bottom: 26px;
}
.bannerContent ul li {
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}
.bannerContent ul li:last-child {
  margin-bottom: 0;
}
.bannerContent p {
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
  font-weight: bold;
}
.bannerContent p:last-child {
  margin-bottom: 0;
}

.register {
  padding: 60px 0 80px;
  display: flex;
  justify-content: center;
}

.register .layui-input-block {
  margin-left: 0;
}

.register .layui-input-block input {
  width: 505px;
  height: 38px;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%); 
  border: 1px solid #ccc;
}

.register .layui-form-label {
  padding: 0;
  text-align: left;
}

.register .iti__country-list {
  max-width: 300px;
}

.register .layui-input-block.reg-sendcode a {
  position: absolute;
  font-size: 12px;
  bottom: 50%;
  transform: translateY(50%);
  right: .8rem;
  color: #2F415A;
}

.register .layui-btn {
  width: 100px !important;
  height: 36px !important;
  line-height: 36px !important;
  background: #E5A414 !important;
  border-radius: 10px !important;
  color: #fff;
}
.register .layui-form-label {
  width: auto !important;
  margin-bottom: 6px;
}
.register .layui-form-item {
  margin-bottom: 24px !important;
}

.register p.title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.register .layui-form-checkbox span {
  font-size: 16px;
  color: #333333;
  /* display: block; */
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}


.register .privacy {
  width: 505px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 27px;
}
.register .privacy a {
  color: #E5A414;
}



.register .checkBox-item {
  width: 505px;
  margin-bottom: 24px;
}
.register .checkBox-item .textBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.register .checkBox-item .textBox p {
  font-size: 16px;
  color: #333333;
}
.register .checkBox-item .check {
  display: flex;
  justify-content: space-between;
}
.register .checkBox-item .check .layui-form-item {
  width: 46.6%;
}