.magician_body{
    font-family: "Microsoft YaHei UI";
}

.magician_body_banner{
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
    background: #F0F8FF;
}
.magician_body_banner_img{
    width: 1920px;
    height: 620px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_banner_content{
    max-height: 500px;
}
.banner_text_list{
    display: flex;
    gap: 24px;
    margin-top: 48px;
}
.banner_text_list_item{
    padding: 0 24px 0 72px;
    height: 56px;
    line-height: 56px;
    color: #005EFF;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
}
.banner_text_list_item:first-child{
    width: 189px;
    min-width: 189px;
    background: url("/static/img/magician/magician_banner01_text_bg01.png") no-repeat left center;
}
.banner_text_list_item:nth-child(2){
    width: 223px;
    min-width: 223px;
    background: url("/static/img/magician/magician_banner01_text_bg02.png") no-repeat left center;
}
.banner_text_list_item:nth-child(3){
    width: 218px;
    min-width: 218px;
    background: url("/static/img/magician/magician_banner01_text_bg03.png") no-repeat left center;
}
.banner_text_list_item:nth-child(4){
    width: 191px;
    min-width: 191px;
    background: url("/static/img/magician/magician_banner01_text_bg04.png") no-repeat left center;
}
.banner_text_list_item:nth-child(5){
    width: 191px;
    min-width: 191px;
    background: url("/static/img/magician/magician_banner01_text_bg05.png") no-repeat left center;
}



.magician_logs_list_item{
    width: 100%;
    min-height: 600px;
    padding: 80px 0;

}
.magician_logs_list_item:nth-child(odd) {
    background: #FAFCFD;
}
.magician_logs_list_item:nth-child(even) {
    background: #FFFFFF;
}
.magician_logs_list_item_content{
    width: 100%;
    height: 100%;
    max-width: 1320px;
    margin: auto;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.magician_logs_list_explain{
    max-width: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 40px;
}
.mobile_show{
    display: none;
}
.magician_logs_list_explain_title{
    color: #000;
    font-size: 32px;
    font-weight: 700;
}
.magician_logs_list_explain_text{
    color: #666;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.magician_logs_list_explain_button{
    width: 248px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    border-radius: 12px;
    background: linear-gradient(90deg, #008FFF 0.33%, #00CFBE 103.1%);
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    gap: 10px;
    cursor: pointer;
}
.magician_logs_list_explain_button img{
    width: 32px;
    height: 32px;
    margin-right: 4px;
    vertical-align: -6px;
}
.magician_logs_list_explain_button:hover{
    color: #FFFFFF;
    background: linear-gradient(90deg, #28A1FF 0.33%, #03EBD8 103.1%);
}
.magician_logs_list_img{
    width: 664px;
    height: 446px;
}
.magician_logs_list_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.magician_logs_list{
    max-width: 1280px;
    margin: 50px auto;
    font-family: "Microsoft YaHei UI";
}
.magician_logs_item{
    display: flex;
}
.magician_logs_item_left {
    width: 300px;
    position: relative;
    padding: 20px 40px;
    border-right: 1px solid #D2D7DE;
    text-align: right;
}
.magician_logs_number {
    color: #333;
    font-size: 24px;
    font-weight: 700;
}
.magician_logs_time {
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}
.magician_logs_item_left_img {
    position: absolute;
    top: 38px;
    right: -8px;
    z-index: 2;
    width: 16px;
    height: 16px;
}
.magician_logs_item_right {
    flex: 1;
    padding: 20px 0 20px 50px;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.magician_logs_item_right span {
    font-weight: 600;
    line-height: 32px;
}
@media (max-width: 780px) {
    .magician_body_banner{
        height: 350px;
    }
    .magician_logs_list_item_content{
        padding: 0 16px;
    }
    .magician_logs_list_img{
        width: 100%;
        max-width: 664px;
        height: auto;
    }
    .magician_logs_list_item{
        padding:24px 0;
        min-height: 520px;
    }
    .mobile_show{
        display: flex;
        gap: 16px;
        margin-top: 24px;
    }
    .pc_show{
        display: none;
    }
    .magician_logs_list_explain_title{
        color: #000;
        font-size: 20px;
        font-weight: 700;
    }
    .magician_logs_list_explain_text{
        color: #666;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }
    .magician_logs_list_explain_button{
        margin: auto;
        width: 158px;
        height: 54px;
        line-height: 54px;
        font-size: 16px;
    }
    .magician_logs_list_explain_button img{
        width: 20px;
        height: 20px;
        margin-right: 4px;
        vertical-align: -4px;
    }

    .magician_logs_list{
        padding: 0 16px;
        margin: 24px auto;
    }
    .magician_logs_item {
        flex-direction: column;
        border-left: 1px solid #D2D7DE;
    }
    .magician_logs_item_left {
        width: 100%;
        text-align: left;
        border-right: none;
        padding: 24px 12px 12px;
    }
    .magician_logs_item_left_img {
        position: absolute;
        left: -8px;
        top: 28px;
    }
    .magician_logs_item_right {
        padding: 0 0 0 12px;
    }
    .magician_body_banner_img{
        display: none;
    }
    .home_banner_content{
        width: 100%;
        padding: 0 24px;
        height: 300px;
    }
    .home_banner_content_small_text{
        font-size: 12px;
    }
    .banner_text_list{
        display: none;
    }
}
