/*样式*/
.ewm {
position: absolute;    right: 200px;    bottom: 80px;}
@media only screen and (max-width: 798px) {
.ewm {
     bottom: 110px;
     right: 10px;}
}
