﻿/* 浏览器标签样式 */
body {
    font-family: @font-family;
}

p {
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.8;
}

/* bulma样式重构 */
.section {
    padding: 0rem 1.5rem 3rem 1.5rem;

    @media (max-width: 768px) {
        padding: 1rem 0.5rem 2rem 0.5rem;
    }
}

.input:active, .input:focus, .is-active.input, .is-active.textarea, .is-focused.input, .is-focused.textarea, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .textarea:active, .textarea:focus {
    border-color: @primary-color;
}

.button.is-primary {
    background-color: @primary-color;
    .is-hovered, &:hover

{
    background-color: @hover-color
}

}

.pagination-link.is-current {
    background-color: @primary-color;
    border-color: @primary-color;
}

/* font重构 */
.title {
    font-size: @font-size-base + 4px;
    margin-bottom: @gap-size * 2;

    @media (max-width: 768px) {
        font-size: @font-size-base + 2px;
    }
}

.subtitle {
    font-size: @font-size-base + 2px;
    margin-bottom: @gap-size * 2;

    @media (max-width: 768px) {
        font-size: @font-size-base;
    }
}

.intro {
    font-size: @font-size-base;
    line-height: 2;
    margin-bottom: @gap-size * 2;

    @media (max-width: 768px) {
        font-size: @font-size-base - 2px;
    }
}

/* swiper */
.swiper-pagination-bullet-active {
    background: @primary-color;
}

/* 自定义样式 */
.title-block-1 {
    margin-top: 20px;

    @media (max-width: 768px) {
        margin: 0 0 2rem 0;
    }

    .title

{
    font-size: 28px;
    text-align: center;
    /* border-right: solid 3px @primary-color;
            border-left: solid 3px @primary-color; */
    line-height: 1.5;
    width: 200px;
    margin: 0 auto;
    font-weight: 400;
    font-family: '宋体';

    @media (max-width: 768px) {
        font-size: 18px;
        width: 120px;
    }
}

.subtitle {
    width: 230px;
    line-height: 1.5;
    padding: 8px 0 20px;
    margin: 0 auto;
    text-align: center;
    color: @text-color-secondary;
    font-family: '宋体';
    font-size: 16px;

    @media (max-width: 768px) {
        font-size: 12px;
        width: 120px;
    }
}

}

.title-block-2 {
    text-align: center;
    .title

{
    i

{
    color: @primary-color;
    font-size: 20px;
}

span {
    color: #434343;
    font-size: 28px;
    padding: 0 @gap-size * 2;
}

}

.subtitle {
    color: #b2b2b2;
    font-size: 20px;
}

}

.title-block-3 {
    text-align: center;
    margin-bottom: 60px;
    .subtitle

{
    margin-bottom: 0;
    font-size: 18px;
    color: #333333;
}

.title {
    color: @primary-color;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: .75rem !important;
    span

{
    font-weight: 500;
}

}

p {
    margin: 0 auto;
    text-indent: 0;
    font-size: 14px;
    color: #808080;
}

@media (max-width: 768px) {
    margin-bottom: 20px;
    .title {
        line-height: 1;
        margin-top: 0;
        span

{
    font-size: 16px;
}

}

.subtitle {
    font-size: 12px;
}

}
}

.title-block-4 {
    text-align: center;
    .title

{
    margin-bottom: 0;
    font-size: 24px;
}

em {
    display: inline-block;
    background: @primary-color;
    height: 3px;
    width: 36px;
    margin-top: 1.2rem;
    margin-bottom: .5rem;
}

.subtitle {
    font-size: 14px;
    color: #666666;
}}
