.category{
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.category div{
    border: 0;
    transition: all .4s;
}
.category h4{
    padding-right: 86px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}
.category ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
}
.category li{
    padding-right: 42px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    cursor: pointer;
}

.algo-box{
    margin-top: 36px;
}

.alog_box_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.alog_box_list li{
    width: 180px;
    height: 180px;
    margin-right: 55px;
    margin-left: 55px;
    margin-bottom: 45px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all .4s ease;
    text-shadow: 1px 1px 5px #000;
    display: list-item;
    text-align: center;
}
.imgsize{
    width: 800px;
    height:500px
}
@media only screen and (max-width: 500px) {
    .alog_box_list li{
        width: 80%;
        height: 80%;
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 45px;
        border-radius: 4px;
        position: relative;
        cursor: pointer;
        transition: all .4s ease;
        text-shadow: 1px 1px 5px #000;
        display: list-item;
        text-align: center;
    }
    .imgsize{
        width: 80%;
        height:80%;
    }
}
.alog_box_list li img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}
.alog_box_list a:link a:visited{
    text-decoration: none;
    color: #333;
}
.alog_box_list li p{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.alog_box_list li p .name{
    font-size: 14px;
    max-width: 153px;
    word-break: keep-all;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .store_page{
        margin: 0 auto;
        position: relative;
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .store_page{
        margin: 0 auto;
        position: relative;
        width:1000px
    }
}
@media screen and (max-width: 768px) {
    .store_banner{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 36px;
    }
}
@media screen and (min-width: 768px) {
    .store_banner{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 768px) {
    .store_banner img{
        width: 300px;
        height: 191px;
        border-radius: 4px;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
        background: #d8d8d8;
    }
}
@media screen and (min-width: 768px) {
    .store_banner img{
        width: 300px;
        height: 180px;
        border-radius: 4px;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
        background: #d8d8d8;
    }
}
@media screen and (max-width: 768px) {
    .store_banner .store_info{
        margin-left: 36px;
        padding: 18px 0;
        overflow: hidden;
    }
}
@media screen and (min-width: 768px) {
    .store_banner .store_info{
        width: 660px;
        padding: 18px 0;
        overflow: hidden;
    }
}
.store_banner .store_info .name{
    display: inline-block;
    font-size: 18px;
    margin-bottom: 16px;
}
.store_info .tags{
    margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
    .tags .tag_item{
        margin: 0;
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 768px) {
    .tags .tag_item{
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    video {
        max-width: 100%;
        height   : auto;
    }
}

.store_info .price{
    display: block;
    padding: 9px 12px;
    font-size: 10px;
    background-color: #d8d8d8;
    color: #666;
    margin-bottom: 16px;
    border-radius: 4px;
}
.store_info .keywords{
    display: block;
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.el-item{
    background-color: #ecf5ff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}

.store_des{
    /* margin-bottom: 36px; */
    font-size: 14px;
}
.store_des h5{
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 16px;
}
.store_des h5:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 16px;
    background-color: #2a76fa;
}
.store_des p{
    height: 70px;
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 12px;
}

.store_func{
    margin-bottom: 36px;
    padding-bottom: 40px;
    /* background: #ececec; */
    width: 100%;
}
@media screen and (max-width: 768px) {
    .store_func section{
        margin: 0 auto;
        padding-top: 36px;
    }
}
@media screen and (min-width: 768px) {
    .store_func section{
        margin: 0 auto;
        width: 1000px;
        padding-top: 36px;
    }
}
.store_func h5{
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 16px;
}
.store_func h5:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 16px;
    background-color: #2a76fa;
}
.store_func .video{
    padding: 20px 0 40px;
    text-align: center;
    
}
@media screen and (min-width: 768px) {
    .store_func video{
        width:1000px;
        height:560px;
    }
}
.store_sence{
    margin-bottom: 36px;
    margin:0 auto;
}
@media screen and (max-width: 768px) {
    .store_sence h5{
        position: relative;
        font-size: 18px;
        padding-left: 20px;
        margin-bottom: 16px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px) {
    .store_sence h5{
        position: relative;
        font-size: 18px;
        padding-left: 20px;
        margin-bottom: 16px;
        margin: 0 auto;
        width: 1000px;
    }
}
.store_sence h5:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 16px;
    background-color: #2a76fa;
}
@media screen and (max-width: 768px) {
    .store_sence .el-tabs{
        overflow: hidden;
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px) {
    .store_sence .el-tabs{
        overflow: hidden;
        margin: 0 auto;
        width:1000px;
    }
}
.el-tab_content{
    overflow: hidden;
    position: relative;
}
.el-tab_pane{
    height: 220px;
    background: #ececec;
    padding: 50px 40px 0;
    box-sizing: border-box;
    border-radius: 4px;
}
.el-tabs_header{
    margin-right: 36px;
    float: left;
    margin-bottom: 0;
}
.el-tabs__nav-wrap{
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}
.el-tabs_nav{
    height: 220px;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    position: relative;
    transition: transform .3s;
    float: left;
    z-index: 2;
}
.el-tabs_active_bar{
    height: 220px;
    transform: translateY(0px);
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    width: 2px;
    position: absolute;
    background-color: #409eff;
    z-index: 1;
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}
.el-tabs_item{
    flex: 1;
    line-height: 25px;
    max-width: 250px;
    white-space: normal;
    color: #409eff;
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}