.download-ch-manual,
 .download-en-manual {
     display: block;
     border-radius: 10px;
     border: 3px solid #482071;
     box-shadow: 0 5px 5px #777;
     width:auto;
     color: #482071;
     text-align: center;
     margin: 50px auto;
     padding: 10px;
 }

 .download-en-manual:hover {
     background-color: #482071;
     color: white;
     transition: all .5s ease;
     text-decoration: none;
 }

 .download-ch-manual:hover {
     background-color: #482071;
     color: white;
     transition: all .5s ease;
     text-decoration: none;
 }

.schedule-2 {
     display: block;
     line-height: 40px;
 }

 .schedule-text1,
 .schedule-text2 {
     border-right: 2px solid orange;
 }

 .schedule-text1,
 .schedule-text2,
 .schedule-text3 {
     font-size: 16px;
}

 .exhibition-floor-img {
     height: auto;
     width: 100%;
 }
