.adjust-center {
    background: #f5f7fa;
    width: 1200px;
    margin: 0 auto;
}

.adjust-ban {
    margin: 0 48px;
    padding-bottom: 44px;
}

.adjust-head p {
    float: left;
    height: 84px;
    line-height: 84px;
    font-size: 28px;
    color: #2c2e2f;
}

.adjust-head>div {
    height: 84px;
    line-height: 84px;
}

.adjust-head .btn-help {
    font-size: 12px;
    color: #0070ba;
    background: transparent;
    border: 0 none;
    outline: none;
    vertical-align: middle;
}

.adjust-go {
    text-align: center;
    background: #fff;
    border: 1px solid #e1e7eb;
    border-radius: 4px;
}

.adjust-go h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 22px;
    margin-top: 30px;
    color: #2c2e2f;
}

.adjust-go p {
    font-size: 14px;
    margin-bottom: 16px;
}

.adjust-go .go-account {
    padding: 14px 22px;
    background: #0070ba;
    border: 0 none;
    font-size: 14px;
    color: #fff;
    outline: none;
    border-radius: 22px;
    margin-bottom: 28px;
}

.adjust-event {
    margin-top: 36px;
    border: 1px solid #e1e7eb;
    border-radius: 4px;
    background: #fff;
    padding: 0 20px;
}

.adjust-event .event-head {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    color: #2c2e2f;
}

.event-con {
    position: relative;
}

.event-con .event-type {
    float: left;
}

.event-type .event-item {
    float: left;
    height: 45px;
    border: 1px solid #e6eaed;
    border-radius: 4px;
    padding: 24px 20px;
    margin-right: 24px;
}

.event-type .event-active {
    border: 1px solid #0070ba;
}

.event-active p {
    color: #0070ba;
}

.event-con .event-ipt {
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
}

.event-ipt select,
.event-ipt input {
    padding: 16px 14px;
    font-size: 14px;
    color: #6c7378;
    vertical-align: middle;
}

.event-ipt select {
    margin-right: -6px;
    border: 1px solid #9da3a6;
    border-radius: 4px 0 0 4px;
}

.event-ipt input {
    height: 18px;
    border: 1px solid #9da3a6;
    margin-right: -6px;
}

.event-ipt .search {
    width: 40px;
    height: 52px;
    vertical-align: middle;
    background: transparent;
    border: 1px solid #9da3a6;
    border-radius: 0 4px 4px 0;
    background: url(../pic/search.png) no-repeat;
    background-position: 10px 16px;
}

.down-report {
    text-align: right;
    margin-top: 40px;
}

.down-report button {
    background: transparent;
    color: #0070ba;
    font-size: 12px;
    border: 0 none;
    outline: none;
}

.event-reply ul {
    border-bottom: 1px solid #b7bcbf;
}

.event-reply li {
    float: left;
    font-size: 14px;
    padding: 16px 28px;
}

.event-reply li.reply-active {
    color: #0070ba;
    border-bottom: 2px solid #0070ba;
}

.event-filter {
    height: 46px;
    line-height: 46px;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    border-top: 1px solid #b7bcbf;
    border-bottom: 1px solid #b7bcbf;
}

.event-num {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 16px;
    line-height: 50px;
    border: 1px solid #0070ba;
    border-radius: 4px;
    margin: 22px 0 44px;
}

.like {
    text-align: center;
    padding: 38px 0;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #e1e7eb;
    border-radius: 4px;
}

.like p {
    color: #322e2f;
    font-size: 28px;
    margin-bottom: 28px;
}

.like button {
    padding: 14px 130px;
    font-size: 14px;
    color: #fff;
    background: #0070ba;
    outline: none;
    border: 0 none;
    border-radius: 22px;
}

.feedback {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.feedback .feedback-btn {
    background: transparent;
    color: #0070ba;
    font-size: 14px;
    border: 0 none;
    outline: none;
    margin-left: 4px;
}