﻿@charset "utf-8";


.overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000008a;
   /* display: flex;
     justify-content: center;
    align-items: center; */
    z-index: 1;
	  display: flex;
  justify-content: space-around; /* �ȷ�5��ģ�� */
    padding-bottom: 35px;
}

.overlay div {width: 25%;
    float: left;
	border-right:2px solid rgba(157, 157, 157, 0.48);
    
}
	
.textbanner {
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-top: 40px;
    text-align: center;
	 cursor: pointer; 
}
.textbanner h3{
font-size: 18px;
}

.textbanner h3,p{
font-size: 14px;
}

.yylyz{
    float: left;
    width: 31%;
    background: #f0f0f0;
    margin-right: 20px;
}

.textbanner2 {
font-size:14px;
padding:30px 30px 10px 30px;
font-weight: 200;

}


@media screen and (max-width: 480px) {
.overlay{display:none;}

}