.headers_wrap {
    background: #fff;
}

.big_title {
    margin-top: 80px;
    width: 100%;
    height: 96px;
    background: url(../imgs/header/public.jpg) no-repeat center/cover;
    font-size: 36px;
    font-family: SegoeUI-Bold;
    color: rgba(0, 121, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_wrap {
    width: 100%;
    overflow: hidden;
    background: #F5F6F9;
}

.text_wrap .text_box {
    width: 1200px;
    margin: 32px auto;
    background: #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
    padding: 96px 200px;
}

.text_wrap .text_box .title {
    width: 100%;
    font-size: 24px;
    font-family: SegoeUI-Bold;
    color: #333333;
    line-height: 33px;
    text-align: center;
    margin: 0 auto
}

.text_wrap .text_box .info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 56px;
    width: 100%;
}

.text_wrap .text_box .info .see {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: SegoeUI;
    color: #999999;
    margin-right: 32px;
}

.text_wrap .text_box .info .see img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.text_wrap .text_box .info .time {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: SegoeUI;
    color: #999999;
    margin-right: 32px;
}

.text_wrap .text_box .info .time img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.text_wrap .text_box .info .from {
    font-size: 14px;
    font-family: SegoeUI;
    color: #999999;
}

.text_wrap .text_box .source {
    width: 100%;
    margin: 32px auto 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: SegoeUI;
    color: #333333;
}

.text_wrap .text_box .source a {
    color: #0079FF;
}

.text_wrap .text_box .btn_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: 56px;
}

.text_wrap .text_box .btn_box a {
    width: 36px;
    margin-right: 16px;
    height: 36px;
}

.text_wrap .text_box .btn_box a:nth-of-type(2) {
    margin-right: 0;
}

.text_wrap .text_box .btn_box a img {
    display: block;
    width: 36px;
    height: 36px;
}

.text_wrap .text_box .download_btn {
    width: 320px;
    height: 44px;
    background: #0079FF;
    border-radius: 22px;
    margin: 56px auto 0;
    font-size: 18px;
    font-family: SegoeUI;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
}

.text_wrap .text_box .other_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 56px auto 32px;
    width: 100%;
    height: 33px;
    font-size: 24px;
    font-family: SegoeUI-Bold;
    color: #333333;
}

.text_wrap .text_box .other_title .line {
    width: 280px;
    height: 1px;
    background: #EAEAEA;
}

.text_wrap .text_box .link {
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    margin: 0 auto;
    font-size: 14px;
    font-family: SegoeUI;
    color: #666666;
    line-height: 32px;
    text-align: center;
    transition: all .3s;
}

.text_wrap .text_box .link:hover {
    background: #F8F8FA;
    color: #0079FF;
}