.imgPos{
    width: 93px;
    height: 102px;
    background: url("https://img10.360buyimg.com/imgzone/jfs/t1/179580/17/24666/23035/62ac30bbE2b0d2a76/3d24384b8662a05d.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: fixed;
    top: 193px;
    right: 20px;
    z-index: 1000;
}
.imgPos>p{
    margin: 0;
    padding:0;
    width: 100%;
    height: 100%;
}
.imgPos>div{
    font-size: 20px;
    position: absolute;
    top: -20px;
    right: -10px;
    width: 18px;
    height: 18px;
    line-height: 13px;
    text-align: center;
    transform: rotate(45deg);
    border-radius: 50%;
    border: 1px solid #3d3d3d;
    color: #3d3d3d;
}
.hasNo{
    position: relative;
}
.popToastPop{
    display: none;
    padding: 8px 20px 8px 20px;
    background: rgba(0,0,0,0.5);
    color: white;
    border-radius: 22px;
    /*width: 263px;*/
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.qaDialog .el-dialog{
    width: 1060px;
    height: 500px;
    margin-top: 200px;
}
.phoneToa .el-dialog__header{
    color: red;
    width: 560px;
    height: 40px;
    background: #F5F7F9;
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #D7DDE4;
}
.phoneToa .el-dialog__title{
    font-size: 14px;
    font-weight: 500;
    color: #464C5B;
}
.qaDialog .el-dialog__header{
    width: 1060px;
    height: 40px;
    color: #464C5B;
    background: #F5F7F9;
    font-size: 14px;
    padding: 8px 0px 11px 15px!important;
    border: 1px solid #D7DDE4;
}
.qaDialog .el-checkbox{
    width: 185px;
}
.qaDialog .el-dialog__body{
    height: 400px;
    padding: 30px;
    overflow-y: scroll;
}
.qaDialog .el-dialog__body .el-form .el-form-item .el-form-item__label{
    margin-left: 0px;
}
.qaTips {
    background: #F0FAFF;
    border-radius: 5px;
    display: flex;
    padding: 10px;
}
.popToastPopOver{
    display: none;
    padding: 8px 20px 8px 20px;
    background: rgba(0,0,0,0.5);
    color: white;
    border-radius: 22px;
    /*width: 263px;*/
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.topBg{
    background-color: lightskyblue;
    padding: 10px;
}
.proName{
    width: 250px!important;
    display: block!important;
}
.proName:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px;
    border-color: transparent transparent rgba(215,221,228,1) transparent;
    position: absolute;
    left: 12%;
    transform: translateX(-50%);
    top: -9px;
}
.proNameFive:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px;
    border-color: transparent transparent rgba(215,221,228,1) transparent;
    position: absolute;
    left: 7%;
    transform: translateX(-50%);
    top: -9px;
}
.proNameSix:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px;
    border-color: transparent transparent rgba(215,221,228,1) transparent;
    position: absolute;
    left: 22%;
    transform: translateX(-50%);
    top: -9px;
}
#dia .title {
    display: flex;
    align-items: center;
}
#dia .line{
    width: 3px;
    height: 16px;
    background: #3399FF;
}
#dia .ttl{
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-left: 8px;
}
#dia .el-form .el-form-item{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
#dia .el-form .el-form-item .el-form-item__content{
    line-height: 30px;
    margin-left: 12px!important;
}
#dia .el-form{
    margin-top: 30px;
}
#dia .el-radio-group{
    display: flex;
    flex-direction: column;
}
#dia .el-radio{
    margin-bottom: 10px;
    width: 1%;
}
#dia .el-form .el-input__inner{
    width: 600px;
    height: 30px;
    border: 1px solid #D7DDE4;
    font-size: 12px;
    border-radius: 2px;
}
#dia .el-input__inner{
    width: 600px;
    height: 30px;
    border: 1px solid #D7DDE4;
    font-size: 12px;
    border-radius: 2px;
}
#dia .el-form .el-form-item .el-form-item__label{
    text-align: left;
    margin-left: 0px;
    font-size: 12px!important;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
}
.labelDa{
    font-size: 12px;
}
#dia .label{
    font-size: 12px!important;
}
#dia .el-form .el-form-item .el-form-item__label .label{
    font-size: 12px;
}
.formRule .el-form-item__label:before{
    content: '*';
    color: #F56C6C;
}
.QAinput{
    border-radius: 2px;
    height: 30px;
    margin-top: 10px;
}
.bgModal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 2004;
}
.showInner{
    position: fixed;
    top: 150px;
    margin: 0 auto 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0,0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0,0.3);
    box-sizing: border-box;
    width: 760px;
    height: 460px;
    left: 50%;
    z-index: 2006;
    transform: translateX(-50%);  
}
.closeInner{
    width: 26px;
    height: 27px;
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
}
.qaDialog .el-dialog__title {
    font-size: 14px;
    font-weight: 500;
    color: #464C5B;
}
.el-dialog__headerbtn {
    top: 10px!important;
    right: 15px!important;
}
.el-dialog__body {
    padding: 30px 30px 45px 20px;
    font-weight: 400;
    color: #333333;
}
#dia .el-dialog__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-top: 1px solid #d7dde4;
    padding: 0 30px;
}
#dia .el-dialog__footer .saveUp{
    width: 88px;
    height: 36px;
    background: #3399FF;
    border-radius: 2px;
    line-height: 11px;
}
.goBtn {
    width: 88px;
    height: 30px;
    background: #FFFFFF!important;
    border-radius: 2px!important;
    border: 1px solid #D7DDE4!important;
    padding: 0px!important;
}
.goOn {
    width: 88px;
    height: 30px;
    background: #3399FF!important;
    border-radius: 2px!important;
    padding: 0px!important;
}
