.interaction_top .go {
    padding: 23px 0;
    text-align: right;
    color: #999;
}
.interaction_top .go span{
    color: #333;
}


.interaction_banner{
    position: relative;
    color: #fff;
}
.interaction_banner img{
    width: 100%;
    border-radius: 8px;
}
.interaction_banner .interaction_title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 72px 56px;
    background-color: rgba(6, 12, 67, 0.6);
}
.interaction_banner h2{
    margin: 0;
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 16px;
}
.interaction_banner span{
    font-size: 18px;
}



.kernel {
    padding: 96px 0;
}

.kernel .kernel_title h2 {
    text-align: center;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 56px;
}

.kernel .kernel_content h3 {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
}
.kernel .kernel_content .col-md-3 {
    padding: 0 12px;
}
.kernel .kernel_content .thumbnail {
    padding: 0;
    border-radius: 8px;
    padding: 72px 0 68px;
}

.terminal {
    padding: 96px 0;
    background-color: #f7f7f7;
}

.terminal .terminal_title h2 {
    text-align: center;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 80px;
}
.terminal .terminal_content h3 {
    font-size: 24px;
    margin: 0;
    padding-bottom: 48px;
    font-weight: bold;
}

.terminal .terminal_content p {
    font-size: 16px;
    margin-bottom: 35px;
}

.terminal .terminal_content p:last-child {
    margin-bottom: 0;
}

.terminal .terminal_content p i {
    display: inline-block;
    background: url(../../../images/Interaction/dui.png);
    width: 18px;
    height: 18px;
    margin-right: 20px;
}
.terminal .terminal_content img {
    width: 100%;
}
