.logo {
    margin: 50px auto 30px;
    width: 23%;
    text-align: center;
}

.logo img {
    width: 100%;
}

.reg_block {
    margin-top: 20px
}

.reg_block a:hover, .reg_block a:focus {
    text-decoration: none;
}

.reg_login {
    border: 1px solid #4dc2da;
    background: #4dc2da;
    color: #ffffff;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
    width: 84%;
    margin: 32px auto 0;
    font-size: 16px;
    margin-left: 8%;
}

.reg_list {
    width: 85%;
    margin: 0 auto;
    border-bottom: #dbdbdb 1px solid;
    height: 50px;
    line-height: 30px;
    color: #9d9d9d
}

input {
    border: 0px;
    height: 50px;
    line-height: 30px;
    float: left;
    color: #333333;
    width: 60%;
    background: transparent;
    margin-left: 3px;
    outline: medium;
    -webkit-appearance: none;
}

span {
    float: left;
}

.get_code {
    float: right;
    color: #4dc2da;
    line-height: 50px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #9d9d9d;
}

.reg_new {
    color: #4dc2da;
    text-align: center;
    height: 38px;
    line-height: 38px;
    width: 85%;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 16px
}

.icon {
    float: left;
    color: #4dc2da;
    font-size: 2em;
    position: relative;
    top: 10px;
}

.gift_look {
    color: #4dc2da;
    text-align: center;
    height: 38px;
    line-height: 38px;
    width: 85%;
    margin: 0 auto;
    font-size: 14px
}

.g_slogen {
    width: 42%;
    position: absolute;
    left: 29%;
    bottom: 20px;
}

.picfull img {
    width: 100%;
}

.gift_look .iconfont {
    font-size: 0.9em;
}

.ajax-update.disabled, .ajax-update.disabled:hover, .ajax-update.disabled:focus, .ajax-update.disabled:active, .ajax-update.disabled.active, .ajax-update[disabled], .ajax-update[disabled]:hover, .ajax-update[disabled]:focus, .ajax-update[disabled]:active, .ajax-update.active[disabled], fieldset[disabled] .ajax-update, fieldset[disabled] .ajax-update:hover, fieldset[disabled] .ajax-update:focus, fieldset[disabled] .ajax-update:active, fieldset[disabled] .ajax-update.active {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}