/*弹窗*/

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 55;
    display: none;
}

.popup {
    position: fixed;
    left: 50%;
    top: 114px;
    z-index: 66;
    background: #fff;
    font-size: 12px;
    color: #474747;
    display: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 8px 15px #484848;
}

.popup .close {
    position: absolute;
    right: 12px;
    top: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #d6d6d6;
    z-index: 11;
    width: 14px;
    height: 14px;
    text-indent: -999em;
    background: url('../images/monitor_close.png') no-repeat 0 0;
}

.popup .label {
    text-align: right;
    float: left;
    padding-right: 5px;
}

.popup ul {
    padding: 30px 0 20px;
}

.popup li {
    line-height: 27px;
    margin-bottom: 14px;
    position: relative;
}

.popup .verify {
    margin-bottom: 24px;
}

.popup .verify span {
    color: #d83939;
    position: absolute;
    top: 30px;
    left: 108px;
}

.popup .Validform_checktip {
    margin: 5px 0 0 110px;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-size: 12px;
    border-radius: 3px;
    z-index: 11;
}

.popup .Validform_wrong {
    margin: 5px 0 0 110px;
}

.popup .Validform_wrong {
    color: #df6164;
}

.popup .passwordStrength {
    position: absolute;
    left: 0;
    top: 34px;
    font-size: 12px;
    text-align: right;
    width: 383px;
}

.popup .passwordStrength span {
    display: inline-block;
    width: 32px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 3px;
    background: #c1c1c1;
    margin-left: 8px;
    color: #fff;
}

.popup .passwordStrength .bgStrength {
    background: #ff8a00;
}

.popup .newPwd {
    margin-bottom: 35px;
}

.popup .bgStrength {
    background: #ff8a00;
}

.popup table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #e1e1e1;
}

.popup table th,
.popup table td {
    line-height: 22px;
    padding: 8px 0 8px 20px;
    background: #f8f8f8;
    text-align: left;
}

.popup table td {
    background: #fff;
    border-top: 1px solid #e1e1e1;
}

.popup h3 {
    line-height: 20px;
    padding: 14px 0 14px 22px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    font-size: 14px;
}

.popup h4 {
    line-height: 37px;
    padding-left: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
}

.popup .operation {
    padding: 18px 24px;
    overflow: hidden;
    text-align: center;
}

.popup .btn,
.popup .confirm-btn {
    display: inline-block;
    line-height: 30px;
    padding: 0 13px;
    border: 1px solid #e4e4e4;
    color: #444;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
}

.popup .btn:hover {
    background: #fbd35c;
    color: #474747;
    border-color: #fbd35c;
}

.popup .back {
    width: 70px;
    border-color: #e0e1e5;
    background: #fff;
    margin-left: 10px;
}

.popup .disabled-btn,
.popup .disabled-btn:hover {
    background: #eef1f6;
    border-color: #d1dbe5;
    color: #bfcbd9;
    cursor: not-allowed;
}

.popup .orange-btn {
    width: 70px;
    background: #fff7de;
    border-color: #E7B00A;
    color: #E7B00A;
}

.popup .send-btn,
.popup .send-btn:hover {
    background: #fff7de;
    border-color: #E7B00A;
    color: #E7B00A;
    cursor: pointer;
}

.popup-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

.popup-loading {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    z-index: 22;
    display: none;
}

.p-complaint {
    padding: 20px 20px 0;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
}

