.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header{
    width: 100%;
    height: 70px;
    position: fixed;
    box-shadow:-1px 1px 4px 0px rgba(25,149,251,0.1);
    top: 0;
    left: 0;
    z-index: 110;
    background: #fff;
}

.header{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.header .logo{
    /*width: 380px;*/
    height: 32px;

}
.header ul li{
    font-size:16px;
    color:#494949;
    margin-right: 34px;
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    position: relative;
}
.header ul li:hover{
    color: #096DDE;
}
.header ul li.active-more:hover::after{
    background-position: -135px -51px;

}
.header ul li.active-more::after{
    content: '';
    display: block;
    width: 17px;
    height: 9px;
    background-image: url(../images/icon-gather.png);
    margin-left: 5px;
    background-size: 150px auto;
    background-position: -135px -30px;
    background-repeat: no-repeat;
}
.header ul li.active-more:hover .li-more{
    display: block;
}
.header ul li .li-more{
    position: absolute;
    top: 70px;
    left: -35%;
    width:166px;
    background:rgba(255,255,255,1);
    border-radius:5px;
    box-shadow: 0px 0px 8px 2px rgba(132,163,246,0.08);
    display: none;
}
.header ul li .li-more ol{
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #494949;
    cursor: pointer;
}
.header ul li .li-more ol:hover{
    color: #096DDE;
}
.header ul li .li-more ol.af::before{
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 9px;
    top: 19px;
    right: 21px;
    background-image: url(../images/icon-gather.png);
    background-size: 150px auto;
    background-position: -135px -30px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}
.header ul li .li-more ol:hover.af::before{
    background-position: -135px -51px;
}
.header ul li .li-more ol.af:hover .af-list{
    display: block;
}
.header ul li .li-more ol.af .af-list{
    width: 167px;
    /* height: 357px; */
    background: #F4F6F9;
    border-radius: 5px;
    position: absolute;
    top: -276px;
    left: 167px;
    display: none;
}
.header ul li .li-more ol.af .af-list .ol{
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #494949;
    cursor: pointer;
}
.header ul li .li-more ol.af .af-list .ol:hover{
    color: #096DDE;
}
.header-login{
    width: 144px;
    height: 70px;
}
.header-login .login-btn{
    width:144px;
    height:35px;
    background:rgba(9,109,222,1);
    border-radius:6px;
    cursor: pointer;
}
.header-login .login-btn img{
    width: 18px;
    height: 17px;
}
.header-login .login-btn span{
    font-size:16px;
    color:rgba(255,255,255,1);
    line-height: 18px;
    margin-left: 8px;
}
.header-login .user-info-wrapper{
    width:144px;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.header-login .user-info-wrapper .head-portrait{
    width:41px;
    height:41px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
    border-radius:50%;
    overflow: hidden;
    /* padding: 5px; */
}
.header-login .user-info{
    width: 90px;
    height: 40px;
}
.header-login .user-info p{
    width: 90px;
    font-size:14px;
    color:rgba(73,73,73,1);
    overflow:hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.header-login .user-info-wrapper:hover .info-list{
    display: block;
}
.header-login .info-list{
    display: none;
    position: absolute;
    width:144px;
    background:rgba(255,255,255,1);
    border-radius:5px;
    top: 70px;
    box-shadow: 0px 0px 8px 2px rgba(132,163,246,0.08);
    left: 0px;
}
.header-login .info-list li{
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
}
footer{
    width:100%;
  /*  height:420px;*/
}
.footer-top{
    width:100%;
    /*height:352px;*/
    background-color: #4069DE;
}
.footer-top .content{
    width: 1000px;
    margin: 0 auto;
    padding: 68px 0 30px;
}
.footer-top .content .footer-logo{
    width: 186px;
    height: 77px;
}
.footer-top .content .qr{
    width: 220px;
}
.footer-top .content .qr li img{
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.footer-top .content .qr li p{
    font-size:14px;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-top: 12px;
}
.footer-top .content ul li{
    margin-right: 67px;
}
.footer-top .content ul li:nth-last-child(1){
    margin-right: 0;
}
.footer-top .content ul li .title{
    font-size:17px;
    font-weight:500;
    color:rgba(255,255,255,1);
    position: relative;
}
.footer-top .content ul li .title::after{
    content: '';
    display: block;
    width: 65px;
    height: 1px;
    /* border: 1px solid #fff; */
    position: absolute;
    bottom: -7px;
    left: 0;
    background-image: url(../images/line.png);
    background-size: 65px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.footer-top .content ul .ol-list{
    margin-top: 30px;
}
.footer-top .content ul ol{
    font-size:14px;
    color:rgba(208,216,228,1);
    margin-bottom: 10px;
    font-weight:300;
}
.footer-top .content ul ol:hover{
    color: #fff;
    cursor: pointer;
}
.footer-top .content hr{
    width: 1000px;
    margin: 33px auto 0;
    border:1px solid rgba(255,255,255,.5);
    opacity:0.1;

}
.footer-top .content .blogroll{
    margin-top: 16px;
}
.footer-top .content .blogroll p{
    font-size:14px;
    color:rgba(208,216,228,1);
}
.footer-top .content .blogroll span{
    font-size:14px;
    color:#D0D8E4;
    margin-right: 10px;
    display: block;
    font-weight:300;
}
.footer-top .content .blogroll span:hover{
    color: #fff;
    cursor: pointer;
}
.footer-bottom{
    width:100%;
    height:68px;
    background-color: #365AC1;
    font-size:14px;
    font-weight:300;
    color:rgba(208,216,228,1);
    text-align: center;
    line-height: 20px;
    padding-top: 15px;
}
.footer-bottom a{
    font-size:14px;
    font-weight:300;
    color:rgba(208,216,228,1);
}
@media screen and (min-width: 600px) {
.right-tool {
    position: fixed;
    width: 51px;
    height: 200px;
    right: 20px;
    bottom: 25%;
    z-index: 101;
}
.right-tool li{
    width:51px;
    height:51px;
    background:rgba(57,64,92,0.3);
    border-radius:5px;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
}
.right-tool li p{
    width: 34px;
    height: 34px;
    background-image: url(../images/icon-gather.png);
    background-size: 260px auto;
    background-repeat: no-repeat;
}
.right-tool li:nth-of-type(4){
    background:none;
    visibility: hidden;
}
.right-tool li:nth-of-type(1) p{
    background-position: -160px -1px;
}
.right-tool li:nth-of-type(2) p{
    background-position: -160px -44px;
}
.right-tool li:nth-of-type(3) p{
    background-position: -197px -1px;
}
.right-tool li:last-of-type p{
    background-position: -197px -44px;
}
.right-tool li:hover{
    background:rgba(57,64,92,0.7);
}
.right-tool li:nth-of-type(3) p{
    background-image: url(../images/icon-faq.png) !important;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.right-tool li:last-of-type:hover{
    background: none;
}
.right-tool li:nth-of-type(3){
    background:linear-gradient(0deg,rgba(164,175,255,1),rgba(216,231,255,1));
}
.right-tool li:nth-of-type(3):hover{
    transform: translate(0,-2px);
    transition: .5s;
}
.right-tool li:hover .item{
    display: block;
}
.right-tool li .item{
    width:121px;
    height:140px;
    background:rgba(57,64,92,0.3);
    border-radius:6px;
    position: absolute;
    top: 0;
    left: -136px;
    display: none;
}
.right-tool li .item img{
    width: 112px;
    height: 112px;
    margin: 4px auto;
    display: block;
}
.right-tool li .item span{
    font-size:14px;
    color:rgba(255,255,255,1);
    text-align: center;
    display: block;
}
.cursor-pointer{
    cursor: pointer;
}
.toast-message{
    font-size: 14px;
    color: #fff;
}

.right-tool .poster-right-tool{
    width: 79px;
    height: 73px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -81px;
    cursor: pointer;
}
}
