.element {
    margin: 0 auto;
    position: relative;
}
.bigElement{
    box-shadow:0px 12px 8px -12px #000; border-radius:10px;
    opacity: 0;
    position: absolute;
    top:3rem;
    right: 7.5%;
    transform: translateX(50%);
    width: 9%;
    height: 0;
    padding-bottom:9%;
    color: #fff;
    transition: background-color 1s, opacity 0.5s;
}
.bigElement-num {
    font-size: 18px;
}

.bigElement-el {
    text-align: center;
    font-weight: bold;
    font-size: 54px;
    /* line-height: 100%; */

}

.bigElement-title {
    /* margin-top: 10px; */
    text-align: center;
    font-size: 18px;
}

table {
    margin: 0.1rem auto 0.1rem ;
    width: 70%;
}

.element-title {
    color: #333;
    text-align: center;
    margin-top: 0.8rem;
}

.element-one {
    background-color: #fff;;
    width: 5.55%;
    padding-bottom: 5.55%;
    position: relative;
}

.element-one a {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.element-one:hover {
    /* background-color: #111 !important; */
}

.element-one-num {
    font-size: 12px;
    margin: 2px;
}

.element-one-el {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    line-height: 100%;
}

.element-one-title {
    text-align: center;
    font-size: 0px;
    transform: scale(0.8);
}

.elememt-sort {
    font-size: 10px;
    font-weight: 400;
}

.color1 {
    background-color: #7C5C9D;
}

.color2 {
    background-color: #B5D100;
}

.color3 {
    background-color: #EC0143;
}

.color4 {
    background-color: #775C47;
}

.color5 {
    background-color: #29CC79;
}

.color6 {
    background-color: #D2AC7F;
}

.color7 {
    background-color: #EE5801;
}

.color8 {
    background-color: #08C5BE;
}

.color9 {
    background-color: #EC965D;
}

.color10 {
    background-color: #4EAADD;
}
.black{
    background-color: #111;
}

/* phone */
@media only screen and (max-width: 768px) {
    .element-one-el {
        font-size: 12px;
        transform: scale(0.7);
    }
    
}

/* iPads  */
@media only screen and (min-width: 768px) and (max-width: 960px) {
    
}

/* Desktops and laptops ----------- */
@media only screen and (max-width: 960px) {
     /* 涓昏疆鎾浘 */
     table {
        margin: 1rem auto 0.75rem;
        width: 90%;
    }
    
    .bigElement{
        display: none;
    }
    .element-one-num {
        display: none;
    }
    .element-one>a {
        justify-content: center;
        border: 1px solid #fff;
    }
    .element-one-num {
        display: none;
    }
    .element-one-title {
        display: none;
    }
    .element-one-el {
        font-size: 12px;
        /* transform: scale(0.7); */
    }
    .elememt-sort{
       font-size: 0;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    
    .element-one>a {
        justify-content: center;
    }
    .element-one-num {
        font-size: 12px;
        margin: 0;
        transform: scale(0.6);
        line-height: 100%;
        display: none;
    }
    .element-one-title {
        display: none;
    }
    .element-one-el {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .bigElement-num {
        font-size: 14px;
        margin: 0px 5px;
    }
    .bigElement-el {
        text-align: center;
        font-weight: bold;
        font-size: 38px;
        line-height: 100%;
    }
    .bigElement-title {
        margin-top: 0px;
        text-align: center;
        font-size: 14px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .element-one>a {
        justify-content: space-around;
    }
    .element-one-title {
        display: none;
    }
    .element-one-num {
        transform: scale(0.7);
        margin: 0;
    }
    .element-one-el {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .bigElement-num {
        font-size: 18px;
        margin: 2px 0px 0 5px;
    }
    .bigElement-el {
        text-align: center;
        font-weight: bold;
        font-size: 52px;
        line-height: 100%;
    }
    .bigElement-title {
        margin-top: 3px;
        text-align: center;
        font-size: 16px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .element-one-title {
        display: block;
    }
    .bigElement-num {
        font-size: 20px;
        margin: 5px;
    }
    .bigElement-el {
        text-align: center;
        font-weight: bold;
        font-size: 64px;
        line-height: 100%;
    }
    .bigElement-title {
        /* margin-top: 10px; */
        text-align: center;
        font-size: 20px;
    }
}

/* Large screens ----------- */

@media only screen and (min-width: 1960px) {}

@media screen and (max-width: 1440px) {
    .element-title {
        font-size: 36px;
    }
}
@media screen and (max-width: 1200px) {
    .element-title {
        font-size: 0.36rem;
        margin-top: 0.38rem;
    }
    table {
        margin: 0.1rem auto 1rem;
    }
}