.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.magic-section:nth-child(2n) {
  background: #f1f7fa;
}
.magic-section:nth-child(2n+1) {
  background: #fff;
}
.magic-section .magic-main {
  width: 1300px;
  margin: 0 auto;
  padding: 20px 0;
}
h3.title {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 8px;
  font: 300 40px/56px "微软雅黑";
  color: #000;
}
h3.english-title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  opacity: 0.44;
}
h2.title {
  padding-top: 80px;
  text-align: center;
  padding-top: 35px;
  font: 300 40px/56px "微软雅黑";
  margin-bottom: 8px;
  color: #000;
}
p.introduce {
  width: 960px;
  margin: 32px auto;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  color: #000;
  opacity: 1;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  max-width: 100%;
}
.magic-section.circle-bg {
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.small-circle,
.middle-circle {
  background: url(../images/circle.png) left top;
  background-size: 100% 100%;
  position: absolute;
}
.small-circle {
  width: 65px;
  height: 65px;
}
.middle-circle {
  width: 90px;
  height: 90px;
}
.circle {
  position: relative;
  width: 180px;
  height: 180px;
  background: url(../images/circle.png) left top;
  background-size: 100% 100%;
  text-align: center;
  color: #696969;
  font: 26px/180px '微软雅黑';
}
.circle:hover {
  transition: 1s linear;
  transform: scale(1.3);
}
*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
*::-webkit-scrollbar-button {
  display: none;
}
*::-webkit-scrollbar-thumb {
  width: 8px;
  min-height: 15px;
  background: rgba(50,50,50,0.6) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
.platform {
  margin-top: 90px;
  text-align: center;
  margin-bottom: 80px;
}
.platform img {
  width: 1200px;
}
.honeycomb-bg {
  width: 100%;
  position: absolute;
  bottom: -15%;
}
.analysis {
  position: relative;
}
.analysis .analysis-list {
  margin-top: 120px;
  margin-bottom: 200px;
}
.analysis .analysis-list .analysis-list-li {
  background: url(../images/analysis-list-li-bg.png) no-repeat left top;
}
.analysis .analysis-list .analysis-list-li h3 {
  font: 40px/60px '微软雅黑';
  color: #333;
  margin-bottom: 15px;
}
.analysis .analysis-list .analysis-list-li p {
  color: #696969;
  font: 20px/30px '微软雅黑';
}
.product {
  background: #010969 url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/official/product_bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 160px 0 160px;
}
.product .main {
  width: 1200px;
  margin: 0 auto;
}
.product .product-list-title {
  display: flex;
  align-items: middle;
  justify-content: flex-start;
}
.product .product-list-title .title {
  cursor: pointer;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 47px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  line-height: 60px;
  font-size: 22px;
  padding: 0 24px;
  margin-right: 32px;
}
.product .product-list-title .title.active {
  background: #fff;
  color: #303484;
}
.product .product-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 420px;
}
.product .product-content img {
  vertical-align: top;
}
.product .product-content .tabs-content {
  flex: 1;
}
.product .product-content .tabs-content .title {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  margin-bottom: 32px;
  text-align: left;
}
.product .product-content .tabs-content .desc {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  line-height: 26px;
  text-align: left;
  width: 80%;
  text-align: justify;
  margin-bottom: 48px;
}
.product .product-content .tabs-content .list {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product .product-content .tabs-content .list .item {
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-right: 32px;
}
.product .product-content .tabs-content .list .item img {
  width: 26px;
  margin-right: 12px;
}
.apply {
  display: block;
  width: 152px;
  height: 48px;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 47px;
  background: transparent;
  outline: none;
  color: #fff;
  line-height: 48px;
  font-size: 18px;
  cursor: pointer;
}