.page-header {
    background: white;
    max-width: 640px;
    border-bottom: 1px solid #eee;
    margin-bottom: 2px;
    display: inline-flex;
    width: 100%;
}
iframe {
    width:100%;
    max-width: 640px;
}
.logo-banner {
    padding: 8px 0px 8px;
    margin-left: 10px;
    width:50%
}

.page-logo {
    display: inline-block;
}

.swiper {
    width: 100%;
    height:56%;
}
img {
    display: block;
}

.swiper-wrapper img {
    width: 100%;
}

.layui-panel {
    max-width: 640px !important;
}

.page-title {
    position:sticky;
    
    max-width: 640px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    border-bottom: 1px solid #eee;
    text-align: center;
    top: 0;
    background: white;
    z-index: 999;
}

.page-title-fixed {
    position:fixed;
    max-width: 640px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    border-bottom: 1px solid #eee;
    text-align: center;
    top: 0;
    background: white;
    z-index: 999;
}

.sold-line {
    padding-right: 5px;
    width: 80%;
    height: 100%;
    background: rgb(53, 120, 229);
    border-radius: 12px;
}

.product-name {
    padding: 10px;
    font-size: 1.125rem;
}

.table_details {
    padding: 0px;
    padding-bottom: 10px;
}

.table_details {
    height: auto;
    margin: 0 auto;
    background: #e7e7e7;
    padding-bottom: 5px;
    padding-top: 5px
}

.data-table {
    margin: 1.5%;
    font-size: 0.875rem;
    color: #666;
}

.data-table tr {
    height: 27px
}

.data-table th {
    border: 1px solid #ccc;
    font-weight: 100;
    padding: 5px
}

.data-table th {
    background: none repeat scroll 0 0 #f4f4f4;
    text-transform: uppercase;
    font-family: Arial;
    white-space: nowrap
}

.data-table td {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc
}

.table_details p {
    margin-bottom: 0
}

.data-table img {
    width: 100%
}

.page-top-btn {
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 2.875rem;
    width: calc(100% - 20px);
    margin: 10px;
    background: rgb(53, 120, 229);
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    margin-bottom: 40px;
    border: solid rgb(48, 105, 197);
    border-width: 1px 1px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: transform 200ms, border 200ms;
    align-items: center;
   justify-content: center;
}

.page-top-btn:active {
    transform: translateY(2px) translateX(2px);
    border-width: 0px 0px 0px;
}
.page-last-btn {
    float: right;
    position: relative;
    line-height: 2.375rem !important;
    width: 25%;
    height: 40px;
    font-size: 0.875rem !important;
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    background: #f8f9fa;
    border: solid #dcdcdc;
    border-width: 1px 1px 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #555;
    gap: 10px;
    overflow: hidden;
    outline: none;
    text-transform: uppercase;
    transition: transform 200ms, border 200ms;
    display: flex;
}

.page-last-btn:active {
    transform: translateY(1px) translateX(2px);
    border-width: 0px 0px 0px;
}
.page-next-btn {
    float: right;
    position: relative;
    width: 25%;
    height: 40px;
    line-height: 2.375rem !important;
    font-size: 0.875rem !important;
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 0px !important;
    text-align: center;
    background-color: rgb(53, 120, 229);
    border: solid rgb(48, 105, 197);
    border-width: 1px 1px 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    overflow: hidden;
    outline: none;
    text-transform: uppercase;
    transition: transform 200ms, border 200ms;
    display: flex;
}

.page-next-btn:active {
    transform: translateY(1px) translateX(2px);
    border-width: 0px 0px 0px;
}

