﻿body{
    background: #fff;
}
.outBox .hd ul li{
    width: auto;
}
.layout{width: 1200px;position: relative;margin:auto}
.content-box .inBox {
    width: 924px;
    margin: auto;
    padding: 30px 0;
}
.header-box{
    border-bottom:1px solid #D2D2D2;

}
.header-box>span{
    display: inline-block;
    line-height: 50px;
    font-size: 24px;
    color:#6583BE;
    border-bottom: 4px solid #0F2D4E;
    margin-bottom: -1px;
}
.content-box .inBox>p {
    padding: 8px 24px;
    color: #6987c0;
}

.content-box .inBox>p.title_info {
    background: #f6b8a1;
    color: #fff;
    padding: 15px 24px;
    border-radius: 4px;
    line-height: 1.25;
}

.content_box .inBox .button {
    padding: 0;
    height: 44px;
    line-height: 44px;
}
.pl20{
    padding-left:20px;
}
.wid170{
    width: 170px;
    float:left
}
.wid170 img{
    width: 170px;
}
.p-title{
    padding:30px 0 40px 0;
    font-size: 14px;
    font-weight: bold;
    height: 88px;
    text-align: center
}

.bq_view,
.bq_view_ok {
    text-align: center;
    width: 56px;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    margin-left: 30px;
}

.bq_view {
    background-image: url(/usercenter/assets/img/forget/Not-pass.png);
}

.bq_view_ok {
    background-image: url(/usercenter/assets/img/forget/forget-Authenticated.png);
}

.btn-az,
.btn-ios,
.btn-def{
    width: 177px;
    height: 48px;
    margin-left: 80px
}

.btn-az {
    background: url(/usercenter/assets/img/forget/android-img.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 80px;
    margin-bottom: 20px;
}
.btn-def{
    background: #B7B7B7;
    color:#fff;
    font-size: 18px;
    border-radius: 8px;
}

.btn-ios{
    background: url(/usercenter/assets/img/forget/ios-img.png) no-repeat;
    background-size: 100% 100%;
}