/* Function column page */
.top {
    width: 1300px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: -27px;
    display: flex;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
}

.top .title {
    width: 460px;
    background-color: #ffffff;
    float: left;
    padding: 0 40px;
    border-right: 2px solid #f3f3f3;
    margin: 20px;
}

.top .title h1 {
    font-size: 24px;
    font-weight: 600;
}

.top .title h2 {
    font-size: 24px;
    font-weight: 600;
}

.top .title span {
    font-size: 24px;
    color: #1e7cff;
}

.top .title p {
    padding-top: 10px;
    color: #666;
}

.top .advantage {
    float: left;
    display: flex;
    flex-direction: row;
    margin: 20px;
}

.top .selling_point {
    margin-right: 100px;
    padding: 0 10px;
}

.top .selling_point:last-child {
    margin-right: 0;
}

.top .advantage h2 {
    text-align: center;
    font-size: 21px;
    color: #333;
    margin: 10px 0;
}

.top .advantage span {
    text-align: center;
    font-size: 28px;
    color: #000;
    border-bottom: 3px solid #1e7cff;
    margin-bottom: 10px;
    margin: 10px 0;
    padding-bottom: 5px;
}

.top .advantage p {
    text-align: center;
    color: #999;
}

.notification-bar {
    width: 1300px;
    margin: 0 auto;
    text-align: left;
    background-color: #f5f5f5;
    padding: 10px;
    color: #666;
    margin-top: 5px;
    border-bottom: 5px solid #eaeaea;
}

.function-navigation {
    width: 1300px;
    margin: 0 auto;
    text-align: right;
    margin-bottom: -50px;
}

.function {
    width: 1300px;
    margin: 20px auto;
    overflow: auto;
}

.function::after {
    content: "";
    display: table;
    clear: both;
}

.function .main_function {
    font-size: 21px;
    color: #000;
    border-left: 5px #178bd8 solid;
    padding-left: 20px;
}

.function .function_box {
    float: left;
    margin-top: 20px;
    background-color: #f6f9fe;
    width: 305px;
    margin-right: 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    border-radius: 8px;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.function .function_box:hover {
    background: #2e99fd;
    transform: rotate3d(0, 0, 1, 1deg) translate3d(0, -1em, 0);
    transform-origin: 0% 100%;
    transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
}

.function_box:hover .content h3,
.function_box:hover .content p {
    color: #ffffff;
}

.function .function_icon {
    float: left;
    width: 57px;
    line-height: 15px;
    padding: 10px;
}

.function .function_icon img {
    width: 57px;
}

.function .content {
    float: left;
    width: 248px;
    height: 80px;
    padding: 15px 30px;
}

.function .content h3 {
    font-size: 18px;
    color: #000;
}

.function .content p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

/* Function introduction page */
.new-container {
    max-width: 1300px;
    margin: 5px auto;
    overflow: hidden;
}

.new-left-column {
    width: 980px;
    min-height: 300px;
    max-height: none;
    float: left;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
}

.new-article-title {
    text-align: center;
    font-weight: bold;
}

.new-article-title h1 {
    text-align: center;
    font-weight: bold;
}

.new-article-intro {
    margin-top: 20px;
    border-bottom: 1px solid rgb(239, 238, 238);
    padding-bottom: 10px;
    background-color: #eaeaea;
    padding: 10px;
    border-radius: 42px 0 42px 0;
}

.new-article-intro strong {
    font-weight: bold;
    font-size: 2em;
    color: #289ada;
}

.new-article-content {
    margin-top: 20px;
}

.new-right-column {
    width: calc(100% - 1000px);
    float: right;
}

.new-related-recommendation {

    border: 1px solid #ccc;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    padding: 20px;
}

.new-related-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.new-related-item::before {
    content: '>';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.new-right-column .recommend {
    margin: 10px 0;
}

.new-related-image {
    width: 50px;
}

.new-related-info {
    margin-left: 20px;
	width: 145px;
}

.new-image-block {
    height: 100px;
    margin-top: 20px;
}

.new-product-introduction {
    min-height: 450px;
    max-height: none;
    border: 1px solid #ccc;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    padding: 20px;
    margin-top: 80px;
}

.new-product-introduction .product {
    margin-top: 20px;
}

.new-product-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.new-image-block img {
    margin-right: 10px;
    margin-bottom: 50px;
}

.new-product-introduction .new-product-info {
    margin-left: 20px;
}

.new-product-introduction h3 {
    margin: 0;
}

.new-product-item img {
    width: 100px;
}