.font_bold{
    font-weight: bold;
    font-size: 40px;
    text-decoration: none;
    color:#222935
}

a{
    text-decoration: none;
    color: #fff;
}
.footer_a_margin_left{
    margin-left: 100px;
}

.rightbar{
    position: absolute;
    right: 40px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #f2f2f2;
    font-size: 16px;
    cursor: pointer;
}
.login_wrap,.noLogin_wrap{
    display: none;
}
.login_wrap{
}
.rightbar button{
    background-color: transparent;
    border: none;
}


.primary_btn{
    width: 120px;
    height: 36px;
    line-height: 36px;
    background-color: #ff6c3a;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.dongman_list_step{
    text-align: center;
}

.dongman_text_center{
    justify-content: center;
}
.user_login_wrap{
    text-align: center;
}
.user_login_wrap input{
    width: 240px;
    height: 36px;
    line-height: .36rem;
    background-color: #Fff;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin:  8px 0;
    text-indent: 2px;
    outline: none;
}
.user_login_wrap .primary_btn{
  
    margin: 10px auto;
}

.user_login_wrap_title{
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
}
.border-dash-li{
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

#kkpager{
    margin: 30px 0
}

.btn-small{
    width: 90px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }