header .nav-container{
    background: #01244c;
    height: 70px;
    border: none;
}
body{
    padding-top: 70px;
}
.tips-box{
    padding-top: 150px;
    padding-bottom: 260px;
}
.tips-box .img-box{
    float: right;
    width: 500px;
    height: 294px;
    margin-right: 100px;
    background: url("../../../statics/images/hcr/404-img.png") center no-repeat;
}
.tips-box .tips{
    float: left;
    width: 280px;
    margin-top: 90px;
    margin-left: 190px;
}
.tips-box .tips .en{
    font-size: 50px;
    color: #2ea6ee;
}
.tips-box .tips .zh{
    margin-top: 20px;
    font-size: 18px;
    color: #666;
}
.tips-box .btn-box {
    margin-top: 60px;
}
.tips-box .btn-box .btn{
    display: block;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    color: #2ea7ef;
    border: 1px solid #2ea7ef;
    cursor: pointer;
}
.tips-box .btn-box .btn:hover{
    color: #fff;
}

.privacy-version {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
}

.privacy-data {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
}

.privacy-border {
    width: 100%;
    height: 2px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
}

.privacy-link {
    color: #2288df;
}

.privacy-link:hover {
    text-decoration: underline;
}