.float-left {
    float: left;
}

.both {
    clear: both;
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.modal-dialog {
    z-index: 9;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.22);
}

.dialog-box {
    width: 780px;
    height: 440px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 23px;
    z-index: 10;
    overflow: hidden;
}

.dialog-box > img:nth-child(1) {
    width: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
}

.dialog-box > div:nth-child(3) {
    height: 100%;
    background: url(../img/community_login_popup_bg.png);
}

.login-change {
    text-align: center;
    font-size: 20px;
    justify-content: space-between;
    padding-bottom: 33px;
    padding-top: 39px;
    width: 260px;
    margin: 0 auto;
}

.login-change > div:nth-child(1), .login-change > div:nth-child(2) {
    height: 20px;
}

.login-change > div:nth-child(1) span, .login-change > div:nth-child(2) span {
    position: relative;
    top: -5px;
}

.login-change > div:nth-child(1) {
    border-right: 1px solid #ddd;
}

.login-btn-box {
    width: 102px;
    display: inline-block;
    font-size: 18px;
    padding-left: 20px;
    text-align: right;
    position: absolute;
    right: -44px;
}

.login-btn-box a {
    color: #333;
}
.login-btn-box-hide a {
    color: #fff;
}

.login-btn-box a:nth-child(2) {
    padding-left: 5px;
}

.login-btn-active {
    color: #1fc9d3;
}

.input-user {
    width: 320px;
    height: 46px;
    border: 1px solid #c7c7c7;
    border-radius: 23px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.login-form {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
    margin-right: 64px;
}

.input-user img {
    margin-left: 20px;
    margin-bottom: 4px;
    max-width: 100%;
    height: auto;
}

.input-user input {
    border: none;
    font-size: 14px;
    color: #333;
    outline: none;
    height: 100%;
    padding-left: 8px;
    width: 250px;
    border-radius: 20px;
    display: inline-block;
}

.input-user input::placeholder {
    color: #ccc;
}

.input-user > div {
    width: 320px;
    height: 46px;
    line-height: 46px;
    background: #2ad6e0;
    border-radius: 23px;
    text-align: center;
    color: #fff;
    border: none;
    margin-bottom: 20px;
    transition: all .5s;
    font-size: 16px;
    cursor: pointer;
}

.change-password {
    text-align: right;
    color: #2ad6e0;
    font-size: 14px;
    padding-right: 10px;
}
.turn-page{
    display: table;
    margin: 0 auto;
    width: auto;
}
.turn-page li{
    display: inline;
}
.turn-page li a{
    /*color: #fff;*/
    /*background-color: #1fc9d3!important;*/
    /*border: 1px solid #1fc9d3;*/
}
.page-active{
    background-color: #1fc9d3!important;
    color: #fff;
    border: 1px solid #1fc9d3;
}
.user-content{
    text-align: right;
    position: absolute;
    right: -30px;
}
.relative{
    position: relative;
}
.to_create-content{
    z-index: 20;
    left: 10px;
    position: absolute;
}

.create-box{
    position: relative;
    left: -44px;
}
.nav-search{
    position: relative;
    right: 64px;
    width: 200px;
}
.nav-search input{
    margin-left: 20px;
}
.header-ba{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #2ad6e0;
}
