.infomation-company {
    padding: 35px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.infomation-list > li {
    margin-bottom: 21px;
    border-bottom: 1px solid #e3e3e3;
}

.infomation-intro {
    font-size: 16px;
}

.infomation-intro:before, .infomation-intro:after {
    content: '';
    display: table;
}

.infomation-intro:after {
    clear: both;
}

.infomation-intro__inner {
    padding-bottom: 40px;
}

.infomation-intro__num {
    margin-bottom: 13px;
    float: right;
    font-size: 13px;
    color: #999;
}

.infomation-cover__inner {
    overflow: hidden;
}

.infomation-edit {
    display: none;
    padding: 33px 31px;
}

.infomation-edit .upload-button {
    position: relative;
    margin-bottom: 23px;
    padding: 10px 36px;
}

.infomation-edit .upload-button__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.infomation-edit .select-form {
    display: inline-block;
    width: auto;
}

.infomation-edit .select-form .select {
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.infomation-edit .preview {
    display: inline-block;
    background-color: #e8e8e8;
    text-align: center;
}

.infomation-edit .preview-wrap {
    margin-top: 13px;
}

.infomation-edit .preview .era-icon-photo {
    color: #8d9ea7;
    line-height: 100px;
}

.infomation-edit .companyname {
    width: 300px;
}
.infomation-edit .title {
    width: 600px;
}

.infomation-edit .address {
    margin-right: 50px;
}

.infomation-edit .company-desc {
    margin-right: 40px;
}

.infomation-edit .company-desc .select {
    width: 180px;
}

.infomation-edit .textarea {
    width: 670px;
    height: 131px;
}

.infomation .third-party {
    color: #d9d9d9;
    font-size: 24px;
}

.infomation .third-party span {
    display: inline-block;
    margin-right: 22px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.infomation .third-party span.active, .infomation .third-party span:hover {
    color: #b3b3b3;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.profile-dialog {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.profile-dialog .dialog-container {
    padding: 74px 0 95px;
    width: 700px;
}

.profile-dialog .dialog__header {
    margin-bottom: 20px;
    font-size: 28px;
}

.profile-dialog .dialog__body {
    color: #74777d;
    font-size: 16px;
}

.profile-dialog .confirm {
    margin-top: 60px;
}

.profile-dialog.invalid .dialog__header {
    margin-bottom: 40px;
}

.profile-dialog.invalid .dialog__body {
    color: #2a333f;
}

.third-party__edit {
    margin-top: 40px;
}

.third-party__edit > div + div {
    display: none;
}

.input-wrap .input {
    width: 400px;
}

.infomation-cover {
    overflow: hidden;
}