@font-face {
  font-family: "avantibold";
  src: url(../font/avantibold.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(../font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(../font/AlibabaPuHuiTiMedium.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(../font/AlibabaPuHuiTiBold.ttf);
}

#main {
  background: url(../img/main_bg.png) repeat-y;
  background-size: 100%;
}

.banner {
  width: 100%;
  height: 585px;
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
}

article {
  min-width: 1200px;
  padding-top: 130px;
  padding-bottom: 100px;
}

article > div {
  position: relative;
  z-index: 1;
}

article .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#main .fit {
  margin-bottom: 90px;
}

#main .fit .content {
  position: relative;
  height: 270px;
  background: #ffffff;
  border: solid 1px #000000;
  border-radius: 0px 0px 40px 0px;
}

#main .fit .content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fef259 url(../img/s_bg.png) repeat;
  border-radius: 0px 0px 40px 0px;
  border: solid 1px #000000;
  z-index: -1;
}

#main .fit h3 {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
  align-items: flex-end;
  margin-bottom: 36px;
}

#main .fit h3 img {
  width: 420px;
  position: relative;
  top: 1px;
  left: -1px;
}

#main .fit ul {
  flex-wrap: wrap;
  padding: 0 45px;
}

#main .fit li {
  height: 76px;
  position: relative;
  background: url(../img/fit1.png) no-repeat;
  background-size: 100%;
  padding-bottom: 18px;
  flex-shrink: 0;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 26px;
  color: #ffffff;
}

#main .fit li:nth-child(1) {
  font-family: "pingfang";
  width: 200px;
  margin-left: 26px;
  margin-right: 41px;
  margin-bottom: 19px;
}

#main .fit li:nth-child(2) {
  width: 240px;
  background-image: url(../img/fit2.png);
  margin-right: 48px;
  margin-bottom: 19px;
}

#main .fit li:nth-child(3) {
  font-family: "pingfang";
  width: 240px;
  background-image: url(../img/fit3.png);
  margin-right: 52px;
  margin-bottom: 19px;
}

#main .fit li:nth-child(4) {
  font-family: "pingfang";
  width: 240px;
  background-image: url(../img/fit4.png);
  margin-bottom: 19px;
}

#main .fit li:nth-child(5) {
  width: 373px;
  background-image: url(../img/fit5.png);
  margin-right: 39px;
}

#main .fit li:nth-child(6) {
  font-family: "pingfang";
  width: 217px;
  background-image: url(../img/fit6.png);
  margin-right: 42px;
}

#main .fit li:nth-child(7) {
  width: 208px;
  background-image: url(../img/fit7.png);
  margin-right: 40px;
}

#main .fit li:nth-child(8) {
  width: 177px;
  background-image: url(../img/fit8.png);
}

#main .section .title {
  height: 108px;
  margin-bottom: 41px;
}

#main .section .title img {
  height: 100%;
}

#main .section .after {
  position: relative;
}

#main .section .after::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #5656ff url(../img/s_bg.png) repeat;
  border-radius: 0px 20px 0px 0px;
  border: solid 1px #000000;
  z-index: -1;
}

#main .section1 {
  margin-bottom: 94px;
}

#main .section1 .content {
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

#main .section1 .content > div {
  width: 380px;
  height: 260px;
  background-color: #ffffff;
  border-radius: 0px 20px 0px 0px;
  border: solid 1px #000000;
  position: relative;
  padding: 20px 10px 0;
}

#main .section1 .content > div:nth-child(1),
#main .section1 .content > div:nth-child(2),
#main .section1 .content > div:nth-child(3) {
  margin-bottom: 36px;
}

#main .section1 p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  padding-left: 14px;
  margin-bottom: 8px;
}

#main .section1 p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding-left: 14px;
}

#main .section1 p:nth-child(2) span {
  font-family: "AlibabaPuHuiTiMedium";
  color: #fa5e2b;
}

