body {
  font-family: PT Sans-Bold, PT Sans !important;
  color: #fff !important;
}
body .container {
  max-width: 1280px;
  margin: auto;
}
.gsc-search-box {
  display: none !important;
  opacity: 0;
}
.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.gsc-overflow-hidden {
  overflow: auto !important;
}
.gg-min .gsc-modal-background-image-visible {
  opacity: 0;
}
.gg-min .gsc-modal-background-image {
  position: unset !important;
}
.gg-min .gsc-results-wrapper-overlay {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 16px 16px 16px 16px;
  position: unset !important;
  text-align: left !important;
}
.gsc-results-wrapper-visible {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  span,
  p {
    font-size: 12px !important;
  }
}
.bnr {
  padding: 100px 0;
  background: url("/resource/images/answers/banner-bg@2x.png") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.bnr h1 {
  font-size: 56px;
  font-family: PT Sans-Bold, PT Sans;
  font-weight: 700;
  color: #ffffff;
  line-height: 64px;
  margin-bottom: 40px;
}
.bnr .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: auto;
  margin-bottom: 80px;
  max-width: 1108px;
  color: #fff;
}
.bnr .desc:lang(fr) {
  font-size: 18px;
}
.bnr .input-group {
  position: relative;
  text-align: center;
  margin: 13px auto 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bnr .input-group .s-form {
  width: 600px;
  height: 64px;
  background: #ffffff;
  border-radius: 288px 288px 288px 288px;
  outline: none !important;
  border: 1px solid #e6e8e9;
  -webkit-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  vertical-align: middle;
  padding-left: 25px;
  font-family: PT Sans-Bold, PT Sans;
}
.bnr .input-group .s-form::-webkit-input-placeholder {
  font-size: 20px;
}
.bnr .input-group .s-form::-moz-placeholder {
  font-size: 20px;
}
.bnr .input-group .s-form::-ms-input-placeholder {
  font-size: 20px;
}
.bnr .input-group .s-form::placeholder {
  font-size: 20px;
}
.bnr .input-group .s-form:focus {
  border: 1px solid #2258f6;
}
.bnr .input-group .tips {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 100px);
  color: red;
  font-size: 16px;
  display: none;
}
.bnr .input-group .inputbox {
  position: relative;
}
.bnr .input-group .inputbox .input-group-btn {
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border: none;
  width: 102px;
  height: 60px;
  background: #2258f6;
  border-radius: 288px;
  opacity: 1;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.bnr .input-group .inputbox .input-group-btn .s-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: url(/resource/images/answers/ic-serch@2x.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.bnr-hot {
  max-width: 760px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bnr-hot .bnr-dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.bnr-hot .bnr-tit {
  font-size: 13px;
  color: #fff;
  margin-right: 10px;
}
.bnr-hot dd {
  font-size: 13px;
  margin: 0 5px;
}
.bnr-hot dd a {
  color: #fff;
}
.bnr-hot dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .bnr .input-group .s-form {
    width: 100%;
  }
  .bnr-hot {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px auto 0;
  }
  .bnr-hot .bnr-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bnr-hot dd:not(:nth-last-child(1)) {
    margin-bottom: 3px;
  }
  .bnr .input-group .inputbox {
    width: 100%;
  }
}

.wrap {
  padding-top: 120px;
}
.new-header .wrap {
    padding: 0px;
  }
.wrap h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  margin-bottom: 80px;
}
.wrap .newlist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.wrap .newlist .uri-item {
  padding: 40px;
  width: 400px;
  height: 424px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrap .newlist .uri-item:hover {
  -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.wrap .newlist .uri-item:hover a {
  color: #1e46d6;
}
.wrap .newlist .user-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap .newlist .zanBox {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap .newlist .numbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  margin-left: 4px;
}
.wrap .newlist .numbox .zan {
  width: 16px;
  height: 16px;
}
.wrap .newlist .numbox .zan.add {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: counterDown2;
  animation-name: counterDown2;
}
.wrap .newlist .numbox .num {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wrap .newlist .animation-up {
  color: red;
  -webkit-animation-name: counterUp;
  animation-name: counterUp;
}
.wrap .newlist .animation-down {
  -webkit-animation-name: counterDown;
  animation-name: counterDown;
}
.wrap .newlist .animation-img {
  -webkit-animation-name: counterimg;
  animation-name: counterimg;
}
.wrap .newlist a {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.wrap .newlist p {
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  line-height: 30px;
  margin: 24px 0 40px 0;
  height: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-wrap: break-word;
}
.wrap .newlist img {
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
}
.wrap .newlist span {
  font-size: 14px;
  font-family: PT Sans-Regular, PT Sans;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  vertical-align: middle;
}
.wrap .more {
  width: 294px;
  height: 64px;
  border-radius: 62px;
  border: 1px solid #2258f6;
  line-height: 64px;
  text-align: center;
  color: #2258f6;
  display: block;
  margin: auto;
  margin-top: 20px;
}
.wrap .more:hover {
  background: #2258f6;
  color: #fff;
}
.wrap .pagination {
  text-align: center;
  display: inline-block;
  margin: auto;
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrap .pagination ul {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.wrap .pagination ul li {
  color: rgba(0, 0, 0, 0.65);
  margin: 0 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.wrap .pagination ul li a {
  width: 100%;
  color: rgba(0, 0, 0, 0.65);
}
.wrap .pagination ul li:nth-child(1),
.wrap .pagination ul li:last-child,
.wrap .pagination ul li:nth-child(2) {
  display: none;
}
.wrap .pagination ul li.disabled {
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.7);
}
.wrap .pagination ul li.active {
  color: #fff;
  background: #2258f6;
}
@media screen and (max-width: 991px) {
  .wrap .newlist .uri-item {
    width: 100%;
    height: auto;
  }
}
.search {
  background: #f8f9fa;
  padding: 40px 0;
}
.search-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search .gg-min {
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 16px 16px;
}
.search-r {
  width: 30%;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  padding: 0 24px;
  text-align: center;
  margin-left: 15px;
}
.search-pd .item {
  padding: 40px 0px;
  border-bottom: 1px solid #e6e8e9;
}
.search-pd .item-icons {
  width: 60px;
  height: 60px;
  background: url(/resource/images/support/support_sprites.png) no-repeat;
  background-position: -10px -10px;
  margin: auto;
}
.search-pd .item-icons-ft {
  background-position: -410px -10px;
}
.search-pd .item-icons-mr {
  background-position: -330px -10px;
}
.search-pd .item h4 {
  font-size: 20px;
  color: #000000;
  margin: 16px 0 5px 0;
}
.search-pd .item-desc {
  font-size: 14px;
  color: #000000;
}
.search-pd .item-more {
  font-size: 14px;
  color: #2258f6;
  margin: 8px 0 12px 0;
}
.search-pd .item-more::after {
  content: " >>";
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.search-pd .item-more:hover {
  color: #072786;
}
.search-pd .item-more:hover::after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.search-pd .item-downbtn {
  display: block;
  width: 216px;
  height: 48px;
  background: #ffffff;
  border-radius: 529px 529px 529px 529px;
  border: 1px solid #2258f6;
  font-size: 14px;
  line-height: 48px;
  color: #2258f6;
  margin: auto;
}
.search-pd .item-downbtn span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -1300px -83px;
  vertical-align: middle;
  margin-right: 10px;
}
.search-pd .item-downbtn:hover {
  background: #2258f6;
  color: #fff;
}
.search-pd .item-downbtn:hover span::before {
  background-position: -68px -83px;
}
.search .download-more {
  display: inline-block;
  font-size: 14px;
  padding: 10px 0;
  color: #2258f6;
}
.search .download-more:hover {
  color: #072786;
}
.search .download-more:hover::after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.search .download-more::after {
  content: " >>";
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 991px) {
  .search-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-r {
    width: 100%;
    margin-left: 0px;
  }
  .search-pd .item {
    width: 100%;
  }
}
.dowload {
  color: #fff;
  text-align: center;
  padding: 160px 0;
}
.dowload .container {
  max-width: 1280px;
  height: 412px;
  background: url(/resource/images/answers/bg-pic1@2x.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.dowload h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 46px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.302);
}
.dowload h2:lang(fr) {
  font-size: 34px;
}
.dowload .dowload-nav {
  margin: auto;
  padding: 60px 0;
  max-width: 966px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dowload .dowload-nav span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.302);
  position: relative;
}
.dowload .dowload-nav span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/images/answers/gou1.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: -25px;
}
.dowload .dowload-free {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dowload .btn-box,
.dowload .btn-box2 {
  position: relative;
  width: 294px;
  height: 64px;
  background: #1d70ec;
  border-radius: 288px 288px 288px 288px;
  opacity: 1;
  margin: 0 10px;
  line-height: -1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.dowload .btn-box:hover,
.dowload .btn-box2:hover {
  background: #2258f6;
}
.dowload .btn-box .down,
.dowload .btn-box2 .down {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/resource/images/answers/ic-download-24.svg) no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.dowload .btn-box .bt-txt,
.dowload .btn-box2 .bt-txt {
  line-height: 1;
  display: inline-block;
  text-align: left;
}
.dowload .btn-box .bt-txt strong,
.dowload .btn-box2 .bt-txt strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
}
.dowload .btn-box .bt-txt span,
.dowload .btn-box2 .bt-txt span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
}
.dowload .Learn {
  position: absolute;
  line-height: 64px;
  left: 60%;
  color: #fff;
}
.dowload .Learn span {
  padding-left: 5px;
}
.dowload .Learn:hover span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .dowload {
    padding-left: 6%;
    padding-right: 6%;
  }
  .dowload .container {
    height: auto;
    border-radius: 30px;
    padding: 80px 10px;
  }
  .dowload .dowload-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dowload .dowload-nav span {
    width: 50%;
    display: block;
    text-align: left;
    padding-left: 25px;
    margin: 10px 0;
  }
  .dowload .dowload-nav span::before {
    left: 5px;
  }
  .dowload .dowload-free {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dowload .Learn {
    position: relative;
    left: 0;
  }
}
@-webkit-keyframes counterUp {
  from {
    -webkit-transform: translateY(0) scale(0.6);
    transform: translateY(0) scale(0.6);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateY(-18px) scale(1);
    transform: translateY(-18px) scale(1);
    opacity: 1;
  }
}
@keyframes counterUp {
  from {
    -webkit-transform: translateY(0) scale(0.6);
    transform: translateY(0) scale(0.6);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateY(-18px) scale(1);
    transform: translateY(-18px) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes counterDown {
  from {
    -webkit-transform: translateY(-18px) scale(0.6);
    transform: translateY(-18px) scale(0.6);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes counterDown {
  from {
    -webkit-transform: translateY(-18px) scale(0.6);
    transform: translateY(-18px) scale(0.6);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
