.page-banner {
    width: 100%;
}

img {
    display: block;
}

.page-banner img {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 1px;
    object-fit: cover;
}

.swiper-slide-active img {
    display: block;
    height: auto;
    object-fit: cover;
}

.sold-line {
    padding-right: 5px;
    width: 80%;
    height: 100%;
    background: #F20012;
    border-radius: 12px;
}

.product-name {
    padding: 10px;
    font-size: 18px;
}

.table_details {
    padding: 0px;
    padding-bottom: 10px;
}

.table_details {
    height: auto;
    margin: 0 auto;
    background: #e7e7e7;
    padding-bottom: 5px
}

.data-table {
    margin: 1.5%;
    font-size: 14px;
    color: #666;
    margin-top: 0
}

.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
}

.package-box {
    padding: 0 10px;
}

.table_details p {
    margin-bottom: 0
}

.data-table {
    margin: 1.5%;
    font-size: 14px;
    color: #666;
    margin-top: 0
}

.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;
    justify-content: center;
    line-height: 46px;
    width: calc(100% - 20px);
    margin: 10px;
    background: var(--vp-main-color);
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.page-float-btn {
    display: flex;
    justify-content: center;
    line-height: 46px;
    width: 100%;
    background: #409eff;
    color: #fff;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    max-width: 640px;
}

.send-type2 {
    display: none;
}

.combo-box {
    margin-bottom: 10px;
}

.combo-box li {
    width: calc(31% - 10px);
    margin-right: 5px;
    padding: 5px;
    float: left;
    margin-top: 5px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

#combo-box li {
    margin: 15px 2%;
    padding: 1.3%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    border: 2px solid #ccc;
}

#combo-box1 li {
    color: #666;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 5px 5px 5px 0;
    border-radius: 0.2rem;

    display: inline-block;
    text-align: center;
    background: rgba(0, 0, 0, 0.06);
}

.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: 12px;
    line-height: 21px;
    color: #666;
}

.combo-active {
    background: var(--vp-main-color) !important;
    color: #fff;
}

.combo-active > div {
    color: #fff !important;
}

.count-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #eee;
    color: #222;
    text-align: center;
    font-size: 16px;
}

.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: 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
}

.order-info-input select {
    border-radius: 20px;
}

.order-info-title {
    line-height: 36px;
}

.send-type-box {
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    border-radius: 5px;
}

.send-type-box > div {
    text-align: center;
    width: 50%;
}

.send-type-box > div:first-child {
    border-right: 1px solid #ccc;
}

.send-type-active {
    background: #e40681 !important;
    border-color: #e40681 !important;
    color: #fff !important;
}

.order-info-input select {
    width: 100%;
    padding: 10px 5px;
    line-height: 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
}

.order-info-input textarea {
    width: 100%;
    padding: 10px 5px;
    line-height: 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
}

.success-box {
    width: 100%;
    height: 100%;
    max-width: 750px;
    position: fixed;
    top: 0;
    background: #fff;
    display: none;
}

.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: 21px;
    font-size: 14px;
    color: #222;
    text-align: right;
}

.detail img {
    width: 100%;
}

h2 {
    color: #555;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    text-indent: 2%;
    /* border-bottom: 1px solid #ccc; */
}

h2:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #c50a1d;
    margin-right: 8px;
    vertical-align: middle;
}

.notesbox {
    padding: 0 3% 30px 3%;
    color: #fff;
}

.note_text {
    text-indent: 1em;
}

footer {
    display: -webkit-flex;
    display: flex;
    background: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;
}

.inquiry {
    width: 60%;
    border-left: 1px dashed #ff2a2a;
}

.quickbuy {
    flex: 1;
    background: #ff2a2a;
    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: 18px;
}

.top-big-btn-box {
    width: 100%;
    height: 50px;

    line-height: 50px;
    font-size: 18px;
    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;
}

.issue-title {
    font-size: 18px;
    line-height: 18px;
    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;
    overflow: hidden;
}

a {
    background: 0 0;
    text-decoration: none;

}

