@charset "UTF-8";
.mallBannerSection{
    display: block;
    background: url(../../main/images/mainBanner-2.jpg) center no-repeat;
    width: 100%;
    height: 500px;
    text-align: center;
}
.mallBannerSection .ehrWidthArea{
    height: 100%;
    display: table;
}
.mallBannerSection .ehrWidthArea .ehrHeader-section-text{
    display: table-cell;
    vertical-align: middle;
}
.mallBannerSection .ehrHeader-section-text .textTitleInfo{
    color: #1d63ef;
}
.mallBannerSection .ehrHeader-section-text p.textTipsInfo{
    color: #222222;
}
.mallContent{
    display: block;
    text-align: center;
    padding-top: 80px;
}
.mallContent ul{
    list-style: none;
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
}
.mallContent ul li{
    width: 580px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    transition: box-shadow .3s;
}
.mallContent ul li:nth-child(2n){
    margin-right: 0;
}
.mallContent ul li:hover{
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.12);
}
.mallContent-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.mallText{
    width: 1%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 22px 0 22px 40px;
}
.mallPic{
    width: 234px;
    height: 180px;
    user-select: none;
}
.mallPic img{
    width: 100%;
    height: 100%;
    border: 0;
}
.mallContent ul li span{
    display: block;
}
.mallText-tit{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: bold;
}
.mallText-info{
    height: 66px;
    font-size: 14px;
    line-height: 1.5715;
}
.mallText-tips{
    padding: 0 16px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    color: #1d63ef;
    font-size: 14px;
    border: 1px solid #1d63ef;
    position: relative;
    cursor: pointer;
}
.mallText-tips:hover{
    background-color: #1d63ef;
    color: #ffffff;
}
.mallText-tips-hover{
    padding: 15px 17px;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 27px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    cursor: default;
}
.mallText-tips:hover .mallText-tips-hover{
    opacity: 1;
    visibility: visible;
    top: 35px;
}
.mallText-tips-hover span{
    font-size: 14px;
    color: #222222;
    line-height: 16px;
}
.mallText-tips-hover span + span{
    margin-top: 8px;
    font-size: 16px;
    font-family: "Arial";
}