/* Technics Page Styles */

/* Technics Banner */
.technics-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    overflow: hidden;
}

.technics-banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    opacity: 0.9;
}

/* Technics Layout */
.technics-layout {
    background-color: #1a1a1a;
    border: 1px solid #333;
    padding: 0;
}

/* Technics Header */
.technics-header {
    background-color: #1a1a1a;
    padding: 15px 25px;
    border-bottom: 1px solid #333;
}

.technics-intro-title {
    color: #c41e3a;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.technics-intro-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: #c41e3a;
}

/* Technics Content */
.technics-content {
    padding: 25px;
    background-color: #1a1a1a;
}

.technic-title {
    color: #666;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.technic-description {
    margin-bottom: 30px;
}

.technic-description p {
    color: #aaa;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.technic-description strong {
    color: #fff;
    font-weight: bold;
}

.section-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 15px 0;
}

.technic-section {
    margin-bottom: 20px;
}

.technic-section p {
    color: #aaa;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* Share Section */
.share-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding: 20px 25px;
    border-top: 1px dashed #444;
    margin-top: 20px;
}

.share-section span {
    color: #aaa;
    font-size: 16px;
}

.share-icons {
    display: flex;
    gap: 8px;
}

.share-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    transition: transform 0.2s;
}

.share-icon:hover {
    transform: scale(1.1);
}

.share-wechat {
    background-color: #7BB32E;
    background: url(../img/share.png) no-repeat -29px 0;
}

.share-weibo {
    background-color: #E6162D;
    background: url(../img/share.png) no-repeat -56px 0;

}

.share-qq {
    background-color: #12B7F5;
    background: url(../img/share.png) no-repeat 0 0;
}

.share-douban {
    background-color: #007711;
    background: url(../img/share.png) no-repeat -387px 0;
}

.share-renren {
    background-color: #005EAC;
    background: url(../img/share.png) no-repeat -253px 0;
}

.share-more {
    background-color: #666;
    background: url(../img/share.png) no-repeat -416px 0;
}
