.g-main {
    background: #F8F8F8;
}

.page-container {
    margin-top: 10px;
    background: #fff;
}

.page-container .top-bg {
    height: 365px;
    background: url(/resources/shop/images/help/help_about.jpg) no-repeat center center;
    background-size: 1920px 365px;
}

.page-container .page-main {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    padding-right: 200px;
}

.page-container .page-main .title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    letter-spacing: 1px;
}

.page-container .page-main h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

.page-container .page-main p {
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    margin: 20px 0;
    text-indent: 2em;
}

.page-container .page-main h4 {
    font-size: 16px;
    font-weight: bold;
}

.page-container .page-main p.circle:before {
    content: '•';
    display: inline-block;
    margin-right: 8px;
    text-indent: 0;
}

.page-container aside {
    position: absolute;
    top: 20px;
    right: 50%;
    transform: translateX(600px);
    width: 120px;
    padding-top: 80px;
    background: #fff;
    transition: all 0.3s;
    z-index: 50;
}

.page-container aside.fixed {
    position: fixed;
}

.page-container aside h3 {
    padding-left: 20px;
}

.page-container aside .menu {
    margin-top: 20px;
}

.page-container aside .menu-item {
    padding: 10px 20px;
    border-left: 4px solid #EDEDED;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.page-container aside .menu-item.active {
    color: #EB6100;
    border-color: #EB6100;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.contact-content {
    font-size: 16px;
    display: flex;
    line-height: 2;
}

.contact-content h3 {
    font-size: 18px;
    padding-bottom: 30px;
}

.contact-content .flex span {
    color: #333;
}

.contact-content .flex div.flex-1 {
    color: #666;
}

.consult-content {
    margin-top: 30px;
    border-top: 1px solid #EDEDED;
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
}
.consult-content > .flex {
    align-items: center;
}
.consult-content img {
    margin-right: 16px;
}

.consult-content .tip {
    font-size: 16px;
    padding-bottom: 10px;
}

.consult-content .button {
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
}

.consult-content .button.blue {
    background: #659BE3;
}

.consult-content .button.yellow {
    background: #EE9558;
}

.mt20 {
    margin-top: 20px;
}

.fz16 {
    font-size: 16px;
}

.text-orange {
    color: #f56a00 !important;
}