div.mui-bar {
    border: none;
    height: auto;
    padding: 10px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 3px;
    background-color: #fdfdfd;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 -1px 1px #dad8d8;
}

.mui-bar .service, .query {
    width: 23%;
    height: 56px;
    border: 1px solid #dedede;
    text-align: center;
    float: left;
    border-radius: 4px 4px 4px 4px
}

.mui-bar {
    box-shadow: none
}

.query a, .service a {
    color: #dd2d97;
    font-size: 14px
}

.query img, .service img {
    max-width: 30px;
    margin: 0 auto
}

.mui-bar .purchase {
    float: left;
    width: 48%;
    height: 56px;
    border: 1px solid #dedede;
    margin: 0 .5%;
    text-align: center;
    background-color: red;
    border-radius: 4px 4px 4px 4px
}

@-moz-document url-prefix() {
    .mui-bar .purchase {
        width: 47%
    }
}

.mui-bar .purchase a {
    line-height: 56px;
    font-size: .22rem;
    color: #fff
}

.mui-bar .service, .query {
    width: 24.4%;
    height: 56px;
    border: 1px solid #dedede;
    text-align: center;
    float: left;
    border-radius: 4px 4px 4px 4px;
}

.query a, .service a {
    float: left;
    line-height: 18px;
    color: #000;
    font-size: 14px;
    width: auto;
    text-align: center;
    margin-top: 9px;
    margin-left: 6%
}

.query img, .service img {
    float: left;
    max-width: 30px;
    margin: 0 auto;
    margin-top: 12px;
    margin-left: 26%;
    margin-right: 1px
}

.fot {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    padding-top: 2px;
    font-size: 12px
}

.mui-bar {
    border: none
}

.mui-bar .purchase img {
    max-width: 30px;
    margin: 12px auto 0 20%;
    text-align: right;
    float: left;
    width: 50%;
    padding-top: 3px
}

.mui-bar .purchase span {
    text-align: left;
    line-height: 60px;
    width: 50%
}

.mui-bar .purchase a {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    width: 100%
}

.fot p {
    margin: 0 auto;
    color: #000;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    margin-top: 34px
}

.fot p img {
    width: 35px;
    height: auto;
    margin-right: 0;
    padding-top: 6px;
    margin-left: 3px
}

.mui-bar .purchase a span {
    line-height: 50px;
    float: left;
    font-size: 20px;
    text-align: center
}

.mui-bar {
    box-shadow: 0px -1px 1px #dad8d8;
    margin: 0 auto;
    max-width: 640px;
    padding-bottom: 1px
}

.spec-img {
    width: 100px;
    height: 100px;
    border-radius: 0.2rem;
    border: 1px solid #f1f1f1;
}

.pay_content {
    width: 100%;
    height: auto;
    background: #fefefe;
    margin-top: .8rem;
    margin-bottom: .53333rem;
}

.pay_image {
    width: 20%;
    height: auto;
    float: left;
    padding-top: 6%;
    margin-left: 3%;
}

.detail-context {
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 10px;
    height: 30px !important;
}

.dc-price .s-price-1 {
    padding: 1% 2%;
    color: #d62672;
    float: left;
    font-size: 24px
}

.dc-price .o-price-1 {
    text-decoration: line-through;
    float: left;
    padding: 0px 6px
}

.detail-context .flag {
    float: left;
    background: #ff0000;
    color: #fff;
    line-height: 18px;
    margin-left: 2px;
    border-radius: 3px;
    padding: 2px 4px
}

.detail-profile {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 10px;
    color: #d62672;
    min-height: 30px;
    font-size: 14px;
}

.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;
    overflow: hidden
}

/*.fixed{position:fixed;z-index:999;top:0px;}*/
.detail-bars li {
    font-size: 14px !important;
    background: white;
    color: #33333;
    width: 33.33%;
    line-height: 39px;
    border-right: 1px solid #ddd;
    float: left;
    text-align: center;
    cursor: pointer
}

.detail-bars li:last-child {
    border-right: none
}

.service1 {
    font-size: 14px;
    color: #393d49;
    display: flex;
    font-weight: 600;
}

