img {
  max-width: 100%;
}
.banner img {
  width: 100%;
}
header {
  display: none;
}
.wrap {
  width: 100%;
  padding: 80px 0;
}
.wrap .cont {
  max-width: 1440px;
  margin: 0 auto;
}
.pc-hide {
  display: none;
}
body {
  font-size: 18px;
  line-height: 1.5;
}
#nav {
  padding: 0;
  background-color: #f2fbfb;
  position: sticky;
  top: 0;
  box-shadow: 0 0 20px 0 #dff5f4;
  z-index: 100;
}
#nav .cont {
  height: 80px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#nav .cont .nav-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #a9d7eb;
  position: relative;
  transition: 500ms;
  font-size: 22px;
  font-weight: bold;
}
#nav .cont .nav-item a {
  color: #8ac3e0;
}
#nav .cont .nav-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  background-color: transparent;
  transition: 500ms;
}
#nav .cont .nav-item:nth-child(1) {
  border-left: 1px solid #a9d7eb;
}
#nav .cont .nav-item.active,
#nav .cont .nav-item:hover {
  font-weight: bold;
}
#nav .cont .nav-item.active a,
#nav .cont .nav-item:hover a {
  color: #0084c6;
}
#nav .cont .nav-item.active::after,
#nav .cont .nav-item:hover::after {
  background-color: #0084c6;
}
.wrap .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.wrap .row:not(:first-child) {
  margin-top: 50px;
}
.wrap .title-wrap {
  width: 330px;
  padding-right: 30px;
}
.wrap .title-wrap .cn-title {
  font-size: 36px;
  font-weight: bold;
}
.wrap .title-wrap .desc {
  margin-top: 15px;
  color: #0084c6;
  font-weight: 600;
}
.wrap .title-wrap .remark {
  color: #999;
  font-size: 14px;
}
.wrap .sub-title {
  font-size: 24px;
  font-weight: bold;
  width: 194px;
  background-image: linear-gradient(90deg, #0084c6 0%, #85cc77 100%);
  letter-spacing: 2px;
}
.wrap .sub-title p {
  color: #fff;
  line-height: 54px;
  font-size: 16px;
  text-align: center;
}
.wrap .sub-title.block {
  width: unset;
}
.wrap .content {
  flex: 1;
}
#modular1 .intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}
#modular1 .intro .intro-item {
  background-color: #e8f7f6;
  padding: 30px 15px;
}
#modular1 .intro .intro-item img {
  width: 30px;
  height: auto;
}
#modular1 .intro .intro-item h3 {
  margin-top: 10px;
  font-size: 18px;
  color: #0084c6;
  margin-bottom: 15px;
}
#modular1 .intro .intro-item p {
  color: #0084c6;
}
#modular1 .intro .intro-item .desc {
  font-size: 16px;
}
#modular1 .description {
  margin-top: 20px;
}
#modular1 .description p {
  color: #333;
  line-height: 1.6;
}
#modular2 {
  background-color: #effaf9;
}
#modular2 .sponsor .sponsor-item img {
  margin-bottom: 40px;
}
#modular2 .sponsor .sponsor-item p {
  line-height: 2;
}
#modular2 .sponsor .sponsor-item a:hover {
  color: #0084c6;
  text-decoration: underline;
}
#modular2 .sponsor .sponsor-item:nth-child(2) {
  border-top: 1px solid #333;
  padding-top: 40px;
  margin-top: 40px;
}
#modular2 .sponsor hr {
  border: none;
  border-top: 1px solid #333333;
  margin: 20px 0;
}
#modular3 .guest {
  display: flex;
  justify-content: space-between;
}
#modular3 .guest .guest-item {
  display: flex;
  width: 48%;
}
#modular3 .guest .guest-item img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  margin-top: 30px;
  margin-right: 50px;
}
#modular3 .guest .guest-item .guest-info {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 30px 0;
}
#modular3 .guest .guest-item .guest-info h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#modular3 .guest .guest-item .guest-info p {
  font-size: 16px;
  line-height: 1.5;
}
#modular3 .schedule .schedule-title {
  text-align: center;
  font-weight: bold;
  background-color: #0084c6;
  background-image: linear-gradient(90deg, #0084c6 0%, #85cc77 100%);
  color: #fff;
  padding: 15px 0;
}
#modular3 .schedule .schedule-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
#modular3 .schedule .schedule-item:nth-child(odd) {
  background-color: #f0f0f0;
}
#modular3 .schedule .schedule-item:last-child {
  border-bottom: none;
}
#modular3 .schedule .schedule-item .date {
  width: 15%;
  font-weight: bold;
  color: #0084c6;
  text-align: center;
}
#modular3 .schedule .schedule-item .time {
  width: 20%;
  font-weight: bold;
}
#modular3 .schedule .schedule-item .event {
  width: 65%;
  line-height: 1.5;
}
#modular3 .schedule .schedule-item .event p {
  font-size: 16px;
}
#modular3 .schedule .schedule-item .event p:nth-child(2) {
  margin-top: 10px;
}
#modular3 .schedule .schedule-item .event .desc {
  font-size: 14px;
}
.award {
  background-color: #effaf9;
}
.award .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.award .content .award-item .award-title {
  text-align: center;
}
.award .content .award-item .award-title h3 {
  text-align: center;
  display: inline-block;
  font-size: 22px;
  color: #0084c6;
  margin-bottom: 20px;
  line-height: 1.4;
  position: relative;
}
.award .content .award-item .award-title h3::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -40px;
  background-image: url(../images/award1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.award .content .award-item .award-title h3::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 60px;
  bottom: 0;
  margin: auto;
  right: -40px;
  background-image: url(../images/award2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.award .content .award-item .award-desctiption {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
}
.award .content .award-item .award-desctiption p {
  font-size: 16px;
}
.award .content .award-item:nth-child(n+1):nth-child(-n +6) .award-desctiption {
  min-height: 114px;
}
.award .content .award-item:nth-child(n+7):nth-child(-n +9) .award-desctiption {
  min-height: 186px;
}
.award .award-des {
  flex: 1;
}
.award .award-des a:hover {
  color: #0084c6;
  text-decoration: underline;
}
.award-link-wrap {
  background: linear-gradient(90deg, #0084c6 0%, #85cc77 100%);
  padding: 60px 0;
}
.award-link-wrap h4 {
  color: #fff;
  font-size: 24px;
}
.award-link-wrap .award-link {
  display: flex;
  justify-content: space-between;
}
.award-link-wrap .award-link .link-item {
  color: #fff;
  display: flex;
  align-items: center;
}
.award-link-wrap .award-link .link-item:nth-child(1) {
  padding-right: 60px;
}
.award-link-wrap .award-link .link-item:nth-child(2) {
  padding-left: 60px;
}
.award-link-wrap .award-link .link-item p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.award-link-wrap .award-link .link-item a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  word-break: break-all;
}
.award-link-wrap .award-link .link-item a:hover {
  text-decoration: underline;
}
.award-link-wrap .award-link .link-item img {
  width: 136px;
  height: 136px;
  margin-left: 50px;
}
#modular4 .content .value-item {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
}
#modular4 .content .value-item:nth-child(odd) {
  flex-direction: row-reverse;
}
#modular4 .content .value-item:nth-child(odd) .value-info {
  margin-right: 60px;
}
#modular4 .content .value-item > img {
  width: 700px;
  height: auto;
}
#modular4 .content .value-item .value-info {
  width: 600px;
}
#modular4 .content .value-item .value-info h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#modular4 .content .value-item .value-info h3 span {
  display: block;
  margin-bottom: -10px;
}
#modular5 {
  background-color: #effaf9;
}
#modular5 .content .review-title h4 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  padding: 0 50px;
  line-height: 54px;
  background-image: linear-gradient(90deg, #0084c6 0%, #85cc77 100%);
}
#modular5 .content .review .review-item {
  margin-top: 30px;
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
}
#modular5 .content .review .review-item p {
  font-weight: bold;
}
#modular5 .content .review .review-item a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
#modular5 .content .review .review-item a:hover {
  text-decoration: underline;
}
#modular5 .content .review .review-images {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#modular5 .content .review .review-images img {
  width: 32%;
  height: auto;
}
#modular5 .content .review .review-button {
  display: inline-block;
  margin-top: 46px;
  line-height: 54px;
  padding: 0 30px;
  background-image: linear-gradient(90deg, #0084c6 0%, #85cc77 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}
#modular5 .content .review .review-button:hover {
  background-color: #006bb3;
  box-shadow: 0 0 20px 0 #0084c6;
}
footer {
  background-image: linear-gradient(90deg, #0084c6 0%, #85cc77 100%);
  padding: 40px 0;
}
footer .cn-title {
  color: #fff;
}
footer .row {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ffffff50;
}
footer .footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-contact img {
  margin: 0 35px;
}
footer .footer-contact h4 {
  color: #fff;
  font-size: 24px ;
}
#modular6,
#modular7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#modular6 .title-wrap,
#modular7 .title-wrap {
  width: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 144px;
}
#modular6 .title-wrap .cn-title,
#modular7 .title-wrap .cn-title {
  margin-bottom: 40px;
}
#modular6 > img,
#modular7 > img {
  margin-left: 30px;
}
#modular6 p,
#modular7 p,
#modular6 a,
#modular7 a {
  color: #fff;
  word-break: break-all;
}
#modular6 a:hover,
#modular7 a:hover {
  text-decoration: underline;
}
#modular6 {
  width: 59%;
  padding-right: 60px;
  border-right: 1px solid #ffffff50;
}
#modular7 {
  width: 40%;
  padding-left: 60px;
}
#modular7 .title-wrap .cn-title {
  margin-bottom: 0;
}
#modular7 .title-wrap .s-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
}
.guest-list {
  display: flex;
  flex-wrap: wrap;
}
.guest-list li {
  width: 25%;
  padding: 10px;
}
@media (max-width: 1440px) {
  .wrap .cont {
    max-width: 1200px;
    margin: 0 auto;
  }
  #nav .cont {
    height: 70px;
  }
  .sub-title {
    font-size: 22px;
  }
  .title-wrap .cn-title {
    font-size: 34px;
  }
  #modular4 .content .value-item > img {
    width: 600px;
  }
  #modular4 .content .value-item:nth-child(odd) .value-info {
    margin-right: unset;
  }
  #modular4 .content .value-item .value-info {
    width: 48%;
  }
  #modular4 .content .value-item > img {
    width: 48%;
  }
}
@media (max-width: 1280px) {
  .wrap .cont {
    max-width: 1000px;
    margin: 0 auto;
  }
  #nav .cont {
    height: 60px;
  }
  .sub-title {
    font-size: 20px;
  }
  .title-wrap .cn-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .pc-hide {
    display: block;
  }
  .pc-show {
    display: none;
  }
  p {
    font-size: 12px;
  }
  body {
    overflow-x: hidden;
  }
  header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: #0084c6;
  }
  header.wrap {
    padding: 10px 0;
  }
  header img {
    max-height: 20px;
  }
  header .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .manu-btn {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
  }
  header .manu-btn span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: 300ms;
    transform-origin: right;
  }
  header .manu-btn span:nth-child(1) {
    top: 0;
  }
  header .manu-btn span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
  }
  header .manu-btn span:nth-child(3) {
    bottom: 0;
  }
  header .manu-btn.active span:nth-child(1) {
    transform: rotate(-43deg);
    width: 26px;
  }
  header .manu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  header .manu-btn.active span:nth-child(3) {
    transform: rotate(43deg);
    width: 26px;
  }
  #nav {
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 200;
    width: 150px;
    background-color: #0084c6;
    display: none;
    width: 120px;
  }
  #nav .cont {
    display: block;
    height: unset;
    padding: 0;
    margin: 0;
  }
  #nav .cont .nav-item {
    padding: 10px 0;
    border: none;
    font-size: 14px;
  }
  #nav .cont .nav-item:nth-child(1) {
    border-left: unset;
  }
  #nav .cont .nav-item:hover {
    background-color: #0084c6;
  }
  #nav .cont .nav-item:hover a {
    color: #fff;
  }
  #nav .cont .nav-item.active {
    background-color: #fff;
  }
  #nav .cont .nav-item.active a {
    color: #0084c6;
  }
  #nav .cont .nav-item a {
    display: block;
    color: #fff;
  }
  .wrap {
    padding: 20px 0;
  }
  .wrap .cont {
    max-width: 100%;
    margin: 0 20px;
  }
  .wrap .row {
    display: block;
  }
  .wrap .row:not(:first-child) {
    margin-top: 30px;
  }
  .wrap .row .title-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .wrap .row .sub-title {
    font-size: 18px;
    min-width: 120px;
    display: inline-block;
    width: unset;
    font-size: 16px;
    padding: 0 15px;
  }
  .wrap .row .sub-title p {
    line-height: 30px;
  }
  .wrap .row .content {
    width: 100%;
  }
  .wrap .title-wrap {
    padding-right: 0;
  }
  .wrap .title-wrap .cn-title {
    font-size: 20px;
  }
  .wrap .title-wrap .desc {
    margin-top: 10px;
  }
  #modular1 .intro {
    display: block;
  }
  #modular1 .intro .intro-item {
    margin-top: 15px;
    padding: 15px;
  }
  #modular1 .intro .intro-item h3 {
    font-size: 18px;
  }
  #modular1 .intro .intro-item .desc {
    font-size: 14px;
  }
  #modular2 .sponsor .sponsor-item:nth-child(1) img {
    max-height: 20px;
  }
  #modular2 .sponsor .sponsor-item:nth-child(2) {
    margin-top: 20px;
    padding-top: 20px;
  }
  #modular2 .sponsor .sponsor-item:nth-child(2) img {
    max-height: 50px;
  }
  #modular2 .sponsor .sponsor-item img {
    margin-bottom: 10px;
  }
  #modular3 .guest {
    display: block;
  }
  #modular3 .guest .guest-item {
    width: 100%;
    margin-top: 30px;
  }
  #modular3 .guest .guest-item:nth-child(1) {
    border-bottom: 1px solid #33333350;
  }
  #modular3 .guest .guest-item img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    margin-top: 0;
  }
  #modular3 .guest .guest-item .guest-info {
    padding: 15px 0;
    border-top: unset;
    border-bottom: unset;
  }
  #modular3 .guest .guest-item .guest-info h3 {
    font-size: 16px;
  }
  #modular3 .guest .guest-item .guest-info p {
    font-size: 14px;
  }
  #modular3 .schedule .schedule-title {
    padding: 10px 0;
    font-size: 14px;
  }
  #modular3 .schedule .schedule-item {
    flex-wrap: wrap;
    padding: 15px 10px;
  }
  #modular3 .schedule .schedule-item .date {
    width: 25%;
    font-size: 14px;
    text-align: left;
  }
  #modular3 .schedule .schedule-item .time {
    width: 75%;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 15px;
  }
  #modular3 .schedule .schedule-item .event {
    width: 100%;
    padding-left: 25%;
  }
  #modular3 .schedule .schedule-item .event p {
    font-size: 14px;
  }
  #modular3 .schedule .schedule-item .event p:nth-child(2) {
    margin-top: 0;
  }
  #modular4 .content .value-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #modular4 .content .value-item > img {
    width: 100%;
  }
  #modular4 .content .value-item .value-info {
    width: 100%;
    margin-top: 20px;
  }
  .award .content {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin-top: 30px;
  }
  .award .content .award-item .award-title h3 {
    font-size: 14px;
  }
  .award .content .award-item .award-title h3::before,
  .award .content .award-item .award-title h3::after {
    width: 25px;
    height: 40px;
  }
  .award .content .award-item .award-title h3::before {
    left: -30px;
    background-position: right;
  }
  .award .content .award-item .award-title h3::after {
    right: -30px;
    background-position: left;
  }
  .award .content .award-item .award-desctiption {
    padding: 10px 0;
  }
  .award .content .award-item .award-desctiption p {
    font-size: 12px;
  }
  .award .content .award-item:nth-child(n+1):nth-child(-n+2) .award-desctiption {
    min-height: 100px;
  }
  .award .content .award-item:nth-child(n+3):nth-child(-n+4) .award-desctiption {
    min-height: 94px;
  }
  .award .content .award-item:nth-child(n+5):nth-child(-n+6) .award-desctiption {
    min-height: 100px;
  }
  .award .content .award-item:nth-child(n+7):nth-child(-n+9) .award-desctiption {
    min-height: 130px;
  }
  .award-link-wrap {
    padding: 30px 0;
  }
  .award-link-wrap h4 {
    font-size: 20px;
  }
  .award-link-wrap .award-link {
    flex-direction: column;
  }
  .award-link-wrap .award-link .link-item {
    margin-top: 20px;
    display: block;
  }
  .award-link-wrap .award-link .link-item:nth-child(1) {
    padding-right: 0;
  }
  .award-link-wrap .award-link .link-item:nth-child(2) {
    padding-left: 0;
  }
  .award-link-wrap .award-link .link-item img {
    margin-left: 0;
  }
  .award-link-wrap .award-link .link-item p,
  .award-link-wrap .award-link .link-item a {
    font-size: 14px;
  }
  .award-link-wrap .award-link .link-item img {
    width: 110px;
    height: 110px;
  }
  #modular4 .content .value-item {
    display: block;
    margin-top: 20px;
  }
  #modular4 .content .value-item .value-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #modular4 .content .value-item .value-info h3 span {
    margin-bottom: 0;
  }
  #modular4 .content .value-item .value-info h3 img {
    width: 40px;
  }
  #modular4 .content .value-item > img {
    margin-top: 15px;
  }
  #modular5 .content .review-title h4 {
    font-size: 14px;
    padding: 0 15px;
    line-height: 30px;
    margin-bottom: 0;
  }
  #modular5 .content .review .review-item {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #modular5 .content .review .review-item p {
    font-size: 14px;
  }
  #modular5 .content .review .review-item a {
    font-size: 14px;
    word-break: break-all;
  }
  #modular5 .content .review .review-images {
    margin-top: 30px;
  }
  #modular5 .content .review .review-button {
    font-size: 12px;
    line-height: 30px;
    margin-top: 30px;
    padding: 0 15px;
  }
  footer {
    padding: 20px 0;
  }
  footer .row {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  footer .footer-contact {
    flex-wrap: wrap;
  }
  footer .footer-contact h4 {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  footer .footer-contact img {
    margin: 15px;
  }
  footer .footer-contact a:nth-child(2) img {
    max-height: 30px;
  }
  footer .footer-contact a:nth-child(3) img {
    max-height: 24px;
  }
  #modular6,
  #modular7 {
    width: 100%;
    display: block;
  }
  #modular6 p,
  #modular7 p,
  #modular6 a,
  #modular7 a {
    font-size: 14px;
  }
  #modular6 > img,
  #modular7 > img {
    margin-left: 0;
    height: 90px;
  }
  #modular6 .title-wrap,
  #modular7 .title-wrap {
    min-height: unset;
    display: block;
  }
  #modular6 .title-wrap .cn-title,
  #modular7 .title-wrap .cn-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #modular6 {
    padding-right: 0;
    border-right: none;
  }
  #modular7 {
    padding-left: 0;
    margin-top: 30px;
  }
  #modular7 .title-wrap {
    margin-bottom: 20px;
  }
  #modular7 .title-wrap .s-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .guest-list li {
    width: 33%;
  }
}
