.jubao_banner {
    padding-top: 80px;
    box-sizing: border-box;
    height: 360px;
    background: #000 url(../img/jubao_bg.png) no-repeat center;
    background-size: auto 360px;
}
.jubao_banner h6 {
    margin-bottom: 20px;
    color: #fff;
    line-height: 50px;
    font-size: 35px;
    font-weight: 400;
}
.jubao_banner p {
    color: rgba(255, 255, 255, .8);
    line-height: 24px;
    font-size: 14px;
}
.jubao_banner .button_box {
    overflow: hidden;
    margin-top: 30px;
}
.jubao_banner .button_box a {
    width: 136px;
    float: left;
    color: #fff;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}
.jubao_banner .button_box button {
    float: left;
    width: 136px;
    height: 38px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}
.btn-donate {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: hsla(211 100% 69% / 1);
    --btn-bg-2: hsla(211 100% 49% / 1);
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(
      325deg,
      var(--btn-bg-2) 0%,
      var(--btn-bg-1) 55%,
      var(--btn-bg-2) 90%
    );
  }
  
  .btn-donate:hover {
    background-position: right top;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn-donate {
      transition: linear;
    }
  }

.jubao_banner .button_box a:hover {
    background: #007BFC;
    border-color: #007BFC;
    color: #fff;
    transition: all .3s;
}
.jubao_type {
    background: #F5F7FA;
    padding-bottom: 80px;
}
.jubao_type h6 {
    font-size: 32px;
    color: #000;
    font-weight: 400;
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center;
}
.jubao_type li {
    float: left;
    margin-left: 24px;
    width: 384px;
    height: 400px;
    padding-top: 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}
.jubao_type li:first-child {
    margin-left: 0;
}
.jubao_type li img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
}
.jubao_type .title {
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 20px;
    color: #171E2F;
}
.jubao_type .desc {
    font-size: 12px;
    color: #4A536A;
    line-height: 26px;
}
.jubao_type a {
    display: block;
    width: 150px;
    height: 38px;
    margin: 0 auto;
    margin-top: 54px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    color: #fff;
}
.jubao_progress {
    position: relative;
    background-color: #fff;
    padding: 70px 0;
}
.jubao_progress h6 {
    font-size: 32px;
    color: #171E2F;
    text-align: center;
    font-weight: 400;
}
.jubao_progress li h6 {
    font-size: 20px;
    margin-top: 72px;
    margin-bottom: 16px;
}
.jubao_progress li {
    position: relative;
    float: left;
    width: 220px;
    text-align: center;
    margin-left: 106px;
}
.jubao_progress li:first-child {
    margin-left: 0;
}
.jubao_progress li img {
    width: 60px;
    height: 46px;
    display: block;
    margin: 0 auto;
}
.jubao_progress li p {
    color: #4A536A;
    font-size: 15px;
    line-height: 26px;
}
.jubao_progress ul {
    margin-top: 50px;
    position: relative;
}
.jubao_progress ul:before {
    content: '';
    position: absolute;
    top: 82px;
    left: 0;
    height: 0;
    border-top: 1px dashed #007BFC;
    width: 100%;
}
.jubao_progress li:before {
    content: '';
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/dot.png) no-repeat center;
    background-size: contain;
}
.jubao_sm {
    background-color: #F5F7FA;
    padding-bottom: 80px;
}
.jubao_sm h6 {
    padding-top: 65px;
    padding-bottom: 50px;
    color: #171E2F;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
}
.jubao_sm img {
    width: 400px;
    float: left;
}
.jubao_sm .desc {
    width: 720px;
    padding-top: 40px;
    float: left;
}
.jubao_sm .tips {
    font-size: 20px;
    color: #171E2F;
    margin-left: 40px;
    margin-bottom: 20px;
}
.jubao_sm .tips span {
    color: #007BFC;
}
.jubao_sm li {
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
    color: #4A536A;
    line-height: 26px;
    margin-left: 78px;
}
.jubao_sm li:first-child::before {
    position: absolute;
    content: '';
    width: 24px;
    left: -40px;
    top: 0;
    height: 30px;
    background: url(../img/1.png) no-repeat center;
    background-size: contain;
}
.jubao_sm li:nth-child(2)::before {
    position: absolute;
    content: '';
    width: 24px;
    left: -40px;
    top: 0;
    height: 30px;
    background: url(../img/2.png) no-repeat center;
    background-size: contain;
}
.jubao_sm ul {
    background-color: #fff;
}
.jubao_sm li:last-child::before {
    position: absolute;
    content: '';
    width: 24px;
    left: -40px;
    top: 0;
    height: 30px;
    background: url(../img/3.png) no-repeat center;
    background-size: contain;
}
.jb_bread {
    padding: 20px 0;
    opacity: .8;
    color: #171E2F;
}
.jb_bread a {
    color: #4A536A;
}
.jb_left {
    float: left;
    width: 850px;
}
.jb_cx {
    background-color: #fff;
    padding: 30px;
    padding-top: 24px;
    overflow: hidden;
}
.jb_cx p {
    border-radius: 4px;
    background-color: #F5F7FA;
    padding: 20px;
    color: #171E2F;
}
.jbxx_top {
    position: relative;
    padding-bottom: 20px;
    color: #171E2F;
    font-weight: 700;
    text-indent: 11px;
    overflow: hidden;
    font-size: 16px;
}
.jbxx_top::before{
    content: '';
    width: 3px;
    height: 16px;
    background-color: #007BFC;
    position: absolute;
    left: 0;
    top: 2px;
}
.jbxx_top span {
    margin-left: 15px;
    padding-left: 14px;
    position: relative;
    color: #F29300;
}
.jbxx_top span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 16px;
    background-color: rgba(160, 169, 193, .5);
}
.jb_info {
    padding: 30px;
    padding-top: 24px;
    margin-top: 20px;
    background-color: #fff;
}
.jb_info li {
    width: 385px;
    padding: 12px 14px;
    box-sizing: border-box;
    background: #F5F7FA;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    line-height: 44px;
    color: #171E2F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jb_info li:nth-child(2n+1){
    margin-left: 0;
}
.jb_info li  span {
    color: #4A536A;
    float: left;
}
.jb_info li a {
    color: #007BFC;
    float: right;
}
.jb_info li strong {
    float: left;
    font-weight: 400;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jb_info .jbxx_top {
    padding-bottom: 0;
}
.jb_main {
    margin-bottom: 40px;
}
.jb_right {
    float: right;
    width: 330px;
    height: 311px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 30px;
}
.tsym font,.jlsm font {
    cursor: pointer;
}
.item-pic .error {
    color: red;
    cursor: pointer;
}
.jb_progress h6 {
    padding-top: 24px;
    margin-bottom: 20px;
    color: #171E2F;
    font-weight: 700;
    font-size: 16px;
}
.jb_step {
    position: relative;
    color: #4A536A;
    font-size: 14px;
    padding-left: 18px;
}
.jb_step::before {
    content: '';
    position: absolute;
    background-color: rgba(160, 169, 193, .6);
    width: 2px;
    height: 126px;
    left: 0;
    top: 10px;
}
.jb_step li {
    margin-bottom: 20px;
    position: relative;
}
.jb_step li:last-child{
    margin-bottom: 0;
}
.jb_step li::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: -23px;
    top: 4px;
    background-color: #A0A9C1;
    border: 2px solid #fff;
    border-radius: 50%;
}
.jb_step li.spok {
    color: #007BFC;
    font-weight: 700;
}
.jb_step li.spok::before {
    background-color: #007BFC;
}
.jb_step li.spdq {
    color: #F29300;
    font-weight: 700;
}
.jb_step li.spdq::before {
    background-color: #F29300;
}
.jb_step li.spend {
    color: #4A536A;
    font-weight: 400;
}
.jb_step li.spend::before {
    background-color: #007BFC;
}
.jb_step a {
    display: none;
    display: inline-block;
    width: 64px;
    height: 21px;
    margin-left: 10px;
    background: rgba(0,123,252,0.1);
    border-radius: 23px;
    text-align: center;
    line-height: 21px;
    color: #007BFC;
    font-size: 12px;
}
.jb_step li.spok a,.jb_step li.spend a{
    display: inline-block;
}
.jb_form_item {
    margin-bottom: 20px;
    overflow: hidden;
}
.jb_form_item .jb_form_label {
    float: left;
    width: 120px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #171E2F;
    margin-right: 20px;
    line-height: 44px;
}

