body {
    /*background: #FFFFFF;*/
}

.detail {
    padding-bottom: 40px;
}

nav {
    padding-top: 28px;
    padding-bottom: 20px;
}

.detail nav .separate {
    margin: 0 3px;
}

nav a:hover {
    color: #D83226;
}

nav .atPresent {
    color: #999999;
}

.main {
    display: flex;
}

.left {
    width: 530px;
    height: 514px;
    /*background: #FFFFFF;*/
    /*box-shadow: 0px 1px 10px 1px rgba(153, 153, 153, 0.2);*/
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    height: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    color: #FFFFFF;
    width: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    padding: 0 10px;
}

.right {
    flex: 1;
    margin-left: 90px;
    padding-top: 20px;
}

.right .product-title {
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    margin-bottom: 10px;
}

.right .product-title .title-text {
    flex: 1;
    font-weight: bold;
    font-size: 22px;
    margin-right: 20px;
    /*color: #333;*/
}

.right .product-title .unit-price {
    color: #D83226;
    font-weight: bold;
    font-size: 16px;
}

.right .product-title .unit-price span {
    font-size: 26px;
}

.right .product-tags {
    color: #999999;
    line-height: 1.6;
    margin-bottom: 30px;
}

.right .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.right .list-item>p {
    width: 88px;
}

.date {
    position: relative;
}

.date-select {
    width: 150px;
    height: 27px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    /*color: #999999;*/
    color: #fff;
    padding: 0 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.date-select img {
    width: 15px;
    height: 15px;
}

.date-line {
    width: 22px;
    height: 1px;
    background: #999999;
    margin: 0 10px;
}

.time {
    position: absolute;
    top: 40px;
    left: -14px;
    background: #FFFFFF;
    border: 1px solid #BDBCBC;
    box-shadow: 0px 1px 19px 1px rgba(103, 103, 103, 0.2);
    z-index: 10;
    cursor: default;
}

.time.end {
    left: 180px;
}

.time::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 36px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #BDBCBC;
    border-top: 1px solid #BDBCBC;
    transform: rotate(45deg);
    background: #FFFFFF;
    z-index: 0;
}

.time-title {
    height: 30px;
    background: #EFEFEF;
    border-bottom: 1px solid #BDBCBC;
    padding: 0 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

.time-box {
    padding: 20px;
}

.time-box .layui-form,
.time-bottom {
    display: flex;
    justify-content: space-between;
}

.time .layui-input {
    width: 105px;
    height: 30px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}

.time .layui-form-select dl {
    top: 34px;
}

.time .layui-form-select dl dd {
    line-height: 30px;
}

.time .layui-form-select dl dd.layui-this {
    background: #EB4E47;
}

.time-list {
    height: auto;
    overflow-y: auto;
    max-height: 235px;
    width: 100px;
    margin-left: 22px;
    text-align: center;
    border: 1px solid #DCDCDC;
}

.time-list::-webkit-scrollbar {
    width: 5px;
}

.time-list li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #DCDCDC;
}

.time-list li:nth-last-child(1) {
    border: 0;
}

.time-list li.disable,
.calendar ul li.disable {
    background: #FAFBFB;
    color: #D5DCDD;
}

.time-list li.active,
.calendar ul li.active {
    background: #EB4E47;
    color: #FFFFFF;
}

.calendar {
    margin-top: 12px;
    border-top: 1px solid #DCDCDC;
}

.calendar ul {
    display: flex;
    flex-wrap: wrap;
    width: 217px;
}

.calendar ul li {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #DCDCDC;
    margin-top: -1px;
    margin-left: -1px;
    flex-shrink: 0;
}

.calendar .calendar-th li {
    border-color: #FFFFFF;
    height: 34px;
    margin-top: 0;
}

.time-bottom {
    margin-top: 16px;
    align-items: center;
}

.time-bottom .disflex div {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-right: 4px;
}

.time-bottom .disflex div.gray {
    background: #E5E5E5;
}

