*{
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
}
button,input{
    cursor: pointer;
    vertical-align:middle;
}
html,body{
    font-family:"Microsoft YaHei","微软雅黑",arial ;
    font-size:16px;
}
.bg{
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    background:url('../img/bg.png') no-repeat;
    background-size:cover;
    z-index:-1;
    min-width: 1190px;
    min-height:880px;
}
.mask{
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(00,00,00,0.5);
    min-width: 1190px;
    min-height:880px;
}
.leftTop{
    position: absolute;
    top:20px;
    left:40px;
    background: url('../img/left_1.png') no-repeat;
    width: 630px;
    height: 154px;
}
.leftCenter{
    position: absolute;
    top:174px;
    left:42px;
    bottom:496px;
    background: url('../img/left_2.png') repeat;
    width: 14px;
}
.leftBottom{
    position: absolute;
    bottom:20px;
    left:20px;
    background: url('../img/left_3.png') no-repeat;
    width: 419px;
    height:476px;
}
.rightTop{
    position: absolute;
    top:20px;
    right:40px;
    background: url('../img/right_1.png') no-repeat;
    width: 630px;
    height: 154px;
}
.rightCenter{
    position: absolute;
    top:174px;
    right:42px;
    bottom:496px;
    background: url('../img/right_2.png') repeat;
    width: 14px;
}
.rightBottom{
    position: absolute;
    bottom:20px;
    right:20px;
    background: url('../img/right_3.png') no-repeat;
    width: 419px;
    height:476px;
}
.content{
    width: 100%;
    height:100%;
    padding:20px;
}
.title{
    width:830px;
    height:69px;
    line-height: 58px;
    margin:5px auto 30px;
    text-align: center;
    color:#fff;
    font-size:35px;
    font-weight:bold;
    background:url('../img/top_1.png') no-repeat center;
    background-size: 100%;
}
.czqy{
    position: absolute;
    top:125px;
    left:150px;
    right:150px;
    bottom:165px;
    background:url('../img/bg2.png') no-repeat;
    background-size: 100% 100%;
    padding:50px 40px;
}
.btns{
    position: absolute;
    bottom:70px;
    left: 0;
    width: 100%;
    text-align: center;
}
.btns button{
    width:250px;
    height:60px;
    border:1px solid #608add;
    border-radius: 10px;
    outline: none;
    color:#fff;
    font-size: 18px;
    margin:0 5px;
    cursor: pointer;
    background:linear-gradient(to bottom, #2a6ddc 0%,#1753b7 50%,#0745a8 54%,#2a6ddc 100%);
}
.btns button:disabled{
    color:#fff;
    border:1px solid transparent;
    cursor: not-allowed;
    background:linear-gradient(to bottom, #adacac 0%,#888888 50%,#848282 54%,#adacac 100%); 
}
#cqType{
    width:289px;
    height:50px;
    line-height:50px;
    margin:-52px auto 0;
    text-align: center;
    color:#fff;
    font-size: 24px;
    background:url('../img/top_2.png') no-repeat;
    
}
.cqlc{
    width:580px;
    height:232px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-290px;
    margin-top:-116px;
}
.icon_sixB{
    width:210px;
    height:232px;
    background: url('../img/lbx.png') center no-repeat;
    color:#fff;
    text-align: center;
    font-size: 18px;
    font-weight:bold;
}
.icon_sixB div{
    width:38px;
    height:38px;
    line-height:34px;
    border-radius: 50%;
    border:2px solid #fff;
    margin:65px  auto 24px;
}
.icon_next{
    width:160px;
    height:232px;
    background:url('../img/jt.png')  center no-repeat;
}
.lf{
    float:left;
}
.rt{
    float: right;
}
.mask .pop{
    width:1200px;
    height:600px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-600px;
    margin-top:-250px;
    background:rgba(19,46,92,0.9);
    z-index:9;
    padding:0px 20px 20px 60px;
}
.mask .pop:before{
   content:'';
    display: block;
    position: absolute;
    top:-12px;
    bottom:0;
    left:0;
    right:0;
    width:1200px;
    height:612px;
    background:url('../img/tck_1.png') no-repeat;
    background-size: 100%;
    z-index:-1;
}
.mask .pop.small{
    width:600px;
    height:300px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-300px;
    margin-top:-153px;
    background:rgba(19,46,92,0.9);
    z-index:9;
    padding:0px 60px 40px;
}
.mask .pop.small:before{
    content:'';
     display: block;
     position: absolute;
     top:-5px;
     bottom:0;
     left:0;
     right:0;
     width:600px;
     background:url('../img/tck_1.png') no-repeat;
     background-size: 100%;
     z-index:-1;
 }
.mask .pop .close{
    position: absolute;
    width:16px;
    height:16px;
    right:15px;
    top:15px;
    background:url("../img/close.png") center no-repeat;
    cursor: pointer;
}
.cqTitle{
    color:#fff;
    font-size:25px;
    position: relative;
    top:-15px;
    text-align: center;
}
.setGzBtn li{
    width:140px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:16px;
    list-style: none;
    position: relative;
    text-align: center;
    display: inline-block;
    margin:0 5px;
    cursor: pointer;
}
.setGzBtn li:after{
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:140px;
    height:40px;
    transform: skewX(-30deg);
    z-index:-1;
    background: linear-gradient(0deg, #71809B, #5C6D8D, #71809B, #7F8FAC);
    border: 1px solid #8A99B5;
}
.setGzBtn li.show{
    font-weight:bold;
}
.setGzBtn li.show:after{
    background: linear-gradient(0deg, #2A6DDC, #0745A8, #1753B7, #1F63D5);
    border: 1px solid #608ADD;
}
.setGz{
    margin-top:20px;
    position: relative;
    height: calc(100% - 90px);
    overflow-y: auto;
}
.setGz .gz{
    width:55%;
}
.setGz .gz>div{
    background: rgba(16, 87, 166,0.1);
    line-height:35px;
    font-size: 16px;
    color:#fff;
    margin-bottom:10px;
    padding:15px 20px;
}
.ytc{
    color: #69EBFA;
    font-size: 14px;
    line-height: 20px;
    margin-top:5px;
}
.cqArr{
    width:400px;
    height: 420px;
    position: absolute;
    right:0;
    top:0;
    background: rgba(16,101,194,0.2);
    border: 1px solid #608ADD;
    border-radius: 3px;
    color:#fff;
}
.cqArr>p{
    text-align: center;
    line-height: 40px;
}
.cqArr >div{
    height:330px;
    overflow-y: auto;
}
.cqArr div>span{
    width:70px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
}
.cqArr .company{
    padding:0 10px;
    line-height: 36px;
}
.cqArr .company span{
    display: inline-block;
    position: relative;
    padding-right:15px;
}
.cqArr .company b{
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 8px;
    background: url(../img/close.png) center no-repeat;
    cursor: pointer;
}
.cqArr button{
    position: absolute;
    bottom: 10px;
    right:10px;
}
input.text,select.text{
    outline: none;
    margin:0 10px;
    padding:0 5px;
    color: #0745A8;
    font-size: 16px;
    width: 66px;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255,0.9);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
}
option{
    color:#333;
}
.pop .btn-box{
    position: absolute;
    bottom:10px;
    left:0;
    width: 100%;
    text-align: center;
}
.btn-true{
    width:140px;
    height:42px;
    color:#fff;
    background: linear-gradient(0deg, #2A6DDC, #0745A8, #1753B7, #1F63D5);
    border:none;
    border-radius: 5px;
}
.btn-s{
    width:auto;
    min-width: 80px;
    height: 34px;
    padding:0 10px;
    background:#1065c2;
}
.icon_add,.icon_del{
    width: 18px;
    height:18px;
    display: inline-block;
    background:url("../img/add.png") center no-repeat;
    cursor: pointer;
}
.icon_del{
    background:url("../img/del.png") center no-repeat;
}
.cqItem p{
    font-size: 18px;
    font-weight:bold;
    color:#fff;
    height:44px;
    line-height:44px;
    padding:0 100px 0 10px;
    display: inline-block;
    background:linear-gradient(to right,rgba(99,132,255,0.3),rgba(255,255,255,0.05))
}
#myCanvasContainer{
    width: 500px;
    height: 500px;
    margin: 0 auto;
}
.batch {
    position: absolute;
    min-width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(5,53,133,0.9);
    border: 1px solid #608ADD;
    box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.5);
    border-radius: 3px;
    padding:40px 60px;
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    color: #fff;
}
.batch span{
    display: inline-block;
    margin:0 20px;
}
button:disabled{
    background:#999;
    color:#fff;
    cursor: not-allowed;
}
.cqjgContent{
    color:#fff;
    font-size: 18px;
    line-height: 40px;
}
.cqjgContent .paddingLeft{
    padding-left:90px;
    position: relative;
    margin-top:10px;
}
.cqjgContent .paddingLeft span{
    position: absolute;
    left:0;
    top:0;
}

[v-cloak]{
    display: none !important;
}
.label{
    margin-left:20px;
}