.jb_form_item label i {
    color: #F30000;
}
.jb_form_item input[type="text"] {
    width: 500px;
    height: 44px;
    background: #F5F7FA;
    border-radius: 4px;
    text-indent: 14px;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.jb_form_item input[type="text"],.jb_form_item textarea {
    transition: all .3s;
    color: #333;
}
.jb_form_item input[type="text"]:focus,.jb_form_item textarea:focus {
    border-color: #007BFC;
}
.jb_form_box {
    padding: 30px;
    background-color: #fff;
}
.jb_form_box .jbxx_top {
    font-size: 20px;
    margin-bottom: 30px;
}
.jb_form_box .jbxx_top::before {
    height: 20px;
    top: 4px;
}
.jb_form_block {
    float: left;
    position: relative;
}
.jm-radio-group b {
    color: #171E2F;
    margin-left: 10px;
}
.jm-radio-group {
    line-height: 44px;
}
.radio_box {
    float: left;
    width: 130px;
    height: 44px;
    margin-right: 14px;
    background: #F5F7FA;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #171E2F;
    line-height: 42px;
    text-indent: 64px;
    cursor: pointer;
}
.radio_box.active {
    border-color: #007BFC;
    color: #007BFC;
}
.radio_single {
    background: #F5F7FA url(../img/single.png) no-repeat 38px center;
    background-size: 16px;
}
.radio_qy {
    background: #F5F7FA url(../img/qy.png) no-repeat 38px center;
    background-size: 16px;
}
.radio_single.active {
    background: #fff url(../img/single_on.png) no-repeat 38px center;
    background-size: 16px;
}   
.radio_qy.active {
    background: #fff url(../img/qy_on.png) no-repeat 38px center;
    background-size: 16px;
}
.jb_input_box div {
    position: relative;
    margin-bottom: 10px;
}
.jb_input_box div span {
    margin-left: 10px;
    color: #4A536A;
    font-size: 12px;
}
.jb_add {
    color: #007BFC;
    font-size: 14px;
    cursor: pointer;
}
.jb_input_box .jb_reduce {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/reduce.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    left: 468px;
    top: 16px;
}
.jb_form_block textarea {
    width: 500px;
    height: 88px;
    background: #F5F7FA;
    border-radius: 4px;
    padding: 12px 14px;
    vertical-align: top;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.jb_upload_box {
    width: 200px;
    height: 88px;
    background: #F5F7FA url(../img/add.png) no-repeat center 24px;
    background-size: 20px;
    border-radius: 4px 4px 4px 4px;
    border: 1px dashed #A0A9C1;
    cursor: pointer;
    transition: all .3s;
}
.jb_upload_box:hover {
    border-color: #007BFC;
}
.jb_upload_box p {
    line-height: 80px;
    text-align: center!important;
}
.jb_upload p {
    color: #4A536A;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
}
.submit_bt {
    margin-left: 140px;
    display: flex;
    align-items: center;
}
.submit_bt button {
    width: 128px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid transparent;
}
.submit_bt button.normal {
    background-color: #007BFC;
    color: #fff;
}
.jb_back {
    display: inline-block;
    width: 128px;
    height: 38px;
    margin-left: 14px;
    background: #fff;
    border-radius: 4px ;
    border: 1px solid #A0A9C1;
    color: #4A536A;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    transition: all .3s;
}
.jb_back:hover {
    background: #007BFC;
    color: #fff;
    border-color: #007BFC;
}
.jb_fsyzm {
    position: absolute;
    color: rgba(0, 123, 252, .5);
    width: 118px;
    height: 44px;
    line-height: 44px;
    right: 0;
    text-align: center;
    cursor: not-allowed;
}
.jb_fsyzm.yxok {
    color: #007BFC;
    cursor: pointer;
}
.jb_fsyzm::before {
    content: '';
    width: 1px;
    height: 20px;
    top: 12px;
    left: 0;
    background-color: #CBD0DE;
    position: absolute;
}
.layui-form-checkbox[lay-skin=primary] i {border-color: #bbb;}
.layui-form-checkbox[lay-skin=primary] span {padding-right: 4px;color: #171E2F;}
.layui-form-checkbox[lay-skin=primary]:hover i, .layui-form-checkbox[lay-skin=primary] i:hover i {border-color: #007BFC;}
.layui-form-checked[lay-skin=primary] i {background-color: #007BFC;border: 0;line-height: 16px;}
.layui-upload-img{width: 92px; height: 92px; margin: 0 10px 10px 0;}
.layui-upload-img-min{width: 50px;height: 50px}
.item-pic {
    float: left;
    position: relative;
    margin-right: 15px;
}
.item-pic i {
    position: absolute;
    font-size: 22px!important;
    right: 0;
    top: -10px;
    color: #007afc;
    cursor: pointer;
}
.ckjb_box {
    padding:  20px;
}
.ckjb_item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ckjb_item input {
    width: 290px;
}
.layui-form-radio > i:hover, .layui-form-radioed > i {color: #3464ff;}