.phone {
  display: none;
}
.noblue {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

input {
  border: 0;
  outline: 0;
}
.m {
  min-width: 320px;
  max-width: 1400px;
  margin: 0 auto;
}

/* pc 主体内容 */

.imgTop {
  /* position: relative; */
  background: url(./../images/topBg.png) no-repeat top center;
  min-height: 540px;
  padding-top: 80px;
  box-sizing: border-box;
}

.imgTop .title {
  font-size: 44px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.imgTop .main {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.imgTop .main li {
  width: 23%;
  height: 140px;
  box-shadow: 0px 28px 45px 0px rgba(0, 0, 0, 0.3);
  border-radius: 28px;
  background: -webkit-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.3));
}

.imgTop .main li .text {
  font-size: 42px;
  font-family: "Microsoft YaHei";
  color: #f2e1b5;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 10px;
}

.imgTop .main li .text span {
  font-size: 30px;
}

.imgTop .main li .name {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.card .title {
  font-size: 28px;
  font-weight: bold;
  color: #222222;
}

.card .title span {
  position: relative;
}

.card .title span:hover {
  cursor: pointer;
}

.card .title span:hover .hint {
  display: block;
}

.card .title span .hint {
  display: none;
  position: absolute;
  z-index: 99;
  left: 5px;
  bottom: 25px;
  padding: 10px;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 5px;
}

.card .main {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.card .main .swiper-slide .cardBox {
  position: relative;
  /* background: url(./../images/gjh/cardbg.png) no-repeat center; */
  /* background: none; */
  box-shadow: 0px 0px 8px 0px #d8d8d8;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin: 20px 20px;
}

.card .main .swiper-slide:nth-child(1) .cardBox {
  background: url(./../images/cardbg.png) no-repeat center;
  background-size: cover;
}

.card .main .swiper-slide .cardBox .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1478fa;
  opacity: 0;
  /* display: none; */
  transition: all 0.5s;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card .main .swiper-slide .cardBox .shade a {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.card .main .swiper-slide .cardBox:hover .shade {
  opacity: 0.8;
  z-index: 10;
  transition: all 0.5s;
}

.card .bold {
  font-weight: bold;
}

.card .fff {
  color: #fff !important;
}

.card .main .swiper-slide .cardBox p,
.card .main .swiper-slide .cardBox p span {
  color: #969fab;
  font-size: 16px;
}

.card .main .swiper-slide .cardBox p:nth-child(2) {
  font-size: 18px;
  margin-bottom: 20px;
  color: #0a1950;
}

.card .main .swiper-slide .cardBox .num {
  color: #4b5b70;
}

.inquire {
  margin-top: 50px;
}

.inquire .title {
  font-size: 28px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}

.inquire .Twotitle {
  /* margin-left: 15px; */
  text-align: center;
  width: 200px;
  background-color: #dcebfe;
  font-size: 16px;
  color: #1478fa;
  padding: 5px;
}

.inquire .title span {
  position: relative;
}

.inquire .title span:hover .hint {
  display: block;
}

.inquire .title span .hint {
  display: none;
  position: absolute;
  left: 5px;
  bottom: 25px;
  padding: 10px;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 5px;
}

.inquire .main {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.inquire .main .c-l,
.c-r {
  width: 49%;
  background-color: #ebf3ff;
  border-radius: 5px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.inquire .main .textT {
  font-size: 16px;
  color: #1478fa;
}

.inquire .main .statebox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}

.inquire .main .statebox li {
  width: 19%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inquire .main .statebox li img {
  width: 60px;
  height: 41px;
  object-fit: contain;
}

.inquire .main .statebox li .box {
  width: 84px;
  height: 100px;
  /* background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px 
          #b8d7ff; */
  border-radius: 15px;
  padding: 15px 12px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.inquire .main .statebox li .box:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px #b8d7ff;
  transition: all 0.3s;
  cursor: pointer;
}

.inquire .main .statebox li .box:hover p {
  color: #1570ff;
}

.inquire .main .statebox li .box p {
  text-align: center;
  margin-top: 13px;
  font-size: 12px;
}

.inquire .main .statebox li .box .iconBox {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1478fa;
}

.inquire .main .statebox li .box .iconBox i {
  font-size: 34px;
}

.inquire .main .c-r .statebox li .box p {
  margin-top: 8px;
}

.inquire .main .c-r .statebox li .box {
  padding: 12px 12px;
}

.inquire .main .c-r .statebox li .box:hover {
  padding: 0 12px;
}

.inquire .main .c-l .statebox li .box:hover {
  padding: 10px 12px;
}

.inquire .main .c-r .statebox li .box:hover p {
  margin-top: 0;
}

.inquire .main .text_b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.inquire .main .text_b img {
  object-fit: contain;
}

.inquire .main .text_b p {
  margin: 0 25px;
}
.btnBox .btn{
    display: block;
}

.inquire .btn {
  width: 100%;
  border-radius: 5px;
  height: 69px;
  line-height: 69px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: rgb(24, 87, 250);
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.inquire .result .text {
  font-size: 16px;
  color: #666;
  margin: 30px 0 20px;
}

.inquire .result .text span {
  font-size: 16px;
  font-weight: bold;
  color: #fc8c23;
}

.inquire .result .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inquire .result .main li {
  width: 32%;
  padding: 35px 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 40px 0px rgba(126, 127, 149, 0.2);
  margin-bottom: 30px;
}

.inquire .result .main li:last-child {
  padding: 0;
}

.inquire .result .main li:last-child img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.inquire .result li .mestitle a {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  color: #293b52;
}

.inquire .result li .mestitle a:hover {
  color: #1478fa;
}

.inquire .result li .state {
  margin: 20px 0 30px;
}

.inquire .result li .state img {
  width: 25px;
  height: 17px;
  object-fit: contain;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.inquire .result li .message {
  display: flex;
}

.inquire .result li .message .user {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 20px;
}

.inquire .result li .message .contact .mail {
  margin-bottom: 10px;
}
.inquire .result li .message .contact .mail img {
  display: inline-block;
  vertical-align: middle;
}

.register {
  height: 300px;
}

.register .m {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  text-align: center;
}

.register .m a {
  width: 100%;
}

.register .m a img {
  max-width: 98%;
  margin: 0 1%;
}

/* 底部按钮 */
.btm {
  background-color: white;
  width: 100%;
  padding: 100px 0;
}
.bottomform {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bottomform P {
  text-align: center;
  font-size: 36px;
  color: black;
  margin-bottom: 20px;
}
.btm label {
  font-size: 20px;
  margin-right: 20px;
}
.btm .inputbar .innerbar:nth-child(2) label {
  margin-left: 20px;
}

.btm input {
  padding: 10px 20px;
  border: 1px #e3e3e3 solid;
  background-color: #f3f5f9;
  border-radius: 8px;
  height: 50px;
}

.btm .inputbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0;
}
.btm .innerbar {
  display: flex;
  align-items: center;
}
.btm .innerbar input {
  flex: 1;
}
.btm .inputbar > div {
  flex: 1;
}

.btm .btn {
  background-color: rgb(24, 87, 250);
  height: 75px;
  text-align: center;
  border-radius: 8px;
  margin-top: 50px;
  cursor: pointer;
}
.btm .btn a {
  line-height: 75px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  display: inline-block;
  width: 100%;
}

#apply_tip {
  text-align: center;
  color: red;
  margin-bottom: 20px;
}
.buyertagsbar {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.inquire .result .main .listbg {
  background: url(./../images/listBg.png) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-size: cover; */
}

.inquire .result .main .listbg p {
  width: 60%;
  font-size: 24px;
  color: #1478fa;
  text-align: center;
  text-decoration: underline;
}

/* 手机端*/
@media only screen and (max-width: 1040px) {
  .imgTop .main li {
    width: 45%;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(bottom, transparent, rgba(40, 113, 250, 0.3, 0.3));
  }

  .card {
    padding: 0 20px;
  }

  .inquire {
    padding: 0 20px;
  }

  .inquire .main .text_b img {
    display: none;
  }

  .inquire .main {
    flex-wrap: wrap;
  }

  .inquire .main .c-l,
  .c-r {
    width: 100%;
  }

  .inquire .main .c-l {
    border-radius: 5px 5px 0 0;
  }

  .inquire .main .c-r {
    border-radius: 0;
  }

  .inquire .main .wirebox {
    width: 100%;
    height: 1px;
    position: relative;
  }

  .inquire .main .wire {
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    margin: 0 auto;
    height: 1px;
    background-color: #bac1cc;
  }

  .inquire .btn {
    width: 90%;
    margin: 0 auto;
  }

  .inquire .btnBox {
    padding-bottom: 40px;
    background-color: #ebf3ff;
    border-radius: 0 0 5px 5px;
  }

  .inquire .result .text {
    text-align: center;
  }

  .inquire .result .main li {
    width: 100%;
  }

  .inquire .result .main li:last-child {
    display: none;
  }

  /* .btm{
      display: none;
    } */

  .result .more {
    margin-bottom: 30px;
    text-align: center;
  }

  .result .more a {
    font-family: MicrosoftYaHei;
    text-decoration: underline;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 1px;
    color: #1478fa;
  }

  .register {
    height: 150px;
  }

  .register .m a img {
    max-width: 98%;
    margin: 0 1%;
  }

  .imgTop {
    background: url(./../images/phonebg.png) no-repeat top center;
    background-size: cover;
  }

  .card .title {
    margin-top: 10px;
  }

  .phone {
    display: block;
  }
  /*.ft_bg{*/
  /*display:none;*/
  /*}*/
  .cardslist {
    background-color: #f6f8fa;
  }
  /* 
    .pbuyercard{
      background-color: white;
    } */

  .pbuyercard .title a {
    color: black;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .pbuyercard .card-right {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0 10px 0;
    position: relative;
  }

  .pbuyercard .listhead {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .pbuyercard .listhead img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin-right: 10px;
  }
  .pbuyercard .listhead .tagarea {
    height: 50px;
  }
  .pbuyercard .listhead .tagarea .name a {
    line-height: 20px;
    font-weight: bold;
  }
  .pbuyercard .listhead .tagarea .namevalue {
    line-height: 20px;
    font-weight: bold;
    padding-left: 10px;
  }
  .pbuyercard .listhead .tagarea .tag {
    margin-top: 6px;
    height: 24px;
    border-radius: 12px;
    background-color: #f2ae6e;
    color: white;
    width: 80px;
    line-height: 24px;
    text-align: center;
    margin-left: 4px;
  }
  .pbuyercard .listhead .tagarea .tag:first-child {
    margin-left: 0;
  }

  .pbuyercard .listcontent {
    margin-top: 20px;
  }
  .pbuyercard .listcontent p {
    display: flex;
    justify-content: start;
    line-height: 28px;
  }
  .pbuyercard .listcontent p a {
    color: #2e6ed5;
  }
  .pbuyercard .listcontent p span:nth-child(2),
  .pbuyercard .listcontent p a {
    margin-left: 10px;
  }
  .pbuyercard .listcontent .listlabel {
    width: 64px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
  }
  .card-right .bgpic {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  /* 视频 */
  .video {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 180px;
  }

  .pbuyercard .bottom {
    display: flex;

    height: 50px;
    line-height: 50px;
    margin-top: 20px;
  }

  .pbuyercard .detailsbtn {
    background-color: #f0a055;
    width: 120px;
    text-align: center;
    width: 50%;
    position: relative;
  }

  .pbuyercard .similiarbtn a,
  .pbuyercard .detailsbtn a {
    /*display: inline-block;*/
    /*line-height: 100%;*/
    width: 100%;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
  }

  .pbuyercard .similiarbtn a {
    color: #f0a055;
  }
  .pbuyercard .similiarbtn {
    background-color: #f3f3f3;
    width: 50%;
    text-align: center;
    position: relative;
  }

  .searchbar1 {
    height: 50px;
    display: flex;
    justify-content: flex-end;
  }
  .searchbar1 a {
    height: 50px;
    line-height: 50px;
    margin-left: 2%;
  }
  .searchbar1 .tagsshowbtn {
    height: 50px;
    line-height: 50px;
    width: 80px;
    padding: 0 2%;
    border-left: 1px solid rgb(231, 231, 231);
    display: flex;
  }

  /* 搜索栏 */
  .psearcharea {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 280px;
    z-index: 52;
    overflow: scroll;
    background-color: white;
    box-sizing: border-box;
  }
  .psearcharea .searchbar {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
  }

  .psearcharea .searchbar input {
    outline: 0;
    height: 50px;
    padding-left: 20px;
    flex: 1;
    border: 0;
  }

  .psearcharea .searchbar .searchbtn,
  .psearcharea .searchbar .clearbtn {
    background-color: #f39845;
    height: 50px;
    line-height: 50px;
    width: 60px;
    color: white;
    text-align: center;
    cursor: pointer;
    /* display: none; */
  }

  .psearcharea .searchbar .searchbtn a,
  .psearcharea .searchbar .clearbtn a {
    display: inline-block;
    height: 100%;
    width: 90%;
    color: white;
    text-align: center;
    font-size: 1.4rem;
    cursor: pointer;
    color: white;
    /* display: none; */
  }

  .psearcharea .searchbar .clearbtn {
    background-color: #f2ae6e;
  }
  .psearcharea .searchtags {
    background-color: rgba(255, 255, 255, 1);
    padding: 0 20px;
  }
  .psearcharea .searchtags .productstags,
  .psearcharea .searchtags .countriestags {
    /* display: flex;
    flex-direction: column; */
    align-items: center;
    /* padding-top:20px; */
    flex: 1;
  }

  .psearcharea .searchtags .title {
    color: black;
    width: 90px;
    font-size: 16px;
    line-height: 46px;
    align-self: start;
  }
  .psearcharea .searchtags .taglist {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: start;
    height: auto;
    overflow: hidden;
  }
  .psearcharea .searchtags .taglist .tag {
    box-sizing: border-box;
    font-size: 1.4rem;
    border: 1px solid #dcdcdc;
    height: 30px;
    background-color: white;
    width: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    /* 取消文字变蓝 */
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
  }

  .psearcharea .searchtags .btn {
    text-align: center;
    color: black;
    width: 50px;
    cursor: pointer;
    line-height: 46px;
    align-self: flex-end;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
  }

  .psearcharea .searchtags .btn span {
    font-weight: bold;
  }
  .psearcharea .searchtags .btn i {
    font-size: 14px;
    color: black;
    position: absolute;
    top: 13px;
    left: 42px;
  }

  .psearcharea .ishow {
    top: 18.5px !important;
  }

  /* 只显示一行 */
  .psearcharea .hlimit1 {
    height: 120px !important;
  }
  /* 只显示两行 */
  .psearcharea .hlimit2 {
    height: 400px !important;
  }

  /* 标签选中样式 */

  .psearcharea .tag:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid #f0a055;
    border-left: 18px solid transparent;
    position: absolute;
    top: -1px;
    right: -1px;
    display: none;
  }
  .psearcharea .tag:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: -2px;
    font-size: 12px;
    transform: scale(0.7);
    color: white;
    line-height: 9px;
    z-index: 1;
    display: none;
  }

  .psearcharea .tag.show:before {
    display: block;
  }
  .psearcharea .tag.show:after {
    display: block;
  }

  .popbg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.5);
    display: none;
    z-index: 49;
    transition: all 0.5s ease;
  }

  .buyertagsbar {
    display: flex;
    width: 100%;
    /* justify-content: space-evenly; */
  }
}

.tag-color-1 {
  background-color: #f2ae6e;
}

.tag-color-2 {
  background-color: #a3b480;
}

.tag-color-3 {
  background-color: #779ad4;
}

.tag-color-4 {
  background-color: #9e60c2;
}

.tag-color-5 {
  background-color: #4fb2b6;
}

@media only screen and (max-width: 767px) {
  .card .title {
    font-size: 16px;
  }

  .card img {
    width: 16px;
  }

  .card {
    padding: 0 9px;
  }

  .card .main .swiper-slide .cardBox {
    margin: 5px;
  }

  .card .main .swiper-slide .cardBox p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .card .main .swiper-slide .cardBox p,
  .card .main .swiper-slide .cardBox p span {
    font-size: 12px;
  }

  .card .main {
    margin-top: 10px;
  }

  .inquire {
    margin-top: 25px;
  }

  .inquire .title {
    font-size: 16px;
  }

  .inquire .Twotitle {
    font-size: 12px;
    margin-left: 0px;
    width: 150px;
  }
  .inquire .main {
    margin-top: 15px;
  }

  .inquire .main .c-l,
  .c-r {
    padding: 20px 15px;
  }

  .inquire .main .statebox {
    margin-top: 10px;
  }

  .inquire .main .statebox li img {
    width: 30px;
    height: 20px;
  }

  .inquire .main .statebox li .box {
    width: 55px;
    height: 55px;
  }

  .inquire .main .statebox li .box p {
    margin-top: 6px;
  }

  .inquire .main .statebox li .box {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .inquire .main .statebox li .box .iconBox i {
    font-size: 16px;
  }

  .inquire .main .statebox li .box .iconBox {
    width: 33px;
    height: 33px;
  }

  .inquire .main .c-r .statebox li .box {
    padding: 10px 0;
  }

  .inquire .main .text_b {
    margin-top: 20px;
  }

  .inquire .btn {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
  }

  .inquire .btnBox {
    margin-bottom: 20px;
  }

  .inquire .result .text {
    font-size: 12px;
    margin: 15px 0 10px;
  }

  .inquire .result .main li {
    padding: 17px 15px;
  }

  .inquire .result li .message .contact .mail span {
    font-size: 12px;
  }
  .inquire .result li .message .contact .phonenumber span {
    font-size: 12px;
  }

  .inquire .result li .state {
    margin: 10px 0 15px;
  }

  .imgTop {
    padding-top: 40px;
  }

  .imgTop .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .imgTop .main li .text {
    font-size: 24px;
  }

  .imgTop .main li {
    height: 100px;
  }

  .imgTop .main li .text {
    margin: 10px 0 10px;
  }

  .result .more a {
    font-size: 14px;
  }

  .register .m a {
    width: 100%;
  }

  .register .m {
    flex-direction: column;
  }

  .register .m a img {
    max-width: 90%;
    margin: 10px 5%;
  }

  .btm {
    padding: 30px 0;
  }

  .bottomform {
    width: 90%;
  }

  .bottomform P {
    font-size: 22px;
    margin-bottom: 0;
  }

  .btm label {
    font-size: 16px;
    margin-right: 10px;
  }

  .btm input {
    padding: 5px 10px;
    height: 30px;
  }

  .btm .inputbar {
    margin: 0;
    flex-wrap: wrap;
  }

  .btm .inputbar .innerbar:nth-child(2) label {
    margin-left: 0;
  }

  .btm .innerbar {
    margin-bottom: 10px;
  }

  .btm .btn {
    height: 40px;
    margin-top: 10px;
  }

  .btm .btn a {
    font-size: 20px;
    line-height: 40px;
  }

  .inquire .title img {
    width: 16px;
  }
}
