.banner {
  width: 100%;
  height: 391px;
  background: url(/assets/img/frontend/index/home_banner_bg.webp) no-repeat;
  background-size: 100% 100%;
  padding-top: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.banner .banner_text {
  width: 724px;
  height: 92px;
  background: url(/assets/img/frontend/index/home_banner_title.webp) no-repeat;
}

.search {
  width: 690px;
  height: 54px;
  line-height: 55px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 2px #d7e3ff;
  padding: 2px;
  margin-top: 30px;
}

.search input {
  display: inline-block;
  width: 576px;
  padding: 0 28px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 20px;
  /* color: #c9cacf; */
}

.search input::-webkit-input-placeholder {
  font-size: 20px;
}

.search input::-moz-placeholder {
  font-size: 20px;
}

.search input::-ms-input-placeholder {
  font-size: 20px;
}

.search .search_btn {
  width: 106px;
  height: 54px;
  line-height: 54px;
  background-color: #2266ff;
  border-radius: 0px 8px 8px 0px;
  float: right;
  font-size: 20px;
  color: #fff;
}

.banner_yacht {
  width: 1180px;
  height: 300px;
  background-color: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 30px;
  box-sizing: border-box;
  margin-top: -68px !important;
  position: relative;
  z-index: 10;
}

.banner_yacht .banner_yachtL {
  width: 725px;
  float: left;
}

.yacht_brand {
  width: 720px;
  height: 125px;
  margin-top: 20px;
  /* border: 1px solid purple; */
}

.yacht_brand a {
  display: flex;
  align-items: center;
  line-height: 34px;
  float: left;
  margin-right: 27px;
  margin-top: 10px;
  /* border: 1px solid red; */
}
.yacht_brand a img {
  display: inline-block;
  /* float: left; */
  width: 68px;
  height: 34px;
  /* border: 1px solid black; */
}
.yacht_brand a:nth-child(3) {
  margin-right: 22px;
}

.yacht_brand a span {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  color: #4a4a54;
  margin-left: 10px;
}

.yacht_brand a:nth-child(5) img {
  position: relative;
  /* top: 4px; */
}
.yacht_all {
  font-size: 16px;
  line-height: 16px;
  /* margin-top: 16px; */
  color: #4a4a54;
  /* border: 1px solid red; */
}

.yacht_price {
  width: 715px;
  height: 16px;
  font-size: 16px;
  margin: 0 0 30px 0;
  color: #4a4a54;
}

.yacht_price a,
.yacht_sport a {
  display: inline-block;
  margin-right: 30px;
}

.yacht_brand a:hover span,
.yacht_all a:hover,
.yacht_price a:hover,
.yacht_sport a:hover {
  color: #2266ff;
}

.yacht_sport {
  width: 715px;
  height: 16px;
  font-size: 16px;
}

.banner_yacht .banner_yachtR {
  width: 395px;
  float: left;
}

.banner_yacht .yacht_title {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #0e1326;
}

.banner_yachtR .banner_phone {
  margin-top: 38px;
}

.banner_yachtR input {
  width: 266px;
  height: 58px;
  background-color: #f5f5f7;
  border-radius: 6px;
  padding: 10px 20px;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
}

.banner_yachtR button {
  display: block;
  width: 119px;
  height: 57px;
  margin-top: 1px;
  background-color: #2266ff;
  border-radius: 6px;
  margin-left: 10px;
  font-size: 20px;
  color: #ffffff;
  float: left;
}

.banner_yachtR .banner_agree {
  width: 100%;
  margin-top: 11px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #888999;
  float: left;
  cursor: pointer;
}

.banner_yachtR .banner_agree i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/frontend/index/home_register_rb_n.webp) no-repeat;
  margin-right: 5px;
  float: left;
  margin-top: 1px;
}

.banner_yachtR .banner_agree i:hover {
  cursor: pointer;
  background: url(/assets/img/frontend/index/home_register_rb_n.webp) no-repeat -14px
    0;
}

.banner_yachtR .banner_agree i:active {
  cursor: pointer;
  background: url(/assets/img/frontend/index/home_register_rb_n.webp) no-repeat -28px
    0;
}

.banner_yachtR .banner_agree .action {
  background: url(/assets/img/frontend/index/home_register_rb_n.webp) no-repeat -28px
    0;
}

.banner_yachtR .banner_agree .action:hover {
  background: url(/assets/img/frontend/index/home_register_rb_s.webp) no-repeat -14px
    0;
}

.banner_yachtR .banner_agree a {
  color: #2266ff;
}

.banner_yachtR .banner_agree a:hover {
  color: #004fff;
}

