﻿.aboutList .aboutList{overflow:initial;width:100%;}
@media (min-width:1201px){.wmkc-history-all{display:flex;position:relative;justify-content:space-between;}
.wmkc-history-all:after{content:'';width:100%;height:1px;background:#3234FF;position:absolute;top:50%;left:0;}
.wmkc-history-box{margin-top:220px;display:block;position:relative;width:32%;}
.wmkc-history-box:nth-child(1){padding-left:8%}
.wmkc-history-boxs{margin-bottom:25%;width:32%;position:absolute;top:0;height:50%;}
.wmkc-history-boxs:nth-child(2){left:23%;}
.wmkc-history-boxs:nth-child(4){right:16%}
.wmkc-history-time{text-align:left;color:#B6AEE4;font-size:30px;}
.wmkc-history-main{flex-direction:column-reverse;align-items:flex-start;}
.wmkc-history-boxs:nth-child(2) .wmkc-history-main{flex-direction:column;width:75%;align-items:flex-end;}
.wmkc-history-boxs:nth-child(4) .wmkc-history-main{flex-direction:initial;width:80%;align-items:center;}
.wmkc-history-boxs:nth-child(4) .wmkc-history-main .wmkc-history-p{width:60%;}
.wmkc-history-p{margin:0 0 8px;padding:0;width:100%;}
.wmkc-history-png{width:auto;height:auto;border-radius:0;}
.wmkc-history-png img{width:auto;max-height:130px;}
.wmkc-history-left{padding-left:50px;}
.wmkc-history-boxs .wmkc-history-left{display:flex;flex-direction:column-reverse;}
.wmkc-history-g{height:100%;width:1px;position:absolute;top:-11px;border-left:1px dashed #3234FF;background:none;margin-left:15px;}
.wmkc-history-boxs .wmkc-history-g{top:auto;bottom:-10px}
.wmkc-history-boxs .wmkc-history-time{margin:0;}
.wmkc-history-boxs:nth-child(2) .wmkc-history-main .wmkc-history-png img{height:90px;width:130px;object-fit:cover;}
.wmkc-history-q{background:#3234FFaa;border:none;width:30px;height:30px;left:-15px;top:-5px;}
.wmkc-history-q:after{content:'';width:70%;height:70%;background:#3234FF;position:absolute;border-radius:50%;top:15%;left:15%;}
.wmkc-history-q div{display:none;}
.wmkc-history-g:after{content:'';width:16px;height:16px;background:#3234FF;position:absolute;border-radius:50%;bottom:0;left:50%;margin-left:-8px;}
.wmkc-history-box:last-child .wmkc-history-main{width:70%;}
.wmkc-history-box:nth-child(3) .wmkc-history-main{flex-direction:row-reverse;}
.wmkc-history-box:nth-child(3) .wmkc-history-main .wmkc-history-p{width:65%;}
.wmkc-history-boxs .wmkc-history-g:after{top:0;bottom:auto;}
.wmkc-history-boxs .wmkc-history-q{top:auto;bottom:-5px;}}
@media (max-width:1200px){.wmkc-history-box, .wmkc-history-boxs{margin-bottom:15px;width:100%;display:block;padding:0 0 0 40px;position:relative}
.wmkc-history-time{text-align:left}
.wmkc-history-main{flex-direction:column-reverse;align-items:flex-start}
.wmkc-history-boxs .wmkc-history-main{flex-direction:column;}
.wmkc-history-png{width:auto;height:auto;border-radius:0}
.wmkc-history-png img{max-height:200px}
.wmkc-history-p{width:100%;margin:0 0 10px;padding:0;}
.wmkc-history-g{display:block;margin:0;top:10px;width:1px;height:1px;background:none;position:absolute;left:0;}
.wmkc-history-q{background:#3234FFaa;border:none;width:20px;height:20px;left:0;top:0;}
.wmkc-history-q:after{content:'';width:70%;height:70%;background:#3234FF;position:absolute;border-radius:50%;top:15%;left:15%;}
.wmkc-history-q div{display:none}
.wmkc-history-boxs .wmkc-history-time{margin:0;}}
@media (max-width:768px){.wmkc-history-g{top:7px}
.wmck-history-img{padding:0}
.wmkc-history-png img{max-height:140px}}

.aboutab-list{display:flex;flex-wrap:wrap;justify-content: center;}
.aboutab-list .item{margin-right:2%;margin-bottom:2%;}
.aboutab-list .item a{background: #fff;color:var(--fontcolor);border:1px solid var(--introcolor);transition:all .3s;display:inline-block;padding:5px 18px;border-radius: 30px;}
.aboutab-list .item.tabactive a,.aboutab-list .item:hover a{background: var(--color);color:#fff;border-color:var(--color)}
.aboutab-list .item:last-child{margin-right:0;}
@media (max-width:550px){.aboutab-list .item a{font-size:12px;}}