.social{
    width: 100%;
    min-width: 1200px;
}
.search-frame{
    width: 100%;
    height: 2rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1200px;
}
.search-frame p{
    width: 7rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.search-frame p::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    transform:skew(-20deg);
    background: #f4f5f7;
}
.search-frame p input{
    width: 90%;
    height: 100%;
    border: none;
    margin: 0 auto;
    outline: none; 
    z-index: 1;
}
.search-frame .searchbtn{
    width: 1.4rem;
    height: 0.6rem;
    background: transparent;
    border: none;
    position: relative;
    color: #fff;
    font-size: 0.24rem;
    cursor: pointer;
}
.search-frame i{
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 0.6rem;
    font-size: 0.38rem;
}
.search-frame .searchbtn::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #a93428;
    transform:skew(-20deg);
    left: 0;
    top: 0;
}
.position{
    width: 80%;
    margin: 0 auto;
}
.position ul{
}
.position-head{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #dcdfe4;
    display: flex;
    align-items: center;
}
.position-head p{
    width: 25%;
    text-align: center;
    font-size: 0.22rem;
}
.position ul li{
    width: 100%;
    height: 0.8rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    
    border: 1px solid #ccc;
}
.position ul .on{
    height: auto;
    transition: all 0.5s;
}
.position ul li p .dian{
    position: absolute;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: #e0e0e0;
    border-radius: 100%;
    left: 0.3rem;
    top: 0.32rem;
}
.position ul .on p .dian{
    background: #a93428;
}
.position ul .on p .iconfont{
    transform: rotateX(180deg);
}

.position ul li>p{
    display: flex;
    width: 100%;
}
.position ul li p span{
    width: 25%;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.22rem;
}
.position ul li p i{
    position: absolute;
    right: 0.3rem;
    top: 0.32rem;
    font-size: 0.21rem;
    cursor: pointer;
}
.position ul li .details{
    padding:0 0 0.4rem  0.7rem;
    border-top: 1px solid #ccc;
}
.position ul li .details p{
    line-height: 0.38rem;
}
.position ul li .details .title{
    padding-top: 0.3rem;
}
.position ul li .details a{
    display: block;
    width: 4rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 0.4rem;
}
.position ul li .details a::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #a93428;
    z-index: -1;
    transform: skew(-10deg);
}
.paging{
    width: 28%;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
}
.paging .swiper{
    width: 80%;
}
.paging button{
    width: 0.8rem;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
}
.paging .select{
    color: #fff;
}
.paging .select::after{
    background: #a93428;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-10deg);
}