body {
    font-family: Radiance;
    color: #121212;
    min-width: 1280px;
    /* 全局定义默认颜色 */
    --defaultcolors: #2994FF;
    --dialogbodybg: #F2F4F4;
    --defaultfontColor: #121212;
    --defaaultTabColor: #0581fe;
    --f12:12px;
    --f13:13px;
    --f14:14px;
    --f15:15px;
    --f16:16px;
    --f18:18px;
    min-height: 100vh;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #F8F9FF 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    /* 火狐滚动条样式 */
    scrollbar-width: thin;
    scrollbar-color:  #DDDEE0 transparent;
    -ms-overflow-style:none;
}
ul li{
    list-style: none;
}
a {
    text-decoration: none;
    color: #2994FF;
}
a:hover {
    text-decoration: underline;
}

/* 滚动条全局设置 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 6px;
    background-color: #DDDEE0;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #C7C9CC;
}
::-webkit-scrollbar-track {
    width: 6px;
    border-radius: 6px;
    background-color: transparent;
}
.hide {
    display: none !important;
}
.radius{
    border-radius: 8px;
}


/* flex布局 */
.flex {
    display: flex;
}
.fl-col {
    flex-direction: column;
}
.fl-wrap {
    flex-wrap: wrap;
}
.fl-sta-sta {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.fl-sta-cen {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fl-cen-cen {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fl-cen-sta{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.fl-aro-cen {
     display: flex;
     justify-content: space-around;
     align-items: center;
 }

/* layui-layer */
.layui-layer-msg {
    top: 3vh !important;
    border: none !important;
}
.layui-layer-msg .layui-layer-content {
    min-width: 300px;
    text-align: left !important;
    padding: 10px 24px !important;
}


.mr-t-56{
    margin-top: 56px;
}
.mr-t-29{
    margin-top: 29px;
}
.mr-r-5{
    margin-right: 5px;
}


.pd-20{
    padding: 20px;
}
.full-width{
    width: 100%;
}

.pos-re{
    position: relative;
}
.pos-cen{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cursor{
    cursor: pointer;
}

.el-dialog__headerbtn:hover .el-dialog__close{
    color: #2178FFFF !important;
}


/*header*/
.header-bg-box{
    position: absolute;
    top: 0;
    width: 100%;
    /* min-width: 1440px; */
    /*height: 360px;*/
}
.header-bg{
    width: 100%;
}
.chian-logo{
    position: absolute;
    top: 41px;
    right: 4%;
    width: 20%;
}
.title-box{
    margin: 0 auto;
    /*padding-top: 18.6vh;*/
    padding-top: 150px;
    text-align: center;
}
.title{
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #121212;
}
.title-des{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
}

/*分割线*/
.split-line-horizontal{
    position: relative;
    margin: 0 auto;;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    color: #121212;
    text-align: center;
}
.split-line-horizontal::before,
.split-line-horizontal::after
{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 1px;
    opacity: 0.47;

}
.split-line-horizontal::before {
    right: calc(50% + 76px);
    background: linear-gradient(270deg, #A3A9BF 0%, rgba(250,251,255,0) 100%);
}
.split-line-horizontal::after{
    left: calc(50% + 76px);
    background: linear-gradient(90deg, #A3A9BF 0%, rgba(250,251,255,0) 100%);
}
.click-color{
    color: #3371FC;
}

#download-content {
    background: url('../img/header-bg.png') no-repeat;
    background-size: 100% 360px;
}

/*客户端*/
.client-box{
    max-width: 1440px;
    margin: 0 auto;
    padding: 67px 40px 56px;
    text-align: center;
}
.client-item{
    margin-top: 32px;
    margin-right: 40px;
    text-align: center;
}
.client-item:last-child{
    margin-right: 0;
}
.client-content{
    position: relative;
    width: 190px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(106,144,235,0.1);
    border-radius: 8px;
    text-align: center;
}
.code-tip{
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 64px;
    transition: all .2s ease;
}
.client-icon-box{
    width: 70%;
    height: 32px;
}
.client-icon{
    width: 38px;
    height: 38px;
    opacity: 1;
    transition: all .2s ease;
}
.client-icon-multiple {
    width: 32px;
    height: 32px;
}
.qr-icon{
    width: 0px;
    height: 0px;
    opacity: 0;
}
.client-name{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 20px;
    margin-bottom: 14px;
    margin-right: 10px;
}
.tag-box .tag {
    background: #5682F7;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 20px;
}
.client-download-icon{
    width: 0px;
    height: 0px;
    opacity: 0;
}
.color-grey{
    color: #8A9099;
}
.color-red{
    color: #F05257;
}
.client-content:hover{
    cursor: pointer;
}
.client-content:hover .code-tip{
    height: 0px;
    width: 0px;
    transition: all .2s ease;
}
.client-content:hover .client-name-box-content{
    transform: translateY(-14px);
}
.client-content:hover .client-name-label,
.client-content:hover .client-icon{
    opacity: 0;
    transform: scale(0);
}
.client-content:hover .client-name-hover{
    opacity: 1;
    transform: scale(1);
}
.client-content:hover .client-icon{
    width: 0px;
    height: 0px;
    transition: all .2s ease;
}
.client-content:hover .client-download-icon{
    width: 54px;
    height: 54px;
    opacity: 1;
    transition: all .2s ease;
    background: url('../img/download.svg') center center no-repeat;
}
.client-content:hover .client-download-icon:hover {
    background: url('../img/download-hover.svg');
}
.client-content:hover .client-download-icon:active {
    background: url('../img/download-active.svg');
}
.client-content:hover .qr-icon {
    width: 88px;
    height: 88px;
    opacity: 1;
    transition: all .2s ease;
}
/*加载中提示-为解决连接引入vue.js，模板字符串短暂出现问题*/
.loading-box{
    width: 200px;
    height: 200px;
}

.dialog-title{
    height: 45px;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    color: #000000;
}
.el-dialog{
    border-radius: 12px !important;
}
.el-dialog__header{
   padding-top: 64px !important;
}
.dialog-content{
    width: 100%;
}
.el-dialog--center .el-dialog__body{
    padding-bottom: 48px !important;
}
.el-button--primary{
    background-color: #2178FFFF !important;
    border-color: #2178FFFF !important;
}
.el-icon-close{
    font-size: 20px !important;
}
.text-flow {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*应用软件*/
.app-box{
    padding-left: 15px;
    flex-wrap: wrap;
}
.app-item-box{
    margin-top: 32px;
    margin-right: 32px;
    width: 365px;
    height: 128px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(106,144,235,0.1);
    border-radius: 4px;
    transition: all 0.15s linear;
}
.app-item-box:hover{
    transform: translateY(-10px);
}
.app-icon{
    margin-right: 16px;
    width: 56px;
    height: 56px;
}
.app-content{
    flex: 1;
    height: 100%;
}
.app-name{
    margin-bottom: 8px;
    width: 245px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #3A424F;
    text-align: left;
}
.app-des{
    padding-bottom: 14px;
    width: 245px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #888B91;
    text-align: left;
}
.soft-type-tag{
    max-width: 75px;
    margin-right: 4px;
    padding: 4px 12px;
    background: #F5F9FFFF;
    border-radius: 13px;
    font-size: 12px;
    color: #3371FCFF;
}
.soft-version-tag{
    max-width: 85px;
    padding: 4px 12px;
    background: #F5EAFF;
    border-radius: 13px;
    font-size: 12px;
    color: #BA4DFFFF;
}
.download-btn{
    position: absolute;
    right: -8px;
    bottom: -6px;
    padding: 0 4px;
    height: 24px;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #3371FC;
    cursor: pointer;
}
.download-btn:hover{
    background: #EBF0FE;
}
.download-icon{
    margin-right: 6px;
    width: 14px;
    height: 14px;
}
.no-data-img{
    margin-top: 24px;
    width: 280px;
    height: 280px;
}


/*dialog*/
.mask-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2000;
}
.dialog-bg{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
}
.dialog-box{
    margin: 15vh auto auto auto;
    width: 640px;
    padding: 64px 25px 48px;
    background-color: #fff;
    border-radius: 13px;
}
.close-btn{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
}

.icon-del{
    width: 20px;
    height: 20px;
}
.icon-del-gray{
    display: block;
}
.icon-del-blue{
    display: none;
}
.close-btn:hover .icon-del-gray{
    display: none;
}
.close-btn:hover .icon-del-blue{
    display: block;
}
.client-select{
    width: 480px;
    height: 40px;
    padding: 0 15px;
    border: 1px #D7DAE0 solid;
    outline: none;
}
.collapse-img{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    top: 0px;
    transform: rotateX(180deg);
}
.client-download-btn{

    min-width: 76px;
    height: 36px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 14px;
    font-family: PingFang SC-Semibold, PingFang SC;
    /*font-weight: 600;*/
    line-height: 36px;
    border: none;
    background: #2178FF;
    color: #fff;
}
.client-download-btn:hover{
    color: #ffffff;
    background: #446edf;
}
.client-download-btn:active{
    color: #ffffff;
    background: #446edf;
}


.select-dropdown{
    display: none;
    position: absolute;
    top: 42px;
    padding: 8px 0;
    width: 100%;
    /*min-height: 100px;*/
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
    max-height: 200px;
}
.option-box{
    max-height: 184px;
    overflow-y: auto;
}

.select-arrow{
    position: absolute;
    top: -6px;
    left: 50px;
    display: block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: transparent;
    border-style: solid;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #EBEEF5;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
}
.option-item{
    height: 36px;
    line-height: 36px;
    padding: 0 15px;

}
.option-item-active {
    color: #5682F7;
}
.option-item:hover{
    background: rgba(86, 130, 247, 0.10);
}

.layui-form-select dl dd.layui-this {
    background-color: #5682F7;
}

.update-content {
    position: absolute;
    width: 290px;
    padding: 12px 20px;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(159,169,210,0.3);
    border-radius: 10px;
    transition: opacity 0.2s linear;
}
.update-content p {
    font-size: 12px;
}
.update-content-info {
    max-height: 300px;
    margin-top: 8px;
    font-size: 12px;
    overflow-y: auto;
    line-height: 20px;
    word-break: break-all;
}
.update-empty {
    font-size: 12px;
    text-align: center;
    color: #b1b5be;
}