#main .section1 .content img {
  width: 360px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#main .get {
  position: relative;
  z-index: 1;
  margin-bottom: 125px;
}

#main .get .content {
  position: relative;
  height: 293px;
  padding-top: 1px;
}

#main .get .content h3 {
  margin-top: -33px;
}

#main .get .content::after {
  content: "";
  width: 1223px;
  height: 293px;
  background: url(../img/get_bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -17px;
  top: 0;
  z-index: -1;
}

#main .get .ztform {
  width: 290px;
  position: absolute;
  top: 52px;
  right: 62px;
}

#main .get .ztform .item {
  width: 290px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-bottom: 14px;
  overflow: hidden;
  padding-left: 15px;
}

#main .get .ztform .item input {
  width: 100%;
  height: 100%;
}

#main .get .ztform .btn {
  margin: 0 auto;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  color: #000000;
  cursor: pointer;
  background: url(../img/btn.png) no-repeat;
  background-size: 100%;
  width: 260px;
	height: 60px;
	box-shadow: 0px 0px 25px 0px 
		rgba(198, 62, 0, 0.5);
    border-radius: 30px;
}

#main .section2 {
  margin-bottom: 145px;
}

#main .section2 .content,
#main .section5 .content,
#main .section3 .content,
#main .section4 .content {
  width: 1200px;
  height: auto;
  background-color: #ffffff;
  border-radius: 0px 0px 40px 0px;
  border: solid 1px #000000;
  padding: 1px 24px 36px 28px;
}

#main .section2 .content::after,
#main .section5 .content::after,
#main .section3 .content::after,
#main .section4 .content::after {
  background-color: #fef259;
  border-radius: 0px 0px 40px 0px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#main .section2 .title,
#main .section5 .title,
#main .section3 .title,
#main .section4 .title {
  margin-top: -58px;
  margin-bottom: 27px;
}

#main .section2 .content > p,
#main .section3 .content > p,
#main .section8 .content > p,
#main .section4 .content > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 34px;
}

#main .section2 .lesson {
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
}

#main .section2 .lesson > div {
  width: 555px;
  border: 1px solid #000000;
  background-color: #ffffff;
}

#main .section2 .lesson > div::after {
  background-color: #fea336;
  border-radius: 0;
}

#main .section2 .lesson th {
  height: 50px;
  background-color: #5656ff;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffffff;
  border-right: solid 1px #000000;
}

#main .section2 .lesson th:last-child,
#main .section2 .lesson td:last-child {
  border-right: none;
}

#main .section2 .lesson td {
  border-right: solid 1px #000000;
  border-top: solid 1px #000000;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  color: #4d4d4d;
}

#main .section2 .lesson .t {
  width: 100px;
  height: 151px;
  background-color: #fea336;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #333333;
}

#main .section2 .lesson .s {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  line-height: 50px;
  color: #000000;
}

#main .section2 .schedule_box {
  align-items: stretch;
  position: relative;
  z-index: 1;
}

#main .section2 .schedule_box > div {
  position: relative;
}


#main .section2 .schedule_box .left {
  width: 100%;
}

#main .section2 .schedule_box > div::after {
  border-radius: 0;
}

#main .section2 .left::after {
  background-color: #fea336;
}

#main .section2 .left .time {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #000000;
  padding-left: 30px;
  padding-bottom: 23px;
  position: relative;
  overflow: hidden;
  align-items: flex-end;
  padding-right: 20px;
  margin-bottom: 5px;
  padding-top: 66px;
  position: relative;
}

#main .section2 .left .time > div.t {
  width: 160px;
  height: 50px;
  background-color: #5656ff;
  border-radius: 0px 0px 30px 0px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

#main .section2 .left img {
  width: 450px;
  flex-shrink: 0;
}

#main .section2 .left ul {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

#main .section2 .left li {
  height: 54px;
  background-color: #e2f9ff;
  margin-top: 20px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  color: #000000;
  padding-right: 30px;
  border-radius: 0 54px 54px 0;
}

