.details-box {
  width: 100%;
  background-image: url("https://img.alicdn.com/bao/uploaded/https://img.alicdn.com/imgextra/i4/2251059038/O1CN012camTq2GdSG6GCQHs_!!2251059038.png");
}

.details-box .explain {
  width: 100%;
  background-color: #fff;
  padding: 0.22rem 0.32rem;
}

.details-box .explain .explain-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details-box .explain .explain-main .tag-list {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
}

.details-box .explain .explain-main .tag-list .tag {
  width: 0.32rem;
  height: 0.32rem;
  background-image: url("../../../img/damai/none.png");
  background-size: 100% 100%;
}

.details-box .explain .explain-main .tag-list .tag-ok {
  background-image: url("../../../img/damai/Ok.png");
}

.details-box .explain .explain-main .tag-list .left20 {
  margin-left: 0.2rem;
}

.details-box .explain .explain-main .tag-list .text {
  margin-left: 0.1rem;
}

.details-box .explain .explain-main .container-right {
  height: 0.32rem;
  width: 0.32rem;
  background-image: url("../../../img/damai/youjiantou.png");
  background-size: 100% 100%;
}

.details-box .box-head {
  height: 1.8rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.details-box .top-main {
  width: 100%;
}

.details-box .top-main .title-container {
  position: relative;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  padding: 0 0.4rem;
}

.details-box .top-main .title-container .container-img {
  width: 2rem;
  height: 2.6rem;
  border: 0 solid #000;
  border-radius: 0.16rem;
  overflow: hidden;
  position: absolute;
  left: 0.4rem;
  top: -1.6rem;
}

.details-box .top-main .title-container .container-img img {
  width: 100%;
  height: 100%;
}

.details-box .top-main .title-container .title-container-text {
  width: 4.5rem;
  height: 1.8rem;
  position: absolute;
  right: 0.4rem;
  top: -1.8rem;
  padding: 0 0.2rem;
}

.details-box .top-main .title-container .title-container-text .title-container-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.details-box .top-main .title-container .price_range {
  position: absolute;
  left: 2.8rem;
  top: 0.3rem;
  font-size: 0.38rem;
  font-weight: 500;
  color: #ff2869;
}

.details-box .top-main .title-container .price_range .yuedou {
  display: inline-block;
  position: relative;
  width: 0.38rem;
  height: 0.38rem;
}

.details-box .top-main .title-container .price_range .yuedou .yuedou-img {
  position: absolute;
  top: 0.23rem;
  right: 0rem;
  width: 100%;
  height: 100%;
}

.details-box .city {
  width: 100%;
}

.details-box .city .city-auto {
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #fff;
  height: 1.8rem;
  padding: 0.2rem 0.3rem;
}

.details-box .city .city-auto ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2000;
  display: inline-block;
  white-space: nowrap;
}

.details-box .city .city-auto ul li {
  display: inline-block;
  position: relative;
  width: 2.88rem;
  height: 1.4rem;
  margin-right: 0.16rem;
  border-radius: 0.16rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  box-sizing: border-box;
  background-color: #f7f7f7;
  box-shadow: 0 12px 24px 0 rgba(5, 10, 17, 0.2);
  border: 1px solid #eee;
}

.details-box .city .city-auto ul li .center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.details-box .city .city-auto ul li .center .center-card {
  font-family: PingFangSC-Medium;
  font-size: 0.27rem;
  color: #000;
}

.details-box .city .city-auto ul li .center .center-time {
  width: 100%;
  text-align: center;
  font-size: 0.17rem;
  color: #9c9ca5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.details-box .normal-main {
  display: flex;
  padding: 0.2rem 0.3rem;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
}

.details-box .normal-main .icon-normal {
  height: 0.32rem;
  width: 0.32rem;
  background-image: url(../../../img/damai/youjiantou.png);
  background-size: 100% 100%;
}

.details-box .normal-main .container-left {
  flex-direction: column;
  font-size: 0.27rem;
  color: #333;
}

