
.banner_cont {
    padding-bottom: 50px;
}

.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;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.banner_cont_progress_text {
    font-size: 14px;
    color: #a39d9d;
    margin-bottom: 30px;
    text-align: center;
}

.banner_cont_progress_warn {
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 75px;
    color: #ff0000;
    font-size: 18px;
	background-color: #f9eaea;
}

.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: -20px;
    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_cont_top {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.banner_cont_cont_top_btn {
    width: 136px;
	height: 40px;
    margin-right: 35px;
    font-size: 18px;
    color: #8b8ea0;
    text-align: center;
    line-height: 37px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #8b8ea0;
    cursor: pointer;
}

.active_btn {
    color: #fff;
    background-color: #0f77f3;
    border: none;
    box-shadow: 0px 6px 20px 0px 
		rgba(15, 119, 243, 0.41);
}

.banner_cont_cont_bottom li {
    display: none;
}

.views,
.views_fj,
.views_tab {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.views_tab {
    border: solid 1px rgba(226, 228, 232, 0.45);
}

.views_fj {
    margin-top: 20px;
}

.views td,
.views_fj td {
    height: 40px;
    font-size: 14px;
    color: #333;
    border: solid 1px #e2e4e8;
    padding: 10px 15px;
}

.views_tab td,
.views_tab th {
    height: 40px;
    font-size: 14px;
    text-align: left;
    color: #333;
    padding: 10px 15px;
}

.views_tab td:nth-child(1),
.views_tab th:nth-child(1) {
    text-align: center;
}

.views_tab tr:nth-child(2n-1) {
    background-color: #f9fcff;
}

.views td:nth-child(2n-1) { 
    width: 166px;
    text-align: right;
    background-color: #f9fcff;
}

.views_fj td > div {
    display: flex;
    align-items: center;
}
.views_fj_cont_left,
.views_fj_cont_right {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.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;
}