/*根据具体情况加*/
/*给顶部导航栏用的*/
/*.navbar-for-client {*/
/*    float: right;*/
/*    margin: 10px 55px 10px 0*/
/*}*/

/*.header-container {*/
/*    border-radius: 0;*/
/*    position: fixed;*/
/*    top: 0px;*/
/*    background: #ffffff;*/
/*    color: #000000;*/
/*}*/

/*.banner .navbar {*/
/*    background: #ffffff;*/
/*}*/

.register-btn {
    background-color: rgb(255, 255, 255);
    color: #157bf9;
}

.col-md-4 {
    margin: 0 auto;
}

.dropdown-list-block {
    padding: 20px 35px 0 35px;
}

.navbar-for-client {
    float: right;
    margin: 10px 55px 10px 0
}

.dropdown-list-title {
    border-bottom: 1px solid #E8EBEF;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0E1537;
    user-select: none;
    line-height: 20px;
    letter-spacing: 1px;
}

.dropdown-list-items {
    list-style: none;
    padding-left: 0;
}

.dropdown-list-items li {
    margin-bottom: 15px;
}


.dropdown-list-items a {
    text-decoration: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0E1537;
    letter-spacing: 1px;
}

.dropdown-list-items p {
    margin: 0;
}

.dropdown-list-desc {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #a2a4b1;
}

.dropdown-toggle-btn {
    background: transparent;
    border: none;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 8px 15px;
}

.dropdown-toggle-btn:hover {
    background: transparent;
    border: none;
}

.dropdown-menu-container {
    padding: 0;
    margin: 0;
}

.navbar-for-blue {
    color: white;
}

.navbar-for-white {
    color: #000000;
}

.login-btn-white {
    border-radius: 2px;
    border: 1px solid #305BD3;
    color: #305BD3;
    padding: 6px 24px;
    margin-top: 11px;
}

.register-btn-white {
    background: linear-gradient(270deg, #35A3F8 0%, #3765FA 100%);
    border-radius: 2px;
    color: white;
    border: 1px solid white;
}

.register-btn-white:hover{
    opacity: 0.9;
}


.login-btn-white:hover {
    color: #157bf9;
    border-color: #157bf9;
}

.login-btn-white:focus {
    outline: none;
    color: #157bf9;
    border-color: #157bf9;
    background: white;
}

.help-document-enter, .community-enter{
    color: #FFFFFF;
}

.help-document-enter-white, .community-enter-white{
    color: black;
}

.dropdown-toggle-btn{
    pointer-events: none;
    cursor: pointer;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown-menu{
    margin-top: 0;
    border: none;
}

.dropdown-menu > li > a{
    height: 40px;
    display: flex;
    align-items: center;
}