.wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    perspective: 4000px;
    background-position: center;
    flex-direction: column;
    box-sizing: border-box;
}
header {
    background-color: #F6F7F8;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    font-size: 12px;
    align-items: center;
    min-height: 55px;
    max-height: 55px;
}

header>div:nth-child(2) {
    display: flex;
    justify-content: center;
}

header>div:nth-child(2)>div {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width:100px;
    color: #ffffff;
}
header>div:nth-child(2)>div a{
    color: #ffffff;
}
header>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}

header>div:nth-child(3)>div {
    display: flex;
}

header>div:nth-child(3) input {
    border: 0px;
    box-shadow: 0px 0px 2px #ccc;
    display: block;
    height: 28px;
    width: 192px;
    outline: 0px;
    text-indent: 5px;
    font-size: 12px;
}

header>div:nth-child(3) button {
    border: 0px solid #ccc;
    display: block;
    height: 28px;
    width: 66px;
    background-color: #173B93;
    outline: none;
    box-shadow: 0px 0px 2px #ccc;
    color: #fff;
    font-size: 12px;
}
header>div:nth-child(4){
    display: flex;
    flex-direction: row;
}
header>div:nth-child(4)>div{
    padding: 0px 10px 0px 10px;
}
.title-column {
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}
.hight-lite{
    /*padding-top:15px;*/
}
.hight-lite>a {
    /*background-color: #fff;*/
    /*color: #000 !important;*/
    padding: 2px 10px 2px 10px;
    height: 40px;
    display: flex;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 400;
    border-bottom: #FFFFFF 2px solid;
    /*color: #000 !important;*/
}
#div1>div>a {
    text-decoration:none;
}