#main .navbox {
  width: 100%;
  height: 60px;
  background-color: #822e2b;
}

#main .navbox.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

#main .navbox>div {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

#main .navbox>div .navitem {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  color: #ffffff;
  padding: 0 20px;
  height: 50px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all .4s;
}

#main .navbox>div .navitem:hover,
#main .navbox>div .navitem.active {
  color: #822e2b;
  transition: all .4s;
}

#main .navbox>div .navitem::after {
  content: "";
  width: 100%;
  height: 0;
  background: #ffffff;
  border-radius: 6px 6px 0px 0px;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: -1;
  transition: all .2s;
}

#main .navbox>div .navitem:hover::after,
#main .navbox>div .navitem.active::after {
  height: 50px;
  transition: all .2s;
  bottom: 0;
}

#main .section {
  padding-top: 80px;
}

#main .section .titlebox {
  width: 1200px;
  font-family: 'AlibabaPuHuiTiBold';
  height: 111px;
  margin: 0 auto 39px;
}

#main .section .titlebox span {
  width: 60px;
  height: 60px;
  background-color: #822e2b;
  font-size: 43px;
  line-height: 43px;
  color: #ffffff;
  border-radius: 60px;
  display: inline-block;
  padding-top: 13px;
}

#main .section .titlebox span.b {
  padding-left: 11px;
  background-color: #121959;
}

#main .section .titlebox span.g {
  margin-left: -11px;
  padding-left: 4px;
}

#main .section .titlebox p {
  font-size: 43px;
  color: #000000;
  padding-left: 11px;
  line-height: 43px;
  margin-top: 10px;
}

#main .section .titlebox .top p {
  padding-left: 0;
  margin-left: 3px;
}

#main .section1 {
  padding-top: 60px;
  padding-bottom: 50px;
}

#main .section1 .lead {
  height: auto;
  background-color: #f3eee4;
  border-radius: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #5a5856;
  padding: 18px 65px;
  margin-bottom: 40px;
}

#main .section1 .lead span {
  font-size: 16px;
  color: #ff0000;
  cursor: pointer;
  transition: all .5s;
  font-weight: normal;
}

#main .section1 .lead span:hover {
  font-weight: bold;
  transition: all .5s;
}

#main .section1 .service {
  align-items: stretch;
}

#main .section1 .t {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  height: 45px;
  background: url(../img/service_t.png) no-repeat;
  background-size: auto 100%;
  border-radius: 22px;
  padding-left: 33px;
  margin-bottom: 27px;
}

#main .section1 .service_left {
  width: 846px;
  padding-top: 0;
  flex-shrink: 0;
}

#main .section1 .service_left .c {
  flex-wrap: wrap;
  width: 100%;
  height: 576px;
  background: url(../img/service.png) no-repeat;
  background-position: 272px 159px;
  position: relative;
}

#main .section1 .point {
  position: absolute;
}

#main .section1 .point>div {
  width: auto;
  padding: 20px 0 10px 14px;
  background-color: #ffeac0;
  border-radius: 10px;
  min-height: 100px;
}

#main .section1 .point.b>div {
  background-color: #f3eee4;
}

#main .section1 .point b {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}

#main .section1 .point p {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

#main .section1 .point span {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #121959;
  margin: 14px;
  /* box-shadow: 0 0 10px #ffffff inset; */
}

#main .section1 .point.b span {
  background-color: #822e2b;
}

#main .section1 .point:nth-child(1) {
  left: 249px;
  top: 0;
  flex-direction: column;
}

#main .section1 .point:nth-child(1)>div,
#main .section1 .point:nth-child(4)>div {
  width: 290px;
}

#main .section1 .point:nth-child(2) {
  right: 0;
  top: 160px;
}

#main .section1 .point:nth-child(2)>div,
#main .section1 .point:nth-child(3)>div {
  width: 280px;
}

#main .section1 .point:nth-child(3) {
  right: 0;
  bottom: 160px;
}

#main .section1 .point:nth-child(4) {
  left: 249px;
  flex-direction: column;
  bottom: 0;
}

#main .section1 .point:nth-child(3)>div {
  position: relative;
  top: 23px;
}

#main .section1 .point:nth-child(2)>div {
  position: relative;
  top: -5px;
}

#main .section1 .point:nth-child(4)>div {
  width: 270px;
}

#main .section1 .point:nth-child(5) {
  bottom: 160px;
  left: 0;
}

