.specialMain{
    background: #fff;
}
.specialBanner img, .specialTitle img{
    width: 100%;
    display: block;
}
.specialTitle{
    margin-top: 70px;
}
.speciaInfo{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    position: relative;
    height: 960px;
}
.speciaList{
    position: absolute;
    display: flex;
}
.speciaList:nth-child(2n){
    top: 63px;
}
.speciaList:nth-child(2) {
    left: 236px;
}
.speciaList:nth-child(3) {
    left: 472px;
}
.speciaList:nth-child(4) {
    left: 708px;
}
.speciaList:nth-child(5) {
    left: 944px;
}
.speciaList:nth-child(6) {
    right: 57px;
    top: 316px !important;
}
.speciaList:nth-child(7){
    right: 291px;
    top: 377px;
}
.speciaList:nth-child(8){
    right: 530px;
    top: 316px;
}
.speciaList:nth-child(9) {
    right: 768px;
    top: 379px;
}
.speciaList:nth-child(10) {
    left: 70px;
    top: 316px;
}
.speciaList:nth-child(11) {
    left: 133px;
    top: 630px;
}
.speciaList:nth-child(12) {
    left: 371px;
    top: 693px;
}
.speciaList:nth-child(13) {
    left: 612px;
    top: 630px;
}
.speciaList:nth-child(14) {
    left: 849px;
    top: 693px;
}

.speciaListTop{
    cursor: pointer;
}
.speciaListTop:hover .speciaText{
    color: #1a9eff;
}
.speciaText{
    text-align: center;
    margin-top: 16px;
}
.speciaList:after {
    position: absolute;
    content: '';
    width: 109px;
    height: 64px;
    background: url("images_pes/special/arrow-1.png");
    top: 109px;
    left: 100%;
    background-size: cover;
}

.speciaList:nth-child(2n):after {
    transform: rotate(300deg);
    top: 46px;
}
.speciaList:nth-child(5):after {
    width: 124px;
    height: 105px;
    background: url("images_pes/special/arrow-2.png");
    background-size: cover;
}
.speciaList:nth-child(6):before {
    display: block;
    position: absolute;
    content: '';
    width: 109px;
    height: 64px;
    background: url(images_pes/special/arrow-1.png);
    background-size: cover;
    transform: rotate(120deg);
    left: -110px;
    top: 108px;
}
.speciaList:nth-child(6):after{
    width: 52px;
    height: 141px;
    background: url(images_pes/special/arrow-3.png);
    background-size: cover;
    transform: rotate(180deg)!important;
    margin-top: 0;
    top: -105px!important;
}
.speciaList:nth-child(7):after {
    transform: rotate(180deg);
    left: -110px;
    top: 45px;
}

.speciaList:nth-child(8):after{
    transform: rotate(120deg);
    left: -110px;
    top: 108px;
}
.speciaList:nth-child(9):after{
    transform: rotate(180deg);
    left: -110px;
    top: 45px;
}
.speciaList:nth-child(10):after {
    transform: rotate(0deg);
    left: -70px;
    top: 107px;
    width: 70px;
    height: 124px;
    background: url(images_pes/special/arrow-4.png);
    background-size: cover;
}
.speciaList:nth-child(11):before {
    content: '';
    position: absolute;
    transform: rotate(0deg);
    left: -134px;
    top: -84px;
    width: 133px;
    height: 155px;
    background: url(images_pes/special/arrow-5.png);
    background-size: cover;
}
.speciaList:last-child:after{
    display: none;
}
.speciaPos {
    position: absolute;
    top: 110%;
    min-width: 230px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 28px 23px;
    box-sizing: border-box;
    z-index: 10;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.speciaPos:after{
    content: '';
    position: absolute;
    width: 16px;
    height: 11px;
    background: url("images_pes/special/arrow-6.png");
    background-size: cover;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.speciaPosLink{
    display: block;
    position: relative;
    line-height: 32px;
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.speciaPosLink:after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #1a9eff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.speciaPosLink:hover{
    color: #1a9eff;
}


.mImg{
    display: none!important;
}
@media screen and (max-width: 1201px) {
    .pcImg{
        display: none!important;
    }
    .mImg {
        display: block!important;
    }
    .specialTitle {
        margin-top: 3rem;
    }
    .speciaList{
        margin-top: 2rem!important;
        width: calc((100% - 2rem) / 2);
        margin-left: 2rem;
        border: 1px solid #ececec;
        flex-wrap: wrap;
        pointer-events: none;
        padding: 2rem 1rem;
        box-sizing: border-box;
        position: initial;
    }
    .speciaList:nth-child(2n+1){
        margin-left: 0;
    }
    .speciaList:before, .speciaList:after{
        display: none!important;
    }
    .speciaInfo{
        margin-top: 0.5rem;
        padding-bottom: 3rem;
        position: initial;
        height: auto;
    }
    .speciaListTop{
        margin: 0 auto;
    }
    .speciaPos{
        position: initial;
        display: block!important;
        width: 100%;
        box-shadow: none;
        min-width: auto;
        transform: none;
    }
    .speciaPos:after{
        display: none;
    }
    .speciaIcon{
        width: 7rem;
    }
    .speciaIcon img{
        width: 100%;
    }
    .speciaPosLink {
        padding-left: 0;
        text-align: center;
        pointer-events: auto;
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-top: 1rem;
    }
    .speciaPosLink:after{
        display: none;
    }
    .speciaPos{
        padding: 0;
        margin-top: 0.5rem;
    }
}