.floatOftenSee {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  padding: 14px 16px 16px;
  border-top: 3px solid #E00923;
  position: fixed;
  bottom: -200px;
  left: 0;
  background: #fff;
  width: 100%;
  transition: 1s;
}
.floatOftenSee .oftenLeft {
  width: 60%;
  padding-top: 2px;
}
.floatOftenSee .oftenLeft .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 21px;
}
.floatOftenSee .oftenLeft .text {
  font-size: 12px;
  line-height: 18px;
}
.floatOftenSee .oftenLeft .text span {
  display: inline-block;
}
.floatOftenSee .oftenRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.floatOftenSee .oftenRight .discussionNum {
  font-size: 12px;
  font-weight: bold;
  padding: 0 12.45px 0 14px;
  position: relative;
  margin-bottom: 8px;
  line-height: 16px;
}
.floatOftenSee .oftenRight .discussionNum::before,.floatOftenSee .oftenRight .discussionNum::after  {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #333333;
  transform: rotate(-30deg);
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -7.5px;
}
.floatOftenSee .oftenRight .discussionNum::after {
  right: 4px;
  left: auto;
  transform: rotate(30deg);
}
.floatOftenSee .oftenRight .discussionNum .numPerson {
  color: #E00923;
}
.floatOftenSee .oftenRight .discussionNum .num {
  font-size: 18px;
  line-height: 21px;
}
.floatOftenSee .oftenRight .likeBtn a {
  padding: 15px 11px 13px 35px;
  color: #E00923;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-align: left;
  position: relative;
  display: inline-block;
  box-shadow: 0 2px 10px rgba(0,0,0,0.16);
  border-radius: 6px;
}
.floatOftenSee .oftenRight .likeBtn a::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 14px;
  background-image: url(https://img.goo-net.com/ln/slist_icon_favorite_new_off@2x.png);
  background-size: 17px auto;
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
}
.floatOftenSee .oftenRight .like a {
  padding-right: 23px;
}
.floatOftenSee .oftenRight .like a::before {
  background-image: url(https://img.goo-net.com/ln/slist_icon_favorite_new_on@2x.png);
}
.floatOftenSee .oftenRight .like {
  display: none;
}
.floatMoreDetail {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 0 18px;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
}
.floatMoreDetail .moreDetailCon {
  background: #fff;
  border-radius: 10px;
  padding: 30px 24px 24px;
  font-weight: bold;
  position: relative;
  width: 100%;
}
.floatMoreDetail .moreDetailCon .titlePrompt {
  font-size: 12px;
  line-height: 24px; 
  margin-bottom: 4px;
}
.floatMoreDetail .moreDetailCon .title {
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 21px;
  font-weight: bold;
}
.floatMoreDetail .moreDetailCon .title span {
  margin-right: 2px;
  display: inline-block;
  width: 41px;
  height: 25px;
  line-height: 26px;
  background-color: #E00923;
  font-size: 12px;
  transform: scale(0.83);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  vertical-align: text-bottom;
}
.floatMoreDetail .moreDetailCon .list {
  background-color: #F7F7F7;
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  text-align: left;
}
.floatMoreDetail .moreDetailCon .list li {
  border: none;
  margin-bottom: 8px;
}
.floatMoreDetail .moreDetailCon .list li:last-child {
  margin-bottom: 0;
}
.floatMoreDetail input[type="checkbox"] {
  display: none;
}
.floatMoreDetail label {
  position: relative;
  display: inline-block;
  padding: 11px 0 10px 14.2%;
  box-sizing: border-box;
  line-height: 19px;
  width: 100%;
}
.floatMoreDetail label::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(https://img.goo-net.com/cache/ipn/usedcar/spread/new/icon_nochecked@2x.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 3.5%;
  top: 50%;
  margin-top: -9px;
}
.floatMoreDetail input[type="checkbox"]:checked+label::before {
  background: url(https://img.goo-net.com/cache/ipn/usedcar/spread/new/icon_checked@2x.png) no-repeat;
  background-size: cover;
}
.floatMoreDetail .moreDetailCon>button.btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #E00923;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 64px;
  line-height: 1;
  padding: 0;
  margin-top: 24px;
}
.floatMoreDetail .moreDetailCon>button.btn a {
  color: #fff;
  padding: 17px 0 15px;
  display: inline-block;
}
.floatMoreDetail .nextNoShow {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-top: 16px;
}
.floatMoreDetail .nextNoShow label {
  width: auto;
  padding: 0 0 0 40px;
  line-height: 24px;
}
.floatMoreDetail .closeMoreDetail {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(https://img.goo-net.com/ln/icon_close_moreDetail.png) center/contain no-repeat;
  top: 20px;
  right: 20px;
  z-index: 1;
  border: 0;
  cursor: pointer;
  outline: 0;
  appearance: none;
  padding: 0;
}
@media all and (orientation : landscape){
  .floatMoreDetail .moreDetailCon {
    padding: 10px 24px 10px;
  }
  .floatMoreDetail .moreDetailCon .titlePrompt {
    line-height: 22px;
  }
  .floatMoreDetail .moreDetailCon .title {
    margin-bottom: 8px;
  }
  .floatMoreDetail .moreDetailCon .list {
    padding: 10px;
  }
  .floatMoreDetail label {
    padding: 5px 0 4px 11%;
  }
  .floatMoreDetail .moreDetailCon>button.btn {
    margin-top: 15px;
  }
}
@media screen  and (max-width: 320px) {
  .floatMoreDetail .moreDetailCon .title {
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
  }
  .floatMoreDetail .closeMoreDetail {
    top: 15px;
    right: 15px;
  }
}
.moreDetailCon button[disabled] {
    opacity: 0.2;
}
