*{
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mod_copyright_auth{
    font-family: "楷体","微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.top2{
    width: 100%;
    min-width: 1000px;
    height: 75px;
    background-image: linear-gradient(100deg, rgb(0, 112, 186), rgb(0, 48, 135));
    background-repeat: repeat-y;
    background-size: 100%;
    z-index: 1001;
}
.top_content{
    width: 1200px;
    margin: 0 auto;
    height: 75px;
}
.mainic{
    width:165px;
    height: 73px;
    float: left;
}
.tmain{
    line-height: 73px;
    width:100%;
    height: 100%;
    font-size: 33px;
    letter-spacing:8px;
    color: white;
    font-family: "楷体","微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.linet{
    width: 2px;
    height: 55px;
    float: left;
    background-image: radial-gradient(#fdfdfd, #0255B1);
    margin-top: 10px;
    margin-left: 20px;
}
.tx{
    float: left;
    width: 260px;
    margin-top: 15px;
    margin-left: 10px;
    letter-spacing:2px;
}
.tx div{
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 25px;
    font-family: cursive;
    color:white;
}
.userList{
    /*padding-left: 80px;*/
    width: 930px;
    height: 100%;
    float: left;
}
.userList .l1{
    float: left;
    /*width: 100px;*/
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 16px;
    color:white;
}
.l1 div{
    width: 100px;
    height: 73px;
    margin: 0 auto;
    top:75px;
    border-left: 2px solid #00bcff00;
    border-right: 2px solid #00bcff00;
}
.closeshow{
    cursor: pointer;
    width: 100px;
}
.l2{
    z-index: 1001;
    display: none;
    width:185px;
    margin-right: 58px;
    float: left;

}
.l2 div{
    background: #0255B1;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color:white;
}

.exit{
    float:left;
    width: 70px;
    height:20px;
    line-height:20px;
    margin-top:5px;
    margin-left:20px;
    font-size:12px;
    border:1px solid white;
    border-radius: 10px;
    cursor: pointer;
}
.closeshow:hover{
    color:#1cffec;
}
.l1e{
    float: left;
    width: 200px;
    margin-top: 20px;
    margin-left: 35px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color:white;
}
#layui-laypage-1, #layui-laypage-2 {
    margin: 0px;
}
.layui-laypage-count,.layui-laypage-spr,.layui-laypage a,.layui-laypage-skip{
    border:0px!important;
    background: rgba(255, 255, 255, 0) !important;
}
.layui-laypage-spr{
    line-height: 23px!important;
}
.layui-laypage-count{
    float: right;
    margin-top: 3px!important;
}
.layui-laypage span,.layui-laypage input ,.layui-laypage button{
    line-height: 22px!important;
    height: 22px!important;
}
.layui-laypage select {
    height: 17px!important;
    margin-top:2px!important;
}
.layui-laypage .layui-laypage-limits{
    margin-bottom:0px!important;
}
.layui-layer-btn0{
    background-color: #0255B1!important;
    border:1px solid #0255B1!important;
}

/*.footer {*/
/*    width: 100%;*/
/*    min-width: 1200px;*/
/*    background-image: linear-gradient(100deg, rgb(0, 112, 186), rgb(0, 48, 135));*/
/*    margin-top: 760px;*/
/*    height: 75px;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*}*/

.footer {
    width: 100%;
    background-image: linear-gradient(100deg, rgb(0, 112, 186), rgb(0, 48, 135));
    position: absolute;
    /*bottom: 0;*/
    /*z-index: 100;*/
}

.fixedFooter {
    width: 100%;
    /*min-width: 1200px;*/
    background-image: linear-gradient(100deg, rgb(0, 112, 186), rgb(0, 48, 135));
    /*margin-top: 760px;*/
    /*height: 75px;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*z-index: 100;*/
}

#changeLang {
    border: #fff solid 1px;
    border-radius: 4px;
    color: #fff;
    background-color: #fff;
    background: transparent;
    width: 80px;
    height: 25px;
    text-align-last: center;
}

.hintMsg {
    /*bottom: -140%;*/
    bottom: -250%;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    line-height: 16px
}

.taxMsg {
    bottom: -300%;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    line-height: 16px
}

.firstHintMsg {
    /*bottom: -90%;*/
    bottom: -200%;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    line-height: 16px
}