#main .section1 .point:nth-child(6) {
  top: 160px;
  left: 0;
}

#main .section1 .point:nth-child(5)>div,
#main .section1 .point:nth-child(6)>div {
  width: 220px;
}

#main .section1 .point:nth-child(5)>div {
  position: relative;
  top: 23px;
}

#main .section1 .point:nth-child(6)>div {
  position: relative;
  top: -23px;
}

#main .section1 .service_right {
  width: 320px;
}

#main .section1 .service_right .role {
  flex-wrap: wrap;
}

#main .section1 .service_right .role>div {
  width: 150px;
  height: 80px;
  background: url(../img/role.png) no-repeat;
  background-size: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
}

#main .section1 .service_right .role>div:nth-child(1),
#main .section1 .service_right .role>div:nth-child(2) {
  margin-top: 0;
}

#main .section1 .service_right>p {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 42px;
  margin-bottom: 60px;
  text-align: center;
}

#main .section1 .service_right .txt {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #8d8a7e;
  font-family: 'AlibabaPuHuiTiMedium';
}

#main .section1 .service_right .servicebtn {
  width: 320px;
  height: 60px;
  background-image: linear-gradient(0deg,
      #ffb638 0%,
      #ffffff 100%);
  box-shadow: 0px 0px 30px 0px rgb(141 141 141 / 20%);
  border-radius: 29px;
  border: solid 2px #ffffff;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: 50px;
  cursor: pointer;
}

#main .analyse {
  background: url(../img/analyse.png) no-repeat;
  background-position: top center;
  padding-bottom: 75px;
}

#main .section2 {
  padding-top: 80px;
  height: auto;
}

#main .section2 .t,
  #main .section3 .t {
  width: 232px;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  height: 45px;
  background: url(../img/analyse_t.png) no-repeat;
  background-size: auto 100%;
  border-radius: 45px;
  padding-left: 29px;
  margin-bottom: 20px;
}

#main .section2 .content {
  align-items: stretch;
}

#main .section2 .analyse_left {
  margin-right: 30px;
}

#main .section2 .elements {
  width: 300px;
  height: 600px;
  background-color: #822e2b;
  border-radius: 10px;
  flex-shrink: 0;
  padding: 20px 20px 0;
}

#main .section2 .elements li {
  width: 100%;
  height: 110px;
  color: #000000;
  margin-bottom: 14px;
  background: #ffffff;
  border-radius: 6px;
  padding-left: 10px;
}

#main .section2 .elements li:last-child {
  margin-bottom: 20px;
}

#main .section2 .elements .img {
  width: 98px;
  flex-shrink: 0;
  margin-right: 20px;
}

#main .section2 .elements li b {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 8px;
}

#main .section2 .elements li b.en {
  font-size: 14px;
}

#main .section2 .elements li em {
  display: block;
  font-size: 12px;
  line-height: 14px;
}

#main .section2 .analysebtn ,
#main .section3 .analysebtn {
  width: 260;
  height: 60px;
  background-image: linear-gradient(0deg, #ffb638 0%, #ffffff 100%);
  box-shadow: 0px 0px 30px 0px rgb(141 141 141 / 20%);
  border-radius: 29px;
  border: solid 2px #ffffff;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

#main .section2 .analyse_right {
  width: 100%;
}

#main .section2 .major,
  #main .section3 .analyse_2 {
  align-items: flex-start;
  height: auto;
  position: relative;
}

#main .section2 .major>div ,
#main .section3 .analyse_2>div{
  width: 280px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

#main .section2 .major>div:nth-child(1),
#main .section2 .major>div:nth-child(2) {
  height: 600px;
}
#main .section2 .major>div:nth-child(3){
  padding-bottom: 30px;
}
#main .section2 .major .top,
#main .section3 .analyse_2 .top {
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, #deb98c, #fbe8cb);
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

#main .section2 .major .partbox,
#main .section3 .analyse_2 .partbox {
  padding: 0 20px;
  text-align: center;
}

#main .section2 .major .part,
#main .section3 .analyse_2 .part {
  padding: 20px 0 20px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #e5e5e5;
}

#main .section2 .major h4,
#main .section3 .analyse_2 h4 {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  position: relative;
  margin-bottom: 16px;
}

#main .section2 .major p,
#main .section3 .analyse_2 p {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  text-align: left;
  padding-left: 16px;
}