.banner_btn {
  width: 395px;
  height: 60px;
  line-height: 60px;
  background-color: #eaf2ff;
  border-radius: 6px;
  border: solid 1px #2266ff;
  margin-top: 16px;
  float: left;
  font-size: 20px;
  color: #2266ff;
  text-align: center;
}

.banner_btn:hover {
  cursor: pointer;
  background-color: #deebff;
}

.banner_btn:active {
  background-color: #d1e3ff;
}

.hot_yacht {
  margin: 75px auto 35px;
  width: 1200px;
}
/* 娓呮娴姩 */
.hot_yacht:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

.hot_yacht h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #0e1326;
  float: left;
  margin-left: 10px;
}

.hot_yacht .hot_yacht_top div {
  width: 248px;
  height: 40px;
  float: right;
  background-color: #efefef;
  border-radius: 20px;
}

.hot_yacht .hot_yacht_top div p {
  width: 124px;
  height: 40px;
  background-color: #efefef;
  border-radius: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #888999;
  text-align: center;
  float: left;
}

.hot_yacht .hot_yacht_top div .action {
  color: #fff;
  background-color: #2266ff;
}

.hot_yacht .hot_yacht_top div p:hover {
  cursor: pointer;
  color: #fff;
  background-color: #004fff;
}

.hot_yacht_con {
  width: 100%;
  float: left;
}

.hot_yacht .hot_yacht_con {
  margin-top: 40px !important;
}
.hot_yacht .personal_noData {
  margin: 30px;
  text-align: center;
}
.new_yacht .personal_noData {
  text-align: center;
}
.new_yacht .personal_noData p {
  display: block;
  line-height: 0;
  padding-left: 0;
  position: static;
}
.hot_yacht_con .hot_package {
  display: block;
  width: 296px;
  height: 314px;
  background-color: #ffffff;
  position: relative;
  padding: 10px;
  margin: 4px 2px;
  float: left;
  box-sizing: border-box;
}

.hot_yacht_con .hot_package img {
  width: 280px;
  height: 200px;
}

.hot_yacht_con .hot_package .yacht_con_title {
  overflow: hidden;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #0e1326;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 0;
}

.hot_yacht_con .hot_package .yacht_con_text {
  font-size: 14px;
  line-height: 14px;
  color: #888999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot_yacht_con .hot_package .yacht_con_text span {
  display: inline-block;
  margin: 0 8px;
}

.hot_yacht_con .hot_package .yacht_con_price {
  height: 36px;
  font-size: 14px;
  color: #ff7228;
  margin-top: 4px;
  display: flex;
  align-items: center;
}

.hot_yacht_con .hot_package .yacht_con_price span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  color: #ff7228;
}

.hot_yacht_con .hot_package:hover::before {
  content: "";
  cursor: pointer;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 6px;
}

.hot_yacht_footer {
  width: 100%;
  height: 44px;
  float: left;
  text-align: center;
}

.more {
  width: 182px;
  height: 44px;
  line-height: 44px;
  background-color: #ececec;
  border-radius: 2px;
  margin: 50px auto;
  display: block;
}

.more a {
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #4c4c4c;
}

.more a:hover {
  color: #2266ff;
}

.new_yacht {
  height: 1032px;
  text-align: center;
}

.new_yacht h3 {
  height: 36px;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #0e1326;
}

.new_yacht .new_yacht_title {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #4a4a54;
  margin-top: 18px;
  margin-bottom: 60px;
}

.new_yacht .new_yacht_conL {
  width: 380px;
  height: 730px;
  float: left;
  margin-right: 20px;
}

