.common-info-title {
    font-size: 28px;
    font-family: PingFang SC;
    color: #111111;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.common-info-desc {
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}

.recommend {
    font-size: 24px;
    font-family: PingFang SC;
    color: #111111;
    padding: 39px 0 37px 0;
}
.swiper-main {
    position: relative;
    width: 1000px;
    margin-bottom: 30px;
}
.applicationDetail-container {
    width: 100%;
    height: 100%;
}

.applicationDetail-container .swiper-slide {
    font-size: 18px;
    /* width: 310px; */
    padding: 0 15px;
    max-width: 340px;
    /* margin-right: 30px; */
}

.applicationDetail-container .cover {
     height: 260px; 
    width: 303px;
}

.applicationDetail-container .cover img {
    width: 100%;
    /* height: 100%; */
}


.applicationDetail-container .text {
    background: #F7F8FC;
    padding: 20px 30px;
}
.applicationDetail-container  .text .title {
    font-size: 18px;
    font-family: PingFang SC;
    color: #D70022;
    margin-bottom: 6px;
}

.applicationDetail-container  .text .link {
    font-size: 17px;
    font-family: PingFang SC;
    color: #111111;
}

.swiper-main .pagination{
    position: absolute;
    top: 50%;
    width: 33px;
    height: 30px;
    cursor: pointer;
}
.swiper-main .prev{
    left: -50px;
    background: url('../hs/static/iocn_select_not_prev.png') no-repeat;
}
.swiper-main .prev:hover{
    background: url('../hs/static/iocn_select_active_prev.png') no-repeat;
}
.swiper-main .next{
    right: -50px;
    background: url('../hs/static/iocn_select_not.png') no-repeat;
}

.swiper-main .next:hover{
    background: url('../hs/static/iocn_select_active.png') no-repeat;
}