/* visual */
.visual {
  color: #fff;
  background: #4a90e2;
}
.visual .content {
  max-width: 1184px;
  height: 670px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.visual .content .tit > h1 b {
  font-size: 60px;
}
.visual .content .tit p {
  padding-top: 40px;
}
.visual .content .tit a {
  height: 68px;
  color: #4a90e2;
  background: #fff;
  padding: 0 33px;
  border: 3px solid #4a90e2;
  margin-top: 50px;
}
.visual .content .tit a span {
  background: transparent;
}
.visual .content > img {
  width: 412px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

/* s1 */
.sec1 .content .txt_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec1 .content .txt_wrap .txt-box {
  flex: 1;
}
.sec1 .content .txt_wrap .txt-box p span {
  background: linear-gradient(to top, rgba(74, 144, 226, 0.1) 50%, transparent 50%);
}
.sec1 .content .txt_wrap .img-box {
  width: 400px;
  height: 210px;
  border-radius: 70px;
  overflow: hidden;
  margin-left: 39px;
}
.sec1 .content .txt_wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 70px;
}
.sec1 .content .point-box {
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 22px 0;
  background: rgba(74, 144, 226, 0.1);
}

/* s2 */
.sec2 {
  text-align: center;
  background: #f5f5f5;
  padding-bottom: 121px;
}
.sec2 .content {
  padding-bottom: 77px;
}
.sec2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/s2_bg.svg) no-repeat center/100% auto;
}
.sec2 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 133px;
}
.sec2 ul li:last-child {
  margin: 0;
}
.sec2 ul li span {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 25px;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #4a90e2;
  background: #d9d9d9;
  margin-right: 28px;
}
.sec2 ul li div {
  font-size: 18px;
  width: 278px;
  height: 278px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #cfcfcf;
  background: #fff;
}
.sec2 ul li div dt {
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 14px;
}

/* s3 */
.sec3 {
  width: 100%;
  height: 299px;
  background: url(../img/s3_bg.png) no-repeat center/cover;
  overflow: hidden;
}
.sec3 .content {
  display: flex;
  padding: 0;
}
.sec3 .content img {
  width: 230px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  margin-top: 51px;
}
.sec3 .content .txt_wrap {
  width: 100%;
}
.sec3 .content .txt_wrap h2 {
  color: #fff;
}
.sec3 .content .txt_wrap h2::before {
  display: none;
}
.sec3 .content .txt_wrap span {
  color: #ffc869;
}
.sec3 .content .txt_wrap .left {
  margin: 42px 0 58px;
}
.sec3 .content .txt_wrap .right {
  display: block;
  text-align: right;
}

/* s4 */
.sec4 {
  text-align: center;
}
.sec4 .content .txt-box br {
  display: none;
}
.sec4 .content .txt-box p {
  padding: 0;
}
.sec4 .content .txt-box p br {
  display: block;
}
.sec4 .content ul {
  text-align: left;
  margin-top: 55px;
  margin-bottom: 59px;
}
.sec4 .content ul li {
  padding: 47px 48px;
  background: rgba(240, 80, 20, 5%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 25%);
  margin-bottom: 20px;
}
.sec4 .content ul li:last-child {
  margin: 0;
}
.sec4 .content ul li .txt-box > div {
  display: flex;
  justify-content: flex-start;
  line-height: 1.4;
  margin-bottom: 30px;
}
.sec4 .content ul li .txt-box > div:last-child {
  margin: 0;
}
.sec4 .content ul li .txt-box > div b {
  font-family: "Inter Tight";
  font-weight: 700;
  color: #fff;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4a90e2;
  border-radius: 50%;
  margin-right: 12px;
}
.sec4 .content ul li .txt-box > div div {
  color: #555;
  flex: 1;
}
.sec4 .content ul li .txt-box > div div dt {
  font-weight: 700;
  padding-bottom: 10px;
  color: #444;
}
.sec4 .content ul li .txt-box > div span {
  width: 12px;
  height: 12px;
  background: #4a90e2;
  border-radius: 50%;
  display: block;
  margin-right: 19px;
  margin-top: 7px;
}
.sec4 .content a.pc {
  margin-top: 50px;
}

