@charset "UTF-8";
* {
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #323232;
}

.layui-bg-white {
    background-color: #fff;
}

.layui-bg-blue2 {
    background-color: rgb(0,0,61);
}

.layui-nav.layui-bg-white .layui-nav-item a {
    color: #323232;
}
.layui-nav.layui-bg-blue2 .layui-nav-item a {
    color: #FFF;
}

.layui-nav.layui-bg-white .layui-nav-item a:hover,
.layui-nav.layui-bg-blue2 .layui-nav-item a:hover {
    color: #1E9FFF !important;
}

.layui-nav.layui-bg-white .layui-this {
    font-weight: bold;
}

.layui-nav.layui-bg-white .layui-this a,
.layui-nav.layui-bg-blue2 .layui-this a{
    color: #1E9FFF;
}

.layui-nav.layui-bg-white .layui-this:after, .layui-nav-bar,
.layui-nav.layui-bg-blue2 .layui-this:after, .layui-nav-bar {
    width: 0;
}

.division-v {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 1px;
    height: 14px;
    margin: 0 20px;
    background-color: #c2c2c2;
}

.color-white {
    color: #fff;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.pt25 {
    padding-top: 25px;
}

.pt35 {
    padding-top: 35px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt50 {
    margin-top: 50px;
}

.mla {
    margin-left: auto;
}
.img20 {
    width: 20px;
}
.img30 {
    width: 30px;
}
.img40 {
    width: 40px;
}
.img100 {
    width: 100px;
}

.img110 {
    width: 110px;
}

.img120 {
    width: 120px;
}

.fs18 {
    font-size: 18px;
}

.fs20{
    font-size: 20px;
}
.fs26{
    font-size: 26px;
}

.fs28{
    font-size: 28px;
}

.fs32{
    font-size: 32px;
}
/*header*/
header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: rgb(0,0,61);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.048);
    z-index: 99;
}
header * {
    color: #fff;
}
header .layui-logo {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
}
header .layui-logo a{
    display: flex;
    align-content: center;
    line-height: 60px;
    height: 60px;
    color: #fff;
    justify-content: space-between;
}
header .layui-logo img {
    width: 100px;
    height: 60px;
    margin-right: 15px;
    object-fit: cover;
}
header .xs-menu {
    position: relative;
}
header .xs-menu .xs-show-menu{
    display: none;
}

header .xs-menu .xs-show-menu .menu-more{
    z-index: 9999;
    display: none;
}

/*header end*/

/*main*/
.main {
    padding: 80px 0 60px;
    min-height: calc(100vh - 219px);
}

/*main end*/

/*footer*/
footer {
    width: 100%;
    min-height: 150px;
    padding: 35px 0;
}

.img-box {
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*width: auto;*/
}

.img-box img {
    display: block;
    width: 128px;
    height: 128px;
    border-radius: 6px;
    object-fit: fill;
}

/*footer end */

/* toolbar */
#toolbar {
    position: fixed;
    right: 15px;
    bottom: 200px;
    min-height: 100px;
    box-sizing: border-box;
    background: transparent;
}

#toolbar .list {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: transparent;
}

#toolbar .list .item {
    position: relative;
    width: 66px;
    height: 66px;
    padding: 12px 0;
    margin-top: 8px;
    border-radius: 6px;
    margin-bottom: unset;
    cursor: pointer;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}


#toolbar .list .item {
    background-color: #1989fb;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

#toolbar .list .item:hover {
    background-color: #1E9FFF;
}

#toolbar .list .item > img {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
}

#toolbar .list .item#backtop.show {
    display: flex;
}

#toolbar .list .item#backtop {
    display: none;
}

#toolbar .list .item .desc {
    display: none;
    position: absolute;
    right: 75px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    z-index: 99;
    color: #808080;
    text-align: center;
    border-radius: 6px;
}

#toolbar .list .item:hover > .desc {
    display: block;
}

#toolbar .list .item:nth-child(1):hover> .desc {
    display: flex;
}

#toolbar .list .item:nth-child(1) .desc {
    align-items: center;
    justify-content:space-between;
}

#toolbar .list .item:nth-child(1) .desc >strong {
    margin-left: 15px;
    font-size: 16px;
    color: #000;
}

#toolbar .list .item:nth-child(1) .desc > img {
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 0;
}

#toolbar .list .item:nth-child(2) .desc > img {
    display: block;
    width: 130px;
    height: 130px;
    object-fit: fill;
    overflow: hidden;
}

.xs-show-menu-more {
    display: none;
}


@media screen and (max-width: 838px) { 
    header .layui-nav .layui-nav-item a {
        padding: 0 10px;
    }

    #toolbar{
        display: none;
    }

    footer {
        padding: 15px 0;
    }
}
@media screen and (max-width: 640px) {

    header, header .layui-logo  {
        height: 50px;
    }

    header .layui-logo a {
        width: 100%;
        justify-content: center;
    }

    header .layui-logo  img{
        display: none;
    }

    footer {
        padding: 15px 0!important;;
    }

    footer .xs-mt0 {
        margin-top: 0;
    }

    header .xs-menu .xs-show-menu {
        position: absolute;
        top: 9px;
        right: -7px;
        display: block;
        width: 32px;
        height: 32px;
        overflow: hidden;
    }

    header .xs-menu .xs-show-menu > img {
        width: 100%;
    }

    .xs-show-menu-more {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        background-color: rgb(0,0,61);
        line-height: 30px;
        color: #fff;
        padding: 10px;
        z-index: 999;
    }

    .xs-show-menu-more * {
        color: #808080;
    }

    .xs-show-menu-more > li:hover *,
    .xs-show-menu-more > li.selected *{
        color: #fff;
    }
}
