@charset "utf-8";
.support-chan-1001 {
    width: 100%;
    height: auto;
    position: relative;
}

.support-chan-1001 .col {
    width: 100%;
}

.support-chan-1001 .show-content .list {
    float: left;
    width: 100%;
}

.support-chan-1001 .show-content .list a {
    display: block;
}

.support-chan-1001 .show-content .list .item {
    border: 1px solid #eeeeee;
    padding: 30px 20px;
}

.support-chan-1001 .show-content .list .item:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.support-chan-1001 .show-content .list .item .pic {
    text-align: center;
}

.support-chan-1001 .show-content .list .item .pic i {
    display: inline;
}

.support-chan-1001 .show-content .list .item .title {
    width: 100%;
    text-align: center;
}

.support-chan-1001 .show-content .list .item .des {
    text-align: center;
    line-height: 1.5em;
}

@media screen and (min-width: 1024px) {
    .support-chan-1001 .show-content .list {
        width: 33.3333%;
    }
    .support-chan-1001 .show-content .list .item {
        padding: 60px 40px;
    }
}