::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #535353;
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
}
html,
body{
    font-family: SourceHanSans,'Microsoft Yahei';
    min-width: 1200px;
}
.header{
    height: 140px;
    background: #4477dd;
    color: #fff;
    position: relative;
}
.header .main{
    max-width: 1440px;
    min-width: 1024px;
    margin: auto;
    padding-top: 35px;
}
@media (max-width: 1480px) {
    .header .main{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.header .left{
    width: 50%;
    text-align: left;
    position: relative;
    left: 0;
}
.header .right{
    width: 50%;
    left: 50%;
    text-align: right;
    position: relative;
}
.header .top-logo{
    position: absolute;
    top: -10px;
    left: 8px;
    /*width: 380px;*/
}
.header .logo{
    width: 50px;
    height: 60px;
    position: absolute;
    top: -5px;
    left: 8px
}
.header .logo-title{
    position: absolute;
    left: 60px;
    width: 400px;
    height: 50px;
    border-left: solid 2px #FFF;
    padding-left: 20px;
    margin-left: 20px;
}
.header .logo-title-cn{
    display: block;
    font-size: 26px;
    letter-spacing: 3px;
    font-weight: 500;
    transform: translateY(-5px);
}
.header .logo-title-en{
    display: block;
    font-size: 13px;
    font-weight: 600;
    transform: translateY(-5px);
}
.header .login{
    display: inline-block;
}
.header .login-user{
    width: 30px;
    height: 30px;
    margin-left: 15px;
    margin-right: 5px;
}
.header .nav{
    width: 900px;
    padding-top: 22px;
    margin-bottom: 0;
}
.header .nav .nav-item{
    padding: 12px 25px;
    font-size: 18px;
    color: #96b3ec;
}
.header .nav .nav-item:hover{
    color: #fff;
}
.header .nav .nav-item.this{
    color: #fff;
}
.footer{
    height: 320px;
    background: #2c2c2c;
    color: #595651;
}
.footer .top{
    height: 10px;
    background: -webkit-linear-gradient(to right,#4477dd,#71f9d7);
    background: linear-gradient(to right,#4477dd,#71f9d7);
    background: -ms-linear-gradient(to right,#4477dd,#71f9d7);
}
.footer .main{
    max-width: 1300px;
    min-width: 1024px;
    height: 160px;
    margin: auto;
    padding: 20px;
}

.footer .main .left{
    width: 400px;
    position: relative;
    top: 40px;
}
.footer .main .right{
    width: calc(100% - 400px);
    position: relative;
    left: 400px;
    padding: 20px;
}
.footer .main .right .nav{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    -webkit-column-count: 5;  /* 分5列 */
    column-count: 5;
}
.footer .main .right .nav-item{
    padding: 10px 0;
    width: 20%;
    font-size: 15px;
    font-weight: 600;
}
.footer .main .right .nav-item:hover{
    color: #fff
}
.footer .main .logo{
    width: 50px;
    height: 60px;
    position: absolute;
    line-height: 160px;
    top: -5px;
    left: 5px;
}
.footer .logo-title{
    position: absolute;
    left: 60px;
    width: 200px;
    height: 50px;
    border-left: solid 1px #ddd;
    padding-left: 20px;
    margin-left: 20px;
    color:#fff
}
.footer .logo-title-cn{
    display: block;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-top: -3px;
}
.footer .logo-title-en{
    display: block;
    font-size: 12px;
    padding-top: 6px;
    font-weight: 600;
    letter-spacing: 3px;
}
.footer .copy{
    height: 150px;
    border-top: solid 1px #595651;
    text-align: center;
    padding: 30px;
    font-size: 15px;
}
.footer .copy div{
    padding: 5px
}
.footer .copy div.hand:hover{
    color: #fff
}
.content{
    height: auto
}
.main-content{
    min-height: calc(100vh - 460px);
}
/*以下为公共类*/
.circle{
    border-radius: 2000px;
}
.hand{
    cursor: pointer;
}
.text-xs{
    font-size: 12px;
}
.text-sm{
    font-size: 14px;
}
.text-df{
    font-size: 16px;
}
.text-lg{
    font-size: 20px;
}
.text-xl{
    font-size: 24px;
}
.text-xxl{
    font-size: 28px;
}
.text-xls{
    font-size: 32px;
}
.text-xxls{
    font-size: 36px;
}
.text-sl{
    font-size: 52px;
}
.text-ssl{
    font-size: 80px;
}
.text-sssl{
    font-size: 100px;
}
.text-blue{
    color: #4477dd!important;
}
.text-grey{
    color: #606060!important;
}
.text-gray{
    color: #909090!important;
}
.text-gray.light{
    color: #ddd!important;
}
.avatar{
    width: 40px;
    height: 40px;
}
.avatar-xs{
    width: 12px
}
.avatar-sm{
    width: 16px;
    height: 16px;
}
.avatar-df{
    width: 20px;
    height: 20px;
}
.avatar-xls{
    width: 140px;
    height: 140px;
}
.avatar-lg{
    width: 66px;
    height: 66px;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.bg-blue{
    background: #3775e4
}
.bg-green{
    background: #aadd66;
}
.bg-orange{
    background: #ffaa00;
}
.w-33{
    width:33.33%!important
}
.w-66{
    width:66.67%!important
}
.p-lr{
    padding-left: 15px;
    padding-right: 15px;
}
.carousel-inner .banner-text{
    /*font-family: Noto Sans SC;*/
    position: absolute;
    bottom: 20%;
    right: 5%;
    width: 80%;
}
.carousel-inner .banner-text .text{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    max-height: 80px;
    font-weight: 700;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: right;
}
.carousel-inner .banner-text .more-btn{
    text-align: right;
    color: #fff;
    margin-top: 12px;
    padding-right: 8px;
    font-weight: 400;
    cursor: pointer;
}
.carousel-inner .banner-text .more-btn img{
    margin-left: 10px;
    width: 35px;
    height: 100%;
    box-sizing: border-box;
}
@media (min-width: 576px){
    body{
        overflow-x: scroll;
        min-width: 1200px;
    }
    .container {
        min-width: 1200px;
    }
}

@media (min-width: 992px){
    body{
        overflow-x: scroll;
        min-width: 1200px;
    }
    .container {
        min-width: 1200px;
    }
}

@media (min-width: 1024px){
    body{
        overflow-x: scroll;
        min-width: 1200px;
    }
    .container {
        min-width: 1200px;
    }
}
@media (min-width: 1200px){
    body{
        overflow-x: hidden;
    }
    .container {
        max-width: 1200px;
    }
}
.nav-link {
    display: block;
    padding: .5rem 0.8rem;
}
@media (min-width: 1440px){
    body{
        overflow-x: hidden;
    }
    .container {
        max-width: 1300px;
    }
    .nav-link {
        display: block;
        padding: .5rem 1rem;
    }
    .carousel-inner .banner-text .text{
        font-size: 34px;
    }
}

.three-right:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    right: -20px;
    top: 9px;
    transform: scaleX(1.5);
}

.container .btn-primary,
.container .btn-primary:hover,
.container .btn-primary:active,
.container .btn-primary:focus,
.container .btn-primary:active{
     background-color: #007bff;
     border-color: #007bff;
    box-shadow: none;
    outline: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
    outline: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
#swal2-content .swal2-h{
    font-size: 16px;
    color: #1b1b1b;
    line-height: 28px;
}

.ax-dialog .swal2-popup{
    border-radius: 8px;
}