#main .section2 .left li:nth-child(1) {
  margin-top: 0px;
}

#main .section2 .left li span {
  width: 66px;
  height: 66px;
  background-color: #ffffcc;
  border: solid 1px #ffff98;
  border-radius: 66px;
  margin-right: 14px;
  margin-left: -13px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
}

#main .section2 .left li:nth-child(2) span {
  background-color: #ccffff;
  border: solid 1px #99ffff;
}

#main .section2 .left li:nth-child(3) span {
  background-color: #ffccff;
  border: solid 1px #ff99ff;
}

#main .section2 .left li:nth-child(4) span {
  background-color: #ffdbcc;
  border: solid 1px #ffb899;
}

#main .section2 .left li:nth-child(5) span {
  background-color: #cce5ff;
  border: solid 1px #99ceff;
}

#main .section2 .left li:nth-child(6) span {
  background-color: #ffcce5;
  border: solid 1px #ff99ce;
}

#main .section2 .left li:nth-child(7) span {
  background-color: #ccffe5;
  border: solid 1px #99ffce;
}

#main .section2 .left .txt {
  width: 100%;
  margin-bottom: 30px;
}

#main .section2 .left .txt > div {
  position: relative;
  z-index: 1;
}

#main .section2 .left .txt > div:nth-child(1) {
  margin-right: 154px;
}
#main .section2 .left .txt p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  position: relative;
}

#main .section2 .left .txt p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 11px;
}

#main .section2 .left .txt p:nth-child(1):after {
  content: "";
  width: 100px;
  height: 10px;
  background-color: #fef259;
  border-radius: 4px;
  position: absolute;
  bottom: -2px;
  left: -2px;
  z-index: -1;
}

#main .section2 .left .txt p span {
  font-family: "AlibabaPuHuiTiMedium";
}

#main .section2 .left .btmbox{
  position: absolute;
  bottom: 53px;
  right: 57px;
}
#main .section2 .left .btmbox .btn{
  width: 288px;
	height: 45px;
	background-color: #fa5e2b;
	box-shadow: 3px 4px 10px 0px 
		rgba(204, 204, 204, 0.5);
	border-radius: 22px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
	color: #ffffff;
  margin: 0 auto;
}
#main .section2 .left .btmbox p{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 16px;
	color: #000000;
  margin-top: 15px;
  text-align: center;
}

#main .section2 .right {
  width: 100%;
  height: 190px;
  background: url(../img/fangan.png) no-repeat;
  background-size: 100%;
  padding:37px 43px 0;
  margin-top: 26px;
}

#main .section2 .right ul {
  margin-bottom: 25px;
  justify-content: flex-end;
}

#main .section2 .right li {
	height: 50px;
	background-color: #5656ff;
	border-radius: 6px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffffff;
  padding: 0 17px;
  margin-left: 10px;
}

#main .section2 .right li:last-child {
  margin-bottom: 0;
}

#main  .ztform .item {
  width: 400px;
  height: 45px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(19, 113, 255, 0.2);
  padding-left: 15px;
  margin-right: 20px;
}

#main  .ztform .item input {
  width: 100%;
  height: 100%;
}

#main  .ztform .btn {
  width: 220px;
	height: 45px;
	background-color: #fa5e2b;
	box-shadow: 3px 4px 10px 0px 
		rgba(204, 204, 204, 0.5);
	border-radius: 22px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  color: #ffffff;
}

#main .section4 {
  margin-bottom: 145px;
}

#main .section4 .content {
  padding-bottom: 52px;
  border-radius: 0px 0px 0px 40px;
}
#main .section3 .content {
  border-radius: 0px 0px 0px 40px;
}
#main .section4 .content::after,
#main .section3 .content::after {
  border-radius: 0px 0px 0px 40px;
}
#main .section4 .content > p {
  margin-bottom: 52px;
}

