.background {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: #631CA0 url('//img10.360buyimg.com/imgzone/jfs/t1/208844/10/22685/995719/62947529E96b949f6/b14f757cfc748d49.png') no-repeat center 0;
    background-size: 100%;
    padding-bottom: 60px;
}

.query_form {
    width: 700px;
    line-height: 58px;
    height: 55px;
    text-align: center;
    margin: 3% auto 0;
    border-radius: 18px;
    position: relative;
}

.query_form > input {
    position: absolute;
    width: 72%;
    border: solid 1px #DFDFDF;
    height: 55px;
    border-radius: 18px;
    padding: 0 5px;
    left: 0;
    padding-left: 16px;
}

.query_form > a {
    position: absolute;
    text-align: center;
    background-color: white;
    line-height: 57px;
    width: 150px;
    border-radius: 18px;
    padding: 0 5px;
    font-size: 20px;
    color: #5E005E;
    right: 0;
}

.note_title_img {
    width: 100%;
}

.winner_list_note_body_no_view {
    width: 700px;
    background-color: white;
    margin: 1% auto 12px;
    border-radius: 18px;
    position: relative;
    height: 200px;
    font-size: 18px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*放公共 css 文件会失效*/
.multi_activity_note_body {
    margin-top: -18px;
}

.winner_list_batch {
    width: 700px;
    min-height: 80px;
    background-color: white;
    margin: 1% auto 20px;
    border-radius: 18px;
    position: relative;
    display: flex;
    align-items: center;
}

.winner_list_batch_name {
    text-align: left;
    margin: 0 60px 0 20px;
    font-size: 20px;
}

.winner_list_batch_icon {
    position: absolute;
    right: 12px;
}

.winner_list_note_body > table {
    /*margin: 3% auto 12px;*/
    padding: 0 10px;
    width: 100%;
}

.winner_list_note_body > table tr {
    background-color: #fafafa;
}

.winner_list_note_body > table tr td {
    font-size: 18px;
    color: #888888;
}

.winner_list_note_body > div {
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 16px;
    color: #888888;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 18px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666;
    font-size: 18px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
    font-size: 18px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666;
    font-size: 18px;
}

.icon {
    width: 42px;
    height: 42px;
}