.commonDetail-head {
    background: #f3f3f3;
    text-align: center;
    font-size: 1.5em;
    color: #999999;
    border-radius: 10px;
}

    .commonDetail-head:hover {
        cursor: pointer;
    }

.on {
    background: #54b9f3;
    color: #ffffff;
}

.commonDetail-section {
    display: none;
}
/*ÂÖ²¥*/
.carousel-btn {
    color: #999999;
    font-size: 4em;
    text-decoration: none;
    position: absolute;
    z-index: 999;
    top: 0;
}

    .carousel-btn:hover {
        text-decoration: none;
    }

    .carousel-btn:link {
        text-decoration: none;
    }


@media (max-width:767px) {
    .commonDetail-head {
        font-size: 2em;
    }
}
