html, body {
    position: relative;
    /* min-width: 62.5%; */
    min-width: 1200px;
    max-width: 1920px;
    width: 100%;
    height: auto;
    background-color: #fff;
    font-family: '微软雅黑,Arial';
    /* overflow-x: hidden; */
}
.dn {
    display: none;
}
.size50 {
    font-size: 2.6041vw;
}
.size36 {
    font-size: 1.875vw;
}
.size30 {
    font-size: 1.5625vw;
}
.size28 {
    font-size: 1.458vw;
}
.size26 {
    font-size: 1.354vw;
}
.size24 {
    font-size: 1.25vw;
}
.size22 {
    font-size: 1.1458vw;
}
.size20 {
    font-size: 1.0416vw;
}
.size18 {
    font-size: 0.9375vw;
}
.size16 {
    font-size: 0.8333vw;
}
.size14 {
    font-size: 0.729vw;
}
.color {
    color: #00aeca;
}
.color1 {
    color: #efac01;
}
.color2 {
    color: #c2da38;
}
.color3 {
    color: #e85654;
}
.w14 {
    width: 72.9166%;
    margin: 0 auto;
}

 img {
    display: block;
    max-width: 100%;
    height: auto;
    position: initial;
}
.wrap .pr {
    position: relative;
}
.wrap .pa {
   position: absolute;
}
.content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menubar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31.25vw;
    background: #fff;
    transform: translateY(-100%);
    z-index: 1;
}

.menubar.active {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.menubar.active1 {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.menubar_box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62.5%;
    height: 100%;
    transform: translateX(-50%);
}
.koovMenuUl {
    display: flex;
    justify-content: space-between;

}
.koovMenuUl .itemLi {
    width: 33.33%;
    text-align: center;
    color: #fff;
    padding: 0.35% 0;

}
.koovMenuUl .itemLi:nth-child(1) {
    background: #c2da38;
}
.koovMenuUl .itemLi:nth-child(2) {
    background: #efac01;
}
.koovMenuUl .itemLi:nth-child(3) {
    background: #e85654;
}

.wrap_box .table {
    width: 100%;
    border: 1px solid #fff;
}
.fw_bold{
    font-weight: bold;
}
.wrap_box thead tr th{
    background: #00aeca;
    color: #fff;
    text-align: center;
    padding: 1% 0;
    border: 1px solid #fff;
}
.wrap tbody tr td {
    background:#e5f7fa;
    text-align: center;
    border: 1px solid #fff;
}

.wrap tbody tr:nth-child(2) td {
    background: #c7edf3;
}
.wrap tbody tr td:nth-child(1) {
    width: 62.1428%;
}
.wrap tbody tr td:nth-child(2) {
    width: 18.9285%;
}
.wrap tbody tr td:nth-child(3) {
    width: 18.9287%;
}
.wrap tbody tr td .dflex {
    display: flex;
    justify-content: space-between;
    padding: 3.5% 0;
}
.wrap tbody tr td .bflex{
    padding: 1% 0;
}

.wrap tbody tr td .dflex .t_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28.7357%;
    box-sizing: border-box;
}
.wrap tbody tr td .dflex .t_box .t_tit {
    width: 54%;
    border-radius: 20px;
    background: #00aeca;
    color: #fff;
    padding: 1% 0;
}
.wrap tbody tr td .dflex .t_box .t_desc {
    padding: 3% 0;
    white-space: nowrap;
}
.wrap tbody tr td .bflex .t_box .t_desc {
    padding:  0 0 3%;
}
.wrap tbody tr td .fUl {
    display: flex;
    width: 71.2643%;
}

.wrap tbody tr td .fUl .itemLi {
    width: 11.2903%;
    padding: 0 4%;
    /* display: flex;
    flex-direction: column;
    justify-content: end; */
}
.wrap tbody tr td .fUl .itemLi img {
    width: 100%;
}
.wrap tbody tr td .bcUl  {
    justify-content: space-evenly;
}
.wrap tbody tr td .bcUl .line {
    width: 1px;
    height: 100%;
    background: #fff;
}
.wrap tbody tr td .fUl .itemLi p {
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   height: 35%;
    padding-bottom: 5%;
}
.wrap tbody tr td .fUl .itemLi .t_desc {
    bottom: -24%;
    left: 0;
}
.tab-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 9.219vw;
    left: 50%;
    /* width: 70.781vw; */
    height: 18.802vw;
    transform: translateX(-50%);
}

.tab-ul li {
    flex-shrink: 0;
    position: relative;
    width: 16.719vw;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    margin: 0 0.5vw;
}

.tab-ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0.469vw;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.tab-ul li a img {
    display: block;
    position: relative;
    width: 100%;
}

.tab-ul li a .ellipse {
    position: absolute;
    top: -4.74vw;
    left: -4.74vw;
    width: 9.427vw;
    height: 9.427vw;
    border-radius: 50%;
}

.tab-ul li:nth-child(1) a .ellipse {
    background: #6a5542;
}

.tab-ul li:nth-child(2) a .ellipse {
    background: #e85654;
}

.tab-ul li:nth-child(3) a .ellipse {
    background: #fabe00;
}

.tab-ul li:nth-child(4) a .ellipse {
    background: #00aeca;
}

.tab-ul li:nth-child(5) a .ellipse {
    background: #bfd833;
}

