body {
  display: block;
  background-color: #ffffff;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 0px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #d1d1d1;
  }
  
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #d1d1d1;
  }
  
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
  color: #d1d1d1;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
  color: #d1d1d1;
  }
 
.focus {
  color: #2464b0;
}

.grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
}

.center-box {
  display: block;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;

  /* Safari, Chrome, and Opera */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

.header {
  height: 90px;
  width: 100%;
}

.nav-container {
  display: flex;
  justify-content: center;
  max-width: 100%;
  height: 100%;
}

.header-line {
  height: 10px;
  width: 100%;
  background-color: #2464b0;
}

.ah-body {
  background-color: #ffffff;
  width: 100%;
}

.bottom-line {
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: center;
  height: 52px;
  width: 100%;
  background-color: #e6effa;
}
#main_div{  
  width:100%;  
}  
/*取消小圆点*/  
#main_div li{  
  list-style:none;  
}  
#main_div_img {  
  margin:0; 
  padding: 0px;
  text-align: center;
  max-width:750px; 
  margin: 0 auto;
}  
#main_div_img li{  
  display:none; 
  margin:0; 
  padding: 0px;
}  
div.videocontent {
  width:100%;
}
div.wrapper {
  text-align: center;
  max-width:750px; 
  margin: 0 auto;
}
.ah-footer-line {
  display: block;
  position: relative;
  font-size: 12px;
  color: #2a4560;
  text-align: center;
}

.main-menu {
  display: block;
  width: 100%;
  height: 100%;
}

.main-navigation-ul {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.menu-item-logo {
  list-style: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 100%;
  min-width: 90px;
}

.menu-item-pc {
  list-style: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 100%;
  min-width: 90px;
}

.menu-item-right {
  /*position: absolute;*/
  right: 10px;
  top: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-width: 120px;
}

.menu-item-right .earth-icon {
  width: 20px;
  height: 20px;
}
.menu-item-right .expand-icon {
  width: 20px;
  height: 20px;
}
.menu-item-right .current-lang {
  text-decoration: none;
  display: block;
  color: #000;
  font-size: 10px;
}

.menu-item-mobile {
  display: none;
}

#logo {
  background-image: url("../../static/images/logo.png");
  background-size: 210px 61px;
  min-width: 210px;
  min-height: 61px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  /* 注意这里的写法比较特殊 */ only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) {
  #logo {
    background-size: 210px 61px;
    min-width: 210px;
    min-height: 61px;
    max-width: 210px;
    max-height: 61px;
    background-image: url("../../static/images/logo@2x.png");
  }
}

.ah-space-100px {
  margin-left: 10px;
  margin-right: 10px;
}

.ah-space-10px {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 5px;
}

.menu-item-space {
  list-style: none;
  text-align: center;
  padding: 5px 0px 5px 0px;
}

.menu-item-link-drop-menu {
  text-align: center;
  padding: 20px 0px 20px 0px;
  text-decoration: none;
  color: #24253d;
  text-decoration-color: #24253d;
}

.menu-item-link-drop-menu:hover {
  color: #2464b0;
  text-decoration: none;
}

.menu-item-link {
  display: flex;
  position: relative;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 17px;
  color: #24253d;
  text-decoration-color: #24253d;
}

.about-img-content {
  padding-top: 40px;
}

.menu-item-link:hover {
  color: #2464b0;
  text-decoration: none;
}

.lang-bg {
  background: url("../../static/images/lang.png");
  color: #ffffff;
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  text-align: center;
  background-repeat: no;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.lang {
  display: block;
  position: relative;
  margin-top: 2px;
  font-weight: bold;
  font-size: 12.5px;
}

.lang-menu-item-link {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  text-decoration: none;
  color: #24253d;
  text-decoration-color: #24253d;
}

.lang-menu-item-link:hover {
  color: #2464b0;
}

.lang-drop-menu {
  display: inline-block;
  position: relative;
}

.lang-drop-menu-indicator {
  position: relative;
  width: 11px;
  height: 7px;
  right: 0;
  top: 0px;
}

.lang-pop-menu-content {
  display: block;
}

.lang-drop-menu-content {
  display: none;
  overflow: visible;
  position: absolute;
  text-align: right;
  background-color: #ffffff;
  border-radius: 8px;
  min-width: 100px;
  padding: 0px 0px;
  margin-left: 20px;
  margin-top: 0px;
  z-index: 10;
}

.lang-drop-menu:hover .lang-drop-menu-content {
  display: block;
}

.lang-drop-menu-content ul {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 19px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.lang-drop-menu-content li {
  display: block;
  position: relative;
  text-align: left;
  margin-block-start: 18px;
  padding-top: 5px;
}
.lang-drop-menu-content li a {
  display: inline;
  text-align: left;
  text-decoration: none;
  color: #24253d;
  text-decoration-color: #24253d;
}

.lang-drop-menu-content li a:hover {
  color: #2464b0;
}

.drop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center;
  justify-items:  center;
  -webkit-align-content: center;
  flex-direction: row;
  flex-flow: row nowrap; */

  flex-flow: row nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  align-content: center;
}

.drop-menu:hover .drop-menu-content {
  display: flex;
}

.drop-menu-indicator {
  display: flex;
  width: 11px;
  margin-left: 5px;
  position: relative;
}

.drop-menu-content {
  display: none;
  overflow: visible;
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px;
  min-width: 140px;
  padding: 10px 0px;
  margin-left: 00px;
  margin-top: 80px;
  z-index: 10;
  line-height: 32px;
}

.drop-menu-content ul {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 19px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.drop-menu-content li {
  display: block;
  position: relative;
  text-align: left;
  margin-block-start: 18px;
}

.drop-menu-content li a {
  display: inline;
  text-align: left;
  text-decoration: none;
  color: #24253d;
  text-decoration-color: #24253d;
}

.drop-menu-content li a:hover {
  color: #2464b0;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-content: center;
  align-content: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/background.png") no-repeat center center;
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  min-height: 612px;
  max-height: 612px;
  max-width: 1920px;
}

.banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  max-width: 970px;
  min-height: 673px;
  -webkit-align-content: center;
  align-content: center;
}

.banner-text-area {
  max-width: 965px;
  min-width: 303px;
  height: 263px;
  /*margin-left: 15%;*/
  /*background: rgba(0, 0, 0, 0.5);*/
  padding-top: 0px;
  border-radius: 5px;
  margin: auto;
}

.banner-text-title {
  /* height: 109px; */
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  /* width: 303px; */
  height: 40px;
  line-height: 20px;
  margin: auto;
  margin-top: 70px;
}

.banner-text-detail {
  display: block;
  max-width: 813px;
  height: 71px;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
  margin: auto;
  padding: 10px;
  /*font-style: italic;*/
}

.section-content {
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  padding-top: 0px;
  width: 100%;
}

.section-container {
  text-align: center;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
}

.section-header {
  display: flex;
  max-width: 945px;
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  justify-content: space-evenly;
  /* flex-direction: row; */
  flex-wrap: wrap;
  flex-flow: row wrap;
  padding-inline-start: 0px;
}

.section-header-item-1 {
  list-style-type: none;
  text-align: center;
  padding-top: 20px;
  min-width: 187px;
  height: 100%;
}

.section-header-item-1 img {
  width: 112px;
  height: 112px;
  top: 0px;
}

.section-header-item-1 div {
  font-size: 20px;
  color: #2c2e30;
  text-align: center;
  margin-top: 28px;
  bottom: 0px;
}

.flex-space {
  display: block;
  min-width: 50px;
  max-width: 180px;
}

.clearboth {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}

.leader-section-content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: row nowrap;
  flex-direction: row;
  width: 100%;
  padding-top: 30px;
  background-color: #f7f7f7;
}

