* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #f6f6f6;
}

/*.rght {*/
/*    width: 80%;*/
/*    margin: 0px auto;*/
/*}*/

.wzm-content {
    background: #f6f6f6;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
}

.wzm-content .wzm-content-item {
    height: 274px;
    margin-bottom: 14px;
    flex-basis: 49%;
    /* border: 1px solid red; */
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 1px rgb(150, 146, 146)
}

.wzm-content .wzm-content-item .t {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    position: relative;
}

.wzm-content .wzm-content-item .t .content {
    height: 30px;
    font-size: 22px;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 2;
    text-align: center;
}

.wzm-content .wzm-content-item .t .content .t-i {
    position: relative;
    width: 120px;
    margin: 0px auto
}

.wzm-content .wzm-content-item .t .content .t {
    position: relative;
    z-index: 2;
}

.wzm-content .wzm-content-item .t .content .t-i img {
    width: 80px;
    height: 62px;
    position: absolute;
    left: -32px;
    top: -28px;
}

.wzm-content .wzm-content-item .t .content .t-i .arr {
    width: 60px;
    height: 40px;
    left: 140px;
    top: -5px;
}

.wzm-content .wzm-content-item .b {
    flex-basis: 35px;
    -webkit-flex-basis: 35px;
    -ms-flex-basis: 35px;
    position: relative;
}

.wzm-content .wzm-content-item .b .left {
    color: #ce3939;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    line-height: 40px;
}

.wzm-content .wzm-content-item .b .left img {
    vertical-align: top;
    width: 18px;
    margin-top: 12px;
    margin-right: 3px;
}

/* 当选开关样式 */
.radio {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    float: right;
    cursor: pointer;
    position: relative;
    background: #9b9292;
    color: white;
}

.radio .dot {
    display: inline-block;
    width: 25px;
    height: 26px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 2px;
    left: 3px;
    transition: 0.3s;
}

/* 开关选中样式 */
.radio.checked {
    background: #ce3939;
    color: white;
    transition: 0.3s;
}

.radio.checked .dot {
    left: auto;
    right: 3px;
    transition: 0.3s;
}

/* 第一块样式 */
.wzm-content .wzm-content-item.one .t {
    background: #fec332;
}

.wzm-content .wzm-content-item.one .b {
    background: #fee9c4;
    padding: 5px;
    box-sizing: border-box;
}

/* 第二块样式 */
.wzm-content .wzm-content-item.two .t {
    background: #a5cc14;
}

.wzm-content .wzm-content-item.two .b {
    background: #e6f1c0;
    padding: 5px;
    box-sizing: border-box;
}


/* 第三块样式 */
.wzm-content .wzm-content-item.three .t {
    background: #6fc3ed;
}

.wzm-content .wzm-content-item.three .b {
    background: #d1e8f7;
    padding: 5px;
    box-sizing: border-box;
}

/* 第四块样式 */
.wzm-content .wzm-content-item.four .t {
    background: #66d0b0;
}

.wzm-content .wzm-content-item.four .b {
    background: #d6f2e9;
    padding: 5px;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #f6f6f6;
}

/*.rght {*/
/*    width: 80%;*/
/*    margin: 0px auto;*/
/*}*/

.qing {
    color: #50bbfd
}

.red {
    color: #ce3939
}

