/* box1 */
.box1 {
    padding: 80px 0 120px 0;
    box-sizing: border-box;
}
.box1 .title {
    font-size: 52px;
    font-weight: 900;
    color: #FBC331;
    background: linear-gradient(0deg, #FBC331 0%, #FEF2C5 50%, #DD841B 100%);;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
}
.box1 .desc {
    font-weight: 500;
    font-size: 18px;
    color: #83A1D1;
    margin-top: 24px;
    text-align: center;
}
.box1 .list  {
    margin-top: 60px;
}
.box1 .list > .item {
    background: #0A1022;
    border-radius: 20px;
    border: 1px solid #32425E;
    padding: 16px 32px;
    box-sizing: border-box;
    margin-top: 16px;
}
.box1 .list > .item > .left > img {
    width: 60px;
    height: 60px;
    margin-right: 24px;
}
.box1 .list > .item > .left > .info .name {
    font-weight: 900;
    font-size: 22px;
    color: #FFFFFF;
}
.box1 .list > .item > .left > .info .top {
    background: #DC2627;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    height: 27px;
    line-height: 27px;
    border-radius: 16px;
    padding: 0 16px;
    box-sizing: border-box;
    margin-left: 12px;
}
.box1 .list > .item > .left > .info .hot {
    background: #FBAF0C;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    height: 27px;
    line-height: 27px;
    border-radius: 16px;
    padding: 0 16px;
    box-sizing: border-box;
    margin-left: 12px;
}
.box1 .list > .item > .left > .info .text{
    font-weight: 500;
    font-size: 16px;
    color: #83A1D1;
    margin-top: 12px;
}
.box1 .list > .item > .left > .info .line {
    width: 2px;
    height: 20px;
    background-color: #83A1D1;
    margin: 0 16px;
}
.box1 .list > .item > .right > p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.box1 .list > .item > .right > .btns {
    margin-top: 12px;
}
.box1 .list > .item > .right > .btns > .view {
    background: #1F293B;
    border-radius: 12px;
    border: 1px solid #32425E;
    height: 40px;
    line-height: 40px;
    padding: 0 32px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    color: #C8D2DE;
}
.box1 .list > .item > .right > .btns > .down-btn {
    height: 40px;
    margin-left: 13px;
}
.box1 .list > .item > .right > .btns > .down-btn > img {
    width: 20px;
    height: 20px;
}
.box1 .list > .item > .right > .btns > .down-btn > p {
    font-size: 16px;
}
@media only screen and (max-width: 1200px) {
    /* box1 */
.box1 {
    padding: 40px 16px 60px 16px;
}
.box1 .title {
    font-size: 26px;
}
.box1 .desc {
    font-size: 12px;
    margin-top: 16px;
}
.box1 .list  {
    margin-top: 40px;
}
.box1 .list > .item {
    border-radius:14px;
    padding: 12px;
    margin-top: 8px;
    gap: 10px;
}
.box1 .list > .item > .left > img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.box1 .list > .item > .left > .info .name {
    font-size: 11px;
}
.box1 .list > .item > .left > .info > p {
    font-size: 10px;
    margin-top: 4px
    ;
}
.box1 .list > .item > .left > .info .top {
    font-size: 8px;
    height: 14px;
    line-height: 14px;
    border-radius: 8px;
    padding: 0 8px;
    margin-left: 6px;
}
.box1 .list > .item > .left > .info .hot {
    font-size: 8px;
    height: 14px;
    line-height: 14px;
    border-radius: 8px;
    padding: 0 8px;
    margin-left: 6px;
}
.box1 .list > .item > .right > .btns {
    margin-top: 0;
}
.box1 .list > .item > .right > .btns > .down-btn {
    height: 32px;
    border-radius: 6px;
    padding: 0 13px;
}
.box1 .list > .item > .right > .btns > .down-btn > img {
    width: 15px;
    height: 15px;
}
.box1 .list > .item > .right > .btns > .down-btn > p {
    font-size: 13px;
}
}