/* common */
.gemini-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.gemini-container .caption {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 312px;
}
.banner {
  width: 100%;
  background-image: url('/img/shopify/shopify_01.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.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,
.banner .content .title {
  color: #fff;
}
.banner .content .subtitle {
  font-size:20px;
  margin-top: 10px;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
}
 .contact-box {
  margin-top: 39px;
}
 .contact-box .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
}
.contact-box .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
 .contact-box .btn.trial {
  background-color: #95BF47;
  color: #fff;
}

.section .title-box{
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 35px;
  color: #1C1C1C;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section .title-box .title-smoll{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px !important;
  text-align: center;
  margin-top: 15px;
}
.section-main {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.product-capability-tabs .tabs-btns{
  display: -webkit-flex;
  -webkit-justify-content: space-evenly;
  /*border-bottom: 1px solid rgba(112, 112, 112, 0.17);*/
  box-sizing: border-box;
}

.product-capability-tabs .tabs-btns li{
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #1C1C1C;
  background: #FFFFFF;
  border-radius: 19px 19px 19px 19px;
  border: 1px solid #707070;
  padding: 5px 10px;
}

.product-capability-tabs .tabs-btns .current{
  color: #95BF47 !important;
  border: 1px solid #95BF47 !important;
}

.miro-background-est{
  margin-top: 42px;
}
.miro-background-est img{
  width: 100%;
}
.miro-background-est li{
  display: none;
}
.miro-background-est .current{
  display:block;
}

.section .content-box ul{
  display: flex;
  justify-content:space-between;
}
.section .content-box ul li .p1{
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #232426;
  text-align: left;
  margin-top: 25px;
}
.section .content-box ul li .p2{
  width: 371px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: left;
}

.section-2 .contact-box{
  text-align: center;
}

.section-3{
  margin-top: 80px;
  background: #F3F3F3;
  padding-bottom: 80px;
}

.section-3 .content-box ul{
  margin-top: 42px;
}
  /* 免费试用下载 */
.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-5 {
  margin-bottom: 60px;
}
.section-5 .text-box{
  margin-top: -130px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  justify-content: space-between;
}
.section-5 .text-box p{
  color: #FFFFFF !important;
}

.img-1{
  width: 575px;
  height: 454px;
}

.section-8{
  background-color: #03103E;
  margin-top: 80px;
}

.section-8 .title-box{
  color: #FFFFFF !important;
  text-align: center;
}
.section-8 .title-box p{
  color: #FFFFFF !important;
  text-align: center;
}
.section-9 ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.section .title-2{
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 25px;
  color: #1C1C1C;
  line-height: 24px;
  margin-bottom: 30px;
}

/*.tabs-list_2 img{*/
/*  width: 710px*/
/*}*/
.product-capability-tabs-2{
  display: flex;
  justify-content: space-between;
  padding: 17px 120px 17px 75px;
  align-items: center;
  /*width: 1220px;*/
  /*height: 548px;*/
  /*background: #FFFFFF;*/
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  border-radius: 20px 20px 20px 20px;
}

.tabs-list_2 li{
  display: none;
}

.tabs-list_2 .current{
  display: block;
}

.tabs-btns_2 li{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.tabs-btns_2 li p{
  margin-right: 15px;
}

.tabs-btns_2 .current{
  color: #95BF47;
}

.section-11{
  margin-top: 80px;
  margin-bottom: 80px;
}