.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jmhz-item {
    margin-bottom: 40px;
}

.jmhz-item>.p1 {
    font-size: 24px;
    font-weight: 400;
    color: #394557;
    margin-bottom: 40px;
}

.jmhz-item .item-title {
    font-size: 30px;
    font-weight: 600;
    color: #394557;
    margin-bottom: 40px;
}

.jmhz-item .item-title i {
    font-style: normal;
    color: #0491FF;
}

.jmhz-item .item-info {
    font-size: 18px;
    font-weight: 400;
    color: #394557;
    margin-bottom: 40px;
}

.jmhz-item .item-info .btn-go {
    margin-left: 10px;
    padding: 2px 8px;
    border-radius: 1px;
    border: 1px solid #0491FF;
    color: #0491FF;
    font-size: 16px;
}

.jmhz-item.user .p2 span {
    padding: 10px 15px;
    border: 1px solid #0491FF;
    color: #0491FF;
    margin-right: 20px;
}

.jmhz-item.wenti .wenti-item {
    width: 224px;
    height: 245px;
    background: #F7F8FB;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center 35px;
    padding-top: 145px;
}

.jmhz-item.wenti .wenti-item .p1 {
    font-size: 18px;
    font-weight: 600;
    color: #394557;
    margin-bottom: 15px;
}

.jmhz-item.wenti .wenti-item .p2 {
    font-size: 14px;
    color: #6b6b6b;
}

.jmhz-item.wenti .wenti-item:nth-child(1) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-wenti-di.png');
}

.jmhz-item.wenti .wenti-item:nth-child(2) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-wenti-nan.png');
}

.jmhz-item.wenti .wenti-item:nth-child(3) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-wenti-shao.png');
}

.jmhz-item.wenti .wenti-item:nth-child(4) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-wenti-gao.png');
}

.jmhz-item.wenti .wenti-item:nth-child(5) {
    background-image: url('https://cdn.xt12366.com/image/puduo/index/index-wenti-di.png');
}

.jmhz-item.hxjc .hxjc-item {
    width: 370px;
    height: 221px;
    background: #F7F8FB;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-top: 138px;
    background-repeat: no-repeat;
    background-position: center 40px;
    position: relative;
    z-index: 1;
}

.jmhz-item.hxjc .hxjc-item:after {
    content: '';
    position: absolute;
    background-image: url('https://cdn.xt12366.com/image/puduo/puduo-shuiyin.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 110px;
    right: -12px;
    bottom: -8px;
    z-index: -1;
}

.jmhz-item.hxjc .hxjc-item:nth-child(1) {
    background-image: url('https://cdn.xt12366.com/image/puduo/join/join-hxjc-1.png');
}

.jmhz-item.hxjc .hxjc-item:nth-child(2) {
    background-image: url('https://cdn.xt12366.com/image/puduo/join/join-hxjc-2.png');
}

.jmhz-item.hxjc .hxjc-item:nth-child(3) {
    background-image: url('https://cdn.xt12366.com/image/puduo/join/join-hxjc-3.png');
}

.jmhz-item.hxjc .hxjc-item:nth-child(4) {
    background-image: url('https://cdn.xt12366.com/image/puduo/join/join-hxjc-4.png');
}

.jmhz-item.hxjc .hxjc-item:nth-child(5) {
    background-image: url('https://cdn.xt12366.com/image/puduo/join/join-hxjc-5.png');
}

.jmhz-item.hxjc .hxjc-item:nth-child(6) {
    background-image: url('https://cdn.xt12366.com/image/puduo/join/join-hxjc-6.png');
}

.jmhz-item.hxjc .hxjc-item p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #394557;
    position: relative;
}

.jmhz-item.hxjc .hxjc-item p::after {
    content: '';
    width: 24px;
    height: 3px;
    background-color: #0491FF;
    position: absolute;
    left: calc(50% - 12px);
    bottom: -10px;
}

.jmhz-item.yxtj .yxtj-tags {
    padding: 0px 120px;
    margin-bottom: 50px;
}

.jmhz-item.yxtj .yxtj-tags span {
    font-size: 14px;
    color: #5B6572;
    border-radius: 20px;
    border: 1px solid #ACB5C2;
    padding: 2px 16px;
}

/* 圆环 */

.circleProgress_wrapper {
    display: flex;
    flex-direction: column;
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin: 0;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.circleProgress_wrapper .wrapper {
    width: 60px;
    height: 120px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.circleProgress_wrapper .right {
    right: 0;
}

.circleProgress_wrapper .left {
    left: 0;
}

.circleProgress_wrapper .circleProgress {
    width: 120px;
    height: 120px;
    border: 20px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
}

.circleProgress_wrapper .rightcircle {
    border-top: 20px solid #e3e3e3;
    border-right: 20px solid #e3e3e3;
    border-left: 20px solid #e3e3e3;
    border-bottom: 20px solid #e3e3e3;
    right: 0;
}

.circleProgress_wrapper .leftcircle {
    border-bottom: 20px solid #e3e3e3;
    border-left: 20px solid #e3e3e3;
    border-top: 20px solid #e3e3e3;
    border-right: 20px solid #e3e3e3;
    left: 0;
}

.circleProgress_wrapper span.percent {
    margin-top: -3px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

/* 圆环 */

.jmhz-item.yxtj .yxtj-tubiao {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.jmhz-item.yxtj .tubiao-item {
    width: 125px;
}

.jmhz-item.yxtj .tubiao-item .p1 {
    padding: 20px 5px;
}

.jmhz-item.jmhz .jmhz-items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.jmhz-item.jmhz .gs-lists {
    margin-left: 50px;
}

.jmhz-item.jmhz .gs-lists .gs-item {
    margin-bottom: 26px;
}

.jmhz-item.jmhz .gs-lists .gs-item .p1 {
    font-size: 18px;
    font-weight: 500;
    color: #394557;
}

.jmhz-item.jmhz .gs-lists .gs-item .p2 {
    font-size: 14px;
    font-weight: 300;
    color: #394557bd;
}

/* 底部获取资料 */

.footerbanner {
    width: 100%;
    height: 320px;
    background-image: url('https://cdn.xt12366.com/image/puduo/join/join-foot-banner.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 105px;
}

.footerbanner .p1 {
    font-size: 28px;
    font-weight: 500;
    color: #FF882D;
    margin-bottom: 45px;
}

#ziliaoForm .ziliao-input {
    width: 160px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    padding-left: 10px;
    margin-right: 10px;
}

#ziliaoForm .ziliao-btn {
    width: 126px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0491FF;
    border-radius: 2px;
    border: 1px solid #0491FF;
    color: #fff;
}

.error-msg{
    margin-right: 5px;
}
/* 底部获取资料 */<!--耗时1774182083.1811秒-->