/**
 * custom
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */

.yaheifont {
    font-family: '΢���ź�';
}

.fontBlack {
    color: black;
}

.block-info {
    background-color: #6699FF;
    color: white;
}

.block-success {
    background-color: #5cb85c;
    color: white;
}

.caseImage {
    width: 19rem;
    height: 34rem;
    margin: 10px 10px 10px 10px;
}

.caseImg {
    margin-top: 10px;
    width: 100%;
}

.wechatName {
    color: rgb(16, 128, 242);
    font-size: 20px;
    font-weight: 500;
}

.linkImage {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.aHighLight {
    opacity: 1.5;
    font-weight: bold;
}

oo {
    opacity: 0.5
}

.centerI {
    font-size: 27px;
    margin-left: 5px;
    margin-right: 10px;
}

.rightI {
    font-size: 27px;
    margin-right: 10px;
}

.leftI {
    margin-left: 7px;
}

.blueI {
    color: rgb(16, 128, 242);
}

.yellowI {
    color: rgb(251, 176, 59);
}

.pinkI {
    color: rgb(236, 82, 152);
}

.greenI {
    color: rgb(16, 207, 189);
}

#backToTop {
    position: fixed;
    bottom: 5vh;
    right: 5vw;
    border: 1px solid #e5e9ef;
    text-align: center;
    height: 4rem;
    width: 4rem;
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
    color: gray;
    font-size: 23px;
    background-color: #f6f9fa;
    cursor: pointer;
    opacity: 0.7;
}

.goTop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#backToTop:hover {
    background-color: rgb(16,128,242);
    color: #fff;
    opacity: 1;
}

.slogan-container {
    font-size: 16px;
    display: flex;
    height: 32px;
    justify-content:center;
}

.inline-slot-container {
    margin: 0 10px;
    height: 32px;
}

.slot-item {
    height: 32px;
    line-height: 31px;
    text-align:start;
}

.section {
    width: 101%;
}

.inline-icon {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    height: 25px;
    font-size: x-large;
    text-align: center;
}

li *{
    vertical-align: middle;
    font-size: initial;
}

.info {
    color: #fff;
    background-color: #7be0ee;
    border-color: #5bd0ee;
}

.success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.primary {
    color: #fff;
    background-color: #1080f2;
    border-color: #087df0;
}

.warning {
    color: #fbb03b;
}

.default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.danger {
    color: #fff;
    background-color: #ec5298;
    border-color: #ea4f96;
}

.fontcolor-info {
    color: #7be0ee;
}

.fontcolor-success {
    color: #5cb85c;
}

.fontcolor-primary {
    color: #1080f2;
}

.fontcolor-warning {
    color: #fbb03b;
}

.fontcolor-default {
    color: #fff;
}

.fontcolor-danger {
    color: #ec5298;
}

/*.goTop i{
        width: 100%;
        height: 100%;
        vertical-align: middle;
}*/
.icon-box-media{
    height: 100%;
}
.icon-box-media i{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
}

.qr-code{
    display: inline-block;
}

@media (min-width: 768px) {
    .slogan-container {
        font-size: 25px;
        display: flex;
        height: 50px;
        justify-content: start;
    }

    .inline-slot-container {
        margin: 0 10px;
        height: 50px;
    }

    .slot-item {
        height: 50px;
        line-height: 100%;
        line-height: 47px;
    }
}

@media (max-width: 768px){
    .icon-list > li{
        text-align: center;
    }
}

.pricing-table-list li {
    color: #333333;
}

.section-content {}

.section-content {
    /* display: flex; */
    padding-top: 30px;
    margin-top: 0;
}

.techstack-container {
    width: 60px;
    height: 60px;
}

.techstack-item {
    height: 80px;
    width: 80px;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

.techstack-item>i {}

.techstack-item>i {
    font-size: 80px;
    vertical-align: middle;
}

.btn-warning:hover {
    border-color: darksalmon;
    background-color: darksalmon;
    color: white;
}