.bnr {
  padding: 80px 0 44px;
  background: url(/assets/images/search/mc-search-img-banner-bg@2x.jpg)
    no-repeat;
  background-size: cover;
}
.bnr:lang(de),
.bnr:lang(es),
.bnr:lang(fe),
.bnr:lang(jp),
.bnr:lang(it),
.bnr:lang(tw) {
  margin-top: 30px;
}

.bnr .input-group {
  display: flex;
  justify-content: center;
}
.bnr .inputbox {
  display: inline-block;
  position: relative;
  text-align: center;
  max-width: 600px;
}
.bnr .inputbox .tips {
  margin: 16px 0 0px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.bnr .inputbox .tips a {
  font-size: 14px;
  color: #fff;
}
.bnr .s-form {
  display: inline-block;
  width: 600px;
  height: 64px;
  background: #ffffff;
  border: 1px solid #b7b8d7;
  border-radius: 30px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.bnr .input-group-btn {
  position: absolute;
  right: 24px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url(/assets/images/search/mc-search-ic-serch-24.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.bnr .input-group-btn:hover {
  width: 28px;
  background: url(/assets/images/search/ic-serch.png) no-repeat;
  background-position: -54px 0px;
}
.bnr .input-group-btn .s-btn {
  width: 100%;
  height: 100%;
  background: transparent;
}
.cse_google_search .gsc-modal-background-image-visible,
.cse_google_search .gsc-results-close-btn-visible {
  display: none !important;
}
.cse_google_search .gsc-results-wrapper-overlay {
  position: relative !important;
  width: 100%;
  left: 0;
}
.form.gsc-search-box {
  margin-bottom: 1em;
}
.search {
  background: #f7f7f7;
  padding: 40px 0 120px;
}
.search .layui-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.search .layui-row::before,
.search .layui-row::after {
  content: none;
}
.search .guides {
  min-width: 380px !important;
  height: 578px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  text-align: center;
  color: #000;
  border: 1px solid #e6e8e9;
}
.search .guides h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 22px;
  padding: 0 0 24px;
  border-radius: 10px 10px 0 0;
}
.search .guides h4::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/search/mc-search-ic-guides-24.svg) no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.search .info {
  vertical-align: top;
  min-height: 540px;
  text-align: center;
  border-radius: 10px;
}
.search dl {
  text-align: left;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search dl dd {
  position: relative;
}
.search dl dd::after {
  position: absolute;
  right: 0px;
  top: 4px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/search/mc-search-ic-arrow-24.svg) no-repeat;
  background-size: cover;
}
.search dl dd:hover::after {
  background: url(/assets/images/search/mc-search-ic-arrow-24-blue.svg)
    no-repeat;
  background-size: cover;
}
.search dl dd:hover a {
  color: #2258f6;
}
.search dl dd a {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}
.search .more {
  width: 260px;
  height: 48px;
  border: 1px solid #1747d4;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #1747d4;
  line-height: 48px;
  margin-top: 24px;
  padding-right: 10px;
  position: relative;
}
.search .more::after {
  display: inline-block;
  content: ">>";
  position: absolute;
  left: 70%;
  transition: all 0.3s;
}
.search .more:hover::after {
  left: 73%;
}
.search .inputbox {
  display: inline-block;
  position: relative;
  text-align: center;
  max-width: 600px;
}
.search .inputbox .tips {
  margin: 20px 0 30px 0;
}
.search .inputbox .tips a {
  font-size: 14px;
  color: #282cb1;
}
.search .s-form {
  display: inline-block;
  width: 600px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #b7b8d7;
  border-radius: 30px;
  padding-left: 30px;
}
.search .input-group-btn {
  position: absolute;
  right: 40px;
  top: 18px;
  width: 28px;
  height: 28px;
  background: url(/assets/images/search/ic-serch.png) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}
.search .input-group-btn:hover {
  background-position: -56px 0px;
}
.search .input-group-btn .s-btn {
  width: 100%;
  height: 100%;
  background: transparent;
}
/* google搜索 */
html ._search.gsc-overflow-hidden {
  overflow: auto !important;
}
html ._search.gsc-overflow-hidden .gsc-results-wrapper-overlay {
  border: none !important;
  margin: auto !important;
  border-radius: 1px !important;
  height: auto !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border-collapse: separate !important;
  background: white !important;
  padding: 30px 0 !important;
  width: auto !important;
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  z-index: 100002 !important;
  visibility: visible !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
html ._search.gsc-overflow-hidden .gsc-modal-background-image-visible {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  position: static !important;
  height: 0 !important;
  width: 0 !important;
  z-index: 100001 !important;
  background-color: white !important;
  display: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
html ._search.gsc-overflow-hidden .gsc-adBlock {
  display: none !important;
}
/* google搜索 */
.search .gsc-results-wrapper-overlay,
.search .gsc-modal-background-image {
  position: unset !important;
  opacity: unset;
  box-shadow: none;
}
.search form.gsc-search-box {
  display: none;
  opacity: 0 !important;
}
.search .gsc-results-wrapper-overlay {
  width: 100%;
  padding: 0px;
  overflow: unset;
  text-align: left;
}
.search .gsc-control-cse {
  border-radius: 10px;
  background: none;
  border: 0;
}
.search .gsc-webResult.gsc-result {
  border: none !important;
}
.search .gsc-results-wrapper-overlay {
  background: none;
}
.search .gsc-results-close-btn-visible {
  display: none;
}
.search .gsc-adBlock {
  display: none;
}
.search .gsc-above-wrapper-area {
  padding-bottom: 20px;
}
.search .gsc-webResult.gsc-result {
  padding: 15px 0;
}
.search .gsc-webResult.gsc-result:nth-child(1) {
  padding-top: 25px;
}
.gsc-overflow-hidden {
  overflow: auto !important;
}
@media screen and (max-width: 1199px) {
  .search .info {
    width: 63%;
    height: auto;
    padding: 50px 15px 0px;
  }
  .search .s-form {
    width: 100%;
  }
  .search .guides {
    width: 35%;
    height: auto;
    margin-right: 2%;
    padding: 0 0px 30px;
  }
  .search .guides dl {
    padding: 15px 20px;
  }
  .search .more {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .bnr .s-form,
  .bnr .info,
  .bnr .guides {
    float: none;
    width: 100%;
    padding: 30px 15px;
    min-height: auto;
    margin-bottom: 40px;
  }
  .search .info,
  .search .guides {
    float: none;
    min-width: 0 !important;
    width: 100%;
    padding: 30px 15px;
    min-height: auto;
    margin-bottom: 40px;
  }
  .search .gsc-control-cse {
    padding: 0px;
  }
  .search .layui-row {
    flex-direction: column-reverse;
  }
}
/* .layui-layer,
.layui-layer-shade {
  display: none !important;
} */
