/* 新版自助服务 */

.column {
    padding-top: 29px;
    padding-bottom: 29px;
    background: #fff;
}

.column ul li {
    float: left;
    padding: 50px 0 18px;
    width: 275px;
    text-align: center;
    cursor: pointer;
}

.column ul li:hover {
    background-color: #f5f5f5;
}

.column ul li a {
    text-decoration: none;
}

.column ul li a .desc{
    font-size: 12px;
    color: rgb(95, 95, 95);
    line-height: 21px;
    font-weight: 100;
}

.column ul li a .name{

padding-top: 18px;
    padding-bottom: 12px;
    font-size: 18px;
    color: #000;
    font-weight: 100;
}

/* end */

.help-banner {
    position: relative;
}

.help-banner img {
    width: 100%;
}

.help-banner .search {
    width: 346px;
    height: 320px;
    position: absolute;
    right: 360px;
    top: 15px;
    background: rgba(0, 0, 0, 0.3);
    padding: 50px 24px 0;
}

.help-banner .search img {
    display: block;
    width: 266px;
    height: 26px;
    margin: 0 auto 24px;
}

.help-banner .search input {
    height: 30px;
    width: 300px;
    font-size: 14px;
    background: transparent;
    color: #999999;
    padding: 0 15px;
    border: 1px solid #AAAAAA;
    margin-bottom: 36px;
}

.help-banner .search .key-words {
    color: #fff;
}

.help-banner .search .key-words a {
    color: #999999;
}

.help-banner .search button {
    width: 300px;
    height: 50px;
    font-size: 20px;
    border-radius: 0;
    background: #0092ff;
    margin-top: 56px;
}


.content .content-item {
    margin-top: 16px
}

/* 公共标题 */
.content-title {
    font-size: 28px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    margin: 0px 0 50px;
    padding-top: 40px;
    font-weight: bold;
    position: relative;
}

.content-title::after {
    content: '';
    width: 40px;
    height: 4px;
    background: rgba(0, 146, 255, 1);
    border-radius: 2px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.self-service {
    background: #fff;
    padding-bottom: 26px;
}

.self-service .service-list .service-item {
    width: 291px;
    margin-bottom: 14px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 10px;
    padding: 24px 14px;
}

.self-service .service-list .service-item h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-bottom: 6px
}

.self-service .service-list .service-item div {
    font-size: 14px;
    color: #999999
}

.self-service .service-list .service-item .icon-wrapper {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 12px
}

.self-service .service-list .service-item .icon-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.content .content-item .ys-selector-item {
    width: 150px;
    height: 42px;
    line-height: 42px;
    background: #F2F2F2;
    border-radius: 4px;
    text-align: center;
    margin-right: 12px;
}

.content .content-item .ys-selector-item.active {
    background: #0092FF;
    color: #fff
}

/* 新手上路 */
ul.newer-on-way {
    padding: 10px 0
}

ul.newer-on-way li {
    font-size: 14px;
    padding: 8px 1em;
    list-style: none;
}

ul.newer-on-way li a {
    color: #000;
    font-family: Proxima-Nova;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.newer-on-way li span {
    font-size: 12px;
    color: #999;
}

ul.newer-on-way li a:hover {
    color: #0092FF;
}

/* 新手上路 End */

/* 联系我们 */
.content .content-item.contact {
    padding: 0 20px 20px 20px;
    margin-bottom: 30px
}

.content .content-item .contact-list {
    background: #FAFAFA;
    padding: 20px 0;
}

.content .content-item .contact-list .contact-item {
    text-align: center
}

.content .content-item .contact-list .contact-item a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #fff
}

.content .content-item .contact-list .contact-item:nth-child(1) a {
    background: #75D587;
}

.content .content-item .contact-list .contact-item:nth-child(2) a {
    background: #3699FF;
}

.content .content-item .contact-list .contact-item:nth-child(3) a {
    background: #F29B76;
}

.content .content-item .contact-list .contact-item .number {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    margin: 18px 0 20px 0;
}

.content .content-item .contact-list .contact-item .contact-title {
    font-size: 16px;
    color: #010100
}

.content .content-item .contact-list .contact-item .contact-title img {
    margin-right: 10px
}

/* 联系我们 End */


/* 热门问题 */
.ys-tab-content {}

.ys-tab-content .ys-tab-item {
    width: 590px;
    min-height: 346px;
    background: white;
    margin-bottom: 20px;
    
}

.ys-tab-content .ys-tab-item ul {
    background: #fff;
}

.ys-tab-content .ys-tab-item:not(:nth-child(2n)) {
    margin-right: 20px;
}

.ys-tab-content .ys-tab-item .s-title div {
    font-size: 18px;
}

.ys-tab-content .ys-tab-item .s-title a {
    font-size: 16px;
}

.ys-tab-content .ys-tab-item .s-title a,
.ys-tab-content .ys-tab-item .s-title {
    color: #fff;
}

.ys-tab-content .ys-tab-item:nth-child(1) .s-title {
    background: #0092FF;
}

.ys-tab-content .ys-tab-item:nth-child(2) .s-title {
    background: #FF9900;
}

.ys-tab-content .ys-tab-item:nth-child(3) .s-title {
    background: #AD94FF;
}

.ys-tab-content .ys-tab-item:nth-child(4) .s-title {
    background: #57E5B4;
}

.ys-tab-content .ys-tab-item .s-title {
    padding: 16px 16px;
}

/* 热门问题 end */