[v-cloak] {
    display: none;
}
body{
    background: #f6f7f9;
}
.tip {
    font-size: 12px;
    color: #999;
}
.qm-fix-navbar.fix-navbar {
    height: 60px;
}
.qm-fix-navbar.fix-navbar .item-right {
    margin-top: 10px;
}
.qm-fix-navbar.fix-navbar .navbar .menu a {
    height: 60px;
    line-height: 60px;
}
.main-btns {
    position: relative;
    text-align: center;
}
.main-btns .button {
    width: 202px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background-color: #FF6521;
    cursor: pointer;
    margin-top: 40px;
}
.main-btns .button:hover{
    opacity: .9;
}
.main-btns .button.list-button {
    width: 260px;
    height: 42px;
    font-size: 16px;
}
.main-btns .button.list-button i {
    font-size: 12px;
}
.qm_banner{  
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.qm_banner_txt{
    width: 1200px;
    margin: 0 auto;
    padding-top: 76px;
}
.qm_banner .p1{
    line-height: 52px;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    color: #181c29;
    margin-bottom: 5px;
}
.qm_banner .p2{
    font-size: 14px;
    text-align: left;
    color: #4d5260;
}
.qm-container.qm-index {
    position: relative;
    z-index: 11;
    margin-top: -50px;
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
}
.qm-index .main-btns p.tip {
    padding: 0; background: none; color: #999
}
.qm-container {
    margin: 0 auto 20px;
    padding: 32px 40px 50px;
    width: 1280px;
    min-height: 570px;
    box-sizing: border-box;
}
.qm-container h2, .qm-result h2 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
}
.qm-container h2 a, .qm-result h2 a {
    font-size: 12px;
}

.qm-container h2 i {
    font-size: 12px;
}
.qm-container h3 {
    line-height: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #181c29;
}
.qm-container h3 i, .qm-container h4 i {
    margin-left: 10px;
    color: #828897;
    font-size: 14px;
    font-weight: normal;
}
.qm-container h3 .tip {
    margin-left: 12px;
}
.qm-container h4 {
    font-size: 14px;
}
.qm-container .cgs-box span {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 26px;
    width: 124px;
    box-sizing: border-box;
    line-height: 32px;
    background-color: #f6f7f9;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #f6f7f9;
    font-weight: 500;
    color: #4d5260;
}
.qm-container .cgs-box span.no {
    color: #00bb00;
}
.qm-container .cgs-box span.orange {
    color: #ff9900;
}
.qm-container .cgs-box span.red {
    color: #FF6521;
}

.qm-container .cgs-box span.active {
    color: #FF6521;
    background: rgba(255,101,33,0.15);
    border-color: #FF6521;
}
.qm-container .selected-cgs-box span {
    float: left;
    position: relative;
    margin-left: 10px;
    padding-left: 30px;
    width: 130px;
    line-height: 32px;
    height: 34px;
    color: #181c29;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #fff;
}
.first_main{
    padding-bottom: 22px;
    border-bottom: 1px solid #eee;
}
.first_tit{
    line-height: 34px;
    color: #4d5260;
}
.qm-container .selected-cgs-box span.active,
.qm-container .selected-cgs-box span:hover {
    border-color: #FF6521;
}

.qm-container .key-box .input-box {
    display: inline-block;
}
.qm-container .key-box input {
    margin-right: 15px;
    width: 70px;
    height: 34px;
    border: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
    transition: all .3s;
}
.qm-container .key-box input:focus{
    border-color: #FF6521;
}
.qm-container .key-box input:last-of-type {
    margin-right: 0;
}

.qm-container .key-box .key-word-box{
    display: inline-block;
}
.qm-container .key-box .key-word-box span,
.qm-container .qm-count-box span {
    display: inline-block;
    margin-left: 10px;
    width: 34px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    cursor:pointer;
    box-sizing: border-box;
}
.qm-container .key-word-box span.active,
.qm-container .qm-count-box span.active {
    color: #FF6521;
    background-color: #fff;
    border-color: #FF6521;
}