.gray {
    color: #999999
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wzm-content {
    background: #f6f6f6;
    width: 100%;
    /* border: 1px solid red; */
    padding: 0px 12px;
}

.wzm-content .top {
    width: 100%;
    border-radius: 4px;
}

.wzm-content .top .t {
    line-height: 33px;
    font-size: 24px;
    font-family: PingFangSC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.wzm-content .top .btn {
    text-align: center;
    padding: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    width: 146px;
    height: 42px;
    background: rgba(206, 57, 57, 1);
    border-radius: 4px;
    line-height: 42px;
}

.wzm-content .theader {
    font-size: 14px;
    display: flex;
    padding: 40px 0px 7px;
    width: 100%;
    font-weight: 500;
    color: rgba(154, 154, 154, 1);
    line-height: 20px;
    letter-spacing: 1px;
}

.wzm-content .theader .col {
    float: left;
    width: 25%;
    text-align: center;
}

.wzm-content .tbody {
    width: 100%;
}

.wzm-content .tbody .row {
    border-radius: 3px;
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
    height: 160px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
}

.wzm-content .tbody .row .col {
    float: left;
    width: 25%;
    text-align: center;
    height: 100%;
}

.wzm-content .tbody .row .col.three,
.wzm-content .tbody .row .col.one {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.wzm-content .tbody .row .col.two .right,
.wzm-content .tbody .row .col.two .left {
    float: left;
    height: 100%;
}

.wzm-content .tbody .row .col.two .left img {
    display: inline-block;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wzm-content .tbody .row .col.two .left {
    width: 79px;
    background: #f1eeee;
    height: 125px;
    cursor: pointer;
    position: relative;
}

.wzm-content .tbody .row .col.two .left input {
    /* display: none; */
    /* height: 160px; */
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
}

.wzm-content .tbody .row .col.two .right {
    width: 70px;
    height: 60px;
    text-align: left;
    padding-top: 0px;
    padding-left: 30px;
    box-sizing: border-box;
}

.wzm-content .tbody .row .col.two .right .z {
    display: inline-block;
    background: url(../../static/managerPagePhoto/shoucezhu.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    padding: 3px;
    font-size: 13px;
    text-align: center;
}

.wzm-content .tbody .row .col.two .right .desc {
    display: block;
    color: #999999;
    font-size: 14px;
    width: 70px;
    height: 60px
}

.btn {
    border: white;
}

.wzm-content .tbody .row .col.four {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    color: #999999;
}

.wzm-content .tbody .row .col.four .btn img {
    vertical-align: bottom;
    padding-right: 3px;
}

.wzm-content .row.edit .one input {
    padding: 3px 6px;
    width: 120px;
    border-radius: 3px;
    border: 1px solid #999999;
    outline: none;
    text-align: center;
}

.wzm-content .footer {
    padding-top: 28px;
    padding-left: 60px;
    box-sizing: border-box
}

.wzm-content .footer .submit {
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    width: 290px;
    height: 60px;
    background: rgba(206, 57, 57, 1);
    border-radius: 4px;
    font-size: 24px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 12px 0px 0px 78px;
}

.wzm-content .footer .submit:hover {
    opacity: 0.9;
}

.imgsave {
    float: left;
    width: 202px;
    text-align: center;
    height: 100%;
}

.add {
    width: 30px !important;
    margin: auto
}

.imgsave .left {
    width: 79px;
    background: #ffffff;
    height: 125px;
    cursor: pointer;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.imgsave .left img {
    display: inline-block;
    width: 100%;
    max-height: 100%;
}

.imgsave .left input {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
}

.imgsave .right {
    width: 70px;
    height: 60px;
    text-align: left;
    padding-top: 0px;
    padding-left: 8%;
    box-sizing: border-box;
    float: left;
}

.imgsave .right .z {
    display: inline-block;
    background: url(../../static/managerPagePhoto/shoucezhu.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    padding: 3px;
    font-size: 13px;
    text-align: center;
}

.imgsave .right .desc {
    display: block;
    color: #999999;
    font-size: 14px;
    width: 70px;
    height: 60px
}

.imgsave-title {
    width: 202px;
    text-align: center;
}

.input {
    font-size: 20px;
    height: 40px;
    background: rgba(250, 250, 250, 1);
    border-radius: 2px;
    border: 1px solid rgba(238, 238, 238, 1);
    width: 100%;
    padding-left: 10px;
}

.cata-txt {
    width: 140px;
    height: 28px;
    font-size: 18px;
    font-weight: 400;
    margin-left: 30px;
    margin-top: 5px;
    color: rgba(80, 187, 253, 1);
    line-height: 28px;
}

.addBtn {
    width: 16px;
    height: 16px;
    display: block;
    background: url(/static/images/addManual.png);
    background-size: contain;
}

.addBtnText {
    font-size: 18px;
    padding: 0px 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

#cmptManaulInsert {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input#chkfilerow-::before {
    content: "";
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(80, 187, 253, 1);
    display: block;
    position: absolute;
    top: -6px;
    left: -10px;
    cursor: pointer;
    background-position: center;
}

.filecheck {
    position: relative;
}

.filecheck:checked:after {
    background: url(/static/images/blue.png);
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    right: 2px;
    top: 0px;
    cursor: pointer;
}

.hide-class {
    display: none;
}