.bg-gray{
  background-color: #f5f5f5;
}
.max-full{
  max-width: 100%;
}
.text-btn{
  color: #0084e9;
}
.mt30{ margin-top:30px;}
.mt60{ margin-top:60px;}
.mb30{ margin-bottom:30px;}
.relative{ position: relative;}
.page-main{ padding:30px 0;}

/* 侧菜单 */

.side-menu {
    background-color: #f5f5f5;
    margin-right: 30px;
}
.side-menu .caption {
    font-size: 18px;
    padding: 20px;
}
.side-menu ul {
    padding-bottom: 60px;
}
.side-menu ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 1.5em;
    color: #666;
}
.side-menu ul li a.m3 {
    padding-left: 3em;
}
.side-menu ul li a i {
    float: right;
    line-height: 40px;
}
.side-menu ul li a:hover {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .side-menu {
        position: relative;
        margin-bottom: 30px;
        z-index: 9;
        margin-right: 0;
    }
    .side-menu .caption {
        padding: 10px 20px;
    }
    .side-menu ul {
        position: absolute;
        visibility: hidden;
        padding-bottom: 20px;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 1px 3px #999;
    }
    .side-menu:hover {
        box-shadow: 0 0 3px #999;
    }
    .side-menu:hover ul {
        visibility: visible;
    }
    .side-menu ul li a:active {
        background-color: #f5f5f5;
    }
}


/* 帮助中心 */

.help-caption {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.help-list li {
    margin-bottom: 20px;
}
.help-list li .title {
    font-size: 16px;
}
.help-list li .summary {
    color: #868686;
    margin-top: 8px;
}

.help_Banner {
    position: relative;
    overflow: hidden;
}
.help_Banner img {}
.help_Banner .help_Title {
    position: absolute;
    right: 5%;
    top: 20%;
    font-size: 28px;
}
.help_Search {
    position: absolute;
    right: 5%;
    top: 40%;
}
.help_Search .searchBtn {
    text-align: right;
    margin-top: 20px;
}
.help_Search .searchBtn input[type="text"] {
    border: 1px solid #ddd;
    height: 38px;
    padding: 8px;
    color: #999;
    width: 85%;
    float: left;
}
.help_Search .searchBtn input[type="submit"] {
    border: 0;
    background-color: #00c1eb;
    font-size: 14px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    font-family: "Microsoft YaHei";
    width: 14%;
    float: left;
}
.help_Search .searchBtn input[type="submit"]:hover{background-color: #02abd0;}
.help_Search .searchInfo {
    font-size: 16px;
    text-align: right;
    line-height: 1.8;
}
.help_Con .helpTitle {
    font-size: 24px;
    padding-top: 30px;
}
.help_Con .helpOne {
    margin: 0 0 0 -30px;
}
.help_Con .helpOne .item {
    margin: 30px 0 0 30px;
}
.help_Con .helpOne .item dl dt {
    font-size: 16px;
    padding: 10px 0;
}
.help_Con .helpOne .item dl dd {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}
.help_Con .helpOne .imgBox img {
    max-width: 100%;
}
.help_Con .helpTwo {
    margin: 0 0 0 -30px;
}
.help_Con .helpTwo .item {
    margin: 30px 0 0 30px;
    height: 256px;
}
.help_Con .helpTwo h4 i {
    color: #fff;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.help_Con .helpTwo h4 i.one {
    background-color: #b7b940;
}
.help_Con .helpTwo h4 i.two {
    background-color: #47bf82;
}
.help_Con .helpTwo h4 i.three {
    background-color: #6e8bd6;
}
.help_Con .helpTwo h4 i.four {
    background-color: #e05d6d;
}
.help_Con .helpTwo ul {
    padding-top: 20px;
}
.help_Con .helpTwo ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.help_Con .helpTwo ul li a i {
    padding-right: 8px;
}
.help_Con .helpTwo .btnBox {
    margin-top: 15px;
}
.help_Con .helpTwo .btnBox a {
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    background-color: #ddd;
    display: inline-block;
    color: #999;
}
.help_Con .helpTwo .btnBox a:hover {
    background-color: #eee;
}
.help_Con .helpThree {
    background-color: #f2f2f2;
    margin-top: 50px;
    padding-bottom: 30px;
}
.help_Con .helpThree .helpTitle {
    margin-top: 0;
}
.help_Con .helpThree .item {
    margin: 30px 30px 0 0;
}
.help_Con .helpThree .item .imgBox {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 15px;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-size: 24px;
}
.help_Con .helpThree .item dl{overflow:hidden;}
.help_Con .helpThree .item dl dt a {
    color: #00c1eb;
    font-size: 16px;
}
.help_Con .helpThree .item dl dt a:hover{color:#02abd0;}
.help_Con .helpThree .item dl dd {
    padding-top: 10px;
}

/*  */

.help-detail {
    padding: 30px 0;
}
.help-detail .title {
    padding-bottom: 30px;
    text-align: center;
}
.help-detail img {
    max-width: 100%;
}


/* 旧样式 */

.con_Right .conR_title {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
.feedback_Con {
    border: 1px solid #f2f2f2;
    margin-top: 30px;
    padding: 25px;
}
.feedback_Contact p {
    font-size: 16px;
    margin-top: 15px;
}
.feedback-page .fb-form .fieldset {
    border: none;
    padding: 10px 0;
}
.feedback-page .fb-form .frmLabel {
    width: 85px;
    text-align: right;
    float: left;
    line-height: 36px;
}
.feedback-page .fb-form .frmLabel strong {
    color: #f00;
    padding-right: 3px;
}
.feedback-page .fb-form .frmInput {
    margin-left: 85px;
}
.feedback-page .fb-form .frmInput select {
    border: 1px solid #e2e2e2;
    height: 36px;
    border-radius: 3px;
}
.feedback-page .fb-form .frmInput input[type="text"] {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    height: 36px;
    padding: 7px 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feedback-page .fb-form .frmInput textarea {
    border: 1px solid #e2e2e2;
    height: 120px;
    border-radius: 3px;
    width: 100%;
    padding: 5px 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feedback-page .fb-form .submit {
    margin-left: 102px;
    height: 36px;
    background-color: rgb(255, 75, 0);
    border: none;
    color: #fff;
    width: 120px;
    cursor: pointer;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}
.feedback-page .fb-form .submit:hover {
    opacity: .8;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
}

@media screen and (max-width: 479px){
.help_Banner{height:200px;}
.help_Banner img{display:none;}
.help_Banner .help_Title{left:0; top:10%; line-height:1;}
.help_Banner .help_Search{left:0; top:28%;}
.help_Search .searchInfo{text-align:left;}
.help_Con .helpTwo .item{height:auto;}
}