.contact-section-content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: row nowrap;
  flex-direction: row;
  width: 100%;
  background: #f7f7f7;
}

.about-section-content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: row nowrap;
  flex-direction: row;
  padding: 50px;
  width: 100%;
}

.about-section-container {
  display: flex;
  justify-content: space-between;
}

.background-section-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 967px;
}

.background-section-content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: row nowrap;
  flex-direction: row;
  margin-top: 110px;
  width: 100%;
}

.about-section-container {
  display: flex;
  justify-content: flex-end;
  width: 967px;
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  padding: 0;
  list-style-type: none;
}

.about-text-content {
  display: flex;
  position: relative;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px;
}

.about-text-content .text-container {
  display: block;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  padding-right: 20px;
  z-index: 10;
}

.about-text-content .text-container h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}

.about-text-content .text-brief {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: rgba(16, 39, 70, 1);
  line-height: 45px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

.about-text-content .text-detail {
  display: block;
  position: relative;
  font-size: 14px;
  color: #24253d;
  line-height: 20px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

.background-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  padding: 0;
  list-style-type: none;
}

.background-text-content {
  display: flex;
  position: relative;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  padding: 0px;
}

.background-text-content .text-container {
  display: block;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  min-width: 514px;
  max-width: 514px;
  min-height: 520px;
  padding-right: 10px;
  z-index: 10;
}

.background-text-content .text-container h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  text-align: left;
  /*background: url("../../static/images/quote_left.svg");*/
  background-repeat: no-repeat;
  background-position: left;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}

.background-text-content .text-brief {
  display: block;
  position: relative;
  font-size: 20px;
  color: #3da5f5;
  line-height: 24px;
  margin-block-start: 7px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

.background-text-content .text-detail-first {
  display: block;
  position: relative;
  font-size: 14px;
  color: #354052;
  padding-top: 20px;
  line-height: 29px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
  margin-block-start: 0px;
}

.background-text-content .text-detail {
  display: block;
  position: relative;
  font-size: 14px;
  color: #24253d;
  line-height: 20px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

#id-mobile-background-img-content {
  display: none;
}

#id-background-img-content {
  display: flex;
}

.background-img-content {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: url("../../static/images/Rectangle_16.png");
  min-width: 440px;
  max-width: 440px;
  min-height: 270px;
  max-height: 270px;
}

.background-img-content .background-img-text {
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  width: 222px;
  height: 50px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

.info {
  width: 967px;
  margin: auto;
  text-align: left;
  height: 40px;
}

.info .left {
  float: left;
  color: #102746;
  font-size: 24px;
}

.info .middle {
  text-align: center;
  color: #102746;
  font-size: 24px;
}

.activity-date {
  text-align: left;
  color: #102746;
  font-size: 24px;
  height: 40px;
}

.info .right {
  float: right;
  width: 100px;
  color: #006dfe;
  text-align: right;
  font-size: 16px;
}

.choose-text-content .text-container {
  display: block;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  width: 330px;
  z-index: 10;
}

.choose-text-content .text-container h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  text-align: left;
  /*background: url("../../static/images/quote_left.svg");*/
  background-repeat: no-repeat;
  background-position: left;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}

.choose-text-content .text-brief {
  display: block;
  position: relative;
  font-size: 20px;
  color: #3da5f5;
  line-height: 24px;
  margin-block-start: 7px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: left;
}

.choose-text-content .text-detail-first {
  display: block;
  position: relative;
  font-size: 14px;
  color: #354052;
  padding-top: 20px;
  line-height: 29px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
  margin-block-start: 0px;
}

.choose-text-content .text-detail {
  display: block;
  position: relative;
  font-size: 14px;
  color: #24253d;
  line-height: 20px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  margin-top: 20px;
  text-align: justify;
}

#id-mobile-choose-img-content {
  display: none;
}

#id-choose-img-content {
  display: flex;
}

#id-choose-img-content {
  display: flex;
}

.choose-img-content {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: url("../../static/images/Group_Copy.png");
  min-width: 668px;
  max-width: 668px;
  min-height: 435px;
  max-height: 435px;
  background-size: 668px 435px;
}

.choose-img-content .choose-img-text {
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  width: 222px;
  height: 50px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

.scenarios-img {
  height: 102px;
}

.scenarios-img img {
  width: 286px;
  height: 161px;
  max-width: 100%;
  max-height: 100%;
}

.partner-text {
  font-size: 20px;
  color: #ffffff;
}

.corner-img-overflow {
  display: block;
  position: absolute;
  background: url("../../static/images/corner_decoration.png");
  width: 206px;
  height: 212px;
  left: -100px;
  top: -100px;
  z-index: 10;
}

.why-section-content {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 90px;
}

.why-section-container {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: center;
  width: 967px;
}

.why-section-container ul {
  list-style-type: none;
  padding-inline-start: 0px;
  padding-left: 0px;
}

.why-choose-us-img-content {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  background: url("../../static/images/4702.png");
  width: 452px;
  height: 262px;
  /*margin-top: 100px;*/
}

.why-choose-us-img-content .img-text {
  display: block;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 434px;
  height: 164px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: left;
}

/* try to use flex layout*/
.why-text-content {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-content: center;
  width: 412px;
}

.why-text-content .text-container {
  display: flex;
  position: absolute;
  text-align: center;
  flex-flow: column;
  position: relative;
  text-align: center;
  width: 412px;
}

.why-text-content h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  text-align: right;
  background: url("../../static/images/quote_right.svg");
  background-repeat: no-repeat;
  background-position: right;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}

