.dzp-title{
    padding: 18px;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
}
.dzp-title-text{
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}
.dzp-title-img{
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 19px;
    cursor: pointer;
}
.dzp-title-imgl{
    left: 20px;
    width: 13px;
    height: 18px;
    top: 19px;
    position: absolute;
    cursor: pointer;
}
.dzp-title-img:hover{
    opacity: .8;
}
.dzp-title-b{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;

    color: #A5A5A5;
    line-height: 20px;
    margin-top: 6px;
}
.dzp-footer{
    padding: 19px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A5A5A5;
    line-height: 20px;
    text-align: center;
}
.dzp-body{
    padding: 23px;
    height: 400px;
}
.dzp-body-check-text{

    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
}
.dzp-body-lq{
    align-items: center;
    margin-top: 18px;
    position: relative;
}
.dzp-body-lq-name{

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    max-width: 500px;
}
.dzp-body-lq-number{
    width: 80px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #B30B20;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B30B20;
    box-sizing: border-box;
    text-align: center;
    margin: 0px 12px 0px 15px;
    line-height: 36px;
    position: relative;
}


.dzp-body-lq-number:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 12px solid #b30b20;
    border-top-color: transparent;
    border-left-color: transparent;
}
.dzp-body-lq-number:after {
    content: '';
    width: 3px;
    height: 7px;
    position: absolute;
    right: 3px;
    bottom: 3px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}