.tab-ul li a .ellipse p {
    position: absolute;
    right: 1.823vw;
    bottom: 1.458vw;
    width: 2.188vw;
    color: #fff;
    font-size: 1.042vw;
}

.tab-ul li a .li-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(124, 124, 124, 0.4);
    transition: all 0.3s ease-in-out;
}

.tab-ul li a .li-mask.active {
    background: rgba(124, 124, 124, 0);
    transition: all 0.3s ease-in-out;
}

.kvbox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 44.8vw;
    overflow: hidden;
}

.kvbox .kv {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
}

.kv-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
}

.kv-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62.5%;
    height: 100%;
    transform: translateX(-50%);
}

.kv-wrap .a_logo, .menubar_box .a_logo {
    display: block;
    position: absolute;
    top: 3.438vw;
    left: 0.156vw;
    width: 7.448vw;
    height: 3.281vw;
}

.logo {
    display: block;
    width: 7.448vw;
}

.menu {
    position: absolute;
    top: 2.969vw;
    right: 0;
    width: 3.906vw;
    height: 4.271vw;
    cursor: pointer;
}

.kv-en {
    position: absolute;
    top: 17.76vw;
    width: 100%;
    color: #fff;
    font-size: 2.396vw;
    text-align: center;
}

.kv-cn {
    position: absolute;
    top: 20.677vw;
    width: 100%;
    color: #fff;
    font-size: 4.167vw;
    font-weight: bold;
    text-align: center;
}

.kvbox .vidBtn {
    position: absolute;
    top: 27.75vw;
    left: 50%;
    width: 8.333vw;
    height: 5.208vw;
    transform: translateX(-50%);
    cursor: pointer;
}

.icon_play {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2.917vw;
    transform: translateX(-50%);
}

.kv-tips {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 1.25vw;
    text-align: center;
}


.why_box {
    width: 62.5%;
    margin: 0 auto;
    padding: 3.5% 0;
    opacity: 0;
}
.solution_box {
    margin: 0 auto;
    padding: 3.5% 0;
    opacity: 0;
}
.solution_box.dh {
    animation: animationY 1s ease-in-out both;
}
.why_box.dh {
    animation: animationY 1s ease-in-out both;
}
.solution_box p ,.why_box p{
    text-align: center;
}

.solution_tit,.why_tit  {
    font-weight: bold;
}

.solution_desc {
    padding: 2.5% 0 5% 0;
}

.why_box ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8% 0;
}
.why_box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.why_box ul li:nth-child(2),.why_box ul li:nth-child(4) {
    width: 6.333%;
    margin-top: 5%;
}
.why_box ul li:nth-child(6) {
    width: 4.5%;
    margin-top: 4%;
}
.why_box ul li:nth-child(1),.why_box ul li:nth-child(3),.why_box ul li:nth-child(5) {
    width: 16.916%;
}
.why_box ul li:nth-child(1) p,.why_box ul li:nth-child(3) p,.why_box ul li:nth-child(5) p{
    font-weight: bold;
    white-space: nowrap;
    margin-top: 8%;
}
.why_box ul li:last-child {
    width: 20.166%;
}
.why_box ul li:last-child p{
    background: #efac01;
    width: 95%;
    height: 90%;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}



