.card-box{
  width: 1280px;
  height: 800px;
  background-image: url("../image/cntrus/card-4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 100px 110px;
}
.card-item-top{
  font-size: 18px;
  color: #5e5e5f;
  display: flex;
  justify-content: space-between;
}
.top-no p:first-child{
  margin-bottom: 8px;
}
.top-logo img{
  width: 178px;
}

.card-body{
  text-align: center;
}
.card-c-title{
  margin: 0 auto;
  margin-top: 70px;
  width: 600px;
  height: 90px;
  text-align: center;
  background-image: url("../image/cntrus/card-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.card-verify,.card-desc{
  font-size: 18px;
  color: #999899;
}
.card-website,.card-site{
  color: #333;
  font-size: 46px;
  font-weight: bold;
  margin-top: 18px;
}
.card-site{
  font-size: 46px;
  margin-top: 0px;
}
.card-desc{
  margin-top: 18px;
}
.card-btn{
  width: 180px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  /* background-color: #ae2221; */
  background-image: linear-gradient(#3eac4a,#009944);

  margin: 30px auto;
  margin-bottom: 60px;
  font-size: 24px;
  border-radius: 30px;
  cursor: pointer;
  user-select: none;
}
.card-btn:active{
  opacity: 0.8;
}

.card-xing img{
  width: 100%;
  margin-bottom: 28px;
}
.card-item-bottom{
  display: flex;
  justify-content: space-between;
  color: #5e5e5f;
  font-size: 16px;
}
.card-item-bottom label{
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.bottom-list{
  display: flex;
  flex-wrap: wrap;
  width: 460px;
}
.bottom-list li{
  margin-right: 12px;
  margin-bottom: 8px;
}
.bottom-right{
  /* font-size: 20px; */
}