body {
    background-color: #e5e5e5;
}
.container {
    position: absolute;
    height: 100vh;
    width: 100vw;
    min-height: 600px;
    display: flex;
}
.content {
    max-width: 1000px;
    min-width: 500px;
    width: 60vw;
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
}

.site-logo {
    padding-left: 50px;
    margin: 40px 0 0;
}
.site-logo>a {
    font-size: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}
.site-logo>a * {
    height: 60px;
    line-height: 60px;
    display: inline-block;
}
.site-logo>a>span {
    border-left: 2px solid #DD4D33;
    padding-left: 10px;
    color: #DD4D33;
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    vertical-align: bottom;
}



.icon-content{
    width: 30vw;
    height: 30vw;
    max-width: 500px;
    min-width: 250px;
    max-height: 500px;
    min-height: 250px;
    padding: 0 30px 60px;
}

.icon-buyer,
.icon-construction,
.icon-supplier{
    width: 100%;
    height: 100%;
}
/* 采购员 */
.icon-buyer {
    background: url(./../../img/login/buyer.jpg) no-repeat;
}
/* 施工班组 */
.icon-construction{
    background: url(./../../img/login/construction.jpg) no-repeat;
}
/* 供应商 */
.icon-supplier{
    background: url(./../../img/login/supplier.jpg) no-repeat;
}
.form-validate{
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}
.identity-return{
    font-size: 16px;
}
.identity-return .group-content{
    padding: 10px 0 0 20px;
}
input[type=radio]{
    margin-top: 2px;
}
input[type="checkbox"]{
    margin-right: 4px;
    margin-top: 0;
    vertical-align: middle;
}
.code-pic{
    height: 34px;
    cursor: pointer;
}

.tel-code{
    margin-left: 6px;
    height: 34px;
    line-height: 32px;
    cursor: pointer;
}
.tel-code.timing {
    background-color: #ccc;
    border-color: #ccc;
    color: #333;
    cursor: initial;
}
.group-title{
    min-width: 120px;
}

.help-block {
    display: none;
    margin: 0;
    color: #737373;
}
.has-error .help-block{
    display: inline-block;
}
.save-btn{
    width: 100px;
    margin: 0 auto;
}
#company_id,
.searchable-select{
    width: 100%;
}

.class_form_div {
    clear: both;
    height: 200px;
    overflow: auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}
#add_push{
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    border: 1px solid #cc3f42;
    background: #cc3f42;
    border-radius: 4px;
    color: #fff;
    width: auto !important;
    padding: 2px 20px;
    height: 30px;
}
#add_push:hover{
    color: #86bc42;
}
.show-span{
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 4px;
    margin-right: 6px;
}
#addPushOneLabel{
    font-size: 14px;
}
.search-push-box {
    display: inline-block;
    margin-left: 120px;
}
.search-push-box input {
    height: 30px;
    border: 1px solid #ddd;
}
.search-push-btn {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
    background-color: #2196F3;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
}
.res-here {
    overflow: hidden;
}
.push-items {
    float: left;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 3px;
    cursor: pointer;
}
.push-items:hover{
    color: #fff;background-color: #ec3441;
}
#change_seller_one {
    line-height: 40px;
    margin-left: 5px;
    float: right;
    margin-right: 5px;
}
span.error {
    margin-top: 5px;
    color: #F30;
    line-height: 22px;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 5px 1px 20px;
    margin-left: 4px;
    border: solid 1px #FCC;
    display: block;
}
#addPush_class_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
#class_table thead, #addPush_class_table thead {
    background: #eee;
}
#class_table td, #addPush_class_table td {
    padding: 5px;
    border: 1px solid #333;
}