.banner-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 180px
}

.banner-title {
    font-weight: 600;
    font-size: 30px
}

.banner-subtitle {
    font-weight: 500;
    font-size: 20px
}

.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.detial-top {
    margin-top: 20px
}

.detial-top-left {
    display: flex;
    justify-content: center;
    align-items: center
}

.detial-top-right {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px
}

.detial-title {
    font-size: 36px
}

.detial-btn,
.detial-title {
    font-family: Noto Sans SC;
    font-weight: 700;
    color: #ffa03b;
    margin: 0
}

.detial-btn {
    font-size: 16px;
    line-height: 27px
}

.detial-bottom-right {
    text-align: left
}

.detial-label {
    font-weight: 700;
    color: #000;
    margin: 0
}

.detial-label,
.detial-para {
    font-size: 16px;
    font-family: Noto Sans SC;
    line-height: 27px
}

.detial-para {
    font-weight: 400;
    color: #707070
}

.detial-bottom {
    background-color: #eee
}

.detial-pics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (max-width:1200px) {
    .detial-top-left {
        display: flex;
        justify-content: left;
        align-items: center
    }
}

@media (max-width:768px) {
    .banner-img {
        height: 103px
    }

    .banner-title {
        font-size: 29px;
        font-weight: 900
    }

    .banner-subtitle,
    .banner-title {
        font-family: Noto Sans SC;
        color: #fff;
        text-shadow: 0 0 8px rgba(0, 0, 0, .4);
        margin: 0
    }

    .banner-subtitle {
        font-size: 20px;
        font-weight: 500
    }
}