[v-cloak]{
    display:none;
}
.padding20px {
    padding: 20px;
}
/* 看板数据 */
.top-items-box{
    margin-top: 20px;
}

.top-items-box .item-box{
    /* padding: 0 24px;
    background: #ffffff; */
    border-radius: 4px;
}
.top-items-box .left-box .look_box {
    background: #ffffff;
    border-radius: 4px;
}
.top-items-box .left-box .title-content {
    display: flex;
    align-items: center;
    /* margin: 20px 0px 5px 0px; */
}
.top-items-box .left-box .title-content .title {
    display: flex;
    align-items: center;
}

.top-items-box .left-box .title-content i {
    margin-top: 2px;
    margin-left: 2px;
    cursor: pointer;
    color: #ccc;
}
.top-items-box .left-box .title-content .box-title {
    font-size: 16px;
    font-weight: bold;
    color: #4C4C4E;
}
.top-items-box .left-box .title-content .text {
    font-size: 12px;
    color: #777C87;
    margin-left: 15px;
}


.top-items-box .left-box .dataItem{
    display: flex;
    align-items: center;
}
.top-items-box .left-box .data-container .dataItem .line {
    width: 1px;
    height: 94px;
    margin: 0px 4.5%;
    background: #E8EAF1;
}

.top-items-box .left-box .data-container .dataItem .data-box .title-content {
    position: relative;
    display: flex;
    align-items: center;
}
.top-items-box .left-box .data-container .dataItem .data-box {
    width: 50%;
}

.top-items-box .left-box .data-container .dataItem .data-box li{
    /* width: 176px;
    height: 94px;
    margin-right: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px; */

    padding: 2.75% 0;
    margin-right: 20px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.top-items-box .left-box .data-container .dataItem .data-box li:hover {
    background: #F8FAFF;
}
.top-items-box .left-box .data-container .dataItem .data-box li:nth-last-of-type(1){
    margin-right: 0;
}
.top-items-box .left-box .data-container .dataItem .data-box li span{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    color: #252933;
    font-weight: 600;
}
.top-items-box .left-box .data-container .dataItem .data-box li p{
    margin: 12px 0px;
    color: #777C87;
}
.top-items-box .left-box .data-container .dataItem .data-box li.delivery-abnormal span{
    color: #FB4545;
}

/* 打印按钮 */
.top-items-box .left-box .btn-box {
    padding: 20px 0px 40px 0px;
    clear: both;
    text-align: center;
}
.top-items-box .left-box .btn-box .btn-span {
    display: inline-block;
    width: 176px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    background: #1C76FF;
    font-size: 18px;
    border-radius: 24px;
    cursor: pointer;
}
.top-items-box .left-box .btn-box .btn-span img {
    vertical-align: middle;
}


.top-items-box .right-box {
    position: relative;
    margin-left: 1%;
    /* width: 24.46%; */
    width: 25%;
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;

}
.top-items-box .right-box .block img {
    display: block;
    width: 100%;
    height: 100%;
}


/* 热门推荐 */
.top-items-box .left-box {
    width: calc(100% - 25%);
}
.top-items-box .left-box .function-container {
    display: flex;
    margin-top: 15px;
}
.top-items-box .left-box .function-container .big_box {
    width: 62%;
    background: #ffff;
    border-radius: 2px;
}
.top-items-box .left-box .function-container .big_box .hot_box {
    display: flex;
}
.top-items-box .left-box .function-container .big_box .hot_box .hot_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 21%;
    background: linear-gradient(180deg, #FCFDFD 0%, #F5FCFF 100%);
    border-radius: 8px;
    border: 1px solid #F3F5F7;
    margin-right: 6%;
}
.top-items-box .left-box .function-container .big_box .hot_box .hot_item:nth-child(2) {
    background: linear-gradient(180deg, #FCFDFF 0%, #F5F6FF 100%);
}
.top-items-box .left-box .function-container .big_box .hot_box .hot_item:nth-child(3) {
    background: linear-gradient(180deg, #FCFBFF 0%, #F9F5FF 100%);
}
.top-items-box .left-box .function-container .big_box .hot_box .hot_item:nth-child(4) {
    background: linear-gradient(180deg, #FFFDFB 0%, #FFF8F5 100%);
}
.top-items-box .left-box .function-container .big_box .hot_box .hot_item:hover .btn {
    background: #3B82ED;
    box-shadow: 0px 4px 8px 0px rgba(137, 161, 255, 0.2);
    color: #FFFFFF;
}
.top-items-box .left-box .function-container .big_box .hot_box .hot_item:hover {
    box-shadow: 0px 6px 8px 0px rgba(233, 233, 233, 0.6);
}

.top-items-box .left-box .function-container .big_box .hot_box .hot_item img {
    width: 56px;
    height: 56px;
    border-radius: 32px;
    margin-top: 15px;
}
.top-items-box .left-box .function-container .big_box .hot_box .hot_item .functionName {
    font-size: 14px;
    font-weight: bold;
    color: #252933;
    margin: 7px 0px;
}
.top-items-box .left-box .function-container .big_box .hot_box .hot_item .course {
    font-size: 12px;
    color: #3B82ED;
    margin-bottom: 8px;
    cursor: pointer;
}
.top-items-box .left-box .function-container .big_box .hot_box .hot_item .btn {
    height: 28px;
    line-height: 28px;
    padding: 0 21.4%;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(144, 208, 255, 0.2);
    border-radius: 14px;
    font-size: 12px;
    color: #3B82ED;
    margin-bottom: 15px;
}
.top-items-box .left-box .function-container .big_box .hot_box .hot_item:nth-last-of-type(1){
    margin-right: 0;
}

/* 常用功能 */
.top-items-box .left-box .function-container .right_box {
    width: 38%;
    margin-left: 15px;
}
.top-items-box .left-box .function-container .right_box .use_box {
    display: flex;
    flex-wrap: wrap;
}
.top-items-box .left-box .function-container .right_box .use_box .use_item .img_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #F4F4F5;
    border-radius: 8px;
}
.top-items-box .left-box .function-container .right_box .use_box .use_item .img_container img {
    /* width: 20px;
    height: 20px; */
}
.top-items-box .left-box .function-container .right_box .use_box .use_item .dtj {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #F4F4F5;
    border-radius: 8px;
}
.top-items-box .left-box .function-container .right_box .use_box .use_item .img_container .img2 {
    display: none;
}
.top-items-box .left-box .function-container .right_box .use_box .use_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 20%;
    /* width: 18%; */
    margin-bottom: 20px;
    cursor: pointer;
    /* margin-right: 9%; */
}
.top-items-box .left-box .function-container .right_box .use_box .use_item:nth-of-type(5n) {
    margin-right: 0;
}

.top-items-box .left-box .function-container .right_box .use_box .use_item .text {
    font-size: 12px;
    color: #4C4C4E;
    margin-top: 5px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 58px; */
}
.top-items-box .left-box .function-container .right_box .use_box .use_item:hover .img_container {
    background: #EBF2FD;
}
.top-items-box .left-box .function-container .right_box .use_box .use_item:hover .img_container .img1{
    display: none;
}
.top-items-box .left-box .function-container .right_box .use_box .use_item:hover .img_container .img2{
    display: block;
}
.top-items-box .left-box .function-container .right_box .use_box .use_item:hover .text{
    color: #3B82ED;
}

.top-items-box .left-box .function-container .right_box .top_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 calc(10% - 24px);
}
.top-items-box .left-box .function-container .right_box .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #4C4C4E;
}
.top-items-box .left-box .function-container .right_box .top_title .addBtn {
    width: 64px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #3B82ED;
    color: #3B82ED;
    cursor: pointer;
}

