.white_bg {
    background: white;
}
.item_3 {
    flex-direction: column;
    align-items: start;
    justify-content: center;
}



.right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    text-align: right;
}
.img_4 {
    width: 233px;
    height: 165px;
}
.title {
    font-weight: 500;
    color: #000;
    font-size: 28px;
}
.content {
    color: #202640;
    margin-top: 30px;
}
.space_between {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.btn_1, .btn_3 {
    background: #2A95E5;
    color: white;
    font-family: "Source Han Sans CN" !important;
    border: 2px solid #2A95E5;
}

.btn_3 {
    width: 240px;
    height: 40px;
}
/* 客服 */
.gray_bg {
    background: #f4f6f9;
}
.img_7 {
    width: 130px;
    height: 137px;
}
.btn_container {
    margin-top: 40px;
}
.img_3 {
    width: 189px;
    height: 157px;
}
.to_code {
    color: #2A95E5;
    margin-top: 30px;
}
.item_container_row {
    width: 62%;
    margin-left: 19%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

