@charset "utf-8";


.pcIpo{
   display: block;
}
.mIpo{
    display: none;
}


/*手机端样式*/

@media screen and (max-width: 768px) and (min-width: 320px) {
.pcIpo{
    display: none;
}
.mIpo{
    display: block;
}
#msubmitBtn{
    top: 7px;
}
/*上市导航*/
.ipoNav{
    padding: 0 15px;
}
#navb{
    width: 100%;
}
#navb li{
    width: 25%;
    background-size: cover;
    font-size: 16px;
    font-weight: 600;
}
#navb.zcNav ul li.li1{
    width: 25%;
}
#navb.zcNav ul li{
    width: 25%;
}
#navb.zcNav ul li:last-child{
    display: none;
}
/*上市公司*/
.sbox{
    border: none;
    padding: 0 15px;
}
.sbox .titleClass{
    height: 37px;
}
.sbox .titleClass h2{
    display: none;
}
.sbox .titleClass .classify{
    position: static;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.sbox .titleClass .classify a{
    width: auto;
    height: 35px;
    line-height: 35px;
    margin: 0;
    font-weight: 600;
}

.sbox .titleClass .classify .a1{
    color: #408cd6;
    background: none;
    border-radius: 0;
    border-bottom: 2px solid #408cd6;
}

.ssgsg li{
    width: 33.3%;
}
.ssgsg li a{
    width: 95%;
    margin: 8px 5px;
}
    
}