.function-title {
    font-size: 16px;
    font-weight: bold;
    color: #4C4C4E;
    margin-bottom: 12px;
}

/* 右边日志 */

.top-items-box .right-box .update_log_container .title_box {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #E8EAF1;
padding-bottom: 10px;
}

 .top-items-box .right-box .update_log_container .title_box .log {
    font-size: 16px;
    font-weight: bold;
    color: #252933;
 }
 .top-items-box .right-box .update_log_container .title_box .more {
    font-size: 14px;
    color: #3B82ED;
 }
 .top-items-box .right-box .dyOperateCenter {
    flex: 1;
 }
 .top-items-box .right-box .update_log_container {
     padding: 20px;
 }

 .top-items-box .right-box .update_log_container .log_box {
    position: relative;
    height: 50%;
    border-left: 1px solid #E8EAF1;
    margin: 42px 3px 3px 3px;
}
 .top-items-box .right-box .update_log_container .log_box .yuandian {
    position: absolute;
    top: -10px;
    left: -6px;
    width: 10px;
    height: 10px;
    border: 2px solid #3B82ED;
    border-radius: 50px;
 }
 .top-items-box .right-box .update_log_container .log_box .versions {
    position: absolute;
    top: -20px;
    left: 14px;
    width: 72px;
    height: 28px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #3B82ED;
    background: #E4EFFF;
    border-radius: 16px;
 }
 .top-items-box .right-box .update_log_container .log_box ul  {
    padding: 16px 0px 0px 20px;
     /* max-height: 218px; */
     max-height: 198px;
     overflow: auto;
 }
 .top-items-box .right-box .update_log_container .log_box ul li p {
    font-size: 14px;
    color: #4C4C4E;
    overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
    cursor: pointer;
    margin: 10px 0px;
 }
 .top-items-box .right-box .update_log_container .log_box ul li p a {
    font-size: 14px;
    color: #4C4C4E;
 }
 .top-items-box .right-box .update_log_container .log_box ul li p:hover {
    color: #3B82ED;
 }
 .top-items-box .right-box .update_log_container .log_box ul li p a:hover {
    color: #3B82ED;
 }


 /* 支持平台 */
 .support_platforms {
    background: #FFFFFF;
    border-radius: 2px;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 0px !important;
 }
 .top-items-box .left-box .platforms-box {
    padding: 0.37% 0;
    overflow: hidden;
    margin: 0;
}
.top-items-box .left-box .platforms-box li{
    float: left;
    padding-bottom: 3.93%;
    /* margin-right: 2.83%;
    width: 11.86%; */
    margin-right: 1.8%;
    width: 9.5%;
    border: 1px solid #E8EAF1;
    border-radius: 4px;
    position: relative;
}
.top-items-box .left-box .platforms-box li:hover{
    border: 0px;
    box-shadow: 0px 8px 16px 0px rgba(59, 130, 237, 0.21);
}
.top-items-box .left-box .platforms-box li:nth-of-type(n + 10){
    margin-top: 1.5%;
}
.top-items-box .left-box .platforms-box li:nth-of-type(9n){
    margin-right: 0;
}
.top-items-box .left-box .platforms-box li .img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%,-50%);
}
.top-items-box .left-box .platforms-box li .hot{
    position: absolute;
    right: 0px;
    z-index: 10;
}


