
.p-warp {
    width: 23.4375rem;
    width: 23.4375rem;
}

.p-warp .search_con {
    width: 5rem;
    height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.p-warp .search_con img {
    width: 1.25rem;
    height: 1.25rem;
    margin: 1.25rem;
}

.p-warp .search_con .find_guide01 {

}

.p-warp .search_con .find_guide01 .circle {
    position: absolute;
    top: 0.78125rem;
    left: 0.8125rem;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.p-warp .search_con .find_guide01 img {
    position: absolute;
    top: 2.8125rem;
    left: 0.625rem;
    width: 5.5625rem;
    height: 2.5rem;
    margin: 0;
}

/*----------悬浮比岛----------*/
/*.p-warp .custom_service{*/
/*position: fixed;top:50%;right: 0;line-height: 3.125rem;width: 5.625rem;border-radius: 1.5625rem 0 0 1.5625rem;display: flex;justify-content: center;align-items: center;background: #fff;z-index: 3;box-shadow: 0 0 1.5rem rgba(196,196,196,0.3);*/
/*}*/
.p-warp .custom_service img {
    width: 1.5625rem;
    height: 1.125rem;
    margin-right: 0.3125rem;
}

.p-warp .custom_service label {
    font-size: 0.875rem;
}

.p-warp .custom_service .find_guide03 {
    position: absolute;
    top: 2.9375rem;
    left: 0;
}

.p-warp .custom_service .find_guide03 img {
    width: 4.6875rem;
    height: 3.625rem;
    z-index: 3;
}

.p-warp .custom_service .find_guide03 .circle {
    position: absolute;
    top: -0.3125rem;
    left: 3.1875rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(40, 216, 232, 0.3);
    z-index: 2;
    animation: circlea 0.8s infinite alternate;
    animation-timing-function: ease-in;
    z-index: -1;
}

@keyframes circlea {
    from {
        top: -0.3125rem;
        left: 3.1875rem;
        width: 1rem;
        height: 1rem;
    }
    to {
        width: 0.625rem;
        height: 0.625rem;
        top: -0.125rem;
        left: 3.375rem;
    }
}

.p-warp .infoTop {
    height: 30.3125rem;
    width: 23.4375rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.p-warp .infoTop .img-swiper {
    position: relative;
    z-index: 5;
    height: 100%;
}

.p-warp .infoTop .currentIndex {
    position: absolute;
    right: 1.3125rem;
    bottom: 2.8125rem;
    z-index: 10;
    color: #ffffff;
    font-size: 0.625rem;
}

.p-warp .infoTop .bg-tab {
    position: absolute;
    width: 100%;
    bottom: 2.5rem;
    text-align: center;
    z-index: 10;
}

.p-warp .infoTop .bg-tab .bg-tabbar {
    display: inline-block;
    margin: 0 auto;
}

.p-warp .infoTop .bg-tab .bg-tabbar .bar-item {
    display: inline-block;
    padding: 0.1875rem 0.9375rem;
    color: #ffffff;
    font-size: 0.75rem;
    background-color: rgba(2, 0, 0, 0.5);
    border-radius: 0.9375rem;
    margin-right: 0.3125rem;
}

.p-warp .infoTop .bg-tab .bg-tabbar .bar-item:last-child {
    margin-right: 0;
}

.p-warp .infoTop .bg-tab .bg-tabbar .activeBg {
    background-color: #28d8e8;
}

.p-warp .infoTop .bgcover {
    height: 30.3125rem;
    width: 100%;
    /* position: absolute;
    top: 0;
    left: 0; */
    margin: auto;
    overflow: hidden;
    object-fit: cover;
}

.p-warp .infoTop .addCollention {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    font-size: 0.75rem;
    padding: 0.1875rem 0.625rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    z-index: 6;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
}

.p-warp .infoTop .addCollention img {
    width: 0.875rem;
    height: 0.875rem;
    vertical-align: middle;
    margin: -0.125rem 0.1875rem;
}

.p-warp .infoTop .addCollention .find_guide02 {
    position: absolute;
    left: 0;
    top: 1.5625rem;
}

.p-warp .infoTop .addCollention .find_guide02 img {
    width: 5.5rem;
    height: 2.6875rem;
}

.p-warp .infoCont {
    position: relative;
    z-index: 1;
    margin-top: 28.75rem;
    border-radius: 1.5625rem 1.5625rem 0 0;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 4.0625rem;
}

.p-warp .infoCont .infoCont-details {
    width: 100%;
    padding: 0.625rem 1.25rem 0 1.4375rem;
    box-sizing: border-box;
}

.p-warp .infoCont .infoCont-details .head {
    padding: 0.9375rem 0 1.25rem 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #F3F3F3;
}

.p-warp .infoCont .infoCont-details .head .name {
    width: 13.125rem;
    box-sizing: border-box;
    font-size: 1.625rem;
    font-family: PingFangSC-Light;
    color: rgba(0, 0, 0, 1);
}

.p-warp .infoCont .infoCont-details .head .name .name_zh {
    font-size: 1.625rem;
    height: 1.625rem;
    line-height: 1.625rem;
    color: #333333;
}

.p-warp .infoCont .infoCont-details .head .name .name_en {
    font-size: 0.8125rem;
    color: #666666;
    margin-top: 0.3125rem;
}

.p-warp .infoCont .infoCont-details .head .star {
    position: absolute;
    right: 0;
    top: 0.625rem;
    width: 7.5rem;
    text-align: center;
}

.p-warp .infoCont .infoCont-details .head .star .num {
    font-size: 1.875rem;
    font-family: HelveticaNeue;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 0.75rem;
}

.p-warp .infoCont .infoCont-details .head .star .starBox {
    font-size: 0.625rem;
    font-family: PingFangSC-Light;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: center;
    width: 100%;
    line-height: 1.5rem;
    margin-top: 0.625rem;
}

.p-warp .infoCont .infoCont-details .head .star .starBox img {
    width: 0.875rem;
    height: 0.875rem;
    margin: -0.0625rem 0.3125rem;
    vertical-align: middle;
}

.p-warp .infoCont .infoCont-details .head .weather {
    text-align: center;
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    font-size: 0.9375rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    opacity: 1;
    z-index: 6;
}

.p-warp .infoCont .infoCont-details .head .weather img {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 auto;
}

.p-warp .infoCont .infoCont-details .head .weather label img {
    width: 0.375rem;
    height: 0.625rem;
    position: absolute;
    right: -0.9375rem;
    top: 1.25rem;
}

.p-warp .infoCont .infoCont-details .land_imps {
    width: 100%;
    border-bottom: 1px solid #F3F3F3;
}

.p-warp .infoCont .infoCont-details .land_imps .imps_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 1.25rem 0 0 0;
    font-size: 1rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}

.p-warp .infoCont .infoCont-details .land_imps .mdd_one_p_desc {
    margin-top: 0.625rem;
    line-height: 1.875rem;
}

.p-warp .infoCont .infoCont-details .land_imps .imps_intro {
    width: 100%;
    padding-bottom: 2.0625rem;
    line-height: 1.5rem;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: space-between;
    position: relative;
    padding: 1.25rem 0;
}

.p-warp .infoCont .infoCont-details .land_imps .imps_intro .menu {
    width: 8.125rem;
    padding: 1.625rem 1.0625rem 1.4375rem 0.875rem;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0.75rem 0 rgba(212, 212, 212, 0.4);
    border-radius: 0.375rem;
    position: relative;
}

.p-warp .infoCont .infoCont-details .land_imps .imps_intro .menu .spec {
    width: 1.8125rem;
    height: 1.375rem;
    position: absolute;
    top: 0.6875rem;
    right: 0;
}

.p-warp .infoCont .infoCont-details .land_imps .imps_intro .menu .menu_title {
    font-size: 1rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
}

.p-warp .infoCont .infoCont-details .land_imps .imps_intro .menu .menu_detail {
    font-size: 0.75rem;
    color: rgba(153, 153, 153, 1);
}

.p-warp .infoCont .infoCont-details .land_imps .imps_intro .menu .user {
    width: 0.9375rem;
    height: 1.6875rem;
    position: absolute;
    top: 0.6875rem;
    right: 0;
}

.p-warp .infoCont .infoCont-details .land_imps .imps_intro .menu .dis {
    width: 1.8125rem;
    height: 1.3125rem;
    position: absolute;
    top: 1.875rem;
    right: 0;
}

.p-warp .infoCont .infoCont-details .land_imps .imps_intro .menu .jsq {
    width: 1.375rem;
    height: 1.75rem;
    position: absolute;
    top: 1.6875rem;
    right: 0;
}

.p-warp .infoCont .infoCont-details .land_imps .detail-list {
    padding: 1.875rem 0 2.03125rem 0;
}

.p-warp .infoCont .infoCont-details .land_imps .detail-list .detail-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 3.0625rem;
}

.p-warp .infoCont .infoCont-details .land_imps .detail-list .detail-item .icon {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-top: 1.0625rem;
    margin-right: 0.3125rem;
}

.p-warp .infoCont .infoCont-details .land_imps .detail-list .detail-item .item-text {
    display: inline-block;
    width: 16.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-warp .infoCont .infoCont-details .land_imps .detail-list .detail-item .icon_turn {
    width: 0.3125rem;
    height: 0.5625rem;
    margin-top: 1.25rem;
}

.p-warp .infoCont .infoCont-details .land_imps .to_mine_page,
.p-warp .infoCont .infoCont-details .land_imps .to_video_page,
.p-warp .infoCont .infoCont-details .land_imps .go_dingzhi {
    width: 11.6875rem;
    text-align: center;
    height: 1.875rem;
    line-height: 1.875rem;
    border: 1px solid rgba(40, 216, 232, 1);
    border-radius: 0.9375rem;
    color: rgba(40, 216, 232, 1);
    margin: 0.3125rem auto 1.375rem;
    font-size: 0.92rem;
    display: block;
}

.p-warp .infoCont .infoCont-details .land_imps .to_video_page {
    width: 7.4375rem;
}

.p-warp .infoCont .infoCont-details .land_imps .go_dingzhi {
    width: 5.875rem;
    margin: 0 auto 1.375rem;
    position: relative;
}

.p-warp .infoCont .infoCont-details .land_imps .go_dingzhi .find_guide04 {
    position: absolute;
    top: -0.3125rem;
    right: -5.8125rem;
}

.p-warp .infoCont .infoCont-details .land_imps .go_dingzhi .find_guide04 img {
    width: 6rem;
    height: 2.3125rem;
}

.p-warp .infoCont .infoCont-details .land_imps .go_dingzhi .find_guide04 .circle {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(40, 216, 232, 0.3);
    top: 0.75rem;
    right: 5.3125rem;
    animation: circleb 0.8s infinite alternate;
    animation-timing-function: ease-in;
}

@keyframes circleb {
    from {
        top: 0.75rem;
        right: 5.3125rem;
        width: 1rem;
        height: 1rem;
    }
    to {
        width: 0.625rem;
        height: 0.625rem;
        top: 1.875rem;
        right: 5.5rem;
    }
}

.p-warp .infoCont .infoCont-details .land_imps .land_yusuan_list {
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.p-warp .infoCont .infoCont-details .land_imps .land_yusuan_list .land_yusuan_item {
    text-align: center;
    width: 6.375rem;
    height: 3.125rem;
    border: 1px solid rgba(234, 234, 234, 1);
    box-shadow: 0 0 24 0 rgba(212, 212, 212, 0.4);
    border-radius: 0.375rem;
    font-weight: 400;
    line-height: 2.5rem;
    position: relative;
}

.p-warp .infoCont .infoCont-details .land_imps .land_yusuan_list .land_yusuan_item .yusuan_icon {
    position: absolute;
    right: 0.3125rem;
    bottom: 0;
    width: 0.9375rem;
    height: 0.9375rem;
}

.p-warp .infoCont .infoCont-details .land_imps .mdd_details_video {
    width: 20.9375rem;
    height: 11.75rem;
    background: rgba(0, 0, 0, 1);
    border-radius: 0.46875rem;
    margin: 1.25rem 0 1.25rem;
}

.p-warp .infoCont .infoCont-details .land_imps .dingzhi_list {
    width: 20.75rem;
    height: 11.5625rem;
    white-space: nowrap;
    overflow-x: scroll;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.p-warp .infoCont .infoCont-details .land_imps .dingzhi_list .ding_wrap {
    width: 20.4375rem;
    height: 8.75rem;
    box-shadow: 0 0 3px rgba(196, 196, 196, 1);
    border-radius: 0.375rem;
    margin: 0.625rem 0.2rem;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.p-warp .infoCont .infoCont-details .land_imps .dingzhi_list .ding_wrap .goods_img {
    width: 7.625rem;
    height: 8.75rem;
    border-radius: 0.4375rem 0 0 0.4375rem;
    object-fit: cover;
}

.p-warp .infoCont .infoCont-details .land_imps .dingzhi_list .ding_wrap .goods_img img {
    width: 7.625rem;
    height: 8.75rem;
    border-radius: 0.4375rem 0 0 0.4375rem;
    overflow: hidden;
    object-fit: cover;
}

.p-warp .infoCont .infoCont-details .land_imps .dingzhi_list .ding_wrap .goods_content {
    display: flex;
    padding: 0 0.625rem 0.9375rem 0.625rem;
    box-sizing: border-box;
    position: relative;
}

.p-warp .infoCont .infoCont-details .land_imps .dingzhi_list .ding_wrap .goods_content .goods_title_details {
    height: 3.8rem;
    font-weight: 400;
    margin: 0.85rem 0 0 0;
    font-size: 0.9rem;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.p-warp .infoCont .infoCont-details .land_imps .dingzhi_list .ding_wrap .goods_content .goods_action {
    position: absolute;
    left: 0.625rem;
    bottom: 0.9375rem;
    font-size: 0.625rem;
    color: #FF5A37;
}

.p-warp .infoCont .infoCont-details .land_imps .dingzhi_list .ding_wrap .goods_content .goods_action .money {
    font-size: 1.125rem;
    font-weight: 600;
}

.p-warp .infoCont .infoCont-details .land_imps .dingzhi_list .ding_wrap .goods_content .goods_action .color {
    color: #303030;
}

.p-warp .infoCont .infoCont-details .land_imps .card-wrap {
    margin: 0.625rem 0;
}

.p-warp .infoCont .infoCont-details .land_imps .card-wrap .card-list {
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    width: 100%;
    overflow-x: scroll;
    padding: 0.625rem 0;
}

.p-warp .infoCont .infoCont-details .land_imps .card-wrap .card-list .card-item {
    width: 9.6875rem;
    height: 10.625rem;
    border-radius: 0.625rem;
    margin-left: 0.8125rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0.78125 rempx 0 rgba(196, 196, 196, 0.35);
    border-radius: 0.46875rem;
}

.p-warp .infoCont .infoCont-details .land_imps .card-wrap .card-list .card-item .card-img {
    height: 5.875rem;
    width: 100%;
    object-fit: cover;
}

.p-warp .infoCont .infoCont-details .land_imps .card-wrap .card-list .card-item .douyabg {
    position: absolute;
    z-index: 20;
    width: 1.5rem;
    height: 1.5rem;
    left: 0.6875rem;
    top: 5rem;
    border-radius: 50%;
    background: #28D8E8;
}

.p-warp .infoCont .infoCont-details .land_imps .card-wrap .card-list .card-item .douyabg img {
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0.15625rem;
    margin: auto;
}

.p-warp .infoCont .infoCont-details .land_imps .card-wrap .card-list .card-item .card-title {
    white-space: normal;
    font-weight: 400;
    padding: 0.7rem 0.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 3px rgba(196, 196, 196, 1);
    margin-top: -0.2rem;
    height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.p-warp .infoCont .infoCont-details .land_imps .card-wrap .card-list a {

    padding: 0 0.2rem;
}

.p-warp .infoCont .infoCont-details .land_imps .card-wrap .card-list .card-item .card-title .t {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.9rem;
}

.p-warp .infoCont .infoCont-details .land_imps .card-wrap .card-list .card-item:first-child {
    margin-left: 0;
}

.p-warp .infoCont .tuijian-list {
    padding-bottom: 0.625rem;
}

.p-warp .infoCont .tuijian-list .scroll-wrap {
    overflow-y: hidden;
    margin: 0 1.125rem;
}

.p-warp .infoCont .tuijian-list .scroll-wrap .scroll-list {
    line-height: 3.4375rem;
    white-space: nowrap;
    overflow-x: scroll;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    align-items: center;
}

.p-warp .infoCont .tuijian-list .scroll-wrap .scroll-list .tab-item,
.p-warp .infoCont .tuijian-list .scroll-wrap .scroll-list .condition-item {
    display: inline-block;
    margin: 0 0.9375rem;
}

.p-warp .infoCont .tuijian-list .scroll-wrap .scroll-list .tab-item {
    font-size: 1rem;
    color: #999999;
    position: relative;
    transition: all 0.5s;
}

.p-warp .infoCont .tuijian-list .scroll-wrap .scroll-list .tab-item::after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0.15625rem;
    position: absolute;
    background-color: transparent;
    left: 0;
    bottom: 0.78125rem;
    border-radius: 3;
    transition: all 0.5s;
}

.p-warp .infoCont .tuijian-list .scroll-wrap .scroll-list .condition-item {
    margin: 0 0.46875rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border: 1px solid;
    border-radius: 0.625rem;
    color: #999999;
    font-size: 0.75rem;
    padding: 0 0.625rem;
}

.p-warp .infoCont .tuijian-list .scroll-wrap .scroll-list .activeCondition {
    color: #33bfcc;
}

.p-warp .infoCont .tuijian-list .scroll-wrap .scroll-list .activeTab {
    color: #000000;
}

.p-warp .infoCont .tuijian-list .scroll-wrap .scroll-list .activeTab::after {
    background-color: #33bfcc;
}

.p-warp .infoCont .tuijian-list .content-list {
    padding: 0.9375rem 0.9375rem 0;
    box-sizing: border-box;
}

.p-warp .infoCont .tuijian-list .content-list .content-item {
    width: 21.625rem;
    height: 15.625rem;
    position: relative;
    margin-bottom: 1.25rem;
    border-radius: 0.625rem;
    overflow: hidden;
}

.p-warp .infoCont .tuijian-list .content-list .content-item .content-img {
    height: 100%;
    width: 21.625rem;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.p-warp .infoCont .tuijian-list .content-list .content-item .maskbox {
    height: 100%;
    width: 21.625rem;
    position: absolute;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.25)
}

.p-warp .infoCont .tuijian-list .content-list .content-item .content-text {
    position: absolute;
    height: 1.25rem;
    line-height: 1.25rem;
    z-index: 11;
    top: 0;
    bottom: 0;
    right: 0.9375rem;
    left: 0.9375rem;
    margin: auto;
    font-size: 1.125rem;
    color: #ffffff;
    text-align: center;
}

.p-warp .infoCont .tuijian-list .content-list .content-item .card-mask {
    position: absolute;
    z-index: 5;
    color: #ffffff;
    right: 0.625rem;
    bottom: 0.625rem;
    font-size: 0.625rem;
}

.p-warp .infoCont .tuijian-list .content-list .content-item .card-mask img {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-left: 1.5625rem;
    margin-right: 0.625rem;

&
:first-child {
    margin-left: 0;
}

}
.p-warp .infoCont .tuijian-list .scroll-wrap .scroll-list::-webkit-scrollbar {
    display: none;
}

.p-warp .infoCont .tuijian-list .content-list .content-item .content-num {
    text-align: right;
}

.fix-btm {
    position: fixed;
    z-index: 15;
    width: 100%;
    bottom: 0;
    height: 2.25rem;
    line-height: ;
    border-top: 1 solid #f1f1f1;
    background: #ffffff;
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fix-btm .back {
    color: #666666;
    font-size: 1.125rem;
    vertical-align: 0.3125rem;
    height: 2.25rem;
    line-height: 2.25rem;
}

.fix-btm .back img {
    height: 40;
    width: 25;
    margin-left: 26;
    margin-top: 26;
    margin-right: 26;
}

.yulan {
    background: #0C1412;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.yulan .yl-con {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
}

.yulan .yl-con img {
    width: 100%;
}

.homes {
    width: 2rem;
    height: 2rem;
    position: fixed;
    top: -0.28%;
    left: 10%;
    z-index: 1;
}

.homes img {
    width: 1.25rem;
    height: 1.25rem;
    margin: 1.25rem;
}
