/* *****************************语言地区******************* */
.language{
    height: 32px;
    background: #2b303b;
    font-size: 12px;
    color: #7b7e85;
    line-height: 32px;
}
.language .langBiao{
    background: url(../../img/home/dibiao.png) no-repeat;
    width: 12px;
    height: 15px;
    display: inline-block;
    margin-right:3px
}
/* .language .phoneLangure{
    display: none;
} */
/* ***********头部**************** */
.current{
    width: 100%;
    height: 62px;
    /* position: absolute; */
    position: fixed;
    left: 0;
    z-index: 500;
    transition: all .5s;
    font-size: 16px;
    background: rgba(24,30,42,0.2);
    min-width: 1200px;
}
.current:hover{
    background: rgba(24,30,42,1);
}
.current .head-content{
    align-items: center;
}
.current .currentBody{
    height: 100%;
    align-items:center;
}
.current .phoneBody{
    height: 100%;
    align-items:center;
    display: none;
}
/* ********官网图标************ */
.current .logo{
    width: 96px;
    height: 38.4px;
    margin-right:60px
}
.current .logo .headerLogo{
    width: 100%;
    height: 100%;
    /* background: url(../../img/home/logo-head.png) no-repeat center center;
    background-size: cover; */
}
/* ********导航内容**************** */
.current .itemNav{
    color: #fff;
    width: auto;
    font-size: 14px;
}
.current .itemNav .item{
    display: inline-block;
    width: auto;
    margin-right: 28px;
}
.current .itemNav .tagItem{
    position: relative;
}
.current .itemNav .tagItem .nav_tag{
    position: absolute;
    display: inline-block;
    padding: 0 4px;
    margin: -4px 0 0 2px;
    height: 20px;
    line-height: 20px;
    background: #f7402d;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    word-break: keep-all;
    top: 6px;
    left: 53px;
    z-index: 9;
    pointer-events: none;
}
.current .itemNav .tagItem .nav_tag::before{
    display: inline-block;
    content: "";
    position: absolute;
    top: 15px;
    left: 8px;
    border-top: 12px solid #f7402d;
    border-right: 10px solid transparent;
    -webkit-transform: rotate(
30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(
30deg);
    z-index: -1;
}
.current .itemNav .item .itemTitle{
    cursor: pointer;
    color: #fff;
    transition: all .5s;
    line-height: 62px;
}
.current .itemNav .item .itemTitle i{
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    transition: transform .5s;
}
.current .itemNav .item .itemTitle i.active{
    transform: rotate(-180deg);
}
.current .itemNav .item .itemTitle:hover{
    color: #02a5ff;
}
.current .itemNav .item .itemTitle.active{
    color: #02a5ff;
}
.current .menuBody{
    position: fixed;
    left:-6%;
    top: 62px;
    height: auto;
    z-index: 888;
    width: 100%;
}
.listTitleBox h2{
    margin-top: 10px;
    font-weight: bold;
}
.listTitleBox ul li{padding: 10px 0px;}
.listTitleBox ul li a:hover{
    color: #f40c0c;
}
.current .itemList{
    width: 70%;
    background: #fff;
    color: #999;
    box-shadow: 0px 8px 35px 0px rgba(101,115,151,0.14); 
    margin: 0 auto;
    padding-left: 10px;
}
.current .itemList .itemBody{
    padding: 10px 0;
}
.current .itemList .itemBody .listTitleBox{
    width: 150px;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.lists{
    display: flex;
    justify-content: space-around;
}
.current .itemList .itemBody .listTitle{
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all .5s;
    padding-right: 16px;
    padding-left: 20px;
}
.current .itemList .itemBody .listTitle:hover{
    background: #0c4ff4;
    color: #fff;
}
.current .itemList .itemBody .listTitle.active{
    background: #0c4ff4;
    color: #fff;
}
.current .itemList .itemBody .listTitle i{
    font-size: 12px;
    color: #fff;
} 
.current .itemList .itemBody .listLink{
    width: 220px;
    background: #ffffff;
    box-shadow: 1px 0px 0px 0px rgba(229,229,229,0.50); 
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
}
.current .itemList .itemBody .listLink .link{
    /* background: #f4fcfd; */
    width: 100%;
    padding:15px 10px 15px 20px;
    transition: all .5s;
    cursor: pointer;
    display: block;
}
.current .itemList .itemBody .listLink .disBox{
    width: 100%;
    padding:15px 10px 15px 20px;
    cursor: not-allowed;
    background: #fff;
}
.current .itemList .itemBody .listLink .link .linkTitle,.current .itemList .itemBody .listLink .disBox .linkTitle{
    display: block;
    color: #333;
    margin-bottom: 8px;
}
.current .itemList .itemBody .listLink .disBox .linkTitle{
    color: #999;
}
.current .itemList .itemBody .listLink .link .linkTitle .hot{
    font-size: 12px;
    border: 1px solid #F7883A;
    padding: 0 4px;
    color: #F7883A;
}
.current .itemList .itemBody .listLink .link .linkVer,.current .itemList .itemBody .listLink .disBox .linkVer{
    color: #999;
    font-size: 12px;
}
.current .itemList .itemBody .listLink .link:hover{
    background: #cfe7ea;
}
.current .itemList .itemBody .listLink .link.active{
    background: #cfe7ea;
}
.current .itemList .itemBody .listLink .link.active .linkVer,.current .itemList .itemBody .listLink .link.active .linkTitle{
    color: #000;
}
.current .itemList .itemBody .listVer{
    padding: 10px 20px 0 20px;
    width: 300px;
}
.current .itemList .itemBody .listVer .verTitle{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.current .itemList .itemBody .listVer .verBody{
    font-size: 12px;
    color: #333;
}
.current .itemList .itemBody .listVer .verBody p:nth-child(2){
    line-height: 20px;
    word-break:break-all;
    margin: 0 0 15px 0;
    color: #999;
}
.current .itemNav .service .serviceBody{
    background: #fff;
    height: auto;
    padding: 19px 80px 40px 80px;
}
.current .itemNav .service .serviceBody .listTitle{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}
.current .itemNav .service .serviceBody .listLink a{
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 30px;
    transition: all .5s;
} 
.current .itemNav .service .serviceBody .listLink a:hover{
    opacity: .6;
}
/* ***************用户登录********** */
.current .userBox{
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.current .userBox .userData i{
    font-size: 12px;
    margin-left: 5px;
    transition: transform .5s;
    display: inline-block;
}
.current .userBox .userData i.active{
    transform: rotate(-180deg);
}
.current .userBox .userOperate{
    width: 250px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 24px;
    background: rgba(24,30,42,1);
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.25);
}
.current .userBox .userOperate .userTop{
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.current .userBox .userOperate .userTop .userAccount{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
}
.current .userBox .userOperate .userTop .userEmail{
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.5);
}
.current .userBox .userOperate .userBottom{
    padding: 0 34px 15px 29px;
    overflow-y: auto;
    margin-right: 3px;
}
.current .userBox .userOperate .userBottom::-webkit-scrollbar{        /*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.current .userBox .userOperate .userBottom::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 0.8);
    scrollbar-arrow-color:rgba(255, 255, 255, 0.8);
}
.current .userBox .userOperate .userBottom::-webkit-scrollbar-track {/*滚动条里面轨道*/
    box-shadow: inset 0 0 5px #29405C;
    border-radius: 0;
    background: #29405C;
}
.current .userBox .userOperate .userTitle{
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 34px 10px 29px;
}
.current .userBox .userOperate .userBottom .operate{
    align-items:center;
    margin-bottom: 15px;
}
.current .userBox .userOperate .userBottom .operate .iconBox{
    width: 30px;
    height: 30px;
    background: rgba(200,255,140,0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
.current .userBox .userOperate .userBottom .operate .opeDesc{
    width: 130px;
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    padding:5px 0 10px 0;
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    transition: all .5s;
}
.current .userBox .userOperate .userBottom .operate .opeDesc:hover{
    color: #409eff;
}
.current .userBox .userOperate .userBottom .operate i{
    transform:rotate(90deg);
    font-size: 12px;
    color: #888;
}
.current .notLogIn .btn{
    font-size: 14px;
    color: #fff;
    margin-right: 12px;
    border: 1px solid #fff;
    padding: 0 12px;
    transition: all .5s;
    height: 30px;
    line-height: 28px;
    display: inline-block;
}
.current .notLogIn .btn:nth-of-type(2){
    background: #409eff;
    border: none;
    border: 1px solid #409eff;
}
.current .notLogIn .btn:hover{
    background: #409eff;
}