.wap-container {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    overflow-x: hidden;
    margin-top: 10px;
}
.wap-star-detail-container {
    padding: 10px 12px;
    background-color: white;
    border-radius: 2px;
}
.wap-content-title{
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    color: black;
    text-align: left;
    line-height: 35px;
    padding-top: 10px;

    box-sizing: border-box;
    display: block;
    font-size: 24px;
    word-wrap: break-word;
}
.menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 14px;
    border-radius: 3px;
    background-color: #f9ba48;
    border: 1px solid #f8af2b;
}
.star-card {
    position: relative;
    height: 60px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.content-type {
    padding: 6px 10px;
    border-radius: 3px;
    color: white;
    background-color: #f9ba48;
    border: none;
    margin-right: 5px;
    font-size: 15px;
}
.wap-container-title {
    position: relative;
    line-height: 45px;
    text-align: left;
    color: #f9ba48;
    font-size: 15px;
    border-bottom: 1px solid whitesmoke;
}
.wap-recommend-item-container {
    position: relative;
    width: calc(100% - 40px);
    padding: 10px 20px;
    text-align: left;
    background-color: whitesmoke;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 3px;
}
.wap-star-footer {
    position: relative;
    margin-top: 40px;
    width: calc(100% - 40px);
    padding: 38px 20px 30px 20px;
    min-height: 100px;
    height: auto;
    background: #323639;
    color: #9b9b9b;
    font-size: 14px;
}
.wap-footer-logo {
    position: absolute;
    left: 15px;
    top: 20px;
    height: 30px;
}
.wap-footer-desc {
    color: #9b9b9b;
    line-height: 25px;
    font-size: 15px;
    text-align: left;
    margin-top: 30px;
}
.wap-star-banner {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    background-color: #f9ba48;
}
.wap-apply-create-star {
    position: relative;
    padding: 6px 15px;
    border: 1px solid whitesmoke;
    font-size: 14px;
    color: white;
    background-color: transparent;
    border-radius: 3px;
}


