.zt {
    background-color: #30549e;
}
.zbox {
    padding-top: 50px;
    padding-bottom: 30px;
}
.zbox .title {
    width: 580px;
    height: 60px;
    background: linear-gradient(#63b6fc,#378ef7);
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 60px;
    border: 1px solid #ccc;
    margin: 0 auto;
    color: #fff;
    position: relative;
    bottom: 30px;
    letter-spacing: 2px;
}
.zbox .main-w {
    background-color: #3f71e0;
    border-radius: 30px;
    padding-bottom: 30px;
}
.zbox h1 {
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
    letter-spacing: 2px;
}

.zbox .btn {
    width: 40%;
    height: 60px;
    border-radius: 30px;    
    background: linear-gradient(#cb4aee,#6a14d1);
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    margin: 30px auto 20px auto ;
    font-weight: bold;
    cursor: pointer;
}
.bg_box {
    background-color: #201d6e;
    width: 94%;
    margin: 0 auto;
    border-radius: 20px;
    padding-bottom: 30px;
}
.bg_box h1 {
    padding: 20px;
    color: #02ffe7;
}
.bg_box h1::after , .bg_box h1::before {
    content: "";
    display: inline-block;
    width: 155px;
    height: 4px;
    position: relative;
    bottom: 10px;

}
.bg_box h1::before {
    background: url("img/tbg.jpg") no-repeat center;
    right:10px;
}
.bg_box h1::after {
    background: url("img/tbg1.jpg") no-repeat center;
    left: 20px;
}
.bg_box ul {
    width: 96%;
    margin: 0 auto;
}
.bg_box ul li {
    float: left;
    width: 19%;
    color: #02ffe7;
    margin-top: 20px;
    margin-left: 12px;
    border-radius: 5px;
    overflow: hidden;
}
.bg_box ul li:nth-child(1) {
    margin-left: 0;

}
.bg_box ul li p {
    text-align: center;
    line-height: 2;
    font-size: 18px;

}
.bg_box .con {
    background-color: #09173a;
    width: 96%;
    margin: 20px auto;
    border-radius: 20px;
    padding: 30px 0;
}
.bg_box .con h2 {
    font-style: 24px;
    padding: 0 30px;
    color: #02ffe7;
}
.bg_box .con h2::after {
    content: "";
    display: inline-block;
    width: 90%;
    border-bottom: 1px solid #02ffe7;
    margin-left: 5px;
}
.bg_box .con p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    padding: 20px 30px 0 30px;
}