/** @format */

* {
  padding: 0;
  margin: 0;
}

.softwareCountryTag {
  width: 20px !important;
  height: 20px;
  margin-left: 8px!important;
  line-height: 20px;
  text-align: center;
  background-color: #9b9fa8;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  display: inline-block;
}
.imgStyle {
  display: inline-block!important;
  margin-left: 8px;
}
.container {
  width: 100%;
  margin: 0 auto;
  color: #202020;
  background: #fff;
  font-size: 16px;
  color: #666;
  max-width: none;
  padding: 0;
}
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 鏈﹁儳鐨勭櫧鑹茶儗鏅� */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* 纭繚瑕嗙洊灞傚湪鏈€涓婂眰 */
  display: block; /* 鍒濆鐘舵€侀殣钘� */
}
.skeleton {
  position: relative;
  height: 130px;
}
.skeleton-item {
  position: absolute;
  width: 90%;
  height: 20px;
  background: linear-gradient(to right, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
}
img {
  display: block;
}
.wrap_c {
  width: 1440px;
  margin: 0 auto;
}
.mt60 {
  margin-top: 60px;
}

.mt40 {
  margin-top: 40px;
}

.attachmentVersion {
  font-size: 14px;
  color: #6a6b6d;
  font-weight: 400;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}

.version-latest {
  border: 1px solid #9B9FA8;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  line-height: 24px;
  background-color: #fafaf8;
}

.mcon1 .mt60 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2b2e;
}

.mt80 {
  margin-top: 80px;
}
.dflex {
  display: flex;
  align-items: flex-start;
}
.container .fl {
  width: 30%;
  padding: 20px 25px;
  background: #f6f6f6;
  box-sizing: border-box;
}
.container .fl.on {
  position: fixed;
  z-index: 12;
  top: 80px;
}
.fcon1,
.fcon2,
.fcon3,
.fcon4 {
  width: 100%;
}
.fcon1 {
  text-align: center;
  border-bottom: solid #e2e2e2 1px;
  padding-bottom: 30px;
}
.fcon1 > img {
  max-width: 100%;
  margin: 0 auto;
}
.fcon1 h4 {
  font-size: 20px;
  color: #444;
  text-align: center;
  font-weight: normal;
}
a.more,
a.more1 {
  color: #e72f52;
  display: inline-flex;
  /* display: flex !important; */
  align-items: center;
  margin-top: 10px;
}
a.more > img {
  margin-left: 10px;
}
a.more1 {
  margin-top: 0;
}
a.more1 > img {
  margin-right: 10px;
}
.fcon2 {
  margin-top: 40px;
}
.fcon2 ul {
  border-left: solid #e2e2e2 1px;
  margin-left: 7px;
}
.fcon2 ul li {
  position: relative;
  padding-left: 20px;
}
.fcon2 ul li::before {
  content: "";
  background: url(../images/circle1.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  width: 9px;
  height: 9px;
  left: -4.5px;
  top: 3px;
}
.fcon2 ul li b {
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
.fcon2 ul li span {
  color: #999;
  display: block;
  margin-bottom: 20px;
}
.fcon3 {
  margin-top: 50px;
}
.fcon3 li {
  width: 100%;
  line-height: 70px;
  border-bottom: solid #e2e2e2 1px;
}
.fcon3 li a {
  display: block;
  padding: 0 30px;
  font-size: 18px;
}
.fcon3 ul li.on {
  background: #fff;
  border-radius: 5px;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
.fcon3 ul li.on a,
.fcon3 ul li:hover a {
  color: #ea325f;
}
.fcon3 ul li.on::before {
  position: absolute;
  left: 0;
  width: 5px;
  top: 0;
  height: 100%;
  background: #ea325f;
  content: "";
}
.fcon4 {
  margin-top: 50px;
}
.fcon4 h5 {
  display: flex;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
.fcon4 h5 img {
  margin-right: 10px;
}
.wrap_c .fr {
  width: calc(70% - 60px);
  margin-left: 60px;
}
.mcon1 {
  width: 100%;
}
.mcon1 h2 {
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: solid #e2e2e2 1px;
  font-weight: 600;
}
.mcon1 h2.noborder {
  border-bottom: none;
}
.mcon1 h3 {
  font-size: 20px;
  color: #666;
  line-height: 50px;
  background: #f6f6f6;
  border-bottom: solid #e2e2e2 1px;
  position: relative;
  padding-left: 37px;
  font-weight: normal;
}
.mcon1 h3::before {
  position: absolute;
  left: 20px;
  top: 15px;
  height: 18px;
  width: 3px;
  background: #d6d6d6;
  content: "";
}
.mcon1 ul.conlist1 {
  overflow: hidden;
  max-height: 350px;
}
.mcon1 ul.conlist1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* overflow: hidden;
  max-height: 300px; */
}

.mcon1 ul.conlist1 li b {
  display: inline-block;
}

#ms_table .more {
  color: #e72f52;
  display: inline-flex;
  margin-top: 20px;
  cursor: pointer;
}
#ms_table .more.on > img {
  transform: rotate(-90deg);
}
#ms_table .more > img {
  margin-left: 10px;
  transform: rotate(90deg);
}
.mcon1 ul li {
  padding: 15px 8px;
  line-height: 1.5;
  border-bottom: solid #e2e2e2 1px;
}
.mcon1 ul li a b {
  font-weight: normal;
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
}