.new_yacht .new_yacht_conL .new_yacht_img1 {
  width: 380px;
  height: 480px;
  position: relative;
}
.new_yacht .new_yacht_conL .new_yacht_img1 img {
  width: 380px;
  height: 480px;
  border-radius: 6px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

.new_yacht .new_yacht_conL .new_yacht_img2 {
  width: 380px;
  height: 230px;
  position: relative;
  margin-top: 20px;
}
.new_yacht .new_yacht_conL .new_yacht_img2 img {
  width: 380px;
  height: 230px;
  border-radius: 6px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

.new_yacht .new_yacht_conR .new_yacht_img3 {
  width: 780px;
  height: 230px;
  position: relative;
}
.new_yacht .new_yacht_conR .new_yacht_img3 img {
  width: 780px;
  height: 230px;
  border-radius: 6px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

.new_yacht .new_yacht_conR .new_yacht_img4 {
  width: 380px;
  height: 230px;
  position: relative;
  float: left;
  margin: 20px 20px 20px 0;
}
.new_yacht .new_yacht_conR .new_yacht_img4 img {
  width: 380px;
  height: 230px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 6px;
}
.new_yacht .new_yacht_conR .new_yacht_img5 {
  width: 380px;
  height: 480px;
  position: relative;
  float: right;
  margin-top: 20px;
}
.new_yacht .new_yacht_conR .new_yacht_img5 img {
  width: 380px;
  height: 480px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 6px;
}
.new_yacht .new_yacht_conR .new_yacht_img6 {
  width: 380px;
  height: 230px;
  position: relative;
  float: left;
}
.new_yacht .new_yacht_conR .new_yacht_img6 img {
  width: 380px;
  height: 230px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 6px;
}
.new_yacht_con p {
  width: 100%;
  height: 100%;
  line-height: 100%;
  padding-left: 50px;
  box-sizing: border-box;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.new_text_bg {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-radius: 6px;
}
.new_yacht_con p .new_text {
  display: block;
  /* width: 242px; */
  height: 75px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  color: #ffffff;
  opacity: 1;
  z-index: 110;
}

.new_img_text {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  float: left;
  text-align: left;
  width: 90%;
}

.new_img_text1 {
  width: 45%;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #888999;
  margin-top: 14px;
  float: left;
  text-align: left;
}

.new_img_text1 i {
  color: #fff;
}

.new_img_text2 i {
  color: #fff;
}

.new_img_text2 {
  width: 55%;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #888999;
  margin-top: 14px;
  float: left;
  text-align: left;
}

.new_yacht_img {
  display: inline-block;
  cursor: pointer;
}
.new_yacht_img:hover p {
  display: block;
}
.new_yacht_img:hover div {
  display: none;
}
.new_yacht_img div {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 20;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  text-align: left;
  border-bottom-left-radius: 6px;
  box-sizing: border-box;
}

.new_yacht_img div span {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_yacht .new_yacht_conR {
  width: 780px;
  height: 730px;
  float: left;
}

.new_yacht_footer {
  width: 100%;
  height: 44px;
  text-align: center;
  float: left;
  margin-top: 10px;
}

.yacht_info {
  height: 990px;
  text-align: center;
  padding-top: 9px;
  box-sizing: border-box;
}

.yacht_info h3 {
  height: 36px;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #0e1326;
}

.yacht_info .yacht_info_title {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #4a4a54;
  margin-top: 18px;
  margin-bottom: 60px;
}

.yacht_info_footer {
  width: 100%;
  height: 44px;
  text-align: center;
  float: left;
  margin-top: -10px;
}

.info {
  width: 100%;
}

.info_left {
  width: 800px;
  float: left;
}

.info_left_con {
  width: 380px;
  float: left;
  margin-right: 20px;
}

.info_img1 {
  display: block;
  width: 380px;
  height: 252px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.info_img1 > img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.info_img1:hover img {
  transform: scale(1.1);
  transition: all 1s;
  cursor: pointer;
}

.info_img1 p {
  width: 80px;
  height: 80px;
  background: #2266ff;
  border-radius: 40px 0 40px 40px;
  position: absolute;
  top: 23px;
  left: 20px;
  text-align: center;
}

.info_img1 p span {
  display: block;
  height: 32px;
  font-size: 32px;
  font-weight: bold;
  line-height: 54px;
  color: #ffffff;
}

.info_img1 p i {
  display: block;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #ffffff;
}

.info_left_title {
  display: block;
  width: 324px;
  height: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0e1326;
  margin: 30px 0 20px;
}

.info_left_title:hover {
  color: #2266ff;
  cursor: pointer;
}

.info_left_address {
  height: 17px;
  width: 100%;
  line-height: 16px;
}

.info_left_address i {
  display: block;
  float: left;
  font-style: italic;
  color: #888999;
  font-size: 16px;
}

.info_left_address i span {
  font-style: italic;
  color: #4a4a54;
}

.info_left_address p {
  display: flex;
  float: right;
  color: #888999;
  font-size: 14px;
  align-items: center;
}
.info_left_address .item-box .item {
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
  cursor: pointer;
}
.info_left_address .item-box .item:nth-child(1) {
  margin-right: 17px;
}

.info_left_address .item-box .item:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 21px;
}
.info_left_address .item-box .item:nth-child(1):before {
  background: url("/assets/img/frontend/info/eyes.webp") no-repeat center;
}
.info_left_address .item-box .item:nth-child(2):before {
  background: url("/assets/img/frontend/info/comments.webp") no-repeat center;
}
.info_left_address .item-box .item:nth-child(1):hover:before {
  background: url("/assets/img/frontend/info/eyes_hover.webp") no-repeat center;
}
.info_left_address .item-box .item:nth-child(2):hover:before {
  background: url("/assets/img/frontend/info/comments_hover.webp") no-repeat
    center;
}

.info_left_address .item-box .item:hover {
  color: #0a4ee7;
}

.info_left_address .item-box .item span {
  vertical-align: top !important;
}

.info_left_address p img {
  margin: 0 5px 0 18px;
}
.info_left_address p img:first-child {
  margin-top: -3px;
}
.info_left_address p span {
  vertical-align: middle;
}

.info_left_text {
  width: 100%;
  height: 65px;
  line-height: 22px;
  text-align: left;
  margin: 18px auto 32px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.info_left_con a {
  display: block;
  text-align: left;
}
.info_left_con a img {
  width: 380px;
  height: 252px;
  border-radius: 6px;
}
.info_left_detail {
  color: #888999;
  font-size: 14px;
}

.info_left_foot {
  width: 780px;
  height: 213px;
  background-color: #f4f7fc;
  float: left;
  margin-top: 30px;
  padding: 0 16px;
  box-sizing: border-box;
}

.info_foot {
  width: 100%;
  float: left;
  margin-right: 4%;
}

.info_foot a {
  display: block;
  float: left;
  width: 345px;
  height: 18px;
  margin-top: 20px;
  margin-right: 42px;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.info_foot a:hover {
  transform: scale(1.05);
}
.info_foot a:nth-child(2n) {
  margin-right: 0;
}
.info_foot a i {
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: 30%;
  background-color: #2266ff;
  margin-right: 10px;
}

.info_foot a:hover span {
  color: #2266ff;
}

.info_foot a span {
  display: inline-block;
  width: 325px;
  height: 22px;
  line-height: 18px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #0e1326;
  vertical-align: text-top;
}

.info_right {
  width: 380px;
  float: right;
  margin-top: -33px;
}

.info_right_con {
  display: block;
  width: 100%;
  height: 131px;
  position: relative;
  padding: 33px 0;
  box-sizing: border-box;
}

.info_right_con img {
  display: block;
  width: 80px;
  height: 74px;
  background-color: #f2e9e9;
  border-radius: 6px;
  float: left;
  margin-right: 20px;
}

.info_right_con .info_text {
  width: 280px;
  text-align: left;
  float: left;
}

.info_right_con p {
  width: 280px;
  height: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0e1326;
  margin-bottom: 12px;
}

.info_right_con span {
  width: 280px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  color: #4a4a54;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.info_hr {
  width: 380px;
  height: 1px;
  background-color: #e4e5ea;
}

.info_right .info_hr:nth-child(8) {
  background-color: #fff;
}

.info_hrNone {
  background-color: #fff;
}

.info_text_mask {
  width: 380px;
  height: 132px;
  background-color: #3f3f3f;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 26px 50px;
  box-sizing: border-box;
  display: none;
}

.info_right_con:hover {
  cursor: pointer;
}

.info_text_mask p {
  color: #fff;
}

.info_text_mask span {
  color: #888999;
}

.info_right_img {
  display: block;
  width: 380px;
  height: 213px;
  background-color: #eeeeee;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-top: 6px;
}

.info_right_img > img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.info_right_img:hover img {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 1s;
}

.info_right_img img {
  width: 100%;
  height: 100%;
}

.info_right_img div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
  height: 37px;
  border-radius: 0px 0px 6px 6px;
}
.info_right_img div p {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  padding: 6px 10px 10px 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 20;
  position: relative;
}
.info_right_img div span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
  height: 37px;
  background-color: #000000;
  border-radius: 0px 0px 6px 6px;
  opacity: 0.5;
  z-index: 10;
}

.note {
  display: none;
}

.yzm {
  width: 472px;
  height: 350px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-236px, -175px);
}

.dialog .consign_close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/assets/img/frontend/index/home_close1.webp) no-repeat;
}

.dialog .consign_close:hover {
  cursor: pointer;
  background: url(/assets/img/frontend/index/home_close1_pre.webp) no-repeat;
}

.dialog .consign_close:active {
  background: url(/assets/img/frontend/index/home_close1_s.webp) no-repeat;
}

.yzm .yzm_title {
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #0e1326;
  text-align: center;
  margin-top: 54px;
  margin-bottom: 24px;
}

.yzm_con {
  width: 346px;
  margin: 0 auto;
}

.yzm_con p {
  width: 346px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
}

.yzm_con p img {
  margin-right: 16px;
  vertical-align: middle;
}
.yzm_con p .code {
  width: 60%;
  height: 38px;
}
.yzm_con p .phone {
  width: 86%;
  height: 38px;
}
.yzm_con p input::-webkit-input-placeholder {
  font-size: 16px;
  color: #c9cacf;
}

.yzm_con p input::-moz-placeholder {
  font-size: 16px;
  color: #c9cacf;
}

.yzm_con p input::-ms-input-placeholder {
  font-size: 16px;
  color: #c9cacf;
}

.yzm_con p .getCode {
  display: block;
  float: right;
  font-size: 16px;
  line-height: 38px;
  /* color: #c9cacf; */
  background-color: #fff;
}

.yzm_con p .getCode:hover {
  cursor: pointer;
}

.yzm_con .yzm_btn {
  display: block;
  width: 344px;
  height: 53px;
  line-height: 53px;
  background-color: #2266ff;
  border-radius: 8px;
  font-size: 20px;
  color: #f4f4f4;
  text-align: center;
}

/* 娓歌墖瀵勫崠 */
.consigns {
  display: none;
  position: relative;
}

.consigns .n-right {
  position: absolute;
  left: 0;
  bottom: -4px;
}

.consign {
  width: 1130px;
  height: 880px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-565px, -440px);
}

.consign_left,
.dealers_left {
  width: 230px;
  height: 880px;
  background-color: #f5f5fa;
  float: left;
  border-radius: 6px 0px 0px 6px;
  padding: 180px 68px 250px 68px;
  box-sizing: border-box;
}

.consign_left div,
.dealers_left div {
  margin-bottom: 10px;
}

.consign_left .action .consign_left_img,
.dealers_left .action .consign_left_img {
  background-color: #2266ff;
  color: #ffffff;
}

.consign_left .action .consign_left_title,
.dealers_left .action .consign_left_title {
  color: #0e1326;
}

.consign_left .active .consign_left_title,
.dealers_left .active .consign_left_title {
  color: #888999;
}

.consign_left .action .consign_left_line,
.dealers_left .action .consign_left_line {
  border-right: dashed 1px #2266ff;
}

.consign_left .active .consign_left_line,
.dealers_left .active .consign_left_line {
  border-right: solid 1px #2266ff;
}

.consign_left div .consign_left_img,
.dealers_left div .consign_left_img {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: solid 1px #c9cacf;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  color: #888999;
  margin-right: 5px;
}

.consign_left div .consign_left_img img,
.dealers_left div .consign_left_img img {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-left: 1px;
}

.consign_left .active .consign_left_img,
.dealers_left .active .consign_left_img {
  background-color: #ffffff;
  border-color: #2266ff;
  color: #888999;
}

.consign_left div .consign_left_title,
.dealers_left div .consign_left_title {
  font-size: 14px;
  line-height: 14px;
  color: #888999;
}

.consign_left div .consign_left_line,
.dealers_left div .consign_left_line {
  width: 1px;
  height: 63px;
  border-right: solid 1px #c9cacf;
  margin-left: 13px;
  margin-top: 8px;
}

.consign_right,
.dealers_right {
  width: 900px;
  height: 880px;
  float: left;
  display: none;
}

.consign_action {
  display: block;
}

.consign_title {
  margin: 45px auto 47px;
  text-align: center;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #0e1326;
}

.consign_right_head {
  margin-left: 50px;
  margin-bottom: 14px;
}

.consign_right_head span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #2266ff;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  position: relative;
  top: -2px;
}

