.tm-info-tit {
  text-align: center;
  margin-bottom: 25px;
}
.tm-info-tit h2 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #002249;
}
@media screen and (min-width: 768px) {
  .tm-info-tit h2 {
    font-size: 36px;
  }
  .tm-info-tit h2::before {
    content: url(/img/page/v2020/trade/info/icon/002.png);
    position: absolute;
    left: -70px;
    line-height: 30px;
  }
  .tm-info-tit h2::after {
    content: url(/img/page/v2020/trade/info/icon/001.png);
    position: absolute;
    right: -70px;
    line-height: 30px;
  }
}
.tm-info-subtit {
  border-left: 3px solid #0c59db;
  padding-left: 10px;
  color: #002249;
}
.tm-info-subtit h3 {
  font-size: 24px;
  font-weight: bold;
}
.tm-info-subtit h4 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tm-info-subtit h3 {
    font-size: 22px;
    font-weight: bold;
  }
  .tm-info-subtit h4 {
    font-size: 18px;
    font-weight: bold;
  }
}
.tm-info-nav {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(11, 64, 104, 0.5);
}
.tm-info-nav .nav-wrap {
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(38, 125, 255, 0.5);
}
.tm-info-nav .nav-item {
  cursor: pointer;
  height: 100%;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  width: 12.5%;
  border-right: 1px solid rgba(38, 125, 255, 0.5);
}
.tm-info-nav .nav-item:hover {
  transition: all 0.5s;
  background-color: rgba(11, 64, 104, 0.2);
}
.tm-info-nav .nav-item.act {
  background-color: #497dcf;
}
@media screen and (max-width: 768px) {
  .tm-info-nav {
    display: none;
  }
}
.tm-info-intro .intro-wrap {
  background-color: #f5f9ff;
  padding: 10px;
  text-align: left;
}
.tm-info-intro .intro-img {
  width: 325px;
  border-radius: 5px;
  overflow: hidden;
}
.tm-info-intro .intro-img img {
  max-width: 100%;
}
.tm-info-intro .intro-summary {
  padding: 10px 30px;
}
.tm-info-intro .intro-summary .tm-info-subtit {
  margin: 10px 0;
}
.tm-info-intro .intro-summary-text .txt {
  color: #002249;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}
.tm-info-intro .intro-summary-text .txt::before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  line-height: 28px;
  border-radius: 6px;
  background-color: #002249;
}
@media screen and (max-width: 768px) {
  .tm-info-intro .intro-img {
    width: 205px;
    height: auto;
    display: block;
  }
  .tm-info-intro .intro-img img {
    width: 100%;
  }
  .tm-info-intro .intro-summary {
    padding: 15px 0;
    display: block;
  }
}
.tm-info-regdata {
  text-align: left;
}
.tm-info-regdata .regdata-wrap {
  padding: 0 10px;
}
.tm-info-regdata .regdata-content {
  margin: 0 -10px;
}
.tm-info-regdata .regdata-item {
  border: 1px solid #5f90ff;
  height: 100%;
}
.tm-info-regdata .regdata-item .tit {
  max-width: 200px;
  padding: 20px 10px 20px 30px;
  background-color: #f5f9ff;
}
.tm-info-regdata .regdata-item .text {
  background-color: #fff;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  color: #002249;
}
@media screen and (max-width: 768px) {
  .tm-info-regdata .regdata-content .regdata-wrap {
    display: block;
    margin-bottom: 10px;
  }
}
.tm-info-standard {
  margin-bottom: 20px;
}
.tm-info-standard .standard-text {
  font-size: 16px;
}
.tm-info-standard .bg {
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .tm-info-standard .standard-text {
    padding-left: 10px !important;
    font-size: 14px;
  }
}
.tm-info-eucountry .ec-item {
  padding: 0 8px;
}
.tm-info-eucountry .ec-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 60px;
  line-height: 40px;
  text-align: left;
  padding: 10px;
  display: block;
  font-size: 18px;
  color: #002249;
  margin-bottom: 15px;
}
.tm-info-eucountry .ec-box:hover {
  background-color: #0c59db;
  color: #fff;
  cursor: pointer;
}
.tm-info-eucountry .ec-box.hot::after {
  width: 15px;
  height: 15px;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .tm-info-eucountry .flex-row[data-cols="5"] > div {
    width: 33.3%;
  }
  .tm-info-eucountry .ec-box {
    font-size: 16px;
  }
}
.tm-info-data .c-btn {
  background-color: #ff4f60;
  border-color: #ff4f60;
  padding: 0 40px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  font-size: 18px;
  box-shadow: 0 3px 10px #bb5862;
}
.tm-info-data .tm-info-tit {
  margin-bottom: 40px;
}
.tm-info-data .step-table {
  background-position: center 39px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.tm-info-data .step-table .madrid img {
  max-width: 115px;
}
.tm-info-data .step-table .madrid .item:not(:last-child)::after {
  position: absolute;
  right: -5px;
  top: 45px;
  content: "";
  background: url(/images/tm/step-arrow.png) center no-repeat;
  margin: auto;
  height: 17px;
  width: 15px;
}
.tm-info-data .step-table .item {
  position: relative;
  width: 16.67%;
}
.tm-info-data .step-table .item p {
  color: #333;
  margin-top: 10px;
  font-size: 16px;
  color: #002249;
}
.tm-info-data .step-table .item:not(:last-child)::after {
  position: absolute;
  right: -5px;
  top: 56px;
  content: "";
  background: url(/images/tm/step-arrow.png) center no-repeat;
  margin: auto;
  height: 17px;
  width: 15px;
}
@media screen and (max-width: 1119px) {
  .tm-info-data .step-table {
    background-position: center 29px;
  }
  .tm-info-data .step-table .item img {
    width: 60px;
  }
  .tm-info-data .step-table .item:not(:last-child)::after {
    right: -5px;
    top: 21px;
  }
}
@media screen and (max-width: 580px) {
  .tm-info-data .step-table {
    background-position: center 19px;
  }
  .tm-info-data .step-table .item img {
    width: 40px;
  }
  .tm-info-data .step-table .item p {
    font-size: 12px;
  }
  .tm-info-data .step-table .item:not(:last-child)::after {
    right: -5px;
    top: 11px;
  }
}
.tm-info-data .search-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  background: url(/images/tm/tm-search-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 20px;
}
.tm-info-data .search-table .describe {
  color: #fff;
}
.tm-info-data .search-table .describe td {
  padding: 10px 0;
}
.tm-info-data .search-table .c-input-search {
  padding: 6px 0;
}
.tm-info-data .search-table .c-input-search .search-text {
  padding-left: 160px;
}
.tm-info-data .search-table .c-input-search .c-btn-search-domain {
  padding: 0 30px;
}
.tm-info-data .search-table .c-input-search .search-country-btn {
  position: absolute;
  top: 0;
  height: 100%;
}
.tm-info-data .search-table .c-input-search .search-country-btn .form-control {
  height: 100%;
  color: #0c59db;
  padding-left: 45px;
}
.tm-info-data .search-table .c-input-search .search-country-btn .form-group {
  position: relative;
  height: 100%;
  max-width: 145px;
}
.tm-info-data .search-table .c-input-search .search-country-btn .form-group img {
  position: absolute;
  display: block;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
}
.tm-info-data .search-table .search-form-wrap {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
}
.tm-info-data .search-table .search-form-wrap p {
  color: #002249;
  margin-top: 20px;
}
.tm-info-data .search-table td {
  vertical-align: bottom;
  text-align: left !important;
  padding: 0;
  border: none !important;
}
.tm-info-data .search-table td .tit {
  font-size: 28px;
  color: #fff;
}
.tm-info-data .search-table td .tit small {
  font-weight: normal;
  color: #666;
  padding-left: 8px;
}
.tm-info-data .search-table td .tele {
  float: right;
  color: #b5f5fe;
  background: url(/images/tm/tele.png) left center no-repeat;
  padding-left: 30px;
  font-size: 18px;
}
.tm-info-data .search-table td input,
.tm-info-data .search-table td .quickFilter {
  height: 38px;
  line-height: 38px;
}
.tm-info-data .search-table td .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px / 2;
  background: -webkit-linear-gradient(90deg, #ffab6d, #ee5e4e);
  background: -o-linear-gradient(90deg, #ffab6d, #ee5e4e);
  background: -moz-linear-gradient(90deg, #ffab6d, #ee5e4e);
  background: linear-gradient(90deg, #ffab6d, #ee5e4e);
  padding: 0 19px;
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 30px #0a48af;
}
.tm-info-data .search-table td.tip {
  color: #b6d0ff;
}
@media screen and (max-width: 520px) {
  .tm-info-data .search-table tr,
  .tm-info-data .search-table tbody {
    display: block;
  }
  .tm-info-data .search-table td {
    display: block;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 10px;
  }
  .tm-info-data .search-table td .tit {
    display: block;
    text-align: center;
  }
  .tm-info-data .search-table td .tele {
    text-align: center;
    float: none;
  }
}
.tm-info-data .data-table {
  position: relative;
  border: 2px solid #9ac8fd;
  border-radius: 10px;
  padding: 20px 0;
}
.tm-info-data .data-table .data-item {
  font-size: 16px;
  line-height: 30px;
  color: #002249;
}
.tm-info-data .data-table .data-item img {
  margin-bottom: 10px;
}
.tm-info-data .data-table .data-item:not(:last-child) {
  border-right: 1px dashed #9ac8fd;
}
.tm-info-data .data-table.arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 70px;
  top: -16px;
  height: 0;
  width: 0;
  border-left: 13px solid transparent;
  border-bottom: 16px solid #9ac8fd;
  border-right: 13px solid transparent;
}
.tm-info-data .data-table.arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 70px;
  top: -14px;
  height: 0;
  width: 0;
  border-left: 13px solid transparent;
  border-bottom: 16px solid #fff;
  border-right: 13px solid transparent;
}
.tm-info-regBase {
  padding: 70px 0;
}
.tm-info-regBase .regBase-content {
  text-align: left;
}
.tm-info-regBase .c-pro-text {
  display: block;
  margin-top: 10px;
}
.tm-info-qna {
  text-align: left;
}
.tm-info-qna li {
  margin-bottom: 40px;
}
.tm-info-qna h3 {
  font-size: 18px;
  color: #002249;
  line-height: 36px;
  font-weight: bold;
}
.tm-info-qna h3::before {
  content: url(/img/page/v2020/trade/info/icon/ques.png);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.tm-info-qna p {
  font-size: 16px;
  color: #002249;
  line-height: 30px;
}
.tm-info-qna p::before {
  content: url(/img/page/v2020/trade/info/icon/answ.png);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.tm-index .c-pro-tit,
.tm-index .c-pro-tit-w {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 576px) {
  .tm-index .c-pro-tit,
  .tm-index .c-pro-tit-w {
    margin-bottom: 30px;
  }
}
.tm-catalog-card {
  height: auto !important;
}
.tm-catalog-card .catalog-content {
  margin: 0 -15px;
}
.tm-catalog-card .catalog-content img {
  max-width: 100px;
  width: 100%;
}
.tm-catalog-card .catalog-content li {
  padding-bottom: 20px;
}
.tm-catalog-card.union .catalog-content {
  margin: 0 -10px;
}
.tm-catalog-card.union .catalog-content > li {
  padding-right: 10px;
  padding-left: 10px;
}
.tm-catalog-card.union .catalog-item {
  min-height: 290px;
  padding: 20px 10px;
}
.tm-catalog-card .catalog-item {
  position: relative;
  display: block;
  padding: 20px;
  color: #002249;
  background-color: #f6f7fb;
  min-height: 245px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.tm-catalog-card .catalog-item:hover {
  cursor: pointer;
  background-color: #0c59db;
  color: #fff;
}
.tm-catalog-card .catalog-item:hover .catalog-link {
  background-color: #fff;
}
.tm-catalog-card .catalog-item span {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.tm-catalog-card .catalog-link {
  color: #738ba5;
  background-color: transparent;
  border-color: #738ba5;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .tm-catalog-card .catalog-content {
    margin: 0;
  }
  .tm-catalog-card .col-lg-2 {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .tm-catalog-card .catalog-item p {
    font-size: 12px;
  }
}
.tm-catalog-europe .europe-tab {
  background: url(/img/page/v2020/trade/index/bg/002.png) no-repeat center;
  text-align: center;
  background-size: 110%;
}
.tm-catalog-europe .europe-tab .tab-item {
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.tm-catalog-europe .europe-tab.isurp {
  background: url(/img/page/v2020/trade/index/bg/001.png) no-repeat center;
  background-size: 110%;
}
.tm-catalog-europe .europe-content {
  padding-top: 20px;
}
.tm-catalog-europe .europe-content .catalog-content {
  display: none;
}
.tm-catalog-europe .europe-content .catalog-content.open {
  display: block;
}
.tm-index-certificate {
  padding: 80px 0 60px;
}
@media screen and (min-width: 1200px) {
  .tm-index-certificate .row {
    padding: 0 70px;
    margin: 0 -25px;
  }
  .tm-index-certificate .row > div {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tm-index-certificate .item-pic {
    height: 440px;
  }
}
.tm-index-certificate .certificate-item {
  color: #002249;
  font-size: 18px;
  text-align: center;
}
.tm-index-certificate .certificate-item .item-pic {
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.tm-index-certificate .certificate-item img {
  vertical-align: middle;
  max-height: 440px;
  width: 100%;
}
.tm-index-certificate .row > div {
  padding-right: 5px;
  padding-left: 5px;
}
.tm-index-reason {
  background: url(/img/page/v2020/trade/index/bg/005.jpg) no-repeat top center;
  text-align: center;
  padding: 55px 0 110px;
}
.tm-index-reason .reason-content {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.tm-index-custom {
  background: url(/img/page/v2020/trade/index/bg/006.jpg) no-repeat top center;
  padding: 50px 0;
}
.tm-index-custom .custom-item {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .tm-index-custom .custom-item img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tm-index-custom {
    background: url(/img/page/v2020/trade/index/bg/006.jpg) no-repeat top -50px center;
  }
  .tm-index-custom .custom-item {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.tm-index-search {
  background: url(/img/page/v2024/trade/retrieval/banner.jpg) no-repeat;
  background-size: cover;
  height: 600px;
  padding: 100px 0 0;
}
.tm-index-search .c-btn {
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  font-size: 14px ;
  padding: 0 30px;
  border-radius: 10px;
  background: none;
}
@media screen and (max-width: 768px) {
  .tm-index-search {
    height: 400px;
    padding: 40px 0 0;
  }
  .tm-index-search .search-subtit {
    display: none;
  }
  .tm-index-search .bar-tm-search {
    margin-top: 30px;
    padding: 15px ;
  }
  .tm-index-search .c-btn-search-domain {
    padding: 0 20px;
  }
  .tm-index-search .search-tit {
    font-size: 18px;
  }
  .tm-index-search .c-input-search input {
    padding-left: 100px;
  }
  .tm-index-search .c-input-search .search-country-btn button {
    padding: 0 10px !important;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .tm .container {
    width: 1200px;
    padding: 0;
  }
}
.retrieval-title {
  font-size: 36px;
  color: #002249;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.5;
}
.retrieval-title p {
  line-height: 1.5;
}
.retrieval-register {
  margin-bottom: 100px;
  padding-top: 50px;
}
.retrieval-register .box {
  display: none;
  flex-wrap: wrap;
}
.retrieval-register .box.active {
  display: flex;
}
.retrieval-register .box .box-con-box {
  display: none;
  flex-wrap: wrap;
}
.retrieval-register .box .box-con-box.active {
  display: flex;
}
.retrieval-register .con {
  position: relative;
  width: calc((100% - 68px)/5);
  margin-bottom: 17px;
}
.retrieval-register .con:not(:nth-child(5n)) {
  margin-right: 17px;
}
.retrieval-register .con a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border: 1px solid #dcdcdc;
  transition: all 0.5s;
}
.retrieval-register .con a:hover {
  box-shadow: 0 0 8px 12px rgba(174, 186, 208, 0.15);
}
.retrieval-register .register-hot::after {
  content: url(/img/page/v2024/trade/retrieval/icon/hot.png);
  position: absolute;
  right: 10px;
  top: 10px;
}
.retrieval-register ul {
  display: flex;
  font-size: 16px;
  color: #002249;
  margin-bottom: 25px;
}
.retrieval-register ul li {
  cursor: pointer;
}
.retrieval-register ul li:hover,
.retrieval-register ul li.active {
  color: #0c59db;
}
.retrieval-register ul li:not(:last-child) {
  margin-right: 10px;
}
.retrieval-register ul li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: #002249;
}
.retrieval-register ul li img {
  margin-top: -5px;
}
.retrieval-register .con-1 {
  margin-bottom: 10px;
}
.retrieval-register .con-1 span {
  font-size: 20px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  color: #002249;
  word-break: break-all;
  font-weight: bold;
  width: calc(100% - 60px);
}
.retrieval-register .con-2 {
  font-size: 16px;
  color: #738ba5;
  line-height: 1.8;
  margin-bottom: 15px;
}
.retrieval-register .btn-box {
  position: relative;
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border-radius: 18px;
  background-color: #ffc82e;
  color: #002249;
  overflow: hidden;
  margin-top: auto;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.retrieval-register .btn-box span {
  position: relative;
  z-index: 5;
}
.retrieval-register .btn-box::before {
  content: '';
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.5s;
  transition-property: all;
  background-color: #f29f1c;
  width: 0;
  height: 0;
  position: absolute;
  border-radius: 9999px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.retrieval-register .btn-box:hover::before {
  width: 35rem;
  height: 35rem;
}
.retrieval-register .box-con-box-list {
  display: flex;
  width: 100%;
  background: url(/img/page/v2024/trade/retrieval/002.png) no-repeat center;
  background-size: 110%;
  min-height: 40px;
  margin-bottom: 17px;
}
.retrieval-register .box-con-box-list.active {
  background: url(/img/page/v2024/trade/retrieval/001.png) no-repeat center;
  background-size: 110%;
}
.retrieval-register .box-con-box-list .box-con-box-tab {
  width: 50%;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.retrieval-solution {
  margin-bottom: 100px;
}
.retrieval-solution h2 p {
  font-size: 18px;
  color: #738ba5;
  font-weight: normal;
  margin-top: 32px;
}
.retrieval-solution .solution-box {
  display: flex;
}
.retrieval-solution .left {
  width: 252px;
  height: 688px;
  background: url(/img/page/v2024/trade/retrieval/slo-bg.jpg) no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
  padding: 40px 0 40px 15px;
}
.retrieval-solution .left .l-con {
  color: #fff;
  padding: 30px 20px;
  cursor: pointer;
}
.retrieval-solution .left .l-con h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
}
.retrieval-solution .left .l-con p {
  font-size: 14px;
}
.retrieval-solution .left .l-con.active {
  position: relative;
  color: #0c59db;
  background: url(/img/page/v2024/trade/retrieval/slo-bg-2.png) no-repeat center;
}
.retrieval-solution .left .l-con.active::after {
  content: url(/img/page/v2024/trade/retrieval/icon/slo-right-icon.png);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.retrieval-solution .right {
  flex: 1;
  background-color: #f2f6fa;
  padding: 30px;
  border-radius: 0 8px 8px 0;
}
.retrieval-solution .right .r-con {
  display: none;
  height: 100%;
}
.retrieval-solution .right .r-con.active {
  display: flex;
  flex-direction: column;
}
.retrieval-solution .right .r-con .list-con-box {
  flex: 1;
}
.retrieval-solution .right .tit-des {
  color: #002249;
  margin-bottom: 25px;
}
.retrieval-solution .right .tit-des h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
.retrieval-solution .right .tit-des p {
  font-size: 14px;
}
.retrieval-solution .right .tab-list {
  display: flex;
  margin-bottom: 17px;
}
.retrieval-solution .right .tab-list .tab {
  flex: 1;
  font-size: 18px;
  color: #002249;
  padding: 23px;
  text-align: center;
  background-color: #e8ecf0;
  cursor: pointer;
}
.retrieval-solution .right .tab-list .tab.active {
  color: #0c59db;
  background-color: #fff;
  box-shadow: 0 2px 8px 6px rgba(174, 186, 208, 0.15);
}
.retrieval-solution .right .list-con {
  display: none;
  justify-content: space-between;
  height: 100%;
}
.retrieval-solution .right .list-con.active {
  display: flex;
}
.retrieval-solution .right .list-con .con {
  display: flex;
  flex-direction: column;
  width: calc((100% - 18px)/2);
  padding: 30px;
  background-color: #fff;
}
.retrieval-solution .right .list-con.con-col-3 .con {
  width: calc((100% - 20px)/3);
}
.retrieval-solution .right .list-con .con-tit {
  padding-bottom: 24px;
  border-bottom: 1px solid #e8ecf0;
  color: #002249;
  margin-bottom: 24px;
}
.retrieval-solution .right .list-con .con-tit h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
.retrieval-solution .right .list-con .con-tit p {
  font-size: 14px;
}
.retrieval-solution .right .list-con ul {
  flex: 1;
  margin-bottom: 24px;
}
.retrieval-solution .right .list-con li {
  font-size: 14px;
  color: #002249;
}
.retrieval-solution .right .list-con li:not(:last-child) {
  margin-bottom: 12px;
}
.retrieval-solution .right .list-con li::before {
  content: url(/img/page/v2024/trade/retrieval/icon/slo-yes-icon.png);
  margin-right: 7px;
}
.retrieval-solution .right .list-con .slo-contact-btn {
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #0c59db;
  font-size: 14px;
  color: #0c59db;
  cursor: pointer;
  transition: all 0.5s;
}
.retrieval-solution .right .list-con .slo-contact-btn:hover {
  background-color: #0c59db;
  color: #fff;
}
.retrieval-trademark {
  background-color: #f3f5f8;
  padding: 100px 0;
  margin-bottom: 100px;
}
.retrieval-trademark h2 p {
  font-size: 18px;
  color: #738ba5;
  font-weight: normal;
  margin-top: 32px;
}
.industry-category p {
  margin: 0;
  padding: 0;
}
.industry-category .retrieval-content {
  height: auto;
  min-height: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.industry-category .retrieval-hide {
  display: none;
}
.industry-category .retrieval-hidden {
  visibility: hidden;
}
.industry-category .retrieval-hide1 {
  visibility: hidden;
  z-index: -1;
}
.industry-category .industry-category-content {
  display: flex;
  height: 424px;
  overflow: hidden;
}
.industry-category .industry-category-content .left-content {
  position: relative;
  width: 380px;
  height: 100%;
}
.industry-category .industry-category-content .left-content .title-wrap {
  margin: 30px 0 0 32px;
}
.industry-category .industry-category-content .left-content .title-wrap .advantage,
.industry-category .industry-category-content .left-content .title-wrap .title {
  font-size: 12px;
  color: #ffdbc1;
}
.industry-category .industry-category-content .left-content .title-wrap .advantage {
  position: relative;
  margin-top: 24px;
}
.industry-category .industry-category-content .left-content .title-wrap .advantage:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 15px;
  height: 14px;
  background: url(/img/page/v2024/trade/retrieval/icon2.12c4b9e9.png) no-repeat center;
  background-size: contain;
}
.industry-category .industry-category-content .left-content .title-wrap .description {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fffaf6;
}
.industry-category .industry-category-content .left-content .title-wrap .description:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 58px;
  height: 2px;
  background: url(/img/page/v2024/trade/retrieval/icon.1e715e0b.png) no-repeat center;
  background-size: contain;
}
.industry-category .industry-category-content .left-content .detail-category {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 252px;
}
.industry-category .industry-category-content .left-content .detail-category ul {
  overflow: hidden;
}
.industry-category .industry-category-content .left-content .detail-category ul li {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #3e514f;
  border-bottom: 1px solid #3e514f;
  width: 126px;
  height: 36px;
  text-align: left;
}
.industry-category .industry-category-content .left-content .detail-category ul li .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.industry-category .industry-category-content .left-content .detail-category ul li .wrap {
  position: relative;
  margin: 1px auto;
  width: 123px;
  height: 33px;
  line-height: 33px;
}
.industry-category .industry-category-content .left-content .detail-category ul li p {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #8ca3a3;
  margin-left: 28px;
}
.industry-category .industry-category-content .left-content .detail-category ul li i {
  position: absolute;
  left: -16px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon {
  background-repeat: no-repeat;
  background-image: url(/img/page/v2024/trade/retrieval/left_nav_icon.6086ec91.png);
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon0 {
  height: 11px;
  width: 9px;
  background-position: -33px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon1 {
  height: 11px;
  width: 9px;
  background-position: -42px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon10 {
  height: 11px;
  width: 11px;
  background-position: -73px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon11 {
  height: 8px;
  width: 12px;
  background-position: -185px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon12 {
  height: 11px;
  width: 9px;
  background-position: -24px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon13 {
  height: 11px;
  width: 6px;
  background-position: -4px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon14 {
  height: 11px;
  width: 11px;
  background-position: -62px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon15 {
  height: 11px;
  width: 6px;
  background-position: -10px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon16 {
  height: 8px;
  width: 11px;
  background-position: -174px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon17 {
  height: 11px;
  width: 12px;
  background-position: -117px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon18 {
  height: 11px;
  width: 4px;
  background-position: 0 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon19 {
  height: 11px;
  width: 12px;
  background-position: -129px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon2 {
  height: 11px;
  width: 12px;
  background-position: -141px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon20 {
  height: 2px;
  width: 10px;
  background-position: -197px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon3 {
  height: 11px;
  width: 11px;
  background-position: -51px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon4 {
  height: 11px;
  width: 11px;
  background-position: -106px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon5 {
  height: 11px;
  width: 11px;
  background-position: -95px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon6 {
  height: 10px;
  width: 10px;
  background-position: -153px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon7 {
  height: 11px;
  width: 8px;
  background-position: -16px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon8 {
  height: 9px;
  width: 11px;
  background-position: -163px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .icon9 {
  height: 11px;
  width: 11px;
  background-position: -84px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li .mask {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #b9a283;
  opacity: 0.349;
  z-index: 1;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover {
  cursor: pointer;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .mask {
  display: none;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .wrap:after {
  content: '';
  border: 0 !important;
}
.industry-category .industry-category-content .left-content .detail-category ul li.active .mask {
  display: block;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover p,
.industry-category .industry-category-content .left-content .detail-category ul li.active p {
  color: #ddbd91;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .wrap:after,
.industry-category .industry-category-content .left-content .detail-category ul li.active .wrap:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 13px;
  right: 0;
  border: 3px solid transparent;
  border-right: 3px solid #ddbd91;
  z-index: 2;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon {
  background-image: url(/img/page/v2024/trade/retrieval/left_nav_icon_active.423082c2.png) !important;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon0,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon0 {
  background-position: -24px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon1,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon1 {
  background-position: -33px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon3,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon3 {
  background-position: -106px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon4,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon4 {
  background-position: -95px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon5,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon5 {
  background-position: -84px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon9,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon9 {
  background-position: -73px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon10,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon10 {
  background-position: -62px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon12,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon12 {
  background-position: -42px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon14,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon14 {
  background-position: -51px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:hover .icon20,
.industry-category .industry-category-content .left-content .detail-category ul li.active .icon20 {
  background-position: -197px 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:nth-child(3n+3) {
  width: 128px;
  border-right: 0;
}
.industry-category .industry-category-content .left-content .detail-category ul li:nth-child(3n+3) .wrap {
  width: 125px;
}
.industry-category .industry-category-content .left-content .category-hot {
  position: relative;
}
.industry-category .industry-category-content .left-content .category-hot::after {
  position: absolute;
  display: block;
  top: 2px;
  right: -15px;
  content: url(/img/page/v2024/trade/retrieval/icon/hot-2.png);
}
.industry-category .right-category-content {
  float: right;
  position: relative;
  width: 810px;
  height: 100%;
  background: #fff;
}
.industry-category .right-category-content .international-tm {
  position: absolute;
  right: 4px;
  top: 2px;
  color: #0c59db;
  font-size: 12px;
  cursor: pointer;
}
.industry-category .right-category-content .wrap {
  margin: 25px 20px 0 40px;
  height: 332px;
  overflow-y: auto;
  scrollbar-arrow-color: #fff;
  scrollbar-face-color: #1ad2a0;
  scrollbar-highlight-color: #efefef;
  scrollbar-shadow-color: #fff;
  scrollbar-track-color: #fff;
}
.industry-category .right-category-content .wrap::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
.industry-category .right-category-content .wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #efefef;
}
.industry-category .right-category-content .wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
.industry-category .right-category-content .category-item {
  padding: 15px 0;
  border-top: 1px solid #f1f9f6;
  clear: both;
}
.industry-category .right-category-content .category-item:first-child {
  border-top: 0;
  padding: 0;
}
.industry-category .right-category-content .category-item .detail-category {
  clear: both;
}
.industry-category .right-category-content .category-item .detail-category .item-content {
  position: relative;
  float: left;
  margin: 12px 0 0 14px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 136px;
  cursor: pointer;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item {
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 136px;
  cursor: pointer;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item .category-icon {
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ced2ce;
  width: 32px;
  height: 36px;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item .category-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item .category-name {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 104px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ced2ce;
  border-left: 0;
  font-size: 13px;
  color: #909791;
  text-align: left;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item .category-name p {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-left: 7px;
  overflow: hidden;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item .search-log {
  position: absolute;
  width: 134px;
  height: 34px;
  line-height: 36px;
  border: 1px solid #ced2ce;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item .search-log a {
  display: block;
  color: #0c59db;
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item-description-detail {
  position: absolute;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: -150px;
  height: 100px;
  bottom: -100px;
  width: 286px;
  z-index: 2;
  overflow: hidden;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item-description-detail p {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 5px;
  padding: 5px;
  font-size: 12px;
  color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item-description-detail p span {
  display: inline-block;
}
.industry-category .right-category-content .category-item .detail-category .item-content .item-description-detail:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -3px;
  left: 25%;
  border: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.6);
}
.industry-category .right-category-content .category-item .detail-category .item-content:first-child {
  margin-left: 0;
}
.industry-category .right-category-content .category-item .detail-category .item-content:last-child {
  margin-bottom: 15px;
}
.industry-category .right-category-content .category-item .detail-category .item-content:nth-child(5n+1) {
  margin-left: 0;
}
.industry-category .right-category-content .category-item .detail-category .item-content:nth-child(5n) .item-description-detail {
  right: 0;
}
.industry-category .right-category-content .category-item .detail-category .item-content:nth-child(5n) .item-description-detail:before {
  left: 75%;
}
.industry-category .right-category-content .category-item .detail-category .item-content:hover .category-name p {
  color: #0c59db;
}
.industry-category .right-category-content .category-item .title .title-text {
  float: left;
  position: relative;
  margin-left: 9px;
  display: inline-block;
  height: 27px;
  font-size: 16px;
  color: #33494a;
}
.industry-category .right-category-content .category-item .title .title-text:before {
  position: absolute;
  content: '';
  left: -9px;
  top: 7px;
  width: 3px;
  height: 11px;
  background: #33494a;
}
.industry-category .right-category-content .category-item .title .title-description {
  float: left;
  height: 27px;
}
.industry-category .right-category-content .category-item .title .title-description:hover .title-description-detail {
  display: block;
}
.industry-category .right-category-content .category-item .title .title-description .icon {
  float: left;
  margin: 5px 0 0 4px;
  height: 14px;
  width: 14px;
  background: url(/img/page/v2024/trade/retrieval/title_description.82405c40.png) 0 0 no-repeat;
}
.industry-category .right-category-content .category-item .title .title-description .icon:hover {
  background: url(/img/page/v2024/trade/retrieval/title_description.82405c40.png) -14px 0 no-repeat;
  cursor: pointer;
}
.industry-category .right-category-content .category-item .title .title-description .title-description-detail {
  float: left;
  position: relative;
  margin-left: 14px;
  top: -4px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(236, 240, 239, 0.76);
}
.industry-category .right-category-content .category-item .title .title-description .title-description-detail:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 9px;
  left: -4px;
  border-style: solid;
  border-width: 4px;
  border-color: transparent transparent #fff #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 6px 0 rgba(236, 240, 239, 0.76);
}
.industry-category .right-category-content .category-item .title .title-description .title-description-detail p {
  font-size: 12px;
  color: #909791;
}
.industry-category .right-category-content .category-item .title .title-description .title-description-detail a {
  font-size: 12px;
  color: #f5a82d;
  text-decoration: underline;
}
.industry-category .right-category-content .btn-wrap {
  position: absolute;
  left: 50%;
  bottom: 18px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 16px;
  background: #0c59db;
  color: #fff;
  padding: 0 26px;
  cursor: pointer;
}
.retrieval-advantage {
  margin-bottom: 80px;
}
.retrieval-advantage .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.retrieval-advantage .con {
  display: flex;
  align-items: center;
  width: calc((100% - 44px)/3);
  background-color: #f3f5f8;
  padding: 28px 31px 28px 28px;
  margin-bottom: 20px;
}
.retrieval-advantage .con .left {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #0c59db;
  white-space: nowrap;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 24px;
}
.retrieval-advantage .con:nth-child(1) .left {
  background-image: url(/img/page/v2024/trade/retrieval/icon/advantage-icon-1.png);
}
.retrieval-advantage .con:nth-child(2) .left {
  background-image: url(/img/page/v2024/trade/retrieval/icon/advantage-icon-2.png);
}
.retrieval-advantage .con:nth-child(3) .left {
  background-image: url(/img/page/v2024/trade/retrieval/icon/advantage-icon-3.png);
}
.retrieval-advantage .con:nth-child(4) .left {
  background-image: url(/img/page/v2024/trade/retrieval/icon/advantage-icon-4.png);
}
.retrieval-advantage .con:nth-child(5) .left {
  background-image: url(/img/page/v2024/trade/retrieval/icon/advantage-icon-5.png);
}
.retrieval-advantage .con:nth-child(6) .left {
  background-image: url(/img/page/v2024/trade/retrieval/icon/advantage-icon-6.png);
}
.retrieval-advantage .con .right {
  font-size: 16px;
  color: #002249;
}
.retrieval-advantage .con .right div::before {
  content: url(/img/page/v2024/trade/retrieval/icon/advantage-icon.png);
}
.retrieval-advantage .con .right div:not(:last-child) {
  margin-bottom: 12px;
}
.retrieval-attorney {
  margin-bottom: 80px;
}
.retrieval-attorney .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.retrieval-attorney .con {
  padding: 21px 20px 17px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.retrieval-attorney .con h4 {
  font-size: 16px;
  color: #002249;
  font-weight: bold;
  margin: 10px 0;
}
.retrieval-attorney .con p {
  max-width: 246px;
  font-size: 14px;
  color: #002249;
  line-height: 1.7;
}
.retrieval-select {
  background-color: #f3f5f8;
  padding: 82px 0;
  margin-bottom: 100px;
}
.retrieval-select .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.retrieval-select .box img {
  margin-bottom: 13px;
}
.retrieval-question {
  margin-bottom: 100px;
  color: #002249;
}
.retrieval-question .question-con:not(:last-child) {
  padding-bottom: 31px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6eefb;
}
.retrieval-question .question-con .que {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.retrieval-question .question-con .que,
.retrieval-question .question-con .ans {
  display: flex;
}
.retrieval-question .question-con .type {
  font-size: 18px;
  font-weight: bold;
  color: #0c59db;
}
.retrieval-question .question-con .txt {
  font-size: 14px;
  color: #738ba5;
  line-height: 24px;
}
.retrieval-understand {
  margin-bottom: 100px;
}
.retrieval-understand .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.retrieval-understand .con {
  text-align: center;
  padding: 16px 35px;
  background-color: #fff;
  box-shadow: 0 2px 8px 6px rgba(174, 186, 208, 0.15);
  transition: all 0.5s;
}
.retrieval-understand .con:hover {
  background-color: #0c59db;
  transform: translateY(-10px);
}
.retrieval-understand .con:hover p {
  color: #fff;
}
.retrieval-understand .con:hover path {
  fill: #fff;
}
.retrieval-understand .con p {
  font-size: 18px;
  color: #1d1465;
  font-weight: bold;
  margin: 12px 0;
}
@media (max-width: 1200px) {
  .retrieval-trademark {
    display: none;
  }
  .industry-category .industry-category-content {
    flex-direction: column;
    height: auto;
  }
  .industry-category .industry-category-content .left-content {
    width: 100%;
    background-size: cover !important;
    background-position: top;
    padding: 30px 0 ;
  }
  .industry-category .industry-category-content .left-content .title-wrap {
    margin-bottom: 50px;
  }
  .industry-category .industry-category-content .left-content .detail-category {
    position: static;
    height: auto;
  }
  .industry-category .industry-category-content .left-content .detail-category ul li {
    width: 30.33%;
  }
  .industry-category .industry-category-content .left-content .detail-category ul li .wrap {
    width: auto;
  }
  .industry-category .right-category-content {
    width: 100%;
  }
  .industry-category .right-category-content .wrap {
    height: 400px;
    margin: 0;
    padding: 30px 12px;
  }
  .industry-category .right-category-content .category-item .detail-category .item-content {
    width: 48%;
    margin: 0;
    margin-top: 5px;
  }
}
@media (max-width: 1024px) {
  .retrieval-register .con {
    width: 100%;
  }
  .retrieval-advantage .con {
    width: 100%;
  }
  .retrieval-solution {
    margin-bottom: 30px;
  }
  .retrieval-solution .solution-box {
    flex-direction: column;
  }
  .retrieval-solution .left {
    width: 100%;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    height: auto;
    background: none;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
  }
  .retrieval-solution .left::-webkit-scrollbar {
    display: none;
  }
  .retrieval-solution .left .l-con {
    color: #002249;
    padding: 20px 15px;
  }
  .retrieval-solution .left .l-con h4 {
    margin-bottom: 0;
  }
  .retrieval-solution .left .l-con p {
    display: none;
  }
  .retrieval-solution .left .l-con::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    top: auto !important;
    right: auto !important;
    width: 0;
    height: 4px;
    border-bottom: 4px solid #0c59db;
    transition: 0.2s all linear;
  }
  .retrieval-solution .left .l-con.active {
    background: none;
  }
  .retrieval-solution .left .l-con.active::after {
    content: '';
    left: 0;
    transform: none;
    width: 100%;
    height: 4px;
    background-color: #0c59db;
  }
  .retrieval-solution .left .l-con:hover ~ .l-con::after {
    left: 0;
  }
  .retrieval-solution .right .tab-list .tab {
    padding: 17px;
  }
  .retrieval-solution .right .list-con.active {
    display: block;
  }
  .retrieval-solution .right .list-con .con {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .retrieval-understand {
    margin-bottom: 30px;
  }
  .retrieval-understand .box {
    justify-content: normal;
  }
  .retrieval-understand .con {
    width: 33%;
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .retrieval-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .retrieval-title p {
    font-size: 16px;
  }
  .retrieval-register {
    margin-bottom: 30px;
  }
  .retrieval-register ul {
    flex-wrap: wrap;
  }
  .retrieval-register .con {
    width: calc(50% - 10px);
    margin-right: 5px !important;
  }
  .retrieval-register .con a {
    padding: 15px;
  }
  .retrieval-register .box-con-box-list {
    background-size: cover !important;
  }
  .retrieval-trademark {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .retrieval-advantage {
    margin-bottom: 30px;
  }
  .retrieval-advantage .con {
    width: 100%;
  }
  .retrieval-attorney {
    margin-bottom: 30px;
  }
  .retrieval-attorney .con {
    width: 100%;
  }
  .retrieval-attorney .con p {
    max-width: none;
  }
  .retrieval-solution .left .l-con h4 {
    font-size: 16px;
  }
  .retrieval-select {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .retrieval-select .box img {
    width: 24%;
  }
  .retrieval-question {
    margin-bottom: 30px;
  }
  .retrieval-understand {
    margin-bottom: 30px;
  }
  .retrieval-understand .con {
    width: 49%;
    margin-bottom: 12px;
  }
}
.tm-info .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  .tm-info .container {
    width: 1200px;
    padding: 0;
  }
}
.tm-info .section-tit {
  font-size: 30px;
  font-weight: bold;
  color: #002249;
  margin-bottom: 37px;
  text-align: center;
}
.tm-info .more-btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.tm-info .more-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
.tm-info .more-btn:hover {
  transform: scale(1.2);
}
.tm-info .section-1 {
  background: url(/img/page/v2020/trade/info/page/banner.jpg) no-repeat;
  background-size: cover;
  height: 385px;
  display: flex;
  align-items: center;
  color: #fff;
}
.tm-info .section-1 h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.tm-info .section-1 p {
  font-size: 16px;
  margin-bottom: 39px;
}
.tm-info .section-1 .input-box {
  margin-bottom: 29px;
  position: relative;
}
.tm-info .section-1 input {
  height: 60px;
  padding: 0 135px 0 157px;
  border-radius: 8px;
}
.tm-info .section-1 input::placeholder {
  font-size: 16px;
  color: #cccccc;
}
.tm-info .section-1 .search-tit {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  height: 50px;
  line-height: 50px;
}
.tm-info .section-1 .search-tit span {
  position: relative;
  font-size: 16px;
  color: #002249;
  margin-left: 8px;
  padding-right: 12px;
}
.tm-info .section-1 .search-tit span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 42px;
  background-color: #738ba5;
}
.tm-info .section-1 .search-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  height: 50px;
  line-height: 50px;
  background-color: #ff822e;
  padding: 0 17px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.5s;
}
.tm-info .section-1 .btn-con {
  display: inline-block;
  font-size: 14px;
  padding: 14px 52px;
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.tm-info .section-1 .btn-con:not(:last-child) {
  margin-right: 37px;
}
.tm-info .section-1 .btn-con:hover {
  background-color: #fff;
  color: #000;
}
.tm-info .logo-box {
  padding: 25px 0;
}
.tm-info .logo-box .container {
  display: flex;
  align-items: center;
}
.tm-info .logo-box h3 {
  font-size: 24px;
  color: #002249;
  margin-right: 39px;
  white-space: nowrap;
}
.tm-info .logo-box .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .tm-info .logo-box h3 {
    margin-bottom: 12px;
  }
  .tm-info .logo-box .container {
    display: block;
  }
}
.tm-info .section-2 {
  padding: 20px 0;
  background-color: #f5f5fa;
}
.tm-info .section-2 .container {
  display: flex;
}
.tm-info .section-2 .isFixed.fixed {
  justify-content: flex-end;
}
.tm-info .section-2 .isFixed.fixed .sidebar {
  position: fixed;
  top: 54px;
}
.tm-info .section-2 .isFixed.fixed .right-box {
  flex: none;
  width: calc(100% - 279px);
}
.tm-info .section-2 .sidebar {
  width: 260px;
  background-color: #fff;
  padding: 30px 33px 30px 30px;
  margin-right: 19px;
  color: #002249;
  overflow-y: auto;
}
.tm-info .section-2 .sidebar::-webkit-scrollbar {
  width: 6px;
}
.tm-info .section-2 .sidebar::-webkit-scrollbar-thumb {
  border-radius: 50px;
  box-shadow: inset 0 0 5px #ccc;
  background: #efefef;
}
.tm-info .section-2 .sidebar::-webkit-scrollbar-corner {
  background: transparent;
}
.tm-info .section-2 .sidebar h3 {
  font-size: 24px;
  margin-bottom: 23px;
  padding: 0 20px;
}
.tm-info .section-2 .sidebar h4 {
  font-size: 18px;
}
.tm-info .section-2 .sidebar ul {
  padding-top: 4px;
}
.tm-info .section-2 .sidebar li a {
  display: block;
  padding: 15px 20px 15px 40px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
  margin-bottom: 4px;
}
.tm-info .section-2 .sidebar li a:hover {
  background-color: #e6eefb;
  color: #0c59db;
}
.tm-info .section-2 .sidebar li a:hover a {
  color: #0c59db;
}
.tm-info .section-2 .sidebar li a.active {
  background-color: #0c59db;
  color: #fff;
}
.tm-info .section-2 .sidebar li a.active a {
  color: #fff;
}
.tm-info .section-2 .sidebar li.active {
  background-color: #0c59db;
  color: #fff;
  border-radius: 8px;
}
.tm-info .section-2 .sidebar li.active a {
  color: #fff;
}
.tm-info .section-2 .info-box {
  margin-bottom: 8px;
}
.tm-info .section-2 .info-box ul {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.5s;
}
.tm-info .section-2 .info-box.active .info-con {
  background-color: #e6eefb;
  color: #0c59db;
}
.tm-info .section-2 .info-box.active .info-con svg {
  transform: rotate(90deg);
}
.tm-info .section-2 .info-box.active .info-con path {
  fill: #0c59db;
}
.tm-info .section-2 .info-box.active ul {
  height: auto;
  visibility: visible;
}
.tm-info .section-2 .info-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.tm-info .section-2 .info-con svg {
  transition: all 0.5s;
}
.tm-info .section-2 .info-con:hover {
  background-color: #e6eefb;
  color: #0c59db;
}
.tm-info .section-2 .info-con:hover path {
  fill: #0c59db;
}
.tm-info .section-2 .right-box {
  flex: 1;
  background-color: #fff;
  padding: 40px 40px 50px 40px;
  color: #002249;
}
.tm-info .section-2 .intro {
  margin-bottom: 53px;
}
.tm-info .section-2 .intro .con-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}
.tm-info .section-2 .intro .con-1 h3 {
  font-size: 24px;
  margin-bottom: 19px;
  font-weight: bold;
}
.tm-info .section-2 .intro .con-1 .des {
  font-size: 16px;
  line-height: 30px;
  padding-right: 21px;
}
.tm-info .section-2 .intro .con-2 {
  display: flex;
  padding: 29px 38px;
  border: 1px solid #e6eefb;
}
.tm-info .section-2 .intro .con-2 .des {
  display: flex;
  align-items: center;
}
.tm-info .section-2 .intro .con-2 .des-1 {
  border-right: 1px solid #e6eefb;
  padding-right: 50px;
  margin-right: 50px;
}
.tm-info .section-2 .intro .con-2 .des-1 .des-l {
  color: #0c59db;
}
.tm-info .section-2 .intro .con-2 .des-2 .des-l {
  color: #00abba;
}
.tm-info .section-2 .intro .con-2 .des-l {
  font-size: 20px;
  font-weight: bold;
  padding-right: 40px;
  line-height: 30px;
}
.tm-info .section-2 .intro .con-2 .des-r {
  font-size: 16px;
  line-height: 35px;
}
.tm-info .section-2 .intro .con-2 .des-r p {
  position: relative;
  padding-left: 8px;
}
.tm-info .section-2 .intro .con-2 .des-r p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.tm-info .section-2 .intro .con-2 .des-1 .des-r p::before {
  background-color: #0c59db;
}
.tm-info .section-2 .intro .con-2 .des-2 .des-r p::before {
  background-color: #00abba;
}
.tm-info .section-2 .flow {
  margin-bottom: 55px;
}
.tm-info .section-2 .flow-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.tm-info .section-2 .flow-line {
  position: absolute;
  bottom: 0;
  bottom: 10px;
}
.tm-info .section-2 .flow-con {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #002249;
}
.tm-info .section-2 .flow-con .tit {
  margin: 12px 0;
}
.tm-info .section-2 .flow-con .num {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  background-color: #1349ff;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 3;
}
.tm-info .section-2 .flow-des {
  position: relative;
  padding-left: 20px;
  margin-bottom: 24px;
}
.tm-info .section-2 .flow-des img {
  min-height: 153px;
}
.tm-info .section-2 .flow-des .flow-abs {
  position: absolute;
  left: 43px;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(calc(-50% + 5px));
}
.tm-info .section-2 .flow-des div {
  font-size: 16px;
  font-weight: bold;
  color: #0c59db;
  margin-right: 25px;
}
.tm-info .section-2 .flow-des li {
  position: relative;
  font-size: 16px;
  color: #333333;
  padding-left: 10px;
  line-height: 1;
  font-weight: normal;
}
.tm-info .section-2 .flow-des li:not(:last-child) {
  margin-bottom: 12px;
}
.tm-info .section-2 .flow-des li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0c59db;
}
.tm-info .section-2 .attorney {
  margin-bottom: 46px;
}
.tm-info .section-2 .attorney-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tm-info .section-2 .attorney-con {
  display: flex;
  align-items: center;
  width: 48.5%;
  padding: 31px;
  border: 1px solid #e6eefb;
  margin-bottom: 19px;
  transition: all 0.3s ease-out;
}
.tm-info .section-2 .attorney-con:hover {
  transform: scale(1.09);
}
.tm-info .section-2 .attorney-con img {
  margin-right: 20px;
}
.tm-info .section-2 .attorney-con p {
  color: #002249;
}
.tm-info .section-2 .attorney-con p:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tm-info .section-2 .attorney-con p:last-child {
  font-size: 14px;
  line-height: 1.7;
}
.tm-info .section-2 .advantage {
  margin-bottom: 65px;
}
.tm-info .section-2 .system {
  margin-bottom: 65px;
}
.tm-info .section-2 .system-intro {
  display: flex;
  margin-bottom: 20px;
}
.tm-info .section-2 .system-con {
  width: 33.33%;
  text-align: center;
}
.tm-info .section-2 .system-con:not(:last-child) {
  border-right: 1px solid #e6eefb;
  padding-right: 20px;
  margin-right: 20px;
}
.tm-info .section-2 .system-con h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0c59db;
  margin-bottom: 15px;
}
.tm-info .section-2 .system-con p {
  font-size: 14px;
  color: #738ba5;
  line-height: 1.7;
  max-width: 259px;
}
.tm-info .section-2 .question {
  margin-bottom: 65px;
}
.tm-info .section-2 .question-con:not(:last-child) {
  padding-bottom: 31px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6eefb;
}
.tm-info .section-2 .question-con .que {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.tm-info .section-2 .question-con .que,
.tm-info .section-2 .question-con .ans {
  display: flex;
}
.tm-info .section-2 .question-con .type {
  font-size: 18px;
  font-weight: bold;
  color: #0c59db;
}
.tm-info .section-2 .question-con .txt {
  font-size: 14px;
  color: #738ba5;
  line-height: 24px;
}
.tm-info .section-2 .interest-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tm-info .section-2 .interest-con {
  display: flex;
  align-items: center;
  width: 24%;
  padding: 12px 10px 12px 26px;
  margin-bottom: 14px;
  background-color: #f5f5fa;
  transition: all 0.3s ease-out;
}
.tm-info .section-2 .interest-con:hover {
  transform: translateY(-10px);
}
.tm-info .section-2 .interest-con img {
  margin-right: 14px;
}
.tm-info .welcome-contact {
  display: flex;
  align-items: center;
  background: url(/img/page/v2020/trade/info/page/bg-1.jpg) no-repeat;
  background-size: cover;
  height: 226px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.tm-info .welcome-contact .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tm-info .welcome-contact p {
  margin-bottom: 12px;
}
.tm-info .welcome-contact .con-1 {
  margin-right: 39px;
}
.tm-info .welcome-contact .con-1 img {
  margin-right: 8px;
}
.tm-info .welcome-contact .con-2 {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.tm-info .welcome-contact .con-2 span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.tm-info .welcome-contact .con-2:hover {
  transform: scale(1.2);
}
@media (max-width: 640px) {
  .tm-info .welcome-contact {
    font-size: 24px;
  }
  .tm-info .welcome-contact .flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .tm-info .section-1 {
    height: auto;
    padding: 24px 0 12px;
  }
  .tm-info .section-1 .btn-con {
    margin-bottom: 12px;
  }
  .tm-info .section-2 .container {
    flex-direction: column;
  }
  .tm-info .section-2 .info-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tm-info .section-2 .info-box ul li {
    line-height: 1;
  }
  .tm-info .section-2 .info-box ul li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 0;
  }
  .tm-info .section-2 .sidebar {
    width: 100%;
    height: auto;
    max-height: 400px;
  }
  .tm-info .section-2 .isFixed.fixed .sidebar {
    position: static !important;
  }
  .tm-info .section-2 .right-box {
    padding: 12px;
    width: 100% !important;
  }
  .tm-info .section-2 .intro .con-1,
  .tm-info .section-2 .intro .con-2 {
    flex-direction: column;
  }
  .tm-info .section-2 .intro .con-1 .des {
    margin-bottom: 12px;
    padding: 0;
  }
  .tm-info .section-2 .intro .con-2 .des-1 {
    padding-right: 0;
  }
  .tm-info .section-2 .flow-con .tit {
    font-size: 12px;
  }
  .tm-info .section-2 .flow-des {
    padding-left: 9px;
  }
  .tm-info .section-2 .attorney-box {
    flex-direction: column;
  }
  .tm-info .section-2 .attorney-con {
    width: 100%;
  }
  .tm-info .section-2 .interest-con {
    width: 49%;
  }
  .tm-info .section-2 .system-intro {
    display: block;
  }
  .tm-info .section-2 .system-intro .system-con {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .tm-info .section-2 .system-intro p {
    max-width: none;
  }
  .tm-info .section-2 .flow-des img {
    min-height: 178px;
  }
  .tm-info .section-2 .flow-des li {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 640px) {
  .tm-info .bar-home-patent-srh .bar-tit {
    font-size: 30px;
  }
  .tm-info .container {
    width: 100%;
    margin: 0;
  }
  .tm-info .section-1 input {
    padding-right: 10px;
  }
  .tm-info .section-1 .search-tit {
    top: 3.07%;
    transform: none;
  }
  .tm-info .section-1 .search-btn {
    position: static;
    transform: none;
    margin-top: 12px;
    text-align: center;
  }
  .tm-info .section-1 .btn-box {
    display: flex;
    justify-content: space-between;
  }
  .tm-info .section-1 .btn-con {
    width: 32%;
    text-align: center;
    padding: 12px 0;
    margin-right: 0 !important;
  }
  .tm-info .section-2 .flow-con .tit {
    font-size: 10px;
  }
  .tm-info .section-2 .flow-des div {
    font-size: 14px;
  }
  .tm-info .section-2 .sidebar {
    margin-bottom: 20px;
  }
  .tm-info .section-2 .intro .con-2 {
    padding: 12px;
  }
  .tm-info .section-2 .intro .con-2 .des-1 {
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid #e6eefb;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .tm-info .welcome-contact {
    height: 226px;
  }
}
