#page-description {
}

#page-description .container {
    padding-top: 84px;
    padding-bottom: 34px;
}

#laboratory-form {
    background-image: url("./svg/实验室背景.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#laboratory-form .container {
    padding-top: 141px;
    padding-left: 42px;
    overflow: inherit;
}

#laboratory-form .impression {
    position: absolute;
    top: 321px;
    right: -88px;
    width: 1264px;
}

#laboratory-form .info {
    opacity: 0.8;

    font-size: 20px;
    color: #2F3243;
    letter-spacing: 0;
    line-height: 38px;
    margin-top: 56px;
    position: relative;
    width: 658px;
    z-index: 1;
}

#laboratory-form .info:before {
    content: " ";
    position: absolute;
    top: -32px;
    left: 0;
    background: var(--primary-color);
    width: 80px;
    height: 4px;
}

#laboratory-form .layout {
    width: 544px;
    margin-top: 23px;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

.solution-form {
    background: var(--primary-color);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    overflow: hidden;
}

.solution-form.item1 {
}

.solution-form.item1 .form-content {
    border-radius: 20px 0 0 0;
}

.solution-form.item1 .tabs:before {
    transform: rotateY(180deg);
}

.solution-form.item1 .tabs .tab-selected {
    border-radius: 30px 0 0 0;
}

.solution-form .tabs {
    display: flex;
    position: relative;
    z-index: 2;
    border-radius: 12px 12px 0 0;
    background-color: var(--primary-color);
    overflow: hidden;
}

.solution-form .tabs:before {
    background-image: url(./svg/tab.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 32% 1px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solution-form .tabs .tab-item {
    flex: 1;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white;
    font-weight: 500;
    position: relative;

    font-size: 22px;
}

.solution-form .tabs .tab-selected {
    position: relative;
    opacity: 1;
    color: var(--primary-color);
    background: #fff;
    border-radius: 0px 30px 0 0px;
}

.solution-form .tabs .not-selected {
    z-index: 1;
}

.solution-form .form-content {
    padding: 12px 24px 24px;
    border-radius: 0 20px 0 0;
    background-color: white;
}

.solution-form .form-content .tips {
}

.solution-form .form-content .form-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 38px 7px 0px;
    gap: 14px;
}

.solution-form .form-content .form-items input, .solution-form .form-content .form-items textarea {
    grid-column: span 2 / span 2;
    border: 1px solid #DDDFE1;
    border-radius: 6px;

    font-size: 18px;
    color: #2F3243;
    padding: 10px 16px;
}

.solution-form .form-content .form-items textarea {
    height: 70px;
}

.solution-form .form-content .form-items input.half {
    grid-column: span 1 / span 1;
}

.solution-form .form-content .btn-wrapper {
    padding: 32px 7px 46px;
}

.solution-form .form-content button {
    width: 100%;
    background: var(--primary-color);
    border-radius: 8px;

    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    height: 56px;
}

#solution {
}

#solution .container {
    padding-top: 177px;
}

#solution .titles {
    text-align: center;
}

#solution .content {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 29px;
    padding-bottom: 16px;
}

#solution .content .item {
    transition: all 0.4s;
    background-color: var(--primary-color);
    padding: 28px 43px 73px;
    border-radius: 10px;
    position: relative;
}

#solution .content .item:nth-child(1) {
    background-image: linear-gradient(180deg, #1B6BBD 9%, rgba(27, 107, 189, 0.88) 51%, rgba(27, 107, 189, 0.00) 100%);
}

#solution .content .item:nth-child(2) {
    background-image: linear-gradient(180deg, #2A7CD1 9%, rgba(42, 124, 209, 0.88) 51%, rgba(42, 124, 209, 0.50) 100%);
}

#solution .content .item:nth-child(3) {
    background-image: linear-gradient(180deg, #256EDE 9%, rgba(37, 110, 222, 0.88) 51%, rgba(37, 110, 222, 0.50) 100%);
}

#solution .content .item:nth-child(4) {
    background-image: linear-gradient(180deg, #3356B2 9%, rgba(51, 86, 178, 0.88) 51%, rgba(51, 86, 178, 0.50) 100%);
}

#solution .content .item:hover {
    transform: scale(1.05);
}

#solution .content .item:hover .more-btn {
    display: inline-block;
}

#solution .content .item .name {

    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
}

#solution .content .item .desc {

    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    margin-top: 14px;
    height: 108px;
    overflow: hidden;
}

#solution .content .item .image {
    margin-top: 17px;
}

#solution .content .item .image img {
    width: 100%;
}

#solution .content .item .more-btn {
    display: none;
    background: #FFFFFF;
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
    padding: 0px 14px;

    font-size: 16px;
    color: #024488;
    letter-spacing: 0;
    font-weight: 700;
    position: absolute;
    bottom: 22px;
}

#bbs {
    margin-top: 100px;
    position: relative;
}

#bbs .container {
    padding-top: 96px;
    padding-bottom: 144px;
}

#bbs .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bbs .titles {
    text-align: center;
    color: white;
    width: 1048px;
    margin: 0 auto 64px;
}

#bbs .titles .sub-title {
    opacity: 0.15;
    font-size: 88px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 900;
    margin-bottom: 24px;
}