#main .section4 .circle {
  width: 450px;
  height: 450px;
  background-color: #f2f2f2;
  border-radius: 450px;
  position: relative;
}

#main .section4 .center {
  position: absolute;
  width: 430px;
  height: 430px;
  background-color: #f2f2f2;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  border-radius: 430px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#main .section4 .center::before,
#main .section4 .center::after {
  content: "";
  width: 190px;
  height: 190px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 190px;
  z-index: 3;
}

#main .section4 .center::before {
  width: 220px;
  border-radius: 220px;
  height: 220px;
  opacity: 0.5;
  z-index: 4;
}

#main .section4 .circle-left {
  width: 215px;
  height: 430px;
  border-radius: 0px 215px 215px 0px;
  position: absolute;
  right: 0px;
  transform-origin: 0 50%;
}

#main .section4 .circle-right {
  width: 215px;
  height: 430px;
  border-radius: 215px 0px 0px 215px;
  position: absolute;
  right: 0px;
  transform-origin: 100% 50%;
}

#main .section4 #circle1 {
  background-color: #4e4ee6;
  padding-top: 56px;
  padding-right: 100px;
  text-align: right;
}

#main .section4 #circle2 {
  background-color: #4e4ee6;
  transform: rotate(60deg);
}

#main .section4 #circle2 p {
  transform: rotate(-60deg);
  text-align: center;
  padding-right: 99px;
}

#main .section4 #circle3 {
  background-color: #4e4ee6;
  transform: rotate(120deg);
}

#main .section4 #circle3 p {
  transform: rotate(-120deg);
  text-align: center;
  padding-bottom: 63px;
}

#main .section4 #circle4 {
  background-color: #4e4ee6;
  transform: rotate(360deg);
  padding-top: 56px;
  padding-left: 100px;
}

#main .section4 #circle5 {
  background-color: #4e4ee6;
  transform: rotate(300deg);
}

#main .section4 #circle5 p {
  transform: rotate(-300deg);
  text-align: right;
  padding-left: 99px;
}

#main .section4 #circle5 p {
  transform: rotate(-300deg);
}

#main .section4 #circle6 {
  background-color: #4e4ee6;
  transform: rotate(240deg);
}

#main .section4 #circle6 p {
  text-align: center;
  transform: rotate(-240deg);
  padding-bottom: 61px;
}

#left {
  clip: rect(0px 215px 450px 0px);
  position: absolute;
  right: 0px;
  width: 215px;
  height: 430px;
  overflow: hidden;
}

#right {
  clip: rect(0px 215px 450px 0px);
  position: absolute;
  left: 0px;
  width: 215px;
  height: 430px;
  overflow: hidden;
}

#main .section4 .circle_part:hover {
  background: #fea336 !important;
  cursor: pointer;
  transition: all 0.4s;
}

#main .section4 .circle_part.active {
  background: #fea336 !important;
  color: #000000 !important;
  transition: all 0.4s;
}

#main .section4 li {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  line-height: 20px;
  color: #595959;
  width: 320px;
  height: 140px;
  background-color: #f2f2f2;
  padding: 23px 20px 0 27px;
  margin-bottom: 15px;
  transition: all 0.4s;
}

#main .section4 li p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

#main .section4 li:last-child {
  margin-bottom: 0;
}

#main .section4 li.active {
  background-color: #fea336;
  color: #000000;
  transition: all 0.4s;
}
#main .section3 {
  margin-bottom: 145px;
}
#main .section3 .content {
  padding: 1px 20px 50px 30px;
}
#main .section3 .schedule_box {
  position: relative;
  z-index: 1;
}
#main .section3 .schedule_box > div>img{
  margin-bottom: 38px;
  display: block;
}
#main .section3 .schedule_box > div>img:last-child{
  margin-bottom: 0;
}
#main .section3 .schedule {
  width: 600px;
  height: 934px;
  background-color: #ffffff;
  border: solid 1px #000000;
  position: relative;
}
#main .section3 .schedule::after {
  background-color: #fea336;
  border-radius: 0;
}
#main .section3 .b-t{
  margin: 0 auto 28px;

}
#main .section3 .b-t p{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
	line-height: 24px;
	color: #000000;
  position: relative;
  z-index: 1;
}
#main .section3 .b-t p::after{
  content: "";
  height: 10px;
	background-color: #fef259;
	border-radius: 4px;
  width: 105%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .section3 ul {
  padding: 20px 20px 20px 5px;
  height: 920px;
  overflow-y: scroll;
}
/* 滚动槽 */
#main .section3 ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