#id-why-choose-us-img-content-mobile {
  display: none;
}

.why-text-content .brief {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  height: 33px;
}
.text-container .img-icon {
  display: inline-block;
  align-self: left;
}
.why-text-content .text-brief {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #2464b0;
  top: -10px;
  line-height: 30px;
  /*margin-left: 17px;*/
  text-align: justify;
}

.why-text-content .text-brief.blue {
  font-size: 20px;
  color: #3da5f5;
}

.why-text-content .text-detail {
  display: block;
  position: relative;
  font-size: 14px;
  color: #24253d;
  line-height: 30px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: center;
  width: 90%;
}

.why-text-content .text-detail.blue {
  font-size: 20px;
  color: #3da5f5;
}

.why-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  width: 975px;
}

/**
 * ihcdc
 */

.ihcdc-section-content {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 487px;
  background-color: #f7f7f7;
}

.ihcdc-section-container {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: center;
  width: 967px;
}

.ihcdc-section-container ul {
  list-style-type: none;
  padding-inline-start: 0px;
  padding-left: 0px;
}

.ihcdc-img-content {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-flow: column wrap;
  justify-content: space-between;
  position: relative;
  width: 452px;
  padding-top: 40px;
}

.ihcdc-img-content .ihcdc-intro-img {
  width: 100%;
}

.ihcdc-img-content .ihcdc-flex-v-space {
  width: 100%;
  height: 30px;
}

.ihcdc-img-content .ihcdc-flex-v-space-top {
  width: 100%;
  height: 40px;
}

.ihcdc-img-content .bottom-ihcdc-logo {
  width: 174px;
}

.ihcdc-text-area {
  height: 358px;
  font-size: 14px;
  color: #24253d;
  line-height: 20px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
  overflow: scroll;
  overflow-x: hidden;
  border-width: 0px;
}

.ihcdc-img-content .img-text {
  display: block;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 434px;
  height: 164px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: left;
}

/* try to use flex layout*/
.ihcdc-text-content {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-content: center;
  width: 493px;
  padding: 0px;
  align-content: center;
  align-items: center;
}

.ihcdc-text-content .text-container {
  display: flex;
  position: absolute;
  text-align: center;
  flex-flow: column;
  position: relative;
  text-align: center;
  width: 493px;
}

.ihcdc-text-content h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  text-align: right;
  background: url("../../static/images/quote_right.svg");
  background-repeat: no-repeat;
  background-position: right;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}

#id-ihcdc-img-content-mobile {
  display: none;
}

.ihcdc-text-content .brief {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  height: 33px;
}
.text-container .img-icon {
  display: inline-block;
  align-self: left;
}
.ihcdc-text-content .text-brief {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #2464b0;
  top: -10px;
  line-height: 30px;
  /*margin-left: 17px;*/
  text-align: justify;
}

.ihcdc-text-content .text-brief.blue {
  font-size: 20px;
  color: #3da5f5;
}

.ihcdc-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  width: 975px;
}