.page-next-btn::before{
    animation: next-shine 1.0s ease-out infinite;
}
.page-next-btn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes next-shine {
    0% {
      left: -20px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }

.page-check-btn {
    float: right;
    position: relative;
    width: 50%;
    height: 40px;
    line-height: 2.375rem !important;
    font-size: 0.875rem !important;
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    background-color: rgb(53, 120, 229);
    border: solid rgb(48, 105, 197);
    border-width: 1px 1px 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    overflow: hidden;
    outline: none;
    text-transform: uppercase;
    transition: transform 200ms, border 200ms;
    display: flex;
}

.page-check-btn:active {
    transform: translateY(1px) translateX(2px);
    border-width: 0px 0px 0px;
}

.page-check-btn::before{
    animation: shine-check 1.0s ease-out infinite;
}
.page-check-btn::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes shine-check {
    0% {
      left: -50px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }

.page-customer-btn {
    float: right;
    position: relative;
    width: 35%;
    height: 40px;
    line-height: 2.375rem !important;
    font-size: 0.875rem !important;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    background: rgb(53, 120, 229);
    border: solid rgb(48, 105, 197);
    border-width: 1px 1px 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 10px;
    overflow: hidden;
    outline: none;
    text-transform: uppercase;
    transition: transform 200ms, border 200ms;
    display: flex;
}
.page-customer-btn:active {
    transform: translateY(1px) translateX(2px);
    border-width: 0px 0px 0px;
}

.page-customer-btn::before{
    animation: cst-shine 1.0s ease-out infinite;
}
.page-customer-btn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes cst-shine {
    0% {
      left: -50px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }

  .page-comment-btn {
    float: center;
    position: relative;
    width: 95%;
    height: 40px;
    line-height: 2.375rem !important;
    font-size: 0.875rem !important;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    background: rgb(53, 120, 229);
    border: solid rgb(48, 105, 197);
    border-width: 1px 1px 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 10px;
    overflow: hidden;
    outline: none;
    text-transform: uppercase;
    transition: transform 200ms, border 200ms;
    display: flex;
}

.page-ordercheck-btn {
    float: center;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 2.375rem !important;
    font-size: 0.875rem !important;
    margin-top: 7px;
    
    margin-right: 10px;
    text-align: center;
    background: rgb(53, 120, 229);
    border: solid rgb(48, 105, 197);
    border-width: 1px 1px 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 10px;
    overflow: hidden;
    outline: none;
    text-transform: uppercase;
    transition: transform 200ms, border 200ms;
    display: flex;
}
.page-ordercheck-btn:active {
    transform: translateY(1px) translateX(2px);
    border-width: 0px 0px 0px;
}

.page-ordercheck-btn::before{
    animation: comment-shine 1.0s ease-out infinite;
}
.page-ordercheck-btn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes ordercheck-shine {
    0% {
      left: -50px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }

.page-comment-btn:active {
    transform: translateY(1px) translateX(2px);
    border-width: 0px 0px 0px;
}

.page-comment-btn::before{
    animation: comment-shine 1.0s ease-out infinite;
}
.page-comment-btn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes comment-shine {
    0% {
      left: -50px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }

  .page-confirm-btn {
    float: right;
    position: relative;
    width: 50%;
    height: 40px;
    line-height: 2.375rem !important;
    font-size: 0.875rem !important;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    background: rgb(53, 120, 229);
    border: solid rgb(48, 105, 197);
    border-width: 1px 1px 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 10px;
    overflow: hidden;
    outline: none;
    text-transform: uppercase;
    transition: transform 200ms, border 200ms;
    display: flex;
}
.page-confirm-btn:active {
    transform: translateY(1px) translateX(2px);
    border-width: 0px 0px 0px;
}

.page-confirm-btn::before{
    animation: confirm-shine 1.0s ease-out infinite;
}
.page-confirm-btn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes confirm-shine {
    0% {
      left: -50px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }

.bar-tip {
    color: #61a447;
    font-size: 0.75rem;  
    line-height: 0.8rem;
    padding-left: 12px;
    padding-top: 7px;
}
.price-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 12px;  
    padding-bottom: 12px;  
    padding-top: 5px;  
}
.price-title {
    line-height: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
}

.page-confirm-price {
    color: red;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 900;
}

.message-order-btn {
    margin-top: 10px;
    height: 40px;
    text-align: center;
    justify-content: center;
    line-height: 2.5rem;
    width: 100%;
    
    background: rgb(53, 120, 229);
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    text-transform: uppercase;
    transition: transform 200ms, border 200ms;
    border: solid rgb(48, 105, 197);
    border-width: 1px 1px 5px;
    align-items: center;
}

.message-order-btn:active {
    transform: translateY(1px) translateX(2px);
    border-width: 0px 0px 0px;
}

.bottom-bar {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    height: 55px;
    background-color: #FFFFFF;
    box-shadow: 1px -3px 4px rgb(0 0 0 / 8%);
    vertical-align: center;
}

.submit-bar {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    height: 55px;
    background-color: #FFFFFF;
    box-shadow: 1px -3px 4px rgb(0 0 0 / 8%);
    vertical-align: center;
}

.message-bar {
    position: relative;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    height: 55px;
    background-color: #FFFFFF;
    box-shadow: 1px -3px 4px rgb(0 0 0 / 8%);
    vertical-align: center;
}

.page-float-btn {
    display: flex;
    justify-content: center;
    line-height: 2.875rem;
    width: 100%;
    background: #409eff;
    color: #fff;
    font-size: 1rem;
    position: fixed;
    bottom: 0;
    max-width: 640px;
}

.send-type2 {
    display: none;
}

.combo-box {
    margin-bottom: 5px;
}

.combo-box li {
    width: calc(31% - 10px);
    margin-right: 5px;
    padding: 5px;
    float: left;
    margin-top: 5px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
}

.layui-form-checked,
.layui-form-checked:hover {
    border-color: rgb(53, 120, 229) !important;
    color: #fff !important;
}

.layui-form-checked>i {
    color: rgb(53, 120, 229) !important;
    color: #fff !important;
}

.layui-form-checked[lay-skin=primary]>i {
    border-color: rgb(53, 120, 229) !important;
    background-color: rgb(53, 120, 229) !important;
    color: #fff !important;
}

#combo-box li {
    width: 96%;
    font-size: 1rem;
    padding: 5px 5px 5px 5px;
    border: 1px solid #ddd;
    margin: 5px 5px 5px 5px;
    border-radius: 2px;
    min-width: 40px;
    display: inline-block;
    text-align: left;
}

.combo-img {
    width: 100%;
    padding: 50% 0;
    position: relative;
    top: 0;
}

.combo-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 2px;
}

.combo-img div {
    font-size: 0.75rem;
    line-height: 1.3125rem;
    color: #666;
}

.combo-title-img {
    width: 20%;
    height: 20%;
    padding: 10% 0;
    position: relative;
    top: 0;
}

.combo-title-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 2px;
}

.combo-disabled {
    background: rgb(231, 229, 229) !important;
    border-color: #ddd !important;
    color: rgb(177, 175, 175);
}

.combo-active {
    background: rgb(53, 120, 229) !important;
    border-color: rgb(53, 120, 229) !important;
    color: #fff;
}

.combo-active>div {
    color: #fff !important;
}

.count-btn {
    width: 36px;
    height: 36px;
    line-height: 2.25rem;
    background: #eee;
    color: #222;
    text-align: center;
    font-size: 1rem;
}

.count-box {
    border: 1px solid #ccc;
    width: 152px;
}

.count-box input {
    width: 80px;
    height: 36px;
    text-align: center;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.order-info-input input {
    width: 100%;
    padding: 10px 5px;
    line-height: 1.25rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
    font-weight: bold;

}

.border-error input {
    width: 100%;
    padding: 10px 5px;
    line-height: 1.25rem;
    border: 1px solid red !important;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
    font-weight: bold;

}
.select2-selection--single {
    height: 42px !important;
    line-height: 1.25rem !important;
    font-size: 0.875rem !important;
}

.select2-selection__rendered {
    color: rgb(53, 120, 229)!important;
    line-height: 2.625rem !important;
    font-size: 0.875rem !important;
}
.select2-results__options {
    max-height: 400px !important;
}
.select2-container--open .select2-dropdown{left:0;z-index:93000;}
.select2-dropdown.increasezindex {
    z-index:93000;
}

.order-info-input select {
    border-radius: 20px;
}

.shop-select-page {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: 95%
}
.shop-select-page .layui-layer-title {
    font-size: 1rem;
    line-height: 3.125rem;
}
.order-info-title {
    line-height: 2.25rem;
    font-size: 1rem;
    font-weight: 900;
}

.send-type-box {
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
}

.send-type-box>div {
    text-align: center;
    width: 50%;
    background: #fff;
}

.send-type-box>div:first-child {
    border-right: 1px solid #ccc;
}

.pay-type-box {
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
}

.pay-type-box>div {
    text-align: center;
    width: 50%;
    background: #fff;
}

.pay-type-box>div:first-child {
    border-right: 1px solid #ccc;
}
.send-type { border: 1px solid #ddd;color: black;border-radius: 2px; margin-right: 10px;}
.send-type-active {
    background: rgb(53, 120, 229) !important;
    border-color: rgb(53, 120, 229) !important;
    color: #fff !important;
}

.send-type-disabled {
    background: rgb(231, 229, 229) !important;
    border-color: #ddd !important;
    color: rgb(177, 175, 175) !important;
}
.pay-type {border: 1px solid #ddd;color: black;border-radius: 2px; margin-right: 10px;}
.pay-discount{position: absolute; margin-left: 2px; margin-top: 10px;}
.pay-type-active {
    background: rgb(53, 120, 229) !important;
    border-color: rgb(53, 120, 229) !important;
    color: #fff !important;
}


.order-info-input select {
    width: 100%;
    padding: 10px 5px;
    line-height: 1.25rem;
    height: 42px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: rgb(53, 120, 229);
    box-sizing: border-box;
    font-weight: bold;

}

.order-info-email input {
    width: 58%;
    padding: 10px 5px;
    line-height: 1.25rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
    font-weight: bold;

}

.order-info-getcode input {
    width: 35%;
    padding: 10px 5px;
    line-height: 1.25rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
    font-weight: bold;

}

.order-info-name input {
    width: 77%;
    padding: 10px 5px;
    line-height: 1.25rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
    font-weight: bold;
    margin-right: 5px;

}
.region-info-input input {
    width: 100%;
    padding: 10px 5px;
    line-height: 1.25rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: rgb(53, 120, 229);
    box-sizing: border-box;
    font-weight: bold;

}
.county::placeholder { color: rgb(53, 120, 229); }
.district::placeholder { color: rgb(53, 120, 229); }
.branch::placeholder { color: rgb(53, 120, 229); }
.shop-selection input::placeholder { color: rgb(53, 120, 229); }

.ovfHiden {
    overflow: hidden;
}


.order-info-name select {
    width: 20%;
    padding: 10px 5px;
    line-height: 1.25rem;
    height: 42px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: rgb(53, 120, 229);
    box-sizing: border-box;
    font-weight: bold;

}

.getcode-btn-disabled {

    justify-content: center;
    line-height: 1.875rem;
    width: calc(100% - 200px);
    margin: 10px;
    background: rgb(53, 120, 229);
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    padding: 10px 5px;
    background: rgb(231, 229, 229);
    border-color: #ddd !important;
    color: rgb(177, 175, 175);

}

.getcode-btn-active {

    justify-content: center;
    line-height: 1.875rem;
    width: calc(100% - 200px);
    margin: 10px;
    background: rgb(53, 120, 229);
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    padding: 10px 5px;
}

.order-info-email select {
    width: 40%;
    padding: 10px 5px;
    line-height: 1.25rem;
    height: 42px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: rgb(53, 120, 229);
    box-sizing: border-box;
    font-weight: bold;

}

.order-info-input textarea {
    width: 100%;
    padding: 10px 5px;
    line-height: 1.25rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
}

.success-box {
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    background: #fff;
    display: none;
    margin: 0 auto;
}

.order-page {
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    background-color: #fafafa;
    display: none;
    margin: 0 auto;
}

.comment-page {
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    background-color: #fafafa;
    display: none;
    margin: 0 auto;
}

.combo-page {
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    background-color: #f7f7f7;
    display: block;
    margin: 0 auto;
}

.combo-page-fixed {
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    background-color: #f7f7f7;
    display: none;
    margin: 0 auto;
}

.customer-page {
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    background-color: #fafafa;
    display: none;
    margin: 0 auto;
}

.name-page {
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    background-color: #fafafa;
    display: none;
    margin: 0 auto;
}
.bank-page {
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    background-color: #fafafa;
    display: none;
    margin: 0 auto;
}
.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    margin: 0 auto;
    display: none;
    background-color: #777;
    z-index: 999;
    filter: alpha(opacity=60);
    opacity: 0.5;
    -moz-opacity: 0.5;
}
.message-box {
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    background: #fff;
    display: none;
}

.failed-box {
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0;
    background: #fff;
    display: none;
    overflow: hidden;
}

.order-info-box {
    padding: 10px;
}

.order-info-box li {
    padding: 10px 0;
    color: #666;
}

.order-info-box li>div:last-child {
    width: 60%;
    line-height: 1.3125rem;
    font-size: 0.875rem;
    color: #222;
    text-align: right;
}

.detail img {
    width: 100%;
}

.notesbox {
    padding: 0 3% 30px 3%;
    color: #fff;
}

.note_text {
    text-indent: 1em;
}

footer {
    display: -webkit-flex;
    display: flex;
    background: #fff;
    line-height: 3.125rem;
    text-align: center;
    font-size: 1rem;
    bottom: 0;
    width: 100%;
    max-width: 640px;
}

.inquiry {
    width: 60%;
    border-left: 1px dashed rgb(53, 120, 229);
}

.quickbuy {
    flex: 1;
    background: rgb(53, 120, 229);
    color: #fff;
    width: 20%;
}

.top {
    width: 20%;
}

.main-price span {
    font-weight: bold;
}

.justify-content-between {
    justify-content: space-between;
}

.s-goods-price {
    font-size: 1.125rem;
}

.top-big-btn-box {
    width: 100%;
    height: 50px;

    line-height: 3.125rem;
    font-size: 1.125rem;
    text-align: center;

}

.top-big-btn-red {
    height: 100%;
    background: #409eff;
    border-radius: 50px;
    text-align: center;
}

.fu-flag {
    padding: .05333rem .10667rem;
    background: red;
    color: #fff;
    line-height: .48rem;
    margin-left: .05333rem;
    border-radius: .08rem;
    font-size: .4rem;
}

.fu-flag-ak {
    padding: .05333rem .10667rem;
    background: red;
    color: #fff;
    line-height: .48rem;
    margin-left: 1.05333rem;
    border-radius: .08rem;

}

.fu-flag-bk {
    padding: .05333rem .10667rem;
    background: rgb(0, 0, 0);
    color: #fff;
    line-height: .48rem;
    margin-left: 1.05333rem;
    border-radius: .08rem;
}

.content-active {
    padding-bottom: 3px;
    border-bottom: 3px solid #409eff;
}

.issue-title {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: 15px 10px 0px 10px;
}

.issue-title+div {
    padding: 0 10px;
    transition-duration: 0.5s;
    color: #666;
}

.issue-list-box {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.issue-arrow-active {
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

.issue-content {
    height: 0;
}

a {
    background: 0 0;
    text-decoration: none;

}

.mui-bar {
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    height: 60px;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 640px;
    padding-bottom: 1px;
    box-shadow: 1px -3px 4px rgb(0 0 0 / 8%);
    -webkit-overflow-scrolling: touch;
    transform: none;
    overflow: hidden;
    z-index: 1000;
}
.top-buy {
    margin-right:10px;
    margin-top: 6px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    height: 28px;
    font-size: 1rem;
    color:#333;
    text-align: center;
    float: right;
    line-height: 1rem !important;
}
.top-bar-btn {
    position:absolute;
    right:10px;
    padding-left: 6px !important;
    padding-right: 6px !important;
    top: 6px !important;
    height: 28px;
    font-size: 1rem;
    color:#333;
    text-align: center;
    float: right;
    line-height: 1rem !important;
}
.mui-bar .service,
.query {
    width: 18%;
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 5px;
    height: 45px;
    border: 1px solid #dedede;
    text-align: center;
    float: left;
    border-radius: 5px;
}
.mui-bar .order-check {
    width: 18%;
    margin-top: 7px;
    margin-left: 5px;
    height: 45px;
    border: 1px solid #dedede;
    text-align: center;
    float: left;
    border-radius: 5px;
}

.service img {
    max-width: 30px;
    text-align: center;
}

.order-check img {
    width: 30px;
    text-align: center;
    margin: 0 auto;
    padding: 0 auto;
}

.buy-fix {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius:50%; 
    margin-bottom: 5px;
    padding: 0 5px; 
    line-height: 1.1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2), 3px 3px 3px rgba(0, 0, 0, .3);
}

.purchase {
    float: left;
    position: relative;
    width: 55%;
    height: 45px;
    font-size: 1rem;
    margin-top: 7px;
    margin-right: 1%;
    margin-left: 10px;
    text-align: center;
    background-color: rgb(53, 120, 229);
    border: solid rgb(48, 105, 197);
    border-width: 1px 1px 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    overflow: hidden;
    outline: none;
    transition: all 0.3s ease-in-out;
    display: flex;
}

.purchase::before{
    animation: shine 1.5s ease-out infinite;
}
.purchase::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes shine {
    0% {
      left: -100px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }
.purchase:active {
    transform: translateY(1px) translateX(2px);
    border-width: 0px 0px 0px;
}

.query img,
.service img {
    margin: 0 auto;
    padding: 0 auto;
}

@-moz-document url-prefix() {
    .mui-bar .purchase {
        width: 47%
    }
}

.chat-button {
    border: 1px solid #f3f2f2;
    border-radius: 50%;
    margin-right: 1px;
    background: #fff;
    margin-bottom: 2px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2), 3px 3px 3px rgba(0, 0, 0, .3);
}

.more-label {
    padding: 10px 10px;
    background: #fff;
    box-shadow: 0px 2px 2px #ebe9e9;
    margin-bottom: 10px;
    text-align: center;
}

.more-btn {
    width: 100% !important;
    height: 40px !important;
    color: rgb(53, 120, 229) !important;
    font-size: 1rem;
    line-height: 2.375rem !important;
    font-weight: 900;
    border-color: rgb(53, 120, 229) !important;
}

.line__svg  {
    width: 200px !important;
    height: 40px !important;
    text-align: center;
    background: #7ec163;
    border-radius: 3px;
    border: solid #61a447;
    border-width: 1px 1px 5px;
    
    text-transform: uppercase;
  transition: transform 200ms, border 200ms;
}
.line__svg:active {
    transform: translateY(2px) translateX(2px);
    border-width: 0px 0px 0px;
}

.line__svg img {
    margin: 0 auto;
    width: 32px;

}

.wts__svg  {
    width: 200px !important;
    height: 40px !important;
    text-align: center;
    background: #7ec163;
    border-radius: 3px;
    border: solid #61a447;
    border-width: 1px 1px 5px;
    
    text-transform: uppercase;
  transition: transform 200ms, border 200ms;
}
.wts__svg:active {
    transform: translateY(2px) translateX(2px);
    border-width: 0px 0px 0px;
}

.wts__svg img {
    margin: 0 auto;
    width: 32px;

}

.fb__svg {
    width: 200px !important;
    height: 40px !important;
    text-align: center;
    background: rgb(53, 120, 229);
    border: solid rgb(48, 105, 197);
    border-width: 1px 1px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: transform 200ms, border 200ms;
}

.fb__svg:active {
    transform: translateY(2px) translateX(2px);
    border-width: 0px 0px 0px;
}

.fb__svg img {
    margin: 0 auto;
    width: 32px;
}
.ql-video {
    max-width: 640px;
    width: 100%;
    height: 14rem;
}
.buybutton {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    text-align: center;
    background-color: white;
    border: solid 1px rgb(48, 105, 197);
    border-radius: 5px;
    color: rgb(48, 105, 197);

}

.ql-video video {
    width: 100%;
}

.detail {
    min-height: 600px;
    border-top: 5px solid #eee;
    padding: 0px;
    -webkit-touch-callout: none;
    user-select: none;
}

.detail-title {
    padding: 10px;
    font-size: 1rem;
    text-align: center;
    border-bottom: 3px solid #eee;
}

.detail-content-main {
    height: auto;
    max-height: 1600px;
    overflow: hidden;
}

.detail-content-more {
    height: auto;
}

.hotcakes {
    border-top: 5px solid #eee;
    padding: 0px;
    -webkit-touch-callout: none;
    user-select: none;
}

.hotcakes-content {
    min-height: 9.5rem;
    max-height: 19rem;
    margin-right:10px !important;
    max-width: 640px !important;
    
}

.hotcakes-slide li {
    display: inline-flex;
    width:100%;
    min-width: 320px;
    max-width: 640px;
}

.hotcakes-box {
    padding:5px;
    width:25%;
}

.hotcakes-img{
    width:100%;
    min-width:5rem;
    max-height: 5.5rem;
    min-height: 5.5rem;
}

.hotcakes-title {
    max-width:160px;
    font-size: 0.75rem; 
    font-weight: 700;
    color:#424141;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient:vertical;
}

.hotcakes-price {
    color:red;
    font-size: 0.75rem;
}

.comment {
    border-top: 5px solid #eee;
    padding: 0px;
    -webkit-touch-callout: none;
    user-select: none;
}

.comment-label {
    background-color: #fafafa; 
    padding: 10px; 
    margin-bottom:5px; 
    border-color: #eee; 
    min-height: 50px;
}

.comment-btn-label {
    padding: 10px 10px;
    background: #fff;
    box-shadow: 0px 2px 2px #ebe9e9;
    border-top: 1px solid #eee;
    text-align: center;
}

.comment-title {
    font-size:0.95rem; 
    font-weight: 800; 
    line-height: 1.2rem; 
    vertical-align: center; 
    align-items: center;
}

.comment-date {
    float:right; 
    display: inline-flex;
    font-weight:500; 
    font-size: 0.75rem;
}

.comment-text {
    font-size:0.95rem;
    font-weight: 400; 
    line-height: 1.5rem; 
    color:#424141; 
    vertical-align: center;
}

.comment-pic {
    height: 50px;
    padding: 5px;
    display: inline-flex;
    vertical-align: center;
}

.comment-pic img {
    
    width: 40px;
    height: 40px;
    padding: 2px;
    display: inline-flex;
    vertical-align: center;
}

.class-rate-demo-theme {
    margin-left:5px;
    margin-top: -5px;
    line-height: 1.2rem;
}

.class-rate-demo-theme .layui-icon {
    font-size: 0.95rem !important;
    line-height: 1.2rem !important;
}

.laypage-content {
    margin:10px;
    line-height: 1.75rem !important;
}

.laypage-content .layui-laypage {
    line-height: 1.75rem !important;
}

.laypage-content .layui-laypage a {
    line-height: 1.75rem !important;
}

.laypage-content .layui-laypage span {
    line-height: 1.75rem !important;
}

.fot {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    padding-top: 2px;
    font-size: 0.75rem
}

.buy-icon {
    max-width: 30px;
    margin: 12px auto 0 20%;
    text-align: right;
    float: left;
    width: 50%;
    padding-top: 3px
}

.fot p {
    margin: 0 auto;
    color: #000;
    line-height: 0.8125rem;
    font-size: 0.8125rem;
    text-align: center;
    margin-top: 34px
}

.fot p img {
    width: 35px;
    height: auto;
    margin-right: 0;
    padding-top: 6px;
    margin-left: 3px
}

.spec-img {
    width: 70px;
    height: 70px;
    border-radius: 0.2rem;
    padding: 5px;
}

.prev-img {
    width:20px;
    left:55px;
    top:5px;
    position:absolute;
    background-color: #555;
    opacity: 0.6;
    border-radius: 2px;
}

.sku-content {
    width: 100%; max-width: 640px; min-height: 60px;
}

.sku-box {
    margin-left:5px; margin-right: 5px; border-bottom: 1px solid #eee; font-size: 0.85rem; min-height: 60px; 
}

.sku-img {
    width: 50px;
    height: 50px;
    border-radius: 0.2rem;

    padding: 5px;
}
.sku-title {
    font-size: 0.95rem; font-weight:700; color: black;
}

.sku-body {
    margin-left:63px; font-size: 0.85rem; font-weight:400; color:#FF8C00;
}

.sku-num {
    float:right;font-size: 1.2rem;font-weight:700; color: #3578e5; margin-top: -5px; text-align: center;
}

.pay_content {
    width: 100%;
    height: auto;
    background: #fefefe;
    margin-top: .8rem;
    margin-bottom: .53333rem;
}

.spec-box li {
    font-weight: 400px;
    font-size: 0.75rem;
}

.pay_image {
    width: 20%;
    height: auto;
    float: left;
    padding-top: 6%;
    margin-left: 3%;
}

.price-context {
    position: relative;
    font-size: 0.75rem;

    padding: 5px 10px 5px;
    height: 35px;
}

.detail-context {
    position: relative;
    font-size: 0.75rem;

    padding: 10px 10px;
    height: 40px;
}

.flag-context {
    position: relative;
    font-size: 0.75rem;
    border-bottom: 1px dashed #dcdcdc;
    padding: 5px 5px;
    background-color: #b3d8fe;
    border-radius: 5px;
    height: 20px;
}

.guide-line {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.guide-none {
    padding-top: 5px;
    padding-bottom: 5px;
}

.guide-text {
    font-weight: 700;
    font-size: 0.8125rem;
    color: #424141;
}

.warp-mask1 {
    position: absolute;
    height: auto;
    max-width: 640px;
    border: 1px solid green;
    bottom: 0px;
}

.scroll-badge {
    margin-left: .2rem;
    background-color: #5bbef6;
    color: #fff;
    padding: .1rem .2rem;
    border-radius: .2rem;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: normal;
    float: right;
}

.dc-price {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
}

.dc-price .n-price-1 {
    color: red;
    float: left;
    font-weight: 400;
    font-size: 0.95rem;
}

.dc-price .s-price-1 {
    color: red;
    float: left;
    font-weight: 700;
    font-size: 1.8rem;
}

.dc-price .o-price-1 {
    text-decoration: line-through;
    float: left;
    padding: 0px 6px;
    font-size: 0.85rem;
    font-weight: 400;
}

.dc-price .t-price-1 {
    float: left;
    font-size: 0.75rem;
    padding-right: 10px;
    font-weight: 400;
}

.t-sell-flag {
    float: right;
    color: #424141;
    margin-left: 2px;
    border-radius: 3px;
    padding: 5px;
    font-size: 0.75rem;
    line-height: 1rem;
}

.t-sell-2 {
    float: right;
    font-size: 0.875rem;
    line-height: 21px;
    padding-top: 5px;
    padding-right: 5px;
    font-weight: 700;
}

.detail-context .flag {
    float: left;
    background: rgb(53, 120, 229);
    color: #fff;
    line-height: 1.125rem;
    margin-left: 2px;
    border-radius: 3px;
    padding: 2px 4px
}

.flag-context .flag {
    float: left;
    background: rgb(53, 120, 229);
    color: #fff;
    line-height: 1.125rem;
    margin-left: 2px;
    border-radius: 3px;
    padding: 2px 4px
}

.detail-profile {
    background: #e7e7e7;
    padding-bottom: 5px;
    color: rgb(53, 120, 229);
    min-height: 30px;
    font-size: 0.875rem;
}

.detail-label {
    padding: 5px 5px;
    background: #fff;
    box-shadow: 0px 2px 2px #ebe9e9;
    margin-bottom: 10px;
}

.detail-bars {
    box-shadow: 0px 1px 1px #ebe9e9;
    list-style-type: none;
    background: none repeat scroll 0% 0% white;
    height: 40px;
    width: 100%;
    max-width: 640px;
    padding: 0px;
    list-style: none;
}

.fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
}

.detail-bars li {
    font-size: 0.75rem !important;
    background: white;
    width: 33.33%;
    line-height: 2.4375rem;
    border-right: 1px solid #ddd;
    float: left;
    text-align: center;
    cursor: pointer
}

.detail-bars li:last-child {
    border-right: none
}

.footer {
    text-align: center;
    left: auto;
    margin: 0 auto;
    max-width: 640px;
    height: 50px;
    padding-bottom: 50px;
}

.scroll-li {
    padding: 0.5rem;
    list-style: none;
    display: list-item;
    vertical-align: middle;
}

.scroll-li-b {
    padding: 0.5rem;
    list-style: none;
    display: list-item;
    vertical-align: middle;
    background: #f4f4f4;
}

.scroll-spec {
    font-size: 0.8rem;
    font-weight: normal;
    margin: 0;
    line-height: 2rem;
    vertical-align: middle;
}

.scroll-content {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    line-height: 2rem;
    vertical-align: middle;
}

.scroll-time {
    float: right;
    color: rgb(53, 120, 229);
    font-size: 0.75rem;
    font-weight: 400
}


* {
    margin: 0px;
    padding: 0px;
    /*  去掉所有标签的marign和padding的值  */
}

ul {
    list-style: none;
    /*  去掉ul标签默认的点样式  */
}

a {
    color: #333;
    font-size: 0.75rem;
    text-decoration: none;
    /* 超链接样式 */
}

a:hover {
    color: #ff0000;
}

#main {
    max-width: 640px;



    margin: 0;
    text-align: left;
    /* 让新闻内容靠左 */
}

/*  头部样式 */
#title {
    height: 40px;
    overflow: hidden;
    /* 内容超出的部分要隐藏，免得撑高头部 */
    font-size: 0.875rem;
    line-height: 2.5rem;
    padding-left: 30px;
    background: #b3d8fe;



    border-radius: 2px 2px 0 0;
    color: #fff;

}

#box {
    height: 300px;
    max-width: 640px;
    padding: 0.5rem;
    overflow: hidden;
    /* 超出的内容部分要隐藏，免得撑高中间部分 */
}