div {
    box-sizing: border-box;
}
div,
p {
    margin: 0;
    padding: 0;
}
.clear::after {
    content: '';
    display: table;
    clear: both;
}
.clear {
    *zoom: 1;
}
.button {
    border: none;
    outline: none;
    text-align: center;
}
.page-title {
    height: 60px;
    padding: 23px 0 13px 20px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.link-top {
    margin-top: 6px;
    padding: 40px 40px 0 40px;
    background-color: #fff;
}
.link-title {
    width: 62px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    float: left;
}
.link-list {
    width: 1058px;
    padding-bottom: 36px;
    display: table;
}
.link-item {
    text-align: center;
    width: 140px;
    display: inline-block;
    margin-left: 89px;
    cursor: pointer;
    vertical-align: top;
}

.link-item:nth-child(5n + 1) {
    margin-left: 0;
}
.link-item:nth-child(n + 6) {
    margin-top: 40px;
}
.link-item-img {
    text-align: center;
    width: 140px;
    height: 55px;
    background: #f5f5f5;
}
.link-item-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.com-name {
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    margin-top: 5px;
    max-width: 140px;
    word-break: break-all;
}
.link-middle {
    margin-top: 10px;
    padding: 35px 40px 40px 0;
    background-color: #fff;
    position: relative;
}
.apply-link-title {
    float: left;
    margin-left: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.apply-link-btn {
    float: right;
}
.put-away,
.unfold {
    width: 66px;
    height: 24px;
    background: #eeeeee;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #404040;
    position: relative;
    text-align: left;
    padding-left: 12px;
}
.put-away::after {
    content: url('../../images/matchmakingFair/put-away.png');
    position: absolute;
    width: 10px;
    height: 6px;
    top: 0;
    right: 10px;
}
.unfold::after {
    content: url('../../images/matchmakingFair/drop-down.png');
    position: absolute;
    width: 10px;
    height: 6px;
    top: 0;
    right: 10px;
}
.unfold {
    display: none;
}
.apply-link-tips {
    margin-left: 40px;
    margin-top: 16px;
    width: 1120px;
    height: 24px;
    line-height: 24px;
    background: #eff8ff;
}
.apply-link-tips img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 6px;
    vertical-align: sub;
}
.apply-link-tips span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #007de4;
}

.form-item {
    margin: 0 auto;
    margin-top: 14px;
    position: relative;
}
.form-item > p {
    position: absolute;
    top: 42px;
    left: 131px;
    display: none;
    color: #ff5b5b;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
}
.form-item-file > p {
    top: 104px;
}
.form-item label {
    display: inline-block;
    width: 120px;
    text-align: right;
    font-size: 14px;
    color: #333333;
}
.form-item input {
    width: 500px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding-left: 12px;
    margin-left: 8px;
}
.first-item {
    margin-top: 30px;
}
.form-item .code-input {
    width: 312px;
}
.form-item .code-auto {
    width: 180px;
    margin-left: 4px;
    display: inline-block;
    padding: 0;
}

.required {
    font-size: 14px;
    color: #ff5b5b;
    margin-right: 2px;
}
input::placeholder {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.submit-link {
    width: 500px;
    height: 40px;
    background: #007de4;
    border-radius: 3px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin-left: 120px;
    margin-top: 30px;
}

.success-box {
    width: 430px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.06);
    opacity: 0.9;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 20px;
    position: absolute;
    right: 140px;
    bottom: 40px;
    display: none;
}
.success-box img {
    width: 19px;
    height: 19px;
}

.link-bottom {
    margin-top: 2px;
    width: 1200px;
    height: 196px;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 18px;
}

.notify {
    width: 46px;
    padding-left: 20px;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    float: left;
}
.notify img {
    width: 16px;
    height: 14px;
}
.notify-desc {
    float: left;
    margin-left: 4px;
}
.notify-desc p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}
.notify-desc .notify-title {
    color: #333333;
}
.second-title {
    margin-top: 8px;
}

#code {
    width: 180px;
    height: 40px;
    font-size: 24px;
    font-family: HuXiaoBo-NanShen;
    font-style: italic;
    border: 0;
    letter-spacing: 2px;
    color: #ff9600;
    background: #ffe3d9;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
}

#uploadLogo {
    display: none;
}
.upload-box {
    display: inline-block;
    height: 100px;
    vertical-align: text-top;
    margin-left: 8px;
}
.wait-upload-box,
.finish-upload-box {
    display: inline-block;
    width: 140px;
    height: 100px;
    padding: 4px;
    border: 1px solid #e5e5e5;
    position: relative;
}
.wait-upload-box {
    vertical-align: top;
}
.finish-upload-box {
    margin-left: 10px;
    padding-bottom: 0;
}
.inner-upload-box {
    width: 130px;
    height: 90px;
    background: #ffffff;
    border: 1px dashed #38a2fd;
}
.thumbnail-box {
    width: 130px;
    height: 74px;
    border: 1px dashed #e5e5e5;
}
.inner-upload-box img {
    width: 24px;
    height: 22px;
    position: absolute;
    top: 20px;
    left: 58px;
    cursor: pointer;
}
.thumbnail-box img {
    width: 128px;
    height: 72px;
    display: block;
    object-fit: contain;
}
.inner-upload-box .upload-label-box {
    width: 130px;
    height: 90px;
    display: inline-block;
    cursor: pointer;
}
.upload-label-box > .upload-text {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 60px;
    left: 33px;
}
.thumbnail-text {
    margin-top: 4px;
}
.thumbnail-text span {
    float: left;
}
.thumbnail-text img {
    float: right;
    width: 13px;
    height: 13px;
    cursor: pointer;
    object-fit: contain;
}
.upload-tips {
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
}

.upload-tips span {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
