.bm {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.bm-wrap {
    width: 500px;
    /* background: blue; */
    height: 500px;
    max-width: 500px;
    /* box-shadow: 0px 0px 20px #00000031; */
    border: 1px solid #0000000e;
    border-radius: 10px;
    overflow: hidden;

}
.bm-wrap h1{
    text-align: center;
    font-size: 22px;
    margin: 10px 0;
    color: #18448f;
    font-weight: bold;
}


/* .bm-marquee-wrap {
    width: 350px;
    background: red;
    height: 500px;
    max-width: 500px;
} */

.hd {
    width: 320px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}
.hd img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
    color:#7793c3 !important ;
} 



.bm-marquee-wrap {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #ccc;
    /* background: yellowgreen; */
    /* padding: 10px; */
    border: 2px solid #fe5832;
    border-radius: 10px;
    width: 350px;
    background: red;
    height: 496px;
    max-width: 500px;
}

.mar-list {
    display: flex;
    justify-content: space-between;
    background: #fe5832;
    color: #fff;
    padding: 10px 10px;
}

.mar-item {
    display: flex;
    justify-content: space-between;
    background: #fff;
    color: #000;
    padding: 10px 10px;
    border-bottom: 1px dashed #fe5832;
}

/* .mar-item:nth-child(odd) {
    background: #ccc;
} */

.mar-list span:nth-child(1) {
    width: 20%;
    text-align: center;
}

.mar-list span:nth-child(2) {
    width: 20%;
    text-align: center;
}

.mar-list span:nth-child(3) {
    width: 60%;
    text-align: center;
}



.mar-content {
    /* flex: 1; */
    /* background: blue; */
    overflow: hidden;
    width: 100%;
    height: 100%;
}