:root {
    --bs-body-bg: #F5F6FA;
}

.mylogo {
    height: 60px;
}

.mytop {
    background-color: #fff;
}
.mytop a {
    font-size: 12px;
    color: #666;
    padding: 4px;
}
.mytop span {
    font-size: 12px;
    color: #666;
    padding: 4px;
}

.mytop em {
    font-style: normal;
    font-size: 12px;
    padding: 4px;
    color: #DDD;
}

.hotsearch {
    padding-top: 2px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
.hotsearch a{
    color: #999;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.myinput input {
    font-weight:100;
    border-radius: 0px;
    border-right: none;
    padding: 2px 8px;
}
.myinput span{
    background-color: #2975bb;
    border: 1px solid #2975bb;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.bom {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3a86cb;
    text-align: center;
    white-space: nowrap;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
}
 
.seller-homepage {
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.sellerinput {
    margin-top: 20px;
}
  
.sellerinput span {
    background-color: #ff4d4f;
    border: 1px solid #ff4d4f;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.cart-button {
    margin-left: 32px;
    background-color: #2975bb;
    border: 1px solid #2975bb;
    color: #fff;
}
.cart-button-badge {
    background-color: #fff;
    color:#2975bb;
}

.cart-button:hover {
    color: #2975bb;
    background-color: #fff;
    border-color: #2975bb;
}

.qq-inquiry {
    float: right;
}

.py-my {
    padding-top: 1rem!important;
    padding-bottom: 0.25rem!important;
}

.mynavbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #ffffff !important;
}

.mynavbar .nav-link {
    color: #666 !important;
    font-size: 14px;
}

.mynavbar .active {
    color: #fff !important;
    background-color: #aaa;
}

.indexHead {
    margin-left: 20px;
}

.indexHead a{
    font:13px/23px Arial,sans-serif;
}

.loginreg {
    margin-right: 20px;
}

.imgcenter {
    margin: auto;
    width: 360px;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.display-7 {
    font-size: 1.8rem;
}

.display-8 {
    font-size: 1.5rem;
}

.display-9 {
    font-size: 1.2rem;
}

.simple-link {
    font-weight: 300;
    text-decoration: none;
    color: #212529;
}

.bold-link {
    font-weight: 600;
    text-decoration: none;
    color: #212529;
}

.tail-link {
    font-weight: 300;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    color: #212529;
}

.height-limit {
    min-height: 560px;
}

.btn-anychip {
    color: #fff;
    background-color: #3a86cc;
    border-color: #3a86cc;
}

.btn-anychip:hover {
    color: #3a86cc;
    background-color: #fff;
    border-color: #3a86cc;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.fw-100{
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-600 {
    font-weight: 600;
}

.fw-900{
    font-weight: 900;
}

.my-color {
    color: #2975bb !important;;
}

.light-color {
    font-weight: 300;
    color: #666;
}

.white-color {
    color: #fff !important;
}

.light-bg {
    background-color: #F7F7F7;
}

.wight-bg {
    background-color: #ffffff;
}

.noborder {
    border: none !important;
    position: inherit;
}

.nopadding {
    padding: 0px !important;
}

.text-center{
    text-align: center;
}

.hovered:hover {
    background-color: #E7E7E7;
}

.text-tip {
    color: var(--bs-body-color);
    font-size: 14px;
    font-weight: 300;;
}

.has-error {
    color:#a94442;
}

.has-error input{
    border-color:#a94442;
}

.hidden {
    display: none;
}


.square-div {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    background-color: #fff;
}

 