.service1 > .a {
    width: 25%;
    text-align: center;
    float: left;
    display: fle
}

.original_price {
    float: left;
    text-decoration: line-through;
    padding-left: 20px;
    color: #788188;
    font-size: 0.8rem;
    padding-top: 17px;
}

.top-main-box {
    height: 55px;
    background: #F5F769;
    overflow: hidden;
    position: relative;
}

.top-main-box-bg {
    width: 500px;
    background: #FAE300;
    height: 400px;
    border-radius: 500px;
    position: absolute;
    top: -350px;
    left: calc(-500px + 70%);
    border: 20px solid #F7EF00;
}

.top-main-content {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
}

.main-price span {
    font-weight: bold;
}

.sold-box {
    width: 100px;
    height: 12px;
    margin: 4px;
    border-radius: 10px;
    background: #fba35d;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #fff;
}

.sold-line {
    padding-right: 5px;
    width: 80%;
    height: 100%;
    background: #F20012;
    border-radius: 12px;
}

.time-count-box {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    color: #fff;
    background: #000;
    line-height: 16px;
    font-size: 10px;
}

.time-count-flag {
    padding: 0 3px;
    position: relative;
    top: -4px;
}

.goods-title {
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

.top-big-btn-box {
    height: 50px;
    border-radius: 50px;
    background: #F5EF00;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 10px;
}

.top-big-btn-red {
    height: 100%;
    background: #FF000F;
    border-radius: 50px;
    color: #fff;
}

.detail-content {
    text-align: left;
}

.detail-content-main iframe {
    width: 100%;
    height: 500px;
}

.content-active {
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: normal;
    background: url(/static/home/images/vline.jpg) no-repeat 15px center;
    padding-left: 27px;
}

img {
    display: block;
}

h1 {
    font-size: 0.8rem;
}

.detail-content-main {
    overflow: hidden;
}

.detail-content-main img {
    width: 100%;
}

.banner-content {
    padding-bottom: 0.8rem;
}

.immediately-buy-btn {
    max-width: 640px;
    margin: 10px;
    text-align: center;
    line-height: 54px;
    background: #F60011;
    border-radius: 50px;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: calc(100% - 20px);
    box-shadow: 0 0 8px #f200129e;
}

.page-header {
    height: 46px;
    box-shadow: 0 0 4px rgba(196, 213, 167, 0.26);
    position: absolute;
    width: 100%;
    background: #fff;
    color: #222;
    z-index: 9;
    top: 0;
    line-height: 46px;
    font-size: 16px;
}

.order-info > div > div:last-child {
    width: calc(100% - 36px);
}

.order-price-box {
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
    color: #666;
}

.order-price-box > div > div {
    margin: 5px 0;
}

.order-price-box > div > div > div:first-child {
    position: relative;
    color: #666;
}

.address-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    top: 0;
    z-index: 99999999;
    left: 100%;
}

.address-goods-box {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
}

.address-main-box {
    background: #fff;
    border-radius: 5px;
    text-align: left;
    margin: 0 10px;
    font-size: 0.8rem;
}

.address-main-box > div {
    padding: 10px 0;
}

.address-main-box > div > div:first-child {
    width: 90px;
    font-size: 16px;
    line-height: 40px;
}

.address-main-box > div > div:last-child {
    width: calc(100% - 90px);
    font-size: 14px;
}

.shadow-box {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
}

.service-box {
    padding: 0 10px;
    border-radius: 3px;
}

.count-btn {
    width: 1.3rem;
    height: 1.3rem;
    background: #f1f1f1;
    text-align: center;
    font-size: 0.8rem;
}

.count-box {
    line-height: 1.3rem;
}

.count-box input {
    border: none;
    outline: none;
    text-align: center;
    width: 2rem;
}

.radio-label {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 10px;
    border: 0.1rem solid #F60011;
    margin: 0.175rem;
    box-sizing: border-box;
}

.radio-active {
    border: 0.25rem solid #F60011;
}