#main .section2 .analyse_right .analysebtn{
  width: 220px;
  position: absolute;
  bottom: 0;
  right: 27px;
  margin-top: 0;
  border-radius: 60px;
}

#main .section3 .analyse_left {
  height: 450px;
  width: 700px;
  background: #ffffff;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 55px 0 50px;
}

#main .section3 .analyse_left li {
  width: 50%;
  margin-top: 35px;
}

#main .section3 .analyse_left li:nth-child(1),
#main .section3 .analyse_left li:nth-child(2) {
  margin-top: 0;
}

#main .section3 .analyse_left li:nth-child(2n+1) {
  text-align: right;
  justify-content: flex-end;
  padding-right: 40px;
}

#main .section3 .analyse_left li:nth-child(2n) {
  padding-left: 40px;
}

#main .section3 .analyse_left li b {
  font-size: 16px;
  color: #000000;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
}

#main .section3 .analyse_left li p {
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}

#main .section3 .analyse_left .img {
  width: 60px;
  height: 60px;
  background: #822e2b;
  border-radius: 3px;
}

#main .section3 .analyse_left li:nth-child(2n+1) .img {
  margin-left: 20px;
}

#main .section3 .analyse_left li:nth-child(2n) .img {
  margin-right: 20px;
}

#main .section3 .analyse_left li:nth-child(2) .img,
#main .section3 .analyse_left li:nth-child(3) .img,
#main .section3 .analyse_left li:nth-child(6) .img,
#main .section3 .analyse_left li:nth-child(7) .img {
  background: #121959;
}
#main .section3 .analyse_form{
  width: 500px;
  height: 450px;
  background: linear-gradient(56deg,#ffba57 6%,#ffdba9 11%,#ffffff);
  padding: 40px 60px 0 50px;
}
#main .section3 .analyse_form h4{
  font-size: 26px;
  color: #0a0e33;
  line-height: 26px;
  margin-bottom: 24px;
}
#main .section3 .analyse_form .item{
  margin-bottom: 8px;
}
#main .section3 .analyse_form .item input,
  #main .section3 .analyse_form .item select{
  width: 300px;
  height: 50px;
  font-size: 14px;
  background-size: #ffffff;
  padding-left: 10px;
}
#main .section3 .analyse_form .item select {
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-size: 4%;
  background-position: 95% center;
}
#main .section3 .analyse_form .item label {
  font-size: 14px;
  line-height: 40px;
  color: #000000;
  flex-shrink: 0;
  width: 93px;
}
#main .section3 .analyse_form .item label.l{
  letter-spacing: 11px;
}
#main .section3 .analyse_form .item.yzm{
  margin-bottom: 0;
}
#main .section3 .analyse_form .item.yzm span{
  background: #822e2b;
  color: #ffffff;
  width: 120px;
  height: 50px;
  flex-shrink: 0;
  font-size: 14px;
  cursor: pointer;
}
#main .section3 .analyse_form p{
  opacity: .5;
  color: #000000;
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
}
#main .section3 .analyse_form .analysebtn{
  width: 220px;
  margin: 20px auto auto;
}
#main .section3 .analyse_2>div{
  width: 380px;
}
#main .section3 .analyse_2 p{
  padding-left: 86px;
}
#main .section4 {
  background:#ffffff;
  padding-bottom: 80px;
}

#main .section4 .content {
  align-items: flex-start;
}

#main .section4 .tabbox {
  width: 350px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 20px;
  flex-shrink: 0;
}

#main .section4 .tabbox>div {
  width: 170px;
  height: 80px;
  background: url(../img/major.png) no-repeat;
  background-size: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  margin-top: 20px;
  transition: all .3s;
}

#main .section4 .tabbox>div:nth-child(1),
#main .section4 .tabbox>div:nth-child(2) {
  margin-top: 0;
}

#main .section4 .tabbox>div.active {
  background-image: url(../img/major_a.png);
  transition: all .3s;
}

#main .section4 .detail {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  border-top: 8px solid #822e2b;
  border-radius: 10px;
  overflow: hidden;
  padding: 17px 15px 0;
}

#main .section4 .tcontent {
  padding-bottom: 10px;
  border-bottom: 1px dashed #e6e6e6;
  padding-left: 20px;
}

#main .section4 .tcontent h4 {
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 18px;
}

#main .section4 .tcontent>div {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  display: none;
}

#main .section4 .tcontent>div.active {
  display: block;
}