.ihcdc-text-content .text-detail {
  display: block;
  position: relative;
  font-size: 14px;
  color: #24253d;
  line-height: 20px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

.ihcdc-text-content .text-detail.blue {
  font-size: 20px;
  color: #3da5f5;
  margin-top: 20px;
}

.ihcdc-text-content .text-brief {
  font-size: 24px;
  font-weight: 600;
  color: #102746;
  line-height: 30px;
  margin-top: 20px;
  line-height: 40px;
}

/**
 * end 
 */

.whitepaper-img-content {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  background: url("../../static/images/whitepaper.png");
  width: 468px;
  height: 415px;
  /*margin-top: 100px;*/
}

.whitepaper-img-content .img-text {
  display: block;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 434px;
  height: 164px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: left;
}

.downbtn {
  text-decoration: none;
  padding: 10px;
  background-color: #6dcff5;
  width: 120px;
  height: 40px;
  border-radius: 6px;
  color: #ffffff;
  line-height: 40px;
  font-size: 16px;
}

.approach-section-content {
  display: flex;
  text-align: center;
  margin-top: 119px;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.approach-section-container {
  text-align: center;
  width: 948px;
  margin-left: auto;
  margin-right: auto;
}

.approach-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-flow: row wrap;
  flex-wrap: wrap;
  flex-direction: row;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

.left-content-container {
  display: flex;
  position: relative;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 346px;
}

.left-content h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  text-align: left;
  background: url("../../static/images/quote_left.svg");
  background-repeat: no-repeat;
  background-position: left;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}

.left-content .methodology_img {
  margin-top: 101px;
}

.left-content .match_img {
  margin-top: 81px;
}

.right-content-container {
  width: 482px;
  margin-top: 110px;
}

.address-section-content {
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-flow: row nowrap;
    flex-direction: row;
    height: 351px;
    width: 100%;
}

.contact-text-content {
    display: flex;
    position: relative;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px;
    margin-top:30px;
}

.contact-text-content .text-brief {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: rgba(16, 39, 70, 1);
    line-height: 45px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    text-align: justify;
}

.contact-address-info{
	  width: 100%;
    font-size:16px;
    color: #A3A3A3;
    margin-top:0px;
}
.address-left{
	width:40%;
	float:left;
	text-align: left;
}
.address-right{
	width:45%;
	float:left;
	text-align: left;
}

.approach-container ul {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.approach-container li {
  display: flex;
  flex-flow: column;
  position: relative;
  text-align: left;
}

.right-content-container p {
  font-size: 16px;
  color: #24253d;
  line-height: 24px;
  display: block;
  position: relative;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: left;
}
/* values */
.values-section-content {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 91px;
  /*margin-bottom: 91px;*/
  width: 100%;
}

/* values */
.values-section-token {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.values-section-fund {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 91px;
  width: 100%;
  min-height: 528px;
  background: url(../../static/images/fund_usage_bg.png) no-repeat center center;
}

.values-section-milestone {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 91px;
  width: 100%;
  min-height: 526px;
}

/* team */
.leader-container {
  background-color: #ffffff;
  /*padding-top: 60px;
  margin-top: 60px;*/
}

.leader-content {
  width: 968px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.leader-content ul {
  padding: 0;
}
.member-link .values-item:hover {
  text-decoration: none;
}
.member-link .values-item {
  text-decoration: none;
  color: black;
  height: 250px;
}

.member-link .group-title {
  text-decoration: none;
  color: black;
}

.roadmap-container {
  width: 100%;
  min-height: 526px;
  background: url(../../static/images/roadmap_copy.png) no-repeat center center;
}

.roadmap-container-mobile-back {
  display: none;
}

.values-section-partners {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 91px;
  width: 100%;
  min-height: 341px;
  background: url(../../static/images/partners-pc.png) no-repeat center center;
}
.values-section-partners-mobile {
  display: none;
}

.token-container-classic {
  width: 691px;
  height: 292px;
  background: url(../../static/images/ct-classic.png) no-repeat center center;
}

.token-container-cash {
  width: 469px;
  height: 293px;
  background: url(../../static/images/ct-cash.png) no-repeat center center;
}

.token-container-mobile-classic {
  display: none;
}

.token-container-mobile-cash {
  display: none;
}

.logo-container {
  width: 100%;
  height: 699px;
  min-height: 699px;
  padding-top: 20px;
  background: url(../../static/images/world_bg_opt.png) no-repeat center center;
}

.logo-container h {
  color: white;
  font-size: 24px;
  line-height: 35px;
}
.logo-container-list {
  min-height: 635px;
  margin: auto;
  background: url(../../static/images/logo_list2.png) no-repeat center center;
}
#logo-container-mobile {
  display: none;
}

.fund-container {
  width: 691px;
  height: 292px;
  background: url(../../static/images/fund_usage_copy.png) no-repeat center
    center;
}

.fund-title {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
}

.fund-container-mobile {
  display: none;
}

.values-section-container {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.values-container {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  padding: 0;
  width: 100%;
}

.values-content {
  display: flex;
  align-content: center;
  align-items: center;
  flex-flow: column wrap;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.values-content .text-container {
  display: flex;
  text-align: center;
  width: 100%;
  align-content: flex-end;
  justify-content: flex-end;
  overflow: visible;
}

.values-content .text-container-center {
  text-align: center;
  width: 100%;
  align-content: flex-end;
  justify-content: flex-end;
  overflow: visible;
  font-size: 20px;
  color: #3da5f5;
}

.text-container-center {
  text-align: center;
  width: 100%;
  align-content: flex-end;
  justify-content: flex-end;
  overflow: visible;
  font-size: 20px;
  color: #3da5f5;
}

.values-content .text-container h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  padding-right: 10px;
  text-align: center;
  width: 133px;
  background: url("../../static/images/quote_right.svg");
  background-repeat: no-repeat;
  background-position: right;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}
.values-content ul li {
  list-style: none;
  display: block;
  /*border: 1px solid rgba(188, 213, 223, 0.44);
  box-shadow: 0 2px 10px 0 rgba(120, 153, 184, 0.21);
  border-radius: 8px;*/
  width: 286px;
  /*height: 233px;*/
}

.groups-content {
  display: flex;
  align-content: center;
  align-items: center;
  flex-flow: column wrap;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.groups-content .text-container {
  display: flex;
  text-align: center;
  width: 100%;
  align-content: flex-end;
  justify-content: flex-end;
  overflow: visible;
}

.groups-content .text-container-center {
  text-align: center;
  width: 100%;
  align-content: flex-end;
  justify-content: flex-end;
  overflow: visible;
  font-size: 20px;
  color: #3da5f5;
}

.groups-content .text-container h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  padding-right: 10px;
  text-align: center;
  width: 133px;
  background: url("../../static/images/quote_right.svg");
  background-repeat: no-repeat;
  background-position: right;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}
.groups-content ul li {
  list-style: none;
  display: block;
  border: 1px solid rgba(188, 213, 223, 0.44);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  width: 188px;
  height: 290px;
}

.avatar {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-top: 20px;
}

.contact-container {
  background-color: transparent;
  padding-top: 100px;
}

.contact-content {
  display: flex;
  background-color: transparent;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.contact-content ul li {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  border-radius: 0px;
  font-size: 16px;

  color: #fff;
  letter-spacing: 1.87px;
}

.contact-bottom-content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  /*align-items: center;*/
  width: 968px;
  margin-top: 41px;
  min-height: 573px;
  padding-inline-start: 0px;
  background: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  /*border-radius: 8px;*/
}

.left-img-area {
  display: block;
  width: 459px;
  height: 600px;
}

.left-bg {
  display: inline-block;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-position: center 0;
  background-attachment: fixed;
  background: url("../../static/images/contact_img.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 459px;
  height: 600px;
  padding-top: 100px;
}

.left-bg-title {
  margin-top: 100px;
  width: 60%;
  margin: auto;
  text-align: center;
  font-size: 24px;
}

.left-bg-text {
  width: 80%;
  margin: auto;
  text-align: left;
  font-size: 14px;
  margin-top: 40px;
}

.left-bg-weixin {
  width: 80%;
  margin: auto;
  text-align: left;
  font-size: 14px;
  margin-top: 40px;
}

.left-bg-qrcode {
  width: 80%;
  margin: auto;
  text-align: left;
  font-size: 14px;
  margin-top: 20px;
}

.left-img-area h {
  padding-top: 100px;
  text-align: center;
  text-transform: uppercase;
}

.left-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.form-area {
  display: block;
  float: left;
  width: 960px;
  padding-left: 0px;
  padding-top: 25px;
}

.contact-form {
  display: block;
  max-width: 960px;
  min-width: 400px;
}
.contact-form p {
  text-align: left;
}
.contact-form h {
  font-size: 16px;
  color: #24253d;
  line-height: 50px;
  width: 90%;
  max-width: 300px;
  word-wrap: normal;
}

.getintouch {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #6dcff5;
}

.contact-form p {
  opacity: 0.4;
  margin-block-start: 0.6em;
  font-weight: medium;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 2.5px;
}

.form-area-input {
  width: 100%;
  max-width: 446px;
  height: 34px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 4px;
}

.text-area-class {
  width: 90%;
  max-width: 446px;
  height: 73px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 4px;
  text-align: left;
  vertical-align: text-top;
  word-wrap: normal;
}

.submit-btn {
  width: 79px;
  height: 40px;
  background: #2464b0;
  border-radius: 4px;
  border: 0px;
  margin-top: 7px;
  color: #ffffff;
}

.values-title {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  margin-right: 19px;
  text-align: right;
}

.group-name {
  font-size: 14px;
  font-weight: 600;
  color: rgba(28, 132, 214, 1);
  line-height: 21px;
}

.group-detail {
  font-size: 12px;
  color: #687178;
  margin-top: 0px;
  padding: 5px;
  font-weight: bold;
}

.values-img {
  margin-top: 20px;
  width: 446px;
  height: 380px;
}

.values-list-area {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-top: 38px;
  /* min-width: 320px; */
  width: 100%;
  padding-bottom: 20px;
}

.group-list-area {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-top: 8px;
  /* min-width: 320px; */
  width: 100%;
}

.values-list-container {
  display: block;
  position: absolute;
  background: transparent;
  width: 919px;
  height: 228px;
  text-align: center;
}

.activity-list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  max-width: 969px;
  /*height: 248px;*/
  text-align: center;
  padding-left: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  z-index: 10;
  width: 100%;
}

.activity-img {
  height: 122px;
  float: left;
}

.activity-img img {
  max-width: 100%;
  max-height: 100%;
}

.activity-title {
  float: left;
  width: 60%;
  padding-left: 20px;
}

.partner-img {
  margin-top: 50px;
  height: 102px;
}

.partner-img img {
  width: 206px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.media-section-content {
  background: #ffffff;
  padding: 90px;
}
.media-section-content .media-content {
  width: 100%;
  font-size: 20px;
  text-align: center;
}
.values-list-content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  max-width: 969px;
  height: 248px;
  text-align: center;
  padding-left: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  z-index: 10;
}

.group-list-content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  max-width: 969px;
  height: 298px;
  text-align: center;
  padding-left: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  z-index: 10;
}

.member-backgroup {
  padding: 3rem 0 0 0;
  height: 226px;
  background: url("../../static/images/member-background.png");
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  max-width: 1920px;
}

.member-title {
  margin: auto;
  width: 746px;
  height: 102px;
  color: #fff;
}

.about-backgroup {
  height: 226px;
  background: url("../../static/images/about-background.png");
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  max-width: 1920px;
  padding-top: 40px;
}

.about-title {
  margin: auto;
  width: 746px;
  height: 102px;
  color: #fff;
}

.header-mask {
  /*background: rgba(0, 0, 0, 0.5);*/
  width: 100%;
  height: 92px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.group-section-title {
  margin-top: 40px;
  color: #999999;
}

.token-title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #3da5f5;
  font-size: 20px;
  color: #3da5f5;
  letter-spacing: 0.83px;
  text-align: center;
}

.values-item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  align-content: center;
  /*padding: 10px;*/
  background-color: #ffffff;
  width: 160px;
  min-height: 160px;
}
.partner-section-container {
  padding-top: 20px;
}
.partner-section-container .values-item {
  flex-flow: column;
  height: 250px;
  width: 340px;
  padding: 10px;
  border: 1px solid rgba(188, 213, 223, 0.44);
  box-shadow: 0 2px 10px 0 rgba(120, 153, 184, 0.21);
  border-radius: 8px;
  background: #6c757d;
}

.partner-section-container .values-item h {
  color: #ffffff;
}
.values-item h {
  display: block;
  /*font-size: 18px;
  color: #2464B0;*/
  font-size: 20px;
  color: #4a4a4a;
  letter-spacing: 0;
  margin-top: 5px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  height: 30px;
}

.values-item p {
  display: block;
  font-size: 14px;
  color: #626262;
  letter-spacing: 0;
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.info-title {
  color: #102746;
  font-size: 14px;
  text-align: left;
}

.group-list-area .v-seperator {
  border-style: none;
  margin-left: 6px;
  margin-right: 6px;
}

.viewmore {
  background-color: #006dfe;
  color: #fff;
  width: 80px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}

.v-seperator {
  opacity: 0.6;
  height: 113px;
  margin-left: 20px;
  margin-right: 20px;
  border: 0.5px solid #cecece;
  border-style: none;
}

.h-seperator {
  display: none;
  position: absolute;
  opacity: 0.6;
  bottom: 0px;
  border: 0.5px solid #cecece;
  border-style: dashed;
  width: 100%;
}

.footer-section-content {
  display: block;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 100%;
}

.footer-container {
  width: 966px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  display: block;
}

.footer-content ul {
  width: 100%;
  height: 100%;
  text-align: left;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

.footer-content ul li {
  display: block;
  position: relative;
  text-align: left;
  min-width: 300px;
  margin-block-start: 10px;
  padding-inline-start: 0px;
}

.footer-content li a {
  display: inline;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  color: #7887a7;
  text-decoration-color: #7887a7;
  letter-spacing: 0;
  line-height: 23px;
}

.footer-content li a:hover {
  color: #2464b0;
  text-decoration-color: #2464b0;
}

.footer-right-content {
  display: block;
  max-width: 550px;
  height: 165px;
}

.cv-section-content {
  display: block;
  text-align: center;
  margin-top: 110px;
  width: 100%;
}

.cv-bg {
  display: block;
  width: 100%;
  position: relative;
  background: url("../../static/images/cv_bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  min-height: 684px;
}

.cv-section-container {
  width: 100%;
}

.cv-container {
  display: flex;
  padding: 175px 0 0 0;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column wrap;
  flex-direction: column;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

.cv-container ul li {
  list-style: none;
  display: block;
}

.cv-title {
  display: block;
  position: relative;
  font-size: 34px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  height: 40px;
}

.cv-desc {
  display: block;
  position: relative;
  font-size: 18px;
  color: #c5e6d1;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

.cv-area {
  display: block;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 53px;
  text-align: center;
  width: 80%;
  max-width: 523px;
  height: 75px;
}

.cv-file-name {
  display: block;
  float: left;
  position: relative;
  margin-left: 26px;
  width: 60%;
  font-size: 18px;
  color: #7e8085;
  letter-spacing: 0;
  text-align: left;
}

.input-upload-file {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 68%;
  z-index: 10;
}

.v-line {
  display: block;
  position: relative;
  float: left;
  border: 1px solid #e7eaee;
  height: 73px;
  margin-left: 0px;
  margin-right: 0px;
  border-style: line;
}

.send-btn-text {
  display: block;
  position: relative;
  float: left;
  width: 30%;
  height: 75px;
  font-size: 16px;
  color: #2464b0;
  letter-spacing: 0;
  text-align: center;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-style: none;
  background-color: transparent;
}

.cv-attachment-container {
  display: flex;
  padding-inline-start: 0px;
  padding: 0;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.cv-area ul li {
  list-style: none;
  display: block;
}

.common-single-title {
  display: block;
  position: relative;
  font-size: 24px;
  background-color: transparent;
  color: #24253d;
  letter-spacing: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}
#scenarios-bolegao {
  display: none;
}
#scenarios-alex {
  display: none;
}
#scenarios-club {
  display: none;
}
.hidden {
  display: none;
}
#header-container {
  top: 0px;
  z-index: 1000;
  width: 100%;
  color: #ffffff;
  height: 92px;
  font-size: 17px;
  line-height: 92px;
  /*max-width: 1920px;*/

  background-repeat: no-repeat;
  background-position: top;
}
.ah-share-items {
  display: block;
  margin-top: 85px;
  margin-left: -45px;
  width: 100%;
}

.share-icon-item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 210px;
  height: 100%;
}

#id-mobile-share {
  display: none;
}

#id-right-seperator-3 {
  display: none;
}

#id-place-holder {
  display: none;
}
.group-list-area.mobile {
  display: none;
}
.membersection {
  font-weight: bold;
}
.leader-header-content label {
  color: #3da5f5;
}

