/* common */
.re-game-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.re-game-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.re-game-container .caption .subtitle {
  margin-top: 32px;
}
.re-game-container .caption .subtitle > span {
  color: #E5A414;
}
.re-game-container .trial-contact {
  margin-top: 32px;
}
.re-game-container .trial-contact a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  background-color: #e5a414;
  color: #fff;
  font-weight: bold;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 312px;
}
.banner {
  width: 100%;
  background-image: url('/img/sumsub/sumsub_1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #f4f4ff;
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.banner .content .subtitle {
  font-size: 25px;
  margin-top: 10px;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
}
.banner .contact {
  margin-top: 39px;
}
 .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: bold;
}
 .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
 .contact .btn.trial {
  background-color: #E5A414;
  color: #fff;
}


.box-max{
  max-width: 1200px;
  margin: 0px auto;
}

.section-box-1{
  margin-top: 60px;
  margin-bottom: 80px;
}

.section-box-2 .title-box{
  text-align: center;
}

.title-1{
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  margin-bottom: 10px;
}
.text-1{
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.div-box .item-box{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.item-box .item{
  width: 580px;
  height: 164px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
  border-radius: 10px 10px 10px 10px;
}

.item-box .item .content-box{
  padding-left: 40px;
  padding-top: 40px;
  /*padding-bottom: 60px;*/
}
.item-box .item .content-box .title-2{
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  padding-bottom: 10px;
}

.item-box .item .content-box .text-2{
  font-size: 16px;
  color: #333333;
}

.section-box-3{
  background-color: #F5F8FF;
  margin-top: 80px;
  text-align: center;
}

.section-box-3 .title-box{
  padding-top: 70px;
}

.section-box-3 img{
  width: 1081px;
  height: 202px;
  padding-top: 50px;
  padding-bottom: 70px;
}

.section-box-4{
  margin-top: 80px;
}
.section-box-4 .title-box{
  text-align: center;
}

.section-box-4 .item-small-box{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.section-box-4 .item-small-box .item-small{
  width: 190px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
}

.section-box-4 .item-small-box .item-small p{
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.section-box-5{
  background-color: #001133;
  margin-top: 80px;
}

.section-box-5 .content-box{
  padding: 35px 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-box-5 .content-box .title-3{
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
}

.section-box-5 .content-box .left-box .title-3{
  margin-bottom: 35px;
}
.section-box-5 .content-box  .text-3{

  font-size: 16px;
  color: #FFFFFF;
}

.section-box-5 .content-box .left-box .text-3{
  width: 551px;
  font-weight: bold;
}
.section-box-5 .content-box .right-box{
  width: 370px;
  padding-right: 70px;
}
.section-box-5 .content-box .right-box .item-3-box{
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.section-box-5 .content-box .right-box .item-3 img{
  width: 90%;
}

.section-box-6 {
  margin-top: 80px;
}
.section-box-6 .img-text-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-box-6 .img-text-box .title-4{
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  margin-bottom: 35px;
}

.section-box-6 .img-text-box .text-4{
  width: 551px;
  font-size: 16px;
  color: #333333;
}
  /* 免费试用下载 */
.download {
  height: 228px;
  background-color: #e5a414;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.download .title {
  font-size: 30px;
  font-weight: bold;
}
.download .contact {
  padding-top: 19px;
}
.download .contact a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 32px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 18.5px;
  color: #e5a414;
  font-size: 16px;
  background-color: #fff;
}
.download .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.section-box-7{
  margin-top: 80px;
}

.section-box-7 .title-box{
  text-align: center;
}

.section-box-7 .content-box{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.section-box-7 .content-box .item-7{
  width: 380px;
}
.section-box-7 .content-box .item-7  .text-box{
  padding: 30px;
  height: 130px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
  border-radius: 0px 0px 10px 10px;
}
.section-box-7 .content-box .item-7 .title-5{

  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
}

.section-box-7 .content-box .item-7 .text-5{
  width: 323px;

  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.section-box-8{
  margin-top: 80px;
  margin-bottom: 100px;
}
.section-box-8 .title-box{
  text-align: center;
}

.section-box-8 .item-box .item .content-box {
  padding-top: 15px !important;
}

.section-box-8 .item-box .item {
  height: 232px !important;
}