@keyframes scaleBig {
  from {
    opacity: .5;
    transform: scale(0.5);
  }
  to {
    opacity: .1;
    transform: scale(1);
  }
}
@keyframes moreArrow {
  from {
    transform: translateX(0);
  }
  49% {
    transform: translateX(110%);
  }
  50% {
    transform: translateX(110%);
    opacity: 0;
  }
  51% {
    transform: translateX(-110%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .fz-36 {
    font-size: 20px;
  }
  .fz-32 {
    font-size: 18px;
  }
}
.scaleBig {
  animation-name: scaleBig;
}
.moreArrow {
  animation-name: moreArrow;
}
.blank-top {
  position: relative;
}
.blank-top .clickMail {
  position: absolute;
  top: 0px;
  right: 0px;
  display: black;
  width: 50%;
  height: 100%;
}
.old-banner {
  display: none;
}
.new-banner {
  margin: 50px -14px 0;
  position: relative;
}
.new-banner .slick-arrow {
  z-index: 10;
  position: absolute;
  top: 50%;
  border: 0;
  padding: 0;
  outline: 0;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
  margin-top: -18px;
  border: 1px dotted var(--color-gray-280);
  border-radius: 4px;
  padding: 6px;
}
.new-banner .slick-arrow::before {
  font-family: iconfont;
  font-size: 16px;
  line-height: 1.5;
  width: 1.5em;
  text-align: center;
  color: var(--color-gray-280);
}
.new-banner .slick-arrow:hover {
  border: 1px solid var(--color-primary);
}
.new-banner .slick-arrow:hover::before {
  color: var(--color-primary);
}
.new-banner .slick-prev {
  left: -34px;
}
.new-banner .slick-prev::before {
  content: "\e729";
}
.new-banner .slick-next {
  right: -34px;
}
.new-banner .slick-next::before {
  content: "\ecdd";
}
@media (max-width: 1100px) {
  .new-banner .slick-arrow {
    padding: unset;
  }
  .new-banner .slick-prev {
    left: -10px;
  }
  .new-banner .slick-next {
    right: -10px;
  }
}
.apply-0724 {
  position: relative;
}
.apply-0724 .contact-apply {
  margin-right: 42%;
  min-height: 550px;
}
.apply-0724 .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apply-0724 .left {
  flex: 1;
}
.apply-0724 .left .sec-title,.apply-0724 .left .sec-desc {
  color: var(--color-white);
  max-width: unset;
  padding-right: 10%;
}
.apply-0724 .left .sec-title a,.apply-0724 .left .sec-desc a {
  color: var(--color-white);
  text-decoration: underline;
}
.apply-0724 .right {
  width: 33%;
}
@media (max-width: 768px) {
  .old-banner {
    display: block;
  }
  .new-banner {
    display: none;
  }
  .apply-0724 .contact-apply {
    margin-right: 0;
    min-height: 900px;
  }
  .apply-0724 .wrap {
    flex-direction: column;
  }
  .apply-0724 .left .sec-title {
    padding-top: 20px;
  }
  .apply-0724 .left .sec-title,.apply-0724 .left .sec-desc {
    padding-right: unset;
  }
  .apply-0724 .right {
    width: 100%;
  }
  .apply-0724 .coopf-item.col-50 {
    width: 50%;
  }
  .apply-0724 .form-input:focus,.apply-0724 .form-textarea:focus {
    background-color: var(--color-white);
  }
  .apply-0724 .form-checkbox__label {
    color: var(--color-white);
  }
  .apply-0724 .form-checkbox__label a {
    color: var(--color-white);
  }
  .apply-0724 .form-checkbox__label::before {
    border: 1px solid var(--color-white);
  }
  .apply-0724 .form-checkbox__label::after {
    background: var(--color-white);
  }
  .apply-0724 .form-submit {
    background-color: var(--color-white);
    color: var(--color-primary);
  }
}
.app-banner-0801 .pdb-img::before {
  padding-top: 252.39px;
}
.app-banner-0801 .pdb-intro {
  left: 0;
  bottom: 70px;
}
@media (max-width: 1024px) {
    .app-banner-0801 .pdb-img::before {
      padding-top: 149.19px;
    }
    .app-banner-0801 .pdb-intro {
      left: 0;
      bottom: 30px;
    }
}
@media (max-width: 768px) {
    .app-banner-0801 .pdb-img::before {
      padding-top: 139.19px;
    }
    .app-banner-0801 .pdb-intro {
        bottom:30px;
    }
}
.app-item-0801.pdv-item:nth-of-type(2n-1) {
  background-color: unset;
}
.app-item-0801.pdv-item:last-of-type {
  padding-bottom: 100px;
}
.app-teng-0801 .pdb-img::before {
  padding-top: 49.5%;
}
.app-teng-0801 .teng-title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.app-teng-0801 .pdb-intro {
  top: 50%;
  transform: translateY(-50%);
}
.app-teng-0801 .mo-teng {
  display: none;
}
.app-teng-0801 .teng-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.app-teng-0801 .teng-wrap .teng-item-list {
  height: 160px;
  width: 360px;
  position: relative;
}
.app-teng-0801 .teng-wrap .teng-item-list .teng-item {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  opacity: 0.8;
  border-radius: 8px;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1);
  background: var(--color-gray-20);
  padding: 20px;
}
.app-teng-0801 .teng-wrap .teng-item-list .teng-item .title {
  font-weight: bold;
}
.app-teng-0801 .teng-wrap .teng-item-list .teng-item::after {
  content: '';
  position: absolute;
  bottom: -11px;
  right: -11px;
  width: 20px;
  height: 20px;
  opacity: 0.15;
  border: 1px dotted var(--color-primary);
  border-radius: 50%;
  background: var(--color-primary);
  animation: scaleBig 1.5s ease infinite;
}
.app-teng-0801 .teng-wrap .teng-item-list .teng-item::before {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  }
  .app-teng-0801 .teng-wrap .teng-item-list .teng-item:hover {
  cursor: pointer;
  opacity: 1;
  transform: scale(1.1);
  transition: .5s;
  box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(1) .teng-item {
  left: 10px;
  bottom: 180px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(2) .teng-item {
  left: 25px;
  bottom: 60px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(2) .teng-item::after {
  left: -11px;
  bottom: -11px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(2) .teng-item::before {
  bottom: -5px;
  left: -5px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(3) .teng-item {
  left: -70px;
  bottom: 60px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(3) .teng-item::after {
  right: -11px;
  top: -11px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(3) .teng-item::before {
  top: -5px;
  right: -5px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(4) .teng-item {
  left: 40px;
  bottom: -35px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(4) .teng-item::after {
  left: -11px;
  top: -11px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(4) .teng-item::before {
  top: -5px;
  left: -5px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(5) .teng-item {
  left: 0;
  bottom: 0;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(5) .teng-item::after {
  right: -11px;
  top: -11px;
}
.app-teng-0801 .teng-wrap .teng-item-list:nth-child(5) .teng-item::before {
  top: -5px;
  right: -5px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.event-0817 .academy-tab .fib-label {
  transition: all .3s;
  display: inline-block !important;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
}
.event-0817 .academy-tab .fib-label::before {
  display: none;
}
.event-0817 .academy-tab .fib-label.current {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.event-0817 .academy-conf-box {
  padding: 20px;
}
.event-0817 .academy-conf-box .event-list {
  padding: 0 15px 10px;
}
.event-0817 .academy-conf-box .event-list .comm-title {
  margin-bottom: 4px;
  color: black;
}
.event-0817 .academy-conf-box .event-list .comm-title span {
  color: rgba(0, 0, 0, 0.6);
  margin-left: 6px;
  font-weight: normal;
}
.event-0817 .academy-conf-box .event-list .comm-desc {
  color: rgba(0, 0, 0, 0.8);
}
.event-0817 .academy-conf-box .list-default {
  margin-right: -5px;
  margin-left: -5px;
}
.event-0817 .academy-conf-box .list-default .list-item {
  margin-left: 5px;
  margin-right: 5px;
}
.event-0817 .academy-conf-box .list-default .tutorial-item {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.event-0817 .academy-conf-box .list-default .tutorial-item:hover {
  transition: .5s;
  box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
}
.event-0817 .academy-conf-box .list-default .tuto-item__tag {
  left: 0;
  background: var(--color-primary);
  width: fit-content;
  padding: 0.25em 1.25em;
}
.event-0817 .academy-conf-box .list-default .on-close {
  background: var(--color-warning);
}
.event-0817 .academy-conf-box .list-tutorial>li {
  margin-bottom: 20px;
}
.event-0817 .academy-conf-box .list-tutorial>li:nth-of-type(n+3) {
  margin-top: 0;
}
.event-0817 .academy-conf-box .list-tutorial>li:nth-of-type(n+7) {
  display: none;
}
.event-details {
  background: var(--color-gray-10);
}
.event-details .event-box {
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.1);
}
.event-details .event-box .tutodh-left {
  min-height: 50vh;
  width: unset;
  max-width: unset;
  flex: 1;
}
.event-details .event-box .tutodh-left .comm-title {
  padding: 50px 30px 30px;
}
.event-details .event-box .tutodh-left .confdd-body {
  padding: 0 30px;
}
.event-details .event-box .tutodh-right {
  width: 350px;
  background: var(--color-gray-20);
  border-radius: 0px 8px 8px 0px;
  padding: 50px 30px;
  box-sizing: border-box;
}
.event-details .event-box .tutodh-right .desc {
  color: var(--color-gray-280);
  margin-top: 4px;
}
.event-details .event-box .tutodh-right .comm-title {
  margin-bottom: 4px;
  color: black;
}
.event-details .event-box .tutodh-right .comm-title span {
  color: rgba(0, 0, 0, 0.6);
  margin-left: 6px;
}
.event-details .event-box .tutodh-right .comm-desc {
  color: rgba(0, 0, 0, 0.8);
}
.event-details .event-box .tutodh-right .ndetail-share a {
  margin-left: 0;
  margin-right: 10px;
  padding: 6px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: var(--color-white);
}
.event-details .event-box .tutodh-right .tutodh-btn {
  text-align: center;
  color: var(--color-white);
  background: var(--color-primary);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
.lang-pro-0808 .pdb-img::before {
  padding-top: 41.5%;
}
.lang-pro-0808 .pdp-table {
  overflow: auto;
}
.lang-pro-0808 .pdp-table table {
  min-width: 1200px;
}
.lang-pro-0808 .pdb-desc {
  font-weight: bold;
}
.lang-pro-0808 .pdb-intro {
  left: 0;
  bottom: 0;
  top: 20%;
}
.lang-pro-0808 .list-6 .serise-item {
  margin-left: 3px;
  margin-right: 3px;
}
.lang-pro-0808 .form-submit {
  line-height: 50px;
}
.lang-pro-0808 .miss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  border-radius: 8px;
}
.lang-pro-0808 .miss .title {
  color: var(--color-primary);
  font-weight: 600;
}
.lang-pro-0808 .animimg-box {
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.lang-pro-0808 .animimg-box .animimg-item {
  position: absolute;
  background: rgba(0, 57, 200, 0);
  bottom: 0;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  z-index: -1;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-white);
}
.lang-pro-0808 .animimg-box .animimg-item .title {
  font-weight: bold;
}
.lang-pro-0808 .animimg-box .animimg-item .desc {
  margin: 10px 20px 0;
}
.lang-pro-0808 .animimg-box img {
  width: 100%;
  height: auto;
}
.lang-pro-0808 .animimg-box:hover .animimg-item {
  top: 0;
  background: rgba(0, 57, 200, 0.8);
  transition: 1s;
  z-index: 2;
}
.lang-pro-0808 .list-case .list-item {
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
}
.lang-pro-0808 .list-case .list-item .app-item__title {
  height: unset;
}
.lang-pro-0808 .list-case .list-item .app-item__desc {
  height: auto;
}
.lang-pro-0808 .list-case .list-item img {
  width: 100%;
  border-radius: 8px;
}
.lang-pro-0808 .lang-proNew-0808 .animimg-mo {
  position: absolute;
  right: 10px;
  bottom: 30px;
}
.lang-pro-0808 .lang-proNew-0808 .animimg-mo .icon-plus {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: var(--color-primary);
  border-radius: 50%;
  display: inline-block;
  z-index: .5;
}
.lang-pro-0808 .lang-proNew-0808 .animimg-mo .animimg-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lang-pro-0808 .lang-proNew-0808 .animimg-mo .animimg-box .title {
  line-height: 40px;
  padding: 0 30px;
  height: 40px;
  border-radius: 30px;
  width: 170px;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .ptb-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .app-teng-0801 .teng-wrap .teng-item-list {
    height: 100px;
    width: 320px;
  }
  .app-teng-0801 .teng-wrap .teng-item-list:nth-child(1) .teng-item {
    left: 10px;
    bottom: 100px;
  }
  .app-teng-0801 .teng-wrap .teng-item-list:nth-child(2) .teng-item {
    left: 0px;
    bottom: 80px;
  }
  .app-teng-0801 .teng-wrap .teng-item-list:nth-child(3) .teng-item {
    left: -30px;
    bottom: 20px;
  }
  .app-teng-0801 .teng-wrap .teng-item-list:nth-child(4) .teng-item {
    left: 20px;
    bottom: -20px;
  }
  .app-teng-0801 .teng-wrap .teng-item-list:nth-child(5) .teng-item {
    left: 30px;
    bottom: -20px;
  }
  .event-details .tutod-header {
    display: flex;
    flex-direction: column-reverse;
  }
  .event-details .event-box .tutodh-right {
    text-align: center;
    margin-top: unset;
    width: unset;
    border-radius: unset;
  }
  .event-details .event-box .tutodh-right .mt-30 {
    margin-top: 10px;
  }
}
@media (max-width: 750px) {
  .app-teng-0801 .pdb-intro {
    display: none;
  }
  .app-teng-0801 .mo-teng {
    display: block;
    position: relative;
  }
  .app-teng-0801 .mo-teng .mo-teng-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: var(--color-gray-20);
    border-radius: 8px;
    opacity: 0.9;
    border: 1px solid var(--color-white);
  }
  .app-teng-0801 .mo-teng .mo-teng-list .mo-teng-left {
    flex: 1;
  }
  .app-teng-0801 .mo-teng .mo-teng-list .title {
    font-weight: bold;
  }
  .app-teng-0801 .mo-teng .mo-teng-list .teng-img {
    width: 25%;
    height: auto;
  }
  .app-teng-0801 .mo-teng .mo-teng-list .teng-img img {
    width: 100%;
    height: auto;
  }
  .lang-pro-0808 .pdb-img::before {
    padding-top: 155%;
  }
  .lang-pro-0808 .list-iseries li {
    width: 50%;
  }
  .lang-pro-0808 .lang-proNew-0808 .list-3 li {
    width: 100%;
  }
  .lang-pro-0808 .miss {
    flex-wrap: wrap;
    padding: 15px 20px;
  }
  .lang-pro-0808 .miss .miss-left {
    width: 100%;
    text-align: center;
  }
  .lang-pro-0808 .miss .miss-right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .lang-pro-0808 .miss .title {
    color: var(--color-primary);
    font-weight: 600;
  }
}
@media (max-width: 640px) {
  .event-0817 .list-tutorial>li:nth-of-type(n+2) {
    margin-top: 0;
  }
  .tuto-item__title {
    height: auto;
    max-height: 2.5em;
  }
}
.retain-1101 .retain-btn {
  background: var(--color-white);
  display: inline-block;
  color: var(--color-primary);
  line-height: 50px;
  height: 50px;
  border-radius: 10px;
  padding: 0 45px;
}
.retain-1101 .list-default {
  margin-left: -10px;
  margin-right: -10px;
}
.retain-1101 .news-item {
  border-radius: 10px;
  margin: 0 10px;
  position: relative;
}
.retain-1101 .news-item .news-item__img {
  border-radius: 10px;
}
.retain-1101 .news-item .news-item__img::before {
  padding-top: 130% !important;
}
.retain-1101 .news-item .news-item__intro {
  position: absolute;
  bottom: 0;
  top: 0;
}
.retain-1101 .news-item .news-item__intro .news-item__title {
  color: var(--color-white) !important;
  height: 1.8em;
}
.retain-1101 .news-item .news-item__intro .news-item__desc {
  color: var(--color-white) !important;
}
.retain-1101 .news-item .news-item__intro .news-item__bottom {
  position: absolute;
  bottom: 20px;
  width: 60%;
  left: 20%;
  border-radius: 25px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border: unset;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retain-1101 .news-item .news-item__intro .news-item__bottom img {
  margin-left: 10px;
  width: 38px;
  opacity: .5;
}
.retain-1101 .news-item:hover .news-item__intro .news-item__bottom img {
  opacity: 1;
  width: 40px;
  transition: .2s;
}
.retain-1101 .apply-0724 .comm-wrap {
  display: flex;
  justify-content: space-between;
}
.retain-1101 .apply-0724 .comm-wrap .left {
  width: 50%;
  margin-right: 50px;
  padding-bottom: 100px;
}
.retain-1101 .apply-0724 .comm-wrap .left .one-time {
  padding-bottom: 50px;
}
.retain-1101 .apply-0724 .comm-wrap .left .one-time img {
  width: 100%;
  height: auto;
}
.retain-1101 .apply-0724 .comm-wrap .left .one-time .slick-arrow {
  z-index: 10;
  position: absolute;
  border: 0;
  padding: 0;
  outline: 0;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 57, 200, 0.2);
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  bottom: 0;
}
.retain-1101 .apply-0724 .comm-wrap .left .one-time .slick-arrow::before {
  font-family: iconfont;
  font-size: 16px;
  text-align: center;
  color: var(--color-white);
}
.retain-1101 .apply-0724 .comm-wrap .left .one-time .slick-arrow:hover {
  background: var(--color-primary);
}
.retain-1101 .apply-0724 .comm-wrap .left .one-time .slick-prev {
  right: 50px;
}
.retain-1101 .apply-0724 .comm-wrap .left .one-time .slick-prev::before {
  content: "\e729";
}
.retain-1101 .apply-0724 .comm-wrap .left .one-time .slick-next {
  right: 0;
}
.retain-1101 .apply-0724 .comm-wrap .left .one-time .slick-next::before {
  content: "\ecdd";
}
.retain-1101 .apply-0724 .comm-wrap .right {
  width: 50%;
}
.retain-1101 .apply-0724 .comm-wrap .right .comm-title {
  margin-bottom: 10px;
}
.retain-1101 .apply-0724 .comm-wrap .right .comm-desc {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.retain-1101 .apply-0724 .comm-wrap .right .comm-desc span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--color-primary);
  border-radius: 50%;
  margin-right: 6px;
}
.retain-1101 .apply-0724 .comm-wrap .right .coopf-item__wrap {
  min-height: 40px;
}
.retain-1101 .apply-0724 .comm-wrap .right .coopf-item__wrap .form-input {
  height: 40px;
  line-height: 40px;
}
.retain-1101 .apply-0724 .comm-wrap .right .coopf-item__wrap .select2-selection--single {
  height: 40px;
}
.retain-1101 .apply-0724 .comm-wrap .right .coopf-item__wrap .select2-selection__rendered {
  line-height: 40px;
}
.retain-1101 .apply-0724 .comm-wrap .right .coopf-item__wrap .select2-container {
  max-width: 221px !important;
}
.retain-1101 .apply-0724 .comm-wrap .right .coopf-item__wrap .select2-selection__arrow::before {
  line-height: 16px !important;
}
.retain-1101 .apply-0724 .comm-wrap .right .sec-desc {
  display: none;
}
.retain-1101 .retain-item {
  background: var(--color-gray-50);
}
.retain-1101 .retain-item__wrap {
  min-height: 300px;
}
.retain-1101 .retain-item__wrap .pdv-item__intro .pdv-item__title {
  position: relative;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  transition: all .3s;
  border-bottom: 1px solid var(--color-black);
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
}
.retain-1101 .retain-item__wrap .pdv-item__intro .pdv-item__title::after {
  content: "\ecdf";
  font-family: iconfont;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 24px;
  width: 1em;
  height: 1em;
  margin-top: -.5em;
  line-height: 1;
  transition: transform .3s;
  right: 0;
  font-size: 18px;
  color: var(--color-primary);
}
.retain-1101 .retain-item__wrap .pdv-item__intro .pdv-item__body {
  display: none;
  position: relative;
}
.retain-1101 .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img {
  position: absolute;
  top: -60px;
  right: -570px;
  max-width: 500px;
}
.retain-1101 .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img:hover img {
  transform: scale(1.08);
  transition: .5s;
}
.retain-1101 .retain-item__wrap .pdv-item__intro:nth-child(2) .pdv-item__body .pdv-item__img {
  top: -120px;
}
.retain-1101 .retain-item__wrap .pdv-item__intro:nth-child(3) .pdv-item__body .pdv-item__img {
  top: -180px;
}
.retain-1101 .retain-item__wrap .pdv-item__intro:nth-child(4) .pdv-item__body .pdv-item__img {
  top: -240px;
}
.retain-1101 .retain-item__wrap .pdv-item__intro.active .pdv-item__title {
  border: unset;
}
.retain-1101 .retain-item__wrap .pdv-item__intro.active .pdv-item__title::after {
  transform: rotate(180deg);
}
.retain-1101 .retain-item__wrap .pdv-item__intro.active .pdv-item__body {
  padding: 0 0 20px;
  display: block;
  border-bottom: 1px solid var(--color-black);
}
@media (max-width: 1024px) {
  .retain-1101 .apply-0724 .comm-wrap {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .retain-1101 .apply-0724 .comm-wrap .left {
    margin-right: 50px;
    padding-bottom: 100px;
  }
  .retain-1101 .apply-0724 .comm-wrap .left .sec-desc {
    display: inline-block;
  }
  .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img {
    right: -500px !important;
    max-width: 450px !important;
  }
}
@media (max-width: 820px) {
  .retain-1101 .pd-apply {
    margin: 20px;
    border-radius: 10px;
  }
  .retain-1101 .ptb-100 {
    padding: 30px 0;
  }
  .retain-1101 .apply-0724 .comm-wrap {
    padding: unset;
    flex-direction: column;
  }
  .retain-1101 .apply-0724 .comm-wrap .left {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin: 0;
  }
  .retain-1101 .apply-0724 .comm-wrap .left .sec-desc {
    display: none;
  }
  .retain-1101 .apply-0724 .comm-wrap .right {
    width: 100%;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 20px 20px 50px;
    box-sizing: border-box;
  }
  .retain-1101 .apply-0724 .comm-wrap .right .comm-desc span {
    background: var(--color-white);
  }
  .retain-1101 .apply-0724 .comm-wrap .right .blue {
    color: var(--color-white);
  }
  .retain-1101 .apply-0724 .comm-wrap .right .form-submit {
    background: var(--color-white);
    color: var(--color-primary);
  }
  .retain-1101 .apply-0724 .comm-wrap .right .sec-desc {
    display: block;
    color: var(--color-white);
  }
  .retain-1101 .apply-0724 .comm-wrap .right .sec-desc a {
    color: var(--color-white);
    text-decoration: underline;
  }
  .retain-1101 .retain-item {
    background: var(--color-white);
  }
  .retain-1101 .retain-item__wrap {
    height: unset;
    background: var(--color-gray-50);
    padding: 20px;
  }
  .retain-1101 .retain-item__wrap .pdv-item__intro {
    width: 100%;
    margin-top: unset;
  }
  .retain-1101 .retain-item__wrap .pdv-item__intro .pdv-item__body {
    display: none;
    position: relative;
    padding: 0 0 20px;
  }
  .retain-1101 .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img {
    position: unset;
    max-width: 100%;
    margin-top: 20px;
  }
  .retain-1101 .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img .plyr-iframe-bg img {
    transform: unset;
  }
  .retain-1101 .news-item .news-item__intro .news-item__bottom {
    justify-content: space-around;
    font-size: 14px;
    left: 50%;
    width: 45%;
    height: 40px;
    line-height: 40px;
    background: var(--color-gray-940);
  }
  .retain-1101 .news-item .news-item__intro .news-item__bottom .fw-500 {
    padding-left: 10px;
  }
  .retain-1101 .news-item .news-item__intro .news-item__bottom img {
    margin: unset;
    width: 26px;
    opacity: 1;
  }
}
.application_1109 {
  width: 75%;
}
.application_1109 .title {
  position: relative;
}
.application_1109 .title::before {
  content: '';
  position: absolute;
  width: 70px;
  border: 2px solid var(--color-primary);
  top: -16px;
  left: 0;
}
.application_1109 .form-box {
  width: 70%;
}
.application_1109 .form-box .coopf-item__wrap {
  margin-left: 8px;
  margin-right: 8px;
}
.application_1109 .form-box .coopf-item__wrap .form-input,.application_1109 .form-box .coopf-item__wrap .form-textarea {
  border-radius: 8px;
}
.application_1109 .form-box .coopf-item__wrap .select2-selection--single {
  border-radius: 8px !important;
}
.application_1109 .form-box .form-submit {
  padding: 0 50px;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .application_box {
    margin-top: 100px;
  }
  .application_1109 {
    padding-bottom: 40px;
  }
  .application_1109 .fz-40 {
    font-size: 24px;
  }
  .application_1109 .form-box .form-submit {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1280px) {
  .application_1109 {
    padding-bottom: 80px;
  }
  .application_1109 .form-box .mt-20 {
    margin-top: 16px;
  }
}
@media (max-width: 1024px) {
  .application_box {
    display: flex;
    background: var(--color-white) !important;
    flex-direction: column-reverse;
    margin-top: unset;
  }
  .application_box .services-banner__txt {
    position: unset;
  }
  .application_box .application_1109 {
    margin-top: 50px;
    padding-bottom: unset;
    width: 100%;
    box-sizing: border-box;
  }
  .application_box .application_1109 .form-box {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .application_box .application_1109 .coopf-item.col-33 {
    width: 50%;
  }
}