.dzp-body-lq-img{
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.dzp-body-lq-img:hover{
    opacity: 0.5;
}
.sl-box{
    width: 189px;
    height: 178px;
    border-radius: 12px;
    border: 2px solid #B30B20;
    margin: 10px;
    cursor: pointer;
}
.sl-box:hover{
    opacity: 0.8;
    cursor: pointer;
}
.not-cheack{
    border: 2px solid rgba(255, 113, 113, 0);
}
.sl-name{
    position: absolute;
    width: 95px;
    height: 32px;
    line-height: 20px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 6px;
    margin: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.sl-cheack{
    width: 20px;
    height: 20px;
    margin: 3px;
}
.sl-cheack-text{
    color: #B30B20;
    font-size: 13px;
}

.sl-name .sl-cheack-yes{
    display: block;
}
.sl-name .sl-cheack-not{
    display: none;
}
.sl-not-cheack .sl-cheack-yes{
    display: none;
}
.sl-not-cheack .sl-cheack-not{
    display: block;
}

.sl-not-cheack .sl-cheack-text{
    color: #333333;
}
.sl-img{
    width: 100%;
}
.btn1:hover{
    opacity: .5;
}
.btn2:hover{
    opacity: .5;
}
.sl-btn{
    width: 200px;
    height: 52px;
    border-radius: 100px;
    border: 1px solid #B30B20;
    position: relative;
    margin: 29px 0px 8px;
    box-sizing: border-box;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}
.sl-btn-t {
    width: 82px;
    text-align: center;
    background: #B30B20;
    border-radius: 12px;
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
    padding: 3px;
    top: -11px;
}
.sl-btn-t span{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
}
.sl-btn-s,.sl-btn-s span{

    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B30B20;
    line-height: 12px;
    text-decoration: line-through;
}
.sl-btn-font,.sl-btn-font span{

    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #B30B20;
    line-height: 16px;
}
.sl-btnc{
    width: 186px;
    height: 52px;
    border-radius: 100px;
    background: #B30B20;
    position: relative;
    margin: 29px 0px 8px;
    box-sizing: border-box;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}
.sl-btnc-t {
    width: 82px;
    text-align: center;
    background: #FEF1F2;
    border-radius: 12px;
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B30B20;
    line-height: 12px;
    padding: 3px;
    top: -11px;
}
.sl-btnc-t span{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B30B20;
}
.sl-btnc-s{

    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
    text-decoration: line-through;
}
.sl-btnc-s span{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
    text-decoration: line-through;
}
.sl-btnc-font,.sl-btnc-font span{

    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 16px;
}

.sl-hy{
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 12px;
}
.sl-hy .sl-jb{
    width: 16px;
    height: 14px;
}
.bg-style .add-box{
    min-height:530px ;
    margin: 10% auto;
}
.dzp-cheack-top{
    /*width: 53%;*/
}
.xz-box{
    width: 600px;
    background: #F3F3F3;
    padding:20px 5px 20px 20px;
    position: absolute;
    z-index: 9;
    top: 49px;
    left: -42px;
    border-radius: 14px;
    display: none;
}
.xz-top{
    display: flex;
}
.xz-text{

    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
}
.xz-title{

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin: 0px 12px;
}
.xz-body{
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap

}
.xz-body .xz-border{
    width: 17.5%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-right: 8px;
    margin-top: 8px;
    cursor: pointer;
}
.xz-body .xz-border:hover{
    opacity: .8;
}
.xz-body .xz-select {
    position: relative;
    width: 17.5%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #B30B20;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B30B20;
    line-height: 40px;
    text-align: center;
    margin-right: 8px;
    margin-top: 8px;
}
.xz-select:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 13px solid #B30B20;
    border-top-color: transparent;
    border-left-color: transparent;
}
.xz-select:after {
    content: '';
    width: 3px;
    height: 9px;
    position: absolute;
    right: 5px;
    bottom: 3px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}
.xz-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.xz-footer .dzp-body-sc-img{
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    cursor: pointer;
}
.saoma{
    width: 166px;
    height: 166px;
    margin: 30px 0px;
}
.kefuer{
    width: 166px;
    height: 166px;
    margin: 30px 0px 50px;
}
.saoma-text{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    margin: -9px 0px 15px;
}
.saoma-pice{
    color: #B30B20;
    font-weight: 800;
}
.er-box{
    margin: 29px 0px 27px;
}
.er-title{

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    width: 100%;
    margin-right: 71px;
    max-width: 500px;
}
.er-s{

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    text-decoration: line-through;
}
.er-picbox{
    position: relative;
    display: flex;
    align-items: center;
}
.er-nowpic{

    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
}
.er-top{

    background: #FEF1F2;
    border-radius: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B30B20;
    line-height: 12px;
    padding: 6px 7px;
    position: absolute;
    right: -57px;
    top: -25px;
}
.gm-input{
    align-items: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 12px 0px;
    position: relative;
    cursor: pointer;

}
.gm-input .vipimg{
    width: 36px;
    height: 18px;
    margin: 0px 8px;
}
.jump-qy{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin: 0px 52px 0px 8px;
}
.psjg{

    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #A5A5A5;
    line-height: 18px;
}



/* 把默认的样式隐藏掉，我们之后自己写 */
.checkboxstyle {
    display: none;
}

/* 未选中的样式 */
.checkboxstyle+.checkboxcheack {
    /* 首先将内联元素转化一下，因为内联元素是无法设置宽高的。 */
    display: inline-block;
    /* 设置成正圆 */
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    /* 设置位置 */
    position: absolute;
    top: 5px;
    left: -25px;
    border-radius: 3px;
}

/* 选中之后的样式，这里的样式主要是操作的里面的小绿点*/
.checkboxstyle[type=checkbox]:checked+.checkboxcheack::after {
    content: ' ';
    background: url("https://hsy1.zupu.cn/static/web/module/zhpk/images/erw/ok.png");
    background-size: 100%;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0px;
    left: 0;
    color: #fff;
    font-size: 16px;
    /*background: rgb(179, 11, 32);*/
    line-height: 18px;
    text-align: center;
}
.btn-margin{
    margin: 5px;
}
.fooer-all-pic{
    border-top: 1px solid #EAEAEA;
    padding:16px 19px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.yh-pic{
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;

    color: #A5A5A5;
    line-height: 14px;
}
.all-pic-endpic{
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    /* line-height: 18px; */
}
.all-pic-ys{
    padding: 3px 5px;
    background: #FEF1F2;
    border-radius: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B30B20;
    line-height: 12px;
    position: relative;
    top: -10px;
}
.js-pic-box{
    min-height: 400px;
}
.zsks{
    color: #e60214;
}
.hjks{
    color: #e60214;
}

.no-reason {
    display: flex;
    align-items: center;
    margin-right: 4px;
  }

  .no-reason img {
    margin-right: 5px;
  }

  .no-reason span {
    font-family: PingFangSC, PingFang SC;
    color: #915909;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
  }