header {
    background: url(./../static/headbg.jpg) repeat-x 0 100%;
    height: 110px;
}

.page-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    clear: both;
    height: inherit;
    box-sizing: border-box;
}

.header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    color: #333;
}

.header .logo img {
    height: 106px;
    display: block;
}

.header .go {
    color: #0055a2;
    font-size: 16px;
}

main {
    min-height: calc(100vh - 36px);
    padding-top: 36px;
    background: #EDF2F6;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
}

.steps-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-list .heng {
    background-color: #ddd;
    height: 1px;
    width: 144px;
    margin: 0 39px;
}

.steps-list .steps-item .num {
    border-radius: 50%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    background-color: #ddd;
    border: 1px #ddd;
    margin: 0 auto 10px;
}

.steps-list .steps-item.active .num {
    background: rgba(13, 138, 255, 1);
    color: #fff;
}

.form {
    width: 600px;
    margin: 50px auto 0;
}

.form:last-of-type {
    display: none;
}

.form .item {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.form .item p {
    margin-right: 16px;
    text-align: right;
    width: 170px;
    font-size: 16px;
    flex-shrink: 0;
}

.form .item p span {
    color: red;
}

.form .item input[type="number"],
.form .item input[type="password"],
.form .item input[type="text"] {
    border: 1px solid #d9d9d9 !important;
    padding: 10px 11px;
    font-size: 14px;
    background: none;
    width: 330px;
}

.form .item #cate {
    display: flex;
    flex-wrap: wrap;
}

.form .item #cate label {
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.form .item #cate label input {
    background: none;
    margin-right: 4px;
}

.form .img .boxs {
    position: relative;
}

.form .img .boxs img {
    width: 64px;
    height: 64px;
    display: block;
}

.form .img .boxs input {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.form .content {
    width: 138px;
    height: 43px;
    background: rgba(13, 138, 255, 1);
    line-height: 43px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: 4px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    margin-bottom: 12px;
    margin-right: 30px;
}

.form .files .content input {
    position: absolute;
    cursor: pointer;
    width: 138px;
    height: 43px;
    left: 0;
    top: 0;
    opacity: 0;
}

.form .files a {
    font-size: 12px;
    color: red;
    margin-bottom: 12px;
}

.check {
    text-align: right;
    padding: 0 15px 20px 0;
}

.check a {
    line-height: 29.21px;
    color: rgba(142, 142, 142, 1);
}

.btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-box .btn {
    width: 23%;
    height: 43px;
    background: rgba(13, 138, 255, 1);
    line-height: 43px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: 4px;
    cursor: pointer;
    font-size: 14px;
    margin: 0 20px;
}

.checkbox {
    position: relative;
}

.checkbox .changeAll {
    position: absolute;
    right: -76px;
    top: 0;
    width: 76px;
    height: 34px;
    background: rgba(13, 138, 255, 1);
    line-height: 34px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: 4px;
    cursor: pointer;
    font-size: 14px;
}