<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 头部*/

header {
    height: 126px;
    line-height: 86px;
    z-index: 200;
    background: url('/imgs/help_header.png') center bottom no-repeat;
}

    header .navbar-brand {
        height: 86px;
    }

    header .navbar_title {
        padding: 0 15px;
        font-size: 20px;
        border-left: 1px solid #ddd;
    }
/* 左侧导航*/
.position_fixed {
    position:fixed;
    top:10px;
    left:auto;
}
.border_box {
    border: 0;
}

.slide_bar_nav {
    width: 200px;
}
    .slide_bar_nav &gt; li .link {
        display: block;
        padding: 11px 20px 11px 45px;
        color: #666;
        border-top: 2px solid #f2f2f2;
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .slide_bar_nav &gt; li.in .link {
        background-color: #40c641;
        color: #fff;
        border-color:#40c641;
    }
    .slide_bar_nav &gt; li.in+li .link {
        border-top:#e9eaee;
    }
    .slide_bar_nav &gt; li .link i:first-child {
        position: absolute;
        top: 10px;
        left: 20px;
    }
     .slide_bar_nav &gt; li:nth-child(n+4) .link i:first-child {
        top:6px;
    }

    .slide_bar_nav &gt; li .link i:last-child {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        font-size:16px;
    }

    .slide_bar_nav &gt; li.in .link i:last-child {
        color: #fff;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .slide_bar_nav &gt; li .link:hover {
        background-color: #f2f2f2;
        color: #000;
    }

    .slide_bar_nav &gt; li.in .link:hover {
        background-color: #5bcd37;
        color: #fff;
    }

    .slide_bar_nav &gt; li:first-child .link {
        border-top: 0;
    }

.submenu {
    display: none;
}

li.in .submenu {
    display: block;
}

.submenu li a {
    display: block;
    padding: 11px 20px;
    color: #666;
    background-color:#f2f2f2;
    border-bottom: 1px solid #e9eaee;
}
.submenu li.on a{   
   border-bottom: 3px solid #40c641;
    color:#40c641;
    padding-bottom:9px;
}
.submenu li:not(.on) a:hover{   
   border-bottom: 3px solid #999;
    color:#000;
    padding-bottom:9px;
}


.help_con {
    width:980px;
    min-height:800px;
}
.help_con h1 {
   padding:20px 30px;
   width:980px;
   top:0;
}
.help_con_item{
   padding:40px 30px;
}

/*协议*/
    .help_con_item h3 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }
      .help_con_item h3:first-child {
        margin-top: 0;
       
    }
.help_con_item p {
    margin-top:10px;
    text-indent:2rem;
    color:#666;
    line-height:24px;
}
.nav_bottom {
    margin-top:0;
}
/*帮助首页*/
.help_list&gt;li{
    float:left;
    width:216px;
    min-height:410px;
    margin:40px 112px 40px 0;
    background-color:#fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    transition:all .5s;
}
.help_list&gt;li:hover{
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.help_list&gt;li:last-child{
   margin-right:0;
}
.help_list&gt;li span{
    display:block;
    font-size:16px;
    font-weight:bold;
    padding:60px 30px;
    border-bottom:1px solid #e6e6e6;
    text-align:right;
    position:relative;
}
.help_list&gt;li .iconfont{
    color:#40c641;
    font-size:80px;
    position:absolute;
    left:20px;
    top:18px;
    font-weight:lighter;
}
.help_list&gt;li:first-child .iconfont{
    font-size:76px;
}
.help_item {
    padding:30px 0 30px 25px;
}
.help_item li{
    margin-bottom:11px;
}
.help_item li:last-child{
    margin-bottom:0;
}
.help_item li a:hover{
   color:#40c641;
   text-decoration:underline;
}
.Qualitys {
margin-bottom:100px;
}</pre></body></html>