@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
 /* .banner-text 的 padding-top 已移除：
    旧布局靠它把内容往下推，现在主视觉改为弹性居中，再加内边距会把中心顶偏。 */
 .banner-text h1 {
 font-size: 42px;
}
 .banner-text p {
 font-size: 24px;
}
 .footer .footer-col {
 margin-bottom: 50px;
}
h1, .type-wrap {
    font-size: 24px;
    color: #fff;
}
#countdown {
	margin-bottom:0px;
}
#countdown .item:nth-child(1){
    margin: 15px; 
	margin-left:0px;
}
.item {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 10px;
    padding: 5px 0 20px;
    text-transform: uppercase;
    font-size: 10px;
    border-bottom: 1px solid #ffc107;
    color: #fff;
    width: 140px;
    /* background: rgba(0, 0, 0, 0.34); */
    border: 1px #646464 dashed;
    border-bottom: 1px solid #ffc107;
    margin: 15px;
    margin-left:0px;
}
/* .subscribe 的 padding-bottom 已移除：留白会把居中基准点顶偏 */
}
@media screen and (max-width: 640px) {
 /* .banner-text 的 padding-top 已移除：
    旧布局靠它把内容往下推，现在主视觉改为弹性居中，再加内边距会把中心顶偏。 */
h1, .type-wrap {
    font-size: 18px;
    color: #fff;
}
}
@media screen and (max-width: 480px) {
 /* .banner-text 的 padding-top 已移除，理由同上。 */
 .banner-text h1 {
 font-size: 32px;
}
 .item {
 width:70%;
}
}
@media screen and (max-width: 320px) {
 /* .banner-text 的 padding-top 已移除，理由同上。 */
 .item {
 width:70%;
}
}