.consign_right_head h3 {
  display: inline-block;
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #0e1326;
  margin-right: 9px;
}

.consign_right_head p {
  display: inline-block;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #888999;
}

.consign_main {
  width: 840px;
  height: 576px;
  margin-left: 50px;
}

.consign_main .consign_main_div {
  display: inline-block;
  width: 240px;
  height: 82px;
  margin-right: 40px;
  position: relative;
}

.consign_main .consign_main_div:nth-child(3n) {
  margin-right: 0;
}

.consign_main .consign_main_div .consign_main_title {
  display: block;
  width: 240px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #0e1326;
  margin-top: 25px;
  margin-bottom: 10px;
}

.consign_main .consign_main_div input {
  width: 240px;
  height: 34px;
  background-color: #f5f6f7;
  border-radius: 2px;
  padding: 11px 70px 11px 13px;
  box-sizing: border-box;
  font-size: 14px;
}

.consign_main .consign_main_div input::-webkit-input-placeholder {
  font-size: 14px;
  color: #888999;
}

.consign_main .consign_main_div input::-moz-placeholder {
  font-size: 14px;
  color: #888999;
}

.consign_main .consign_main_div input::-ms-input-placeholder {
  font-size: 14px;
  color: #888999;
}

.consign_main .consign_main_div .consign_text {
  width: 240px;
  height: 34px;
  line-height: 34px;
  background-color: #f5f6f7;
  border-radius: 2px;
  color: #888999;
  font-size: 14px;
  padding: 0 13px;
  box-sizing: border-box;
  border: 1px solid #f5f6f7;
}