.ihcdc-logo-container-mobile {
  display: none;
}
#id-strategic {
  display: none;
}
.swiper-container {
  display: block;
  width: 100%;
  height: 400px;
  background: #e1e1e1;
  --swiper-navigation-color: #aaaaaa;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;/* 设置按钮大小 */
}

.strategic-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.strategic-title h {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
  color: rgba(16, 39, 70, 1);
  line-height: 45px;
  text-align: center;
}

.intro_area {
  width: 100%;
  height: 400px;
  background: #e1e1e1;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-small-text {
  position: relative;
  color: #ffffff;
  font-size:9px;
  bottom: 9px;
  text-align: center;
}
.intro_area img {
  width: 160px;
  height: auto;
}

.intro_title {
  width: 100%;
  font-size: 40px;
  color: #707070;
  padding: 30px;
  text-align: center;
}

.intro_detail {
  font-size: 24px;
  width: 50%;
  color: #6e6e6e;
  text-align: justify;
}

@media all and (max-width: 1024px) {
  .swiper-container {
    height: 700px;
  }
  .intro_area {
    height: 500px;
  }
  .intro_detail {
    width: 90%;
  }
  .banner {
    background: url("../../static/images/banner.png") no-repeat top center;
    width: 100%;
    min-height: 306px;
  }
  .menu-item-pc {
    display: none;
    min-width: 0px;
  }
  .menu-item-logo {
    flex-flow: row wrap;
  }
  .menu-item-right {
    margin-right: 60px;
  }
  .main-navigation-ul {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  .background-section-content {
    margin-top: 0px;
  }
  .values-list-area {
    padding: 0;
  }
  .menu-item-mobile {
    list-style: none;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    text-align: center;
    min-width: 44px;
    height: 100%;
    overflow: visible;
  }

  .activity-img {
    height: 182px;
    float: none;
    margin: auto;
  }

  .activity-title {
    width: 100%;
    padding: 20px;
  }

  .menu-item-m {
    list-style: none;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 90px;
  }

  .section-header-item-1 {
    min-width: 50%;
  }

  .switch-lang {
    height: 44px;
    left: 0px;
    bottom: 100px;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: column wrap;
    align-content: flex-end;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-right: 20px;
    width: 100%;
  }
  .switch-lang .earth-icon {
    width: 20px;
    height: 20px;
  }
  .switch-lang .expand-icon {
    width: 20px;
    height: 20px;
  }
  .switch-lang .current-lang {
    display: block;
    color: black;
    height: 44px;
    font-size: 10px;
  }

  .menu-icon {
    border-style: none;
    background-color: transparent;
    border-width: 0px;
    background-image: url("../../static/images/menu_icon.svg");
    background-size: 44px 44px;
    min-width: 44px;
    min-height: 44px;
    overflow: visible;
  }
  .right-menu {
    display: flex;
  }
  .right-menu-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: none;
    position: fixed;
    overflow: visible;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    flex-direction: row;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }

  .ah-normal-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
    -webkit-align-content: center;
    align-content: center;
    justify-content: flex-end;
    padding: 35px;
    height: 100px;
    padding-right: 28px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .close-icon {
    border-style: none;
    background-color: transparent;
    border-width: 0px;
    background-image: url("../../static/images/close.svg");
    background-size: 44px 44px;
    height: 44px;
    width: 44px;
    padding: 0px;
    overflow: hidden;
  }

  .ah-img-btn img {
    max-height: 44px;
    max-width: 44px;
  }

  .right-menu-content {
    display: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    min-width: 292px;
    max-width: 300px;
    height: 100%;
    background-color: #ffffff;
  }

  .right-menu-content ul {
    list-style-type: none;
  }
  .right-menu-content ul li {
    display: flex;
    margin-top: 20px;
    /*margin-block-start: 20px;*/
    margin-block-end: 0px;
    padding-inline-start: 0px;
  }

  .right-menu-content ul li a {
    text-align: left;
  }
  .right-menu-content ul li ul {
    padding-inline-start: 0px;
    padding: 0;
    align-content: flex-start;
  }

  .right-menu-content ul li ul li {
    list-style-type: none;
    display: flex;
    align-content: flex-start;
    flex-flow: row wrap;
    flex-wrap: wrap;
    text-align: left;
    margin-block-start: 20px;
  }
  .right-menu-content ul li ul li ul li {
    list-style-type: disc;
    padding-left: 20px;
    margin-left: 20px;
  }

  .right-menu-content ul li a {
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    color: #24253d;
    text-decoration-color: #24253d;
  }
  #id-first-li {
    margin-block-start: 0px;
  }
  .mobile-drop-menu {
    display: flex;
    flex-direction: row;
    flex-flow: row nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .mobile-drop-menu a {
    width: auto;
  }

  .ah-list-type {
    list-style-type: disc;
    display: flex;
    padding-inline-start: 30px;
  }

  .ah-list-type ul {
    list-style: disc;
    list-style-type: disc;
    overflow: visible;
    padding-inline-start: 0px;
  }

  .ah-list-type ul li {
    list-style: disc;
    list-style-type: disc;
    list-style-image: url("../../static/images/list_dot_gray.svg");
    list-style-position: inside;
    background: url("../../static/images/list_dot_gray.svg") no-repeat 3px 13px;
    background-position: left;
    padding-inline-start: 15px;
    overflow: visible;
  }

  .info {
    width: 100%;
  }

  .right-menu-content a:hover {
    color: #2464b0;
    text-decoration: none;
  }

  .banner-text-area {
    /*margin-left: 5%;*/
    width: 370px;
    padding-top: 0px;
  }

  .banner-text-title {
    font-size: 24px;
    margin-top: 35px;
  }

  .banner-text-detail {
    font-size: 14px;
    text-align: justify;
  }

  #id-why-choose-us-img-content-mobile {
    display: flex;
  }

  .why-choose-us-img-content-mobile {
    background: url("../../static/images/why.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
    height: 239px;
    margin-top: 60px;
  }

  .why-choose-us-img-content-mobile .img-text {
    display: block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    padding: 20px;
    text-align: left;
  }

  .whitepaper-img-content-mobile {
    background: url("../../static/images/whitepaper.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
    height: 239px;
    margin-top: 60px;
  }
  .whitepaper-img-content-mobile .img-text {
    display: block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    padding: 20px;
    text-align: left;
  }

  .left-content .methodology_img {
    margin-top: 101px;
    width: 90%;
    height: auto;
  }

  .left-content .match_img {
    margin-top: 81px;
    width: 90%;
    height: auto;
  }
	
	

  .groups-content ul li {
    width: 160px;
  }

  #ah-footer {
    display: none;
  }
  
  #id-mobile-share {
    display: flex;
  }

  .mobile-share-section {
    background-color: #f0f0f0;
    display: none;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    height: 81px;
    min-height: 81px;
    width: 100%;
  }

  .approach-section-container {
    max-width: 967px;
  }

  .approach-container {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0;
  }

  .left-content-container {
    width: 100%;
  }
  .left-content {
    max-width: 346px;
  }
  .right-content-container {
    max-width: 482px;
  }
  #id-values-list-container {
    display: none;
  }
  .values-list-content {
    max-width: 375px;
    height: auto;
    justify-content: space-between;
    flex-flow: row wrap;
    flex-direction: column;
  }
  .v-seperator {
    display: none;
    height: 0;
    width: 0;
  }
  .h-seperator {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #id-right-seperator-1 {
    display: none;
  }
  #id-right-seperator-2 {
    display: none;
  }
  #id-right-seperator-3 {
    display: block;
    right: 0;
  }
  #id-place-holder {
    display: block;
  }
} /* @media all and (max-width: 1022px) -- end*/