.new_platforms_box {
    display: flex;
    margin-top: 15px;
}
.new_platforms_box .new_conetn {
    width: 50%;
    padding: 20px 0px 20px 20px;
    background: #FFFFFF;
    border-radius: 4px;
}
.new_platforms_box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
}
.new_platforms_box ul li{
    width: 86px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E8EAF1;
    margin: 16px 17px 0px 0px;
    /* margin: 1% 1% 0% 0%; */
    box-sizing: border-box;
}
.new_platforms_box ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 48px;
}
.new_platforms_box ul li a img {
    width: 72px;
    margin: 3px 0px;
}

.new_platforms_box .new_conetn_right {
    margin-left: 15px;
}
.new_platforms_box .new_conetn_left{
    width: 45.4%;
}
.new_platforms_box .new_conetn_right {
    width: 53.8%;
}
/* .new_platforms_box .new_conetn_left ul li {
    width: 10.6%;
}
.new_platforms_box .new_conetn_right ul li {
    width: 9.5%;
} */
/* .new_platforms_box .new_conetn_left ul li:nth-of-type(8n){
    margin-right: 0;
}
.new_platforms_box .new_conetn_right ul li:nth-of-type(9n){
    margin-right: 0;
} */

.new_platforms_box .new_conetn .title {
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #252933;
}
.new_platforms_box .new_conetn .title span {
    color: #3B82ED;
}

.new_platforms_box .new_conetn_left ul li:nth-of-type:nth-of-type(n + 8){
    margin-top: 1.5%;
}

/* 更多电商商品 */
.more-product-box {
    background: #FFFFFF;
    border-radius: 2px;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.more-product-box ul li{
    padding-top: 22px;
    padding-left: 2%;
    margin-right: 20px;
    padding-bottom: 14px;
    background: #ffffff;
    border-radius: 4px;
}
.more-product-box ul li:hover{
    background: #F8FAFF;
}
.more-product-box ul li:hover .name{
    color: #3B82ED;
    background: #F8FAFF;
}
.more-product-box .customer-service{
    padding-top:10px;
    padding-bottom: 14px;
    padding-left: 0;
    margin-right: 0;
    width: 80px;
    cursor: pointer;
}
.more-product-box ul li img{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
}
.more-product-box ul li div{
    display: inline-block;
    vertical-align: middle;
    color: #777C87;
}
.more-product-box ul li .name{
    display: block;
    font-size: 16px;
    color: #252933;
}
.more-product-box .customer-service img{
    margin: 0 auto;
    display: block;
}
.more-product-box .customer-service div{
    display: block;
    font-size: 13px;
    color: #3B82ED;
    text-align: center;
}
@media screen and (max-width:1490px){
    .more-product-box ul li div{
        font-size: 12px;
    }
    .more-product-box ul li .name{
        font-size: 14px;
    }
}


/* 弹窗样式 */
.el-dialog__body {
    padding: 0px;
}
.module_contianer {
    max-height: 400px;
    overflow: auto;
}
.module_contianer .title {
    font-size: 14px;
    color: #252933;
    padding-bottom: 10px;
    margin-left: 20px;
    padding: 14px 0px 10px 0px;
}
.module_contianer .t2 {
    padding-top: 15px;
    padding-bottom: 0px;
}
.module_contianer .already_add_module {
    overflow: hidden;
    background: #F4F4F5;
    padding: 20px 26px;
}
.module_contianer .already_add_module .item {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 2.5%;
}
.module_contianer .already_add_module .item .img1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #F4F4F5;
    border-radius: 4px;
    margin-right: 8px;
}
.module_contianer .already_add_module .item .dpj {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-top: 2px;
}
.module_contianer .already_add_module .item .dpj img {
    /* width: 20px;
    height: 20px; */
}
.module_contianer .already_add_module .item .img2 {
    position: absolute;
    top: -9px;
    right: -7px;
    cursor: pointer;
}
.module_contianer .already_add_module .item .img1 img {
    /* width: 20px;
    height: 20px; */
}
.module_contianer .already_add_module .item span {
    font-size: 12px;
    color: #4C4C4E;
}

