.tab {
    width: 320px;
    /*background-color: #fff;*/
}
.tab-info.sel-1 >:nth-child(2) {
    display: block;
}
.tab-info.sel-2 >:nth-child(3) {
    display: block;
}
.tab-info.sel-3 >:nth-child(4) {
    display: block;
}
.tab-info .title {
    height: 80px;
    width: 100%;
    background: url(/app_images/wanlitong/v40/wap/financialCentre/line.png?d=20150325) repeat-x 0 0;
    -webkit-background-size: 1px 80px;
    background-size: 1px 80px;
    text-align: center;
}
.tab-info .title .wrap {
    width: 100%;
}
.tab-info .title span {
    width: 90px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    margin: 10px 3px;
    cursor: pointer;
}
.tab-info .title img {
    width: 100%;
    height: 100%;
}
.tab-info .info {
    text-align: center;
    position: relative;
    background-color: #EDEDF3;
    display: none;
}
.tab-info .info:after {
    display: block;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    border-color: #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #EDEDF3;
}
.tab-info.sel-1 .info:after {
    top: -7px;
    left: 52px;
}
.tab-info.sel-2 .info:after {
    top: -7px;
    left: 152px;
}
.tab-info.sel-3 .info:after {
    top: -7px;
    left: 254px;
}
/*.tab-info .info a > img {
    width: 280px;
    height: 380px;
    margin: 20px;
}*/
.tab-info .info ul{
    padding: 10px 20px;
}
.tab-info .info li{
    margin-bottom: 10px;
    width: 280px;
    height: 100px;
}
.tab-info .info li a > img{
    width: 100%;
    height: 100%;
    margin: 0;
}