@media all and (max-width: 983px) {
  .swiper-container {
    height: 450px;
  }
  .leader-content {
    width: 424px;
  }
  .section-container {
    max-width: 424px;
  }
  .section-header {
    max-width: 424px;
    padding: 0;
  }

  .ihcdc-section-content {
    height: 100%;
  }

  .about-container {
    justify-content: center;
    flex-flow: row wrap-reverse;
  }
  .about-text-content {
    width: 375px;
    padding: 20px;
  }
  .about-text-content .text-container {
    padding: 0;
  }
  .about-img {
    width: 335px;
  }
  .ihcdc-logo-container-mobile {
    display: block;
    height: 240px;
  }
  .ihcdc-logo-container-mobile .ihcdc-logo {
    height: 90%;
    width: 335px;
    margin-top: 20px;
  }
  .background-container {
    justify-content: center;
  }

  .background-text-content .text-container {
    padding: 20px;
    min-width: 360px;
    max-width: 360px;
  }

  .background-text-content .text-brief {
    margin-block-start: 30px;
    color: #102746;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(16, 39, 70, 1);
    line-height: 45px;
  }

  #id-background-img-content {
    display: none;
  }

  #id-mobile-background-img-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background: url("../../static/images/Rectangle_mobile.png") no-repeat center
      center;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
    height: 295px;
    min-height: 295px;
  }

  .mobile-background-img-content .mobile-background-img-text {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    width: 222px;
    height: 50px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    text-align: justify;
  }
  #id-mobile-share {
    display: flex;
  }

  /*why choose us style for 983px width*/
  #id-corner-img-overflow {
    display: none;
  }
  #id-why-choose-us-img-content {
    display: none;
  }
  .why-container {
    justify-content: center;
    max-width: 360px;
  }
  .why-text-content {
    margin: 0;
    max-width: 360px;
  }
  
  .address-section-content{
		height: auto;
	}
	.address-left{
		width:30%;
	}
	.address-right{
		width:60%;
	}

  .values-section-container {
    width: 100%;
    max-width: 540px;
  }

  .values-img {
    width: 334px;
    height: 284px;
  }
  #logo-container-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 502px;
    background: url("../../static/images/bg.png") no-repeat center center;
  }
  .bottom-small-text {
    font-size: 8px;
    bottom: 8px;
  }
  .logo-container-mobile-list {
    width: 346px;
    height: 582px;
    margin: auto;
    background: url("../../static/images/logo2.png") no-repeat center center;
        background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
  }
  .logo-container-mobile-title {
    width: 100%;
    position: absolute;
    display: inline-block;
    color: #ffffff;
    height: 100px;
    margin: auto;
    font-size: 24px;
    line-height: 50px;
  }
  .logo-container {
    display: none;
  }
} /* @media all and (max-width: 983px) -- end */

