@font-face {
    font-family: "youshebiaotihei";
    src: url(../fonts/YouSheBiaoTiHei-2.ttf);
}
.container {
    max-width: 1440px !important;
}

/* 代码标题 */
.tool-title {
    font-size: 28px;
    font-weight: bold;
}

.carousel-img {
    width: 40%;
    top: 45%;
    left: 35%;
}

/* 轮播图上面的图文位置 */
.carousel-txt {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

/* 轮播图文字大小颜色 */
.color-gray {
    color: #888888;
}

/* 轮播图高度+媒体查询 */
.carousel-height {
    height: 600px;
}

/* 工具源码左文字垂直居中 */
.tool-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 小于或者等于时 */
@media (max-width:1200px) {
    .carousel-height {
        height: 230px;
    }


    /* 工具源码模块--未选中 */
    .product-unchoose {
        width: 100px;
        height: 62px;
        line-height: 1;
        background: url(../img/product/weixuanzhong.png)no-repeat;
        background-size: 100% 100%;

    }

    /* 工具源码模块--选中 */
    .product-container {
        line-height: 1;
        width: 100px;
        height: 50px;
        background: url(../img/product/weixuanzhong.png)no-repeat;
        background-size: 100% 100%;

    }
}

@media (min-width:1200px) {
    .carousel-height {
        height: 640px;
    }

    /* 工具源码模块--选中 */
    .product-container {
        line-height: 100px;
        height: 100px;
        width: 219px;
        background: url(../img/product/weixuanzhong.png)no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
        background-position: center;
    }

    .product-container:hover {
        background: url(../img/product/xuanzhong.png)no-repeat;
        background-size: 100% 100%;
        background-position: center;
        color: #007AFC;
        height: 100px;
        width: 219px;
        line-height: 100px;
    }

    /* 工具源码模块--未选中 */
    .product-unchoose {
        background: url(../img/product/weixuanzhong.png)no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100px;
        width: 229px;
        line-height: 100px;
        cursor: pointer;
    }

    .product-unchoose:hover {
        background: url(../img/product/xuanzhong.png)no-repeat;
        background-size: 100% 100%;
        background-position: center;
        color: #007AFC;
        height: 100px;
        width: 229px;
        line-height: 100px;
    }

}

.card-bg {

    background-size: 100% 100%;
    background-image: url(../img/product/weixuanzhongkuang.png);
    background-repeat: no-repeat;
    font-size: 14px;
    overflow: hidden;
    height: 238px;
    width: 230px;
}

.card-bg:hover {
    background-image: url(../img/product/xuanzhongkuang.png);

}

/* 卡片小购物车 */
.small-trolly {
    background-image: url(../img/product/gouwuche_1.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 25px;
}

.small-trolly:hover {
    cursor: default;
    background-image: url(../img/product/gouwuche_2.png);
    cursor: pointer;
}

/* 售价购物车 */
.shopping-trolly {
    width: 230px;
    height: 46px;
    line-height: 46px;
    background-image: url(../img/product/gouwuche.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #0072ff;
    cursor: pointer;
}

/* 小标题字体大小 */
.table-subtitle {
    font-size: 14px !important;
    line-height: 200%;
    color: #161616;
}

.tool-subtitle {
    font-size: 17px !important;
    font-weight: 600;
    color: #161616;
}

/* 小标题字体大小 */
.tool-txt {
    font-size: 14px !important;
    line-height: 150%;
    color: #888888;
}
.font-size-28 {
    font-size: 28px;
  }

  .font-size-18 {
    font-size: 18px;
  }

  .font-size-14 {
    font-size: 14px;
  }

  .font-size-36 {
    font-size: 36px;
  }
.font-size-12 {
    font-size: 12px !important;
}

.color-16 {
    color: #161616 !important;
}

.color-green {
    color: #ff0000 !important;
    font-weight: bold;
}
.font-size-20 {
    font-size: 20px !important;
}
.color-999 {
    color: #999 !important;
  }
.color-555 {
    color: #555 !important;
}
.color-333 {
    color: #333 !important;
}
.color-777 {
    color: #777 !important;
}
.color-888 {
    color: #888 !important;
}
/* VIP大标题 */
.vip-title {
    font-size: 28px;
    font-weight: 600;
    color: #161616;
}

/* VIP小标题 */
.vip-subtitle {
    font-size: 16px;
    color: #555;
}

/* lab小标题 */
.lab-subtitle {
    font-size: 14px;
    color: #888;
}

/* lab小标题 */
.table-title {
    font-size: 16px;
    color: #161616;
    font-weight: bold;
    line-height: 400%
}

td {
    vertical-align: middle;
}

/* 四个卡片 */
.card-one {

    background-size: 100% 100%;
    cursor: default;
    background-image: url(../img/product/card_1.png);
    background-repeat: no-repeat;
}

.card-two {
    cursor: default;

    background-size: 100% 100%;
    background-image: url(../img/product/card_2.png);
    background-repeat: no-repeat;
}

.card-three {
    cursor: default;

    background-size: 100% 100%;
    background-image: url(../img/product/card_3.png);
    background-repeat: no-repeat;
}

.card-four {
    cursor: default;

    background-image: url(../img/product/card_4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}