﻿.main__container {
	margin-top: -20px;
  padding: 90px 0 70px;
}
.main__container > div {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.main-banner {
  width: 1200px;
  height: 380px;
}

/* tab */
.main-tabs {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  padding: 20px 0;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
}
.main-tabs > div {
  flex: 1;
}
.main-tabs > div a {
  width: 100%;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
.main-tabs > div:hover {
  cursor: pointer;
}
.main-tabs > div {
  border-right: 1px solid #dddddd;
}
.main-tabs .active a {
  color: #2d64e5;
}

.content__container .page-title {
  font-size: 30px;
  color: #3068ee;
  line-height: 36px;
  text-align: center;
}

.content__container > div {
  box-sizing: border-box;
  padding: 100px 0px 100px;
  background-color: #fff;
}

/* tab-1 */
.tab-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tab-1 .cc-solve {
  padding: 74px 26px 97px;
  background: #ecf6ff;
  margin-top: 100px;
  width: 100%;
  box-sizing: border-box;
}
.tab-1 .cc-solve > ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}
.tab-1 .cc-solve > ul > li {
  min-height: 570px;
  margin: 0 10px;
  box-sizing: border-box;
  padding: 26px 26px 80px;
  background: #ffffff;
  border-radius: 107px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.tab-1 .cc-solve > ul > li img {
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
}
.tab-1 .cc-solve > ul > li .cc-solve-item-title {
  font-size: 24px;
  color: #2d64e6;
  line-height: 29px;
  margin: 10px 0 15px;
}
.tab-1 .cc-highlights {
  margin-top: 75px;
}
.tab-1 .cc-highlights > ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}
.tab-1 .cc-highlights > ul > li {
  width: 265px;
  height: 725px;
  background: #ecf6ff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 50px 20px;
  align-items: center;
  text-align: left;
  margin: 0 10px;
}
.tab-1 .cc-highlights > ul > li > img {
  width: 90px;
  height: 90px;
}
.tab-1 .cc-highlights > ul > li > p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin: 10px 0;
}
.tab-1 .cc-highlights .cc-highlights-item-title {
  font-size: 24px;
  color: #3068ee;
  line-height: 29px;
  margin: 20px 0 30px;
}
.cc-case {
  width: 100%;
  margin-top: 100px;
  background: #ecf6ff;
  padding: 75px 40px 100px;
  box-sizing: border-box;
}
.cc-case-content {
  display: flex;
  background: #ffffff;
  margin-top: 50px;
}
.cc-case-content .cc-case-l {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.cc-case-content .cc-case-l p + p {
  margin-top: 20px;
}
.cc-case-content .cc-case-r {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.cc-case-content .cc-case-r .cc-case-r-info {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 45px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}

.cc-case-content .cc-case-r .cc-case-r-info .cc-case-r-info-top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.cc-case-content .cc-case-r > ul > li .li-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 33px 12px 42px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}
.cc-case-content .cc-case-r > ul > li .li-detail {
  display: none;
}
.cc-case-content .cc-case-r > ul > li.show-detail .li-detail {
  display: block;
}
.cc-case-content .cc-case-r > ul > li.show-detail .rc-storage-exam-expand {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.cc-case-content .cc-case-r > ul > li .li-detail {
  text-indent: 2em;
  background-color: #fafafa;
  font-size: 14px;
  color: #333333;
  transition: all 0.3s ease;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.5s;
}

.cc-case-content .cc-case-r > ul > li {
  display: flex;
  flex-direction: column;
}
.cc-case-content .cc-case-r > ul li {
  border-top: 1px solid #dddddd;
}
.cc-case-content .cc-case-r > ul > li > div {
  flex: 1;
}

.tab-1 .cc-trial {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.tab-1 .cc-trial > img {
  width: 120px;
  height: 120px;
  margin-bottom: 50px;
}
.tab-1 .cc-trial > a {
  box-sizing: border-box;
  padding: 15px 35px;
  border-radius: 45px;
  border: 2px solid #1c4adf;
  text-decoration: none;
  font-size: 22px;
  color: #1c4adf;
  line-height: 26px;
  letter-spacing: 2px;
}

/* tab-2 */
.tab-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 !important;
}
.tab-2 .page-title {
  margin-top: 100px;
}
.tab-2 > ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  align-items: center;
}
.tab-2 > ul li {
  margin: 0 20px;
}
.tab-2 .problem {
  margin-top: 45px;
}
.tab-2 .solve {
  width: 100%;
  padding-bottom: 90px;
  box-sizing: border-box;
  background: #e7f8f7;
  margin-top: 100px;
}
.tab-2 .solve > ul {
  display: flex;
  margin-top: 44px;
  justify-content: center;
  align-items: center;
}
.tab-2 .solve > ul li + li {
  margin-left: -20px;
}
.tab-2 .solve-text {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin: 42px 0;
}
.tab-2 ul.solve-product {
  width: 100%;
  justify-content: space-evenly;
  margin-top: 100px;
}
.tab-2 .solve-product li {
  padding: 60px 70px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 130px;
  display: flex;
  flex-direction: column;
  font-size: 24px;
}
.tab-2 .solve-product li img {
  width: 190px;
  height: 190px;
  margin-top: -50%;
}
.tab-2 .solve-product .solve-product-title {
  margin: 15px 0 50px;
}
.tab-2 .solve-product .solve-product-title > p {
  color: #07b2ad;
  line-height: 30px;
}
.tab-2 .solve-product p {
  color: #333333;
}
.tab-2 .solve-product a {
  box-sizing: border-box;
  padding: 6px 22px;
  margin-top: 45px;
  font-size: 18px;
  color: #07b2ad;
  line-height: 22px;
  letter-spacing: 1px;
  border-radius: 45px;
  border: 3px solid #07b2ad;
  text-decoration: none;
  color: #07b2ad;
}

/* tab-3 */
.tab-3-content {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
}

/* 左边 */
.tab-3-content .tab-3-content-l {
  width: 200px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  margin: 0 105px 0 80px;
  align-items: center;
}
.tab-3-content-l .content-l-title {
  font-size: 30px;
  color: #3068ee;
  line-height: 36px;
  margin-bottom: 94px;
}
.tab-3-content-l img {
  margin-bottom: 10px;
}

/* 右边 */
.tab-3-content-r {
  flex: 1;
}
.tab-3-content-r .r-item {
  display: flex;
  background: #fafafa;
  margin: 20px 0;
  padding: 20px 30px;
  border-radius: 30px;
}
.tab-3-content-r .r-item .r-item-img {
  display: flex;
  flex: 1;
  align-items: center;
}
.tab-3-content-r .r-item .r-item-img > img {
  width: 120px;
  height: 120px;
}
.tab-3-content-r .r-item .r-item-item {
  box-sizing: border-box;
  padding: 0 40px;
  font-size: 16px;
  flex: 1;
  color: #333;
  line-height: 30px;
  text-align: center;
}
.r-item-item + .r-item-item {
  border-left: 1px solid #d0d0d0;
}
.r-item-item .item-info-title {
  color: #07b226;
  font-size: 16px;
  margin: 10px 0;
}
.r-item-item > a {
  box-sizing: border-box;
  padding: 6px 20px;
  text-decoration: none;
  border-radius: 45px;
  color: #07b226;
  margin-top: 15px;
  border: 1px solid #07b226;
  display: inline-block;
}
.tab-3-2 .r-item-item {
  padding: 0 20px !important;
}
.tab-3-3 .r-item-item {
  padding: 0 30px !important;
}

/* tab-4 */
.content__container .tab-4 .content-1 {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 25px 20px;
}
.tab-4 .item {
  width: 545px;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  align-items: center;
  margin: 15px;
  background: #fafafa;
  border-radius: 90px;
}
.tab-4 .item .item-l {
  width: 77px;
  height: 77px;
  background-color: #ef302f;
  font-size: 40px;
  line-height: 77px;
  text-align: center;
  margin-right: 30px;
  border-radius: 50%;
  color: #fff;
}
.tab-4 .item .item-r .title {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
}
.tab-4 .item .item-r {
  flex: 1;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}

.tab-4 .content-2 {
  margin-top: 40px;
  background-color: #df5f5f;
  box-sizing: border-box;
  padding: 75px 20px 100px;
  display: flex;
  flex-direction: column;
}
.tab-4 .content-2 .title {
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  text-align:center;
}
.tab-4 .content-2 .middle {
  display: flex;
  justify-content: space-evenly;
  margin: 40px 0;
}
.tab-4 .content-2 .middle .m-item {
  width: 540px;
  background: #ffffff;
  border-radius: 30px;
  margin: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 35px 35px 40px;
}
.tab-4 .content-2 .middle .m-item .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}
.tab-4 .content-2 .middle .m-item .l > p {
  font-size: 18px;
  color: #d91c1b;
  line-height: 22px;
  margin-top: 20px;
  white-space: nowrap;
}
.tab-4 .content-2 .middle .m-item .r {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  flex: 1;
}
.tab-4 .content-2 .bottom {
  display: flex;
  justify-content: space-evenly;
}
.tab-4 .content-2 .bottom li {
  font-size: 14px;
  flex: 1;
  text-align: center;
  color: #fefefe;
}
.tab-4 .content-2 .bottom li img {
  width: 145px;
}
.tab-4 .content-2 .bottom li .title {
  font-size: 22px;
}
.tab-4 .content-3 {
  text-align: center;
}
.tab-4 .content-3 img {
  width: 120px;
  height: 120px;
  margin: 50px auto;
  display: block;
}
.tab-4 .content-3 a {
  border-radius: 45px;
  border: 2px solid #d91c1b;
  font-size: 22px;
  color: #d91c1b;
  line-height: 26px;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding: 15px 35px;
  display: inline-block;
  text-decoration: none;
}

/* tab-5 */
.content__container .tab-5 .title-describe {
  font-size: 16px;
  color: #535353;
  line-height: 35px;
  margin-top: 10px;
  text-align: center;
}

.content__container .tab-5 > ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.content__container .tab-5 > ul .item {
  width: 540px;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 30px;
  margin: 20px;
}
.content__container .tab-5 .item-top {
  background: #7901c6;
  border-radius: 30px 30px 0px 0px;
  box-sizing: border-box;
  padding: 30px 40px;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}

.content__container .tab-5 .item-top .top-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 6px;
}

.content__container .tab-5 .item-bottom {
  background: #fafafa;
  border-radius: 0px 0px 30px 30px;
  box-sizing: border-box;
  padding: 40px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.content__container .tab-5 .item-bottom img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.content__container .tab-5 .bottom-t {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
.content__container .tab-5 .bottom-m {
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  margin: 26px 0;
}

.content__container .tab-5 .bottom-b {
  text-align: center;
}
.content__container .tab-5 .bottom-b a {
  text-decoration: none;
  box-sizing: border-box;
  padding: 8px 22px;
  border-radius: 45px;
  color: #333;
  border: 2px solid #2c2c2c;
  display: inline-block;
}
