.i_service_t {
    padding-top: 100px;
    padding-bottom: 50px;
}

.g-cpjz .g-cpjz_list .g-cpjz_item {
    width: 220px;
    height: 210px;
}

.g-cpjz .g-cpjz_list {
    margin: 0 36px;
}

.c-cpjz {
    margin-bottom: 30px;
}

.c-cpjz .g-cpjz_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 559px;
    margin: 0 52px;
}

.c-cpjz1 {
    margin-top: -33px;
}

.c-cpjz2 {
    margin-top: -35px;
}

.c-cpjz .g-cpjz_list .g-cpjz_item {
    background: #FFFFFF;
    border: 1px solid;
    -moz-border-image: -moz-linear-gradient(left, rgba(251, 188, 183, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(251, 188, 183, 1)) 1 1;
    -o-border-image: -o-linear-gradient(left, rgba(251, 188, 183, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(251, 188, 183, 1)) 1 1;
    border-image: -webkit-linear-gradient(left, rgba(251, 188, 183, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(251, 188, 183, 1)) 1 1;
    border-image: linear-gradient(to right, rgba(251, 188, 183, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(251, 188, 183, 1)) 1 1;
    width: 488px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 43px;
    padding-right: 7px;
    box-shadow: 0px 4px 10px 8px rgba(201, 206, 215, 0.12);
}

.c-cpjz .g-cpjz_list .g-cpjz_item dl dl,
.c-cpjz .g-cpjz_list .g-cpjz_item dl dt {
    display: inline-block;
    vertical-align: middle;
}

.c-cpjz .g-cpjz_list .g-cpjz_item dt {
    padding-bottom: unset;
}

.c-cpjz .g-cpjz_list .g-cpjz_item dd.title {
    font-size: 16px;
}

.c-cpjz .g-cpjz_list .g-cpjz_item dd {
    font-size: 12px;
}

/* .c-cpjz .g-cpjz_list .g-cpjz_item dd:last-child{
    padding-bottom: 30px;
} */
/* .c-cpjz .g-cpjz_list .g-cpjz_item dd.title,
.c-cpjz .g-cpjz_list .g-cpjz_item dd,
.c-cpjz .g-cpjz_list .g-cpjz_item dl dt{
   display:inline-block; 
}
.c-cpjz .g-cpjz_list .g-cpjz_item dd.title{

}
.c-cpjz .g-cpjz_list .g-cpjz_item dd{

} */

.c-step {
    margin-top: 8px;
    text-align: center;
}

.c-form {
    margin: 0 300px;
    margin-top: -35px;
}

.ipt-bx {
    margin: 14px 0;
    position: relative;
}

.c-submit,
.ipt-bx span,
.ipt-bx textarea,
.ipt-bx input {
    width: 100%;
}

.ipt-bx span {
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    margin: 16px 0;
    display: inline-block;
    position: relative;
}

.getcode,
.ipt-bx textarea,
.ipt-bx input,
.c-submit {
    height: 46px;
    border-radius: 2px;
}

.getcode,
.ipt-bx textarea,
.ipt-bx input {
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    line-height: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-indent: 1em;
    -o-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s;
    -webkit-transition: border 0.3s;
}

.ipt-bx textarea:focus,
.ipt-bx input:focus,
.ipt-bx textarea:hover,
.ipt-bx input:hover {
    border-color: #0B4FFC;
}

.ipt-bx textarea::-webkit-input-placeholder,
.ipt-bx input::-webkit-input-placeholder {
    color: #A7AEC1;
}

.ipt-bx textarea::placeholder,
.ipt-bx textarea::-webkit-input-placeholder,
.ipt-bx input::placeholder,
.ipt-bx input::-webkit-input-placeholder {
    color: #A7AEC1;
}

.c-must {
    position: absolute;
    top: 50%;
    left: -11px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ipt-bx textarea {
    padding: 10px 0;
    height: 122px;
}

.c-submit {
    color: #fff;
    font-size: 16px;
    background: #0B4FFC;
    border: unset;
    margin: 30px 0;
    margin-top: 30px;
    margin-bottom: 55px;
}

.captcha-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.captcha-box input {
    width: 344px;
}

span.getcode {
    display: inline-block;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    width: 240px;
    text-align: center;
    text-indent: unset;
    margin: unset;
}

span.getcode[data-status='1'] {
    background: rgba(11, 24, 252, 0.06);
    border-color: rgba(11, 24, 252, 0.01);
    color: #0B4FFC;
}

span.getcode[data-status='2'] {
    color: #0B4FFC;
}

span.ipt-tl-tip {
    font-size: 12px;
    font-weight: 400;
    color: #FF4D4F;
    line-height: 17px;
    margin: unset;
    display: none;
    position: absolute;
    left: 0;
    bottom: -20px;
}