.banner_cont_top {
    display: flex;
    align-items: center;
    margin: 20px 0 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e6e9;
}

.banner_cont_top_cont {
    font-size: 14px;
    color: #000;
}

.banner_cont_progress_title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.banner_cont_progress_text {
    font-size: 14px;
    color: #a39d9d;
    margin-bottom: 50px;
    text-align: center;
}

.banner_cont_progress_details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -100px;
}

.banner_cont_progress_details_data {
    position: relative;
}

.banner_cont_progress_details_data_icon {
    position: relative;
}

.banner_cont_progress_details_data_icon_xian {
    width: 200px;
    height: 2px;
    background-color: #e7e8eb;
    ;
}

.banner_cont_progress_details_data_icon_dian {
    position: absolute;
    top: -7px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #cccfd6;
    border-radius: 16px;
}

.banner_cont_progress_details_data_icon_dian_WC {
    position: absolute;
    top: -18px;
    left: -10px;
    width: 37px;
    height: 37px;
    border-radius: 37px;
    background-image: linear-gradient(0deg,
            #0e8afe 0%,
            #0ebdfe 100%);
    box-shadow: 0px 0px 20px 0px rgb(14, 139, 254);
    color: #fff;
    text-align: center;
    line-height: 37px;
    font-size: 20px;
}

.banner_cont_progress_details_data_icon_dian_WC_img {
    position: absolute;
    top: -30px;
    left: -25px;
    width: 71px;
    height: 71px;
}

.banner_cont_progress_details_data_text {
    position: absolute;
    top: 30px;
    left: -60px;
}

#ZT1 {
    display: none;
}

.banner_cont_cont {
    margin-top: 170px;
    margin-bottom: 80px;
}

.banner_cont_btn {
    width: 170px;
	height: 46px;
    margin: auto;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
	background-color: #0f77f3;
	border-radius: 8px;
}