.gateway-help-banner{
    width: 1280px;
    height: 400px;
    background: url("../../images/banner/banner_contact.jpg");
    background-size: 100% auto;
    margin:0 auto;
    padding:0 auto;
}

.gateway-help{
    width:1086px;
    height:auto;
    margin:0 auto;
    padding:0 auto;
    margin-bottom:100px;
}


.gateway-help-main-title{
    margin-top:37px;
    font-size: 16px;
    font-weight: bold;
    color: #444242;
}

.gateway-help-main-hr{
    margin-top:5px;
    width: 1086px;
    height: 1px;
    background-color: #9b1e22;
}

.gateway-help-content{
    width:1086px;
    height:auto;
}
.gateway-help-content-hr{
    margin-top:52px;
    width: 1086px;
    height: 5px;
    background-color: #9b1e22;
}
.gateway-help-content-left{
    width:710px;
    height:auto;
    display:inline-block;
    vertical-align: top;
}

.gateway-help-content-right{
    margin-left:30px;
    margin-top:55px;
    width:340px;
    height:auto;
    display:inline-block;
    vertical-align: top;
}

.gateway-help-content-right-title-text{
    font-family: HiraginoSansGB-W6;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #1d1e20;
    display:inline-block;
}

.gateway-help-content-right-hr{
    width:295px;
    height:10px;
    background-color: rgba(155, 30, 34, 0.5);
    display:inline-block;
}

.gateway-help-content-right-detail-one{
    margin-top:23px;
    margin-bottom:15px;
    background-size:340px 227px;
    width:340px;
    height:213px;
}

.gateway-help-content-left-title{
    font-family: SimHei;
    font-size: 20px;
    font-weight: bold;
    color: #1d1e20;
    margin-top:27px;
    text-align:center;
}

.gateway-help-content-left-hr{
    width:710px;
    height:2px;
    margin-top:27px;
    background-color:#e4e4e4;
}
.gateway-help-content-main{
    margin-top:20px;
}
.gateway-help-content-main-title{
    font-family: HiraginoSansGB-W3;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #414243;
}
.gateway-help-content-left-content {
    margin-top: 38px;
    height:400px;
    overflow: scroll;
    font-family: HiraginoSansGB-W3;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #4c4c4c;
}

.gateway-help-content-question{
    font-family: HiraginoSansGB-W3;
    font-size: 13px;
    letter-spacing: 1px;
    color:#9b1e22;
    text-indent: 2em;
}

.gateway-help-content-answer{
    font-family: HiraginoSansGB-W3;
    font-size: 13px;
    letter-spacing: 1px;
    color: #4c4c4c;
    text-indent: 2em;
}

.gateway-help-main-tab{
}
.gateway-help-main-ul{
    list-style: none;
    padding:0px;
    height:28px;
}
.gateway-help-main-li{
    float:left;
    line-height:28px;
    border: solid 1px #e4e4e4;
    font-size: 11px;
    color: #777777;
    padding-left:7px;
    padding-right:7px;
    cursor:pointer;
}

.gateway-help-main-li.active{
    color:#ffffff;
    background-color:#9b1e23;
}