.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    display: none;
}
.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width: 60%;
}

.el-dialog.is-fullscreen {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    overflow: auto
}

.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    display: none;
}

.el-dialog__header {
    border-bottom: 1px solid #ccc;
    padding: 0 28px;
    height: 70px;
    line-height: 70px;
}

.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px
}

.el-dialog__headerbtn .el-dialog__close {
    color: #909399;
    background: url(../png/zrjm6g.png) no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
}

.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close {
    color: #409eff
}

.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133
}

.el-dialog__body {
    padding: 40px 28px 85px 60px;
    color: #606266;
    
    word-break: break-all
}

.el-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    box-sizing: border-box
}

.el-dialog--center {
    text-align: center
}

.el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 25px 25px 30px
}

.el-dialog--center .el-dialog__footer {
    text-align: inherit
}
.el-dialog .box-item {
    min-height: 48px;
    margin-top: 5px;
    overflow: hidden
}

.el-dialog .box-item .right-item {
    float: left;
    overflow: hidden;
    width: calc(100% - 90px);
}

.el-dialog .box-item .right-item p {
    width: 22%;
    float: left;
    margin: 0 8px;
    padding: 0 5px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    box-sizing: border-box;
}
.el-dialog .box-item .right-item p:hover,
.el-dialog .box-item .right-item p.active {
    background: #2354af;
    border-color: #2354af;
    color: #fff;
}

.el-dialog .box-item p {
    margin: 0;
    cursor: pointer
}

.el-dialog .box-item .num {
    color: red
}

.el-dialog .box-item .left {
    width: 80px;
    margin-bottom: 5px;
    padding: 5px;
    float: left
}

.el-dialog .box-item .right {
    padding: 0 8px;
    height: 34px;
    line-height: 34px
}

.el-dialog .box-item .active {
    background-color: #a6cbf4
}
.el-dialog .button{
    width: 80px;
    vertical-align: middle;
    padding: 0 19px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    border-radius: 4px;
    background: #025293;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.el-dialog .cancel{
    width: 80px;
    vertical-align: middle;
    padding: 0 19px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    border-radius: 4px;
    background: #54697e;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
}

.el-dialog__wrapper.search-dialog .el-dialog{
    border-radius: 12px;
}
.el-dialog__wrapper.search-dialog .el-dialog__header{
    border-radius: 12px 12px 0 0;
}
.el-dialog__wrapper.search-dialog .el-dialog__header{
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f7f9fc;
    font-size: 18px;
    color: #666;
}
.el-dialog__wrapper.search-dialog .el-dialog__header .el-dialog__headerbtn{
    top: 18px;
}
.el-dialog__wrapper.search-dialog .el-dialog__header .layui-icon-close{
    background: none;
    color: #909399;
    font-weight: 700;
}
.el-dialog__wrapper.search-dialog .el-dialog__header .layui-icon-close:hover{
    color: #409eff;
}
.el-dialog__wrapper.search-dialog .el-dialog__body{
    padding: 20px 28px 50px 60px;
}
.el-dialog__wrapper.search-dialog .el-dialog__body .advanced_button{
    display: none;
}