.p-complaint .pc-li {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.p-complaint .pc-li .pc-li-span {
    overflow: hidden;
}

.p-complaint .pc-li .hide {
    display: none;
}

.p-complaint .pc-li .pc-name {
    float: left;
    width: 80px;
    padding-right: 15px;
    text-align: right;
    color: #171d25;
    font-size: 14px;
    line-height: 24px;
}

.p-complaint .pc-li .pc-label {
    margin-right: 20px;
    margin-top: 2px;
    font-size: 0;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.p-complaint .pc-li .pc-input {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 2px;
}

.p-complaint .pc-li .pc-span {
    font-size: 14px;
    vertical-align: middle;
}

.p-complaint .pc-li .sel-phone {
    position: relative;
    float: left;
    height: 25px;
    width: 140px;
    line-height: 25px;
    color: #171d25;
    border: 1px solid #d1d2d3;
    border-radius: 3px;
    padding: 0 9px 0 10px;
    margin-right: 10px;
    cursor: pointer;
}

.p-complaint .pc-li .sel-phone .spna {
    float: left;
    width: 100%;
    height: 100%;
}
.p-complaint .pc-li .change-ph{
    border: 1px solid #d1d2d3;
}

.p-complaint .pc-li .sel-phone .sel-phone-i {
    position: absolute;
    top: 5px;
    right: 8px;
    width: 16px;
    height: 16px;
    background: url('../images/copy.png') -176px -170px no-repeat;
}

.p-complaint .pc-li .sel-phone .sel-change {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0;
    margin: 0;
    min-height: 15px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #d1d2d3;
    box-sizing: border-box;
}

.p-complaint .pc-li .sel-phone .sel-change li {
    height: 27px;
    margin: 0;
    line-height: 27px;
    color: #171d25;
    padding: 0 10px;
    cursor: pointer;
}

.p-complaint .pc-li .sel-phone .sel-change li:hover {
    background-color: #f2f2f2;
}

.p-complaint .pc-li .change-ph {
    float: left;
    height: 27px;
    width: 200px;
    line-height: 25px;
    padding-left: 10px;
    box-sizing: border-box;
}

.p-complaint .pc-li .fpd-yard-img {
    float: left;
    cursor: pointer;
    width: 67px;
    height: 27px;
    margin-left: 10px;
}

.p-complaint .pc-li .w315 {
    width: 315px;
}

.p-complaint .pc-li .w110 {
    width: 110px;
}

.p-complaint .feedback-dialog-msg {
    float: left;
    width: 518px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 10px;
    margin: 10px 0 0 21px;
    vertical-align: middle;
    border: 1px solid #7ab1de;
    border-radius: 2px;
    background: #d2e7f7;
    position: relative;
    color: #264663;
}

.p-complaint .feedback-dialog-msg a {
    color: #2277da;
}

.p-complaint .sel-con {
    float: left;
    width: 398px;
}

.p-complaint .sel-con .sel-con-head {
    position: relative;
    float: left;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d1d2d3;
    border-bottom: 0;
}

.p-complaint .sel-con .sel-con-head .file-icon {
    float: left;
    width: 16px;
    height: 16px;
    margin: 12px;
    background: url('../images/copy.png') -212px -170px no-repeat;
    cursor: pointer;
}

.p-complaint .sel-con .sel-con-head .upload-file {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.p-complaint .sel-con .sel-con-head .file-name {
    float: left;
    line-height: 40px;
    margin: 0 10px;
}

.p-complaint .sel-con textarea {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    height: 100px;
    resize: none;
    border: 1px solid #d1d2d3;
    outline: 0;
}

.p-complaint .sel-con .ptxt {
    float: left;
    width: 100%;
    line-height: 13px;
    font-size: 12px;
    color: #ababab;
    margin-top: 5px;
}

.p-complaint .img-outer {
    position: relative;
    float: left;
    width: 151px;
    height: 99px;
    background: #f3f3f3 url('../images/sfz_z.png') center center no-repeat;
    margin-right: 10px;
}

.p-complaint .sfzf {
    background: #f3f3f3 url('../images/sfz_f.png') center center no-repeat;
}

.p-complaint .img-outer img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 5
}

.p-complaint .img-outer .just-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
    cursor: pointer
}

.p-complaint .img-outer span {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #a2a2a2;
    z-index: 1
}

.p-complaint .sel-phone {
    z-index: 10
}

.p-complaint .ptxt-red {
    float: left;
    width: 100%;
    color: #ef3a38 !important;
    margin-top: 5px
}

.p-complaint .pal {
    padding-left: 95px
}

.transfer-box {
    width: 600px;
    margin-left: -300px;
}

.transfer-sus {
    padding: 20px 20px 0
}

.transfer-sus p {
    position: relative;
    padding: 30px 0 30px 85px;
    line-height: 23px;
    font-size: 14px
}

.transfer-sus p:after {
    position: absolute;
    content: '';
    top: 35px;
    left: 55px;
    width: 22px;
    height: 19px;
    background: url('../images/right_icon.png') no-repeat;
}

.transfer-sus p a {
    color: #2277da
}

.popup h3 {
    color: #474747;
    background: transparent;
}