@media all and (max-width: 983px) {
  .about-section-container {
    width: 100%;
    max-width: 424px;
  }
  .ihcdc-section-container {
    width: 100%;
    max-width: 424px;
  }

  .group-section-title {
    margin-top: 0px;
  }

  .ihcdc-container {
    width: 100%;
    justify-content: center;
  }
  .ihcdc-text-content .text-container {
    padding: 20px;
    min-width: 375px;
    max-width: 375px;
  }
  .ihcdc-text-content .text-container {
    width: 375px;
  }
  .ihcdc-text-content .text-detail.blue {
    text-align: center;
  }
  .ihcdc-text-content .text-detail {
    text-align: justify;
  }

  #id-ihcdc-img-content {
    display: none;
  }

  #id-ihcdc-img-content-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
    height: 202px;
    min-height: 202px;
  }

  .about-section-content {
    padding: 0px;
  }

  .ihcdc-img-content-mobile {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    width: 222px;
    height: 50px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    text-align: justify;
  }

  .ihcdc-img-content-mobile .img-text {
    display: block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    padding: 30px;
    text-align: left;
  }
  .background-section-container {
    justify-content: center;
    align-items: center;
  }
  .choose-text-content .text-container {
    padding: 20px;
    min-width: 375px;
    max-width: 375px;
  }

  .choose-text-content .text-brief {
    text-align: center;
  }

  #id-mobile-choose-img-content {
    display: flex;
  }
  #id-choose-img-content {
    display: none;
  }

  .why-text-content .text-container {
    width: 375px;
  }

  .mobile-choose-img-content {
    background: url("../../static/images/Group_Copy.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
    height: 239px;
    margin-top: 40px;
    max-width: 375px;
  }

  .why-choose-us-img-content-mobile .img-text {
    display: block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    padding: 30px;
    text-align: left;
  }

  .right-content-container {
    max-width: 400px;
  }
}