.consign_main .consign_main_div .consign_text:hover {
  cursor: pointer;
  border-color: #2266ff;
}

.consign_select,
.select_pro {
  position: absolute;
  z-index: 100;
  top: 84px;
  left: 0;
  width: 240px;
  max-height: 420px;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.14);
  border-radius: 2px;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  display: none;
}

.select_people {
  top: -372px;
}
.consign_main .consign_main_div {
  float: left;
}
.consign_main .consign_main_div p {
  cursor: pointer;
}
.consign_main .consign_main_div .sell_price {
  width: 160px;
  height: 34px;
  background-color: #f5f6f7;
  float: left;
}
.consign_main .consign_main_div .sell_price input {
  width: 160px;
  height: 34px;
  background-color: #f5f6f7;
  border-radius: 2px;
  padding: 0 0 0 13px;
  box-sizing: border-box;
  font-size: 14px;
}

.consign_main .consign_main_div .select_currencys {
  width: 80px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  padding: 0;
  white-space: nowrap;
}
.select_currency {
  top: -372px;
}
.select_currencys .consign_text_img {
  display: inline-block;
  width: 13px;
  height: 8px;
  position: inherit;
  background: url(/assets/img/frontend/index/btn_ddm2.webp) no-repeat;
}
.consign_select span,
.select_pro span {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #0e1326;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

.consign_select span:hover,
.select_pro span:hover {
  background-color: #f5f6f7;
  color: #2266ff;
}

.consign_select .visited,
.select_pro .visited {
  background-color: #f5f6f7;
  color: #2266ff;
}

.consign_select::-webkit-scrollbar,
.select_pro::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}