#main .section4 .txt {
  min-height: 88px;
}

#main .section4 .formbox {
  padding: 20px 40px 20px 0;
}

#main .section4 .formbox h4 {
  font-size: 20px;
  line-height: 20px;
  color: #822e2b;
  margin-bottom: 18px;
}

#main .section4 form {
  flex-wrap: wrap;
}

#main .section4 form .item {
  width: auto;
  height: 40px;
  margin-bottom: 10px;
}

#main .section4 form .item.mar {
  margin-bottom: 0;
}

#main .section4 form .item label {
  font-size: 14px;
  line-height: 40px;
  color: #000000;
  flex-shrink: 0;
  margin-right: 10px;
}

#main .section4 form .item input,
#main .section4 form .item select {
  width: 260px;
  height: 40px;
  background-color: #f3eee4;
  padding-left: 10px;
  font-size: 14px;
}

#main .section4 form .item select {
  background: #f3eee4 url(../img/arrow.png) no-repeat;
  background-size: 4%;
  background-position: 95% center;
}

#main .section4 form .item.yzm input {
  width: 140px;
}

#main .section4 form .item.yzm span {
  width: 120px;
  height: 40px;
  background-color: #822e2b;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

#main .section4 form .formbtn {
  width: 100%;
  margin-top: 18px;
}

#main .section4 form .formbtn p {
  font-size: 12px;
  line-height: 12px;
  color: #808080;
}

#main .section4 form .formbtn .submit {
  width: 260px;
  height: 40px;
  background-image: linear-gradient(0deg, #ffb638 0%, #ffffff 100%);
  box-shadow: 0px 0px 30px 0px rgb(141 141 141 / 20%);
  border-radius: 19px;
  border: solid 2px #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;

}

#main .section5 {
  background: #efeae0 url(../img/school_bg.png) no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-bottom: 50px;
}

#main .section5 .titlebox>p {
  align-items: flex-end;
}

#main .section5 .titlebox a {
  width: 222px;
  height: 45px;
  background: url(../img/rankings_bg.png) no-repeat;
  background-size: 100%;
  font-size: 16px;
  color: #000000;
  padding-left: 23px;
  position: relative;
  margin-left: 15px;
}

#main .section5 .titlebox a:after {
  content: "";
  border: 6px solid #000000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:18px;
  transition: all .3s;
}

#main .section5 .titlebox a:hover::after {
  right: 0px;
  transition: all .3s;
}
#main .section5 .content{
  position: relative;
  z-index: 2;
}
#main .section5 .univercitybox {
  margin-bottom: 40px;
  position: relative;
}
#main .section5 .univercitybox::after{
  content: "";
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg,#ffbe5f 10px,#ffdca9 20px,#fffbf9);
  z-index: -1;
  border-radius: 6px;
}
#main .section5 .univercitybox:last-child {
  margin-bottom: 0;
}

#main .section5 .intr {
  width: 100%;
  height: 140px;
  border-radius: 6px;
  padding: 0 20px 20px 30px;
}

#main .section5 .intr h3 {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  width: 256px;
  margin-right: 20px;
  flex-shrink: 0;
  text-align: center;
}

#main .section5 .intr p {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

#main .section5 .list {
  margin-top: -27px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  height: 140px;
  overflow: hidden;
}

#main .section5 .univercitybox.active .list {
  height: auto;
}

#main .section5 .list>div {
  width: 291px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-right: 12px;
  margin-top: 12px;
  position: relative;
}

#main .section5 .list>div>a {
  height: 140px;
  align-items: stretch;
  min-height: 100px;
}

#main .section5 .list>div:nth-child(1),
#main .section5 .list>div:nth-child(2),
#main .section5 .list>div:nth-child(3),
#main .section5 .list>div:nth-child(4) {
  margin-top: 0;
}

#main .section5 .list>div:nth-child(4n) {
  margin-right: 0;
}

#main .section5 .list .img {
  width: 100px;
  background-color: #313131;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 19px;
  flex-shrink: 0;
}

#main .section5 .list .right {
  padding: 19px 10px 0 0;
  position: relative;
}

#main .section5 .list h3 {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 12px;
}

#main .section5 .list>div:hover h3 {
  color: #ff123f;
}

#main .section5 .list p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

#main .section5 .list>div:hover p {
  color: #ff123f;
}

#main .section5 .list .href {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  position: absolute;
  left: 119px;
  bottom: 17px;
}