.mcon1 ul li span {
  display: inline-block;    /* 变成块级元素，才能设置宽度 */
  width: 100px;             /* 你想要的固定宽度，比如100px */
  white-space: nowrap;      /* 不换行 */
  vertical-align: middle;   /* 垂直居中（根据需要） */
}

.mcon1 ul li:hover {
  background: #f2f6fc;
}
.mcon1 ul li a {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: normal;
}

.mcon1 ul li a b > i {
  margin-left: 10px;
}
/* .mcon1 ul li a b>i>img{display: inline-block; margin-bottom: -8px;} */

.mcon1 a.more {
  margin-top: 20px;
}
.searchbox {
  background-image: url("../images/m_bg01.jpg");
  background-position: center bottom;
  background-size: cover;
  height: 200px;
}
.searchbox .search-results {
  position: relative;
  width: 70%;
  padding: 78px 0;
  margin: 0 auto;
  max-width: 840px;
}
.searchbox .search-cont {
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 10px #86a4bb;
}
.searchbox .search-cont-input {
  width: 100%;
  border: none;
  height: 100%;
  box-sizing: border-box;
  padding: 0 24px;
}
.searchbox .page-clear-btn {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 50px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  display: none;
}
.searchbox .page-clear-btn img {
  width: 16px;
  vertical-align: middle;
}
.searchbox .page-search-btn {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
}
.searchbox .page-search-btn img {
  width: 26px;
  height: 26px;
}

.searchbox .page-results-list {
  background: #fff;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  z-index: 5;
  /*  max-height: 280px;
    overflow-y: scroll;*/
  display: none;
  box-shadow: 0 1px 4px #9b9b9b;
}
.searchbox .page-results-list .no-data {
  margin: 20px auto;
  text-align: center;
  font-size: 14px;
  color: #888;
}
.searchbox .page-results-list ul.results-list li {
  display: block;
  color: #888;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 20px;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchbox .page-results-list ul.results-list li span {
  color: #da0030;
}
.searchbox .page-results-list ul.results-list li:hover {
  background: #f5f5f5;
}