.details-box .normal-main .container-left .notice-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.08rem;
  font-size: 0.27rem;
  font-family: PingFangSC-Medium;
  font-weight: bolder;
}

.details-box .normal-main .container-left .normal-sub {
  font-size: 0.22rem;
  color: #999;
  font-weight: 400;
}

.details-box .bottom {
  padding: 0 0.32rem;
  background-color: #fff;
}

.details-box .bottom div {
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.details-box .zwf {
  width: 100%;
  height: 0.2rem;
  background-color: #eee;
}

.details-box .xq-container {
  width: 100%;
  background-color: #fff;
}

.details-box .xq-container .xq-top {
  height: 1rem;
  width: 100%;
  display: flex;
}

.details-box .xq-container .xq-top .top-item {
  position: relative;
  display: block;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.details-box .xq-container .xq-top .top-item span {
  color: #999;
  font-size: 0.4rem;
}

.details-box .xq-container .xq-top .top-item .nav-bar {
  color: #333;
  font-weight: bolder;
}

.details-box .xq-container .xq-top .top-item .nav-bar__btn__icon {
  width: 0.4rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  position: absolute;
  bottom: 0.12rem;
  background-color: #ff3d5c;
}

.details-box .city-main {
  padding: 0.22rem 0.32rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.details-box .city-main .city-right {
  display: flex;
  align-items: center;
  height: 1.2rem;
  justify-content: center;
  flex-direction: column;
}

.details-box .city-main .city-right .city-noet {
  font-size: 0.22rem;
  color: #9c9ca5;
  text-align: center;
}

.details-box .city-main .city-right .city-img {
  height: 0.64rem;
  width: 0.64rem;
  background-image: url("../../../img/damai/weizhi.png");
  background-size: 100% 100%;
}

.details-box .city-main .city-container-left {
  display: flex;
  flex: 1;
  max-width: 5rem;
  flex-direction: column;
  font-size: 0.27rem;
  color: #000;
}

.details-box .city-main .city-container-left .city-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.08rem;
  font-size: 0.27rem;
  font-family: PingFangSC-Medium;
  font-weight: bolder;
}

.details-box .city-main .city-container-left .city-sub {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.22rem;
  color: #999;
  font-weight: 400;
}

.details-box .normal-pop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.details-box .normal-pop .box {
  height: 80vh;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.details-box .normal-pop .box .content-section {
  overflow: hidden;
  padding: 0 0.32rem;
}

.details-box .normal-pop .box .content-section .prop-item {
  width: 50%;
  display: flex;
  flex-direction: row;
  padding-bottom: 0.04rem;
}

.details-box .normal-pop .box .content-section .prop-item .item-normal-common {
  background-color: #f6f7f8;
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  border-radius: 0.16rem;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  margin-left: 0.12rem;
  margin-right: 0.12rem;
  margin-bottom: 0.14rem;
}

.details-box .normal-pop .box .content-section .prop-item .item-normal-common .item-text {
  flex: 1;
  color: #000;
  font-size: 0.17rem;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  margin-left: 0.22rem;
  margin-right: 0.22rem;
  text-align: center;
}

.details-box .normal-pop .box .content-section .item-selected .item-normal-common {
  border: 2px solid #666;
}

.details-box .normal-pop .box .head-box {
  height: 1rem;
  padding: 0 0.32rem;
  display: block;
  justify-content: space-between;
  align-items: center;
}

.details-box .normal-pop .box .head-box .box-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details-box .normal-pop .box .head-box .box-title .left-text {
  font-size: 0.36rem;
  color: #000;
}

.details-box .normal-pop .box .head-box .box-title .left-text .title {
  font-size: 0.22rem;
  color: #9c9ca5;
  margin-left: 0.16rem;
}

.details-box .normal-pop .box .head-box .box-title .none-iocn {
  width: 0.22rem;
  height: 0.22rem;
  background-size: 100% 100%;
  background-image: url("../../../img/damai/guanbi.png");
}

.details-box .agreement-pop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none;
  left: 0;
  top: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}

.details-box .agreement-pop .box {
  height: 80vh;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.details-box .agreement-pop .box .tab-content {
  height: 66vh;
  padding: 0 .32rem;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

.details-box .agreement-pop .box .tab-content .item-title {
  font-size: .27rem;
  color: #333;
  margin-bottom: .2rem;
}

.details-box .agreement-pop .box .tab-content .item-text {
  font-size: .22rem;
  color: #9c9ca5;
}

.details-box .agreement-pop .box .head-box {
  height: 1rem;
  padding: 0 0.32rem;
  display: block;
  justify-content: space-between;
  align-items: center;
}

.details-box .agreement-pop .box .head-box .box-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details-box .agreement-pop .box .head-box .box-title .left-text {
  font-size: 0.36rem;
  color: #000;
}

.details-box .agreement-pop .box .head-box .box-title .left-text .text-right {
  margin-left: .6rem;
  color: #999;
}

.details-box .agreement-pop .box .head-box .box-title .none-iocn {
  width: 0.22rem;
  height: 0.22rem;
  background-size: 100% 100%;
  background-image: url("../../../img/damai/guanbi.png");
}

.details-box .explain-pop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.details-box .explain-pop .box {
  height: 80vh;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.details-box .explain-pop .box .content-section {
  overflow: hidden;
  padding: 0 0.32rem;
}

.details-box .explain-pop .box .content-section .item-title {
  font-size: 0.32rem;
  color: #333;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}

.details-box .explain-pop .box .content-section .item-text {
  font-size: 0.22rem;
  color: #9c9ca5;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}

.details-box .explain-pop .box .head-box {
  height: 1rem;
  padding: 0 0.32rem;
  display: block;
  justify-content: space-between;
  align-items: center;
}

.details-box .explain-pop .box .head-box .box-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details-box .explain-pop .box .head-box .box-title .left-text {
  font-size: 0.36rem;
  color: #000;
}

.details-box .explain-pop .box .head-box .box-title .none-iocn {
  width: 0.22rem;
  height: 0.22rem;
  background-size: 100% 100%;
  background-image: url("../../../img/damai/guanbi.png");
}

.details-box .pic-slider {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  padding-left: 0.36rem;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
}

.details-box .pic-slider .pic-slider-item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2000;
  display: inline-block;
  white-space: nowrap;
}

.details-box .pic-slider .pic-slider-item li {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.12rem;
  position: relative;
}

.details-box .pic-slider .pic-slider-item li .item-img {
  width: 4.5rem;
  height: 2.8rem;
  border-radius: 0.2rem;
}

.details-box .title-text {
  background-color: #fff;
  padding: 0.44rem 0.32rem;
  font-size: 0.4rem;
  font-weight: bolder;
}

.details-box .details-content {
  background-color: #fff;
  padding: .22rem 0.32rem;
  overflow: hidden;
}

.details-box .agreement {
  padding: 0.34rem 0.32rem;
  background-color: #fff;
}

.details-box .agreement .agreement-head {
  font-size: 0.32rem;
  color: #333;
  font-weight: 700;
}

.details-box .agreement-text {
  padding: 0 0.32rem;
  background-color: #fff;
}

.details-box .agreement-text .item-title {
  align-items: center;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  color: #333;
  font-size: 0.27rem;
}

.details-box .agreement-text .item-text {
  color: #9c9ca5;
  margin-bottom: 0.23rem;
  display: flex;
}

.details-box .agreement-text .item-text span {
  display: inline-block;
  font-size: 12px;
}

.details-box .agreement-text .btn {
  height: 0.9rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #30aeff;
}

.details-box .pay {
  height: 1rem;
  width: 100%;
  position: fixed;
  z-index: 999999;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.details-box .pay .pay-btn {
  margin-right: .32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .3rem;
  height: .8rem;
  width: 45%;
  border-radius: .8rem;
  background-image: linear-gradient(90deg, #ff3299 1%, #ff4a72);
}
