.sanbdiv{

}
.sanbdiv>div{
    width: calc(100% / 3);
    float: left;
    text-align: center;
    padding: 0 0.5rem 0.5rem 0.5rem;
}
.sanbdiv>div>a{
    border: 1px solid #e8e8fd;
    padding:  0.5rem 0;
    display: block;
    border-radius: 6px;
}
.night .sanbdiv>div>a{
    border: 1px solid #444;
    color: #ddd;
}
.sanbdiv>div h2{
    font-size: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sanbdiv>div h3{
    font-size: 0.65rem;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #888;
}
.night .sanbdiv>div h3{
    color: #bbb;
}
.sanbdiv>div>a div{
    height: 2.8rem;
    line-height: 2.8rem;
    overflow: hidden;
}
.sanbdiv>div>a div p{
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.tasanbai{
    padding: 0.5rem 1rem;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(to bottom, #f5e8c6 0%, #e6d3a5 100%);
    /* background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 100%); */
    position: relative;
    margin-bottom: 0.75rem;
}

.night .tasanbai{
    background: #000;
}

.tasanbai h3,.tasanbai h2{
    font-size: 1.4rem;
    color: #d2ae37;
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 0.5rem;
}

.tasanbai h3::before ,.tasanbai h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, #d4af37, transparent);
}

.tasanbai>div{
   
}

.tasanbai>div>p{
    font-size: 0.8rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
    text-align: justify;
    color: #5c4c26;
}

.night .tasanbai>div>p{
    color: #cccccc;
}

.sanbaidivshiju p{
    font-size: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.sanbaiaus{
    font-size: 0.75rem;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #888;
    margin-bottom: 0.8rem;
}

.tashiul{

}

.tashiul li{
    width: calc(100% / 3);
    float: left;
    padding: 0.25rem 0.25rem;
}

.tashiul li a{
    border: 1px solid #e8e8fd;
    display: block;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    color: #5a5a8d;
    font-size: 0.7rem;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.night .tashiul li a{
    border: 1px solid #444;
    background-color: #181a1b;
    color: #ddd;
}

.tashiul li a::before{
    content: "";
    position: absolute;
    top: -4rem;
    right: -3rem;
    width: 12rem;
    height: 6rem;
    background: linear-gradient(45deg, #e8e8fd 0%, #e8e8fd 100%);
    border-radius: 100%;
    opacity: 0.2;
}

.night .tashiul li a::before{
    background: linear-gradient(45deg, #2c313a 0%, #1e1e47 100%);
}

.tashiul li a::after{
    content: "";
    position: absolute;
    bottom: -3rem;
    left: -5rem;
    width: 12rem;
    height: 6rem;
    background: linear-gradient(45deg, #e8e8fd 0%, #e8e8fd 100%);
    border-radius: 100%;
    opacity: 0.3;
}

.night .tashiul li a::after{
    background: linear-gradient(45deg, #0e1316 0%, #3a3a49 100%);
}

.buttangshidirs{
    height: 1.8rem;
    line-height: 1.8rem;
    display: block;
    border: 1px solid #ebd3b0;
    text-align: center;
    color: #ff7503;
    border-radius: 6px;
}

@media screen and (max-width: 1330px){
    .tashiul li{
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 1230px){
    .sanbdiv>div{
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 650px){
    .sanbdiv>div{
        width: calc(100% / 1);
        padding: 0 0 0.5rem 0;
    }
}

@media screen and (max-width: 530px){
    .tashiul li{
        width: 100%;
    }
}

@media screen and (max-width: 360px){
    .tasanbai{
        padding: 0.5rem 0.75rem;
    }
    .tasanbai h2,.tasanbai h3 {
        font-size: 1rem;
    }
    .tasanbai>div>p {
        font-size: 0.7rem;
        line-height: 1.5;
        margin-bottom: 0.75rem;
    }
}