.mine {
    width: 140px;
    height: 50px;
    background: rgba(253, 208, 0, 1);
    border-radius: 4px;
    font-size: 24px;
    font-family: PingFangSC-Medium;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
    text-align: center;
    margin: 40px auto 20px;
    font-weight: bold;
}

.about {
    display: flex;
    flex-flow: column;
}

.about p {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    margin-bottom: 23px;
}

.about p:last-child {
    margin-bottom: 0;
}

.swiper_outer_mine {
    width: 1140px;
    height: 324px;
    margin: 0 auto;
    position: relative;
}

.swiper_outer_mine .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin-right: 20px;
}

.swiper_outer_mine .swiper-pagination {
    bottom: 20px;
    left: 495px;
}

.swiper-container2 .swiper-slide {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(204, 204, 204, 0.5);
    border-radius: 4px;
    height: 315px;
    margin-top: 5px;
}

.swiper-container2 {
    width: 1140px;
    margin: 0 auto;
    height: 324px;
    overflow: visible;
}

.pa {
    float: left;
    margin-top: 15px;
    margin-left: 58px;
    width: 500px;
    height: 250px;
}

.rig_box {
    float: left;
    margin-left: 80px;
    margin-top: 20px;
    display: flex;
    flex-flow: column
}

.son_dal {
    display: flex;
    flex-flow: column;
    margin-top: 20px;
}

.son_tit {
    font-size: 18px;
    font-family: PingFangSC-Medium;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    font-weight: bold;
}

.son_dal_box {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.icon {
    margin-right: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone_text {
    margin-left: 5px;
}