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: #fb5d51;
	-webkit-appearance:none;
	width:25%;
}

table {
    width: 90%;
    margin: .29rem auto;
    color: #333;
    background-color: #fff;
    border-collapse: collapse;
}

td {
    padding: .24rem .2rem;
    border: .02rem solid #ccc;
}

.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;
}

.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 750px;
    margin: auto;
    background: #fff;
    padding: 0.1rem 0;
    z-index: 999;
}

.share {
    width: 35%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1.5625rem;
    color: #ffffff;
    font-size: 0.36rem;
    font-weight: 500;
    background-color: #f80;
    margin-left: 0.275rem;
}

.share div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.1rem;
}

.focus-btn {
    width: 40%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1.5625rem;
    color: #ffffff;
    font-size: 0.36rem;
    font-weight: 500;
    background-color: #f80;
    margin-left: 0.275rem;
}

.focus-btn div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-city {
    width: 65%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.32rem;
    border: 0;
    border-radius: 1.5625rem;
    margin-left: 0.275rem;
    margin-right: 0.275rem;
    margin-top: 0.1rem;
    color: #ffffff;
    background: #F80;
}

.daofen-box p, span, strong {
    font-family: "Microsoft YaHei" !important;
    line-height: 2 !important;
}