
.wrapper {
    width: 100%;
    padding-bottom: 20px;
}

.header {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C0504D;
    color: #fff;
    text-align: center;
    position: relative;
}

.header a {
    position: absolute;
    top: 32%;
    left: 5%;
}

/* 身体 */
.section {
    width: 100%;
}

.section-swiper {
    width: 100%;
    height: 35vh;
    background-color: #fff;
    position: relative;
}

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

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    z-index: 99;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff !important;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #A5A5A5;
}

/* 详情 */
.detail {
    width: 100%;
    /*background-color: #fff;*/
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    /*background: url("https://dcs.laozu.vip/static/mobile/img/beijing.png?v=1710209156");*/
}
.detail:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("https://dcs.laozu.vip/static/mobile/img/beijing1.png?v=1710209156");
    background-position: center;
    background-size: 100%;
    /*background-repeat: no-repeat;*/
}

.detail-title {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 10px 0;
}

.detail-inform {
    width: 100%;
    font-size: 13px;
    color: #a5a5a5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.detail-tag {
    width: 100%;
    font-size: 13px;
    color: #A5A5A5;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.detail-p{
    color: #C0504D;
    font-size: 15px;
    font-weight: bold;
}
.detail-tag span {
}

/* 底部样式 */
.detail-item {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.detail-line {
    width: 5px;
    height: 17px;
    margin-right: 10px;
}

.image-cont {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.content{
    line-height: 1.8;
    color: #696663;
    font-size: 14px;
    padding: 10px 0;
}
.content img{
    max-width: 100%;
    margin: 7px auto;
    display: block;
    height: auto;
}


/*生成卡片 */
/*.make-card{
    background: #C0504D;
    color: white;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 110px;
    padding: 5px;
    border-radius: 31px;
   
    position: absolute;
    top: 30vh;
    left: 7px;
    z-index: 2;
}*/
.make-card{
    background: #C0504D;
    color: white;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    
    border-radius: 31px;
 
    position: absolute;
    top: 30vh;
    /*top: 31vh;*/
    left: 7px;
    z-index: 2;
    padding: 5px 20px;
}
.zpshow_fix{
    position: fixed;
    background: rgb(0 0 0 / 68%);
    top: 44px;
    height: calc(100vh - 105px);
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: none;
    z-index: 20;

}
.zpshow_fix .zpshow_info{
    background: white;
    padding: 18px 10px 10px 10px;
    border-radius: 7px;
    height: auto;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
}
.zpshow_fix .zpclose_png{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    z-index: 150;
}
.zpshow_fix .zpshow_info1{
    margin-top: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}
.zpshow_fix .zpshow_info2{
    margin-top: 15px ;
}
.zpshow_fix .zpshow_info2 #make-zf{
border: 1px solid #A5A5A5;
    font-size: 15px;
    padding: 6px 5px;
    border-radius: 3px;
    line-height: 1.3;
/*    width: 204px;*/
    flex: 1;
    box-sizing: border-box;
    height: 78px;
    margin-left: 2px;
}
.zpshow_fix .zpshow_info2 #make-zf::placeholder {
    white-space: pre; /* 保留原始文本格式 */
    font-size: 14px;
    color: #bababa;
}
.textarea-count{
    position: absolute;
    right: 24px;
    bottom: 86px;
    font-size: 14px;
    color: #bababa;
}
.zpshow_fix .zpshow_info1 input{
    border: 1px solid #A5A5A5;
    font-size: 15px;
    padding: 6px 5px;
    border-radius: 3px;
    line-height: 1;
/*    width: 204px;*/
    flex: 1;
    box-sizing: border-box;
}
.zpshow_fix .zpshow_info1 input,.zpshow_fix .zpshow_info2 textarea{
    outline: none;
}
.zpshow_fix .now-make{
    background: #C0504D;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 110px;
    padding: 5px;
    border-radius: 31px;
    margin: 25px auto 15px auto;
}


.zpshow_fix1{
    position: fixed;
    background: rgb(0 0 0 / 68%);
    top: 44px;
    height: calc(100vh - 105px);
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: none;
    z-index: 20;

}
.zpshow_fix1 .zpshow_info{
    background: white;
    padding: 18px 10px 10px 10px;
    border-radius: 7px;
    max-height: calc(100vh - 130px);
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
}
.zpshow_fix1 .zpclose_png1{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    z-index: 150;
}
.zpshow_fix1 .zpshow_info1{
    margin-top: 40px;
    font-size: 16px;
    padding: 0 0px;
}
.zpshow_fix1 .zpshow_info2{
    margin-top: 15px ;
}
.zpshow_fix1 #xz-img{
    width: 100%;
}
.zpshow_fix1 .zpshow_info2 #make-zf{
border: 1px solid #A5A5A5;
    font-size: 15px;
    padding: 6px 5px;
    border-radius: 3px;
    line-height: 1;
/*    width: 204px;*/
    flex: 1;
    box-sizing: border-box;
    height: 70px;
}
.zpshow_fix1 .zpshow_info1 input{
    border: 1px solid #A5A5A5;
    font-size: 15px;
    padding: 6px 5px;
    border-radius: 3px;
    line-height: 1;
/*    width: 204px;*/
    flex: 1;
    box-sizing: border-box;
}
.zpshow_fix1 .zpshow_info1 input,.zpshow_fix1 .zpshow_info2 textarea{
    outline: none;
}
/*.zpshow_fix1 .now-make1{
    background: #C0504D;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 110px;
    padding: 5px;
    border-radius: 31px;
    margin: 25px auto 15px auto;
}*/
.zpshow_fix1 .now-make1{
    background: #C0504D;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 92px;
    padding: 6px;
    border-radius: 31px;
    margin: 25px auto -32px auto;
}



/*详情中间内容样式暂时隐藏开始*/
.detail-tag{
    flex-wrap: wrap;
    margin-bottom:0;
}

.detail-tag span {
    width: 100%;
    margin: 3px 0 3px 0;
    line-height: 1.4;
}
/*详情中间内容样式暂时隐藏结束*/



/*打赏按钮样式*/
.ds_div{
    display: flex;
    align-items: center;
}
.ds_div .now-make1,.ds_div .make-card1{
    width: auto !important;
    padding: 5px 15px !important;
    min-width: 85px;
    margin-top: 20px !important;
}

/*打赏支付页样式*/
.pay-detail{
    margin-top: 10px;
}
.pay-detail .detail{
    padding: 0 !important;
}
.pay-detail .detail-title{
    margin: 0 !important;
    padding: 14px;
    font-size: 15px !important;
    font-weight: normal;
    border-bottom: 10px solid #f4f4f4;
}
.pay-detail .detail-title1{
    margin: 0 !important;
    padding: 10px 14px;
    font-size: 15px !important;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.pay-detail .flex1{
    flex: 1;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}
.pay-detail .detail-title1-flex input{
    margin: 7px 0;
}
.pay-detail .detail-title2{
    margin: 0 !important;
    padding: 14px;
    font-size: 15px !important;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    border-bottom: 10px solid #f4f4f4;
}
.pay-detail .detail-title2 input{
    border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 5px;
    width: 110px;
    font-size: 14px;
    outline: none;
}
.pay-bank{
    color: #888888;
    font-size: 14px;
    padding: 10px 15px 5px 15px
}
.make-card-new{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 14px 15px;
    font-size: 16px;
    box-sizing: border-box;
}
.make-card-new a{
    display: flex;
    align-items: center;
}
.make-card-new a img{
    width: 34px;
    margin-right: 12px;
}
.pay-detail .pb0{
    padding-bottom: 0 !important;
}
.height60{
    height: 60px;
}