body{
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul, li, ol{
    list-style: none!important;
    margin: 0;
    padding: 0;
}
button, input{
    outline: none;
}
.shop{
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
}
.shop .page{
    max-width: 1170px;
    margin: 0 auto;
}
.normalInput{
    height: auto!important;
    margin-bottom: 0!important;
    padding: 0!important;
    border:none!important;
    background:none!important;
}
/**************文字大小***************/
.shop .mum-s{
    font-size: 8pt;
}

.shop .um-s{
    font-size: 12px;
}
.shop .um-n{
    font-size: 14px;
}
.shop .um-l{
    font-size: 16px;
}
.shop .no-s{
    font-size: 18px;
}
.shop .no-n{
    font-size: 20px;
}
.shop .no-l{
    font-size: 22px;
}
.shop .im-s{
    font-size: 24px;
}
.shop .im-n{
    font-size: 26px;
}
.shop .im-l{
    font-size: 28px;
}
/**************文字样式***************/
.shop .shop-normal{
    color: #333;
}
.shop .shop-title{
    color: #333;
    font-weight: 700;
}
.shop .shop-modular-title{
    color: #555;
}
.shop .shop-price{
    color: #f42424;
    font-weight: bold;
}
.shop .shop-raw-price{
    color: #555;
    text-decoration: line-through;
}
.shop .shop-abstract{
    color: #8c8c8c;
}
.shop .shop-additional{
    color: #999;
}
.shop .shop-tag-title{
    color: #999;
}
.shop .shop-white{
    color: #FFFFFF;
}
.shop .shop-href-normal:hover{
    color: #f42424;
    cursor: pointer;
    text-decoration: none;
}
.shop .sp-btn-normal{
    background: #FF4040;
    border:1px solid #FF4040;
    color: #FFFFFF;
}
.shop .shop-href-primary{
    color: #6495ED;;
}
.shop .shop-href-primary:hover{
    color: #5CACEE;
    cursor: pointer;
}
.shop .text-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**************按钮***************/
.shop .sp-btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    text-decoration: none;
    border:1px solid #ccc;
    color: #333;
    cursor: pointer;
    outline: none;
}
.shop .sp-btn-normal{
    background: #FF4040;
    border:1px solid #FF4040;
    color: #FFFFFF;
}
.shop .sp-btn-normal:hover{
    background: #EE3B3B;
    border:1px solid #FF4040;
}
.shop .sp-btn-normal:active{
    background: #EE2C2C;
    border:1px solid #FF4040;
}

.shop .sp-btn-secondary{
    background: #FFFFFF;
    border:1px solid #CCCCCC;
    color: #333333;
}
.shop .sp-btn-secondary:hover{
    background: #d9d9d9;
    border:1px solid #CCCCCC;
}
.shop .sp-btn-secondary:active{
    background: #d3d3d3;
    border:1px solid #CCCCCC;
}
/******************背景*******************/
.shop .shop-bg-red{
    background: #FF4040;
}
.shop .shop-bg-gray{
    background: #f8f8f8;
}
.shop .shop-bg-gray-heavy{
    background: #333333;
}
.shop .shop-bg-gray-heavy-1{
    background: #4c4c4c;
}
.shop .shop-bg-light-ash{
    background: #cccccc;
}
.shop .shop-bg-white{
    background: #FFFFFF;
}
.shop .shop-bg-blue{
    background: #dff5ff;
}
.shop .shop-bg-blue-heavy{
    background: #019fe8;
}
.shop .shop-color-red{
    color: #ec5151;
}
.shop .shop-color-gray{
    color: #8c8c8c;
}
/********************flex布局**********************/
.shop .flex-row{
    display: flex;
}
.shop .flex-column{
    display: flex;
    flex-direction: column;
}
.shop .v-center{
    align-items: center;
}
.shop .v-stretch{
    align-items: stretch;
}
.shop .v-end{
    align-items: flex-end;
}
.shop .h-center{
    justify-content: center;
}
.shop .h-end{
    justify-content: flex-end;
}
.shop .h-between{
    justify-content: space-between;
}
.shop .flex-grow-0{
    flex-grow: 0;
}
.shop .flex-grow-1{
    flex-grow: 1;
}

.shop .ellipsis-1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.shop .ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.shop .p-relative{
    position: relative;
}
.shop .p-fixed{
    position: fixed;
}
.shop .p-absolute{
    position: absolute;
}
.shop .flex-wrap{
    flex-wrap: wrap;
}
.shop .hidden{
    display: none;
}
.shop .flex-shrink-0{
    flex-shrink:0;
}