.consign_select::-webkit-scrollbar-thumb,
.select_pro::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.consign_text_img {
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 13px;
  height: 8px;
  background: url(/assets/img/frontend/index/btn_ddm2.webp) no-repeat;
}

.consign_up {
  background: url(/assets/img/frontend/index/btn_ddm1.webp) no-repeat;
}

.consign_unit {
  position: absolute;
  right: 12px;
  bottom: 8px;
  font-size: 14px;
  color: #0e1326;
}

.consign_unit1 {
  display: inline-block;
  width: 55px;
  margin-right: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #0e1326;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}

.consign_btn {
  width: 100%;
  margin: 47px auto;
  text-align: center;
}

.consign_btn .consign_nexts,
.consign_btn .dealers_nexts {
  display: inline-block;
  width: 344px;
  height: 53px;
  background-color: #2266ff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  color: #f4f4f4;
}

.consign_nexts:hover,
.dealers_nexts:hover {
  cursor: pointer;
  background-color: #125bff;
}

.consign_nexts:active,
.dealers_nexts:active {
  background-color: #004fff;
}

.consign_btn .consign_prev,
.consign_btn .dealers_prev {
  display: inline-block;
  width: 180px;
  height: 53px;
  background-color: #ffffff;
  border: solid 1px #2266ff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  color: #2266ff;
}

.consign_prev:hover,
.dealers_prev:hover {
  cursor: pointer;
  background-color: #eaf2ff;
}

.consign_prev:active,
.dealers_prev:active {
  background-color: #deebff;
}

.consign_btn .consign_next,
.consign_btn .dealers_next,
.consign_btn .consign_submit,
.consign_btn .dealers_submit {
  display: inline-block;
  width: 180px;
  height: 53px;
  background-color: #2266ff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  color: #f4f4f4;
}

.consign_next:hover,
.dealers_next:hover,
.consign_submit:hover,
.dealers_submit:hover {
  cursor: pointer;
  background-color: #125bff;
}

.consign_next:active,
.dealers_next:active,
.consign_submit:active,
.dealers_submit:active {
  background-color: #004fff;
}

.consign_main hr {
  border: none;
  margin-bottom: 42px;
  float: left;
  width: 100%;
}

.consign_mains {
}

.consign_mains_tip {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #0e1326;
}

.consign_mains_tab {
  width: 100%;
  height: 26px;
  margin-top: 26px;
  margin-bottom: 12px;
}

.consign_mains_tab span {
  background-color: #f4f7fc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
  color: #888999;
  margin-right: 14px;
  padding: 6px 6px 5px 6px;
}

.consign_mains_tab span:hover {
  cursor: pointer;
  color: #2266ff;
  background-color: #eaf2ff;
}

.consign_mains_tab .action {
  color: #2266ff;
  background-color: #eaf2ff;
  padding: 5px 8px 6px 6px;
}

.consign_mains_tabcon1 {
  width: 100%;
  height: 276px;
  display: none;
}

.consign_mains_tabcons {
  display: inline-block;
  width: 182px;
  height: 140px;
  margin-right: 24px;
  position: relative;
  float: left;
}

.consign_tab_img {
  width: 182px;
  height: 140px;
  background-color: #f4f7fc;
  border-radius: 6px;
  border: dashed 1px #bfd2ff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.consign_tab_img input {
  display: block;
  width: 182px;
  height: 140px;
  position: absolute;
  z-index: 100;
  opacity: 0;
  top: 0;
  left: 0;
}

.consign_tab_img img {
  display: block;
  margin: 38px auto 14px;
}

.consign_tab_imgs {
  width: 182px;
  height: 140px;
  display: none;
  position: relative;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
}

.consign_tab_imgs img {
  width: 182px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
}

.consign_tab_imgs p {
  width: 182px;
  height: 42px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 6px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.consign_tab_imgs p span {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 5px 0;
}

.upload_again {
  width: 28px;
  height: 28px;
  border-radius: 4.2px;
  position: absolute;
  top: 10px;
  right: 42px;
}
.upload_again input {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
}
.upload_again:hover {
  cursor: pointer;
}
.upload_again i {
  position: relative;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/img/frontend/index/btn_re_upload_pre.webp) no-repeat;
}

.upload_again:hover i {
  background: url(/assets/img/frontend/index/btn_re_upload_n.webp) no-repeat;
}

.upload_again:active i {
  background: url(/assets/img/frontend/index/btn_re_upload_s.webp) no-repeat;
}

.del_consign {
  width: 28px;
  height: 28px;
  border-radius: 4.2px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.del_consign i {
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/img/frontend/index/btn_delete_pre.webp) no-repeat;
}

.del_consign i:hover {
  cursor: pointer;
  background: url(/assets/img/frontend/index/btn_delete_n.webp) no-repeat;
}

.del_consign i:active {
  background: url(/assets/img/frontend/index/btn_delete_s.webp) no-repeat;
}

.consign_tab_img span {
  display: block;
  font-size: 14px;
  color: #0e1326;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.consign_tab_img:hover {
  cursor: pointer;
  background-color: #eaf2ff;
}

.consign_tab_img:active {
  background-color: #deebff;
}

.consign_sample_con {
  width: 100%;
  float: left;
}

.consign_tab_sample {
  width: 182px;
  display: inline-block;
  margin-top: 14px;
  margin-right: 24px;
}

.consign_tab_sample span {
  display: inline-block;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #2266ff;
  margin-top: 10px;
  margin-left: 10px;
  vertical-align: top;
}

.consign_tab_sample p {
  display: inline-block;
  width: 56px;
  height: 72px;
  background-color: #ededed;
  margin-left: 14px;
  position: relative;
}

.consign_tab_sample img {
  width: 56px;
  height: 72px;
}

.consign_tab_sample i {
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(/assets/img/frontend/index/nav_search1_pre.webp) no-repeat;
}

.consign_tab_sample i:hover {
  cursor: pointer;
  background: url(/assets/img/frontend/index/nav_search1_n.webp) no-repeat;
}

.consign_tab_sample i:active {
  background: url(/assets/img/frontend/index/nav_search1_s.webp) no-repeat;
}

.consign_sample_img {
  width: 516px;
  height: 714px;
  position: relative;
  margin: 84px auto 82px;
  display: none;
  z-index: 999;
}

.consign_sample_img i {
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/img/frontend/index/home_close2_n.webp) no-repeat;
  position: absolute;
  z-index: 100;
  right: -14px;
  top: -14px;
}

