/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}
.icheckbox_square-green.hover {
    background-position: -24px 0;
}
.icheckbox_square-green.checked {
    background-position: -48px 0;
}
.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-green.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -120px 0;
}
.iradio_square-green.hover {
    background-position: -144px 0;
}
.iradio_square-green.checked {
    background-position: -168px 0;
}
.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-green.checked.disabled {
    background-position: -216px 0;
}









.brd_list_thm2 {
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    *zoom: 1;
    list-style:none;
    padding-inline-start: 13px;
}
.brd_list_thm2:after {
    content: '';
    display: block;
    clear: both;
}
.brd_list_thm2 li {
    float: left;
    width: 165px;
    margin: 5px 0 0 3px;
}
.brd_list_thm2 li:nth-child(3n + 1) {
    margin-left: 0;
}
.brd_list_thm2 li a {
    display: block;
}
.brd_list_thm2 li a .con {
    display: block;
    overflow: hidden;
    position: relative;
    height: 90px;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    background: #ddd;
}
.brd_list_thm2 li a .con .thm {
    display: block;
    margin: 5px 0 3px;
}
.brd_list_thm2 li a:hover .thm:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('/resources/img/custom/btn_list_sound.png') no-repeat
    center center;
    background-color: rgba(94, 68, 180, 0.75);
}
.brd_list_thm2 li a .con .tit2 {
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 30px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
}
.brd_list_thm2 li a .tit_col1 {
    color: #ea1d82;
}
.brd_list_thm2 li a .tit_col2 {
    color: #2292e7;
}
.brd_list_thm2 li a .tit_col3 {
    color: #f08200;
}
.brd_list_thm2 li a .tit_col4 {
    color: #588c14;
}
.brd_list_thm2 li a .tit {
    display: block;
    margin: 10px 0;
}
.brd_list_thm2 li .more {
    overflow: hidden;
    height: 165px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: url('~assets/images/library/thm_more_bg.png') no-repeat center
    center;
    background-size: contain;
}
.brd_list_thm2 li .more span {
    display: block;
    margin: 68px 0 0;
}
.brd_list_thm2 li .more span span {
    margin-top: 10px;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}