.time-bottom .disflex p {
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.time-bottom button {
    width: 100px;
    height: 30px;
    background: #EB4E47;
    border-radius: 4px;
    color: #FFFFFF;
}

.num {
    position: relative;
}

.num input {
    width: 110px;
    height: 27px;
    text-align: center;
    padding: 0 33px;
    background: #181818;
    color: #fff;
}

.num .add,
.num .less {
    width: 33px;
    height: 27px;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #767676;
    cursor: pointer;
    user-select: none;
}

.num .less {
    left: 0;
    border-right: 1px solid #DCDCDC;
}

.num .less.no {
    color: #CCCCCC;
}

.num .add {
    right: 0;
    border-left: 1px solid #DCDCDC;
}

.list-item .price {
    color: #D83226;
    font-weight: bold;
    font-size: 24px;
}

.list-item .price span {
    font-size: 18px;
}

.assistant .layui-input {
    background: #000;
    width: 230px;
    height: 27px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    color: #666666;
}

.assistant .layui-form-select dl {
    top: 31px;
    background: #000;
}

.assistant .layui-form-select dl dd {
    line-height: 28px;
}

.assistant .layui-form-select dl dd.layui-this {
    background: #EB4E47;
}

.dotted-line {
    border-bottom: 1px dotted #D2D2D2;
}

.color-gray {
    color: #666666;
}

.submit-btn {
    display: inline-block;
    width: 326px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background: #EB4E47;
    border-radius: 5px;
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 16px;
}

.submit-btn:hover {
    background: #ca0900;
    /* border-color: #ca0900; */
    color: #FFFFFF;
}

.desc {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.desc-left {
    width: 100%;
}

.wrapper {
    /* border: 1px solid #EAEAEA; */
}

.desc .title {
    height: 50px;
    /*background: #fafafa;*/
    background: #1f1f1f;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
}

.desc-left .title p {
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 46px;
}

.desc-left .title p:nth-of-type(1) {
    border: none;
    border-top: 4px solid #EB4E47;
    color: #EB4E47;
}

.desc .title span {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 46px;
}

.desc-left .info {
    padding: 30px 0 0 0;
}

.desc-left .info p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 5px;
}

.desc-left .info p:nth-of-type(2) {
    /*color: #333333;*/
    margin: 10px 0;
}

.desc-left .info img {
    margin-bottom: 20px;
    width: 1200px;
}

.desc-right {
    width: 320px;
}

.desc-right ul {
    padding: 30px 0 0 0;
}

.desc-right ul li {
    width: 320px;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);*/
    border-radius: 4px;
    margin-bottom: 30px;
}

.desc-right ul li:last-of-type(2) {
    margin: 0;
}