#main .section3 ul::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;
}

/* 滚动条滑块 */
#main .section3 ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #cccccc;
}
#main .section3 ul li {
  width: auto;
  height: 70px;
  background-color: #e2f9ff;
  border-radius: 0px 4px 4px 0px;
  margin-bottom: 10px;
  align-items: stretch;
}
#main .section3 ul li .t {
  width: 165px;
  text-align: right;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  line-height: 70px;
  color: #333333;
  background: #ffffff;
  padding-right: 20px;
}

#main .section3 ul li .right {
  width: 410px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding-left: 22px;
  position: relative;
}

#main .section3 ul li .right span {
  width: 100px;
  height: 46px;
  background-color: #5656ff;
  border-radius: 23px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffffff;
  margin-right: 12px;
}
#main .section3 ul li .right::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fa5e2b;
  border: solid 2px #ffffff;
  border-radius: 14px;
  box-sizing: border-box;
  position: absolute;
  left: -7px;
  z-index: 2;
}
#main .section3 ul li .right::after {
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#main .section3 .formbox{
  height: 110px;
	background-color: #eef5ff;
	border: solid 1px #000000;
  margin-top: 36px;
  z-index: 1;
}
#main .section3 .formbox.after::after{
border-radius: 0;
}
#main .section3 .formbox form{
  width: 100%;
	background-color: #eef5ff;
  height: 100%;
}
#main .section3 .ztform{
  padding-left: 37px;
}
#main .section5 .studycenter,
  #main .section5 .AIsmarter{
  margin-bottom: 50px;
}
#main .section5 .s-title{
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 30px;
	line-height: 30px;
	color: #000000;
  margin-bottom: 40px;
}
#main .section5 .s-title::before{
  content: "";
  width: 8px;
	height: 30px;
	background-color: #fea336;
	border-radius: 3px;
  margin-right: 14px;
}
#main .section5 .branchChose {
  align-items: flex-start;
  flex-wrap: wrap;
}

#main .section5 .branchChose ul {
  width: 710px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#main .section5 .branchChose li {
  width: 80px;
  height: 42px;
  background-color: #f0f0f0;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  margin-right: 10px;
  cursor: pointer;
}

#main .section5 .branchChose li.active {
  background-color: #fea336;
}

#main .section5 .branchChose li:nth-child(8n) {
  margin-right: 0;
}

#main .section5 .branchChose .address {
  width: 710px;
  height: 160px;
  padding-left: 37px;
  padding-right: 10px;
}

#main .section5 .branchChose .address .img {
  width: 83px;
  margin-right: 43px;
}

#main .section5 .branchChose .address .img b {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  color: #2c303b;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  text-align: center;
}

#main .section5 .branchChose .address .txt {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 23px;
  color: #4d4d4d;

}

#main .section5 .branchChose .address .txt p {
  align-items: flex-start;
}

#main .section5 .branchChose .address .txt b {
  font-family: "AlibabaPuHuiTiMedium";
  flex-shrink: 0;
  font-weight: normal;
  color: #333333;
}

#main .section5 .branchChose .branchimg {
  width: 100%;
  height: 210px;
  margin-top: 20px;
}

#main .section5 .branchChose .branchimg img {
  height: 100%;
  margin-right: 7px;
  max-width: 280px;
}

