.newItem .new-body {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    padding: 30px 60px;
    border-radius: 5px;
    background-color: #fff
}

.newItem .new-body .to-list {
    padding-top: 15px;
    color: #f9007b;
    text-align: center
}

.newItem .new-body .to-list .to-list-btn {
    cursor: pointer
}

.newItem .new-body .to-list .to-list-btn:hover {
    opacity: .8;
    position: relative
}

.newItem .new-body .to-list .to-list-btn:hover:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #f9007b
}

.newItem .new-body .new-title {
     color: #666;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.12em;
}

.newItem .new-body .remarks {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    text-align: center
}