body {
    font-family: Avenir, Tahoma, Arial, "PingFang SC", "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.50;
    color: #66615b;
    min-width: 100%;
    margin: 0;
}

::selection {
    background: #4b5554;
    color: #FFF;
}

::-moz-selection {
    background: #4b5554;
    color: #FFF;
}

::-webkit-selection {
    background: #4b5554;
    color: #FFF;
}

:root {
    --shop-header-text-color: #317EEB;
    --shop-background-color: '';
    --shop-text-color: '';
    --shop-button-background-color: '';
    --shop-button-text-color: '';
    --shop-nav-background-color: '';
    --shop-nav-text-color: '';
    --shop-nav-line-color: '';
}

.container {
    width: 960px !important;
    max-width: 100%;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

a{
    color: #008c80;
    text-decoration: none;
}

a:hover, a:focus {
    color: #00ab9c;
}

.link{
    border-bottom: 1px solid #008c80;
}

.avatar {
    width: 37px;
    height: 37px;
    border-radius: 3px!important;
}

.bgw{
    background-color: #FFF;
}

.txta{
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 4px;
    padding: 8px;
}

.txtup{
    text-transform: capitalize;
}

.ipt{
    border: 1px solid #ccc;
    padding-left: 5px;
    background: #FFF;
    outline: none;
}

.slt{
    -webkit-appearance: button;
    -moz-appearance: button;
}

.txt-more{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dialog-box{
    position: relative;
    background-color: #FFF;
}

.dialog-box .close {
    max-height: 25px;
    max-width: 25px;
    top: 5px !important;
    right: 6px !important;
}

.nowrap {
    white-space: nowrap;
}

.w50{
    width: 50px;
}

.w100{
    width: 100px;
}

.w150{
    width: 150px;
}

.w300{
    width: 300px;
}

.mx120{
    max-width: 120px;
}

.mx250{
    max-width: 250px;
}

.w50p{
    width: 50%;
}

.w100p{
    width: 100%;
}

.mw100p{
    max-width: 100%;
}

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

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

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

.fs-15{
    font-size: 15px !important;
}

.fs-16{
    font-size: 16px !important;
}

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

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

.c-gray{
    color: gray;
}

.bold{
    font-weight: bold;
}

.g-box {
    border: 1px solid #ebedf0;
    border-radius: 4px;
    position: relative;
    padding: 10px;
}

.rotating{
    animation: rotating 3s linear infinite;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}