textarea {
    width: 100%;
    height: 50px;
    outline: none;
    font-size: 14px;
    font-family: 'cwTeXFangSong';
    background: #fff;
    border: none;
    line-height: 21px;
    padding: 10px;
    background: #f7f7f7;
    width: calc(100% - 20px);
    resize: none;
    border-radius: 0.2rem;
}

.address-content-main {
    height: 100%;
    overflow: auto;
}

.sc-select {
    display: none;
}

.submit-float-btn {
    line-height: 45px;
    width: 100%;
    font-size: 16px;
}

.main-btn {
    width: calc(100% - 20px);
    margin: 10px;
    text-align: center;
    background: var(--vp-main-color);
    color: #fff;
}

.explain {
    padding: 16px;
    margin-top: 16px;
}

.explain h1 {
    font-size: 24px;
    text-align: center;
    color: #222;
    font-weight: 100;
}

.explain p {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
    line-height: 20px;
    word-break: break-all;
}

.this_box {
    margin: 16px;
    background: #f6f6f6;
}

.m-orderItem {
    margin-top: 10px;
    padding-left: 15px;
    font-size: 16px;
}

.this_explain h1 {
    font-size: 12px;
    font-weight: 100;
    color: #aaa;
    margin-top: 20px;
}

.this_explain p {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.m-orderItem .row-2 {
    padding: 10px 0;
    padding-top: 0;
}

.m-orderItem .goodImg {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.m-orderItem .goodInfo {
    margin-left: 16px;
    color: #999999;
}

.m-orderItem .goodName {
    overflow: hidden;
    font-size: 12px;
    color: #aaa;
}

.row-2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/**标题**/
.flex-btw {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.final-price {
    font-size: 24px;
    color: #e40681;
    margin: 3px;
}

.akmall-plug {
    height: 54px;
    color: #fff;
    overflow: hidden;
    background-image: linear-gradient(to right, var(--vp-main-color) 22%, var(--vp-main-color) 76%);
}

.akmall-plug .price {
    float: left;
    height: 54px;
    width: 65%;
    vertical-align: bottom;
}

.akmall-plug .price .symbol {
    float: left;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 54px;
}

.akmall-plug .current-price {
    float: left;
    font-size: 30px;
    line-height: 54px;
    vertical-align: bottom;
    letter-spacing: -3px;
}

.akmall-plug .group {
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

.akmall-plug .original-price {
    padding-top: 5px;
    line-height: 20px;
    vertical-align: top;
    display: block;
}

.akmall-plug .salenum {
    line-height: 20px;
    vertical-align: bottom;
    height: 25px;
    line-height: 25px;
    padding: 2px;
    background: var(--vp-main-color);
    border-radius: 1px;
}

.akmall-plug .timer {
    float: left;
    height: 54px;
    width: 35%;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fef391), to(#fbe253));
    color: #555;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

.akmall-plug .timer .tt {
    white-space: nowrap;
    padding-top: 5px;
    color: #f61d4b;
    padding-bottom: 2px;
}

.akmall-plug .timer .akmall-timer strong {
    background: #543411;
    padding: 1px;
    border-radius: 3px;
    color: #fff;
}

.old-price {
    font-size: 17px;
    color: #666;
    text-decoration: line-through;
    margin-top: 9px;
}

.price-box .label {
    background-color: #F51111;
    color: #fff;
}

.label {
    padding: 1px 8px;
    font-size: 15px;
    margin-bottom: 0.05rem;
    margin-right: 3px;
    border-radius: 6px;
    border: 1px solid #e40681;
    background: #e40681;
    color: white;
}

.d-name {
    font-size: 16px;
    padding: 15px
}

.d-name span {
    color: #555;
    font-weight: bold;
    font-size: 18px;
}

.price-l {
    display: flex;
    height: 54px;
    color: #fff;
    overflow: hidden;
    background-image: linear-gradient(to right, var(--vp-main-color) 22%, var(--vp-main-color) 76%);
}

.settime {
    display: inline-block;
    font-size: 14px;
    background: white;
    color: #e40681;
}

.showmenu {
    float: left;
    color: #929292;
}

.showmenu2 {
    width: 65px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .final-price {
        font-size: 20px;
    }

    .old-price {
        font-size: 15px;
    }

    .label {
        font-size: 13px;
    }

    .d-name {
        font-size: 15px;
    }

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

.hmbox {
    overflow: hidden;
    padding: 12px 5px;
    font-size: 14px;
    color: #888;
    background: rgba(255, 200, 200, .2);
}

.bz {
    font-size: 15px;
    color: #000;
    float: left;
}

.bz span {
    font-size: 13px;
    display: inline-block;
    margin-right: 7px;
}

.hmbox i {
    width: 16px;
    display: inline-block;
    float: left;
    margin-right: 3px;
    opacity: 0.7;
    margin-top: 2px;
}

element.style {
}

.gou {
    margin: 5px;
    height: 45px;
    background: #e40681;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

/*底部固定框*/
.buy-nav {
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
    max-width: 750px;
    background: #FFF;
    height: 50px;
    z-index: 100;
}

.buy-nav > .left {
    float: left;
    width: 50%;
    font-size: 1.2rem;
    background: var(--vp-main-color);
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.buy-nav > .right {
    float: left;
    width: 50%;
    font-size: 1.2rem;
    background: #000;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
}

.buy-nav > .right > a {
    color: #fff;
}

.my-shop-btn {
    animation: my-btn 0.8s infinite;
}

@keyframes my-btn {
    0% {
        transform: translateX(0rpx);
        transform: scale(.8);
    }
    50% {
        transform: translateX(30rpx);
        transform: scale(1);
    }
    100% {
        transform: translateX(0rpx);
        transform: scale(.8);
    }
}

/*下单页订单信息分割线*/
.u-address-bg {
    display: block;
    width: 100%;
    height: 5px;
    background: url("/static/home/images/address-bg.png") repeat-x;
    background-size: 31px 8px;
    margin-bottom: 12px;
}

.details-rows {
    margin: 0 15px;
}

.rows-head {
    display: block;
    padding: .2rem 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 2rem;
    color: #666;
}

.details-request {
    color: var(--vp-main-color);
    float: left;
}

.rows-params {
    padding: 2px 0;
    line-height: 2rem;
    position: relative;
    color: #333333;
    display: -webkit-box;
}

select, .details-input-text {
    text-indent: .3rem;
    width: 100%;
    display: inline-block;
    padding: .5rem 0;
    margin-right: 1px;
    font-weight: bold;
    color: #555;
    border: 1px solid #cccccc;
    outline: none;
    transition: all 0.2s linear 0s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 2px;
}

.buy-single-row {
    padding: 0 15px;
    line-height: 39px;
    border-radius: 2px;
    outline: 0;
}

.buy-single-row label {
    padding: 4px 0;
    display: -webkit-flex;
    align-items: center;
    border-bottom: 1px solid rgba(217, 217, 217, 0.6);
    margin-bottom: 5px;
    font-weight: bold;
}

.input-label {
    width: 20%;
    color: #666;
}

.fixed {
    width: 80%;
    padding: 0;
    font-size: 15px;
}

.cell {
    padding: 0;
    font-size: 15px;
}

.inputText {
    width: 100%;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    line-height: 18px;
    padding: 10px 0;
    color: #666;
    font-weight: 100;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #666666d9;
}

textarea::-webkit-input-placeholder, input::-moz-input-placeholder {
    color: #666;
}

textarea::-webkit-input-placeholder, input::-ms-input-placeholder {
    color: #666;
}

.layui-form select {
    display: block;
}

.detail-region {
    display: block;
    float: left;
    width: 32%;
}

.detail-alert {
    padding: .8rem;
    margin-bottom: 1rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fbeedf;
    border: 1px solid #eed3d7;
    border-radius: .2rem;
    color: #c00;
    line-height: 1.5rem;
    margin: 0 2%;
}

.rowsparams {
    padding: 2px 0;
    line-height: 2rem;
    position: relative;
}

.detail-params {
    float: left;
    padding: 0px 3px;
    font-size: 1rem;
    color: #666;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin: 6px 2px;
    text-decoration: none;
    transition: all 0.3s linear 0s;
}

.detail-params:hover {
    background-color: #ccc;
    text-decoration: none;
}

.detail-params.active {
    color: #fff;
    background-color: var(--vp-main-color);
    border-color: var(--vp-main-color);
    text-decoration: none;
}

.detail-payment .detail-payment-payOnDelivery {
    background-position: 2px -1px;
}

.detail-payment .detail-payment-payOnDelivery:hover {
    background-position: -198px -1px;
}

.detail-payment .detail-payment-711 {
    background-position: 2px -345px;
}

.detail-payment .detail-payment-711:hover {
    background-position: -198px -345px;
}

.detail-payment .detail-payment-quanjia {
    background-position: 2px -395px;
}

.detail-payment .detail-payment-quanjia:hover {
    background-position: -198px -395px;
}

.detail-payment .detail-payment-paypal {
    background-position: 2px -295px;
}

.detail-payment .detail-payment-paypal:hover {
    background-position: -198px -295px;
}

.detail-payment label {
    background: url("/static/home/images/payment2.png") left -2px no-repeat;
    padding-left: 32px;
}

.detail-alert {
    padding: .8rem;
    margin-bottom: 1rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fbeedf;
    border: 1px solid #eed3d7;
    border-radius: .2rem;
    color: #c00;
    line-height: 1.5rem;
    margin: 0 2%;
}

/*面板导航*/
.layui-colla-title {
    height: 35px;
    font-size: 0.8rem;
}

.layui-colla-content {
    font-size: 1.3rem;
}

.line-contact {
    line-height: 30px;
    z-index: 1;
    text-align: center;
    position: fixed;
    bottom: 80px;
    right: 45px;
    width: 15px;
    height: 50px;
}

.line-contact img {
    display: inline;
    width: 50px;
    border-radius: 50px;
    height: 50px;
}

.delivery-type {
    margin: 10px;
}

.delivery-type .layui-btn {
    padding: 0 10px 0 2px;
    line-height: 30px;
    text-align: left;
    font-size: 1rem;
}

.delivery-type .layui-btn img {
    margin-right: 5px;
    background-color: #ffffff;
    vertical-align: middle;
}

.detail-alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fbeedf;
    border: 1px solid #eed3d7;
    border-radius: .2rem;
    color: #c00;
    line-height: 1.5rem;
}

.delivery-type .layui-btn.active,
.delivery-type .layui-btn:hover {
    border-color: var(--vp-main-color);
    background-color: var(--vp-main-color);
    color: #FFFFFF;
    box-shadow: 4px 0 10px var(--vp-main-color);
}

.qrcode-box {
    margin: 0 auto;
    width: 93%;
    padding-top: 10px;
}

.layui-carousel {
    height: 350px;
}

.more-content {
    padding: 10px 3px 30px 3px;
}

.more-content .layui-colla-content {
    font-size: 0.88rem !important;
}

#attribute-box {
    margin-bottom: 10px;
    padding: 0 5px;
}

.attribute-list {
    padding: 10px;
    border: 5px solid rgb(241, 241, 241);
}

.attribute-list .package-product {
    font-size: .87rem;
    font-weight: bolder;
    color: #858585;
}

.layui-field-title .layui-field-box {
    height: auto;
}

.layui-field-title legend {
    font-weight: bold;
    font-size: 14px !important;
}

.sku-box {
    height: 80px;
    font-weight: bold;
}

.sku-box .attribute-item {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 6px;
    border: 1px solid #CCC;
    width: auto;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sku-box .attribute-item.active {
    border: 2px solid var(--vp-main-color);
    padding: 6px;
    box-shadow: 2px 2px 10px var(--vp-main-color);
    background-color: var(--vp-main-color);
    color: #ffffff;
}

.sku-box .attribute-item img {
    width: 80px;
    height: 80px;
    padding-bottom: 10px;
}

.hr-line {
    color: #333333;
    height: 1px;
    margin: 10px 0;
    background-color: #333333;
    border-top: 1px solid #333333;
}