#main .section5 .branchChose .branchimg img:last-child {
  margin-right: 0;
}
#main .section5 .formbox{
  width: 400px;
	height: 356px;
	background-color: #fa5e2b;
  padding: 23px 20px;
}
#main .section5 .formbox .item{
  width: 100%;
  box-shadow: none;
  margin-bottom: 10px;
  height: 54px;
  position: relative;
}
#main .section5 .formbox .item.mar{
  margin-bottom: 25px;
}
#main .section5 .formbox .item p{
  width: 100%;
  height: 100%;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	color: #999999;
  line-height: 54px;
}
#main .section5 .formbox .item p span{
	color: #fa5e2b;
}
#main .section5 .formbox input{
  width: 100%;
}
#main .section5 .formbox input.centerusercity{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#main .section5 .formbox .submit{
  width: 220px;
	height: 45px;
	background-color: #fea336;
	box-shadow: none;
	border-radius: 22px;
  margin: 0 auto;
}

#main .section5 .formbox .remark{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
	line-height: 22px;
	color: #ffffff;
  margin-top: 21px;
}
#main .section5 .formbox .remark p:nth-child(1){
  font-family: "AlibabaPuHuiTiBold";
  margin-right: 6px;
}
#main .section5 .AIsmarter .s-title{
  margin-bottom: 24px;
}
#main .section5 .AIsmarter .AI_pic{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 55px;
}
#main .section5 .AIsmarter .tools{
  flex-wrap: wrap;
}
#main .section5 .AIsmarter .tools>div>div{
  width: 260px;
	height: 260px;
	background: url(../img/AI_bg.png) no-repeat;
  background-size: 100%;
	border-radius: 6px;
  padding: 10px;
}
#main .section5 .AIsmarter .tools>div:nth-child(1),
#main .section5 .AIsmarter .tools>div:nth-child(2),
#main .section5 .AIsmarter .tools>div:nth-child(3),
#main .section5 .AIsmarter .tools>div:nth-child(4){
  margin-bottom: 40px;
}
#main .section5 .AIsmarter .tools p{
  text-align: center;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
	line-height: 24px;
	color: #000000;
  padding: 10px 0 ;
  position: relative;
  z-index: 1;
}
#main .section5 .AIsmarter .tools p:nth-child(1):after{
  content: "01";
  font-family: "avantibold";
  font-size: 87px;
	line-height: 87px;
	color: #fa5e2b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index: -1;
  opacity: .2;
}
#main .section5 .AIsmarter .tools>div:nth-child(2) p:nth-child(1):after{
  content: "02";
}
#main .section5 .AIsmarter .tools>div:nth-child(3) p:nth-child(1):after{
  content: "03";
}
#main .section5 .AIsmarter .tools>div:nth-child(4) p:nth-child(1):after{
  content: "04";
}
#main .section5 .AIsmarter .tools>div:nth-child(5) p:nth-child(1):after{
  content: "05";
}
#main .section5 .AIsmarter .tools>div:nth-child(6) p:nth-child(1):after{
  content: "06";
}
#main .section5 .AIsmarter .tools>div:nth-child(7) p:nth-child(1):after{
  content: "07";
}
#main .section5 .AIsmarter .tools>div:nth-child(8) p:nth-child(1):after{
  content: "08";
}
#main .section5 .AIsmarter .tools li{
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
	color: #ffffff;
  line-height: 22px;
}
#main .section5 .AIsmarter .tools ul{
  padding-top: 15px;
}
#main .section5 .AIsmarter .tools li::before{
  content: "";
  width: 8px;
	height: 8px;
	background-color: #ffffff;
  display: inline-block;
  border-radius: 8px;
  margin-right: 8px;
}

#main .section5 .dataimg{
  position: relative;
}
#main .section5 .dataimg .btn{
  position: absolute;
  bottom: 0;right: 0;
  width: 220px;
	height: 45px;
	background-color: #fea336;

	border-radius: 22px;
  bottom: 20px;
  right: 140px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
	color: #ffffff;
}