ul.form {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
ul.form li {
  width: 32%;
  background: #f6f6f6;
  height: 60px;
  border-radius: 5px;
  display: flex;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}
/*   
  ul.form li select{border: none;width: 100%; font-size: 16px;color: #666; background: url(../images/arr_d2.png) center right 20px no-repeat; -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;padding: 0 20px;box-sizing: border-box; outline: none;}
  ul.form li select option {
    background-color: #f9f9f9; 
    color: #333; 
    display: block;
    margin: 10px 0;
  
  }
  ul.form li  select > option[selected] {
    font-weight: bold;   
    background-color: lightblue;  
}
  ul.form li select:focus{border: none;display: block;} */
ul.form li > span {
  font-size: 12px;
  position: absolute;
  left: 16px;
  top: 8px;
}
.ms_bot1 {
  margin-top: 30px;
}
.ms_bot1 p {
  display: flex;
  align-items: center;
}
.ms_bot1 p > span {
  margin-right: 5px;
}
.ms_bot1 p a.more1 {
  margin-left: 30px;
  line-height: 1.75;
  display: none;
}
.ms_bot2 span {
  display: inline-flex;
  gap: 6px;
  height: 35px;
  line-height: 35px;
  border-radius: 17.5px;
  align-items: center;
  background: #f1f3f5;
  padding: 0 15px;
  color: #2a2b2e;
  font-size: 16px;
  margin-top: 15px;
  margin-right: 15px;
}
.ms_bot2 span i {
  margin-left: 15px;
  cursor: pointer;
}

.mcon2 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.mcon2 .item1 {
  width: calc(50% - 40px);
}
.mcon2 .item1 h3 {
  font-size: 20px;
  color: #333;
  line-height: 60px;
  border-bottom: solid #e2e2e2 1px;
  padding: 0 8px;
}
.mcon2 .item1 li {
  font-size: 16px;
  color: #666;
  line-height: 60px;
  border-bottom: solid #e2e2e2 1px;
  padding: 0 8px;
}
.mcon2 .item1 li a {
  color: #666;
  display: flex;
  align-items: center;
}
.mcon2 .item1 li a > i {
  margin-left: 20px;
}
.mcon2 .item1 li a > i img:nth-child(2) {
  display: none;
}
.mcon2 .item1 li:hover a > i img:nth-child(1) {
  display: none;
}
.mcon2 .item1 li:hover a > i img:nth-child(2) {
  display: block;
}
.mcon2 .item1 li a:hover {
  color: #da0030;
}
.mcon1 ul.conlist2 {
  display: block;
  width: 100%;
}
.mcon1 ul.conlist2 li b {
  width: calc(100% - 200px);
  justify-content: space-between;
}
.mcon1 ul.conlist2 li b em {
  font-style: normal;
}
.mcon3 {
  margin-top: 40px;
}
.mcon3 ul {
  display: flex;
  flex-wrap: wrap;
}
.mcon3 ul li {
  width: 31.2%;
  margin-right: 3.2%;
  background: #f8f8f8;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}
.mcon3 ul li:nth-child(3n) {
  margin-right: 0;
}
.mcon3 ul li .vimg {
  width: 100%;
  position: relative;
}
.mcon3 ul li .vimg > img {
  display: block;
  width: 100%;
}
.mcon3 ul li .vimg a {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  background: rgba(102, 102, 102, 0.4);
  opacity: 0;
  transition: all 0.3s linear;
}
.mcon3 ul li .vtxt {
  padding: 30px;
}
.mcon3 ul li .vtxt a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 140%;
}
.mcon3 ul li .vtxt span {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
}
.mcon3 ul li:hover .vimg a {
  opacity: 1;
}
.mcon3 ul li:hover .vtxt a {
  color: #da0030;
}
.brumbnav {
  display: none;
}
.fcon3 li a > i {
  display: none;
}
h1.protit {
  display: none;
}
/*涓嬫媺鏍峰紡*/
.sel01 {
  width: 100%;
  overflow: visible;
  position: relative;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#selli1 {
  position: relative;
}

.document-img {
  position: absolute;

}

.sel01-placeholder {
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0px;
  pointer-events: none;
  line-height: 30px;
  padding: 0px 5px;
  color: #666;
  transition: 0.15s linear;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  display: flex;
  gap: 6px;
  align-items: center;
}

/* .sel01 span {
  position: absolute;
  left: 10px;
  top: 15px;
  pointer-events: none;
  line-height: 30px;
  padding: 0px 5px;
  color: #666;
  transition: 0.15s linear;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
} */

.sel01 input.saleec_txt {
  width: 100%;
  height: 60px;
  /* border: 1px solid #d2dbe7; */
  border: none;
  background: none;
  padding: 0px 15px;
  color: #000;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.sel01 input.saleec_txt:focus {
  border: none;
}

.sel01 label {
  width: 100%;
  display: block;
  overflow: visible;
  position: relative;
}

.sel01 i {
  color: #e72f52;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 50px;
}

.sel01 p {
  width: 100%;
  overflow: hidden;
  line-height: 25px;
}

.sel01 p.err_msg {
  color: #e72f52;
}

.sel01 em.em1 {
  width: 18px;
  height: 50px;
  display: block;
  overflow: hidden;
  background: url(../images/arr_d2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 36px;
  top: 0px;
  pointer-events: none;
  z-index: 99;
}

.sel01 em.em2 {
  width: 15px;
  height: 8px;
  display: block;
  overflow: hidden;
  background: url(../images/arr_d2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 26px;
  pointer-events: none;
  z-index: 99;
}

.sel01 textarea {
  width: 100%;
  height: 190px;
  overflow: hidden;
  border: 1px solid #d2dbe7;
  padding: 15px;
  resize: none;
  color: #000;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.sel01 textarea:focus {
  border: 1px solid #e72f52;
}

.sel01 em.em3 {
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 999;
  font-style: normal;
  color: #666;
  display: none;
}

.sel01 .sel_country {
  width: calc(100% - 20px);
  height: 216px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 0px;
  top: 55px;
  padding: 10px 0px;
  background-color: #fff;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
}

.sel01 .sel_country .sc_li {
  width: 100%;
  overflow: hidden;
  color: #666;
  line-height: 40px;
  padding: 0px 15px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sel01 .sel_country .sc_li:hover {
  background-color: #f1f3f5;
}

.sel01 .sel_country .sc_li.select {
  color: #e72f52;
}

.sel01 .sel_country::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.sel01 .sel_country::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

.sel01 .sel_country::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f1f3f5;
}

.sel01 .sel_country::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #f1f3f5;
}

.sel01 .sel_country1 {
  width: calc(100%);
  max-height: 216px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 0px;
  top: 55px;
  padding: 10px 0px;
  background-color: #fff;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
}

.sel01 .sel_country1 .sc_li {
  width: 100%;
  overflow: hidden;
  color: #666;
  line-height: 40px;
  padding: 0px 15px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sel01 .sel_country1 .sc_li:hover {
  background-color: #f1f3f5;
}
.sel01 .sel_country1 .sc_li.select {
  color: #e72f52;
}
.sel01 .sel_country1 .no_data {
  width: 100%;
  overflow: hidden;
  color: #666;
  padding: 0px 15px;
}
.sel01 .sel_country1::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.sel01 .sel_country1::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

.sel01 .sel_country1::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f1f3f5;
}

.sel01 .sel_country1::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #f1f3f5;
}

.sel01.li1 {
  grid-column: 1 / span 2;
}

.sel01.on span {
  left: 10px;
  top: -10px;
  background-color: #fff;
  color: #999;
  font-weight: normal;
}

.sel01.error input.saleec_txt {
  border: 1px solid #e72f52;
}

.sel01.error textarea {
  border: 1px solid #e72f52;
}

.sel01.error span {
  color: #e72f52;
  font-weight: bold;
}

.sel01.on.error span {
  font-weight: normal;
}

@media screen and (max-width: 1440px) {
  .wrap_c {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .footer-end {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .container {
    font-size: 16px;
  }
  .brumbnav {
    display: block;
    padding: 30px 15px 0;
    line-height: 1.5;
    font-size: 14px;
  }
  .searchbox {
    display: none;
  }
  .dflex {
    flex-wrap: wrap;
  }
  .dflex .fl {
    width: 100%;
  }
  .dflex .fr {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .fcon1,
  .fcon2,
  .fcon4 {
    display: none;
  }
  .fcon3 {
    margin-top: 10px;
  }
  .fcon3 li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 0 20px;
  }
  .fcon3 li a > i {
    display: block;
    width: 25px;
    margin-right: 20px;
  }
  .fcon3 li a > i img {
    max-width: 100%;
  }
  .fcon3 li a > i img:nth-child(2) {
    display: none;
  }
  .fcon3 li.on a > i img:nth-child(2) {
    display: block;
  }
  .fcon3 li.on a > i img:nth-child(1) {
    display: none;
  }
  h1.protit {
    display: block;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
  }
  .mcon1 h2 {
    font-size: 20px;
  }
  ul.form {
    flex-wrap: wrap;
  }
  ul.form li {
    width: 100%;
    margin: 10px 0;
  }
  .mcon1 ul.conlist2 {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .mcon1 ul.conlist2 li {
    width: 800px;
  }
  .mcon3 ul li {
    width: 100%;
    margin-right: 0;
  }
  .mcon2 {
    flex-wrap: wrap;
  }
  .mcon2 .item1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .mcon1 ul li a {
    flex-wrap: wrap;
  }
  .mcon1 ul li a b {
    width: 100%;
    justify-content: space-between;
  }
  .mcon1 ul li a span {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    color: #999;
  }
  .mcon3 ul li .vimg a {
    opacity: 1;
  }
  .msbox1 a.more1 {
    display: none;
  }

  /*202404*/
  .mcon1 ul.conlist2 {
    overflow: hidden;
  }
  .mcon1 ul li a {
    display: block;
  }
  .mcon1 ul.conlist2 li {
    width: 100%;
  }
  .mcon1 ul.conlist2 li b {
    width: 100%;
    display: block;
  }
  .mcon1 ul.conlist2 li b em {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 5px;
  }

  .fcon1,
  .fcon2 {
    display: block;
  }

  .fcon2 ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
/*202404*/
.fcon3_wap {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: 10px;
  height: 50px;
  background-color: #f6f6f6;
  font-size: 16px;
  border-radius: 4px;
  line-height: 50px;
  padding: 0px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fcon3_wap a {
  width: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/sel_06.png") 100% 50% no-repeat;
  background-size: 20px;
  color: #2a2b2e;
}

.fcon3_t {
  display: none;
}
.fcon5_t {
  display: none;
}

.sel_country1 .sc_li label {
  width: 100%;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
.sel_country1 .sc_li label input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
  float: left;
  margin: 9px 5px 0px 0px;
  width: 20px;
  height: 20px;
  background: url("../images/sel_03.svg") 50% no-repeat;
  background-size: 100%;
}
.sel_country1 .sc_li label div {
  width: 210px;
  line-height: 27px;
  padding-top: 6px;
  word-break: break-word; /* 单词内断行，防止长单词或链接撑破宽度 */
  overflow-wrap: break-word; /* 同上，兼容写法 */
  overflow: visible;     /* 显示超出内容，不裁剪 */
}
.sel_country1 .sc_li label input:checked {
  outline: none;
  background: url("../images/sel_04.svg") 50% no-repeat;
  background-size: 100%;
}

.fcon5_wap {
  display: none;
}

.fcon5_b {
  width: 100%;
  overflow: hidden;
  display: none;
}

@media screen and (max-width: 990px) {
  .fcon3_wap {
    display: block;
  }
  .fcon3_t {
    display: block;
  }
  .fcon3_t {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .fcon3_t::before {
    content: "";
    width: 24px;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/close.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  .fcon3 {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    left: 100%;
    top: 60px;
    z-index: 9990;
    background-color: #fff;
    margin-top: 0px;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  .fcon3.active {
    left: 0px;
    margin-top: 15px;
  }

  .fcon3 ul li.on {
    border-bottom: 1px solid #e2e2e2;
  }

  .fcon5_wap {
    width: 100%;
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    margin-top: 15px;
    padding: 0px 20px;
    position: relative;
    border: 1px solid #e6e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .fcon5_wap::before {
    content: "";
    width: 20px;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/sel_05.png") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 17px;
    top: 0px;
  }

  .fcon5 {
    width: 100%;
    height: calc(100% - 60px);
    overflow: hidden;
    position: fixed;
    left: 100%;
    top: 60px;
    z-index: 9990;
    background-color: #fff;
    margin-top: 0px;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  .fcon5.active {
    left: 0px;
    margin-top: 15px;
  }

  .fcon5_t {
    display: block;
  }
  .fcon5_t {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .fcon5_t::before {
    content: "";
    width: 24px;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/close.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
  }

  .fcon5 ul.form {
    margin-top: 0px;
  }
  .fcon5 ul.form li {
    margin: 0px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    height: auto;
    padding: 0px;
  }
  .sel01 .sel_country1 {
    position: relative;
    top: 0px;
    border-top: 1px solid #eee;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  }

  .fcon5 ul.form li .sel01 em.em2 {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  .fcon5 ul.form li.on .sel01 em.em2 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .ms_bot1 {
    margin-top: 0px;
  }

  .ms_bot2 {
    display: none;
  }

  .mcon2 {
    margin-top: 0px;
  }

  .fcon5_b {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    height: 42px;
    bottom: 16px;
    display: block;
    padding: 16px 0;
    z-index: 999;
    box-shadow: 0px 0px 20px 0px #00000026;
  }
  .fcon5_b .c {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .fcon5_b a {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666;
  }
  .fcon5_b a {
    width: 166px !important;
    height: 40px;
    border-radius: 4px !important;
    border: 1px solid #d5d5d5;
    text-align: center;
  }
  /* .fcon5_b a:hover {
    background-color: #e72f52;
    border: 1px solid #e72f52;
    color: #fff;
  } */
  .active-btn {
    background-color: #e72f52;
    border: 1px solid #e72f52;
    color: #fff !important;
  }

  .product-img-mobile {
    max-width: 40% !important;
  }

  .wap_mcon1 {
    margin-top: 60px;
  }

  .fcon3_wap a.on {
    background: url("../images/sel_07.png") 100% 50% no-repeat;
    background-size: 20px;
  }

  .fcon3_wap {
    overflow: visible;
    position: relative;
  }
  .fcon3_wap .fcon3p_con {
    width: 100%;
    overflow: hidden;
    display: none;
    background-color: #f6f6f6;
    padding-bottom: 10px;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 999;
  }
  .fcon3_wap .fcon3p_con a {
    background: none;
  }
  .fcon3_wap .fcon3p_con p {
    width: calc(100% - 40px);
    margin: 0px auto;
    overflow: visible;
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 1.75;
  }
  .fcon3_wap .fcon3p_con p:first-child {
    border-top: 1px solid #e2e2e2;
  }
  .fcon3_wap .fcon3p_con p a:hover {
    color: #e72f52;
  }

  .footer-end {
    display: flex !important;
    width: 100%;
    height: 80px;
  }
}