.consign_sample_img i:hover {
  cursor: pointer;
  background: url(/assets/img/frontend/index/home_close2_pre.webp) no-repeat;
}

.consign_sample_img i:active {
  background: url(/assets/img/frontend/index/home_close2_s.webp) no-repeat;
}

.consign_sample_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.consign_mains_foot h3 {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #0e1326;
}

.consign_mains_foot p {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #888999;
  margin-top: 10px;
}

.consign_mains_tabcon2 {
  width: 100%;
  height: 276px;
  display: none;
}

.consign_mains_tabcon2 .consign_tab_sample,
.consign_mains_tabcon3 .consign_tab_sample {
  width: 100%;
}

.consign_mains_tabcon3 {
  width: 100%;
  height: 276px;
  display: none;
}

.consign_mains_tabcon {
  margin-bottom: 10px;
  display: none;
}

.consign_news,
.consign_complete {
  width: 580px;
  height: 233px;
  margin: 210px auto;
  text-align: center;
}

.consign_news img,
.consign_complete img {
  width: 84px;
  height: 84px;
}

.consign_news p,
.consign_complete p {
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #0e1326;
  margin-top: 18px;
  margin-bottom: 10px;
}

.consign_news span,
.consign_complete span {
  display: block;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #888999;
  margin-bottom: 30px;
  white-space: nowrap;
}

