.content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 2px 6px 0 #58a7dc;
    -moz-box-shadow: 0 2px 6px 0 #58a7dc;
    box-shadow: 0 2px 6px 0 #58a7dc;*/
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -212px;
    margin-left: -200px;
    padding: 0;
    margin-bottom: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding-bottom: 10px;
    background: #fff;
}

.getback-body {
    position: relative;
    height: 100%;
    color: #333;
}

.buttons-tab {
    height: 42px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.tab-content {
    margin: 10px 24px 20px 24px;
}

.prove {
    width: 49.5%;
    text-align: center;
    display: inline-block;
    color: #333;
    font-size: 17px;
    line-height: 42px;
}

.prove.active {
    color: #58a7dc;
    border-bottom: 2px solid #58a7dc;
}

.list {
    /*padding: 0 24px;*/
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item {
    display: inline-block;
}

.item-input {
    width: 248px;
}

.item-content {
    font-size: 14px;
}

.list ul li {}

.item-inner {
    padding: 14px 8px 10px 2px;
    border-bottom: 1px solid #ccc;
}

.email-input,
.new-password {
    border: 0px;
    outline: none;
    width: 210px;
    margin-left: 10px;
}

.type-captcha {
    border: 0px;
    outline: none;
    width: 80px;
    margin-left: 10px;
    display: inline-block;
}

.change-img-btn {
    color: rgb(255, 140, 60);
    margin: 0 10px;
    line-height: 36px;
    cursor: pointer;
}

.captcha-img {
    display: inline-block;
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 36px;
    cursor: pointer;
    float: right;
}

.captcha {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.item-title {
    width: 78px;
    text-align: center;
}

.ixunke-code-input {
    width: 148px;
}

.text-warning {
    box-sizing: border-box;
    min-height: 19px;
    padding-left: 94px;
}

.btn-back {
    margin-top: 20px;
}

.button {
    /*margin-left: 50%;*/
}

.backIndex {
    margin-top: 10px;
}

.password .iconfont {
    font-size: 20px;
    float: right;
    display: none;
    cursor: pointer;
}

/*.email-content .btn-back .disable{
    background: #D2D2D2;
    border:1px solid #D2D2D2;
}*/
.ixunke-captcha-li {
    display: none;
}