.footer-img {
  display: none;
}
html,body{
  /* font-size: 16px; */
}
img{
  display: block;
}
.home h1,.home h2,.home h3{
  margin: 0;
  font-size: 100%;
  font-weight: inherit;
}
.home h1 {
  font-size: 3.125rem;
}
.home h2 {
  font-size: 1.75rem;
}
.home h3 {
  font-size: 1rem;
}
.home .home_bg{
  height: 23.4vw;
  /* background: url('/res/assets/images/home_en/home_bg.png');
  background-size: 100%; */
}
.home .home_bg .slideshow-container,.home .home_bg .slide img{
  border-radius: inherit !important;
}
.home .home_bg .slide{
  height: 23.4vw;
}
.home .home_bg .home_title{
  padding-top: 8.3vw;
  text-align: center;
  font-weight: 600;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.home .home_bg .slide img{
  width: 100% !important;
  cursor: pointer;
}
.home .home_bg .controls{
  top: 10vw !important;
  width: 100%;
  justify-content: space-between;
  padding: 0 3.1vw;
  box-sizing: border-box;
}
.home .home_global{
  min-height: 27vw;
  padding: 0 12.5vw 0;
  box-sizing: border-box;
  margin-bottom: -9vw;
}
.home .home_global_content {
  border-radius: 2rem;
  transform: translateY(-9vw);
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
}
.home .home_global .home_global_top{
  display: flex;
  justify-content: space-between;
  height: 9vw;
  padding: 1.875rem 1.875rem 0;
  box-sizing: border-box;
}
.home_tit{
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  position: relative;
}
.home_tit .home_tit_vertical{
  width: 4px;
  height: 1.75rem;
  background: #319653;
  border-radius: 2px;
  margin-right: 12px;
}
.home_tit .home_tit_txt{
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.45vw;
  color: #0A0A0A;
}
.home .home_iquery{
  padding: 0 12.5vw;
  /* position: absolute; */
  width: 100%;
  box-sizing: border-box;
  margin-top: -6vw;
}
.home .home_iquery .iquery_box{
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  border-radius: 2rem;
  height: 13vw;
}
.home_line{
  /* margin-top: 8.85vw; */
  margin-top: 20px;
  padding: 0 12.5vw 2.2vw;
}
.home_line .line_tit {
  position: relative;
}
.home_line .line_tit .line_btns{
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.home_line .line_tit .line_btns .line_btn{
  width: 6.25vw;
  height: 2.18vw;
  line-height: 2.3vw;
  text-align: center;  
  border-radius: 1.1vw;
  font-weight: 500;
  font-size: 1rem;  
  margin-left: 12px;
  background: #FFFFFF;
  border: 1px solid #DEDEDC;
  color: #555555;
  cursor: pointer;
}
.home_line .line_tit .line_btns .line_btn:hover{
  background: #E4F0E8;
  color: #319653;
  border: 0;
}
.home_line .line_tit .line_btns .line_btn.active{
  background: #319653;
  border: 0;
  color: #FFFFFF;
}
.home_line .line_box{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.home_line .line_box .line_item{
  width: 32.5%;
  margin-right: 1.25%;
  /* height: 8.85vw; */
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 1rem;
  cursor: pointer;
  margin-bottom: 0.9vw;
}
.home_line .line_box .line_item:nth-child(3n){
  margin-right: 0;
}
.home_line .line_box .line_item .line_top{
  padding: 1vw;
  box-sizing: border-box; 
  border-bottom: 1px solid #F2F2F2;
}
.home_line .line_box .line_item:hover .line_top{
  border-bottom: 1px solid rgba(255,255,255,0.26);
}
.home_line .line_box .line_item .line_top>div{
  display: flex;
  justify-content: space-between;
}
.home_line .line_box .line_item .line_top>div:last-child{
  line-height: 0.7rem;
  margin-top: -1.3rem;
}
.home_line .line_box .line_item .line_top>div>div{
  width: 20%;
  flex: 0 0 20%;
  text-align: center;
  font-size: 0.875rem;
  color: #727272;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home_line .line_box .line_item .line_top .line_img{
  padding-top: 0.4rem;
}
.home_line .line_box .line_item .line_top>div .line_name:last-child{
  text-align: right;
}
.home_line .line_box .line_item .line_top>div .line_name:first-child{
  text-align: left;
}
.home_line .line_box .line_item .line_top .line_name span:first-of-type{
  font-weight: 600;
  font-size: 1.125rem;
  color: #0A0A0A;
  margin-bottom: 6px;
  display: inline-block;

  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.home_line .line_box .line_item .line_top .line_img .icon{
  font-size: 1.25rem;
  line-height: 1rem;
  color: #EB7334;
}
.home_line .line_box .line_item .line_top .line_vert{
  color: #cfcfcf;
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.home_line .line_box .line_item .line_top .line_vert .line-fg{
  border-bottom: 2px dashed #cfcfcf;
  width: 56%;
  margin: 0 auto;
  margin-top: 0.7vw;
}
.home_line .line_box .line_item .line_bom{
  padding: 0.5vw 1vw;
  display: flex;
  justify-content: space-between;
}
.home_line .line_box .line_item .line_bom .hover{
  display: none;
}
.home_line .line_box .line_item .line_bom>div:first-of-type{
  font-size: 0.875rem;
  color: #363739;
}
.home_line .line_box .line_item .line_bom img{
  height: auto;
  width: 1.77vw;
  margin-right: 6px;
  display: inline-block;
}
.home_line .line_box .line_item .line_bom>div:last-of-type{
  font-weight: 600;
  font-size: 1rem;
  color: #EB7334;
  display: flex;
  align-items: center;
}
.home_line .line_box .line_item:hover{
  background: linear-gradient( 224deg, #CC140E 0%, #F6C310 100%);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.home_line .line_box .line_item:hover .line_top>div,
.home_line .line_box .line_item:hover .line_bom>div:first-of-type,
.home_line .line_box .line_item:hover .line_top .line_name span:first-of-type,
.home_line .line_box .line_item:hover .line_top>div>div,
.home_line .line_box .line_item:hover .line_bom>div:last-of-type
{
  color: #fff !important;
}
.home_line .line_box .line_item:hover .line_box .line_item .line_top{
  border-color: #fff;
}
.home_line .line_box .line_item:hover .line_top .line_img .icon{
  color: #fff;
}
.home_line .line_box .line_item:hover .line_bom .hover{
  display: block;
}
.home_line .line_box .line_item:hover .line_bom .no_hover{
  display: none;
}
/* 样式可以按照需求进行自定义 */
.slideshow-container {
  width: 100%; /* 设置包裹容器宽度 */
  margin: 0 auto; /* 居中显示 */
  overflow: hidden; /* 隐藏溢出内容 */
  position: relative;
  border-radius: 1.56vw;
}

.slideshow {
  display: flex;
  transition: transform 0.5s ease; /* 添加过渡效果 */
  position: relative;
}

.slide {
  flex: 0 0 100%; /* 每个轮播项占满容器 */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 2em;
  color: white;
  position: relative;

  height: 21.875vw;
  max-height: 23.4vw;
}
.slide img{
  /* width: 100%; */
  /* border-radius: 1.56vw; */

  width: 200px;
  height: auto;
}
.slide .slide_content{
  position: absolute;
  width: 35%;
  top: 5.47vw;
  left: 3.6vw;
}
.slide .slide_content .slide_title{
  font-weight: 600;
  font-size: 1.625rem;
  margin-bottom: 12px;
}
.slide .slide_content .slide_txt{
  font-size: 0.875rem;
  margin-bottom: 2vw;
  line-height: 1.25rem;
}
.slide .slide_content .slide_btn{
  width: 13vw;
  height: 2.9vw;
  line-height: 2.9vw;
  background: linear-gradient( 6deg, #F5C30F 0%, #CC140F 100%);
  border-radius: 1.5vw;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  cursor: pointer;
  color: #fff;
}
.tools_tit{
  position: relative;
}
.tools_tit .controls{
  position: absolute;
  right: 0;
  top: 6px;
}

.controls {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.control-btn {
  cursor: pointer;
  width: 2vw;
  height: 2vw;
  line-height: 2vw;
  text-align: center;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  color: #fff;
  margin-left: 12px;

  display: flex;
  justify-content: center;
  align-items: center;

}
.control-btn .icon{
  font-size: 1.25rem;
  transform: rotate(90deg);
}
.control-btn.control-btn-left .icon{
  transform: rotate(-90deg);
}
.control-btn:hover{
  background: rgba(0,0,0,0.31);
}
.home_tools{
  padding: 2.6vw 12.5vw 0;
  position: relative;
  box-sizing: border-box;
  background: #F7F7F7;
}
/*  */
.home_tools .tools_links{
  height: 10.57vw;
  width: 75vw;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
  border-radius: 2rem;
  display: flex;
  justify-content: space-evenly;
  padding-top: 2.6vw;
  box-sizing: border-box;
  margin-top: 1vw;
}
.home_tools .tools_links .tools_links_item{
  font-weight: 600;
  font-size: 1.25rem;
  color: #363739;
  text-align: center;
  cursor: pointer;
}
.home_tools .tools_links .tools_links_item .tools_links_item_img{
  width: 2.6vw;
  height: 3.9vw;
  margin: 0 auto;
  transition: all .3s;
}
.home_tools .tools_links .tools_links_item .tools_links_item_img img{
  width: 100%;
  height: auto;
  display: block;
}
.home_tools .tools_links .tools_links_item:hover .tools_links_item_img{
  width: 3.12vw;
  height: 4.5vw;
  margin-top: -4px;
}
.home_tools .tools_links .tools_links_item:hover .tools_links_item_txt{
  text-shadow: 0px 6px 6px rgba(0,0,0,0.1);
}
.home_solution{
  margin-top: 2vw;
}
.home_solution .solution_tit h1{
  font-weight: 600;
  font-size: 1.75rem;
  color: #363739;
  margin-bottom: 1.56vw;
  text-align: center;
}
.home_solution .solution_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2vw;
}
.home_solution .solution_box .solution_item{
  width: 24.17%;
  /* height: 12vw; */
  padding: 3vw 1vw 1.56vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 16px;
  box-sizing: border-box;
  background-size: auto 70%;
  background-position: 95% 10%;
  background-repeat: no-repeat;
  margin-bottom: 1vw;
}
.home_solution .solution_box .solution_item:hover{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
}
.home_solution .solution_box .solution_item .solution_item_title h2{
  font-weight: 600;
  font-size: 1.375rem;
  color: #0A0A0A;
  margin-bottom: 12px;
}
.home_solution .solution_box .solution_item .solution_item_txt{
  font-size: 0.875rem;
  color: #555555;
  line-height: 1.25rem;
}
.home_solution .solution_box .solution_item:nth-of-type(1){
  background-image: url("/res/assets/images/home_cn/sout1.png");
}
.home_solution .solution_box .solution_item:nth-of-type(2){
  background-image: url("/res/assets/images/home_cn/sout2.png");
}
.home_solution .solution_box .solution_item:nth-of-type(3){
  background-image: url("/res/assets/images/home_cn/sout3.png");
}
.home_solution .solution_box .solution_item:nth-of-type(4){
  background-image: url("/res/assets/images/home_cn/sout4.png");
}
.home_solution .solution_box .solution_item:nth-of-type(5){
  background-image: url("/res/assets/images/home_cn/sout5.png");
}
.home_solution .solution_box .solution_item:nth-of-type(6){
  background-image: url("/res/assets/images/home_cn/sout6.png");
}
.home_solution .solution_box .solution_item:nth-of-type(7){
  background-image: url("/res/assets/images/home_cn/sout7.png");
}
.home_solution .solution_box .solution_item:nth-of-type(8){
  background-image: url("/res/assets/images/home_cn/sout8.png");
}
.home_evaluate{
  margin-top: 3.1vw;
  padding: 0 12.5vw 2.2vw;
}
.home_evaluate .evaluate_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_evaluate .evaluate_box .evaluate_item{
  width: 49.3%;
  /* height: 14.58vw; */
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
  border-radius: 0px 0px 0px 5.2vw;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1vw;
}
.home_evaluate .evaluate_box .evaluate_item:nth-of-type(2){
  border-radius: 0px 0px 5.2vw 0px;
  justify-content: flex-start;
}
.home_evaluate .evaluate_box .evaluate_item:nth-child(even) .evaluate_txt{
  text-align: left;
  padding: 2.6vw 2vw 0 1.14vw;
}
.home_evaluate .evaluate_box .evaluate_item:nth-of-type(3){
  border-radius: 5.2vw 0px 0px 0px;
}
.home_evaluate .evaluate_box .evaluate_item:nth-of-type(3) .evaluate_txt{
  padding-top: 1.56vw;
}
.home_evaluate .evaluate_box .evaluate_item:nth-of-type(4){
  border-radius: 0px 5.2vw 0px 0px;
  justify-content: flex-start;
}
.home_evaluate .evaluate_box .evaluate_item .evaluate_txt{
  padding: 2.6vw 1.14vw 1vw 2vw;
  text-align: right;
}
.home_evaluate .evaluate_box .evaluate_item .evaluate_txt .evaluate_name{
  font-weight: 600;
  font-size: 1.75rem;
  color: #F87D12;
}
.home_evaluate .evaluate_box .evaluate_item .evaluate_txt .evaluate_rank{
  font-size: 1rem;
  color: #B0B0B0;
  margin-bottom: 6px;
}
.home_evaluate .evaluate_box .evaluate_item .evaluate_txt .evaluate_content{
  font-size: 0.875rem;
  color: #555555;
  line-height: 1.375rem;
}
.home_evaluate .evaluate_box .evaluate_item .evaluate_img{
  width: 39.43%;
  flex: 0 0 39.43%;
  display: flex;
  align-items: center;
}
.home_evaluate .evaluate_box .evaluate_item .evaluate_img img{
  width: 100%;
  height: auto;
}
.home_brief{
  padding: 3.1vw 12.5vw 2.2vw;
  background: #F7F7F7;
}
.home_brief .brief_title{
  font-weight: 600;
  /* font-size: 2.375rem; */
  font-size: 38px;
  color: #0A0A0A;
  text-align: center;
  /* margin-bottom: 1.1vw; */
  margin-bottom: 22px;
}
.home_brief .brief_rate{
  /* font-size: 1.5rem; */
  font-size: 20px;
  color: #555555;
  margin-bottom: 4.17vw;
  text-align: center;
}
.home_brief .single_box{
  display: flex;
  justify-content: space-around;
  margin-bottom: 4.17vw;
}
.home_brief .single_box .single_item{
  text-align: center;
}
.home_brief .single_box .single_item .single_img{
  height: 90px;
  margin-bottom: 12px;
}
.home_brief .single_box .single_item .single_img img{
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.home_brief .single_box .single_item .single_num{
  font-weight: 600;
  font-size: 2.25rem;
  color: #319653;
  margin-bottom: 8px;
}
.home_brief .single_box .single_item .single_txt{
  font-size: 1.25erm;
  color: #555555;
}
.home_brief .brief_line{
  display: flex;
}
.home_brief .brief_line .brief_line_v{
  width: 42.4%;
  flex: 0 0 42.4%;
  padding-top: 0.75rem;
}
.home_brief .brief_line .brief_line_v .line_vtial{
  /* border-bottom: 1px dashed #B1B1B1; */
  background-image: linear-gradient(to right, #b1b1b1 0%, #b1b1b1 50%, transparent 50%);
  background-size: 20px 1px;
  background-repeat: repeat-x;
  height: 2px;
}
.home_brief .brief_line .brief_line_txt{
  width: 15%;
  flex: 0 0 15%;
  text-align: center;
  font-size: 1.25rem;
  color: #0A0A0A;
  text-align: center;
  line-height: 1;
}
.home_brief .brief_inquiry{
  width: 18.2vw;
  height: 3.4vw;
  line-height: 3.4vw;
  background: linear-gradient( 6deg, #F5C30F 0%, #CC140F 100%);
  border-radius: 1.7vw;
  margin: 2.6vw auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF;
  cursor: pointer;
}
.home_brief .brief_inquiry:hover{
  background: linear-gradient( 90deg, #F5C30F 0%, #CC140F 100%);
}



.our{
  margin-top: 18px;
  overflow: hidden;
}
.our .carousel{
  width: 75vw;
  height: 25.1vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 1rem;
  padding: 2.6vw 0 2.6vw 2.6vw;
  box-sizing: border-box;
}
.our .carousel .swiper{
  padding-top: 6px;
}
.our .carousel .swiper .row{
  height: calc(7.3vw - 12px);
}
.our .carousel .swiper .row-box{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 1rem;
  padding: 1.35vw 2.6vw;
  margin: 0 1vw;
  width: auto;
  height: 5.3vw;
  box-sizing: border-box;
}
.our .carousel .swiper .row-box img{
  height: 2.6vw;
  width: auto;
  display: inline-block;
}
.info{
  height: 29vw;
  position: relative;
}
.info .info_hui{
  width: 45.2vw;
  height: 100%;
  background: #F5F5F5;
  display: inline-block;
  margin-right: 0.83vw;
}


/* 询价框 */
.iquery_box .enquiries{
  padding: 1.56vw;
  border-radius: 2rem;
}
.iquery_box .gj-btn{
  padding: 0;
}
.iquery_box .tab-content .form-row .form-input-title{
  font-weight: bold;
  font-size: 0.875rem;
  color: #1C1D1E;
}
.iquery_box .tab-content .form-row .form-input input{
  color: #1C1D1E;
}
.iquery_box .enquiries .scm-tabs li:hover{
  background: #E4F0E8;
  border-radius: 30px;
}
.iquery_box .enquiries .scm-tabs li.on{
  width: 9.8vw;
  /* height: 3.125vw; */
  flex: 0 0 9.8vw;
  border-radius: 1.56vw;
  background: #319653 !important;
}
.iquery_box .enquiries .scm-tabs{
  height: 3.125vw;
  background: #F7F7F7;
}
.iquery_box .tab-content .content-item{
  display: flex;
  justify-content: space-between;
}
.iquery_box .tab-content .content-item .pc{
  display: flex;
  justify-content: space-between;
  width: 85%;
  flex: 0 0 85%;
}
.iquery_box .tab-content .form-row{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 16px;
  margin: 1.56vw 12px 0 0;
  height: 5.2vw;
  box-sizing: content-box;
}
.iquery_box .content-item .gj-btn{
  width: 15%;
  background: linear-gradient(224deg, #CC140E 0%, #F6C310 100%);
  border-radius: 16px;
  height: 5.2vw;
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-top: 1.56vw;
}
.iquery_box .form-input-dropdown{
  width: 300%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.iquery_box .form-input-dropdown.center{
  transform: translateY(100%);
  bottom: -10px;
  top: auto;
}
.iquery_box .form-input-dropdown.top{
  transform: translateY(100%);
  bottom: -10px;
  top: auto;
  left: -100%;
}
.iquery_box .form-input-dropdown.top .dropdown-row .checkbox-list{
  margin-top: 4px;
}
.iquery_box .form-input-dropdown.top .dropdown-row .checkbox-list.showbx{
  position: relative;
  padding-bottom: 40px;
}
.iquery_box .form-input-dropdown.top .dropdown-row .checkbox-list .infoPanel-input{
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  background: #fff;
  border: 1px solid #dededc;
}


/*  */
.check_col{
  border: 1px solid #319653;
}
.form-input-dropdown::after{
  content: "";
  display: block !important;
  width: 8px;
  height: 8px;
  border-radius: 0.375rem;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  right: 3.2rem;
  top: -0.25rem;
  transform: rotate(45deg);
  left: 17%;
}
.form-input-dropdown::before{
  content: "";
  display: block;
  width: 4rem;
  height: 14px;
  background-color: #fff;
  position: absolute;
  left: 15%;
  top: -1px;
  z-index: 2;
}
.form-input-dropdown{
  bottom: -14px !important;
  padding: 8px 1.25rem 24px;
}
.form-input-dropdown.center{
  padding: 15px 1.25rem 24px;
}
.form-input-dropdown.infoPanel{
  overflow: inherit;
  max-height: 450px;
}
.form-input-dropdown.top::after{
  top: -8px !important;
  left: 57%;
  border-right: 0;
}
.form-input-dropdown.top::before{
  left: 55%;
}
.iquery_box .form-input-dropdown{
  width: 255%;
}
.form-input-dropdown .dropdown-row>span{
  font-weight: 700;
}
.inquiry_input.open input{
  border: 1px solid #319653;
}
.enquiries .dropdown{
  width: 100% !important;
  border-radius: 8px !important;
}
.consigned_panel>p{
  font-weight: 700;
}
.consigned_list .port_text p{
  line-height: inherit;
  margin-top: 0 !important;
}
.consigned_list .port_text p:nth-of-type(2){
  color: #808080;
}
.scrollbar::-webkit-scrollbar-thumb{
  margin-right: 6px;
}
.scrollbar::-webkit-scrollbar-track{
  margin-right: 6px;
}
.address-detail{
  margin-left: 10px;
}
.enquiries .dropdown .title{
  color: #555555;
  font-size: 14px;
}
.paste-dropdown .paste-box{
  border:0;
  background: #F8F8F8;
  border-radius: 8px;
}
.paste-dropdown .paste-box .paste-textarea textarea{
  background: #F8F8F8;
}
.paste-dropdown .paste-box .paste-textarea textarea::placeholder{
  color: #B0B0B0;
}
.origin .address .dropdown{
  width: calc(100% + 110px) !important;
}
.port_consigned .dropdown{
  padding-right: 6px !important;
}
.address-operate > div span{
  font-size: 20px;
}
.align-center .address-area{
  flex: 0 0 36.8%;
}
.scrollbar::-webkit-scrollbar-thumb{
  background: #ECECEC;
  width: 6px;
  height: 36px;
  border: 0;
}
.enquiries .address-dropdown{
  padding: 6px 16px;
}
.address-list > div span{
  margin-bottom: 7px;
}
.address .dropdown-row{
  flex: 0 0 36.8%;
}
.port_consigned .inquiry_input .dropdown_city{
  width: calc(272% + 105px) !important;
}
.address-wrap>.dropdown{
  width: calc(100% + 55px) !important;
  padding-right: 6px !important;
}
.content-item .el-checkbox__input.is-checked .el-checkbox__inner, .content-item .el-checkbox__input.is-indeterminate .el-checkbox__inner{
  border-radius: 4px;
}
.el-checkbox__inner::after{
  top: 0;
}
.el-date-table td.disabled div{
  color: #B0B0B0;
  background: none;
}
.el-date-table td span{
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
}
.el-date-table td.available:hover span,
.el-tabs__item:hover{
  color: #319653;
  background: #E4F0E8;
}
.el-date-table td.current:not(.disabled) span{
  background-color: #319653;
  color: #FFF;
}
.form-input-dropdown .essential_info .infoPanel-input .totl_title{
  left: 0;
}
.dropdown-row.explain textarea, .dropdown-row .inquiry_input input{
  padding-right: 25px;
}
/* ai询价 */
.home .home_iquery .iquery_box{
  position: relative;
}
.home_query{
    position: relative;
}
.show_box{
    position: absolute;
    top: -40px;
    left: 2rem;
    display: flex;
    align-items: end;
    height: 40px;
}
.show_box>div{
    line-height: 40px;
    margin-right: 10px;
    color: #fff;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 146px;
}
.show_box .go_query_btn{
    background: linear-gradient(224deg, #369355 0%, #4FBC86 100%);
}
.show_box .go_ai_btn{
    background: linear-gradient( 224deg, #CD1A0E 0%, #FFB500 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.show_box .go_ai_btn img{
    width: 20px;
    margin-right: 8px;
}
.form_list form{
    z-index: 1;
}
.home_ai .ai_top{
  box-sizing: border-box;
  border-radius: 2rem;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  background: #fff;
  padding: 30px;
  position: relative;
}
.home_ai .ai_top .ai_search{
    
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.home_ai .ai_top .ai_search .ai_input{
    width: calc(100% - 212px);
    z-index: 1;
    position: relative;
}
.home_ai .ai_top .ai_search .ai_input input{
    border-radius: 16px;
    height: 100px;
    line-height: 100px;

    border: 1px solid #E8E8E8;

    width: 100%;
    outline: none;
    padding: 0 10px;
    font-size: 18px;
    box-sizing: border-box;
}
.home_ai .ai_top .ai_history{
    color: #fff;
    line-height: 18px;
    margin-top: 8px;
    position: relative;
}
.home_ai .ai_top .ai_history .ai_history_item:first-child{
  display: flex !important;
}
.home_ai .ai_top .ai_history.maxh .ai_history_item{
    display: flex !important;
}
.home_ai .ai_top .ai_history .aih_more{
  position: absolute;
  right: 22px;
  top: 8px;
  cursor: pointer;
  display: flex;
  color: #0A0A0A;
  width: 84px;
  justify-content: space-between;
  align-items: center;
}
.home_ai .ai_top .ai_history .aih_more img{
  transform: rotate(-90deg);
  height: 12px;
}
.home_ai .ai_top .ai_history.maxh .aih_more img{
  transform: rotate(90deg);
}
.home_ai .ai_top .ai_history_item{
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #363739;
    line-height: 32px;
    height: 32px;
}
.home_ai .ai_top .ai_history_item .ai_hbg{
    /* background: #4e42d2; */
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.home_ai .ai_top .ai_history_item img{
    width: 18px;
}
.home_ai .ai_top .ai_history_item .ai_history_name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 62vw;
}
.home_ai .ai_top .ai_history_item:hover .ai_history_name{
    color: #EB7334;
}
.home_ai .ai_top .ai_search .ai_button{
    color: #fff;
    background: linear-gradient( 224deg, #CC140E 0%, #F6C310 100%);
    height: 100px;
    line-height: 100px;
    border-radius: 16px;
    width: 200px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_ai .ai_top .ai_search .ai_button img{
    width: 30px;
    margin-right: 9px;
}
.iquery_box .go_query_btn{
  height: 46px;
  line-height: 46px;
}
.home_ai .go_ai_btn{
  height: 46px;
  line-height: 46px;
}