.support-center {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 119px
}

.support-center .support-search {
    display: inline-block;
    width: 100%;
    height: 230px;
    background: url(/images/support-bg.5fe60329.png) no-repeat top;
    background-size: cover;
    text-align: center;
    position: relative;
    top: -2px
}

.support-center .support-search .suppport-title {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin: 20px 0 30px
}

.support-center .support-search .suppport-title .st-upper {
    font-size: 38px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0;
    color: #fff;
    text-shadow: 1.35px 1.35px 0 0 #002fa3
}

.support-center .support-search .suppport-title .st-sub {
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px 0 0 rgba(0, 47, 163, .5)
}

.support-center .support-search .support-input-container {
    width: 900px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 110px auto
}

.support-center .support-search .support-input-container .support-input {
    float: left;
    width: 770px;
    height: 50px;
    outline: none;
    border: none;
    padding: 0 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-rendering: auto;
    color: #333;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: #fff;
    font-size: 16px
}

.support-center .support-search .support-input-container input::-webkit-input-placeholder {
    color: #999;
    background-color: #fff;
    font-size: 16px
}

.support-center .support-search .support-input-container .search-btn {
    float: left;
    width: 100px;
    height: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #ff732d;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.support-center .support-search .support-input-container:after {
    display: table;
    content: " ";
    clear: both
}

.support-center .home-container {
    width: 1300px;
    padding: 0;
    margin: 0 auto
}

.menu-container {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-top: 50px
}

.menu-container .menu-label {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 26px;
    position: relative
}

.menu-container .menu-list {
    width: 100%;
    margin: 30px 0 50px;
    display: inline-block
}

.menu-item-m {
    width: 310px;
    height: 97px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 105px 105px;
    background-position: 150px 10px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #f6faff
}

.menu-item-m:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.menu-item-m:hover .m-name {
    color: #128bed !important
}

.menu-container .menu-list>.menu-hover {
    cursor: pointer;
    background-color: #f6faff
}

.menu-item-m .menu-m-left {
    float: left
}

.menu-item-m .menu-m-right {
    float: right;
    margin: 15px 12px 15px 0;
    width: 235px
}

.menu-item-m .menu-m-left .m-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 34px 15px
}

.menu-item-m .menu-m-right .m-name {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px
}

.menu-item-m .menu-m-right .m-name-desc {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.menu-item-m:after {
    display: table;
    content: " ";
    clear: both
}

.pull-left {
    float: left !important
}

.menu-container .menu-label>.type-filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pull-right {
    float: right !important
}

.menu-container .menu-label>.type-filter .filter-item.active {
    color: #128bed;
    background-color: #f2f8fe
}

.menu-container .menu-label>.type-filter .filter-item {
    height: 24px;
    background-color: #f7f7f7;
    border-radius: 2px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 3px 10px;
    margin-right: 10px;
    cursor: pointer
}

.menu-item-text {
    float: left;
    width: 355px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-right: 67px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: none
}

.menu-item-text .menu-text-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 3px;
    margin-right: 8px;
    vertical-align: 2px
}

.menu-container .menu-list:after,
.menu-item-text:after {
    display: table;
    content: " ";
    clear: both
}

.support-center .home-container .menu-item-l {
    float: left;
    width: 320px;
    height: 102px;
    margin-right: 6px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #f6faff
}

.support-center .home-container .menu-item-l .menu-left {
    float: left;
    margin: 20px 0 20px 20px
}

.support-center .home-container .menu-item-l .menu-right {
    position: absolute;
    height: 100%;
    padding-right: 12px;
    margin-left: 220px
}

.support-center .home-container .menu-item-l:after {
    display: table;
    content: " ";
    clear: both
}

.support-center .home-container .menu-item-l .menu-left .l-name {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700
}

.support-center .home-container .menu-item-l .menu-left .l-name-desc {
    color: #999;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 288px
}

.menu-item-l:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.menu-item-l:hover .m-name {
    color: #128bed !important
}

.btn-primary {
    padding: 5px 10px;
    width: 62px;
    color: #fff;
    background-color: #128bed;
    border-color: #128bed;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer
}

.btn-primary:hover {
    background-color: #0069bf;
    border-color: #0069bf;
    color: #fff
}

.qrcode-popper {
    padding: 0 !important;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}