/*@media screen and (max-width:1000px) {
    .content_7Row_wrap,
    .content_8Row_wrap {
        width: 100% !important;
        box-sizing: border-box;
        padding: 10px !important;
    }
    .content_7Row_fill {
        width: 100% !important;
    }
    .content_7Row_fill>input {
        width: 70% !important;
    }
    .content_7Row_fill>button {
        width: 27% !important;
    }
    .content_8Row_1Col {}
    .content_8Row_3_footer {
        width: 100% !important;
    }
    .content_8Row_3-1 {
        float: none !important;
        display: block !important;
        margin-left: 10px !important;
    }
    .content_8Row_3_footer>img {
        display: none !important;
    }
    .content_8Row_2_col {
        width: 100% !important;
    }
}*/

.content_7Row {
    box-sizing: border-box;
    background-color: #5468FD;
    padding: 86PX 0;
}

.content_7Row_wrap {
    text-align:center;
}

.content_7Row_wrap>p {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    margin: 0;
    margin-bottom: 33px;
}

.content_7Row_fill {
    background-color: #ffffff;
    border-radius: 29px;
    width: 606px;
    height: 58px;
    margin: 0 auto;
}

.content_7Row_fill>input {
    height: 100%;
    width: 425px;
    box-sizing: border-box;
    padding: 0 30px;
    color: #7d848d;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 29px;
}

.content_7Row_fill>button {
    cursor: pointer;
    width: 164px;
    height: 48px;
    border-radius: 29px;
    background-color: #5468FD;
    color: #fff;
    line-height: 48px;
    outline: none;
    border: none;
}

.content_8Row {
    max-width: 94%;
    margin-left: 3%;
    box-sizing: border-box;
    background-color: #262B38;
    padding-top: 50px;
    padding-bottom: 10px;
}

.content_8Row_wrap {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.content_8Row_3-1 {
    float: left;
    /* height: 230px; */
}

.content_8Row_1_col {
    width: 250px;
    overflow: hidden;
}

.content_8Row_1_col>div {
    float: left;
    margin-right: 30px;
}

.content_8Row_1_col>div>a {
    text-decoration: none;
    color: rgb(185, 185, 185);
    margin-bottom: 16px;
    display: block;
}

.content_8Row_2_col {
    width: 550px;
    margin: 0 30px;
}

.content_8Row_2_col>div>img {
    height: 25px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content_8Row_3_col {
    width: 120px;
}

.content_8Row_3_col>img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.content_8Row_3_col>p {
    text-align: center;
}

.content_8Row_3_col>span {
    color: rgb(185, 185, 185);
    text-align: center;
    display: block;
    margin-top: 20px;
}

.content_8Row_3-1>p {
    font-size: 24px;
    color: #ffffff;
}

.content_8Row_3_footer {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.content_8Row_3_footer>img {
    width: 80px;
    position: absolute;
    left: 0;
    top: 1px;
}

.content_8Row_3_footer>p {
    text-align: center;
    font-size: 12px;
    color: rgb(185, 185, 185);
}

@media screen and (max-width:768px){
    .content_7Row{
        padding:8vw 0;
    }
    .content_7Row_wrap > p {
        font-size: 3.3vw;
    }
    .content_7Row_fill {
        width: 80vw;
        height: auto;
    }
        .content_7Row_fill > button {
            width: 140px;
            height: auto;
            line-height: 1;
            padding: 15px 0;
            border-radius: 20px;
            margin: 5px;
        }
        .content_7Row_fill > input {
            width: calc(100% - 156px);
        }
}

@media screen and (max-width:535px){
    .content_7Row_fill {
        width: 90vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .content_7Row_fill > button {
        width: auto;
        padding: 8px 10px;
        font-size: 12px;
        margin: 3px;
    }
        .content_7Row_fill > input {
            width: calc(100% - 100px);
            font-size: 12px;
            padding: 0 20px;
        }
        .content_7Row_fill > input::-moz-placeholder {
            font-size:12px;
        }
    .content_7Row_wrap > p{
        font-size:14px;
        margin-bottom:16px;
    }
    .content_7Row{
        padding:30px 0;
    }


}

.friendship-link{
    color: rgb(185, 185, 185);
    font-size: 14px;
}

.friendship-link a{
    color: rgb(185, 185, 185);
}

.friendship-link a+a{
    margin-left: 8px;
}