
.jingqu-detail-top {
    width: 100%;
    flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 14.4px;
    background: #FFF;
    box-shadow: 0 2.4px 9px 0 #0000000d;
    background: #FFF;
    padding: 18px 20px 17px 16px;
    box-sizing: border-box;
    /* margin-bottom:20px; */
    position: relative;
    z-index: 9;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    display: flex;
    
    transition: all 0.5s;
}
.jingqu-detail-top:hover{
    transform: translateY(-6px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.jingqu-detail-top-s {
    position: relative;
}

.jingqu-detail-top-s {
    display: flex;
}

.jingqu-detail-top-s img{
    width: 171px;
    height: 173px;
    flex-shrink: 0;
    border-radius: 8.4px;

}


.gonggao-t-wrap{
    position: absolute;
    border-radius: 8px 8px 0 0;
    top:0;
    left:0;
    width: 171px;
    justify-content: center;
    height: 37px;
    background: #00000066;
    display: flex;
}
.top-r-t-a{
    color: #ffffff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display:flex;
    align-items: center;
}
.top-r-t-a  .top-r-t-a-img{
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    top: 2px;
    left: -3px;
}

.jingqu-detail-top-r {
    width: calc(100% - 190px);
    margin-left:20px
}

.jingqu-detail-top-r .top-r-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.jingqu-detail-top-r .top-r-t .top-r-t-title {
  
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}


.detail-a {
    display: block;
    color: #ff6600;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    white-space: nowrap;
}

.top-r-m {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 8px;
}

.top-r-m .top-r-m-img {
    width:17px;
    height: 17px;
    margin-right: 9px
}

.top-r-m .top-r-m-text {
    color: #666666;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    width: 100%;
}

.jingqu-detail-bottom {
    display: flex;
    flex-wrap: nowrap;
    /* margin-top: 0.2rem; */
}

.jingqu-detail-bottom .botton-i {
    margin-right: 20px;
    display: block;
}
.jingqu-detail-bottom .botton-i:last-child{
    margin-right: 0
}


.bottom-other {
    color: #ff6600;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding:6px 0;
    border-radius: 22.8px;
    background: #ff66001a;
    flex-grow: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    flex-shrink: 1;
    margin-top: 6px;
    background-color: #ff66001a;
    cursor: pointer;
}




.xcx_box_bg{
    background-image: url(https://imgbdb4.bendibao.com/xcxbdb/20241/05/2024105105411_55185.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 220px;
    height: 211px;
    display: none;
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #999;
    z-index: 1001;
    padding-top: 40px;
}
.xcx_box_bg .xcx_code_img{
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    /* margin: 13px 27px 27px 12px; */
}
.xcx_box_bg .xcx_text{
    margin-bottom: 30px;
}

.loading{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10001;
    display: none;
}
.loading img {
    width: 1.2rem;
    height:1.2rem;
    animation: rotate 1.5s linear infinite;
}
.weui-masks2{
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}


.state{
    padding:5px 7px;
    flex-shrink: 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #FFF6E0 0%, #FFE4D2 100%);
    color: #666666;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: block;
    float: right;
}
.state a{
    color: #ff6600;
}


.show-all-select-base {
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 237, 224, 1);
    width: calc(100% -40px);
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    top: 0;
    margin-bottom: 20px;
}