/* s5 */
.sec5 {
  color: #111;
  background: #f5f5f5;
}
.sec5 .content {
  padding: 112px 0 61px;
}
.sec5 .content .txt-box {
  margin: 20px 0 26px;
}
.sec5 .content .txt-box dt {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.sec5 .content .txt-box > div {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 13px;
}
.sec5 .content .txt-box > div > div {
  flex: 1;
}
.sec5 .content .txt-box > div > span {
  display: block;
  width: 6px;
  height: 6px;
  background: #111;
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 10px;
}
.sec5 ul li:first-child .txt-box p {
  padding: 0;
}
.sec5 .content .txt-box > div > div span,
.sec5 ul li > div .txt-box span {
  background: linear-gradient(to top, #fff6c4 50%, transparent 50%);
}
.sec5 ul li {
  border-top: 2px solid #cfcfcf;
}
.sec5 ul li > div {
  max-width: 918px;
  width: calc(100% - 66px);
  margin: 0 auto;
  color: #333;
  border: 2px solid #cfcfcf;
  border-top: 0;
  border-bottom: 0;
  padding: 45px 33px;
}
.sec5 ul li > div .txt-box p {
  padding-bottom: 10px;
}
.sec5 ul li > div .txt-box p span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  display: inline-block;
  margin: 0 12px 5px;
}
.sec5 ul li > div .bubble-box {
  font-size: 18px;
  position: relative;
  padding: 0 20px;
  margin: 60px auto;
  max-width: 550px;
  width: calc(100% - 62px);
  height: 184px;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 25%));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec5 ul li > div .bubble-box:after {
  border-top: 22px solid #fff;
  border-left: 0px solid transparent;
  border-right: 27px solid transparent;
  border-bottom: 0px solid transparent;
  content: "";
  position: absolute;
  top: 27px;
  left: 100%;
}
.sec5 ul li > div .bubble-box br {
  display: none;
}
.sec5 ul li > div .bubble-box > img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 24px;
}
.sec5 ul li > div .bubble-box > div {
  font-size: 23px;
  padding-top: 3px;
}
.sec5 ul li > div .gray {
  font-size: 15px;
  color: #777;
  padding: 10px 30px 0;
}
.sec5 ul li > div .img-box {
  height: 320px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 17px 43px;
  margin-bottom: 35px;
}
.sec5 ul li > div .img-box div {
  position: relative;
  height: 50%;
}
.sec5 ul li > div .img-box div:nth-child(1) img {
  width: 200px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.sec5 ul li > div .img-box div:nth-child(2) img {
  width: 200px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec5 ul li > div .img-box div b {
  position: absolute;
  left: 160px;
  top: 70%;
  transform: translateY(-50%);
  color: #555;
  z-index: 2;
}
.sec5 ul li > div .img-box div:nth-child(2) b {
  right: 170px;
  top: 50%;
  text-align: right;
}
.sec5 ul li > div .img-box div b br {
  display: none;
}
.sec5 ul li:last-child > div .txt-box {
  padding: 0 30px;
}
.sec5 ul li:nth-child(2) > div .txt-box p {
  text-indent: -30px;
  margin-left: 30px;
}

/* s6 */
.sec6 .content {
  padding: 60px 0 120px;
  word-break: keep-all;
}
.sec6 .content > p br {
  display: none;
}
.sec6 .content .txt_wrap {
  display: flex;
  margin: 56px 0 0px;
}
.sec6 .content .txt_wrap > div {
  font-size: 18px;
  flex: 1;
  text-align: center;
  padding: 12px;
}
.sec6 .content .txt_wrap > div:first-child {
  border-right: 1px dashed #555555;
}
.sec6 .content .txt_wrap > div .img-box {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.sec6 .content .txt_wrap > div .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 60px;
  max-height: 60px;
}
.sec6 .content .txt_wrap > div .txt-box dt {
  font-size: 20px;
  font-weight: 700;
  padding: 50px 0 10px;
}
.sec6 .content ul li {
  width: 90%;
  padding: 27px 19px;
  background: #fff;
  box-shadow: 3px 3px 10px 4px rgba(0, 0, 0, 10%);
  margin: 0 auto 22px;
}
.sec6 .content ul li:last-child {
  margin: 0 auto;
}
.sec6 .content ul li .txt-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec6 .content ul li .txt-box > div {
  font-size: 18px;
  flex: 1;
  line-height: 1.8;
}
.sec6 .content ul li .txt-box > div p {
  padding: 0;
}
.sec6 .content ul li .txt-box .gray {
  font-size: 13px;
  line-height: 1.4;
  color: #777;
  width: 325px;
  padding: 0 10px;
  flex: inherit;
}

/* s7 */
.sec7 {
  background: #232328;
}
.sec7 .content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}
.sec7 .content img {
  width: 269px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  margin-right: 74px;
}
.sec7 .content .txt-box {
  padding: 86px 0;
  color: #fff;
}
.sec7 .content .txt-box > div {
  font-size: 30px;
  margin-bottom: 34px;
  display: flex;
  flex-direction: column;
}
.sec7 .content .txt-box > div b br {
  display: none;
}
.sec7 .content .txt-box > p {
  padding-bottom: 15px;
}
.sec7 .content .txt-box > p span {
  color: #f06b37;
}

/* s8 */
.sec8 .content {
  position: relative;
  padding-bottom: 98px;
}
.sec8 .content > img {
  position: absolute;
  top: 170px;
  right: -39px;
  width: 426px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.sec8 .content a {
  margin-top: 129px;
  width: 100%;
}
.sec8 .content a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* s9 */
.sec9 {
  background: #ffece5;
}
.sec9 .content .txt-box {
  padding-bottom: 20px;
}
.sec9 .content .txt-box span {
  font-weight: 700;
  color: #fff;
  padding-left: 2px;
  background: linear-gradient(to top, #4a90e2 90%, transparent 50%);
}

/* s10 */
.sec10 .content h2 {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
  margin: 0;
}
.sec10 .content h2 span {
  color: #4a90e2;
}
.sec10 .content h2::before {
  display: none;
}
.sec10 .content .accordion-table > li > div h3 {
  font-size: 20px;
  padding: 32px 18px;
  color: #333;
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
  background: url(../img/icon_open.svg) no-repeat calc(100% - 18px) center/22px auto;
}
.sec10 .content .accordion-table > li > div h3 b {
  font-size: 25px;
  color: #4a90e2;
  padding-right: 15px;
}
.sec10 .content .accordion-table > li > .cont {
  display: none;
}
.sec10 .content .accordion-table > li > .cont li {
  color: #333;
  display: flex;
  justify-content: flex-start;
  background: #f7f7f7;
  padding: 16px 108px 16px 18px;
  border-bottom: 1px solid #e0e0e0;
}
.sec10 .content .accordion-table b {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 25px;
  padding-right: 16px;
  line-height: 1.4;
}
.sec10 .content .accordion-table > li.open > div h3 {
  background: url(../img/icon_close.svg) no-repeat calc(100% - 18px) center/22px auto;
}
.sec10 .content .accordion-table > li > .cont li a,
.sec10 .content .accordion-table > li > .cont li span {
  font-weight: 700;
  text-decoration: underline;
  color: #333;
}
.sec10 .content .accordion-table > li > .cont li .pc {
  display: inline !important;
}
.sec10 .content > a {
  font-size: 30px;
  font-weight: 700;
  color: #4a90e2;
  border: 2px solid #4a90e2;
  padding: 0 38px;
  border-radius: 20px;
  width: calc(100% - 76px);
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 54px;
}

/* s11 */
.sec11 {
  background: #f2f2f2;
}
.sec11 .content {
  display: flex;
  padding: 48px 0 57px;
}
.sec11 .content > div {
  position: relative;
  flex: 1;
  height: 415px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-start;
}
.sec11 .content > div:first-child {
  margin-right: 20px;
}
.sec11 .content > div h2::before {
  display: none;
}
.sec11 .content > div .txt_wrap {
  padding: 26px;
  color: #555;
}
.sec11 .content > div .btn_wrap {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #eee;
}
.sec11 .content > div .btn_wrap a {
  margin: 0;
  border: 0;
  padding: 0;
}
.sec11 .content > div .btn_wrap a span {
  padding: 0 25px;
}

/* s12 */
.sec12 {
  color: rgba(255, 255, 255, 70%);
  background: #232328;
}
.sec12 .content h2 {
  color: rgba(255, 255, 255, 70%);
}
.sec12 .content h2::before {
  display: none;
}
.sec12 .content p {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 32px;
}
.sec12 .content p img {
  margin-right: 7px;
}
.sec12 .content a {
  display: none;
}

/* below 1280 */
@media screen and (max-width: 1280px) {
  .visual .content .tit > h1 b {
    font-size: 50px;
  }
  .sec7 .content img {
    margin-right: 40px;
  }
  .sec8 .content > img {
    top: 130px;
    right: 0;
  }
}

/* below 1024 */
@media screen and (max-width: 1024px) {
  .visual .content {
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 40px 0;
  }
  .visual .content .tit {
    width: 100%;
  }
  .visual .content > img {
    width: 350px;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .visual .content .tit > h1 b {
    font-size: 40px;
  }
  .visual .content .tit p {
    padding-top: 20px;
  }
  .sec1 .content .txt_wrap,
  .sec4 .content ul {
    margin-bottom: 40px;
  }
  .sec2 .content {
    padding-bottom: 50px;
  }
  .sec2 ul li div,
  .sec6 .content .txt_wrap > div,
  .sec6 .content ul li .txt-box > div {
    font-size: 16px;
  }
  .sec2 ul li div dt {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .sec5 .content {
    padding: 60px 0 40px;
  }
  .sec5 .content .txt-box {
    margin: 15px 0;
  }
  .sec5 .content .txt-box > div {
    margin-bottom: 10px;
  }
  .sec5 ul li {
    border-width: 1px;
  }
  .sec5 ul li > div {
    width: auto;
    border-width: 1px;
    margin: 0 27px;
  }
  .sec5 ul li > div .bubble-box {
    font-size: 16px;
    margin: 40px auto;
  }
  .sec5 ul li > div .bubble-box > div {
    font-size: 20px;
    padding: 0;
  }
  .sec7 .content img {
    width: 200px;
    margin-right: 20px;
  }
  .sec7 .content .txt-box {
    padding: 60px 0;
  }
  .sec7 .content .txt-box > div {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .sec7 .content .txt-box > p {
    padding-bottom: 10px;
  }
  .sec8 .content {
    padding-bottom: 60px;
  }
  .sec8 .content > img {
    top: 80px;
  }
  .sec8 .content a {
    margin-top: 60px;
  }
  .sec10 .content .accordion-table > li > div h3,
  .sec10 .content .accordion-table > li.open > div h3 {
    font-size: 18px;
    padding: 20px 35px 20px 15px;
    background-size: 16px auto;
    word-break: keep-all;
  }
  .sec10 .content .accordion-table > li > div h3 b,
  .sec10 .content .accordion-table b {
    font-size: 20px;
  }
  .sec10 .content .accordion-table > li > .cont li {
    padding-right: 50px;
  }
  .sec10 .content .accordion-table > li > .cont li .pc {
    display: none !important;
  }
  .sec10 .content .accordion-table > li > .cont li a.mobile {
    display: inline !important;
  }
  .sec10 .content > a {
    font-size: 20px;
    width: auto;
    height: 70px;
    padding: 0 20px;
    margin-top: 30px;
  }
  .sec10 .content > a svg {
    transform: scale(0.7);
  }
  .sec11 .content > div h2,
  .sec12 .content h2 {
    margin-left: 0;
  }
  .sec11 .content > div {
    height: 350px;
  }
  .sec12 .content p {
    padding-bottom: 24px;
  }
  .sec12 .content a {
    position: fixed;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    width: calc(100% - 54px);
    height: 50px;
    background: #4a90e2;
    color: #fff;
    z-index: 99;
  }
}

/* below 960 */
@media screen and (max-width: 960px) {
  .sec1 .content .txt_wrap {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .sec1 .content .txt_wrap .img-box {
    width: 100%;
    height: fit-content;
    margin: 0;
    margin-bottom: 20px;
  }
  .sec1 .content .point-box {
    width: auto;
    height: auto;
    padding: 15px 20px;
    text-align: center;
  }
  .sec2 {
    text-align: left;
    padding-bottom: 32px;
  }
  .sec2 .content {
    padding-bottom: 38px;
  }
  .sec2 ul {
    flex-direction: column;
    background: none;
  }
  .sec2 ul li {
    width: 100%;
    justify-content: center;
    margin: 0;
    background: url(../img/s2_bg.svg) no-repeat center/auto;
    margin-bottom: 20px;
  }
  .sec2 ul li div {
    width: 240px;
    height: 240px;
    text-align: center;
  }
  .sec2 ul li div dt {
    font-size: 18px;
  }
  .sec2 ul li span {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .sec3 {
    height: 250px;
  }
  .sec3 .content img {
    width: 180px;
    max-width: 100%;
    height: auto;
  }
  .sec4 {
    text-align: left;
  }
  .sec4 .content ul {
    margin: 20px 0;
  }
  .sec4 .content ul li {
    padding: 20px;
  }
  .sec4 .content ul li .txt-box > div b {
    width: 23px;
    height: 23px;
    margin-right: 7px;
  }
  .sec4 .content ul li .txt-box > div {
    margin-bottom: 20px;
  }
  .sec4 .content ul li .txt-box > div span {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    margin-top: 5px;
  }
  .sec7 .content {
    align-items: flex-end;
    flex-direction: column-reverse;
    width: calc(100% - 90px);
  }
  .sec7 .content .txt-box {
    width: 100%;
    padding: 40px 0;
    word-break: keep-all;
  }
  .sec7 .content img {
    transform: scaleX(-1);
  }
  .sec8 .content > img {
    width: 38vw;
    max-width: 100%;
    height: auto;
    top: 50px;
  }
  .sec8 .content .txt-box p:first-child {
    width: 60%;
    word-break: keep-all;
  }
  .sec8 .content .txt-box p:first-child br {
    display: none;
  }
}

/* below 720 */
@media screen and (max-width: 720px) {
  .sec3 {
    height: 200px;
  }
  .sec3 .content {
    position: relative;
  }
  .sec3 .content img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -110px;
    width: 130px;
    margin: 0;
  }
  .sec3 .content .txt_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
  }
  .sec3 .content .txt_wrap h2 {
    width: 148px;
    margin: 0 !important;
    word-break: keep-all;
  }
  .sec5 ul li:first-child .txt-box p {
    padding-bottom: 20px;
  }
  .sec5 ul li > div .img-box {
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
  }
  .sec5 ul li > div .img-box div {
    height: 200px;
  }
  .sec5 ul li > div .img-box div b {
    width: 50vw;
    top: 50%;
    left: auto;
    right: 0;
    word-break: keep-all;
  }
  .sec5 ul li > div .img-box div:nth-child(2) b {
    right: auto;
    left: 0;
  }
  .sec5 ul li > div .img-box img {
    width: 170px !important;
  }
  .sec6 .content ul li .txt-box {
    flex-direction: column;
  }
  .sec6 .content ul li .txt-box .gray {
    padding: 0;
    margin-top: 10px;
  }
  .sec7 .content .txt-box > div b br {
    display: block;
  }
  .sec8 .content > img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .sec8 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 32px;
    text-align: center;
  }
  .sec8 .content .txt-box p:first-child {
    width: 100%;
  }
  .sec8 .content > img {
    order: 3;
    margin: 20px 0 0;
  }
  .sec8 .content a {
    order: 4;
  }
  .sec11 .content {
    flex-direction: column;
  }
  .sec11 .content > div:first-child {
    margin: 0 0 20px;
  }
  .sec12 {
    padding-bottom: 65px;
  }
}

/* below 540 */
@media screen and (max-width: 540px) {
  .visual .content {
    padding: 39px 0 47px;
  }
  .visual .content .tit > h1 b {
    font-size: 35px;
  }
  .visual .content > img {
    width: auto;
    height: 200px;
  }
  .txt-box p {
    padding-bottom: 10px;
  }
  .visual .content .tit p br,
  .sec7 .content .txt-box br,
  .sec8 .content .txt-box p br,
  .sec9 .content .txt-box p br {
    display: none;
  }
  .sec5 .content {
    padding: 28px 0 40px;
  }
  .sec6 .content,
  .sec12 .content {
    padding: 28px 0 60px;
  }
  .sec1 .content .txt_wrap {
    margin-bottom: 40px;
  }
  .sec1 .content .txt_wrap .img-box {
    border-radius: 40px;
  }
  .sec1 .content .txt_wrap .txt-box p span {
    background: linear-gradient(to top, transparent 20%, rgba(240, 80, 20, 0.1) 20%, rgba(240, 80, 20, 0.1) 70%, transparent 50%);
  }
  .sec1 .content .point-box {
    font-size: 18px;
    padding: 25px;
  }
  .sec1 .content .point-box b {
    font-size: 23px;
    color: #4a90e2;
    display: block;
    line-height: 31px;
    padding-top: 10px;
  }
  .sec2 {
    padding-bottom: 62px;
  }
  .sec2 .content {
    font-size: 14px;
    text-align: center;
    word-break: keep-all;
  }
  .sec2 .content .txt-box p {
    padding-bottom: 20px;
  }
  .sec2 .content .txt-box p b {
    font-weight: 400;
  }
  .sec2 .content .txt-box p span {
    font-weight: 700;
    display: block;
    padding-top: 10px;
  }
  .sec2 ul li {
    position: relative;
    margin-bottom: 38px;
  }
  .sec2 ul li div {
    font-size: 14px;
    width: 192px;
    height: 192px;
  }
  .sec2 ul li span {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%);
  }
  .sec2 ul li div dt {
    font-size: 16px;
  }
  .sec3 {
    height: 176px;
    background-position: 60% center;
  }
  .sec3 .content img {
    width: 118px;
    bottom: -105px;
  }
  .sec3 .content .txt_wrap h2 {
    font-size: 20px;
    width: 115px;
  }
  .sec4 .content {
    padding: 60px 0 67px;
  }
  .sec4 .content .txt-box br {
    display: none !important;
  }
  .sec4 .content .txt-box p {
    padding-bottom: 20px;
  }
  .sec4 .content ul {
    margin: 40px 0;
  }
  .sec4 .content ul li {
    padding: 18px;
    border-radius: 10px;
  }
  .sec4 .content ul li .txt-box > div div {
    font-size: 14px;
  }
  .sec4 .content ul li .txt-box > div b {
    font-size: 14px;
    width: 16px;
    height: 16px;
    letter-spacing: 0;
  }
  .sec4 .content ul li .txt-box > div div dt {
    padding-bottom: 5px;
  }
  .sec5 .content > p,
  .sec5 .content .txt-box,
  .sec5 ul li > div .txt-box {
    color: #333;
  }
  .sec5 .content .txt-box {
    margin: 10px 0;
  }
  .sec5 .content .txt-box > div > span {
    width: 4px;
    height: 4px;
    margin-right: 8px;
  }
  .sec5 ul li > div {
    padding: 28px 18px;
  }
  .sec5 ul li > div .bubble-box {
    font-size: 12px;
    padding: 17px;
    height: auto;
    margin: 30px 0;
    word-break: keep-all;
    width: calc(100% - 49px);
    color: #333;
    line-height: 16px;
  }
  .sec5 ul li > div .bubble-box:after {
    border-top: 15px solid #fff;
    border-left: 0px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 0px solid transparent;
  }
  .sec5 ul li > div .bubble-box > div {
    font-size: 15px;
    padding-top: 10px;
  }
  .sec5 ul li > div .bubble-box > img {
    width: 40px;
    margin-bottom: 15px;
  }
  .sec5 ul li > div .bubble-box br {
    display: block;
  }
  .sec5 ul li > div .txt-box br:first-child {
    display: none;
  }
  .sec5 ul li > div .txt-box p span {
    width: 4px;
    height: 4px;
    margin: 0 7px 4px 0;
  }
  .sec5 ul li > div .gray {
    font-size: 14px;
    padding: 10px 10px 32px;
    line-height: 19px;
  }
  .sec5 ul li > div .img-box div b {
    font-size: 14px;
    left: 120px;
    right: auto;
    top: 65%;
  }
  .sec5 ul li > div .img-box div b br {
    display: block;
  }
  .sec5 ul li > div .img-box div:nth-child(2) b {
    width: auto;
    top: 65%;
    left: auto;
    right: 95px;
  }
  .sec5 ul li:last-child > div .txt-box {
    padding: 0 20px;
  }
  .sec5 ul li:nth-child(2) > div .txt-box p {
    text-indent: -10px;
    margin-left: 10px;
  }
  .sec5 ul li > div .img-box {
    background: transparent;
    padding: 10px;
  }
  .sec5 ul li > div .img-box img {
    width: auto !important;
    height: 128px !important;
    max-width: 100%;
    object-fit: cover;
  }
  .sec5 ul li > div .img-box div {
    height: 128px;
  }
  .sec5 ul li:last-child > div {
    padding-bottom: 60px;
  }
  .sec5 ul li:last-child > div .txt-box,
  .sec9 .content .txt-box,
  .sec9 .content .txt-box span {
    padding: 0;
  }
  .sec6 {
    color: #333;
    text-align: center;
  }
  .sec6 .content > p br {
    display: block;
  }
  .sec6 .content .txt_wrap {
    flex-direction: column;
    margin: 20px 0;
  }
  .sec6 .content .txt_wrap > div {
    padding: 20px;
  }
  .sec6 .content .txt_wrap > div:first-child {
    border-right: 0;
    border-bottom: 1px dashed #555555;
  }
  .sec6 .content .txt_wrap > div .txt-box {
    font-size: 14px;
  }
  .sec6 .content .txt_wrap > div .txt-box dt {
    font-size: 16px;
    padding: 15px 0 10px;
  }
  .sec6 .content ul li {
    width: auto;
    padding: 20px 18px;
  }
  .sec6 .content ul li .txt-box > div {
    font-size: 14px;
    text-align: left;
  }
  .sec6 .content ul li .txt-box .gray {
    font-size: 12px;
    width: auto;
    margin-top: 10px;
    padding: 0;
  }
  .sec7 {
    height: 393px;
    overflow: hidden;
  }
  .sec7 .content {
    height: 100%;
    position: relative;
  }
  .sec7 .content .txt-box {
    font-size: 14px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec7 .content .txt-box > p:last-child {
    font-size: 16px;
    width: 206px;
    padding-top: 50px !important;
  }
  .sec7 .content .txt-box > div {
    font-size: 18px;
  }
  .sec7 .content img {
    width: 138px;
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -20px;
  }
  .sec8 .content {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .sec8 .content a {
    margin: 60px 0;
    width: calc(100% + 54px);
  }
  .sec9 .content .txt-box p {
    padding-bottom: 15px;
  }
  .sec10 .content .accordion-table b {
    font-size: 18px;
    padding-right: 8px;
  }
  .sec10 .content .accordion-table > li > div h3,
  .sec10 .content .accordion-table > li.open > div h3 {
    font-size: 16px;
    padding: 20px 7px;
  }
  .sec10 .content .accordion-table > li > div h3 dt {
    width: 75%;
  }
  .sec10 .content .accordion-table > li > .cont li {
    padding: 10px 7px;
  }
  .sec10 .content > a {
    font-size: 16px;
    width: calc(100% - 40px);
    height: 58px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .sec10 .content > a svg {
    transform: scale(0.5);
  }
  .sec11 .content {
    padding: 28px 0 60px;
    flex-direction: column;
  }
  .sec11 .content h2 {
    font-size: 25px;
  }
  .sec11 .content > div {
    height: 259px;
    flex: auto;
  }
  .sec11 .content > div:first-child {
    margin: 0;
    margin-bottom: 20px;
  }
  .sec11 .content > div .txt_wrap {
    font-size: 14px;
    padding: 16px 18px;
  }
  .sec11 .content > div .btn_wrap a {
    height: 50px;
    flex-direction: row;
  }
  .sec11 .content > div .btn_wrap a span {
    font-size: 14px;
    margin: 0;
    padding: 0 15px;
  }
  .sec11 .content > div .btn_wrap a span img {
    margin-left: 20px;
  }
  .sec12 .content h2 {
    font-size: 14px;
  }
  .sec12 .content p {
    font-size: 12px;
    word-break: break-all;
    padding-bottom: 20px;
  }
}