@media all and (max-width: 514px) {
  .swiper-container {
    width: 514px;
  }
  .leader-content {
    width: 375px;
  }
  .values-text-content .text-container {
    padding: 20px;
    min-width: 375px;
    max-width: 375px;
  }
  .token-container-classic {
    display: none;
  }

  .token-container-cash {
    display: none;
  }

  .text-container {
    width: 315px;
  }

  .token-container-mobile-classic {
    background: url("../../static/images/ct-classic.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 95%;
    max-width: 375px;
    height: 239px;
    margin: auto;
    margin-top: 40px;
    display: flex;
  }

  .token-container-mobile-cash {
    background: url("../../static/images/ct-cash.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 80%;
    max-width: 375px;
    height: 239px;
    margin: auto;
    margin-top: 40px;
    display: flex;
  }

  .fund-container {
    display: none;
  }

  .fund-container-mobile {
    background: url("../../static/images/fund_usage_copy.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 90%;
    max-width: 375px;
    height: 239px;
    margin: auto;
    margin-top: 40px;
    display: flex;
  }

  .roadmap-container {
    display: none;
  }
  .roadmap-container-mobile-back {
    display: flex;
    background-color: #6dcff5;
    width: 100%;
  }
  .roadmap-container-mobile {
    display: block;
    background: url("../../static/images/roadmap.png");
    background-repeat: no-repeat;
    background-position: 10%;
    width: 375px;
    max-width: 375px;
    height: 622px;
    padding-left: 80px;
    position: relative;
    text-align: center;
    margin-top: 40px;
    padding-top: 50px;
    margin-left: -20px;
  }

  .text-detail2 {
    font-size: 14px;
    color: #ffffff;
    line-height: 15px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    text-align: justify;
    width: 95%;
    display: block;
    position: relative;
    height: 15px;
  }

  .group-list-area .v-seperator {
    border-style: none;
    margin-left: 2px;
    margin-right: 2px;
  }
  .values-item {
    margin: auto;
  }
  .values-section-partners {
    display: none;
  }
  .values-section-partners-mobile {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 91px;
    width: 100%;
    min-height: 262px;
    background: url(../../static/images/partners-mobile.png) no-repeat center
      center;
  }
  .background-text-content .text-brief {
    text-align: center;
  }
  .background-text-content .text-container h {
    height: 0px;
  }
  .choose-text-content .text-container h {
    height: 0px;
  }
  .ihcdc-section-content {
    margin-top: 10px;
  }
  #scenarios-bolegao {
    display: block;
    height: auto;
    color: #9b9b9b;
  }
  #scenarios-alex {
    display: block;
    color: #9b9b9b;
  }
  #scenarios-club {
    display: block;
    color: #9b9b9b;
  }
  .values-content ul li {
    height: auto;
  }
  #header-container {
    line-height: 50px;
  }
  .group-list-area.mobile {
    display: block;
    padding: 20px;
  }
  .group-list-content {
    height: 248px;
  }
  .group-list-area {
    display: none;
  }
  .col-11 {
    padding-left: 1px;
    padding-right: 1px;
  }
}

@media all and (max-width: 414px) {
  .swiper-container {
    width: 414px;
  }
  .banner {
    min-height: 306px;
    max-height: 400px;
  }
  .menu-item-right {
    min-width: 50px;
    margin-right: 10px;
  }
  .banner-text-area {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0px;
    height: 306px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .banner-text-detail {
    width: 90%;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
  }
  .banner-text-detail p {
    text-align: justify;
  }
  #id-mobile-share {
    display: flex;
  }

  .v-seperator {
    display: none;
    height: 0;
    width: 0;
  }

  .leader-section-content {
    /* height: 1510px; */
  }

  .background-text-content .text-container {
    padding: 20px;
    min-width: 320px;
    max-width: 340px;
    min-height: auto;
  }

  .why-text-content .text-container {
    min-width: 360px;
    max-width: 360px;
  }

  .why-text-content h {
    padding-right: 35px;
  }

  .why-text-content .text-container {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .right-content-container {
    max-width: 340px;
  }
  .ihcdc-text-content .text-detail.blue {
    text-align: center;
  }
  .ihcdc-text-content .text-detail {
    text-align: justify;
  }
}

@media all and (max-height: 640px) {
  .swiper-container {
    width: 640px;
  }
  .right-menu-content ul li {
    margin-top: 10px;
    margin-block-start: 10px;
  }
  .ah-list-type {
    padding-inline-start: 5px;
  }

  .right-content-container {
    max-width: 300px;
  }
}

@media all and (max-width: 1022px) {
  .swiper-container {
    width: 100%;
  }
  .contact-container {
    background-color: #ffffff;
    padding-top: 60px;
    height: 100%;
  }
  .contact-bottom-content {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-flow: column wrap;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 8px;
    padding: 10px;
  }

  .contact-section-content {
    /* height: 1260px; */
  }

  .left-img-area {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 336px;
    height: 600px;
    background-repeat: no;
    background-position: center;
    background-attachment: fixed;
    background: url("../../static/images/contact_img_mb.png");
    background-size: cover;
    overflow: hidden;
  }

  .form-area {
    width: 100%;
  }
  .contact-form {
    width: 90%;
    padding: 30px;
  }
  .contact-form p {
    text-align: left;
  }
}

.roadmap-mobile {
  height: 50px;
  width: 100%;
  margin: auto;
  position: absolute;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
}

.img-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  background: #2c2e30;
}
.img-container img {
  width: 80%;
}

@media all and (max-width: 375px) {
  .group-detail {
    padding: 2px;
  }
}