.module_contianer .already_add_module .item:nth-of-type(n + 6){
    margin-top: 2.8%;
}
.module_contianer .already_add_module .item:nth-of-type(5n){
    margin-right: 0;
}
.stay_add_module {
    background: #FFFFFF !important;
}
.stay_add_module .item {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px #ECF2FD;
    border-radius: 4px;
}
.header_title {

}
.header_title .t1 {
    font-size: 16px;
    color: #252933;
}
.header_title .t2 {
    font-size: 14px;
    color: #CFD3DB;
    margin-left: 10px;
}
.isColor {
    color: #CFD3DB !important;
}

.xuanfu_QRCode {
    position: fixed;
    right: 0;
    bottom: 19%;
}
.xuanfu_QRCode-wapper {
    position: relative;
}
.xuanfu_QRCode-title {
    position: absolute;
    top: 22px;
    left: 39px;
    font-size: 12px;
    color: #03226C;
}
.xuanfu_QRCode-tips {
    position: absolute;
    top: 130px;
    left: 32px;
    font-size: 12px;
    color: #FFFFFF;
}
.xuanfu_QRCode-qrcode {
    position: absolute;
    top: 48px;
    left: 44px;
    width: 73px;
}
.xuanfu_QRCode-scale {
    display: none;
    position: absolute;
    padding: 10px;
    width: 240px;
    height: 240px;
    top: 50%;
    right: 100%;
    transform: translate(0, -50%);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    background-color: #ffffff;
    border-radius: 5px;
}
.xuanfu_QRCode-scale::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translate(0, -50%);
    border-left: 10px solid #ffffff;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.xuanfu_QRCode-scaleQrcode {
    width: 100%;
    height: 100%;
}
.xuanfu_QRCode:hover .xuanfu_QRCode-scale {
    display: block;
}
.xuanfu_QRCode2 {
    position: fixed;
    right: 0;
    bottom: 21%;
    width: 170px;
    height: 180px;
}
.xuanfu_QRCode2 img {
    width: 100%;
    height: 100%;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 8px;
      height: 7px;
      padding-right: 2px;
    }
    /* 滚动槽 */
    ::-webkit-scrollbar-track {
    box-shadow:inset006pxrgba(0,0,0,0.3);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
    }
    /* 滚动条滑块 */
    ::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    box-shadow:inset006pxrgba(0,0,0,0.5);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
    }


/* 轮播图样式 */
.home-middle-top {
    /* height: 42%; */
    overflow: hidden;
    /*margin-bottom: 10vh;*/
    /* background-color: red; */
}

.home-middle-bottom {
    height: 52%;
    margin-top: 3%;
}

.home-middle-top img {
    display: block;
    width: 100%;
    height: 100%;

}

.bannerImg {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
}
/* 轮播圆点样式 */
 .el-carousel__indicators--horizontal {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 6%;
    text-align: right;
 }
.el-carousel__indicator--horizontal button {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0.5;
}

.el-carousel__indicator--horizontal.is-active button {
    width: 24px;
    height: 8px;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 10px;
}

.dialog-footer-use .useBtn {
    padding: 0 5px;
    min-width: 76px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    background-color: #3286FF!important;
    border-radius: 4px;
    cursor: pointer;
}
.dialog-footer-use .footercancelBtn {
    margin-right: 10px;
    color: #4C4C4E !important;
    background-color: #fff !important;
    border: 1px solid #CFD3DB;
}
.isPadding {
    padding: 10px 0px !important;
}