body {
    position: relative;
}
.body {
    position: relative;
    width: 100%;
    top: -.73rem;
    font-size: 0.25rem;
}

.head {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.input {
    margin: 0 .25rem;
    margin-bottom: .38rem;
    padding: .3rem .25rem;
    background-color: #FFFFFF;
    border-radius: .22rem;
    box-shadow: 0 0 0.3rem #0000002b;
}

input {
    display: block;
    height: .69rem;
    margin-right: .19rem;
    padding-left: .24rem;
    line-height: .69rem;
    font-size: .27rem;
    background-color: #F0EEF2;
    border-radius: .35rem;
    border: none;
    outline: none;
}

.words{width:75%;}

.search {
    height: .69rem;
    padding: 0 .31rem;
    line-height: .69rem;
    font-size: .27rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: .35rem;
    background-color: #4F96DE;
	-webkit-appearance:none;
	width:25%;
}

table {
    width: 90%;
    margin: .29rem auto;
    color: #135294;
    background-color: #F3F9FF;
    border-collapse: collapse;
}

td {
    padding: .24rem .3rem;
    border: .02rem solid #C4D8ED;
}

.light {
    color: #FF6600;
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    margin-bottom: .352rem;
}

.banner-name {
    margin:.3rem;
    font-size:.48rem;
    font-weight:bold;
    color:#FFFFFF;
    line-height:.85rem;
    text-align:center;
    background-color:transparent;
    border:0.06rem solid #ffffff;
}