.middle {
    text-align: center;
    width: 100%;
}

.mid1 {
    width: 100%;
    height: 410px;
    background-color: #070A2F;
}

.mid2 {
    height: 345px;
    width: 100%;
    margin-top: -190px;
}

.mid1 .bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.mid1 .letter36nor {
    padding-top: 68px;
    color: #FFFFFF;
}
.letter36nor {
    font-size: 36px;
    letter-spacing: 0px;
    color: #1f2122;
    line-height: 56px;
}

.mid2 .pricebox1 .letter36nor {
    color: #FFFFFF;
    margin-bottom: 17px;
}

.letter18nor {
    font-size: 18px;
    letter-spacing: 1px;
    color: #1f2122;
    line-height: 24px;
}
.mid1 .letter18nor {
    line-height: 20px;
    font-size: 16px;
    margin-top: 8px;
    color: #8DA2B5;
}
.mid2 .contant1 {
    margin: auto;
    width: 960px;
}
.mid2 .pricebox1 {
    float: left;
    margin-right: 30px;
    width: 300px;
    height: 270px;
    background: #1798FC;
    box-shadow: 0px 2px 30px 0px rgba(103 116 129 / 12%);
    border-radius: 2px;
}
.mid2 label {
    float: right;
    padding: 63px 0 0 71px;
    background: url(../img/tuijian.png);
    background-image: url(../img/tuijian.svg), none;
}

.mid2 .tuijian {
    float: right;
    padding-left: 71px;
    padding-top: 63px;
    background: url(../img/tuijian.png);
    background-image: url(../img/tuijian.svg), none;
}
.mid2 .pricebox1 .letter18nor {
    text-align: center;
    padding-left:70px;
}
.mid2 .pricebox1 h3.letter18nor {
    color: #FFFFFF;
}
.mid2 h3.letter18nor {
    margin-top: 24px;
}
.mid2 .pricebox1 h3.letter18nor {
    color: #FFFFFF;
}


.letter12nor {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #1f2122;
    line-height: 16px;
}

.mid2 .pricebox1 .letter12nor {
    color: #FFFFFF;
    margin-bottom: 6px;
}

.whiteBluebtn {
    background: #ffffff;
    color: #1798fc;
}

.mid2 .pricebox1 .whiteBluebtn {
    margin-top: 17px;
    width: 260px;
    height: 40px;
    display: inline-block;
    border-radius: 2px;
}

.letter14nor {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #1f2122;
    line-height: 22px;
}

