
.clearfix:after{ clear:both; display:block; content:'';}
.clearfix{ zoom:1;}

.pop{
    font-size: 14px;
}
.pop_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 999999;
}
.pop_content{
    background: #fff;
    width: 500px;
    height: auto;
    position: fixed;
    left: 50%;
    top: 10%;
    border-radius: 4px;
    z-index: 999999;
    border: 1px solid #ccc;
    font-size: 14px;
}
.form-a {
    width: 100%;
}

.iframe-load .pop_content{
    opacity: 0;
}
.iframe-load .pop_bg{
    opacity: 0;
}
.pop_title{
    height: 54px;
    line-height: 54px;
    padding: 0 30px;
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #1C2534;
    /*position: relative;*/
    border-radius: 5px 5px 0 0;
    /*border-bottom: 1px solid #EDEDED;*/

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.pop_close{
    width: 20px;
    height: 20px;
    color: #72848c;
    font-size: 20px !important;
    position: absolute;
    top: 18px;
    right: 16px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.pop_big{
    width: 20px;
    height: 20px;
    color: #72848c;
    font-size: 14px;
    position: absolute;
    top: 18px;
    right: 40px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.pop_small{

}
.pop_box{
    /*padding: 10px;*/
    margin-bottom: 60px;
    position: relative;
    padding-top: 54px;
}
.pop_box .pop_msg {
    margin-bottom: 17px;
    margin-top: 7px;
}
.pop_box .pop_msg input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}
.pop_box .pop_msg a {
    color: #037EF6 !important;
    text-decoration: underline;
}
.pop_box .pop_msg .form-dialog-row {
    line-height: 20px;
    margin-top: 20px;
    text-align: left;
    height: 20px;
}
.pop_box .pop_msg .form-dialog-row textarea {
    resize: none;
}
.pop_box .pop_msg .form-dialog-row .form-dialog-row-label {
    width: 100px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #748191;
    text-align: right;
    font-style: normal;
    margin-right: 10px;
    vertical-align: top;
}
.pop_box .pop_msg .form-dialog-row .form-dialog-row-value {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #1C2534;
    text-align: left;
    font-style: normal;
}
.pop_box .pop_msg .form-dialog-row-tip {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #1C2534;
    text-align: left;
    font-style: normal;
    margin-left: 110px;
    line-height: 20px;
}
.pop_box .pop_msg .form-dialog-row-tip font {
    color: #DD3509;
}
.pop_box .pop_msg .form-dialog-row:first-child {
    margin-top: 0px;
}
.pop_box .pop_msg .form-a label {
    width: 31%;
    margin-left: 0;
}
.pop_box .pop_msg .form-a .select-input {
    width: 68% !important;
}
.pop_box .pop_msg .form-a .form-a-row {
    margin: 15px 0 0 0;
}
.form-a-title {
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 30px;
}
.blue-tip-box {
    display: inline-block;
    background: #E5F3FD;
    border-radius: 13px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #1C2534;
    line-height: 22px;
    font-style: normal;
}
.pop_btn {
    width: 100%;
    border-top: 1px solid #EDEDED;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 14px 30px 14px 0;
}
.pop_btn .pop_cancel {
    margin-left: 10px;
    height: 32px;
    background: #F4F6F8;
    border-radius: 5px;
    border: 1px solid #EDEDED;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #748191;
    padding: 0 30px;
}
.pop_btn .pop_cancel:hover {
    opacity: 0.7;
    color: #748191;
}
.pop_btn .pop_ok,
.pop_btn .btn-blue{
    background-color: #037EF6;
    border-color: #037EF6;
    color: #fff;
    height: 32px;
    border-radius: 5px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    padding: 0 30px;
}
.pop_btn .pop_ok:hover,
.pop_btn .btn-blue:hover{
    opacity: 0.7;
    color: #fff;
}
.pop_load .pop_load_bg{
    opacity: 0;
}
.pop_load_icon{
    width: 200px;
    height: 200px;
    background: url("./image/loading.gif") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: cover;
    margin-left: -100px;
    margin-top: -100px;
}

/*查看图片*/
.pop_photo{
    position: relative;
}
.pop_photo_title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #666666;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    color: #fff;
    border-radius:0 0 4px 4px;
    display: none;
    margin: 0;
    font-size: 14px;
    z-index: 2;
}
.pop-rotate{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 24px;
    color: #434343;
    z-index: 2;
}
.pop_photo_content{
    background: #fff;
    position: fixed;
    left: 50%;
    top: 0;
    border-radius: 4px;
    padding: 20px 0;
    max-width: 100%;
    max-height: 100%;
}
.pop_photo_box{
    padding: 10px 20px;
    height: 100%;
    text-align: center;
}
.pop_photo_img{
    max-width: 100%;
    max-height: 100%;
}
.pop_photo_item{
    transform-origin:top left;
    position: relative;
}
.pop_photo_item img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}
.pop_photo_pre{
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -75px;
    width: 60px;
    height: 150px;
    background: url("./image/common_arrows.png") 0px 0px no-repeat;
    cursor: pointer;
}
.pop_photo_next{
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -75px;
    width: 60px;
    height: 150px;
    background: url("./image/common_arrows.png") -80px 0px no-repeat;
    cursor: pointer;
}
.pop_photo_pre:hover{
    background-position: 0px -170px;
}
.pop_photo_next:hover{
    background-position: -80px -170px;
}
.pop_photo_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: rgba(229,229,229,.95);
}
.pop_photo_slider{
    text-align: center;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.pop_tip{
    position:fixed;
    text-align: center;
    z-index: 999999;
}
.pop_tip_bg{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .7;
    border-radius: 6px;
}
.pop_tip span{
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 30px;
}
.dailog-iframe{
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    /*left: 0;*/
    /*top: 0;*/
    /*top: 54px;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*padding-top: 54px;*/
}
.pop_success .pop_box
,.pop_error .pop_box
,.pop_info .pop_box{
    position: relative;
    padding: 74px 20px 20px 20px;
}

.pop_info .pop_box{
    overflow-y: auto;
    padding: 20px;
}
.pop_info .pop_title{
    position: relative;
}

.pop_success .btn-blue{
    background-color: #037EF6;
    border-color: #037EF6;
    color: #fff;
    height: 32px;
    border-radius: 5px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    padding: 0 30px;
}
.pop_success .btn-blue:hover{
    opacity: 0.7;
    color: #fff;
}
.pop_success .iconfont{
    /*color: #28a745;*/
}
.pop_success .pop_icon{
    margin-top: 10px;
    display: block;
}
.pop_success .pop_icon:before {
    display: inline-block;
    content: "";
    width: 50px; /* 每个条纹的高度 */
    height: 50px;
    background-image: url(./image/success_icon.svg);
    background-size: 50px;
    background-repeat: no-repeat;
}

.pop_affirm .pop_icon{
    color: #e77607;
    font-size: 50px;
    display: block;
}
.pop_affirm .pop_icon:before {
    /*content: "\e615";*/
}

.pop_error .pop_icon{
    display: block;
    margin-top: 10px;
}
.pop_error .pop_icon:before {
    display: inline-block;
    content: "";
    width: 50px; /* 每个条纹的高度 */
    height: 50px;
    background-image: url(./image/error_icon.svg);
    background-size: 50px;
    background-repeat: no-repeat;
}
.pop_success .pop_box,
.pop_error .pop_box,
.pop_affirm .pop_box {
    text-align: center;
    padding: 62px 30px 30px;
}
.pop_error .btn-blue{
    background-color: #037EF6;
    border-color: #037EF6;
    color: #fff;
    height: 32px;
    border-radius: 5px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    padding: 0 30px;
}
.pop_error .btn-blue:hover{
    opacity: 0.7;
    color: #fff;
}
.pop_error .iconfont{
    /*color: #dc3545;*/
}

.login_tip{
    position:fixed;
    text-align: center;
    z-index: 999999;
    top: 30%!important;
}
.login_tip_bg{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .7;
    border-radius: 6px;
}
.login_tip span{
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 30px;
}


/*编辑型弹窗按钮样式*/
.form-a .form-a-row.form-a-dialog {
    width: 100%;
    margin: 20px 0 0 0;
    border-top: 1px solid #EDEDED;
    padding: 14px 0 14px 16px;
    position: fixed;
    background: #fff;
    bottom: 0;
}
.form-a .form-a-row.form-a-dialog label {
    display: none;
}
.form-a .form-a-row.form-a-dialog .box {
    /*width: 100%;*/
    /*float: none;*/
    margin-right: 30px;
    /*position: relative;*/
    /*left: calc(100% - 220px);*/
}
.bg-white:has(.form-a-dialog) {
    padding-bottom: 60px;
}

.form-a-dialog .btn-primary {
    width: 90px;
    height: 32px;
    background: #037EF6;
    border-radius: 5px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    margin: 0;
    float: right;
}
.form-a-dialog .btn-white-border {
    width: 90px;
    height: 32px;
    background: #F4F6F8;
    border-radius: 5px;
    border: 1px solid #EDEDED;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #748191;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    margin-left: 10px;
    margin-right: 0px;
    float: right;
}
.form-a-dialog .btn-white-border:hover {
    opacity: 0.7;
}

.table-two-box {
    padding: 20px 30px;
}
.table-two-box .table-box .h1 h1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #1C2534;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-bottom: 11px;
}
.table-two-box .table-box {
    display: inline-block;
    width: calc(50% - 56px);
    background: #FAFAFA;
    border-radius: 5px;
    padding: 10px 20px 20px 20px;
    height: 377px;
    vertical-align: top;
}
.table-two-box .table-box .table-list-box {
    overflow-y: auto;
    height: auto;
    max-height: 316px;
}
.table-two-box .table-box .search-list {
    height: 100%;
    width: 100%;
    background: #fff;
}
.table-two-box .table-box:last-child .table-list-box {
    max-height: 266px;
}
.table-two-box .associate-btn-box {
    display: inline-block;
    width: 100px;
    top: 162px;
    position: relative;
}
.table-two-box .table-box .input-text-public {
    box-sizing: border-box;
    margin: 0;
    margin-right: 6px;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 150px;
    height: 36px;
    padding: 5px 11px;
    color: #1C2534;
    font-size: 14px;
    line-height: 1.5;
    background-color: #FFFFFF;;
    background-image: none;
    border: 1px solid #EDEDED !important;
    border-radius: 5px;
    transition: all .3s;
}
.associate-btn-box .btn-white-border {
    width: 80px;
    height: 32px;
    background-color: #F4F6F8;
    border-radius: 5px;
    border: 1px solid #EDEDED;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #748191;
    line-height: 20px;
    font-style: normal;
    margin-left: 10px;
}
.associate-btn-box .btn-white-border:first-child {
    background-image: url(image/yc_wx_icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 48px 8px;
    padding: 0 0 0 18px;
    text-align: left;
}
.associate-btn-box .btn-white-border:last-child {
    background-image: url(image/jr_wx_icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 18px 8px;
    padding: 0 18px 0 0;
    text-align: right;
}
.associate-btn-box .btn-white-border:hover {
    opacity: 0.7;
}
.associate-btn-box .btn-primary {
    width: 80px;
    height: 32px;
    background: #E5F3FD;
    border-radius: 5px;
    border: 1px solid #037EF6;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #037EF6;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    margin-left: 10px;
}
.associate-btn-box .btn-primary:first-child {
    background-image: url(image/yc_yx_icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 48px 8px;
    padding: 0 0 0 18px;
    text-align: left;
}
.associate-btn-box .btn-primary:last-child {
    background-image: url(image/jr_yx_icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 18px 8px;
    padding: 0 18px 0 0;
    text-align: right;
}
.associate-btn-box .btn-primary:hover {
    opacity: 0.7;
}
.associate-btn-box .btn-primary:active {
    background: #E5F3FD !important;
    color: #037EF6 !important;
    border: 1px solid #037EF6 !important;
}