.wrap {
    width: 1200px;
    margin: 0 auto;
}

.m-help-header {
    background: #fff;
    padding-top: 20px;
    border-bottom: 1px solid #EDEDED;
}

.m-help-header .logo {
    float: left;
}

.m-help-header .title {
    float: left;
    height: 31px;
    margin-left: 20px;
    margin-top: 6px;
    padding-left: 20px;
    font-size: 24px;
    color: #333333;
    line-height: 31px;
    letter-spacing: 2px;
    border-left: 2px solid #DEDEDE;
}

.m-help-header .content {
    float: left;
    margin-left: 60px;
}

.m-help-header .content input {
    width: 414px;
    height: 40px;
    border: 1px solid #DEDEDE;
    float: left;
    outline: none;
    font-size: 14px;
    padding-left: 24px;
}

.m-help-header .content .search {
    float: left;
    width: 98px;
    height: 40px;
    background: #F3630E;
    border-radius: 0px 0px 16px 0px;
    outline: none;
    border: none;
}

.m-help-header .phone {
    float: right;
    width: 206px;
    height: 39px;
    background: url(/resources/shop/images/m-phone.png?v1.1);
    background-size: 100%;
}

.m-help-header .links {
    text-align: center;
    overflow: hidden;
    padding: 25px 0;
}

.m-help-header .links a {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    width: 64px;
    font-size: 16px;
    color: #555555;
}

.m-help-header .links a.active {
    font-weight: bold;
    color: #2F65B5;
}

.m-help-header .links a.active:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    transform: translateX(50%);
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #2F65B5;
    border-radius: 20px;
}

.m-help-header .links a + a {
    margin-left: 60px;
}

.m-to-top {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(610px);
    width: 64px;
    height: 64px;
    color: #2F65B5;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(222, 225, 232, 1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.m-to-top.is-hide {
    bottom: -64px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2F65B5;
    border-color: #2F65B5;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #2F65B5;
    background-color: #2F65B5;
}

.main-header .top-nav .container {
    width: 1230px;
}