@charset "utf-8";

/** 公共样式*/
a {
    text-decoration: none;
}

.am-serif {
    font-family: Georgia, "Times New Roman", Times, SimSun, FontAwesome, serif;
}

.am-kai {
    font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, FontAwesome, serif;
}

/* 自定义整个滚动条 */
::-webkit-scrollbar {
    width: 8px; /* 设置滚动条的宽度 */
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 设置轨道的背景颜色 */
}

/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
    background: #e3dfdf; /* 设置滑块的背景颜色 */
}

/* 当滑块悬停或活动时自定义滚动条的滑块 */
::-webkit-scrollbar-thumb:hover {
    background: #dad7d7; /* 设置滑块在悬停状态下的背景颜色 */
}

.min-container {
    max-width: 960px;
    min-height: 70%;
}

.min-h350 {
    height: 75%;
    min-height: 350px;
}

.side-wx-img {
    width: 150px;
}

.mycontent img {
    /*max-width: 460px;*/
    height: auto;
    max-width: 98%;
    /*  border-radius: 3px;*/
}

/* 隐藏输入框上下箭头 */
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 兼容Firefox */
.quantity-input[type=number] {
    -moz-appearance: textfield;
}

.bg-blue {
    background-color: #003b95;
    color: #FFFFFF;
}

.bui-button_text {
    padding-left: 15px;
    padding-right: 15px;
}

.card-body img {
    max-width: 460px;
}

.banner-img {
    max-height: 430px;
}

input::placeholder {
    font-size: 13px;
}

/* 自定义样式 */
.user-avatar {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}