* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.czsm_box {
    background-color: rgba(225, 109, 0, 0.8);
    background-image: url(../imgs/czsm_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 100px 0px;
}

.czsm_tit {
    font-size: 0px;
    text-align: center;

}

.czsm_content {
    width: 750px;
    margin: 0 auto;
    background-image: url(../imgs/czsm_content_center.png);
    background-size: 100% auto;
}

.czsm_content_bottom {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.framework {
    font-size: 0px;
}

.framework img {
    width: 100%;
}

.czsm_content_form>input {
    outline: none;
    border-radius: 10px;
    border: 1px solid #999999;
    display: block;

    padding: 0 10px;

}

.cz_input {
    margin: 30px auto auto auto;
    width: 246px;
    height: 50px;
    font-size: 20px;
    text-align: center;
}

.cz_input::placeholder {
    color: #666666;
    text-align: center;
    font-size: 20px;
}

.cz_btn {
    background-image: url(../imgs/czsm_btn.png);
    width: 335px;
    height: 75px;
    margin: 30px auto auto auto;
    background-size: 100% 100%;
    font-family: PingFang;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    line-height: 75px;
    cursor: pointer;
}

.czsm_txt_box {
    margin-top: 50px;
}


.content_title {
    display: block;
    font-weight: 500;
    width: 500px;
    height: 54px;
    background: url(../imgs/content_tit_bg.png);
    line-height: 54px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #9A4F07;
}

.content_txt {
    font-family: PingFang;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: center;
    width: 550px;
    margin: 30px auto auto auto;
    line-height: 30px;
}

.content_txt p {
    margin-bottom: 30px;
}

.content_txt a {
  color: #00A7EB;
}

.czsm_txt_box_result p {
    text-align: left;
    font-size: 20px;
    color: #222222;
}

.czsm_txt_box_result p font {
    color: #222222 !important;
}


.bzyc_result  p font {
    color: red !important;
}
.czsm_txt_box_result {
    display: none;
    padding-bottom: 50px;
}

.mryz_radio_box {
    font-family: PingFang;
    font-weight: 500;
    font-size: 24px;
    color: #222222;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 80px;
    padding-bottom: 0px;
}

.mryz_radio_box>div {
    width: 20%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.mryz_radio_box>div input {
    margin-right: 12px;
}

.bzyc_result .content{
    font-size: 16px;
}
.bzyc_result h3{
    /*font-size: 22px;*/
    /*margin-bottom: 20px;*/
    /*font-weight: bold;*/
    
    
    
    display: block;
    text-align: center;
    margin: 30px auto;
    width: 230px;
    height: 50px;
    background-image: url(../images/zb_bg.png);
    background-size: 100% 100%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFF6EF;
    line-height: 50px;
}

input[type="radio"],
input[type="checkbox"] {
    appearance: none;
    position: relative;
    outline: none;
    margin-right: 7px;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #9A9A9A;
    display: inline-block;
    vertical-align: sub;
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #EA7700;
    display: inline-block;
    vertical-align: sub;
}

input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #EA7700;
    border-radius: 50%;
    text-align: center;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}

.tips {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #F10800;
    margin: 20px auto auto auto;
    max-width: 570px;

}

.mzyz_result {
    display: none;
    width: 580px;
    background: #fef8f2;
    margin: 30px auto auto auto;
    font-family: PingFang;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding: 30px 108px;
    text-align: center;
    line-height: 30px;
}

.sgbg_tit {
    width: 600px;
    font-family: PingFang;
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    text-align: center;
    margin: 30px auto auto auto;
    line-height: 24px;
}

.sgbg_bg {
    width: 170px;
    height: 170px;
    display: block;
    margin: 30px auto auto auto;
}

.jqg_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    margin: 30px auto auto auto;
}

.jqg_list img {
    width: 70px;
    height: 70px;
    display: block;
}

.sgbg_result .content_txt {
    width: 600px;
}

.date_item {
    font-size: 20px;
    display: flex;
    width: 530px;
    margin: 30px auto auto auto;
}

.date_item_tit {
    line-height: 50px;
    white-space: nowrap;
}

.date_item_select {
    display: flex;
    flex-wrap: wrap;
}

.date_item_select>div {
    margin-right: 30px;
    margin-bottom: 20px;
}

.select {
    display: inline-block;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #999999;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 18px;
}


.date_item_select>div:last-child {
    margin-right: 0px;
}

.content_title:not(:first-child) {
    margin-top: 30px;
}



@media screen and (max-width:1022px) {
    .czsm_tit img {
        width: 100%;
    }
}


@media screen and (max-width:750px) {
    .date_item {
        width: 6rem;
        font-size: 16px;
    }

    .select {
        height: .6rem;
        font-size: 16px;
        border-radius: .1rem;
        border: .01rem solid #999999;
        margin-right: .12rem;
        padding: .1rem 0;
    }

    .date_item_select>div {
        margin-right: .2rem;
    }

    .date_item_select>div:last-child {
        margin-right: 0px;
    }

    .czsm_box {
        padding: 1rem 0px;
    }

    .czsm_tit img {
        width: 132%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .czsm_tit {
        width: 100%;
        overflow: hidden;
    }

    .czsm_content {
        width: 6.76rem;
    }

    .czsm_content_form>input {
        border-radius: .1rem;
        border: .01rem solid #999999;
    }

    .cz_input {
        width: 3.45rem;
        height: .8rem;
        background: #FFFFFF;
        margin: .3rem auto auto auto;
        font-size: 16px;
    }

    .cz_input::placeholder {
        font-size: 16px;

    }

    .cz_btn {
        width: 4.69rem;
        height: 1.05rem;
        margin: .5rem auto auto auto;
        line-height: 1.05rem;
        font-size: .44rem;
    }

    .content_title {
        width: 4.99rem;
        height: 0.55rem;
        background-size: 100% 100%;
        font-size: .32rem;
        line-height: .55rem;
    }

    .czsm_txt_box {
        margin-top: .5rem;
    }

    .sgbg_result .content_txt {
        width: 6rem;
    }

    .sgbg_tit {
        width: 5.5rem;
        font-family: PingFang;
        font-weight: 500;
        font-size: 16px;
        color: #222222;
    }

    .sgbg_bg {
        width: 1.7rem;
        height: 1.7rem;
        margin: .3rem auto auto auto;
    }

    .jqg_list {
        padding: 0 .5rem;
        margin: .5rem auto auto auto;
    }

    .jqg_list img {
        width: .85rem;
        height: .85rem;
    }

    .content_txt {
        width: 5.16rem;
        margin: .3rem auto auto auto;
    }

    .content_txt p {
        margin-bottom: .3rem;
    }

    .czsm_txt_box_result p {
        font-size: 16px;
    }

    .mryz_radio_box {
        padding: .3rem .7rem;
    }

    .mryz_radio_box div {
        width: 33%;
        font-size: 16px;
        margin-bottom: .36rem;
    }
.bzyc_result .content_txt{
    width:5.8rem;
}
.bzyc_result h3{
   display: block;
    text-align: center;
    margin: 0.5rem auto;
    
     width: 4rem;
    height: 1rem;
 
    background-image: url(../images/zb_bg.png);
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFF6EF;
    line-height: 1rem;
    background-size: 100% 100
}
input[type="radio"]:before,
input[type="checkbox"]:before {

    width: 18px;
    height: 18px;
  
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
     width: 18px;
    height: 18px;
  
}

input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
    content: "";
    width: 12px;
    height: 12px;
  
    top: 4px;
    left: 4px;
}

    .mryz_radio_box>div input {
        margin-right: 10px;
    }


    .mzyz_result {
        width: 5.7rem;
        padding: .5rem;
        font-size: 16px;
        margin: .3rem auto auto auto;
    }

    .tips {
        max-width: 80%;
        margin: .3rem auto auto auto;
    }

    .date_item_tit {
        line-height: .6rem;
    }

}

.bgsm_result p:nth-last-child(-n+2){
    display: none;
}



.bzyc_result p:last-child{
    display: none;
}
.bzyc_result h3:last-of-type{
    display: none;
}


.jqg {
    display: none;
}