/*英文版样式*/
/*除去通用样式，中文需要额外加的样式，前面加  .en  */
.en .test{
    color: blue;
    letter-spacing: 6px;
}


.en .title2Box{
    margin-top: 38px;
    overflow: hidden;
    color: white;
    font-size: 24px;
    text-align: center;
    font-family: Gilroy-Light, MYingHeiPRC-W3;
    position: absolute;
    left: 44px;
    top: 280px;
}
