/*固定顶部供应商门户图表*/
.wrapper {
    padding: 0 !important;
    height: auto !important;
}

/*顶部标题*/
.supplier-detail-header {
    background-color: #fff;
    height: 70px;
    padding-top: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

/*顶部标题*/
.supplier-detail-header .border-width {
    width: 1100px;
    margin: 0 auto;
}

/*顶部logo*/
.supplier-detail-header .logo {
    float: left;
    padding-top: 8px;
    margin-left: -15px;
}

/*顶部logo*/
.supplier-detail-header .logo img {
    height: 36px;
}

.supplier-detail-header .title {
    float: left;
    color: #333;
    font-size: 16px;
    border-left: 2px solid #ddd;
    padding-left: 15px;
    margin: 21px 0 0 0;
    line-height: 20px;
}

.supplier-detail {
    background-color: #fff;
    padding: 90px 20px 10px 20px;
    width: 1100px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.supplier-detail .title {
    color: #333;
    font-size: 22px;
    text-align: center;
}

/*获取验证码按钮*/
.send-out {
    width: 100px;
    color: #fff;
    position: absolute;
    height: 30px;
    border-radius: 0 5px 5px 0;
    border: none;
}

/*获取验证码按钮颜色*/
.send-out.red {
    background: #ee5a2f;
}

/*获取验证码按钮验证倒计时显示*/
.form-disabled-label button:disabled{
    display: inline-block !important;
}