.qm-container .qm-box {
    margin-bottom: 30px;
    margin-left: -10px;
}
.qm-container .qm-box.cgs-box {
    margin-bottom: 20px;
    margin-left: -10px;
}
.qm-container .qm-box.filter-box {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.qm-container .second_tit{
    font-size: 14px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
    font-weight: 400;
    text-align: left;
    margin: 22px 0;
    color: #828897;
}
.qm-container .tab {
    text-align: center;
}
.qm-container .tab span {
    float: left;
    width: 80px;
    line-height: 32px;
    border: 1px solid #fff;
    cursor: pointer;
    width: 72px;
    height: 34px;
    background: #ffffff;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #4d5260;
    margin-right: 10px;
    box-sizing: border-box;
}
.qm-container .tab span.active {
    position: relative;
    color: #FF6521;
    border-color: #FF6521;
    z-index: 1;
}
.qm-container .setting-box.tab span {
    position: relative;
    margin-right: 20px;
    width: 120px;
    background-color: #F6F6F6;
}
.qm-container .setting-box.tab span.active {
    background-color: #fff;
}

.qm-container .names-box .names-list {
    overflow: auto;
}
.qm-container .names-box li {
    float: left;
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 14px;
    padding-top: 20px;
    width: 180px;
    border: 1px solid #f0f0f0;
    text-align: center;
}
.qm-container .names-box li:nth-child(6n) {
    margin-right: 0;
}

.qm-container .names-box li strong {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
}
.qm-container .names-box li p {
    margin-top: 6px;
    height: 45px;
    font-size: 12px;
    color: #999;
}
.qm-container .names-box li .btns {
    height: 26px;
    text-align: center;
}
.qm-container .names-box li .btns button {
    border-radius: 2px;
}
.qm-container .qm-count-box span {
    margin-left: 0;
    margin-right: 20px;
}
.btns .register {
    width: 88px;
    height: 100%;
    color: #0099ff;
    font-size: 12px;
    background-color: rgba(0,153,255,0.1);
    border: 1px solid #0099ff;
}
.qm-container .names-box li .btns .delete {
    width: 50px;
    height: 100%;
    color: #666;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

.names-box .top {
    margin-bottom: 20px;
    font-size: 12px;
}
.names-box .top .batch-edit {
    width: 80px;
    height: 26px;
    font-size: 12px;
}


.no-data {
    padding-top: 30px;
    padding-bottom: 260px;
    text-align: center;
}
.no-data img {
    width: 300px;
}
.no-data p {
    margin-top: 8px;
    font-size: 16px;
}
.no-data p a {
    color: #FF6521;
    text-decoration: underline;
}

.qm_item{
    width: 386px;
    background: #f6f7f9;
    padding:20px;
    box-sizing: border-box;
    margin-left: 21px;
}
.qm_item:first-child{
    margin-left: 0;
}

.qm_name_box{
    width: 1200px;
    margin: 0 auto 80px;
    padding: 40px;
    background-color: #fff;
}
.name_box_tit .span1{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
    color: #181c29;
}
.name_box_tit .div1 span{
    margin-left: 40px;
    color: #4d5260;
    padding-left: 24px;
    cursor: pointer;
}
.name_box_tit .div1 .ds1{
    background: url(img/qm/icon-excel.png) no-repeat left center;
    background-size: 18px 18px;
}
.name_box_tit .div1 .ds2{
    background: url(img/qm/icon-share.png) no-repeat left center;
    background-size: 18px 18px;
}
.main-btns .ds3{
    position: absolute;
    right: 0;
    margin-top: 40px;
    color: #4d5260;
    padding-left: 24px;
    line-height: 44px;
    height: 44px;
    cursor: pointer;
    background: url(img/qm/icon-mysc.png) no-repeat left center;
    background-size: 18px 18px;
}
.qm_name_box .tips{
    width: 100%;
    height: 37px;
    line-height: 37px;
    background: #f6f7f9;
    margin-top: 10px;
    text-indent: 10px;
    color: #828897;
}
.name_list{
    margin-top: 20px;
    margin-left: -17px;
}
.name_list_item{
    width: 287px;
    height: 208px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 20px 20px;
    margin-bottom: 20px;
    margin-left: 17px;
}
.name_list_item .head{
    line-height: 24px;
}
.name_list_item .head .span1{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    color: #181c29;
}
.name_list_item .head .sc{
    width: 20px;
    height: 20px;
    background: url(img/qm/icon-nosc.png) no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
}
.name_list_item .head .sc.on{
    background: url(img/qm/icon-sc.png) no-repeat center center;
    background-size: 20px 20px;
}
.name_list_item .msg{
    position: relative;
    margin-top: 20px;
    height: 77px;
}
.name_list_item .msg .shadow{
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(img/qm/icon-qm-no.png) no-repeat center center;
    background-size: 100% 100%;
}
.name_list_item .msg p{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
    color: #828897;
    margin-bottom: 10px;
}
.name_list_item .msg .s1{
    color: #55AA6B;
    font-weight: 600;
}
.name_list_item .msg .s2{
    color: #E8662D;
    font-weight: 600;
}
.name_list_item .msg .s3{
    color: #f51109;
    font-weight: 600;
}
.name_list_item .bottom{
    padding-top: 15px;
}
.name_list_item .bottom a{
    width: 110px;
    height: 34px;
    cursor: pointer;
    transition: all .3s;
}
.name_list_item .bottom .a1{
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    color: #3886fb;
    background: rgba(56,134,251,0.10);
}
.name_list_item .bottom .a1:hover{
    color: #fff;
    background: rgba(56,134,251,1);
}
.name_list_item .bottom .a2{
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    color: #ff6521;
    background: rgba(255,101,33,0.10);
}
.name_list_item .bottom .a2:hover{
    color: #fff;
    background: rgba(255,101,33,1);
}
#sc_main{
    width: 770px;
    height: 550px;
    background-color: #fff;
    position: fixed;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -385px;
    /* transform: translateY(-50%); */
    z-index: 9999;
}
.no_mask{
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
}
#sc_main .name_box_tit{
    padding:20px;
}
#sc_main .sm_list span{
    margin-left: 30px;
    cursor: pointer;
}
.sc_fl{
    padding: 0 20px;
    margin-left: -10px;
}
.sc_fl .item{
    width: 124px;
    height: 34px;
    line-height: 32px;
    background: #f6f7f9;
    text-align: center;
    border: 1px solid transparent;
    margin-left: 10px;
    margin-bottom: 10px;
}
.sc_sm{
    font-size: 14px;
    font-weight: 400;
    color: #4d5260;
    padding: 10px 20px 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.sc_sm i{
    color: #FF6521;
}
.sc_sm .sm_list span{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #4d5260;
}
.sc_sm .sm_list .all:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #828897;
    border-radius: 50%;
    vertical-align: middle;
    left: -22px;
}
.sc_sm .sm_list .all.on:before{
    background: url(img/qm/icon-checked.png) no-repeat center center;
    background-size: 16px 16px;
    border-color: transparent;
}
.sc_list{
    padding: 0 20px;
    margin-left: -20px;
    max-height: 340px;
    overflow-y: auto;
}
.sc_list .item{
    width: 226px;
    height: 150px;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #eeeeee;
    margin-left: 18px;
    margin-bottom: 20px;
}
.sc_list .item .item_1 .tit{
    font-size: 20px;
    font-weight: 500;
    color: #181c29;
}
.sc_list .item .item_1 .check{
    width: 16px;
    height: 16px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #828897;
    border-radius: 50%;
    cursor: pointer;
}
.sc_list .item .item_1 .check.on{
    background: url(img/qm/icon-checked.png) no-repeat center center;
    background-size: 16px 16px;
    border-color: transparent;
}
.sc_list .item .item_2{
    font-size: 14px;
    font-weight: 400;
    color: #828897;
    margin: 15px 0 20px;
}
.sc_list .item_3 a{
    width: 88px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.sc_list .item_3 a.a1{
    color: #FF6521;
    background: rgba(255,101,33,0.10);
}
.sc_list .item_3 a.a2{
    color: #828897;
    background: #f6f7f9;
}


.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}