@import url("reset.css");
html {
  font-size: 100px;
}
html,
body,
.warp {
  width: 100%;
  height: 100%;
  background: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
section {
  -webkit-box-flex: 1;
  overflow-y: auto;
}
section::-webkit-scrollbar {
  width: 0px;
}
section .null_box {
  width: 100%;
  height: 0.01rem;
  background: none;
}
section .banner img {
  width: 100%;
  height: auto;
  background: none;
}
section .Consulting_announcement {
  width: 100%;
  height: auto;
  background: none;
  margin-right: 0.15rem;
  text-align: center;
}
section .Consulting_announcement h1 {
  font-family: "微软雅黑";
  font-size: 0.18rem;
  color: #000;
}
section .Consulting_announcement p {
  font-family: "微软雅黑";
  font-size: 0.12rem;
  color: #000;
}
section .solicited_society {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
}
section .solicited_society .solicited_society_line {
  width: 0.94rem;
  height: auto;
  background: none;
}
section .solicited_society .solicited_society_line span {
  display: block;
}
section .solicited_society .solicited_society_line .society_line_one {
  width: 1px;
  height: 0.1rem;
  background: #9d9d9d;
  margin: 0 auto;
}
section .solicited_society .solicited_society_line .society_line_box .society_line_two {
  width: 1px;
  height: 0.5rem;
  background: #9d9d9d;
  margin: 0 auto;
}
section .solicited_society .solicited_society_line .society_line_box .society_line_day {
  font-family: "微软雅黑";
  font-size: 0.2rem;
  color: #333;
  margin-left: 0.2rem;
}
section .solicited_society .solicited_society_line .society_line_box .society_line_year {
  display: block;
  width: 0.5rem;
  height: auto;
  background: none;
  font-family: "微软雅黑";
  font-size: 0.12rem;
  color: #333333;
  margin-left: 0.45rem;
  margin-top: -0.1rem;
  margin-bottom: 0.1rem;
}
section .solicited_society .solicited_society_content {
  -webkit-box-flex: 1;
}

section .solicited_society .solicited_society_content dl {
  width: auto;
  height: 0.8rem;
  background: none;
  margin-top: 0.55rem;
}
section .solicited_society .solicited_society_content dl dt {
  margin-top: 0.2rem;
}
section .solicited_society .solicited_society_content dl dt h1 {
  width: auto;
  height: 0.25rem;
  background: none;
  font-family: "微软雅黑";
  font-size: 0.14rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.25rem;
  padding-right: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section .solicited_society .solicited_society_content dl dd p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.25rem;
  padding-right: 0.1rem;
  font-family: "微软雅黑";
  font-size: 0.12rem;
  color: #666;
}
section .view_more_btn {
  display: block;
  width: 1rem;
  height: 0.24rem;
  background: none;
  margin: 0 auto;
  border: 1px solid #f67815;
  border-radius: 0.11rem;
  line-height: 0.24rem;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 0.12rem;
  margin-bottom:0.2rem;
  color: #f57a19;
}
section .Qr_code {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
}
section .Qr_code_box {
  /*margin-left: 0.2rem;*/
}
section .Qr_code_box .Qr_code_box_img {
  width: 1.55rem;
  height: 1.62rem;
  background: none;
}
section .Qr_code_box .Qr_code_box_img img {
  width: 1.55rem;
  height: 1.62rem;
  background: none;
}
section .Qr_code_box .Qr_box_code {
  display: none;
  width: 1.55rem;
  height: 1.62rem;
  background: none;
}
section .Qr_code_box .Qr_box_code img {
  width: 1.55rem;
  height: 1.62rem;
  background: none;
}
section .Qr_code_box .code_translate {
  width: 1.55rem;
  height: 1.62rem;
  background: none;
  display: block;
  transition: transform;
  transform: translateY(0);
}
.swiper-public-box{
  position:relative;
}
section .swiper-public-box .Qr_code_left {
  position: absolute;
  top: 0.7rem;
  left: 0.1rem;
  z-index: 1000;
}
section .swiper-public-box .Qr_code_left img {
  width: 0.2rem;
  height: 0.2rem;
  background: none;
}
section .swiper-public-box .Qr_code_right {
  position: absolute;
  top: 0.7rem;
  right: 0.1rem;
  z-index: 1000;
}
section .swiper-public-box .Qr_code_right img {
  width: 0.2rem;
  height: 0.2rem;
  background: none;

}
section .Customs_clearance .Qr_code_left{
	 position: absolute;
  top: 1.3rem;
  left: 0.1rem;
  z-index: 1000;
}
section .Customs_clearance .Qr_code_left img{
	 width: 0.2rem;
  height: 0.2rem;
  background: none;
}
section .Customs_clearance .Qr_code_right{
	position: absolute;
  top: 1.3rem;
  right: 0.1rem;
  z-index: 1000;
}
section .Customs_clearance .Qr_code_right img{
	width: 0.2rem;
  height: 0.2rem;
  background: none;
}
