.helpcenter-type-info {
    /*text-align: center;*/
    line-height: 28px;
    margin-top: 20px;
    font-size: 16px;
}

.helpcenter-type-faq {
    position: absolute;
    right: 0;
    top: 38px;
    cursor: pointer;
}

.helpcenter-cover {
    width: 100%;
    height: 520px;
    margin: 20px 0 110px;
}

.helpcenter-tablebox {
    width: 100%;
    font-size: 16px;
    color: #333333;
}

.helpcenter-tablebox-head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.helpcenter-tablebox-head > li {
    float: left;
}

.helpcenter-tablebox-head > li:nth-child(1) {
    width: 200px;
}

.helpcenter-tablebox-head > li:nth-child(2) {
    width: 220px;
    text-align: left;
    text-indent: 28px;
}

.helpcenter-tablebox-head > li:nth-child(3) {
    width: 330px;
    text-align: left;
    text-indent: 50px;
}

.helpcenter-tablebox-head > li:nth-child(4) {
    width: 230px;
    text-align: left;
    text-indent: 15px;
}

.helpcenter-tablebox .helpdlst {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /*  padding-left: 200px;*/
}

.helpcenter-tablebox .helpdlst img {
    display: block;
    width: 100%;
}

.helpcenter-tablebox .helpdlst > dt {
    width: 190px;
    background-color: #eeeff1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 40px;
}

.helpcenter-tablebox .helpdlst > dd {
    width: 100%;
    box-sizing: border-box;
    background-color: #f6f7f9;
    margin-bottom: 5px;
    padding: 15px 0;
}

.helpcenter-tablebox .helpdlst > dd:last-child {
    margin-bottom: 0;
}

.helpcenter-tablebox .helpdlst .helpdlstitem {
    width: 100%;
    overflow: hidden;
}

.helpcenter-tablebox .helpdlst .helpdlstitem > li {
    float: left;
    box-sizing: border-box;
}

.helpcenter-tablebox .helpdlst .helpdlstitem > li:nth-child(1) {
    width: 220px;
    text-align: left;
    padding-left: 28px;
}

.helpcenter-tablebox .helpdlst .helpdlstitem > li:nth-child(2) {
    width: 330px;
    text-align: left;
    padding-left: 50px;
}

.helpcenter-tablebox .helpdlst .helpdlstitem > li:nth-child(3) {
    width: 230px;
    text-align: left;
    padding-left: 15px;
}

.problembox {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px 0 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    border: 1px solid #eeeeee;
}

.problembox-hd {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    padding-left: 40px;
}

.problembox-hd:before {
    content: '';
    display: block;
    width: 4px;
    height: 18px;
    background-color: #ffd800;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -9px;
}

.problembox-hd .mycertificate-name {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding: 5px 0;
    margin-right: 30px;
    cursor: pointer;
}

.problembox-hd .mycertificate-name.active {
    font-weight: bold;
    border-bottom: 2px solid #ffd800;
}

.problembox-search {
    width: 218px;
    height: 36px;
    line-height: 36px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 4px;
    position: absolute;
    right: 50px;
    top: 6px;
    font-size: 14px;
    color: #999999;
}

.problembox-search-input {
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: none;
    border: 0 none;
    font-size: 14px;
    color: #999999;
}

.problembox-search-input::placeholder {
    color: #999999;
}

.problembox-search-btn {
    background: none;
    border: 0 none;
    width: 20px;
    height: 20px;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
}

.problembox-search-btn .fn-icon-search:before {
    transform: scale(1.1);
}

.problembox-inner {
    padding: 25px 50px 30px;
    box-sizing: border-box;
}

.problembox-list {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.problembox-list > li {
    float: left;
    width: 420px;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #eeeeee;
    margin-right: 38px;
    margin-bottom: -1px;
}

.problembox-list > li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #333333;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.problembox-list > li:nth-child(2n) {
    margin-right: 0;
}

.problembox-list > li > a {
    color: #333333;
}

.problembox-list > li > a:hover {
    color: #fd6461;
}

.problembox-name {
    font-size: 18px;
    color: #fd6461;
    position: relative;
}

.problembox-name > span {
    color: #333333;
}

.problemdetailed-inner {
    padding: 25px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.problemdetailed-inner > label {
    color: #51baf2;
    float: left;
}

.problemdetailed-inner-text {
    display: inline;
}

.aboutus-top {
    width: 100%;
    /*background-color: #ffd800;*/
    /*background-color: #ff0000;*/
    background: url("../../images/helpcenter/bg_xkzn_tt_m.jpg") no-repeat;
    box-sizing: border-box;
    padding: 46px 22px;
    margin-bottom: 60px;
}

.aboutus-top-img {
    width: 444px;
    height: 249px;
    float: left;
    margin-right: 34px;
    margin-bottom: 34px;
}

.aboutus-bot {
    padding: 0 30px;
    box-sizing: border-box;
}

.aboutus-inner {
    color: #333333;
    font-size: 16px;
    line-height: 34px;
}

.aboutus-inner-name {
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
}

.aboutus-inner-suben {
    height: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

.collegeidea {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.collegeidea > li {
    float: left;
    width: 33.33%;
}

.collegeidea .colegitem {
    max-width: 230px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.collegeidea .colegitem-typ {
    font-size: 16px;
    height: 35px;
    line-height: 34px;
    margin: 30px 0 20px;
}

.collegeidea .colegitem-cril {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    background-color: #ffd800;
    border-radius: 50%;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.collegeidea .colegitem-info {
    padding: 0 10px;
}

.trafficbox {
    width: 100%;
}

.trafficbox-tab {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding: 20px 30px 35px;
}

.trafficbox-tab > li {
    display: inline-block;
    font-size: 16px;
    width: 158px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 25px;
    margin: 0 10px;
    cursor: pointer;
}

.trafficbox-tab > li.active {
    background-color: #ffd800;
}

.traficitem {
    width: 100%;
    position: relative;
}

.traficitem-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.traficitem-mpbox {
    position: relative;
    width: 100%;
}

.traficitem-mpbox-lsttp {
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
}

.traficitem-mpbox-lsttp:last-child {
    border-bottom: 0 none;
}

.traficitem-mpbox-lsttp > li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
}

.traficitem-mpbox-lsttp > li > a {
    color: #33b8f1;
}

.traficitem-dlsc {
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    padding-left: 220px;
    overflow: hidden;
}

.traficitem-dlsc > dt {
    width: 200px;
    position: absolute;
    left: 20px;
    top: 30%;
}

.traficitem-dlsc > dd {
    float: left;
    width: 650px;
    margin: 10px 0;
}

.traficitem-dlsc:nth-child(2n-1) {
    background-color: #f7f7f7;
}

.styleshow {
    padding-top: 40PX;
}

.stylename {
    padding: 50px 0;
    position: relative;
}

.stylename .swiper-pagination {
    width: 100%;
    text-align: center;
    height: 14px;
    font-size: 0;
}

.stylename .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    height: 12px;
    margin: 0 9px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f4f4f4;
    outline: none;
}

.stylename .swiper-pagination-bullet-active {
    background-color: #ffd801;
}

.stylename .swiper-pagination-bullet-active:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
    margin: 3px 0 0 3px;
}

.stylenameitem {
    width: 288px;
    height: 177px;
    border-radius: 4px;
}

.stylenameitem > img {
    width: 100%;
}
