/*头部样式修改*/
header,header:hover{
    background:#3D464D;
}
header:hover .header .nav li a{
    color:rgba(255,255,255,1);
}
header .header .nav li>a.active{
    border-bottom:none;
}
header:hover .header .nav li>a:hover,header:hover .header .nav li>a.active{
    color:rgba(255,255,255,1);
    border-bottom:none;
}
header:hover .header .operate .register{
    border:1px solid rgba(255,255,255,1);
    color:rgba(255,255,255,1);
}
header:hover .header .operate .register:hover{
    border:1px solid rgba(235,235,235,1);
}
header:hover .header .operate .login{
    background:rgba(255,255,255,1);
    color:rgba(50,135,255,1);
}
header:hover .header .operate .login:hover{
    background:rgba(235,235,235,1);
}
header .alreadyLogin .enterControl,header:hover .alreadyLogin .enterControl{
    color:#3287FF;
}
header .alreadyLogin .user .username,header:hover .alreadyLogin .user .username{
    color:rgba(255,255,255,1);
}
/*二级导航*/
nav{
    height:60px;
    background:#fff;
}
nav ul{
    width:1200px;
    margin:0 auto;
    padding-left:225px;
}
nav ul li{
    float:left;
    padding:3px 20px;
}
nav ul li a{
    display: block;
    height:54px;
    line-height: 54px;
    font-size:14px;
    color:rgba(61,70,77,1);
}
nav ul li a:hover, nav ul li a.active{
    border-bottom: 2px solid #3287FF;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(51,134,255,1);
}
/*banner部分*/
.banner{
    height:300px;
    background:#2146C7 url(/website/img/understand/understand-banner.png) no-repeat center center;
    padding-top:64px;
}
.banner h1{
    font-size:40px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-bottom:14px;
}
.banner p{
    font-size:16px;
    color:rgba(255,255,255,1);
    margin-bottom:56px;
    text-align: center;
}
.banner a{
    display: block;
    width:130px;
    height:40px;
    line-height: 40px;
    text-align: center;
    background:rgba(255,255,255,1);
    border-radius:2px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:#3287FF;
    margin:0 auto;
}
.banner a:hover{
    background:rgba(235,235,235,1);
}
/*推客等级介绍*/
.introduce{
    background:#fff;
    padding:48px 0;
}
.introduce h1{
    font-size:26px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(61,70,77,1);
    margin-bottom:8px;
}
.introduce b{
    display: block;
    width:50px;
    height:4px;
    background:rgba(50,135,255,1);
    margin-bottom:24px;
}
.introduce p{
    font-size:16px;
    color:rgba(61,70,77,1);
    margin-bottom:74px;
}
.introduce h2{
    font-size:26px;
    color:rgba(61,70,77,1);
    margin-bottom:24px;
    font-weight:400;
}
.introduce table{
    margin-bottom:64px;
    border-collapse:collapse;
}
.introduce table:last-child{
    margin-bottom:0;
}
.introduce table tr:nth-child(2n){
    background:rgba(244,248,255,1);
}
.introduce table tr:nth-child(2n+1){
    background:rgba(232,241,255,1);
}
.introduce table tr th{
    height:60px ;
    padding:0 24px;
    background:rgba(186,215,255,1);
}
.introduce table tr td{
    height:40px ;
    padding:0 24px;
    text-align: center;
}
/*订单生成规则*/
.rule{
    padding: 48px 0;
}
.rule h1{
    font-size:26px;
    font-weight:400;
    color:rgba(61,70,77,1);
    margin-bottom: 8px;
}
.rule b{
    display: block;
    width:50px;
    height:4px;
    background:rgba(50,135,255,1);
    margin-bottom:32px;
}
.rule p{
    color:rgba(61,70,77,1);
    margin-bottom: 48px;
}
.rule img{
    height:512px;
    width:1086px;
    display: block;
}

/*常见问题*/
.problem{
    padding:48px 0;
    background: #fff;
}
.problem h1{
    font-size:26px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(61,70,77,1);
    margin-bottom:8px;
}
.problem b{
    display: block;
    width:50px;
    height:4px;
    background:rgba(50,135,255,1);
    margin-bottom:32px;
}
.problem h2{
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:#3D464D;
    margin-bottom:16px;
}
.problem p{
    font-size:16px;
    color:#6D666D;
    margin-bottom:32px;
}
.problem p:last-child{
    margin-bottom:0;
}
.problem h2 span,.problem p span{
    color:#3287FF;
}