.mid2 .pricebox1 a.letter14nor {
    letter-spacing: 1px;
    color: inherit;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.mid2 .pricebox2, .mid2 .pricebox3 {
    border-radius: 2px;
    float: left;
    display: inline-block;
    width: 300px;
    height: 270px;
    background: #FFFFFF;
    box-shadow: 2px 2px 30px 0px rgba(103 116 129 / 50%);
}

.mid2 .pricebox2 {
    margin-right: 30px;
}

.mid2 .pricebox2 .bluebtn, .mid2 .pricebox3 .bluebtn {
    margin: auto;
    width: 260px;
    height: 40px;
    border-radius: 2px;
}

.mid2 .pricebox2 .bluebtn {
    margin-top: 23px;
    cursor: pointer;
}
.bluebtn {
    background: #1798fc;
}

.letter12ass1 {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #758e98;
    line-height: 16px;
}
.mid2 .letter12ass1 {
    margin-bottom: 6px;
}
.mid2 .pricebox2 .bluebtn a, .mid2 .pricebox3 .bluebtn a {
    color: #FFFFFF;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    height: 100%;
}


.new-section1 {
    padding: 20px;
    box-shadow: 12px 12px 16px 0 rgba(70, 77, 115, 0.1), -12px -12px 16px 0 rgba(82, 96, 184, 0.06);
    border-radius: 8px;
    transition: all .3s;
}

.new-section1:hover {
    transform: scale(1.02);
}

.new-section1 .new-content {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    background-color: rgba(46, 97, 255, 0.12);
    position: relative;
}

.new-section1 .new-content::after {
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 35%;
    display: block;
    content: "";
    width: 1px;
    background-color: rgba(92, 95, 97, 0.2);
}

.new-section1 .new-content .new-west {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-section1 .new-content .new-west .new-text {
    font-size: 21px;
    line-height: 14px;
    color: #333;
}

.new-section1 .new-content .new-west .new-button {
    margin-top: 26px;
    padding: 0 10%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-section1 .new-content .new-west .new-button a {
    background-image: linear-gradient(225deg, #0190FF 0%, #0015FF 100%);
    display: block;
    padding: 0;
    width: 100%;
    height: 46px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: 46px;
    border: none;
    border-radius: 4px;
    text-align: center;
    transition: all .3s;
    position: relative;
}

.new-section1 .new-content .new-west .new-button a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: 0;
    transition: opacity .3s;
    box-shadow: 0 11px 24px 0 rgba(55, 71, 167, 0.4);
    opacity: 1;
}

.new-section1 .new-content .new-west .new-button a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: 0;
    transition: opacity .3s;
    box-shadow: inset 0 12px 16px 0 rgba(0, 0, 0, 0.3);
}

.new-section1 .new-content .new-west .new-button a:hover::before {
    opacity: 0;
}

.new-section1 .new-content .new-west .new-button a:hover::after {
    opacity: 1;
}

.new-section1 .new-content .new-east {
    display: flex;
    gap: 60px;
    padding: 30px 0 0 95px;
}

.new-section1 .new-content .new-east ul, .new-section1 .new-content .new-east ul li {
    list-style-type: none;
    padding: 0;
}

.new-section1 .new-content .new-east ul li {
    margin-bottom: 20px;
    padding: 0 24px 0 16px;
    min-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.4;
    position: relative;
}

.new-section1 .new-content .new-east ul li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #004aff;
    border-radius: 50%;
    border-color: #0015FF;
}

.new-section1 .new-content .new-east ul li::after {
    position: absolute;
    top: 5px;
    display: block;
    content: "";
    left: 3px;
    width: 6px;
    height: 4px;
    border-left: 1px solid #004aff;
    border-bottom: 1px solid #004aff;
    transform: rotate(-45deg);
}

.new-section2 {
    display: flex;
    gap: 24px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.new-section2 .new-item {
    flex: 0 0 calc(33.33% - 48px);
    box-shadow: 12px 12px 16px 0 rgba(70, 77, 115, 0.1), -12px -12px 16px 0 rgba(82, 96, 184, 0.06);
    border-radius: 8px;
    transition: all .3s;
    padding: 16px;
    position: relative;
}

.new-section2 .new-item:hover {
    transform: scale(1.02);
}

.new-section2 .new-item:first-child .new-contnt {
    background-color: rgba(1, 141, 255, 0.12);
}

.new-section2 .new-item+.new-item .new-contnt {
    background-color: rgba(46, 97, 255, 0.12);
}

.new-section2 .new-item:last-child .new-contnt {
    background-color: rgba(248, 144, 29, 0.12);
}

.new-section2 .new-item .new-recommend {
    position: absolute;
    top: -7px;
    right: -2px;
    width: 99px;
    height: 32px;
}

.new-section2 .new-item .new-recommend img {
    width: 100%;
    height: auto;
}

.new-section2 .new-item .new-contnt {
    border-radius: 4px;
    padding-bottom: 110px;
    height: calc(100% - 110px);
    position: relative;
}

.new-section2 .new-item .new-contnt .new-title {
    font-weight: 500;
    color: #333;
    line-height: 14px;
    text-align: center;
    font-size: 21px;
    padding-top: 30px;
    height: auto;
    color: #333;
    border-bottom: none;
}

.new-section2 .new-item .new-contnt .new-subTitle {
    margin-top: 29px;
    height: 47px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 43px;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.new-section2 .new-item .new-contnt .new-fixed {
    position: absolute;
    top: 144px;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    line-height: 20px;
    text-align: center;
}

.new-section2 .new-item .new-contnt .new-fixed span {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    color: #fff;
}

.new-section2 .new-item:last-child .new-contnt .new-fixed span {
    background-color: #2E61FF;
}

.new-section2 .new-item .new-contnt .new-box ul {
    position: relative;
    margin-top: 0;
    padding: 68px 0 0 12px;
}

.new-section2 .new-item .new-contnt .new-box ul, .new-section2 .new-item .new-contnt .new-box ul li {
    list-style-type: none;
}

.new-section2 .new-item .new-contnt .new-box ul li {
    margin-bottom: 20px;
    min-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.4;
    position: relative;
    padding: 0 26px 0 18px;
}

.new-section2 .new-item .new-contnt .new-box ul li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #069EEA;
    border-radius: 50%;
    border-color: #069EEA;
}

.new-section2 .new-item .new-contnt .new-box ul li::after {
    position: absolute;
    top: 5px;
    display: block;
    content: "";
    left: 3px;
    width: 6px;
    height: 4px;
    border-left: 1px solid #069EEA;
    border-bottom: 1px solid #069EEA;
    transform: rotate(-45deg);
}

.new-section2 .new-item+.new-item .new-contnt .new-box ul li::before {
    border: 1px solid #004aff;
    border-color: #004aff;
}

.new-section2 .new-item+.new-item .new-contnt .new-box ul li::after {
    border-left: 1px solid #004aff;
    border-bottom: 1px solid #004aff;
}

.new-section2 .new-item:last-child .new-contnt .new-box ul li::before {
    border: 1px solid #F8901D;
    border-color: #F8901D;
}

.new-section2 .new-item:last-child .new-contnt .new-box ul li::after {
    border-left: 1px solid #F8901D;
    border-bottom: 1px solid #F8901D;
}

.new-section2 .new-item .new-contnt .new-button {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 38px;
    bottom: 46px;
    left: 38px;
}

.new-section2 .new-item .new-contnt .new-button a {
    background: linear-gradient(250deg, #069EEA 0%, #0459D2 100%);
    display: block;
    padding: 0;
    width: 100%;
    height: 46px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: 46px;
    border: none;
    border-radius: 4px;
    text-align: center;
    transition: all .3s;
    position: relative;
}

.new-section2 .new-item .new-contnt .new-button a:hover {
    background: linear-gradient(250deg, #069EEA 0%, #069EEA 100%);
}

.new-section2 .new-item+.new-item .new-contnt .new-button a {
    background: linear-gradient(225deg, #0190FF 0%, #0015FF 100%);
}

.new-section2 .new-item+.new-item .new-contnt .new-button a:hover {
    background: linear-gradient(225deg, #0190FF 0%, #0190FF 100%);
}

.new-section2 .new-item:last-child .new-contnt .new-button a {
    background: linear-gradient(249deg, #F29B01 0%, #F8620C 100%);
}

.new-section2 .new-item:last-child .new-contnt .new-button a:hover {
    background: linear-gradient(249deg, #F8901D 0%, #F8901D 100%);
}

.new-section2 .new-item .new-contnt .new-button a::before {
    box-shadow: 0 5px 12px 0 rgba(1,141,255,0.36);
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: 1;
    transition: opacity .3s;
}

.new-section2 .new-item .new-contnt .new-button a::after {
    box-shadow: inset 0 5px 12px 0 rgba(1, 141, 255, 0.36);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: 0;
    transition: opacity .3s;
}

.new-section2 .new-item+.new-item .new-contnt .new-button a::before {
    box-shadow: 0 11px 24px 0 rgba(55,71,167,0.4);
}

.new-section2 .new-item+.new-item .new-contnt .new-button a::after {
    box-shadow: inset 0 11px 24px 0 rgba(55,71,167,0.4);
}

.new-section2 .new-item:last-child .new-contnt .new-button a::before {
    box-shadow: 0 5px 12px 0 rgba(243,149,2,0.25);
}

.new-section2 .new-item:last-child .new-contnt .new-button a::after {
    box-shadow: inset 0 5px 12px 0 rgba(243,149,2,0.25);
}

.new-section2 .new-item .new-contnt .new-button a:hover::before {
    opacity: 0;
}

.new-section2 .new-item .new-contnt .new-button a:hover::after {
    opacity: 1;
}