#bbs .titles .title {
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}

#bbs .titles .desc {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-top: 24px;
}
#bbs .content{}
#bbs .content:after{
    content: ' ';
    margin: auto;
    width: 95%;
    border-radius: 0 0 6px 6px;
    height: 12px;
    background: #73bbff;
    display: block;
    opacity: 0.5;
}
#bbs .content .items {
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}

#bbs .content .items .item {
    height: 262px;
    padding: 36px 0;
}

#bbs .content .items .item:hover {
    background-image: linear-gradient(180deg, rgba(0, 161, 255, 0.00) 0%, rgba(0, 161, 255, 0.08) 100%);
}

#bbs .content .items .item .link-inner {
    padding: 10px 96px;
    border-right: 1px solid #F0F0F0;
}
#bbs .content .items .item:last-child{
    border-right: 0
}

#bbs .content .items .item .link-inner .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 32px;
}

#bbs .content .items .item .link-inner .theme-name {
}

#bbs .content .items .item .link-inner .theme-name .name {
    font-size: 24px;
color: #2F3243;
letter-spacing: 0;
font-weight: 500;
}

#bbs .content .items .item .link-inner .theme-name .view-a {

    font-size: 18px;
    color: #2F3243;
    letter-spacing: 0;
    margin-top: 4px;
    font-weight: 100;
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    #page-description {
    }

    #page-description .container {
        padding-top: 12px;
        padding-bottom: 34px;
    }

    #laboratory-form {
    }

    #laboratory-form .container {
        padding: 74px 17px;
    }

    #laboratory-form .impression {
        display: none;
    }

    #laboratory-form .info {
        font-size: 13px;
        color: #2F3243;
        line-height: 20px;
        width: auto;
        margin-top: 15px;
        padding: 0 7px;
    }

    #laboratory-form .info:before {
        display: none;
    }

    #laboratory-form .layout {
        margin-top: 27px;
        width: 100%;
        padding-bottom: 0;
    }

    .solution-form {
        border-radius: 12px;
    }

    .solution-form.item1 {
    }

    .solution-form.item1 .form-content {
        border-radius: 20px 0 0 0;
    }

    .solution-form.item1 .tabs:before {
    }

    .solution-form.item1 .tabs .tab-selected {
    }

    .solution-form .tabs {
    }

    .solution-form .tabs:before {
        background-position: 32% 0px;
    }

    .solution-form .tabs .tab-item {

        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        font-weight: 500;
        height: 46px;
    }

    .solution-form .tabs .tab-selected {
        color: var(--primary-color);
    }

    .solution-form .tabs .not-selected {
        z-index: 1;
    }

    .solution-form .form-content {
        padding: 12px 24px 24px;
        border-radius: 0 8px 0 0;
    }

    .solution-form .form-content .tips {
    }

    .solution-form .form-content .form-items {
        padding: 13px 0px 0px;
        gap: 9px;
    }

    .solution-form .form-content .form-items input {
        padding: 7px 18px;
        font-size: 14px;
    }

    .solution-form .form-content .form-items input.half {
        grid-column: span 2 / span 2;
    }

    .solution-form .form-content .btn-wrapper {
        padding: 16px 0px 3px;
    }

    .solution-form .form-content button {
        height: 40px;
        font-size: 16px;
    }

    #solution {
    }

    #solution .container {
        padding: 12px 8px 0;
    }

    #solution .titles {
    }

    #solution .content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 23px;
        padding: 0 10px;
    }

    #solution .content .item {
        padding: 22px 18px 24px;
    }

    #solution .content .item:hover {
    }

    #solution .content .item:hover .more-btn {
    }

    #solution .content .item .name {

        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
    }

    #solution .content .item .desc {

        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
        line-height: 15px;
        height: auto;
        margin-top: 4px;
        padding-bottom: 10px;
    }

    #solution .content .item .image {
        margin-top: 0;
    }

    #solution .content .item .image img {
    }

    #solution .content .item .more-btn {
    bottom: 4px;
    left: 4px;
    }

    #bbs {
    margin-top: 60px;
    }

    #bbs .container {
    padding-top: 60px;
    padding-bottom: 80px;
    }

    #bbs .bg {
    }

    #bbs .titles {
    width: 100%;
    padding: 0 8px;
    margin: 0 auto 24px;
    }

    #bbs .titles .sub-title {
    opacity: 0.16;

    font-size: 28px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 12px;
    }

    #bbs .titles .title {

    font-size: 27px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    }

    #bbs .titles .desc {

    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 12px;
    }
    #bbs .content{}
    #bbs .content:after{
    }
    #bbs .content .items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #bbs .content .items .item {
    padding: 0 32px;
    height: auto;
    }

    #bbs .content .items .item .link-inner {
    border-bottom: 1px solid #f0f0f0;
    border-right: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    }
    #bbs .content .items .item:last-child{
    }

    #bbs .content .items .item .link-inner .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 56px;
    height: 56px;
    }

    #bbs .content .items .item .link-inner .theme-name {
    flex-grow: 1;
    }

    #bbs .content .items .item .link-inner .theme-name .name {

    font-size: 18px;
    }

    #bbs .content .items .item .link-inner .theme-name .view-a {

    font-size: 14px;
    margin-top: 8px;
    }
}
