body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;

}

.tbh {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
    background: #EDE2D2;

}

.tbh-top {
    width: 100%;
    max-width: 500px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #884D30;
}

.tbh-left {
    height: 50px;
    margin-left: 15px;
}

.tbh-right {
    margin-right: 10px;
}

.tbh-right-button {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 10px;
    border-radius: 23px;
    margin: 0 5px;
    text-decoration: none;
}

.zhuce {
    color: #FFFFFF;
    background: #884D30;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}

.denglu {
    color: #884D30;
    border-radius: 15px;
    background: #FFFFFF;
}

.tbh-banner {
    width: 100%;
    object-fit: contain;
}

.tbhpt {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.tbhpt>img {
    width: 96%;
}

.tbhpt-button {
    width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.tbhpt-buttton-list {
    width: 48%;
    height: 54px;
    border-radius: 27px;
    color: #fff;
    background: #FF3639;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 54px;
    text-decoration: none;
}

.tbhpt-buttton-list>img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 10px;
}

.new {
    width: 96%;
    border-radius: 8px;
    background: linear-gradient(181deg, #FFF5E6 1%, #FFFFFF 98%);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    position: relative;
    margin-top: 20px;
}

.xiantiao {
    top: 0;
    width: 100%;
    height: 8px;
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(180deg, #FFE6CE 0%, #FCD296 100%);
    box-shadow: 0px 1px 0px 0px rgba(206, 143, 56, 0.702);
}

.xiantiao-title {
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-top: -13px;
    z-index: 9999;
}

.new-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
}

.new-cont-list {
    width: 96%;
    border-radius: 8px;
    opacity: 0.8;
    background: #F9F1DD;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    position: relative;
    margin-top: 20px;

}

.new-cont-list-top {
    position: absolute;
    top: -12px;
    padding: 4px 20px 4px 10px;
    border-radius: 6px 6px 18px 0px;
    background: linear-gradient(90deg, #FFEEE1 0%, #FFD0B7 100%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.102);
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #FA520E;
}

.new-cont-list-text {
    font-size: 16px;
    text-align: left;
    color: #000000;
    padding: 15px 0;
    margin-left: 10px;
    margin-top: 10px;
}

.fenlei {
    width: 96%;
    margin: 10px 0;

}

.gundong {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.gundong>img {
    width: 92px;
    margin-right: 10px;
}

.gundong2 {
    margin-top: 10px;
}

.game {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
}

.game-list {
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.game-list>img {

    width: 100%;

}

.game-list>a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 18px;
    background: linear-gradient(180deg, #F9BD40 0%, #FA4809 100%);
    border: 1px solid rgba(0, 0, 0, 0);
    margin: 10px 0;
}

.new-bottom {
    margin-bottom: 100px;
}

/* LETTER底部客服区域样式 */
.letter-footer {
    width: 100%;
    max-width: 500px;
    height: 80px;
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
    position: fixed;
    bottom: 0;
}

.letter-content {
    width: 96%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.letter-logo {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #4A90E2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.letter-info {
    flex: 1;
    margin-left: 5px;
    color: white;
    display: flex;
    align-items: flex-end;
}

.letter-info>img {
    height: 60px;
}

.letter-info>a {
    display: inline-block;
    width: 40px;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    text-decoration: none;
}

.letter-title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.letter-subtitle {
    font-size: 12px;
    margin-bottom: 8px;
    opacity: 0.9;
}

.letter-service {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.copy-btn {
    background: #FF6B35;
    color: white;
    border: none;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
}

.letter-buttons {
    display: flex;
    flex-direction: column;

}

.download-expo,
.download-letter {
    width: 100px;
    height: 24px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin: 5px 0;
}

.download-expo {
    background: #FF6B35;
    color: white;
}

.download-letter {
    background: white;
    color: #8B4513;
    border: 1px solid #8B4513;
}

.xuanfu {
    display: block;
    width: 120px;
    position: fixed;
    right: 0;
    top: calc(100vh * 0.65);
    z-index: 9999;

}

.xuanfu>img {
    width: 120px;
}