* {
    margin: 0;
    padding: 0;
}

html,
body,
.page {
    height: 100%;
    font-family: 'Microsoft YaHei'
}

li {
    list-style: none;
}

.page {
    background: url('/theme/uia/images/findpassword/bgimg_02.png') no-repeat;
    background-size: 100% 100%;
}

.header {
    height: 12%;
    box-sizing: border-box;
    padding: 15px 30px;
}

.header img {
    height: 100%;
}

.tabs {
    width: 630px;
    margin: 0 auto;
}

.o-tabs {
    margin: 5%;
}

.o-tabs-list {
    overflow: hidden;
	display: flex;
    justify-content: space-around;
}

.o-tabs-item {
    text-align: center;
    color: white;
    float: left;
    font-size: 14px;
}

.o-tabs-item:hover {
    cursor: pointer;
}

.o-tabs-item-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    margin: 10px auto;
}

.o-tabs-item-img img {
    width: 55%;
    margin-top: 15px;
}

.psdfind img {
    width: 45%;
}

.msgfind img {
    margin-top: 17px;
}

.phonefind img {
    margin-top: 16px;
}

.o-tabs-item:hover .o-tabs-item-img {
    background: rgba(0, 0, 0, .5);
    transition: all .5s;
}

.t-tabs {
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px #333232;
    padding: 30px 50px;
}

.t-tabs-title {
    text-align: center;
    color: #105ab4
}

.t-step {
    padding: 5px;
    margin: 15px 0;
    overflow: hidden;
}

.t-step-item {
    float: left;
    border-bottom: 1px solid #ccc;
    width: 33%;
    text-align: center;
}

.t-step-item-name {
    height: 30px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding: 0 6px;
}

.t-active {
    border-bottom: 2px solid #105ab4;
}

.t-step-num {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    background: #105ab4;
    color: white;
    font-style: normal;
    border-radius: 50%;
}

.t-form {
    margin: 15px 0;
}

.t-form-input {
    height: 30px;
    width: 50%;
    margin: 14px auto;
    display: block;
}

.t-form-input-img {
    width: 20px;
    margin: 5px;
    float: left;
}

.t-form-input-phone {
    width: 16px;
    margin: 2px 5px;
}

.t-form-input-inp {
    float: right;
    height: 90%;
    width: 80%;
    border: none;
    background: #e6e6e6;
    border-radius: 5px;
    padding: 0 10px;
}

.t-form-input-yzm {
    width: 40%;
    float: left;
    margin-left: 2px;
}

.common-btn {
    background: #105ab4;
    color: white;
    padding: 5px 35px;
    margin: 5px;
    border: none;
    border-radius: 5px;
}

.common-btn:hover {
    cursor: pointer;
    transition: .5s all;
    background: #2b6dbd;
}

.common-btn1 {
    background: #105ab4;
    color: white;
    padding: 5px 15px;
    /* margin: 5px; */
    border: none;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}

.t-form-footer {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}

.t-from-done {
    text-align: center;
}

.color_login {
    color: #105ab4;
    cursor: pointer;
}

.p-none {
    display: none;
}

.o-active .o-tabs-item-img {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, .6);
    transition: all .5s;
}

.o-active .o-tabs-item-img img {
    margin-top: 18px;
}

.tabs-none {
    display: none;
}

@media screen and (max-width:1400px) {
    .o-tabs-item-img {
        width: 50px;
        height: 50px;
    }
    .o-active .o-tabs-item-img {
        width: 60px;
        height: 60px;
    }
    .o-tabs {
        margin: 3%;
    }
    .tabs {
        width: 560px;
    }
    .t-form-input-inp {
        width: 76%;
    }
    .t-form-input-yzm {
        width: 30%;
    }
}