input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="file"],
input[type="password"],
textarea,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none !important;
}

body {
  background: linear-gradient(180deg, #4362e2 0%, #2c3fc5 100%);
}

html {
  font-size: 16px;
}

.header-container {
  width: 100%;
  min-width: 1230px;
  height: 71px;
  position: relative;
  z-index: 10000;
  /*background-color: #01023D;*/
}

.header-bar {
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 71px;
  /*border-bottom: #E6E6E6 1px solid;*/
  background: #4261e1;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.header-bar-filler {
  width: 100%;
  height: 100%;
}

.header-scroll-box {
  width: 100%;
  height: 0px;
}

.header-logo {
  width: 260px;
  height: 40px;
  display: block;
  margin-left: 15px;
  flex: none;
}

.header-logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.header-nav-container {
  flex: 1;
  height: 100%;
  overflow: hidden;
  padding: 0 12px;
  box-sizing: border-box;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.header-nav {
  width: auto;
  white-space: nowrap;
  height: 100%;
  display: flex;
  position: relative;
  top: -9999px;
}

.header-nav-show-item {
  width: auto;
  white-space: nowrap;
  height: 100%;
  display: flex;
}

.header-nav .header-nav-item,
.header-nav-show-item .header-nav-item {
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  margin: 0 12px;
  white-space: nowrap;
  width: auto;
  height: 100%;
  /* display: flex;
  align-items: center; */
  /* border-bottom: #01023d 3px solid; */
  /* border-top: #01023d 3px solid; */
  line-height: 70px;
  box-sizing: border-box;
}

.header-nav-item-checked {
  border-bottom: #fff 3px solid;
}

.header-nav .header-nav-item:hover,
.header-nav-show-item .header-nav-item:hover {
  color: #fff;
  border-bottom: #fff 3px solid;
  box-sizing: border-box;
  text-decoration: none;
}

.header-nav-item-block {
  position: relative;
  padding: 0 24px 0 0px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: none;
  color: #fff;
}

.header-nav-hide-item {
  position: absolute;
  min-width: 100%;
  top: 100%;
  display: none;
  left: 0px;
  background: #fff;
  border: #e6e6e6 1px solid;
  z-index: 10;
  padding: 8px 0px;
  box-sizing: border-box;
  width: auto;
}

.header-nav-item-block:hover .header-nav-hide-item {
  display: block;
}

.header-nav-hide-item .header-nav-item {
  font-weight: 500;
  color: #1d1e22;
  line-height: 32px;
  padding: 0 15px;
  white-space: nowrap;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.header-nav-hide-item .header-nav-item:hover {
  background: #0196ff;
  color: #fff;
}

.header-right {
  flex: none;
  /*background: linear-gradient(270deg, #FD9962 0%, #F96033 100%);*/
  /*background: -webkit-linear-gradient(180deg, #FD9962 0%, #F96033 100%);*/
  width: auto;
  height: 100%;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.header-right:before {
  width: 0px;
  height: 0px;
  border-top: transparent 70px solid;
  border-right: #f96033 10px solid;
  position: absolute;
  left: -10px;
  top: 0px;
  content: "";
  display: none;
}

.header-right-btn {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #fff;
  display: block;
  border-radius: 1px;
  color: #2464f5;
  margin-right: 5px;
  font-weight: 500;
}

.header-right-btn2 {
  /*background: #383E56;*/
  background: linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  background: -webkit-linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  border-radius: 1px;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  display: block;
  margin-right: 20px;
  font-weight: 500;
  /* font-family: Roboto; */
  font-size: 16px;
  color: #4b270b;
  font-style: normal;
  cursor: pointer;
}

.header-right-btn2:hover {
  background: #efc173;
}

.header-right-language {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}

.header-right-language:hover {
  text-decoration: underline;
}

.header-start-scroll {
  position: absolute;
  bottom: 0px;
  height: 0px;
  width: 100%;
}

.header-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.header-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.header-member-center-nav {
  width: auto;
  min-width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
  border: 1px solid #f0f0f0;
  position: absolute;
  top: 45px;
  right: -20px;
  display: none;
}

/*.header-avatar:hover .header-member-center-nav {*/
/*    display: block;*/
/*}*/

.header-member-center-item {
  white-space: nowrap;
  line-height: 40px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}

.header-member-center-item:hover {
  color: #2464f5;
}

.header-member-center-item-line {
  border-bottom: #e6e6e6 1px solid;
}

.header-member-center-filler {
  width: 100%;
  height: 20px;
  position: absolute;
  top: calc(100% - 1px);
}

.header-member-center-nav:before {
  border-bottom: 7px #fff solid;
  border-right: 8px transparent solid;
  border-left: 8px transparent solid;
  position: absolute;
  content: "";
  top: -6px;
  right: 26px;
  display: block;
  z-index: 10;
}

.header-member-center-nav:after {
  border-bottom: 7px #fff solid;
  border-right: 8px transparent solid;
  border-left: 8px transparent solid;
  position: absolute;
  content: "";
  top: -7px;
  right: 26px;
  display: block;
  z-index: 8;
}

.mobile-header-nav {
  width: 24px;
  height: 24px;
  background: url("../../src/nav.png");
  background-size: 24px 24px;
  display: none;
}

.mobile-header-nav-container {
  width: 100%;
  height: 100%;
  background: #0e1969;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 100;
}

.mobile-close-nav {
  position: absolute;
  top: 20px;
  right: 15px;
  background: url("../../src/close.png");
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}

.mobile-header-nav-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mobile-header-nav-item {
  /*font-family: Roboto;*/
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0;
}

.mobile-header-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mobile-header-btn {
  width: 160px;
  height: 40px;
  background: #ffffff;
  border-radius: 1px;
  /*font-family: Roboto-Regular, Roboto;*/
  font-weight: 500;
  color: #1d1e22;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
}

.mobile-header-btn2 {
  width: 160px;
  height: 40px;
  background: linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  background: -webkit-linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  /*background: #F96033;*/
  border-radius: 1px;
  font-weight: 500;
  color: #4b270b;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
}

.mobile-header-btn2:hover {
  background: #efc173;
}

.mobile-header-language {
  color: #ffffff;
  line-height: 24px;
  flex: 1;
  text-align: center;
  min-width: 90px;
}

.mobile-header-language-ck {
  color: #efc173;
}

.mobile-header-language-container {
  margin-top: 20px;
  display: flex;
  font-size: 1rem;
  color: #fff;
  height: 24px;
  align-items: center;
}

.page-container {
  width: 100%;
  background: #f7f7f7;
  min-height: calc(100vh - 111px);
}

.page-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 1px 0;
  box-sizing: border-box;
}

.footer-container {
  width: 100%;
  min-width: 1230px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #010235;
  color: #77797e;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 0.75rem;
}

.footer-container > div {
  color: #77797e;
}

.footer-container a {
  margin-right: 10px;
  font-size: 0.75rem;
  color: #77797e;
}

.footer-container a:hover {
  text-decoration: underline;
}

.main-container {
  width: 100%;
  min-width: 1230px;
  overflow: hidden;
  padding: 0 0px;
  background: linear-gradient(180deg, #4362e2 0%, #2c3fc5 100%);
  box-sizing: border-box;
  min-height: calc(100vh - 100px);
}

.agenda-message-bar {
  width: 100%;
  background: #fffbe6;
  border-radius: 1px;
  border: 1px solid #ffe58f;
  padding: 10px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
  font-weight: 400;
  color: #77797e;
  line-height: 20px;
  min-height: 40px;
}

.agenda-message-bar:before {
  background-image: url("../../src/warning.png");
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  box-sizing: border-box;
  display: block;
  content: "";
  margin-right: 10px;
  margin-top: 1px;
  flex: none;
}

.index-right-custom-box {
  width: 86px;
  /*height: 286px;*/
  /*padding-top: 10px;*/
  position: relative;
  border-radius: 10px 0px 0px 10px;
  overflow: auto;
}

.index-right-custom-box-top {
  box-shadow: inset 10px 10px 40px 0px rgba(17, 13, 147, 0.4);

  backdrop-filter: blur(20px);
  border-radius: 10px 0px 0px 0px;
  border: solid 1px transparent;
  background-image: linear-gradient(
      315deg,
      rgba(43, 70, 220, 0.2) 0%,
      rgba(34, 50, 203, 0.6) 49%,
      #4975ff 100%
    ),
    linear-gradient(
      180deg,
      rgba(83, 126, 255, 1),
      rgba(157, 243, 255, 1),
      rgba(83, 126, 255, 1)
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  /* overflow: hidden; */
  position: fixed;
  width: 84px;
}

.index-right-custom-btn {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  /* background-color: rgba(255, 255, 255, 0.2); */
  cursor: pointer;
}

.index-right-custom-btn:before {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  display: block;
  margin-bottom: 10px;
  content: "";
}

.index-right-custom-scroll {
  margin-top: 190px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(
    315deg,
    rgba(43, 70, 220, 0.6) 0%,
    rgba(34, 50, 203, 0.6) 49%,
    #4975ff 100%
  );
  box-shadow: inset 10px 10px 40px 0px rgba(17, 13, 147, 0.4);
  border-radius: 0px 0px 0px 10px;
  border: 1px solid;
  border-image: linear-gradient(
      180deg,
      rgba(83, 126, 255, 1),
      rgba(157, 243, 255, 1),
      rgba(83, 126, 255, 1)
    )
    1 1;
  backdrop-filter: blur(20px);
}

.index-right-custom-follow {
  padding-top: 20px;
  border-radius: 10px 0px 0px 0px;

  background: linear-gradient(135deg, #4975ff 0%, rgba(34, 50, 203, 0.6) 49%);
}

.index-right-custom-contact {
  padding-bottom: 20px;
  background: linear-gradient(
    135deg,
    rgba(34, 50, 203, 0.6) 49%,
    rgba(43, 70, 220, 0.6) 100%
  );
}

.index-right-custom-follow:before {
  background-image: url("../../src/index/follow_2x.png");
}

.index-right-custom-contact:before {
  background-image: url("../../src/index/contact_2x.png");
}

.index-right-custom-follow:hover:before {
  background-image: url("../../src/index/follow-h_2x.png");
}

.index-right-custom-contact:hover:before {
  background-image: url("../../src/index/contact-h_2x.png");
}

.index-right-custom-contact:before {
  background-image: url("../../src/index/contact_2x.png");
}

.index-right-custom-scroll:before {
  background-image: url("../../src/index/top_2x.png");
}

.index-right-custom-btn:hover .index-right-custom-box {
  display: block !important;
}

.index-right-custom-contact-box {
  width: 192px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  padding: 20px 16px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.index-right-custom-contact-box-tit {
  font-size: 16px;
  font-weight: 500;
  color: #1d221e;
  line-height: 22px;
}

.index-right-custom-contact-mail,
.index-right-custom-contact-box-phone {
  font-size: 14px;
  font-weight: 400;
  color: #1d221e;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.index-right-custom-contact-mail:hover {
  text-decoration: underline;
}

.index-right-custom-contact-mail:before {
  background-image: url("../../src/login_icon02.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  margin-right: 5px;
}

.index-right-custom-contact-box-phone:before {
  background-image: url("../../src/login_icon02.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  margin-right: 5px;
}

.index-right-custom-contact-box-phone + .index-right-custom-contact-box-tit {
  margin-top: 20px;
}

.index-right-custom-contact-box-code {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  flex-direction: column;
}

.index-right-custom-contact-box-code-img {
  width: 130px;
  height: 130px;
  margin-bottom: 5px;
  display: block;
}

.index-right-custom-follow-box-cn {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  padding: 20px 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  display: none;
  left: 0px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  width: 472px;
}

.index-right-custom-follow-box-en {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  padding: 20px 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  display: none;
  left: 0px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  width: 170px;
}

.index-right-custom-follow-box-tit {
  font-size: 16px;
  font-weight: 500;
  color: #1d221e;
  line-height: 22px;
}

.index-right-custom-follow-list {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-flow: wrap;
}

.index-right-custom-follow-list li {
  width: 130px;
  padding: 20px 10px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.index-right-custom-follow-list li img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .main-container,
  .footer-container,
  .header-container {
    min-width: auto;
    background: linear-gradient(180deg, #4362e2 0%, #2c3fc5 100%);
  }

  .header-bar {
    justify-content: space-between;
  }

  .header-nav-container {
    display: none;
  }

  .header-nav-item-block {
    display: none;
  }

  .header-right {
    /*background: #fff;*/
    padding-left: 0px;
  }

  .header-right:before {
    display: none;
  }

  .header-right .header-right-btn2,
  .header-right .header-right-language {
    display: none;
  }

  .footer-container {
    height: 60px;
    background: #010235;
  }

  .footer-container,
  .footer-container a {
    line-height: 20px !important;
  }

  .header-container,
  .header-bar {
    height: 65px;
  }

  .mobile-header-nav {
    display: block;
  }

  .page-main {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 370px) {
  .header-logo {
    width: 210px;
    height: 35px;
  }
}

/*以上公共部分*/

/*输入框和公共部分*/
.f-row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.f-col-pc-12,
.f-col-pc-11,
.f-col-pc-10,
.f-col-pc-9,
.f-col-pc-8,
.f-col-pc-7,
.f-col-pc-6,
.f-col-pc-5,
.f-col-pc-4,
.f-col-pc-3,
.f-col-pc-2,
.f-col-pc-1 {
  flex: none;
  padding: 0 15px;
  box-sizing: border-box;
}

.f-col-pc-12 {
  width: 100%;
}

.f-col-pc-11 {
  width: 91.66666667%;
}

.f-col-pc-10 {
  width: 83.33333333%;
}

.f-col-pc-9 {
  width: 75%;
}

.f-col-pc-8 {
  width: 66.66666667%;
}

.f-col-pc-7 {
  width: 58.33333333%;
}

.f-col-pc-6 {
  width: 50%;
}

.f-col-pc-5 {
  width: 41.66666667%;
}

.f-col-pc-4 {
  width: 33.33333333%;
}

.f-col-pc-3 {
  width: 25%;
}

.f-col-pc-2 {
  width: 16.66666667%;
}

.f-col-pc-1 {
  width: 8.33333333%;
}

@media (max-width: 768px) {
  .f-col-mobile-12,
  .f-col-mobile-11,
  .f-col-mobile-10,
  .f-col-mobile-9,
  .f-col-mobile-8,
  .f-col-mobile-7,
  .f-col-mobile-6,
  .f-col-mobile-5,
  .f-col-mobile-4,
  .f-col-mobile-3,
  .f-col-mobile-2,
  .f-col-mobile-1 {
    flex: none;
    padding: 0 15px;
  }

  .f-col-mobile-12 {
    width: 100%;
  }

  .f-col-mobile-11 {
    width: 91.66666667%;
  }

  .f-col-mobile-10 {
    width: 83.33333333%;
  }

  .f-col-mobile-9 {
    width: 75%;
  }

  .f-col-mobile-8 {
    width: 66.66666667%;
  }

  .f-col-mobile-7 {
    width: 58.33333333%;
  }

  .f-col-mobile-6 {
    width: 50%;
  }

  .f-col-mobile-5 {
    width: 41.66666667%;
  }

  .f-col-mobile-4 {
    width: 33.33333333%;
  }

  .f-col-mobile-3 {
    width: 25%;
  }

  .f-col-mobile-2 {
    width: 16.66666667%;
  }

  .f-col-mobile-1 {
    width: 8.33333333%;
  }
}

.input-component-container {
  width: 100%;
}

.input-component {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.input-component-label {
  font-weight: 600;
  color: #1d1e22;
  line-height: 20px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 0.875rem;
}

.input-component-text {
  flex: 1;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 1rem;
  height: 40px;
  padding: 0 10px;
  width: 1px;
  color: #1d1e22 !important;
}

input[placeholder],
[placeholder],
*[placeholder] {
  color: #c0c0c1;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c0c0c1;
}

.input-component-text:focus {
  /*border: #F96033 1px solid;*/
}

.input-component-text[disabled="disabled"] {
  background: #f7f7f7;
  border: #f7f7f7 1px solid;
}

.input-component-select[disabled="disabled"],
.input-phone .input-phone-select[disabled="disabled"] {
  background-color: #f7f7f7;
  border: #f7f7f7 1px solid;
  background-image: none;
}

.input-phone .input-phone-select {
  width: 150px;
  height: 40px;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 1rem;
  flex: none;
  margin-right: 10px;
  padding: 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../../src/select_down.png");
  background-repeat: no-repeat;
  background-position: 130px center;
}

.input-component-select {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 1rem;
  height: 40px;
  padding: 0 10px;
  min-width: 100px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../../src/select_down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.input-component-err {
  font-weight: 400;
  color: #e32b2b;
  width: 100%;
  height: 20px;
  line-height: 20px;
}

.input-code {
  position: relative;
}

.input-code .input-code-btn {
  background: #2464f5;
  border-radius: 2px;
  /*border: 1px solid #F96033;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  flex: none;
  text-align: center;
  width: 160px;
  /*padding: 0 20px;*/
  line-height: 20px;
  color: #fff;
}

.input-code .input-code-btn:hover {
  background: #2464f5;
}

.input-code .input-code-countDown {
  background: #b3b3b3;
  border-radius: 2px;
  /*border: 1px solid #F96033;*/
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  flex: none;
  text-align: center;
  width: 160px;
  /*padding: 0 20px;*/
  line-height: 20px;
  color: #fff;
  display: none;
}

.input-component-submit {
  height: 40px;
  background: linear-gradient(270deg, #2464f5 0%, #0196ff 100%);
  background: -webkit-linear-gradient(180deg, #2464f5 0%, #0196ff 100%);
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  margin-top: 10px;
  font-weight: 600;
}

.input-component-submit:hover {
  background: linear-gradient(90deg, #01d6ff 0%, #447eff 100%);
  background: -webkit-linear-gradient(0deg, #01d6ff 0%, #447eff 100%);
}

.input-code .input-code-link {
  font-weight: 400;
  color: #2878ff;
  line-height: 40px;
  position: absolute;
  left: calc(100% + 5px);
  white-space: nowrap;
}

.input-code .input-code-link:hover {
  text-decoration: underline;
}

.input-component .input-component-error {
  border: 1px solid #e32b2b;
}

.input-component-checkbox {
  width: 100%;
}

.input-checkbox-item {
  float: left;
  display: flex;
  align-items: center;
  margin: 5px 20px 5px 0;
}

.input-checkbox {
  position: relative;
  margin-top: 0px !important;
  cursor: pointer;
  visibility: hidden;
  width: 0px;
}

.input-checkbox + .input-checkbox-icon {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 1px;
  border: 1px solid #cccccc;
  display: block;
  content: "";
  z-index: 8;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  cursor: pointer;
  box-sizing: border-box;
}

.input-checkbox:checked + .input-checkbox-icon {
  background-image: url("../../src/icon_ck.png");
  background-size: 16px 16px;
  border: none;
}

.input-checkbox-label {
  margin-bottom: 0 !important;
  margin-left: 10px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}

.config-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 17998999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.config-box {
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 2px;
  padding: 0px 0px 30px 0px;
  z-index: 9999;
}

.config-btn-tit {
  font-size: 1.25rem;
  line-height: 50px;
  padding: 0 0 0 20px;
  background: #f7f7f7;
  height: 50px;
  font-weight: 600;
}

.config-btn-body {
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
}

.config-btn-close {
  width: 16px;
  height: 16px;
  background: url("../../src/modal_close.png") no-repeat center center;
  background-size: 16px 16px;
  float: right;
  margin-top: 13px;
  margin-right: 13px;
}

.config-btn-txt {
  height: auto;
  width: 300px;
  box-sizing: border-box;
  margin: 36px 0;
  font-size: 0.875rem;
  color: #77797e;
  line-height: 20px;
  font-weight: 400;
}

.config-btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 36px;
}

.config-btn-box a:hover {
  text-decoration: none;
}

.config-btn {
  width: 160px;
  height: 40px;
  /*background: #F96033;*/
  /*margin-top: 20px;*/
  background: linear-gradient(90deg, #0196ff 0%, #2464f5 100%);
  background: -webkit-linear-gradient(0deg, #0196ff 0%, #2464f5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #ffffff;
  line-height: 24px;
}

.config-btn2 {
  background: #e8e8e8;
  color: #666;
  border: #e8e8e8 1px solid;
  margin: 0 0 0 5px;
}

.config-btn:hover {
  color: #fff;
  background: linear-gradient(90deg, #01d6ff 0%, #447eff 100%);
  background: -webkit-linear-gradient(0deg, #01d6ff 0%, #447eff 100%);
}

.config-btn2:hover {
  color: #666;
  background: #e8e8e8;
}

@media (max-width: 768px) {
  .config-btn-txt {
    width: 250px;
  }

  .config-btn {
    width: 120px;
  }
}

.index-right-tool {
  position: fixed;
  right: 0px;
  top: calc(50% - 120px);
  z-index: 1000;
}

.index-right-tool:hover .index-right-tool-btn {
  background: #fff;
  width: auto;
  display: flex;
  justify-content: flex-end;
}

.index-right-tool:hover .index-right-tool-btn .index-right-tool-txt {
  display: block;
}

.index-right-tool .index-right-tool-btn {
  width: 0px;
  height: 50px;
  background: #edbe2b;
  margin: 1px 0;
  cursor: pointer;
  position: relative;
}

/*.index-right-tool .index-right-tool-btn:hover {*/
/*    background: #EDBE2B;*/
/*}*/

/*.index-right-tool .index-right-tool-btn:hover .index-right-tool-txt {*/
/*    color: #fff;*/
/*}*/

/*.index-right-tool .index-right-tool-btn:hover .index-right-tool-box, .index-right-tool .index-right-tool-btn:hover .index-right-tool-box-b {*/
/*    visibility: visible;*/
/*}*/

.index-right-tool-txt {
  line-height: 50px;
  font-size: 18px;
  display: none;
  padding: 0 0 0 20px;
}

.index-right-tool-box {
  width: 200px;
  height: 240px;
  position: absolute;
  border-radius: 10px;
  background: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  right: calc(100% - 10px);
  top: 0px;
  /*visibility: hidden;*/
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 120;

  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.06),
    0 3px 14px 2px rgba(0, 0, 0, 0.04), 0 0 5px -3px rgba(0, 0, 0, 0.08);
}

.index-right-tool-connect {
  position: absolute;
  top: 0px;
  height: 50px;
  width: 2px;
  right: -2px;
}

.index-right-tool-box img {
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
}

.index-right-tool-text {
  font-size: 14px;
  width: 100%;
  font-weight: normal;
  margin-bottom: 10px;
  display: flex;
}

.index-right-tool-text a:hover {
  text-decoration: underline;
}

.index-right-tool-box-b {
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  right: calc(100% + 2px);
  bottom: 0px;
  visibility: hidden;
}

.index-right-tool-icon-contactUs {
  background-position: 0px -98px;
  width: 0px;
  height: 50px;
}

.index-right-tool-icon-partner {
  background-position: 0px -50px;
  width: 50px;
  height: 50px;
}

.index-right-tool:hover .index-right-tool-icon-contactUs {
  background-position: 0px -148px;
}

.index-right-tool:hover .index-right-tool-icon-partner {
  background-position: 0px -0px;
}

.index-right-tool .index-right-tool-btn:hover .index-right-tool-icon-partner {
  background-position: 0px -50px;
}

.index-right-tool .index-right-tool-btn:hover .index-right-tool-icon-contactUs {
  background-position: 0px -98px;
}

.icon_bg {
  background-image: url("../../src/icon.png");
  background-repeat: no-repeat;
}

.icon_mail {
  background-position: -16px -214px;
  width: 25px;
  height: 20px;
}

.icon_phone {
  background-position: -15px -264px;
  width: 25px;
  height: 20px;
}

@media (max-width: 768px) {
  .index-right-tool {
    display: none;
  }
}

.agenda-follow-btn {
  width: auto;
  height: 24px;
  background: #f7f7f7;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #ff3d1c;
  line-height: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  border: #fff 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.agenda-follow-btn:hover {
  background: #fff;
  border: #ff3d1c 1px solid;
}

.agenda-followed {
  background: #a5a5a5;
  color: #fff;
}

.agenda-followed:hover {
  background: #a5a5a5;
  color: #fff;
  border: #fff 1px solid;
}

.agenda-page-block {
  padding: 0 0 30px 0;
  width: 100%;
}

.agenda-page-block-title {
  font-size: 1rem;
  color: #1d1e22;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.agenda-page-block-title:before {
  background: url("../src/agenda_icon.png");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  margin-right: 5px;
}

.agenda-page-block-item {
  width: 100%;
  margin-top: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(153, 153, 153, 0.2);
  border: 1px solid #f0f0f0;
  position: relative;
}

.agenda-page-block-item-top {
  width: 100%;
  height: 24px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agenda-page-block-item-time {
  height: 24px;
  /*width: 160px;*/
  background: linear-gradient(
    to right,
    #3cbcec 0%,
    rgba(55, 81, 214, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    to right,
    #3cbcec 0%,
    rgba(55, 81, 214, 0.6) 100%
  );
  line-height: 24px;
  padding: 0 10px;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.875rem;
}

.agenda-page-block-item-question-btn {
  font-size: 0.75rem;
  font-weight: 400;
  color: #2878ff;
  line-height: 24px;
  margin-right: 20px;
  display: none;
}

.agenda-page-block-item-question-btn:hover {
  text-decoration: underline;
}

.agenda-page-block-item-middle {
  width: 100%;
  box-sizing: border-box;
  border-bottom: #e6e6e6 1px solid;
  position: relative;
  height: 89px;
}

.agenda-page-block-item-middle-text {
  width: 100%;
  /*height: 100%;*/
  -webkit-line-clamp: 2;
  font-size: 1rem;
  color: #1d1e22;
  line-height: 24px;
  height: 68px;
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  box-sizing: border-box;
  font-weight: bold;
}

.agenda-page-block-item-middle-text:hover {
  position: absolute;
  height: auto;
  padding: 20px;
  top: 0px;
  left: 0px;
  display: flex;
  box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.5);
  z-index: 100;
  min-height: 89px;
}

.agenda-page-block-item-middle-text:hover {
  -webkit-line-clamp: none !important;
  overflow: auto !important;
  max-height: none !important;
  height: auto !important;
}

.agenda-page-block-item-bottom {
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.page-block-item-avatar,
.agenda-page-block-item-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}

.page-block-item-avatar img,
.agenda-page-block-item-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  flex: none;
}

.agenda-page-block-item-content {
  flex: 1;
  width: 1px;
  overflow: hidden;
}

.agenda-page-block-item-name {
  font-weight: 400;
  color: #1d1e22;
  line-height: 20px;
  font-size: 0.875rem;
}

.agenda-page-block-item-description {
  font-weight: 400;
  color: #77797e;
  line-height: 16px;
  margin-top: 2px;
  width: 100%;
  font-size: 0.75rem;
}

.page-block-item-multiple .page-block-item-avatar,
.agenda-page-block-item-multiple .agenda-page-block-item-avatar {
  /*cursor: pointer;*/
  position: relative;
}

.page-block-item-content-box,
.agenda-page-block-item-content-box {
  position: absolute;
  width: 240px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
  border: 1px solid #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1000;
  top: calc(100% + 12px);
  display: none;
  left: -26px;
}

.agenda-page-block-item-multiple
  .agenda-page-block-item-avatar:hover
  .agenda-page-block-item-content-box {
  display: block;
}
/* agenda-page-block-item-content-box */
.agenda-page-block-item-content-box {
  /* display: block; */
  left: -5px;
  top: calc(100% + -2px);
}

.page-block-item-content-box:before,
.agenda-page-block-item-content-box:before {
  border-bottom: #fff 10px solid;
  border-right: transparent 10px solid;
  border-left: transparent 10px solid;
  width: 0;
  height: 0;
  top: -9px;
  left: 30px;
  content: "";
  display: block;
  z-index: 11;
  position: absolute;
}

.page-block-item-content-box:after,
.agenda-page-block-item-content-box:after {
  border-bottom: #f0f0f0 10px solid;
  border-right: transparent 10px solid;
  border-left: transparent 10px solid;
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 30px;
  z-index: 10;
  content: "";
  display: block;
}

.page-block-item-box-name,
.agenda-page-block-item-box-name {
  width: 100%;
  font-weight: 400;
  color: #1d1e22;
  line-height: 20px;
  font-size: 0.875rem;
}

.page-block-item-box-description,
.agenda-page-block-item-box-description {
  font-size: 0.75rem;
  font-weight: 400;
  color: #77797e;
  line-height: 16px;
  margin-top: 5px;
}

.page-block-item-box-filler,
.agenda-page-block-item-box-filler {
  width: 100%;
  position: absolute;
  top: 20px;
  /* height: 100%; */
  left: 0;
  z-index: 100;
}

.agenda-page-container {
  padding: 1px 0 60px 0;
  min-height: 870px;
  /* background-color: #01023d; */
}

.agenda-page-block-item:hover {
  box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
}

.agenda-page-block-item:hover .agenda-page-block-item-question-btn {
  display: block;
}

.customBtn-mobile {
  width: 48px;
  height: 48px;
  background-image: url("../../src/wechat_mobile.png");
  background-size: 48px 48px;
  display: none;
  position: fixed;
  bottom: 60px;
  z-index: 1000;
  right: 20px;
}

@media (max-width: 768px) {
  .customBtn-mobile {
    display: block;
  }
}
