.container {
    margin-top: 54px;
}

/*HEADER*/
.header_wrap {
    height: 54px;
    border-bottom: 1px solid rgba(243, 243, 240, 1);
    position: fixed;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 40, .8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
}

.header_logo {
    width: 114px;
}

.header_logo img {
    display: block;
    width: 100%;
}

.header_navlist {
    margin-left: 48px;
    display: flex;
    align-items: center;
    height: 100%;
}

.header_navlist li {
    height: 100%;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.header_navlist_check {
    background: #00e6dc !important;
    color: #303133 !important;
    font-weight: 600 !important;
}

/*END*/

/*BANNER*/
.banner_img {
    width: 100%;
}

.banner_img img {
    display: block;
    width: 100%;
}

.banner_content {
    width: 100%;
    height: 344px;
    border: 1px solid #00E6DC;
    margin-right: 18px;
    position: relative;
}

.banner_context {
    width: 864px;
    height: 308px;
    background: linear-gradient(45deg, #FFFFFF 0%, #A6FFF7 22%, #B3FFD0 41%, #FFFF99 61%, #99FFDD 79%, #B3E2FF 100%) linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset 0px -15px 30px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.7);
    opacity: 0.15;
    backdrop-filter: blur(2px);
    position: absolute;
    left: 18px;
    top: 18px;
}

.banner_conicon {
    width: 12px;
    height: 12px;
    background: #00E6DC;
    border-radius: 50%;
    position: absolute;
}

.banner_conicon1 {
    top: 36px;
    left: 36px;
}

.banner_conicon2 {
    top: 36px;
    right: 36px;
}

.banner_conicon3 {
    bottom: 36px;
    left: 36px;
}

.banner_conicon4 {
    bottom: 36px;
    right: 36px;
}

.banner_conicon5 {
    width: 300px;
    height: 9px;
    background: #00E6DC;
    border-radius: 18px 18px 0px 0px;
    position: absolute;
    left: 300px;
    bottom: 0;
}

.banner_contain {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 68px;
    box-sizing: border-box;
}

.banner_contain {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px
}

.banner_contain a{
    color: #00E6DC;
}

.banner_contain div:nth-child(1) {
    margin-bottom: 10px;
}

/*END*/

/*TITLE*/
.page_title_wrap {}

.page_title_into {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFD632;
}

.page_title_con {
    width: 900px;
    height: 77px;
    border-radius: 39px;
    border: 1px solid #FFD632;
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.page_title_con_title {
    width: 239px;
    height: 65px;
    background: #FFD632;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #55310B;
    margin-left: 6px;
}

.page_title_con_title img {
    display: block;
    margin-left: 18px;
    width: 17px;
}

.page_title_con_into img {
    height: 25px;
    display: block;
    margin-left: 30px;
}

/*END*/

/*TASK*/
.task_wrap {
    margin-top: 75px;
}

.task_conlist {
    margin-top: 48px;
}

.task_conlist li {
    display: flex;
    margin-bottom: 48px;
}

.tasklist_img {
    width: 357px;
    height: 201px;
}

.tasklist_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.tasklist_con {
    margin-left: 30px;
    width: 513px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tasklist_con_title {
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #00E6DC;
}

.tasklist_con_into {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 12px;
}

.tasklist_con_btn {
    width: 191px;
    height: 54px;
    cursor: pointer;
    margin-top: 20px;
}

.tasklist_con_btn img {
    display: block;
    width: 100%;
    height: 100%;
}

/*END*/
/*SCHEDULE*/
.schedule_wrap {
    margin-top: 27px;
}

.schedule_contain_top {
    width: 308px;
    height: 165px;
    background-image: url("../images/page_squ1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 292px;
    margin-top: 59px;
    position: relative;
    z-index: 2;
}

.schedule_contain_title {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.schedule_contain_into {
    font-size: 36px;
    font-family: YouSheBiaoTiHei;
    color: #FFD632;
    margin-top: 18px;
}

.schedule_contain {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -28px;
    position: relative;
    z-index: 1;
}

.schedule_contain_list {
    width: 308px;
    height: 165px;
    background-image: url("../images/page_squ2.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.schedule_contain_list .schedule_contain_into {
    color: #00E6DC;
}

.schedule_contain_icon {
    display: flex;
    align-items: center;
    margin-left: 38px;
    margin-right: 35px;
}

.schedule_contain_icon img {
    margin: 0 11px;
    display: block;
}

.schedule_text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 30px;
    text-align: center;
}

/*END*/

/*ABOUT*/
.aboutus_wrap {
    margin-top: 75px;
}

.abput_title {
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: -8px;
}

.aboutus_wrap .banner_content {
    margin-top: 60px;
}

/*END*/

/*CONTACT*/
.contact_wrap {
    margin-top: 75px;
    padding-bottom: 102px;
}

.contact_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.contact_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    background-image: url("../images/page_squ3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    flex-direction: column;
}

.contact_list li:nth-child(1) {
    margin-right: 90px;
}

.contact_list li img {
    display: block;
    width: 168px;
    height: 168px;
}

.contact_list_text {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 12px;
    text-align: center;
}

/*END*/