.banner {
    position: relative;
    height: 150px;
    background: url("../../img/social/social_bg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
}
.banner .banner_center {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    text-align: left;
    padding: 16px;
}
.banner .banner_center>div:first-child {
    margin-right: 8px;
}
.banner .banner_center p:last-child {
    font-size: 9px;
    color: #fff;
    line-height: 16px;
    margin-top: 6px;
    font-weight: 400;
    max-width: 220px;
    word-break: break-word;
    width: 220px;
}
.banner .banner_center div:last-child {
    height: 118px;
}
.banner .banner_center img {
    width: auto;
    height: 118px;
}
.social_getMsg {
    background: #fff;
    padding: 0 0 20px 0;
    text-align: center;
}
.social_getMsg > div {
    width: 100vw;
    margin: 0 auto;
}
.social_getMsg h3 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: center;
    padding: 15px 0 10px 0;
}
.social_getMsg ul {
    width: calc(100vw - 22px);
    margin-left: 11px;
}
.social_getMsg ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.social_getMsg ul li:last-child {
    margin-bottom: 0;
}
.social_getMsg ul li>div {
    width: 101px;
}
.social_getMsg ul li img {
    width: auto;
    height: 28px;
    margin: 0 auto;
}
.social_getMsg ul li h3 {
    font-size: 10px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin: 10px 0;
    padding: 0
}
.social_getMsg ul li p {
    font-size: 9px;
    font-weight: 400;
    color: #999;
    line-height: 18px;
    text-align: left;
    width: calc(100% - 111px);
}
.social_way {
    background: linear-gradient(360deg, #0D37E5 0%, #29A5FF 100%);
    padding: 17px 0 21px 0;
    text-align: center;
}
.social_way > div {
    width: 100vw;
    margin: 0 auto;
}
.social_way>div>h3 {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
}
.social_way>div>ul {
    display: flex;
    align-items: center;
    justify-content: start;
    overflow-x: auto;
    margin: 0 9px;
    padding-bottom: 15px;
}
.social_way>div>ul::-webkit-scrollbar-thumb {
    height:0;
    background: none;
    -webkit-box-shadow:none;
}
.social_way>div>ul::-webkit-scrollbar {
    width: 0;
    height: 0;
}
/* 滚动槽 */
.social_way>div>ul::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}
/* 滚动条滑块 */
.social_way>div>ul::-webkit-scrollbar-thumb {
    background:none;
    -webkit-box-shadow: none;
}
.social_way>div>ul::-webkit-scrollbar-thumb:window-inactive {
    background: none;
}

.social_way>div>ul li {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    margin-left: 14px;
    flex-shrink: 0;
    white-space: nowrap;
}
.social_way>div>ul li:first-child {
    margin-left: 0;
}
.social_way>div>ul li.active {
    padding: 0 6px;
    background: #fff;
    border-radius: 3px;
    color: #41A2F7;
}
.social_way>div>ul li img {
    width: 15px;
    margin-right: 5px;
    display: none;
}
.social_way>div>ul li img:nth-child(2) {
    display: block;
}
.social_way>div>ul li.active img:first-child {
    display: block;
}
.social_way>div>ul li.active img:nth-child(2) {
    display: none;
}
.social_way .social_wayCon {
    align-items: center;
    text-align: left;
    display: none;
    width: calc(100vw - 18px);
    background: #fff;
    margin-left: 9px;
    border-radius: 8px;
    margin-top: -6px;
    position: relative;
    z-index: 999;
    height: 452px;
}
.social_way .social_wayCon_active {
    display: block;
}
.social_way .social_wayCon img {
    width: calc(100% - 10px);
    padding: 5px;
}
.social_way .social_wayCon > div {
    width: calc(100% - 28px);
    margin-left: 15px;
    padding-bottom: 10px;
}
.social_way .social_wayCon h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    margin-top: 5px;
}
.social_way .social_wayCon li {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    padding-left: 12px;
}
.social_way .social_wayCon li::before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    margin-right: 8px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.social_way .social_wayCon button {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    background: #D81719;
    border-radius: 30px;
    padding: 10px 26px;
    border: none;
    margin-top: 10px;
    position: absolute;
    bottom: 9px;
}

.social_question {
    background: #fff;
    padding: 15px 0 10px 0;
    text-align: center;
}
.social_question > div {
    width: calc(100vw - 32px);
    margin: 0 auto;
}
.social_question>div>h3 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}
.social_question ul li {
    display: flex;
    align-items: start;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
}
.social_question ul li:last-child {
    margin-bottom: 0;
}
.social_question ul li img {
    width: 20px;
    margin-right: 10px;
    border-radius: 3px;
}
.social_question ul li h3 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin-bottom: 5px;
}