body {
    font-size: 16px;
}
h1, h2, h3 {
    margin: 0;
}
.section .btn.btn-trial {
    display: inline-block;
    text-align: center;
    padding: 0;
    color: white;
    /*letter-spacing: .3em;*/
    border-radius: 72px;
    background-image: linear-gradient(110deg, #45ceef, #468eef);
    /*box-shadow: 1px 8px 24px #8e7ced;*/
}
.section .btn.btn-trial:hover img.before, .btn.btn-trial img.after {
    display: none;
}
.section .btn.btn-trial:hover img.after {
    display: inline-block;
}
.section .btn.btn-trial:hover {
    color: #40fdff;
}
.h2_demo {
    font-weight: normal;
    font-size: 2.25em;
    text-align: center;
}

.section {
    width: 100%;
    background-size: cover;
}
.section-11 {
    width: 100%;
    height: 200vh;
    color: #fff;
    /*background-size: cover;*/
    background-image: url(../imgs/radar_bg_1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.section-22 {
    width: 100%;
    height: 200vh;
    background: url("../imgs/radar_bg_2.png") center;
    background-size: cover;
}
.section-01 {
    width: 100%;
    height: 100vh;
    position: relative;
}
.section-01 .container {
    padding-top: 24vh;
    text-align: center;
    height: 100%;
}

.section-01 .container h1 {
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 3.76vh 0;
}
.section-01 .container p {
    font-size: 24px;
    margin-bottom: 10vh;
}

.section-01 .container ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10vh;
}
.section-01 .container ul li {
    color: #2EACFF;
    font-size: 1.5em;
}

.section-01 .container ul li:not(:last-child) {
    margin-right: 74px;
}

.section-01 .container .btn-trial {
    width: 220px;
    height: 64px;
    line-height: 64px;
    font-size: 1.375em;
}
.section-01 .btn.btn-trial .img {
    margin-left: 8px;
}
.go_next {
    position: absolute;
    left: calc(50% - 16px);
    bottom: 3vh;
    text-align: center;
    cursor: pointer;
}
.go_next:hover img.before, .go_next img.after {
    display: none;
}
.go_next:hover img.after {
    display: inline-block;
}

.section-02 {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.11);
    color: #fff;
    position: relative;
    background-image: url("../imgs/radar_bg_3.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.section-02 .container {
    padding-top: 9.15vh;
}
.section-02 .container h2 {
    padding-bottom: 7vh;
    font-weight: 400;
}
.section-02 .container .content {
    display: flex;
    height: 61.15vh;
}
.section-02 .container .content .de_item {
    border-image-source: url("../imgs/radar_databg_4.png");
    border-image-slice: 10 fill;
    border-width: 10px;
    border-style: solid;
}
.section-02 .container .content .item_left {
    height: 57.28vh;
    width: 266px;
    position: relative;
    padding: 5.84vh 16px 0 16px;
}
.section-02 .container .content .item_left .item_down {
    text-align: center;
    height: 4vh;
}
.section-02 .container .content h3 {
    font-size: 1.75em;
    text-align: center;
    font-weight: 400;
    position: absolute;
    top: -34px;
    width: calc(100% - 32px);
}
.section-02 .container .content .item_left h4 {
    font-size: 1.25em;
    text-align: center;
    font-weight: 400;
    margin: 0 0 1.48vh 0;
}
.section-02 .container .content .item_left .item_detail {
    font-size: 0.875em;
    background: rgba(83, 135, 255, 0.2);
    padding: 1.82vh 2vh 0 2vh;
    line-height: 24px;
    height: 9.57vh;
    position: relative;
}
.section-02 .container .content .items .item:not(:last-child) .item_left .item_detail {
    margin-bottom: 2vh;
}
.section-02 .container .content .item_left .lang {
    display: flex;
    justify-content: space-between;
}
.section-02 .container .content .item_left .ellipsis {
    text-align: center;
    line-height: 2px;
    position: absolute;
    bottom: 0.8vh;
    left: calc(50% - 5px);
}
.section-02 .container .content .items {
    flex: 1;
    display: flex;
}
.section-02 .container .content .items .item_left {
    box-sizing: border-box;
    height: 100%;
    border-image-source: url("../imgs/radar_databg_4.png");
    border-image-slice: 10 fill;
    border-width: 10px;
    border-style: solid;
}
.section-02 .container .content .items .item:nth-child(1) .item_left {
    border-image-source: url("../imgs/radar_databg_1.png");
}
.section-02 .container .content .items .item:nth-child(2) .item_left {
    border-image-source: url("../imgs/radar_databg_2.png");
}
.section-02 .container .content .items .item:nth-child(3) .item_left {
    border-image-source: url("../imgs/radar_databg_3.png");
}
.section-02 .container .content .items .item {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.section-02 .container .content .item_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.section-02 .container .content .item_right img {
    width: 26px;
}
.section-02 .container .content .items .item_left .small-item {

}
.section-02 .container .content .dada-con,
.section-02 .container .content .de_item {
    padding-bottom: 25px;
}
.section-02 .container .content .dada-con ul,
.section-02 .container .content .de_item ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-02 .container .content .dada-con .li_demo {
    height: 4.93vh;
}
.section-02 .container .content .de_item .li_demo {
    height: 7.69vh;
}
.section-02 .container .content .li_much {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.section-02 .container .content .li_much div {
    flex: 1;
}
.section-02 .container .content .dada-con .li_much div span {
    height: 4.93vh;
    background: rgba(3, 137, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-02 .container .content .de_item .li_much div span {
    height: 7.69vh;
    background: rgba(170, 118, 255, 0.21);
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-02 .container .content .de_item .li_demo {
    background: rgba(170, 118, 255, 0.21);
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-02 .container .content .dada-con .li_demo {
    background: rgba(3, 137, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-02 .container .data-down {
    display: flex;
    height: 20px;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 21px;
    margin-top: 4vh;
}
.section-02 .container .data-down li {
    flex: 1;
    text-align: center;
}
.section-03,
.section-04,
.section-05 {
    color: #100028;
    background-color: #F6F8FF;
}
.section-03 .container,
.section-05 .container {
    background-image: url("../imgs/radar_hdgw_bg1.png");
    background-size: 96%;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.section-04 .container {
    background-image: url("../imgs/radar_hdgw_bg2.png");
    background-size: 96%;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.section-03 .container,
.section-04 .container,
.section-05 .container {
    padding: 14.1vh 0 8vh 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #DFE1F4;
}
.section-05 .container {
    border-bottom: none;
}
.section-03 .container .right,
.section-05 .container .right {
    margin-left: 60px;
    padding-top: 5vh;
}
.section-03 .container .right span,
.section-04 .container .left span,
.section-05 .container .right span {
    font-size: 2.5em;
    font-weight: bold;
    display: block;
}
.section-03 .container .right ul,
.section-04 .container .left ul,
.section-05 .container .right ul {
    margin-top: 7.7vh;
    color: #9f9caf;
    font-size: 16px;
    padding-left: 60px;
}
.section-03 .container .right ul li:nth-child(2n+1),
.section-04 .container .left ul li:nth-child(2n+1),
.section-05 .container .right ul li:nth-child(2n+1) {
    margin-top: 5.94vh;
    color: #9f9caf;
    font-size: 16px;
    list-style-image: url(../imgs/radar_right_hdgw1.png);
}
.section-03 .container .right ul li:nth-child(2n),
.section-04 .container .left ul li:nth-child(2n),
.section-05 .container .right ul li:nth-child(2n) {
    margin-top: 3.1vh;
    color: #9f9caf;
    font-size: 16px;
    list-style-image: url(../imgs/radar_right_hdgw2.png);
}
.section-06 {
    background-image: url("../imgs/radar_bg_45.png");
    background-size: cover;
}
.section-06 .container {
    padding: 12.15vh 0 13vh 0;
    color: #100028;
}
.section-06 .container h2 {
    padding-bottom: 8vh;
    color: #fff;
}
.section-06 .container .items {
    background-color: #fff;
    display: flex;
    border-radius: 32px 0px 32px 0px;
    height: 40vh;
    box-shadow: 0px 14px 40px 0px rgba(239, 231, 244, 0.75);
}
.section-06 .container .items .item {
    flex: 1;
    padding: 5.6vh 2vw;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.section-06 .container .items .item:not(:last-child):after {
    content: '';
    position: absolute;
    width: 2px;
    height: 12vh;
    background-color: #E5E5F6;
    right: 0;
    top: calc(50% - 9vh);
}
.section-06 .container .items .item .item_img {
    text-align: center;
}
.section-06 .container .items .item h3 {
    text-align: center;
    padding: 3.36vh 0;
    font-size: 26px;
    font-weight: normal;
}
.section-06 .container .items .item span {
    font-size: 14px;
    color: #9f9caf;
    display: block;
    text-align: center;
    line-height: 24px;
}
.section-06 .container .h2_search {
    padding: 13vh 0 6vh 0;
    color: #100028;
}
.section-06 .container .down {
    text-align: center;
}
.section-06 .container .btn-trial {
    line-height: 64px;
    width: 220px;
    height: 64px;
    background-image: linear-gradient(110deg, #3D38F3, #653DFD);
    font-size: 22px;
    box-shadow: 0px 8px 24px 0px rgba(94, 41, 245, 0.24);
}