.barrier .barrier_tit {
    top: 50%;
    transform: translateY(-50%);
    left: 31.25%;
    color: #fff;
    font-weight: bold;
}
.advantage_corecube ,
.advantage_tab,
.advantage_gif,
.portable_battery,
.scene_tit,
.scene_box {
    opacity: 0;
}
.advantage_corecube.dh ,
.advantage_tab.dh,
.advantage_gif.dh,
.portable_battery.dh,
.scene_tit.dh,
.scene_box.dh{
    animation: animationY 1s ease-in-out both;
}
.advantage_corecube {
    display: flex;
    width: 62.5%;
    margin: 0 auto;
}
.advantage_corecube_img {
    width: 50%;
    overflow: hidden;
}
.advantage_corecube_img img {
    top: -8%;
    left: -24%;
    max-width: 150%;
    width: 150%;
}
.advantage_corecube .t_box {
    width: 50%;
    padding: 14% 0;
}
.advantage_corecube .t_box .t_tit
,.advantage_corecube .t_box .t_desc01 
,.advantage_corecube .t_box .learn_more {
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.advantage_corecube .t_box .t_tit {
    padding: 2.5% 0;
}
.advantage_corecube .t_box .t_desc01 {
    background: #00aeca;
    color: #fff;
    display: inline-block;
    padding: 0.5% 3%;
}
.advantage_corecube .t_box .t_desc02 {
    letter-spacing: 0.1rem;
    line-height: 168%;  
    padding: 2% 0;
}

.advantage_corecube .t_box .learn_more {
    background: #00aeca;
    color: #fff;
    display: inline-block;
    padding: 0.5% 5%;
    border-radius: 20px;
    cursor: pointer;
}
.advantage_tab {
    width: 62.5%;
    margin: 0 auto;
}
.advantage_tab .tabUl {
    display: flex;
    justify-content: space-between;
}
.advantage_tab .tabUl li {
    width: 33.2%;
    background: url('../image/solution/icon_tab01.jpg') no-repeat;
    background-size: 100%;
    padding: 1% 0;
    text-align: center;
    color: #00aeca;
    cursor: pointer;
}
.advantage_tab .tabUl li.current {
    background: url('../image/solution/icon_tab.jpg') no-repeat;
    background-size: 100%;
    color: #fff;
    font-weight: bold;
}

.advantage_tab .tab_listbox .tab_item1 .t_box {
    top: 32%;
    left: 55.5%;
}
.advantage_tab .tab_listbox .tab_item1 .t_box p {
    color: #fff;
    line-height: 168%;
    letter-spacing: 0.1rem;
}
.advantage_tab .tab_listbox .tab_item1 .t_box .t_tit {
    font-weight: bold;
    padding-bottom: 6%;
}

.advantage_tab .tab_listbox .tab_item2 .t_box {
    left: 5%;
    top: 30%;
}
.advantage_tab .tab_listbox .tab_item2 .t_box p {
    color: #00aeca;
}
.advantage_tab .tab_listbox .tab_item2 .t_box .t_tit {
    font-weight: bold;
}

.advantage_tab .tab_listbox .tab_item2 .t_box .t_desc01 {
    background: #00aeca;
    color: #fff;
    display: inline-block;
    padding: 0.1% 3% 1%;
    margin: 4% 0 5% 0;
}


.advantage_tab .tab_listbox .tab_item3 .t_box {
    left: 55%;
    top: 35%;
}
.advantage_tab .tab_listbox .tab_item3 .t_box p {
    color: #fff;
}
.advantage_tab .tab_listbox .tab_item3 .t_box .t_tit {
    font-weight: bold;
}

.advantage_tab .tab_listbox .tab_item3 .t_box .t_desc01 {
    background: #fff;
    color: #00aeca;
    display: inline-block;
    padding: 1% 2%;
    margin: 4% 0 5% 0;
    white-space: nowrap;
}


.advantage_gif {
    width: 62.5%;
    display: flex;
    justify-content: space-between;
    margin: 5% auto;
}

.advantage_gif>div {
    width: 49.16%;
}
.advantage_gif .advantage_gif_icon {
    width: 38.75%;
    top: 14%;
    left: 18.5%;
}


.portable_battery {
    width: 62.5%;
    margin: 0 auto;
    display: flex;
}
.portable_battery>div {
    width: 50%;
}
.portable_battery_img {
    overflow: hidden;
}
.portable_battery_img img {
    width: 161.6%;
    max-width: 161.6%;  
    top: -45%;
    left: -35%;
}
.portable_battery .t_box {
    padding: 2% 0 12% 0 ;
}
.portable_battery p {
    letter-spacing: 0.1rem;
    line-height: 168%;
}
.portable_battery .t_tit
,.portable_battery .t_desc01 {
    font-weight: bold;
}

.portable_battery .t_desc01 {
    background: #00aeca;
    color: #fff;
    display: inline-block;
    padding: 0.5% 2%;
    margin: 2% 0;
}

.scene_tit {
    text-align: center;
    font-weight: bold;
}
.scene_box {
    display: flex;
    justify-content: space-between;
    width: 62.5%;
    margin: 0 auto;
    padding: 2.5% 0 6.5% 0
}
.scene_box>div {
    width: 48.33%;
}

.scene_box .t_desc01 {
    background: #00aeca;
    color: #fff;
    display: inline-block;
    padding: 0.5% 2%;
    font-weight: bold;
    margin: 5% 0 3% 0;
    letter-spacing: 0.1rem;
}


.advantage_box2_c {
    width: 62.5%;
    margin: 6% auto 18%;
    opacity: 0;
}
.advantage_box2_c.dh,
.advantage_box2_c .img_03.dh{
    animation: animationY 1s ease-in-out both;
}

.advantage_box2_c .img_01 {
    width: 57.75%;
}

.advantage_box2_c .img_02 {
    width: 19.83%;
    left: 23.91%;
    top: 1%;
}
.advantage_box2_c .img_02 p {
    font-weight: bold;
    color: #fff;
    left: 30%;
    top: -1%;
}

.advantage_box2_c .t_tit {
    left: 56.25%;
    top: 21%;
    font-weight: bold;
}

.advantage_box2_c .t_desc {
    left: 56.25%;
    top: 41%;
    color: #333333;
}
.advantage_box2_c .img_03  {
   top: 82%;
   opacity: 0;
}
.advantage_box2_c .img_03 .t_tit {
    left: 50%;
    transform: translateX(-50%);
    top: 38%;
}
.advantage_box2_c .img_03 .t_desc {
    left: 50%;
    transform: translateX(-50%);
    top: 58%;
    line-height: 168%;
    text-align: center;
}
.visualization_box,
.visualization_tab,
.challenge_box,
.product_price,
.primaryBox,
.listbox  {
    opacity: 0;
}
.visualization_box.dh,
.visualization_tab.dh,
.challenge_box.dh,
.product_price.dh,
.primaryBox.dh ,
.listbox.dn {
    animation: animationY 1s ease-in-out both;
}
.visualization_box ,.visualization_tab{
    width: 62.5%;
    margin: 0 auto;
}

.visualization_box .visualization_tit {
    text-align: center;
    font-weight: bold;
    padding: 8% 0 3% 0;
}

.visualization_c {
    display: flex;
}
.visualization_c >div {
    width: 50%;
    background: #efac01;
}
.visualization_c .t_box {
    color: #fff;
    box-sizing: border-box;
    padding: 5% 3%;
}

.visualization_c .t_box .t_tit {
    font-weight: bold;
}
.visualization_c .t_box .t_desc {
    padding-top: 3%;
    line-height: 168%;
}


.visualization_tab .vtabUl {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.visualization_tab .vtabUl li {
    display: flex;
    cursor: pointer;
}
.visualization_tab .vtabUl li img {
    width: 14px;
    height: 22px;
    justify-self: flex-end;
    align-self: center;
}
.visualization_tab .vtabUl li p {
    padding: 1.5vw 0.5vw 1.2vw;
    margin: 0 2.5vw;
    border-bottom: 4px solid transparent;
    white-space: nowrap;
}
.visualization_tab .vtabUl li.active p{
    border-bottom: 4px solid #efac01;
    color: #efac01;
}

.visualization_tab .line {
    width: 100%;
    height: 9px;
    background: #efefef;
    border-radius: 50px;
}


.personswiper1 {
    overflow: hidden;
}

.personswiper1 .personprev {
    width: 2.583%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 999;
    cursor: pointer;
}

.personswiper1 .personnext {
    width: 2.583%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
    cursor: pointer;
}


.personswiper1 .item1 img{
    width:90.33%;
    margin: 0 auto;
}
.personswiper1 .item1 .t_tit {
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
}

.personswiper1 .item1 .t_t {
    top: 75%;
    left: 10.5%;
    color: #fff;
    font-weight: bold;
}
.personswiper1 .item1 .t_t1 {
    top: 75%;
    left: 54.5%;
    color: #fff;
    font-weight: bold;
}

.personswiper1 .item1 .t_desc01 {
    top: 87.5%;
    left: 12.5%;
}

.personswiper1 .item1 .t_desc02 {
    top: 95.5%;
    left: 12.5%;
}
.personswiper1 .item1 .t_desc03 {
    top: 87.5%;
    left: 56%;
}
.personswiper1 .item1 .t_desc04 {
    top: 95.5%;
    left: 56%;
}
.personswiper1 .swiper-slide {
    margin-bottom: 4%;
}

.personswiper1 .item_c {
    width: 90.416%;
    margin: 0 auto;
}
.personswiper1 .item5_c {
    width: 81.33%;
    margin: 0 auto;
}
.personswiper1 .item2 .item2_c_img {
    width: 68.387%;
}
.personswiper1 .item2 .t_tit {
    top: 0.5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
}
.personswiper1 .item2 .t_desc01 {
    top: 33.5%;
    left: 54.5%;
}
.personswiper1 .item2 .t_desc02 {
    top: 52.5%;
    left: 56.5%;
}
.personswiper1 .item2 .t_desc03 {
    top: 74.5%;
    left: 58.5%;
}

.personswiper1 .item3 .item3_c_img{
    width:69.216%;
}
.personswiper1 .item3 .t_tit {
    top: 0.5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
}
.personswiper1 .item3 .t_t01 {
    top: 28.5%;
    left: 54.5%;
    color: #fff;
    font-weight: bold;
}
.personswiper1 .item3 .t_desc01 {
    top: 38.5%;
    left: 54.5%;
}
.personswiper1 .item3 .t_t02 {
    top: 52%;
    left: 56.2%;
    color: #fff;
    font-weight: bold;
}
.personswiper1 .item3 .t_desc02 {
    top: 62.5%;
    left: 56.5%;
}
.personswiper1 .item3 .t_t03 {
    top: 74.5%;
    left: 58.5%;
    color: #fff;
    font-weight: bold;
}
.personswiper1 .item3 .t_desc03 {
    top: 84.5%;
    left: 58.5%;
}



.personswiper1 .item4 .t_tit {
    top: 0.5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personswiper1 .item4 .t_tit span {
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    padding: 0.5% 3%;
    margin-left: 3%;
    margin-top: 1%;
}
.personswiper1 .item4 .t_t01 {
    top: 26.5%;
    left: 7%;
    color: #00aeca;
    font-weight: bold;
}
.personswiper1 .item4 .t_desc01 {
    top: 84.5%;
    left: 15.5%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.personswiper1 .item4 .t_t02 {
    top: 26.5%;
    left: 35%;
    color: #00aeca;
    font-weight: bold;
}
.personswiper1 .item4 .t_desc02 {
    top: 84.5%;
    left: 45.5%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.personswiper1 .item4 .t_t03 {
    top: 26.5%;
    left: 63%;
    color: #00aeca;
    font-weight: bold;
}
.personswiper1 .item4 .t_desc03 {
    top: 84.5%;
    left: 73.5%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.personswiper1 .item5 .item5_c_img{
    width:66.7%;
}

.personswiper1 .item5 .t_tit {
    top: 0.5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
}

.personswiper1 .item5 .item5_con {
    width: 48.40%;
    top:20%;
    left: 44%;
}

.personswiper1 .item5 .item5_con .t_t01 {
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personswiper1 .item5 .item5_con .t_t01::after,
.personswiper1 .item5 .item5_con .t_t01::before {
    content: '';
    display: block;
    height: 1px;
    background-color: #cdcdcd;
    flex: 1;
   
}
.personswiper1 .item5 .item5_con .t_t01::after {
    margin-left: 5%;
}
.personswiper1 .item5 .item5_con .t_t01::before {
    margin-right: 5%;
}

.personswiper1 .item5 .item5_con .t_t01 span {
    display: inline-block;
    background: #efac01;
    color: #fff;
    padding: 0.2% 3%;
    margin-left: 2%;
    border-radius: 10px 0 10px 0;
}

.personswiper1 .item5 .item5_con .titUl {
    display: flex;
    padding: 3% 1%;
    border-bottom: 1px solid #cdcdcd;
}
.personswiper1 .item5 .item5_con .titUl li {
    flex: 1;
    border-right: 2px solid #cdcdcd;
    text-align: center;
}
.personswiper1 .item5 .item5_con .titUl li:last-child {
    border-right: 0;
}
.personswiper1 .item5 .item5_con .sild {
    display: flex;
    flex-direction: column;
}

.personswiper1 .item5 .item5_con .sild li {
    padding: 3.5% 0 0 0;
    display: flex;
    align-items: center;
}
.personswiper1 .item5 .item5_con .sild li .t_t{
    color: #000;
    width: 34.408%;
}

.personswiper1 .item5 .item5_con .sild li .t_t span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 3%;
}

.personswiper1 .item5 .item5_con .sild li >span {
   background: #00aeca;
   width: 6%;
   height: 1vw;
   display: inline-block;
   margin-right: 2%;
   border-radius: 5px;
}
.personswiper1 .item5 .item5_con .sild li:nth-child(2) >span{
    background: #e85654;
}
.personswiper1 .item5 .item5_con .sild li:nth-child(3) >span{
    background: #99d174;
}
.personswiper1 .item5 .item5_con .sild li:nth-child(4) >span{
    background: #9dc3e6;
}
.personswiper1 .item5 .item5_con .sild li:nth-child(5) >span{
    background: #a5a5a5;
}


.challenge_box {
    width: 62.5%;
    padding: 3% 0 6% 0;
    margin: 0 auto;
}

.challenge_box .challenge_tit {
    font-weight: bold;
    text-align: center;
}

.challenge_box >.t_desc {
    text-align: center;
    line-height: 168%;
    padding: 2% 0;
}

.challenge_box .challengeUl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.challenge_box .challengeUl li {
    width: 32.25%;
    position: relative;
    margin-top: 2%;
}

.challenge_box .challengeUl li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.087%;
}

.challenge_box .challengeUl li .icon span {
    position: absolute;
    top: 10%;
    left: 16%;
    color: #fff;
    font-weight: bold;
}
.challenge_box .challengeUl li .t_t {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00aeca;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 3% 0;
    text-align: center;
    cursor: pointer;
}
.challenge_box .challengeUl li .link {
    width: 4.65%;
    position: absolute;
    bottom: 4%;
    left: 78%;
    z-index: 999;
}


.product_price_c {
    width: 62.5%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.product_price_tit {
    text-align: center;
    padding: 10% 0 6%;
    font-weight: bold;
}

.product_price_c .productUl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}

.product_price_c .productUl li {
    width: 32.083%;
}

.product_price_c .productUl li p {
    text-align: center;
    background-color: #00aeca;
    color: #fff;
    font-weight: bold;
    padding: 4% 0 10%;
}

.visualization {
    background: #eff5f8;
}
.visualization_con {
    width: 62.5%;
    margin: 0 auto;
    padding: 5% 0;
    opacity: 0;
}
.visualization_con.dh {
    animation: animationY 1s ease-in-out both;
}

.visualization .visualization_title {
    width: 100%;
    color: #efac01;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.26vw;
}

.link_bttf_box {
    display: flex;
    justify-content: center;
    padding: 5% 0;
}
.visualization .link_bttf {
    width: 15vw;
    height: 2vw;
    background-color: #efac01;
    border-radius: 25px;
    line-height: 2vw;
    text-align: center;
    cursor: pointer;
}
.visualization .link_bttf1 {
    width: 16vw;
    top: 10.5%;
    left: 50%;
    margin-left: 3%;
}
.visualization .visualization_desc1 {
    width: 100%;
    color: #333333;
    text-align: center;
    letter-spacing: 0.156vw;
    line-height: 2vw;
}

.visualization .visualization_desc2 {
    width: 100%;
    color: #333333;
    text-align: center;
    letter-spacing: 0.156vw;
    line-height: 2vw;
}

.visualization .visualization_desc3 {
    width: 100%;
    color: #333333;
    text-align: center;
    letter-spacing: 0.156vw;
    line-height: 2vw;
}

.visualization .progress {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 2.917vw;
    position: relative;
    padding: 4% 0 3%;
}
.visualization .progress li img {
    position: absolute;
}

.visualization .progress li {
    position: relative;
    height: 100%;
    cursor: pointer;
}

.visualization .progress li:nth-child(1) {
    width: 7.552vw;
}

.visualization .progress li:nth-child(2) {
    width: 9.792vw;
}

.visualization .progress li:nth-child(3) {
    width: 10.208vw;
}

.visualization .progress li:nth-child(4) {
    width: 10.208vw;
}

.visualization .progress li:nth-child(5) {
    width: 9.427vw;
}

.visualization .progress li:nth-child(6) {
    width: 8.49vw;
}

.visualization .progress li:nth-child(7) {
    width: 8.073vw;
}

.visualization .progress li img:nth-child(2) {
    opacity: 0;
}

.visualization .progress li .activeimg.active {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.visualization .progress li p {
    position: absolute;
    color: #fff;
    font-size: 0.833vw;
    font-weight: bold;
    line-height: 2.917vw;
    letter-spacing: 0.052vw;
}

.visualization .progress li:nth-child(1) p {
    left: 1.563vw;
}

.visualization .progress li:nth-child(2) p {
    left: 1.354vw;
}

.visualization .progress li:nth-child(3) p {
    left: 1.563vw;
}

.visualization .progress li:nth-child(4) p {
    left: 2.083vw;
}

.visualization .progress li:nth-child(5) p {
    left: 1.25vw;
}

.visualization .progress li:nth-child(6) p {
    left: 1.146vw;
}

.visualization .progress li:nth-child(7) p {
    left: 1.875vw;
}

.visualization .swiperbox {
    background: #fff;
}

.visualization .swiperbox .swiper-container {
    overflow: hidden;
}
/* .visualization .swiperbox .swiper-wrapper {
    overflow: hidden;
} */
.visualization .swiperbox .swiper_title {
    color: #009FB8;
    font-weight: bold;
    letter-spacing: 0.104vw;
    padding: 3% 0 0 6%;
}


.visualization .swiperbox .swiper-slide:nth-child(1)>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.visualization .swiperbox .swiper-slide .wrap1 {
    width: 19.16%;
    padding: 0 7%;
    margin-top: 2%;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.visualization .swiperbox .swiper-slide .wrap1 img{
    width: 100%;
}
.visualization .swiperbox .swiper-slide .wrap1 p {
    font-size: 0.833vw;
    text-align: center;
    padding-top: 7%;
    white-space: nowrap;
    width: 150%;
    margin-left: -25%;
}
.visualization .swiperbox .swiper-slide:nth-child(1) .swiper_desc {
    position: absolute;
    top: 10.99vw;
    left: 41.042vw;
    color: #009FB8;
    font-size: 1.042vw;
    font-weight: bold;
}


.visualization .swiperbox .swiper-slide:nth-child(2) .w {
    top: 0;
    left: 0;
    width: 100%;
}

.visualization .swiperbox .swiper-slide:nth-child(2) .swiper_desc {
    padding: 2% 0 0 6%;
    line-height: 2vw;
}
.visualization .swiperbox .swiper-slide:nth-child(2) .power_btn {
    left: 46.5%;
    top: 72%;
    width: 16.583%;
}

.visualization .swiperbox .swiper-slide:nth-child(3) .swiper_desc1 {
    padding: 1% 0 0 6%;
    line-height: 2vw;
}
.visualization .swiperbox .swiper-slide:nth-child(3) .swiper_desc2 {
    padding: 1% 0 0 6%;
    line-height: 2vw;
    color: #00aeca;
    text-decoration: underline;
}
.visualization .swiperbox .swiper-slide:nth-child(3)  img {
    width: 44.73%;
}
.visualization .swiperbox .swiper-slide:nth-child(3) >div {
    display: flex;
    justify-content: space-between;
    width: 83.83%;
    margin: 4.5% auto;
}
.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box .top_btn {
    width: 87.037%;
}
.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box .top_btn img {
    width: 100%;
}
.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box .top_btn p {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    white-space: nowrap;
}
.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box .t_desc {
    text-align: center;
    color: #666666;
    margin-top: 10%;
 }

.visualization .swiperbox .swiper-slide:nth-child(4) .swiper_desc1 {
    padding: 2% 0 0 6%;
    line-height: 2vw;
}

.visualization .swiperbox .swiper-slide:nth-child(4) ul {
    display: flex;
    justify-content: space-between;
    width: 93.33%;
    margin: 0 auto;
    padding: 5% 0 2%;
}
.visualization .swiperbox .swiper-slide:nth-child(4) ul li {
    width: 31.78%;
}
.visualization .swiperbox .swiper-slide:nth-child(4) ul li p {
    line-height: 1.2vw;
    margin-top: 5%;
    font-size: 0.833vw;
}
.visualization .swiperbox .swiper-slide:nth-child(5) .swiper_desc {
    padding: 2% 0 0 6%;
    line-height: 0.5vw;
    font-size: 1.0416vw;
}
.visualization .swiperbox .swiper-slide:nth-child(5) .visualization6 {
    width: 66.166%;
    margin: 0 auto;
    padding: 8% 0;
}

.visualization .swiperbox .swiper-slide .line{
    width: 67%;
    height: 0.3vw;
    background-color: #e0e0e0;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 95%;
}
.visualization .swiperbox .swiper-slide .line .line_ac {
    background-color: #00aeca;
    width: 33.33%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
}
.visualization .swiperbox .swiper-slide:nth-child(6) .line .line_ac {
    background-color: #00aeca;
    width: 33.33%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 33.33%;
}
.visualization .swiperbox .swiper-slide:nth-child(7) .line .line_ac {
    background-color: #00aeca;
    width: 33.33%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 66.66%;
}

.visualization .swiperbox .swiper-slide:nth-child(6) .swiper_desc {
    padding: 2% 0 0 6%;
    line-height: 0.5vw;
    font-size: 1.0416vw;
}
.visualization .swiperbox .swiper-slide:nth-child(6) .visualization8 {
    width: 66.166%;
    margin: 0 auto;
    padding: 8% 0;
}
.visualization .swiperbox .swiper-slide:nth-child(7) .swiper_desc {
    padding: 2% 0 0 6%;
    line-height: 0.5vw;
    font-size: 1.0416vw;
}
.visualization .swiperbox .swiper-slide:nth-child(7) .visualization10 {
    width: 66.166%;
    margin: 0 auto;
    padding: 8% 0;
}

.visualization .swiperbox .swiper-slide:nth-child(8) .swiper_desc {
    padding: 2% 0 0 6%;
    line-height: 0.5vw;
    font-size: 1.0416vw;
}

.visualization .swiperbox .swiper-slide:nth-child(8)  ul {
    display: flex;
    justify-content: space-between;
    width: 93.33%;
    margin: 0 auto;
    padding: 5% 0 2%;
}
.visualization .swiperbox .swiper-slide:nth-child(8)  ul li {
    background: #f9f9f9;
    width: 31.875%;
    padding: 3% 0;
}
.visualization .swiperbox .swiper-slide:nth-child(8)  ul li p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 0 0;
}
.visualization .swiperbox .swiper-slide:nth-child(8)  ul li:nth-child(1),.visualization .swiperbox .swiper-slide:nth-child(8)  ul li:nth-child(2) {
    padding-top: 5%;
}


.visualization .swiperbox .swiper-slide:nth-child(9) .swiper_desc1 {
    padding: 1% 0 0 6%;
    line-height: 2vw;
    color: #00aeca;
    text-decoration: underline;
}
.visualization .swiperbox .swiper-slide:nth-child(9)>div {
    display: flex;
    justify-content: space-between;
    width: 93.33%;
    margin: 0 auto;
    padding: 5% 0 2%;
}
.visualization .swiperbox .swiper-slide:nth-child(9)>div >div {
    width: 31.875%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.visualization .swiperbox .swiper-slide:nth-child(9)>div p{
    text-align: center;
    padding: 5% 0;
}

.visualization .swiperbox .swiper-slide:nth-child(9)>div .desc1 {
    width: 16.875vw;
    height: 2.5vw;
    color: #fff;
    text-align: center;
    background-color: #009FB8;
    border-radius: 1.302vw;
    line-height: 2.396vw;
    letter-spacing: 0.104vw;
    margin: 5% auto;
    font-size: 1.0416vw;
}

.visualization .problem {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 5% 0 0;
}
.visualization .problem p {
    width: 100%;
    text-align: center;
    font-size: 1.04166667vw;
    color: #666666;
}
.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box .tips_text p {
    color: #000;
    font-size: 1.146vw;
    padding-top: 5%;
}
.visualization .swiperbox .swiper-slide:nth-child(3) .visualization4box .tips_text p a {
    text-decoration: underline;
}


.fot .t_tit,.fot .t_t {
 font-weight: bold;
 color: #fff;
}
.fot .t_tit {
    top: 26%;
    left: 53.5%;
  
}
.fot .t_desc {
    top: 39%;
    left: 53.5%;
    color: #fff;
}
.fot .t_t {
    top: 56%;
    left: 56%;
}
.fot .shape {
    width: 12.55%;
    right: 2%;
    top: -5%;
}

.swiperbox .swiper-button-prev::after,
.swiperbox .swiper-button-next::after {
    content: ''
}

.swiperbox .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    left: -15%;
    width: 4.01vw;
    height: 7.031vw;
    background: url('../image/prev2.png') no-repeat;
    background-size: 4.01vw 7.031vw;
    opacity: 1;
    border: none;
    outline: none;
}

.swiperbox .swiper-button-prev.swiper-button-disabled {
    top: 50%;
    transform: translateY(-50%);
    left: -15%;
    width: 4.01vw;
    height: 7.031vw;
    background: url('../image/prev1.png') no-repeat;
    background-size: 4.01vw 7.031vw;
    opacity: 1;
    border: none;
    outline: none;
}

.swiperbox .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    right: -15%;
    width: 4.01vw;
    height: 7.031vw;
    background: url('../image/next2.png') no-repeat;
    background-size: 4.01vw 7.031vw;
    opacity: 1;
    border: none;
    outline: none;
}

.swiperbox .swiper-button-next.swiper-button-disabled {
    top: 50%;
    transform: translateY(-50%);
    right: -15%;
    width: 4.01vw;
    height: 7.031vw;
    background: url('../image/next1.png') no-repeat;
    background-size: 4.01vw 7.031vw;
    opacity: 1;
    border: none;
    outline: none;
}


.task_box {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.task_box .task_c {
    background: #fff;
    width: 72.916%;
    height: 40vw;
    position: absolute;
    top: 10%;
    left: 13%;
}
.task_item {
    width:92.1428%;
    margin: 0 auto;
}
.task_item .task_tit {
    text-align: center;
    font-weight: bold;
    padding: 5% 0;
}
.task_item >div {
    display: flex;
    justify-content: space-between;
}
.task_item .task_img{
    width: 59.30%;
    height: 28vw;
    overflow: hidden;
}
.task_item .t_desc {
    padding-bottom: 5%; 
    line-height: 2vw;
}
.task_item .t_box {
    position: relative;
}
.task_item .character_img {
    width: 63%;
    position: absolute;
    right: 10%;
    bottom: 0;
}
.task_box .clear_btn {
    width: 3.697%;
    position: absolute;
    top: 5%;
    left: 85%;
}
.primaryBox {
    padding: 5% 0;
}
.primaryBox .t_box .t_desc {
    text-align: center;
    padding: 3% 0;
}
.primaryBox .t_box .t_desc.dn {
    display: none;
}
.primaryBox .primaryTab {
    width: 51.0416%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.primaryBox .primaryTab div{
    width: 44.7191%;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #c2da38;
    color: #c2da38;
    text-align: center;
    padding: 1.5% 0;
}
.primaryBox .primaryTab div.active {
    background: #c2da38;
    font-weight: bold;
    color: #fff;
}
.primaryBox .tabUl .steamUl{
    width: 79.1666%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.primaryBox .tabUl .bcUl {
    width: 36.7708%;
}

.primaryBox .tabUl .steamUl.dn {
    display: none;
}
.primaryBox .tabUl .steamUl .itemLi {
    width: 18.9473%;
    box-sizing: border-box;
    border: 2px solid #c2da38;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.primaryBox .tabUl .bcUl .itemLi{
    width: 45.8923%;
 }
.primaryBox .tabUl .steamUl .itemLi img{
    width: 87.5%;
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -4%;
    margin-top: 2%;
}
.primaryBox .tabUl .steamUl .itemLi .t_box {
    background: #c2da38;
}
.primaryBox .tabUl .steamUl .itemLi .t_box p {
    color: #fff;
    text-align: center;
}
.primaryBox .tabUl .steamUl .itemLi .t_box .t_tit {
    padding: 5% 0 4%;
}
.primaryBox .tabUl .steamUl .itemLi .t_box .t_desc {
    padding: 0 0 8%;
}


.listbox ul li .btn_b {
    position: absolute;
    bottom: 2.34375vw;
  }
.listbox ul li .btn_b a {
    width: 16.66666667vw;
    height: 2.60416667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #0096AD;
    border-radius: 1.30208333vw;
    font-size: 1.14583333vw;
  }
.listbox ul li .btn_b a .icon {
    margin-left: 1.35416667vw;
    font-size: 1.14583333vw;
  }
.listbox ul li .tips {
    position: absolute;
    bottom: 0.78125vw;
    font-size: 0.83333333vw;
    color: #fff;
  }
.listbox {
    width: 83.3333%;
    margin: 5% auto;
}
.listbox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.listbox ul li {
    width: 23.1875%;
    height: 34.375vw;
    background-color: #0096AD;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
.listbox ul li .top_img {
    padding: 6%;
  }
.listbox ul li .top_img img {
    width: 100%;
  }
.listbox ul li .center_txt {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 0 1.04166667vw;
  }
.listbox ul li .center_txt .t_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 6.51041667vw;
  }
.listbox ul li .center_txt .t_title h3 {
    text-align: center;
    font-size: 1.04166667vw;
  }
.listbox ul li .center_txt .t_title h2 {
    text-align: center;
    font-size: 1.35416667vw;
    letter-spacing: 0.07vw;
  }
  .listbox ul li .center_txt .t_title h2 img {
    display: inline-block;
    width: 10%;
  }
.listbox ul li .center_txt p {
    word-break: break-all;
    word-wrap: break-word;
    font-size: 1.042vw;
    line-height: 1.35416667vw;
    letter-spacing: 0.09104vw;
  }
.listbox ul li .center_txt .desc4 {
    letter-spacing: 0.344vw;
  }
.listbox ul li .center_txt .desc2 {
    letter-spacing: 0.10416667vw;
  }
.listbox ul li .center_txt .desc3 {
    margin-bottom: 0.52083333vw;
  }
.listbox ul li .center_txt .mintxt {
    margin-top: 1.04166667vw;
    text-align: center;
    word-break: normal;
    letter-spacing: 0.02vw;
    display: block;
    font-size: 0.83333333vw;
    color: #ffffff;
  }

.bzBox {
    /* background: #f1f4f9; */
    padding: 2% 0 5%;
}

.bzBox .bzUl {
    width: 62.5%;
    margin: 0 auto;
    counter-reset: num;
}

.bzBox .bzUl>li {
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.bzBox .bzUl>li::before {
    /* content: '*' counter(num)'. '; */
    content: '*';
    counter-increment: num;
}

@media screen and (min-width:1920px) {
    .size50 {
        font-size: 50px;
    }
    .size36 {
        font-size: 36px;
    }
    .size30 {
        font-size: 30px;
    }
    .size28 {
        font-size: 28px;
    }
    .size26 {
        font-size: 26px;
    }
    .size24 {
        font-size: 24px;
    }
    .size22 {
        font-size: 22px;
    }
    .size20 {
        font-size: 20px;
    }
    .size18 {
        font-size: 18px;
    }
    .size14 {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    .size50 {
        font-size:  31.4px;
    }
    .size36 {
        font-size: 22.5px;
    }
    .size30 {
        font-size: 19px;
    }
    .size28 {
        font-size: 17.5px;
    }
    .size26 {
        font-size: 16.2px;
    }
    .size24 {
        font-size: 15px;
    }
    .size22 {
        font-size: 13.8px;
    }
    .size20 {
        font-size: 12.5px;
    }
}