.content-detail {}
.content-detail .base-info{
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.content-detail .base-info .left {
  width: 550px;
  padding: 10px;
  box-sizing: border-box;
}
.content-detail .base-info .left .title {
  margin-bottom: 5px;
}
.content-detail .base-info .left .desc {
  margin-bottom: 10px;
  color: #666;
}
.content-detail .base-info .left .img {
  position: relative;
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content-detail .base-info .left img {
  position: relative;
  width: 100%;
  height: auto;
}
.content-detail .base-info .swiper-container {
  width: 100%;
  height: 100%;
}
/* .content-detail .base-info .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
} */
.content-detail .base-info .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.content-detail .base-info .left .img .city,
.content-detail .base-info .left .img .num {
  position: absolute;
  color: #fff;
  bottom: 6px;
  font-size: 13px;
  z-index: 99;
}
.content-detail .base-info .left .img .city {
  left: 6px;
}
.content-detail .base-info .left .img .num {
  right: 6px;
}
.content-detail .base-info .right {
  position: relative;
  margin-left: 20px;
  flex: 1;
}
.content-detail .base-info .right .head {
  padding: 15px 10px 0px 10px;
  display: flex;
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.content-detail .base-info .right .head .l {
  flex: 1;
}
.content-detail .base-info .right .head .prices {
  display: flex;
  margin-bottom: 8px;
}
.content-detail .base-info .right .head .prices span{
  font-size: 26px;
  color: orange;
  margin: 0 4px;
}
.content-detail .base-info .right .head .services {
  margin-bottom: 8px;
  display: flex;
  font-size: 12px;
}
.content-detail .base-info .right .head .service-list {
  display: flex;
  align-items: center;
}
.content-detail .base-info .right .head .service-list p {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.content-detail .base-info .right .head .service-list img {
  width: 16px;
  margin-right: 2px;
}
.content-detail .base-info .right .head .r {
  flex-basis: 70px;
  text-align: center;
  font-size: 12px;
}
.content-detail .base-info .right .head .r .item {
  margin-bottom: 14px;
}
.content-detail .base-info .right .head .r .item:nth-last-child(1) {
  margin-bottom: 0;
}
.content-detail .base-info .right .head .r .item p {
  color: #888;
}
.content-detail .base-info .right .head .r .item .num {
  font-size: 15px;
}
.content-detail .base-info .right .body {
  margin-top: 10px;
}
.content-detail .base-info .right .body .name {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.content-detail .base-info .right .body .name span {
  width: 4px;
  height: 14px;
  margin-right: 4px;
  background-color: orange;
}
.content-detail .base-info .right .body .trips {
    max-height: 255px;
    overflow-y: auto;
    line-height: 20px;
    padding-right: 10px;
    font-size: 14px;
    color: #666;
}
.content-detail .base-info .right .body .trips::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.content-detail .base-info .right .body .trips::-webkit-scrollbar-thumb {
  border-radius: 6px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #ccc;
}

.content-detail .base-info .right .body .trips::-webkit-scrollbar-track {/*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 6px;
  background: #f5f5f5;
}

.content-detail .base-info .right .sku-info {
    font-size: 14px;
    margin-top: 20px;
}
.content-detail .base-info .right .sku-info .item {
    display: flex;
}
.content-detail .base-info .right .sku-info .item .name {
    flex-basis: 40px;
    height: 24px;
    line-height: 24px;
}
.content-detail .base-info .right .sku-info .item .op {
    flex: 1;
}
.content-detail .base-info .right .sku-info .skus .op {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.content-detail .base-info .right .sku-info .skus .op span {
    line-height: 24px;
    padding: 0 6px;
    margin: 0 8px 8px 0;
    color: #666;
    border-radius: 2px;
    border: 1px solid #dedede;
    cursor: pointer;
}

.content-detail .base-info .right .sku-info .skus .op span.checked {
    color: #fff;
    background-color: orange;
    border-color: orange;
}

.content-detail .base-info .right .sku-info .sku-desc {
    flex: 1;
    line-height: 18px;
    font-size: 12px;
    padding-top: 3px;
    margin-bottom: 4px;
    color: #888;
}

.content-detail .base-info .right .sku-info .calc {
    margin: 10px 0;
}

.content-detail .base-info .right .sku-info .calc .name {
    height: 30px;
    line-height: 30px;
}

.content-detail .base-info .right .sku-info .calc .oper {
    width: 110px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}
.content-detail .base-info .right .sku-info .calc .oper span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    background-color: #eee;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select:none;
}
.content-detail .base-info .right .sku-info .calc .oper input {
    width: 50px;
    height: 30px;
    border: none;
    outline: none;
    text-align: center;
}
.content-detail .base-info .right .sku-info .calc .stock-num {
    line-height: 30px;
    padding-left: 20px;
    color: #888;
}
.content-detail .base-info .right .sku-info .cart-btns {
    padding: 20px 10px 10px;
}
.content-detail .base-info .right .sku-info .cart-btns .btns{
    display: flex;
    justify-content: space-between;
}
.content-detail .base-info .right .sku-info .cart-btns .btn {
    width: 48%;
    height: 46px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}
.content-detail .base-info .right .sku-info .cart-btns .pre {
    color: orange;
    background-color: rgb(255 243 220);
    border: 2px solid orange;
}
.content-detail .base-info .right .sku-info .cart-btns .add {
    color: #fff;
    background-color: orange;
}

.content-detail .detail-info {
  margin-top: 20px;
  border: 1px solid #eee;
}
.content-detail .detail-info .hd{
  width: 998px;
  border-bottom: 1px solid #eee;
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.content-detail .detail-info .hd .tabbar{
  overflow: hidden;
}
.content-detail .detail-info .hd .tabbar li {
  float: left;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}
.content-detail .detail-info .hd .tabbar li.active {
  color: #fff;
  background-color: orange;
}
.content-detail .detail-info .bd .section {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
.content-detail .detail-info .bd .section-head {
  width: 78px;
  flex-basis: 78px;
  height: 78px;
  color: #fff;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url(/home/img/icon_trip_mrxc.png);
}
.content-detail .detail-info .bd .section-head h2{
  margin: 0 12px 12px 0;
  padding: 13px 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
}
.content-detail .detail-info .bd .right-box {
  width: 875px;
  margin-left: 15px;
}
.content-detail .detail-info .bd .line-trips .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.content-detail .detail-info .bd .line-trips .day {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background-color: orange;
}
.content-detail .detail-info .bd .line-trips .name {
  font-size: 15px;
  margin-top: 10px;
}
.content-detail .detail-info .bd .line-trips .item-ava {
  padding: 10px;
  margin: 10px 0;
  font-size: 12px;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.content-detail .detail-info .bd .line-trips .item-ava p {
  height: 22px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.content-detail .detail-info .bd .line-trips .info {
  font-size: 14px;
}
.content-detail .detail-info .bd .line-trips .info .imgs {
  margin-top: 10px;
  overflow: hidden;
}
.content-detail .detail-info .bd .line-trips .info .img {
  float: left;
  width: 282px;
  height: 200px;
  padding: 4px;
  margin-right: 10px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  border-radius: 2px;
}
.content-detail .detail-info .bd .line-trips .info .img div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.content-detail .detail-info .bd .line-trips .info img {
  width: 100%;
}
.content-detail .detail-info .bd .line-trips .info .img:nth-last-child(1) {
  margin-right: 0;
}

.layui-layer-msg {
  border-radius: 5px !important;
  background-color: rgba(0,0,0,.8) !important;
}
.layui-layer-msg .layui-layer-btn a,
.layui-layer-page .layui-layer-btn a {
  border-color: orange;
  background-color: orange;
}
#viewLayer {
  width: 300px;
}
#viewLayer p, #viewLayer div {
  line-height: 30px;
  color: #fff;
}
#viewLayer .notes {
  text-align: left;
}

.layui-layer-page {
  width: 400px;
}
.layui-layer-page .tong-prices {
  padding: 10px;
}
.tong-prices .table {
  width: 100%;
  font-size: 12px;
  background-color: #FFF;
  border-spacing: 0;
  border: 1px solid #DDDDDD;
  border-collapse: separate;
  border-top: 0;
  border-spacing: 0;
  color: #666;
  text-align: center;
  border-color: #eee;
  border-left: 0;
}
.tong-prices .table th {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 10px 6px;
  font-weight: normal;
}
.tong-prices .table td {
  position: relative;
  padding: 6px 8px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #eee;
  vertical-align: middle;
}

.watch-word {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.watch-word .item {
  position: relative;
  width: 25%;
  font-size: 13px;
  color: #666;
  text-align: center;
}
.watch-word .item img {
  max-width: 100px;
  margin-bottom: 10px;
}
.watch-word .item:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 60px;
  margin-top: -30px;
  background-color: #eee;
}
.watch-word .item:nth-last-child(1):after {
  width: 0;
}
.qrcode-content .img {
  position: relative;
  width: 100%;
}
.qrcode-content .img .qrcode-img {
  width: 260px;
  height: 260px;
  padding: 20px 20px 10px;
  box-sizing: border-box;
}
.qrcode-content .img .close {
  position: absolute;
  top: -21px;
  right: -25px;
  width: 20px;
  cursor: pointer;
}
.qrcode-content .img .tips {
  text-align: center;
  font-size: 12px;
  color: #444;
}
