.cardboxs{
    width: 1214px;
    height: 720px;
    /*background: #FFFFFF;*/
    margin: 20px auto;
    padding: 21px;
}
.cardtitle{

    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
}
.cardtitle span{


    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #A9A9A9;
    line-height: 18px;
}
.changetab{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8E5702;
    line-height: 18px;
    margin: 0px 12px;
}
.changetab:hover{
    opacity: 0.8;
}
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.avatar-uploader .el-upload:hover {
    border-color: #009f54;
}
.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    line-height:90px !important;
    text-align: center;
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 3px;
    /*border: 2px solid #DCDFE6;*/
}
.avatar {
    width: 178px;
    height: 178px;
    display: block;
}
.lablestyle{
    margin: 16px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.imgtitle{

    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #8E5702;
    line-height: 16px;
    margin-right: 13px;
    width: 12%;
    text-align: right;
}
.inputstyle{
    width: 450px !important;
    height: 38px;
    /*background: #F4F4F4;*/
    border-radius: 3px;
    /*border: 1px solid #DCDFE6;*/
}
.datelable{
    width: 400px;
    margin-left: 345px;
}
.datainputbox .inputstyle{
    width: 276px !important;
    height: 38px;
    border-radius: 3px;
}
.tow-style{
    margin-top: 16px;
}
.bottomstyle{
    justify-content: center;
    margin-top: 60px;
    padding-bottom: 100px;
}
.arrstyle{
    width: 450px !important;
    height: 104px;
    /*background: #F4F4F4;*/
    border-radius: 3px;
    /*border: 1px solid #DCDFE6;*/
}
.arrstyle textarea{
    height: 100% !important;
    font-weight: auto;
    background: #ffffff;
}
.renwubox{
    /*box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);*/
    margin: 40px 20px;
    border-radius: 3px;
    padding-bottom: 20px;
    background: #F5F0DB;
    position: relative;
}
.popletitle{
    font-size: 16px;
    font-weight: 600;
    padding: 56px 56px 33px;
    color:  #8E5702;
}
.cj-btn2{
    width: 130px;
    height: 32px;
    background: #ffffff;
    border-radius: 3px;
    backdrop-filter: blur(20px);
    padding: 9px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #009F54;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #009F54;
    margin: 0px 15px;
}
.cj-btn:hover{
    opacity: 0.8;
}
.cj-btn{
    position: fixed;
    bottom: 70px;
    z-index: 10;
    width: 248px;
    height: 32px;
    background: #FB8F17;
    border-radius: 3px;
    backdrop-filter: blur(20px);
    padding: 9px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #FB8F17;
}
.cj-btn:hover{
    opacity: 0.8;
}
.dx-box{
    width: 451px;
}
.level-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.level-item {
    width: 100%;
  /*margin-right: 40px;*/
  border: 2px solid transparent;
  cursor: pointer;
    background: #fff;
    border-radius: 4px;
    height: 448px;
    padding: 14px;
}
.level-item:last-child {
  margin-right: 0;
}
.level-item img{
    width: 100%;
    margin-bottom: 46px;
}
.level-item p {
  margin-top: 10px;
  height: 14px;
  font-size: 16px;
  color: #333333;
  line-height: 14px;
  text-align: center;
}
.level-item:hover,
.level-item.active {
  border: 2px solid #0AB325;
    background: #E7FFEA;
}
/* 支付弹框 *************  start **** */
.wx-pay-dialog {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
}
.wx-pay-content {
  position: absolute;
  width: 367px;
  height: 378px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wx-pay-create-close {
  position: absolute;
  right: 20px;
  top: 12px;
  font-weight: bold;
  font-style: 22px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wx-pay-code-info {
  width: 237px;
  height: auto;
  margin: 35px auto 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.wx-pay-code-info {
  width: 100%;
}
.wx-pay-text {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
/* 支付弹框 *************  end **** */
.changjian-bg{
    background-image: url("https://hsy1.jibai.com/static/jibai/new-jibai-pc-img/bg-set.png");
}
.body-r-img{
    position: absolute;
    width: 346px;
    right: 0px;
    top: 196px;
    height: 453px;
    z-index: 0;
}
.cheack-img{
    width: 100px;
    height: 41px;
}
.usertime{
    display: none;
}
.number-year{
    display: flex;
    align-items: center;
}
.number-year span{
    font-size: 16px;
    margin: 0px 4px;
    padding-bottom: 4px;
}
.number-year .click-btn{
    font-size: 16px;
    color: #C0C4CC;
}
.number-year .click-btn:hover{
    color: #8E5702 !important;
    font-weight: 600;
}
.number-year .year-span{

    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #8E5702;
    line-height: 14px;
    margin-left: 4px;
}
.number-year input{
    width: 40px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #C0C4CC;
    text-align: center;
    color: #8E5702;
    font-size: 16px;
    margin: 0px 4px;
}
.click-pic{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
}
.click-pic p{
     margin-top: 0px;
     /*height: 14px;*/
    font-size: 16px;
    color: #8e5702;
     /*line-height: 21px;*/
    text-align: center;

}
.click-pic .click-cheack-p{
    color: #0DBD29;

}
.click-pic .cheack-style{
    width: 20px;
    height: 20px;
    margin: 0px 5px;

}

.cheack-input-bottom{
    display: flex;
    justify-content:center;
    margin: 19px 0px;
}
.changetab span{
    padding: 5px;
    position: relative;
    top: -6px;
}
.top-img{
    width: 103%;
    position: absolute;
    top: -14px;
    left: -18px;
}
.r-img{
    position: absolute;
    right: -15px;
    height: 95%;
    top: 20px;
}
.l-img{
    position: absolute;
    left: -18px;
    height: 95%;
    top: 20px;
}
.bottom-img{
    width: 103%;
    position: relative;
    bottom: -35px;
    left: -18px;
}
.bd-style{
    position: absolute;
    bottom: -178%;
}
.cardboxs .el-radio__input.is-checked .el-radio__inner{
    border-color:#0DBD29 !important;
    background: #0DBD29 !important;
}
.cardboxs .el-radio__input.is-checked+.el-radio__label{
    color:#0DBD29 !important;
}
.cardboxs .el-radio__inner{
    border-color:#8E5702 !important;
}
.cardboxs .el-radio__label{
    color:#8E5702
}
.pic-yuanjia{
    font-size: 21px !important;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #8E5702 !important;
    line-height: 16px;
    text-align: center;
}
.pic-yuanjia .pic-unit{
    font-size: 16px;
}
.pic-yuanjia .pic-yuanjia-s{
    font-size: 16px;

    color: #C0C4CC;
}
.pic-zhekou{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8E5702 !important;
    line-height: 16px;
    margin: 13px 0px;
}
.pic-zhekou span{
    color: #FB8F17;
}
.cardboxs .el-input__inner{
    color:#8E5702 !important;
    width: 276px !important;
    height: 46px !important;
    line-height: 46px !important;
}
.cardboxs .el-cascader .el-input{
    width: 276px !important;
}
.cardboxs .el-select>.el-input{
    width: 276px !important;
}
.cardboxs .el-input__prefix{
    top: 8px;
}
.cheak-sj-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 209px;
    /*margin-right:40px*/
}
.cardboxs .el-input.is-active .el-input__inner, .el-input__inner:focus{
    border-color: #009f54 !important;
}
.cardboxs .el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path{
    color: #009f54 !important;
}
.cardboxs .el-date-table td.current:not(.disabled) span {
    color: #009f54 !important;
}
.cardboxs .el-date-table td.today span {
    color: #009f54 !important;
}