.desc-right ul li .img-box>img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.desc-right ul li .img-box>video {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.desc-right ul li .img-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.desc-right ul li>p {
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.desc-right ul li .img-box {
    position: relative;
}

.desc-right ul li .address {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    line-height: 1;
    z-index: 2
}

.desc-right ul li .address span {
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 4px;
}

.swiper-container-top {
    width: 530px;
    height: 298px;
    margin: 30px auto 0;
}

.gallery-thumbs {
    width: 430px;
    height: 56px;
    margin: 30px auto 0;
}


/* .gallery-thumbs .swiper-wrapper{margin:0 77px;} */

.gallery-thumbs-box {
    position: relative;
}

.gallery-thumbs .swiper-slide {
    width: 100px !important;
    margin-right: 30px;
    border: 1px solid transparent;
    height:56px;
}

.gallery-thumbs-box .swiper-button-prev {
    background: url(../images/detail/ico_fanhui01@2x.png) no-repeat center;
    background-size: 10px auto;
    left:0;
}

.gallery-thumbs-box .swiper-button-prev:hover {
    background: url(../images/detail/ico_fanhui04@2x.png) no-repeat center;
    background-size: 10px auto;
}

.gallery-thumbs-box .swiper-button-next {
    background: url(../images/detail/ico_fanhui03@2x.png) no-repeat center;
    background-size: 10px auto;
    right: 0;
}

.gallery-thumbs-box .swiper-button-next:hover {
    background: url(../images/detail/ico_fanhui02@2x.png) no-repeat center;
    background-size: 10px auto;
}

.gallery-thumbs-box .swiper-button-prev::after {
    display: none;
}

.gallery-thumbs-box .swiper-button-next::after {
    display: none;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #333333;
}

.facilityList {
    padding: 20px 20px 0;
    display: none;
}

.facilityList>h3 {
    font-size: 16px;
    color: #999999;
    margin-bottom: 10px;
}

.facilityList>p {
    font-size: 16px;
}

.facilityList li {
    float: left;
    width: 20%;
    /* width: 25%; */
    margin: 10px 0 0 0;
}

.facilityList li:nth-child(5n+2) {
    padding-left: 2.5%;
    box-sizing: border-box;
}

.facilityList li:nth-child(5n+3) {
    padding-left: 5%;
    box-sizing: border-box;
}

.facilityList li:nth-child(5n+4) {
    padding-left: 7.8%;
    box-sizing: border-box;
}

.facilityList li:nth-child(5n+5) {
    padding-left: 12%;
    box-sizing: border-box;
}

.facilityList li img {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 5px;
}

.facilityList li span {
    display: inline-block;
    height: 20px;
    vertical-align: top;
    font-size: 14px;
}


/* 浮层 */

.allFloat {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.floatTip {
    width: 800px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
}

.floatTip h2 {
    width: 100%;
    text-align: center;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #333333;
    margin: 50px 0;
}

.floatTip .content {
    width: 670px;
    margin: 0 auto;
    height: 100px;
    display: flex;
}

.floatTip .content .one,
.floatTip .content .two,
.floatTip .content .three,
.floatTip .content .four {
    flex: 1;
    text-align: center;
    position: relative;
}

.floatTip .content .one::after,
.floatTip .content .two::after,
.floatTip .content .three::after {
    position: absolute;
    content: '';
    width: 145px;
    height: 1px;
    border: 1px dashed #7D7D7D;
    opacity: 0.2;
    bottom: 58px;
    left: 94px;
}

.floatTip .content h3 {
    height: 18px;
    font-size: 20px;
    font-family: OPPOSans;
    font-weight: 400;
    color: #FBDCDA;
}

.floatTip .content img {
    margin: 12px 0 18px 0;
}

.floatTip .content p {
    width: 84px;
    line-height: 18px;
    font-size: 14px;
    color: #333333;
    margin: 0 auto;
}

.floatTip .content .one p {
    width: 128px;
}

.floatTip .content .three p,
.floatTip .content .four p {
    width: 64px;
}

.floatTip .check {
    height: 14px;
    line-height: 14px;
    margin: 70px 0 20px 0;
}

.floatTip .detalCheck {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: bottom;
}

.floatTip .check img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.floatTip .check span {
    color: #999999;
}

.floatTip button {
    width: 140px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #EB4E47;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.m-sidebar {
    position: fixed;
    top: 10px;
    right: 356px;
    z-index: 100;
    width: 73px;
    height: 40px;
}

.u-flyer {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
}

@media screen and (min-width: 1025px) {
    .facilityList .mIcon {
        display: none;
    }
    .facilityList .pcIcon {
        display: block;
    }
    #detail .pcRili {
        display: block;
    }
    #detail .mRili {
        display: none;
    }
    #detail .pcDian {
        display: inline-block;
    }
    #detail .mDian {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #detail .pcRili {
        display: none;
    }
    #detail .mRili {
        width: 0.26rem!important;
        height: auto!important;
        display: block;
    }
    #detail .pcDian {
        display: none;
    }
    #detail .mDian {
        display: inline-block;
    }
    .date-select {
        padding: 0 .05rem;
    }
    .gallery-thumbs-box .swiper-button-next {
        right: -0.13rem;
    }
    .gallery-thumbs-box .swiper-button-prev {
        left: -0.15rem;
    }
    .m-sidebar {
        top: 0;
        right: .5.9rem;
        width: 0.35rem;
    }
    .detail {
        padding: 0 .33rem;
        box-sizing: border-box;
        width: 100%!important;
        margin-top: -.85rem;
    }
    .swiper-container-top {
        /* width: 4.6rem; */
        width: 100%!important;
        height: 3.6rem;
        border-radius: .03rem;
        margin: 0!important;
    }
    nav {
        padding-top: .28rem;
        padding-bottom: .2rem;
        font-size: .14rem;
    }
    nav a,
    nav span {
        font-size: .24rem;
    }
    .main {
        display: block!important;
    }
    .left {
        width: 100%;
        height: 5.3rem;
        padding: .2rem!important;
        box-sizing: border-box;
        position: relative;
        margin-bottom: .38rem;
    }
    .gallery-thumbs {
        width: 90%;
        height: 1rem;
        margin: 0 auto;
    }
    .gallery-thumbs .swiper-slide {
        width: 1.35rem!important;
        margin-right: .3rem!important;
    }
    .gallery-thumbs-box {
        margin-top: .38rem;
    }
    /* .gallery-thumbs-box {
        transform: rotate( 90deg);
        z-index: 99;
        position: absolute;
        top: 0.05rem;
        right: 0;
        padding-left: .25rem;
    }
    .gallery-thumbs {
        margin: 0!important;
        width: 1.35rem;
        height: auto!important;
        transform: rotate( -90deg);
    }
    .swiper-button-next {
        right: -2.54rem!important;
    }
    .swiper-button-prev {
        left: -.1rem!important;
    }
    .gallery-thumbs .swiper-slide {
        width: 1.35rem!important;
    } */
    .right {
        margin: 0;
        padding: 0;
    }
    .right .product-title {
        line-height: .2rem;
    }
    .right .product-tags {
        margin: 0;
        margin-bottom: 0.3rem;
        line-height: .4rem;
        font-size: .24rem!important;
    }
    .right .product-title .title-text {
        font-size: .28rem!important;
    }
    .right .product-title .unit-price {
        font-size: .28rem;
    }
    .right .product-title .unit-price span {
        font-size: .28rem;
    }
    .right .list-item>p {
        /* width: 1.2rem; */
        width: 21%;
        font-size: .24rem;
        color: #333333;
    }
    .facilityList {
        padding: 0.2rem 0.1rem 0 0.1rem;
    }
    .date-select {
        width: 2.4rem;
    }
    .date-select span {
        font-size: 0.22rem;
    }
    .date-select img {
        /* width: 0.2rem; */
    }
    .num input {
        width: 2rem;
        height: .53rem;
    }
    .num .add,
    .num .less {
        width: .55rem;
        height: .53rem;
        line-height: .5rem;
    }
    /* .num .add {
        line-height: .54rem;
    }
    .num .less {
        line-height: .54rem;
    } */
    .list-item .price span {
        font-size: .24rem;
    }
    .list-item .price {
        font-size: .26rem;
    }
    .time {
        /* left: -1.55rem; */
        left: 50%;
        transform: translate(-50%);
    }
    .time.end {
        /* left: -1.55rem; */
        left: 50%;
        transform: translate(-50%);
    }
    .time::before {
        left: 2rem;
    }
    .time.end::before {
        left: 3.8rem
    }
    .time-box {
        padding: .05rem;
    }
    .right .list-item {
        margin-bottom: .3rem;
        position: relative;
    }
    .right .list-item .date {
        position: unset;
    }
    .submit-btn {
        font-size: .28rem;
        height: .8rem;
        line-height: .8rem;
        border-radius: .03rem;
        width: 100%;
        margin-top: .1rem;
    }
    .date-line {
        width: 0.2rem;
        margin: 0 0.03rem;
    }
    .desc .title {
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .desc .title p {
        font-size: .28rem;
    }
    .desc-left .title p:nth-of-type(1) {
        border-top: .04rem solid #EB4E47;
    }
    .facilityList>h3 {
        font-size: .28rem;
        margin-left: -.1rem;
    }
    .facilityList li {
        margin: .12rem 0 0 0;
        width: 25%!important;
    }
    .facilityList li:nth-child(5n+1) {
        padding-left: 0!important;
    }
    .facilityList li:nth-child(5n+2) {
        padding-left: 0!important;
    }
    .facilityList li:nth-child(5n+3) {
        padding-left: 0!important;
    }
    .facilityList li:nth-child(5n+4) {
        padding-left: 0!important;
    }
    .facilityList li:nth-child(5n+5) {
        padding-left: 0!important;
    }
    .facilityList .mIcon {
        display: block;
    }
    .facilityList .pcIcon {
        display: none;
    }
    .facilityList li img {
        width: 0.23rem;
        height: 0.23rem;
        margin-right: 0;
    }
    .facilityList li span {
        display: inline-block;
        height: 0.23rem;
        line-height: 0.23rem;
        font-size: .2rem;
    }
    .facilityList li:nth-child(4n+2) {
        padding-left: 3%;
    }
    .facilityList li:nth-child(4n+3) {
        padding-left: 4%;
    }
    .facilityList li:nth-child(4n+4) {
        padding-left: 4%;
    }
    .facilityList li:nth-child(2) {
        padding-left: 3%!important;
    }
    .facilityList li:nth-child(6) {
        padding-left: 3%!important;
    }
    .facilityList li:nth-child(10) {
        padding-left: 3%!important;
    }
    .facilityList li:nth-child(14) {
        padding-left: 3%!important;
    }
    .facilityList li:nth-child(18) {
        padding-left: 3%!important;
    }
    .facilityList li:nth-child(3) {
        padding-left: 4%!important;
    }
    .facilityList li:nth-child(7) {
        padding-left: 4%!important;
    }
    .facilityList li:nth-child(11) {
        padding-left: 4%!important;
    }
    .facilityList li:nth-child(15) {
        padding-left: 4%!important;
    }
    .facilityList li:nth-child(19) {
        padding-left: 4%!important;
    }
    .facilityList li:nth-child(4) {
        padding-left: 4%!important;
    }
    .facilityList li:nth-child(8) {
        padding-left: 4%!important;
    }
    .facilityList li:nth-child(12) {
        padding-left: 4%!important;
    }
    .facilityList li:nth-child(16) {
        padding-left: 4%!important;
    }
    .desc-left .info {
        padding: .3rem 0 .2rem 0;
    }
    .desc-left .info img {
        margin-bottom: .2rem;
        width: 100%;
    }
    .desc-left .info p {
        font-size: .18rem;
        margin-bottom: .08rem;
        text-justify: auto;
        text-align: justify;
    }
    .desc-left .info p:nth-of-type(2) {
        margin: 0.1rem 0;
    }
    .floatTip {
        width: 90%;
        height: 8rem;
    }
    .floatTip button {
        width: 90%;
        height: 0.8rem;
        line-height: .8rem;
        font-size: .28rem;
    }
    .floatTip h2 {
        height: .3rem;
        line-height: .3rem;
        font-size: .32rem;
        font-weight: bold;
        color: #333333;
        margin: .5rem 0;
    }
    .floatTip .content {
        display: block;
        width: 100%;
        height: auto;
    }
    .floatTip .content h3 {
        float: left;
        font-size: .32rem;
        width: .4rem;
    }
    .floatTip .content img {
        width: 0.33rem;
        float: left;
        margin: 0 .22rem 0 .14rem;
    }
    .floatTip .content p {
        float: left;
        width: auto!important;
        font-size: .24rem!important;
    }
    .floatTip .content .one,
    .floatTip .content .two,
    .floatTip .content .three,
    .floatTip .content .four {
        height: 0.33rem;
        line-height: 0.33rem;
        width: 100%;
        margin-bottom: 0.88rem;
        margin-left: 0.48rem;
    }
    .floatTip .content .one::after,
    .floatTip .content .two::after,
    .floatTip .content .three::after {
        width: 1px;
        height: 1rem;
        bottom: -1rem;
        left: 0.685rem;
    }
    .floatTip .content .four {
        margin-bottom: 0;
    }
    .floatTip .check {
        height: .45rem;
        line-height: .45rem;
        margin: .8rem 0 .15rem 0;
    }
    .floatTip .check .detalCheck {
        display: inline-block;
        width: .45rem;
        height: .45rem;
        position: relative;
    }
    .floatTip .check .detalCheck img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .floatTip .check span {
        font-size: .24rem;
        vertical-align: top;
    }
    .content p {
        font-size: .26rem!important;
    }
}