.header {
  background-color: #ffffff !important;
}
.header .mobile .bn-navigation a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.header .mobile .bn-navigation a img {
  width: 28px;
  height: 28px;
}
.header .mobile .bn-navigation a .l {
  display: block;
}
.header .mobile .bn-navigation a .s {
  display: none;
}
.header .mobile .bn-navigation a p {
  font-size: 14px;
  line-height: 16px;
  color: #B4BAC7;
  text-decoration: none;
  margin-bottom: 0;
}
.header .mobile .bn-navigation a.active p {
  color: #1D7A8D;
}
.header .mobile .bn-navigation a.active .l {
  display: none;
}
.header .mobile .bn-navigation a.active .s {
  display: block;
}
.header .pc .bn-navigation a {
  color: #B4BAC7;
}
.header .pc .bn-navigation ul li.njls-nav-english a:hover,
.header .pc .bn-navigation ul li.njls-nav-chinese a:hover,
.header .pc .bn-navigation ul li.njls-nav-login a:hover,
.header .pc .bn-navigation ul li.njls-nav-register a:hover {
  /*color: #901b21;*/
  color: #1D7A8D;
}
.header .pc .bn-navigation ul li:hover > a {
  color: #1D7A8D !important;
}
@media (max-width: 768px) {
  .header-inner.mobile .bn-navigation ul li {
    padding: 8px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.maxW {
  max-width: 750px;
  margin: 0 auto;
}
.mainBox {
  min-height: 100vh;
  background: url('../images/home-bg.png') no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mainBox p {
  margin-bottom: 0;
}
.mainBox.safe-area {
  padding-bottom: -webkit-calc(20px + 60px + env(safe-area-inset-bottom));
  padding-bottom: -moz-calc(20px + 60px + env(safe-area-inset-bottom));
  padding-bottom: calc(20px + 60px + env(safe-area-inset-bottom));
}
.mainBox .topImg {
  width: 100%;
  margin-bottom: 0.65671642rem;
}
.mainBox .topImg img {
  width: 100%;
  height: auto;
}
.mainBox .box {
  margin: 0 20px;
  margin-top: 20px;
}
.mainBox .boxL {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-start;
  justify-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.89552239rem;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mainBox .boxL .titleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.52238806rem;
  height: 2.62686567rem;
  background: url('../images/title-bg.png') no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.mainBox .boxL .titleBox p {
  font-size: 1.07462687rem;
  color: #F6FFFE;
}
.mainBox .boxL .box-1 {
  margin-top: 1.73134328rem;
  /*width: 17.91044776rem;*/
  width:100%;
  height: auto;
}
.mainBox .boxL .desc {
  font-size: 16px;
  color: #004862;
  margin-top: 0.71641791rem;
}
.mainBox .boxL .btnFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 0.95522388rem;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.mainBox .boxL .btnFlex .btnSubmit {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.64179104rem;
  height: 2.02985075rem;
  background: url('../images/sb.png') no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  text-decoration: none;
}
.mainBox .boxL .btnFlex .btnSubmit p {
  font-size: 0.8358209rem;
  color: #FFFFFF;
}
.mainBox .boxNotice .text {
  margin-top: 0.8358209rem;
  font-size: 14px;
  color: #4A5150;
  line-height: 20px;
}
.mainBox .boxNotice .text p {
  margin-bottom: 10px;
  text-indent: 25px;
}
.navBar {
  position: fixed;
  bottom: 0;
  left: 50%;
  height: 60px;
  width: 100%;
  max-width: 750px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-bottom: -webkit-calc(env(safe-area-inset-bottom));
  padding-bottom: -moz-calc(env(safe-area-inset-bottom));
  padding-bottom: calc(env(safe-area-inset-bottom));
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.navBar a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.navBar a img {
  width: 28px;
  height: 28px;
}
.navBar a p {
  font-size: 14px;
  line-height: 16px;
  color: #B4BAC7;
  text-decoration: none;
}
.navBar a.active p {
  color: #1D7A8D;
}
.loginWrapp {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(46, 43, 43, 0.77);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginWrapp.hide {
  display: none;
}
.loginWrapp .loginBox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0.95522388rem;
  width: 18.68656716rem;
  height: 20rem;
  background: #F2FDFF;
  border-radius: 12px 12px 12px 12px;
}
.loginWrapp .loginBox .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 5px;
  font-weight: bold;
  font-size: 24px;
  color: #004862;
  margin-bottom: 1.79104478rem;
}
.loginWrapp .loginBox .loginForm .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.86567164rem;
  border-bottom: 1px solid #6FA9B6;
}
.loginWrapp .loginBox .loginForm .row .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.31343284rem;
  height: 1.31343284rem;
  font-size: 0;
  margin-right: 10px;
}
.loginWrapp .loginBox .loginForm .row .icon img {
  width: 100%;
  height: 100%;
}
.loginWrapp .loginBox .loginForm .row .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2.26865672rem;
  overflow: hidden;
  font-size: 0;
}
.loginWrapp .loginBox .loginForm .row .input input {
  width: 100%;
  font-size: 0.8358209rem;
  height: 2.26865672rem;
  line-height: 2.26865672rem;
  background: #F2FDFF;
}
.loginWrapp .loginBox .loginForm .row .code {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  background-color: #D9D9D9;
  width: 4.95522388rem;
  height: 1.79104478rem;
}
.loginWrapp .loginBox .desc {
  margin-top: 0.95522388rem;
  font-size: 14px;
  color: #879E9D;
}
.loginWrapp .loginBox .btn {
  letter-spacing: 5px;
  width: 9.55223881rem;
  height: 2.56716418rem;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0  auto;
  margin-top: 2.86567164rem;
  background: url('../images/sb.png') no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  font-size: 0.95522388rem;
  color: #FFFFFF;
}
#scrollUp {
  background-color: #217C8B !important;
  border-color: #217C8B !important;
}
.jdsx2025Box {
  min-height: 100vh;
  overflow-y: auto;
  background: url('../images/submit-bg.png') no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.jdsx2025Box .aki-btn-primary {
  background-color: #217C8B !important;
  border-color: #217C8B !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.jdsx2025Box .title {
  font-weight: bold;
  font-size: 40px;
  color: #004862;
  text-align: center;
  letter-spacing: 5px;
  line-height: 50px;
  padding-top: 30px;
}
.jdsx2025Box .desc {
  font-weight: bold;
  font-size: 16px;
  color: #007178;
  text-align: center;
}
.jdsx2025Box .contact_from {
  margin-top: 30px;
  background-image: url('../images/b-t.png'), url('../images/b-b.png');
  background-position: top,bottom;
  background-repeat: no-repeat, no-repeat;
  -o-background-size: 100%, 100%;
     background-size: 100%, 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 100px;
}
.jdsx2025Box .contact_from::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 6%;
  margin-bottom: 6%;
  background-image: url('../images/b-c.png');
  background-repeat: repeat;
  -o-background-size: 100%;
     background-size: 100%;
  z-index: 1;
}
.jdsx2025Box .contact_from::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 6%;
  margin-bottom: 6%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1fdff), to(#ceeff3));
  background: -webkit-linear-gradient(top, #f1fdff, #ceeff3);
  background: -moz- oldlinear-gradient(top, #f1fdff, #ceeff3);
  background: -o-linear-gradient(top, #f1fdff, #ceeff3);
  background: linear-gradient(to bottom, #f1fdff, #ceeff3);
  z-index: 0;
}
.jdsx2025Box .contact_from .form {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  padding: 2%;
}
.jdsx2025Box .contact_from .aki-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #6FA9B6;
  margin-bottom: 0 !important;
}
.jdsx2025Box .contact_from .aki-form-group:last-child {
  border-bottom: none;
}
.jdsx2025Box .contact_from .aki-form-group .aki-form-title {
  font-size: 16px;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-wrap: nowrap;
  white-space: nowrap;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: #2D2D2D;
}
.jdsx2025Box .contact_from .aki-form-group .aki-input-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jdsx2025Box .contact_from .aki-form-group .aki-form-control {
  background-color: transparent;
  text-align: right;
  -moz-text-align-last: right;
       text-align-last: right;
  font-family: none;
  border: none;
}
.jdsx2025Box .contact_from .aki-form-group .aki-form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-image,
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-video {
  display: block;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-image .aki-btn,
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-video .aki-btn {
  width: 100px;
  height: 100px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  color: #217C8B;
  border-color: #217C8B;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-image .moxie-shim,
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-video .moxie-shim {
  z-index: 1;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-image .aki-form-progress,
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-video .aki-form-progress {
  margin-top: 5px;
  margin-bottom: 10px;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-image .aki-slideshow-wrapper,
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-video .aki-slideshow-wrapper {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 0;
  margin-top: 0;
  left: 110px;
  background-color: transparent;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-image .aki-slideshow-wrapper img,
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-video .aki-slideshow-wrapper img {
  width: 100%;
  height: 100%;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-video .aki-slideshow-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-video .aki-slideshow-wrapper div {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-video video {
  width: 100% !important;
  height: auto !important;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-video .fileDelete::after {
  content: '删除';
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table {
  display: block;
  border-bottom: none;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .aki-form-progress,
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .aki-slideshow-wrapper {
  margin-top: 0;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .aki-form-title {
  margin-bottom: 0;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .table-bordered {
  border: none;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .table-bordered td,
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .table-bordered th {
  border: none;
  vertical-align: middle;
  padding: 0 0.75rem;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .table-bordered tr {
  background-color: transparent;
  border-bottom: 1px solid #6FA9B6;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .table-bordered tr td:first-child {
  text-align: left !important;
  color: #2D2D2D;
  font-size: 14px;
  width: 40%;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .table-bordered tr td:last-child {
  padding-right: 0;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .aki-form-control {
  font-size: 14px;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .table {
  background: rgba(128, 210, 224, 0.18);
  border: 10px solid rgba(128, 210, 224, 0.18);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-table .table .delTableItem {
  margin-top: 10px;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-textarea {
  display: block;
}
.jdsx2025Box .contact_from .aki-form-group.aki-datatype-textarea .aki-form-control {
  background-color: #ffffff;
  margin-bottom: 5px;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
.jdsx2025Box .contact_from #submitReg {
  background: url('../images/sb.png') no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: relative;
  border: none;
}
.boxBgImg {
  background-image: url('../images/b-t.png'), url('../images/b-b.png');
  background-position: top,bottom;
  background-repeat: no-repeat, no-repeat;
  -o-background-size: 100%, 100%;
     background-size: 100%, 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 100px;
}
.boxBgImg::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 6%;
  margin-bottom: 6%;
  background-image: url('../images/b-c.png');
  background-repeat: repeat;
  -o-background-size: 100%;
     background-size: 100%;
  z-index: 1;
}
.boxBgImg::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 6%;
  margin-bottom: 6%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1fdff), to(#ceeff3));
  background: -webkit-linear-gradient(top, #f1fdff, #ceeff3);
  background: -moz- oldlinear-gradient(top, #f1fdff, #ceeff3);
  background: -o-linear-gradient(top, #f1fdff, #ceeff3);
  background: linear-gradient(to bottom, #f1fdff, #ceeff3);
  z-index: 0;
}
.myPage {
  min-height: 100vh;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECFAFD), to(#83D3E2));
  background: -webkit-linear-gradient(top, #ECFAFD, #83D3E2);
  background: -moz- oldlinear-gradient(top, #ECFAFD, #83D3E2);
  background: -o-linear-gradient(top, #ECFAFD, #83D3E2);
  background: linear-gradient(to bottom, #ECFAFD, #83D3E2);
}
.myPage .userInfoBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  margin-bottom: 42px;
}
.myPage .userInfoBox .avaBox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background-color: #ffffff;
}
.myPage .userInfoBox .avaBox img {
  width: 100%;
  height: 100%;
}
.myPage .userInfoBox .info p {
  margin-bottom: 0;
}
.myPage .userInfoBox .info .name {
  color: #1C1C1C;
  font-size: 20px;
  line-height: 24px;
}
.myPage .userInfoBox .info .id {
  color: #707070;
  font-size: 12px;
}
.myPage .box {
  background: #F1FDFF;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.myPage .box .title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.myPage .rowBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  padding-bottom: 15px;
}
.myPage .rowBox .imgBox {
  width: 109px;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  background-color: #f0f0f0;
}
.myPage .rowBox .imgBox img {
  width: 100%;
  height: 100%;
}
.myPage .rowBox .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.myPage .rowBox .right p {
  margin-bottom: 0;
}
.myPage .rowBox .right .t {
  color: #343A39;
  font-size: 16px;
  line-height: 18px;
}
.myPage .rowBox .right .tag {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #B48944;
  background: rgba(255, 215, 150, 0.38);
  padding: 0 16px;
}
.myPage .rowBox .right .desc {
  line-height: 1.2em;
  font-size: 12px;
  padding-top: 5px;
  color: #B48944;
}
.myPage .navList {
  margin-top: 20px;
  padding-bottom: 0;
  padding-top: 0;
}
.myPage .navList ul {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
.myPage .navList ul li {
  list-style: none;
  list-style-image: none;
}
.myPage .navList ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.myPage .navList ul li a .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.myPage .navList ul li a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #333334;
}
.myPage .navList ul li a .right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 28px;
  height: auto;
}
.myPage .navList ul li a::after {
  content: '';
  display: block;
  height: 1px ;
  background-color: #EBEBEB;
  bottom: 0;
  left: 36px;
  right: 0;
  position: absolute;
}
.myPage .navList ul li:last-child a::after {
  display: none;
}
.myWorkPage {
  min-height: 100vh;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECFAFD), to(#83D3E2));
  background: -webkit-linear-gradient(top, #ECFAFD, #83D3E2);
  background: -moz- oldlinear-gradient(top, #ECFAFD, #83D3E2);
  background: -o-linear-gradient(top, #ECFAFD, #83D3E2);
  background: linear-gradient(to bottom, #ECFAFD, #83D3E2);
  overflow: hidden;
  padding-top: 20px;
}
.myWorkPage .box {
  background: #F1FDFF;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.myWorkPage .box .title {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 600;
}
.myWorkPage .box .row-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  font-size: 14px;
}
.myWorkPage .box .row-l .t {
  font-weight: 600;
  padding-right: 10px;
  text-wrap: nowrap;
  white-space: nowrap;
}
.myWorkPage .box .row-l .p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 0;
  white-space: wrap;
  overflow-wrap: anywhere;
}
.myWorkPage .box .coverImg {
  width: 100%;
  height: auto;
}
.myWorkPage .box .aki-btn-primary {
  background-color: #217C8B !important;
  border-color: #217C8B !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.submitOkPage {
  min-height: 100vh;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECFAFD), to(#83D3E2));
  background: -webkit-linear-gradient(top, #ECFAFD, #83D3E2);
  background: -moz- oldlinear-gradient(top, #ECFAFD, #83D3E2);
  background: -o-linear-gradient(top, #ECFAFD, #83D3E2);
  background: linear-gradient(to bottom, #ECFAFD, #83D3E2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitOkPage .infoCenter p {
  font-size: 1.5rem;
  text-align: center;
}
.submitOkPage .infoCenter .aki-btn-primary {
  background-color: #217C8B !important;
  border-color: #217C8B !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.submitOkPage .infoCenter .aki-mt-4,
.submitOkPage .infoCenter .aki-submit-title {
  text-align: center;
}
.container:has(> div.aki-signup-wrapper) {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECFAFD), to(#83D3E2));
  background: -webkit-linear-gradient(top, #ECFAFD, #83D3E2);
  background: -moz- oldlinear-gradient(top, #ECFAFD, #83D3E2);
  background: -o-linear-gradient(top, #ECFAFD, #83D3E2);
  background: linear-gradient(to bottom, #ECFAFD, #83D3E2);
}
.container:has(> div.aki-signup-wrapper) .aki-signup-wrapper {
  padding: 0;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.container:has(> div.aki-signup-wrapper) .aki-signup-wrapper .aki-signup-body {
  padding: 20px 0;
  padding-top: 0;
  overflow: auto;
}
.container:has(> div.aki-signup-wrapper) .aki-signup-wrapper .aki-signup-body br {
  display: none;
}
.container:has(> div.aki-signup-wrapper) .aki-signup-wrapper .aki-btn-primary {
  background-color: #217C8B !important;
  border-color: #217C8B !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.container:has(> div.aki-signup-wrapper) .aki-signup-wrapper a {
  color: #217C8B !important;
}
.container:has(> div.aki-signup-wrapper) .aki-signup-wrapper .sendCode {
  background-color: #217C8B !important;
  border-color: #217C8B !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-left: 5px;
}
.container:has(> div.aki-signup-wrapper) .aki-signup-wrapper .to-login-btn {
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #217C8B !important;
  border-color: #217C8B !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ffffff !important;
  margin-top: 20px;
  display: inline-block;
}
.container:has(> div.aki-signup-wrapper) .aki-signup-wrapper .aki-alert {
  margin-top: 10px !important;
}
.container:has(> div.aki-signup-wrapper) .aki-signup-wrapper .tip-t {
  display: block !important;
  font-size: 12px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .container:has(> div.aki-signup-wrapper) {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container:has(> div.aki-signup-wrapper) {
    background: transparent;
  }
}
.notices-pgae {
  min-height: 100vh;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECFAFD), to(#83D3E2));
  background: -webkit-linear-gradient(top, #ECFAFD, #83D3E2);
  background: -moz- oldlinear-gradient(top, #ECFAFD, #83D3E2);
  background: -o-linear-gradient(top, #ECFAFD, #83D3E2);
  background: linear-gradient(to bottom, #ECFAFD, #83D3E2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.notices-pgae .box {
  margin: 0 20px;
  width: 100%;
  margin-top: 20px;
}
.notices-pgae .box .boxL {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-start;
  justify-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.89552239rem;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.notices-pgae .box .boxL .titleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.52238806rem;
  height: 2.62686567rem;
  background: url('../images/title-bg.png') no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.notices-pgae .box .boxL .titleBox p {
  font-size: 1.07462687rem;
  color: #F6FFFE;
  margin-bottom: 0;
}
.notices-pgae .box .boxL .text {
  margin-top: 0.8358209rem;
  font-size: 14px;
  color: #4A5150;
  line-height: 20px;
}
.notices-pgae .box .boxL .text p {
  margin-bottom: 10px;
  text-indent: 25px;
}
.contact-page .text {
  font-size: 16px !important;
}
.contact-page .text p {
  margin-bottom: 10px;
  text-indent: 0 !important;
  text-wrap: nowrap;
  word-wrap: nowrap;
}
.contact-page .text p span {
  display: inline-block;
  width: 80px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.judgeMarkPage .aki-form-group {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.judgeMarkPage .aki-form-group label {
  text-wrap: nowrap;
}
.judgeMarkPage .searchBox {
  margin-bottom: 0 !important;
  margin-top: 60px !important;
}
.judgeMarkPage .album {
  margin-top: 0rem !important;
}
.judgeMarkPage .imgBoxCover {
  height: 0;
  padding-top: 86%;
  position: relative;
}
.judgeMarkPage .imgBoxCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.judgeMarkPage .rankBoxNum {
  position: absolute;
  min-width: 50px;
  padding: 0 10px;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  z-index: 10;
  color: #ffffff;
  background: url('../images/ph.png') no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.judgeMarkPage .rankBoxNum span {
  padding-bottom: 5px;
}
.judgeDetailPage {
  padding-top: 40px;
  height: -webkit-calc(100vh - 80px);
  height: -moz-calc(100vh - 80px);
  height: calc(100vh - 80px);
  overflow: hidden;
}
.judgeDetailPage .h100 {
  height: 100%;
  overflow: hidden;
}
.judgeDetailPage .card-header {
  font-weight: 600;
  color: #333;
  background: #fff;
  font-size: 16px;
}
.judgeDetailPage .card-body {
  overflow: auto;
}
.judgeDetailPage .card-body .customRow {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
}
.judgeDetailPage .card-body .customRow .name {
  font-weight: 600;
  min-width: 80px;
  text-align: right;
  margin-right: 15px;
  color: #333;
}
.judgeDetailPage .card-body .aki-work-text-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  padding: 0.3rem 0rem;
}
.judgeDetailPage .card-body .aki-work-text-item p {
  margin-bottom: 0 !important;
}
.judgeDetailPage .card-body .aki-work-text-item .mb-2 {
  color: #333;
  text-align: right;
  font-weight: 600;
  text-wrap: nowrap;
  word-wrap: nowrap;
  min-width: 80px;
  margin-right: 15px;
}
.judgeDetailPage .card-body .workTableName {
  font-weight: 600;
  color: #333;
  padding-top: 10px;
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 10px;
}
.judgeDetailPage .card-body .table td,
.judgeDetailPage .card-body .table th {
  padding: 0.4rem 0.75rem;
}
.judgeDetailPage .card-body .full-video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
  position: relative;
  margin-top: 10px !important;
}
.judgeDetailPage .card-body .full-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.judgeDetailPage .card-body .aki-card {
  border: none;
  margin: 0;
}
.judgeDetailPage .card-body .aki-card .card-subtitle {
  margin-top: 0 !important;
}
.judgeDetailPage .card-body .aki-card .aki-form-group h5 {
  font-size: 16px;
}
.judgeDetailPage .card-body .aki-card .aki-form-group h2 {
  font-size: 18px;
}
.judgeDetailPage .card-body .aki-card .aki-form-group p {
  font-size: 14px;
  line-height: 30px;
}
.judgeDetailPage .card-body .text-center .btn-info {
  color: #ffffff !important;
  background-color: #377dff !important;
  border-color: #377dff !important;
}
@media (max-width: 992px) {
  .judgeDetailPage {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .judgeDetailPage {
    height: auto;
    padding-bottom: 70px;
  }
  .judgeDetailPage .h100 {
    height: auto;
  }
  .judgeDetailPage .card {
    margin-bottom: 20px;
  }
}
