/* 商城 */
.Mall{}
.Mall li {width:31.6%;height: 160px;box-shadow: 0px 2px 15px #F1F1F1;box-sizing: border-box;}
.Mall_tit {text-align: center;padding-left: 13.5%;}
.Mall_tit h6 {font-size: 21px;color: #000000;margin-bottom: 35px;}
.Mall_tit a {display: inline-block;width: 110px;height: 28px;line-height: 28px;text-align: center;background-color: #F5F5F5;border-radius: 15px;}
.Mall_tit a:hover {background-color: #D9232E;} 
.Mall_tit a span {font-size: 14px;}
.Mall_img {max-width: 120px;padding-right: 9.8%;}
.Mall_img img {max-width: 100%;}
@media screen and (max-width: 1400px) {
.Mall li {width: 49%;margin-bottom: 10px;}
}
@media screen and (max-width: 600px) {
.Mall li {width: 100%;}
}
/* 商城 end */
/* APP */
.Events_box {position: relative;height: 208px;}
.Events_box img {width: 100%;}
.Events_tit {position: absolute;top: 23.8%;left: 0;width: 100%;text-align: center;}
.Events_tit p {color: #ffffff;font-size: 35px;margin-bottom: 20px;}
.Events_tit a {display: inline-block;width: 125px;height: 30px;font-size: 16px;line-height: 30px;color: #000000;background-color: #FFFFFF;border-radius: 15px;}
.Events_tit a:hover {background-color: #D9232E;} 
.Events_tit a span {font-size: 16px;}
@media screen and (max-width: 1024px) {
.Events_box {height: 300px;}
.Events_tit {top: 30%;}
.Events_tit p {font-size: 21px;padding: 0 20px;}
.Events_tit a {width: 100px;height: 30px;line-height: 30px;font-size: 14px;}
}
/* APP end*/