.wrap {
    width: 100%;
}

.wrap h3 {
    font-size: 24px;
    color: #7737FF;
    font-weight: 400;
    line-height: 1.4;
}

.wrap h6 {
    font-size: 15px;
    color: #30333D;
}

.wrap p {
    color: #575757;
}

.wrap .left_con {
    float: left;
    width: 40%;
}

.wrap .right_con {
    float: right;
}

.wrap .Al_c {
    text-align: center;
}

.ban {
    background: #30333D url(/assest/images/event/2020/secure/back_ban.png)no-repeat center;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.ban .Fl_box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 960px;
    padding: 30px 0;
    background: #7737FF;
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.15);
}

.ban .Fl_box h5 {
    margin-bottom: 15px;
}

.ban .Fl_box h5 span {
    background: #fff;
    color: #7737FF;
    font-size: 14px;
    padding: 5px 20px;
    margin-bottom: 15px;
    border-radius: 20px;
}

.ban .Fl_box h3 {
    color: #fff;
}

.wrap .sec {
    width: 100%;
    padding: 80px 0;
    clear: both;
}

.wrap .sec .container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.wrap .sec h6 {
    margin-bottom: 16px;
    font-weight: 800;
}

.wrap .sec h3 {
    margin-bottom: 30px;
}

.wrap .sec_01 {
    margin-top: 60px;
}

.wrap .sec_01 .left_con {
    float: left;
    width: 55%;
}

.wrap .sec_02 {
    background: #E5E5E5;
}

.wrap .sec_02 ul.logo_wrap {
    margin-top: 30px;
}

.wrap .sec_02 ul li {
    background: #fff;
    width: 230px;
    vertical-align: middle;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 13px;
    margin-bottom: 13px;
    height: 110px;
    float: left;
    line-height: 110px;
    box-sizing: border-box;
}

.wrap .sec_02 ul li:nth-of-type(4n) {
    margin-right: 0;
}

.wrap .sec_03 {
    background: #30333D;
}

.wrap .sec_03 h3 {
    color: #fff;
}

.wrap .sec_03 p {
    color: #CCCCCC;
}

.wrap .sec_03 .table {
    padding: 30px;
    background: #fff;
    margin-top: 30px;
}

.wrap .sec_04 .left_con {
    margin-top: 50px;
}

.wrap .sec_04 .right_con {
    width: 55%;
}

.wrap .sec_04 .right_con ul li {
    width: 100%;
    margin: 40px 0;
}

.wrap .sec_04 .right_con ul li span.icon {
    padding-right: 8px;
}

.wrap .sec_04 .right_con ul li span.highlight {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #30333D;
}

.wrap .sec_04 .right_con ul li span.highlight::after {
    content: '';
    width: 100%;
    height: 10px;
    background: #69FFDB;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
}

.wrap .sec_05 {
    background: #30333D;
    padding-bottom: 100px;
}

.wrap .sec_05 h3 {
    color: #fff;
}

.wrap .sec_05 h6 {
    color: #69FFDB;
}

.wrap .sec_05 .product_wrap li {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    height: 80px;
    line-height: 80px;
}

.wrap .sec_05 .product_wrap li .info {
    width: 82%;
    float: left;
    background: #fff;
    box-sizing: border-box;
    float: left;
    padding: 0 25px;
}

.wrap .sec_05 .product_wrap li .info .logo {
    float: left;
}

.wrap .sec_05 .product_wrap li .info .price_wrap {
    color: #30333D;
    font-size: 28px;
    width: 140px;
    float: right;
    width: 60%;
}

.wrap .sec_05 .product_wrap li .info .price_wrap .price {
    font-weight: 600;
    display: inline-block;
    float: left;
}

.wrap .sec_05 .product_wrap li .info .price_wrap .price span {
    font-weight: 400;
}

.wrap .sec_05 .product_wrap li .info .price_wrap .price span.y {
    color: #777;
    font-size: 17px;
}

.wrap .sec_05 .product_wrap li .info .price_wrap .label {
    font-size: 15px;
    color: #7737FF;
    background: #69FFDB;
    padding: 4px 10px 4px 34px;
    border-radius: 50px;
    display: inline-block;
    float: right;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
    margin-top: 20px;
    font-weight: 600;
}

.wrap .sec_05 .product_wrap li .info .price_wrap .label span {
    display: inline-block;
}

.wrap .sec_05 .product_wrap li .info .price_wrap .label::before {
    content: url('/assest/images/event/2020/secure/label_discount.png');
    display: inline-block;
    margin-right: 4px;
    position: absolute;
    left: 4px;
    top: 4px;
}

.wrap .sec_05 .product_wrap li .btn_wrap {
    width: 18%;
    float: left;
}

.wrap .sec_05 .product_wrap li .btn_wrap a {
    display: block;
    width: 100%;
    color: #fff;
    background: #7737FF;
    font-size: 17px;
    font-weight: bold;
    height: 100%;
}