.consign_news div .register {
  width: 180px;
  height: 53px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #2266ff;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  color: #2266ff;
}

.consign_news div .register:hover {
  cursor: pointer;
  background-color: #deebff;
}

.consign_news div .register:active {
  background-color: #d1e3ff;
}

.consign_news div .login {
  width: 180px;
  height: 53px;
  background-color: #2266ff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  color: #f4f4f4;
}

.consign_news div .login:hover,
.consign_complete .complete:hover,
.complete:hover {
  cursor: pointer;
  background-color: #125bff;
}

.consign_news div .login:active,
.consign_complete .complete:active,
.complete:active {
  background-color: #004fff;
}

.consign_complete {
  display: none;
}

.consign_complete .complete,
.complete {
  display: inline-block;
  width: 344px;
  height: 53px;
  background-color: #2266ff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  color: #f4f4f4;
}
.complete {
  margin-top: 10px;
}
/* 鍝佺墝鍘傚/缁忛攢鍟嗗叆椹� */
.dealers {
  display: none;
}

.dealers .consign_select {
  max-height: 294px;
}

.dealers .consign_main {
  padding-top: 24px;
  box-sizing: border-box;
}

.dealers .consign_main .consign_main_div {
  margin-right: 6px;
  float: left;
}

.dealers_company,
.dealers_address {
  width: 100%;
  height: 56px;
  float: left;
}

.dealers_address {
  margin-top: 26px;
}

.dealers_company p,
.dealers_address p {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #0e1326;
  margin-bottom: 10px;
}

.dealers_company input,
.dealers_address input {
  width: 490px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  background-color: #f5f6f7;
  border-radius: 2px;
  padding: 0 13px;
  box-sizing: border-box;
  color: #888999;
}

.dealers input::-webkit-input-placeholder {
  font-size: 14px;
}

.dealers input::-moz-placeholder {
  font-size: 14px;
}

.dealers input::-ms-input-placeholder {
  font-size: 14px;
}

.dealers_main_text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #0e1326;
  margin-bottom: -4px;
}

.dealers_main_tabcon {
  display: inline-block;
  width: 182px;
  height: 140px;
  margin-right: 24px;
  position: relative;
  float: left;
  margin-top: 20px;
}

.consign_tab_img {
  padding: 0 10px;
  box-sizing: border-box;
}

.consign_right1 .consign_tab_imgs p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dealers .consign_tab_imgs p,
.consign_multiples p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dealers .consign_tab_imgs p span,
.consign_multiples p span {
  line-height: 16px;
  padding: 0 10px;
  box-sizing: border-box;
}

.dealers_main_foot {
  width: 100%;
  float: left;
  margin-top: 20px;
}

#form4 .consign_multiple {
  width: 100%;
  float: left;
}

.consign_multiples {
  width: 182px;
  height: 140px;
  display: none;
  position: relative;
  border-radius: 6px;
  box-sizing: border-box;
  margin-right: 24px;
  float: left;
  cursor: pointer;
  margin-bottom: 5px;
}
.consign_multiple .consign_tab_img {
  display: inline-block;
  margin-right: 24px;
  /* float: left; */
}

.consign_multiples img {
  width: 182px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}

.consign_multiples p {
  width: 182px;
  height: 42px;
  background-color: #000000;
  opacity: 0.4;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 6px 6px;
}

.consign_multiples p span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 5px 0;
}

.upload_agains {
  width: 28px;
  height: 28px;
  border-radius: 4.2px;
  position: absolute;
  top: 10px;
  right: 42px;
}
.upload_agains input {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
}
.upload_agains:hover {
  cursor: pointer;
}
.upload_agains i {
  position: relative;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/img/frontend/index/btn_re_upload_pre.webp) no-repeat;
}

.upload_agains:hover i {
  background: url(/assets/img/frontend/index/btn_re_upload_n.webp) no-repeat;
}

.upload_agains:active i {
  background: url(/assets/img/frontend/index/btn_re_upload_s.webp) no-repeat;
}
.consign_img {
  display: none !important;
}
.printPhoto {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
.printPhoto img {
  object-fit: cover;
}

/** add  **/
/*避免样式的全局变动*/
.consign .consign_btn,
.consign .consign_news {
  font-size: 0;
}

.consign .consign_btn .dealers_submit,
.consign .consign_btn .consign_next,
.consign .consign_btn .consign_submit,
.consign .consign_news .login {
  margin-left: 20px;
}
.hot_yacht_footer .more,
.new_yacht_footer .more,
.yacht_info_footer .more {
  background-color: #2266ff;
  color: #fff;
}

.color-\[c9cacf\] {
  color: #c9cacf !important;
}
/* end */