#main .section5 .list .href span {
  color: #ffaa33;
  cursor: pointer;
}

#main .section5 .list .href span:hover {
  font-weight: bold;
}

#main .section5 .more {
  font-size: 14px;
  line-height: 14px;
  color: #1f5299;
}

#main .section5 .more img {
  cursor: pointer;
  transform: rotateZ(0);
  transition: all .2s;
}

#main .section5 .univercitybox.active .more img {
  transform: rotateZ(180deg);
  transition: all .2s;
}

#main .section6 {
  height: 750px;
  background: url(../img/question.png) no-repeat;
  background-position: center 236px;
}

#main .section6 .content {
  height: 520px;
  align-items: flex-end;
}

#main .section6 .qs {
  width: 100%;
  color: #ffffff;
  height: 520px;
  padding-top: 46px;
  position: relative;
  padding-right: 20px;
}

#main .section6 .qs .list>div {
  margin-bottom: 30px;
}

#main .section6 .qs .list>div:nth-child(3) {
  margin-bottom: 0;
}

#main .section6 .qs .q {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #ffffff;
  height: 30px;
  align-items: flex-start;
  margin-bottom: 4px;
}

#main .section6 .qs .q img {
  margin-right: 16px;
}

#main .section6 .qs .a {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 51px;
}

#main .section6 .qs .refresh {
  position: absolute;
  bottom: 24px;
  right: 0;
  font-size: 14px;
  color: #ffeac0;
  cursor: pointer;
}

#main .section6 .qs .refresh img {
  margin-right: 8px;
  transition: all .3s;
}

#main .section6 .qs .refresh:hover img {
  transform: rotateZ(180deg);
  transition: all .3s;
}

#main .section6 .formbox {
  width: 450px;
  height: 608px;
  background-color: #ffffff;
  border: solid 5px #822e2b;
  flex-shrink: 0;
  padding: 30px 20px 0;
  margin-left: 40px;
}

#main .section6 .formbox h4 {
  font-size: 26px;
  line-height: 26px;
  color: #000000;
  text-align: center;
  margin-bottom: 36px;
}

#main .section6 .item {
  margin-bottom: 15px;
}

#main .section6 label {
  font-size: 15px;
  line-height: 50px;
  color: #000000;
  width: 82px;
}

#main .section6 input,
#main .section6 textarea,
#main .section6 select {
  width: 300px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  font-size: 14px;
  color: #000000;
  padding: 0 0 0 13px;
}
#main .section6 select{
  background: #ffffff url(../img/arrow.png) no-repeat;
    background-size: 4%;
    background-position: 95% center;
}
#main .section6 textarea {
  font-family: "Microsoft YaHei";
  height: 183px;
  resize: none;
  padding: 13px;
}

#main .section6 .item.canNot {
  align-items: flex-start;
}

#main .section6 .submit {
  width: 220px;
  height: 60px;
  background-image:linear-gradient(0deg, #ffb638 0%, #ffffff 100%);
  box-shadow: 0px 0px 30px 0px rgb(141 141 141 / 20%);
  border-radius: 29px;
  border: solid 2px #ffffff;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0 auto;
  cursor: pointer;
}

#main .section6 .formbox p {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  text-align: center;
  margin-top: 15px;
}

#main .section7 {
  padding-bottom: 50px;
}

#main .section7 .content {
  flex-wrap: wrap;
  align-items: flex-start;
}

#main .section7 .content>div {
  width: 590px;
  height: 160px;
  background-color: #f3eee4;
  border-radius: 50px 0px 50px 0px;
  border: solid 1px #f3eee4;
  margin-bottom: 20px;
  padding: 0 20px;
}

#main .section7 .content>div:nth-child(2) {
  border-radius: 0px 50px 0px 50px;
}

#main .section7 .content>div:nth-child(3) {
  border-radius: 0px 50px 0px 50px;
  margin-bottom: 0;
}

#main .section7 .content>div:nth-child(4) {
  border-radius: 50px 0px 50px 0px;
  margin-bottom: 0;
}

#main .section7 .content>div>div {
  width: 100px;
  height: 100px;
  background-color: #121959;
  border-radius: 49px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 26px;
  flex-shrink: 0;
}

#main .section7 .content>div:nth-child(2)>div,
#main .section7 .content>div:nth-child(3)>div {
  background-color: #822e2b;
}

#main .section7 .content>div p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}