/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0.000001%
*/

/* 底部卡片*/
a {
    text-decoration: none;
}
.bottomCard {
    height: 194px;
    margin: 0 auto;
    background-color: #1bd1d1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 10%;
}
.btnBox {
    display: flex;
    justify-content: center;
}
.button {
    width: auto;
    height: 44px;
    border-radius: 22px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    line-height: 44px;
    padding: 0 25px;
    position:relative
}
.white {
    background-color: #ffffff !important;
    color: #1bd1d1 !important;
}
.bottomCard > p {
    margin: 0 auto 30px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
}
.bottomCard > div {
    margin: 0 auto;
}
.maskLayerShallowBotton::before {
    content: "";
    width: 0px;
    height: inherit;
    position: absolute;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    left:0
}
.maskLayerShallowBotton:hover::before {
    width: 100%;
    background-color: rgb(27, 209, 209, 0.2);
}

.maskLayerShallowBotton span {
    position: relative;
}
.maskLayerShallowBotton img {
    position: relative;
    width: 21px;
    height: 20px;
    top:3px;
    left: 7px;
}
@media (max-width: 1101px) {
    
    .bottomCard > p {
        font-size: 24px;
        
    }
}

@media (max-width: 600px) {
    
    .bottomCard {
        padding: 40px 15px 40px;
    }
    .button {
        display: flex;
        align-items: center;
        font-size: 18px;
        height: 37px;
        line-height: 37px;
    }
    .button img{
        top: 0px;

    }
}
@media (max-width: 430px) {
    .btnBox {
        flex-direction: column;
        align-items: center;
    }
    .btnBox .button {
        margin-top: 10px;
        margin-left: 0 !important;
    }
    .bottomCard > div {
        margin: 0;
    }
}
@media (max-width: 240px) {
    .button span{
        font-size: 16px;
    }
}
.product-btn-interval {
    margin-left: 10px !important;
}