.topbox{
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo{
    width: 240px;
}

/*topbar*/

.headbar{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
}

.topnav{
    height: 44px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.topnav:hover{
    background-color: #0255B1;
    color: #fff;
}
.nvimg{
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.nv1{
    background-image: url("/static/img/nv1b.png");
}
.topnav1:hover .nv1{
    background-image: url("/static/img/nv1w.png");
}

.nv2{
    background-image: url("/static/img/nv2b.png");
}
.topnav2:hover .nv2{
    background-image: url("/static/img/nv2w.png");
}

.nv3{
    background-image: url("/static/img/nv3b.png");
}
.topnav3:hover .nv3{
    background-image: url("/static/img/nv3w.png");
}

.nv4{
    background-image: url("/static/img/nv4b.png");
}
.topnav4:hover .nv4{
    background-image: url("/static/img/nv4w.png");
}

.nv5{
    background-image: url("/static/img/nv5b.png");
}
.topnav5:hover .nv5{
    background-image: url("/static/img/nv5w.png");
}

.nv6{
    background-image: url("/static/img/nv6b.png");
}
.topnav6:hover .nv6{
    background-image: url("/static/img/nv6w.png");
}
.nvline{
    width: 20px;
}
/*topbar*/
.nav{
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.nav:hover{
    background: linear-gradient( 90deg, #0070BA 0%, #003087 100%);
}
.headmiddle{
    color: #fff;
    background: linear-gradient( 90deg, #0070BA 0%, #003087 100%);
}
.headcar span{
    margin-left: 0.1rem;
    margin-right: 1rem;
}
.headcar img{
    width: 20px;
    height: 20px;
}
.headbtm{
    background-color: #EAECF3;
    padding-top: 10px;
    padding-bottom: 10px;
}
.attention img{
    width: 24px;
    height: 24px;
}
.attention span{
    font-size: 14px;
    color: #0255B1;
}
.container-new {
    width: 1440px;
    margin: auto;
}
.between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.alignitems{
    display: flex;
    align-items: center;
}
.center1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.headcar{
    cursor: pointer;
}

[lay-id="xiala"] {
    background-color: #1B66B9 !important;
}
[lay-id="xiala"] .layui-menu-body-title{
    color: #fff !important;
}

[lay-id="xiala"] .layui-menu{
    background-color: #1B66B9 !important;
}

[lay-id="xiala"] li {
    background-color: #1B66B9 !important;
}

[lay-id="xiala"] li:hover {
    background-color: #0255B1 !important;
}



/******/
.rightbar{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /*height: 236px;*/
    width: 150px;
    /*box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);*/
    /*background-color: #fff;*/
    border-radius: 8px;
    position: fixed;
    right: 0px;
    top: 40%; /* 将元素的顶部定位到窗口高度的50% */
    /*transform: translateY(-0.5%); !* 向上移动元素自身高度的一半，以实现垂直居中 *!*/
    z-index: 99;
}
.expand{
    width: 100px;
    height: 33px;
    border-radius: 4px 4px 4px 4px;
    background: linear-gradient( 90deg, #0070BA 0%, #003087 100%);
    color: #fff;
    margin-top: 0.5rem;
    cursor: pointer;
}
.expandimg{
    width: 20px;
    height: 20px;
}
.barbox{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    flex-direction: column;
}
.barrow{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    width: 100px;
    height: 64px;
    margin-top: 0.5rem;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
}
.barrow:hover .barrowname{
    color: #fff;
}
.barrow:hover .barimg{
    margin-left: 0.5rem;
}
.barrow img{
    width: 32px;
    height: 32px;
}
.bar1{
    background-image: url("/static/img/bar1.png");
}
.bar2{
    background-image: url("/static/img/bar2.png");
}
.bar3{
    background-image: url("/static/img/bar3.png");
}
.bar4{
    background-image: url("/static/img/bar4.png");
}
.goup{
    background-image: url("/static/img/goup.png");
}
.b1:hover .bar1{
    background-image: url("/static/img/bar1w.png");
}
.b2:hover .bar2{
    background-image: url("/static/img/bar2w.png");
}
.b3:hover .bar3{
    background-image: url("/static/img/bar3w.png");
}
.b4:hover .bar4{
    background-image: url("/static/img/bar4w.png");
}
.up:hover .goup{
    background-image: url("/static/img/goupw.png");
}
.barimg{
    width: 28px;
    height: 28px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.barrowname{
    color: #7F7F7F;
    font-size: 12px;
}

.barbox{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    flex-direction: column;
}
.barrow{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    width: 100px;
    height: 64px;
    margin-top: 0.5rem;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
}
.barrow:hover{
    background-color: #0255B1;
    border-radius: 4px;
    flex-direction: row-reverse;
    width: 138px;
}
/******/