.nat {
    /*height: 100vh;*/
    position: relative;
    background: #f7f8f9;
}
.nat:before {
    content: "";
    width: 100%;
    height: 131px;
    /*background: url(../images/hs/NATbanner.png) no-repeat;*/
    /*background-size: cover;*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.nat .banner {
    height: 124px;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 33;
}
.nat .banner span {
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0.0200000005rem 0.2600000065rem rgba(0, 122, 225, 0.5);
}
.nat .banner span.title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 0 20px 0;
}
.nat.nat-register-enter:before {

    background: url("../images/appoint_head.png") no-repeat;
    background-size: cover;
}
.nat.nat-register-enter .banner span {
    font-size: 14px;
    padding-left: 0;
    font-weight: lighter;
}
.nat.nat-register-enter .banner span.title {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 0;
}
.borderStyle{
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    margin-top: 10px;
}
.new__title{
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.new__title:before{
    content: "";
    width: 5px;
    height: 20px;
    border-radius: 0.040000001rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #3980fd;

}