.layout-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background-color: white;
    color: #c0c4cc;
    text-align: center;
    display: flex;
    z-index: 99;
    border-top: 1px solid #F2F2F2;
}
.layout-menu .action {color: #333333;}
.layout-menu>div {
    width: 20%;
}
.layout-menu>div>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.layout-menu img {
    width: 1.5rem;
    height: 1.5rem;
}
.layout-menu .menu-tit {
    margin-top: 0.1rem;
}

.overflow-hidden {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.placeholder {height: 4rem;}
.top-placeholder {height: 3rem;}
.float-left {float: left;}
.float-right {float: right;}
.pd-top-0 {padding-top: 0 !important;}
.pd-bottom-0 {padding-bottom: 0 !important;}
.pd-left-0 {padding-left: 0 !important;}
.pd-right-0 {padding-right: 0 !important;}
.prt-txt {position: relative;top: 0.1rem;}
.txt-left {text-align: left;}
.txt-right {text-align: right;}
.txt-center {text-align: center;}
.opacity-none {opacity: 0;}
.layui-font-bold {font-weight: bold;}
.bor-top-rad {border-top-left-radius: 5px;border-top-right-radius: 5px;}
.bor-bottom-rad {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.ellipsis-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-multiline3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sign-primary {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 999;
}
.sign-primary>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* height: 65%; */
    background-image: url(/image/sign-bg.png);
    background-size: 100% 100%;
}
.sign-primary .sign-close{
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 5%;
    top: 25%;
}
.sign-primary .sign-title {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}
.sign-primary .sign-contnt {
    padding-top: 10rem !important;
    text-align: center;
}
.sign-primary .reward-icon,.sign-primary .sign-success-icon {
    width: 1rem;
    height: 1rem;
}
.sign-primary .sign-contnt>div>div {
    background: linear-gradient(to left, #f9f0f0, #f4e6fd );
    border-radius: 5px;
    padding: 0.25rem 0;
}
.sign-primary .sign-btn {
    padding: 1rem 5rem;
}
.sign-primary .sign-btn>button {
    background: linear-gradient(to top, #EC6F87, #EA4058 );
    border-radius: 2rem;
}
.sign-primary .sign-btn>button.disabled {
    background: linear-gradient(to top, #D9DBE6, #A9ACB6 );
    color: #747474 !important;
}
.sign-primary .no-open-sign{
    padding: 5rem 0 10rem;
}
.sign-primary .sign-contnt>.sign-success>div {
    background: linear-gradient(to left, #EC6F87, #EA4058 );
    color: white !important;
}
.sign-primary .sign-contnt>.sign-expired>div {
    background: linear-gradient(to left, #D9DBE6, #A9ACB6 );
    color: white !important;
}

.discount-primary{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 999;
}
.discount-primary>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    /* height: 65%; */
    background-image: url(/image/discount-bg.png);
    background-size: 100% 100%;
}
.discount-primary .discount-close{
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 5%;
    top: 20%;
}
.discount-primary .discount-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}
.discount-primary .discount-reduce {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    background-color: #ffffff;
    color: black;
    border: 1px solid #e6e6e6;
}
.discount-primary .discount-add {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    background-color: #e2e2e2;
    color: #666666;
}
.discount-primary .discount-amount {
    padding: 12rem 3rem 0.5rem;
}
.discount-primary .discount-balance {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.discount-primary .discount-balance img {
    width: 1rem;
    height: 1rem;
}
.discount-primary .discount-all{
    color: #EB4E59;
}
.discount-primary .discount-submit {
    padding: 0.5rem 2rem 1rem;
    text-align: center;
}
.discount-primary .discount-submit>button {
    background-color: #FF7E3E;
    width: 10em;
    border-radius: 2rem;
}

.order-primary {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 999;
}
.order-primary>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    border-radius: 10px;
}
.order-primary>div>.title {
    color: #333;
    text-align: center;
    background-color: #B2F800;
    padding: 12px 0;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}
.order-primary>div>.detail {
    padding: 16px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    box-shadow: 0px 5px 0px #333;
    background-color: white;
}
.order-primary .detail>.order-no {
    color: #999;
    text-align: center;
}
.order-primary .detail>.image {
    margin-top: 12px;
}
.order-primary .detail>.image>img {
    border-radius: 10px;
}
.order-primary .detail>.title {
    margin-top: 12px;
}

.order-primary .detail .img>img {
    width: 5.5rem;
    height: 5.5rem;
}
.order-primary .detail .price {
    /*padding: 0.8rem 0 0.3rem;*/
    padding-bottom: 1.2rem;
}
.order-primary .detail .time {
    padding-bottom: 0.7rem;
}
.order-primary .detail .prompt>span {
    border: 1px solid red;
    border-radius: 2px;
    color: red;
}
.order-primary .detail .prompt>span>.num {
    border-right: 1px dashed red;
    padding: 0 0.1rem;
}
.order-primary .detail .prompt>span>.txt {padding: 0 0.4rem;}
.order-primary .currency-icon {width: 1rem;height: 1rem;}
.order-primary .detail .profit>div {
    margin-top: 0.8rem;
}
.order-primary .detail .not-balance {
    display: none;
    background-color: red;
    color: white;
    text-align: center;
    padding-bottom: 0.1rem;
}
.order-primary .order-btn {
    border-top: 1px dotted #9E9E9E;
    margin-top: 12px;
    padding-top: 16px;
    position: relative;
}
.order-primary .btn-close {
    background-color: white;
    color: #333;
    border: 1px solid #333;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 8px;
}
.order-primary .btn-submit {
    border: 1px solid #B2F800;
    background-color: #B2F800;
    color: #333;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 8px;
}