html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body,html {
    height: 100%
}

body {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background-color: #09121d;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    transition: .5s;
    cursor: pointer
}

button:focus {
    outline: 0
}

a {
    transition: .5s
}

a:active,a:focus,a:hover {
    outline: 0;
    text-decoration: none
}

input,select,textarea {
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    transition: .5s
}

input:focus,select:focus,textarea:focus {
    outline: 0
}

select::-ms-expand {
    display: none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

/*::-moz-selection {*/
/*    background: #86FF00;*/
/*    color: #fff;*/
/*    text-shadow: none*/
/*}*/

/*::selection {*/
/*    background: #86FF00;*/
/*    color: #fff;*/
/*    text-shadow: none*/
/*}*/

::-webkit-input-placeholder {
    color: #585963;
    opacity: 1
}

::-moz-placeholder {
    color: #585963;
    opacity: 1
}

:-moz-placeholder {
    color: #585963;
    opacity: 1
}

:-ms-input-placeholder {
    color: #585963;
    opacity: 1
}

/*@media (min-width: 1310px) {*/
/*    .container {*/
/*        max-width:1310px*/
/*    }*/
/*}*/

.section .container {
    box-shadow: 0 7px 29px 0 rgba(18, 52, 91, .11);
    padding: 20px 35px;
    background: #1E2835;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #09121d;
    z-index: 99;
    transition: .5s,margin 0s;
    box-shadow: 0 1px 15px 0 rgba(0,0,0,.12)
}

.header_left,.header_right {
    height: 70px
}

.header_logo {
    display: block;
    margin-right: 30px;
    height: auto;
    font-weight: 700;
    color: #535761;
    font-size: 18px
}

.header_logo img {
    width: 48px;
    height: 48px;
    margin-right: 25px
}

.header_title {
    display: block;
    color: #535761;
    font-weight: 700;
    margin-right: 30px
}

.online-btn {
    min-width: 85px;
    padding: 0 8px;
    height: 25px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #698df3;
    border: 2px solid #4274ff;
    -webkit-box-shadow: 1px 4px 5px 0 hsla(0,0%,66.3%,.2);
    box-shadow: 1px 4px 5px 0 hsla(0,0%,66.3%,.2);
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin-right: 30px
}

.header_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 44px;
    background-color: #86FF00;
    border-radius: 50px;
    background: linear-gradient(0deg,#2a62ff,#4e7dff);
    box-shadow: 0 5px 6px 0 rgba(73,105,230,.22)
}

.header_button span {
    display: block;
    font-size: 14px;
    color: #fff;
    letter-spacing: .4px;
    text-transform: uppercase;
    transition: .5s;
    margin-left: 5px
}

.header_splt {
    width: 1px;
    background-color: rgba(219,218,218,.7);
    height: 20px
}

.header_link {
    font-weight: 400;
    margin-left: 30px
}

footer {
    padding-bottom: 85px;
}



.section {
    position: relative;
    padding-top: 60px
}

.section .col-auto {
    min-width: 25%
}

.section--last {
    padding-bottom: 50px
}

.section--first {
    padding-top: 110px
}

.section__title-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px
}

.section__title {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 0;
    position: relative;
    padding-left: 25px;
    font-family: Montserrat,sans-serif
}

.section hr {
    border: none;
    height: 1px;
    background-color: #f7f7f7
}

.section .section__title_2 {
    font-size: 14px;
    color: #545454
}

.section__title b {
    font-weight: 500
}

.section__title span {
    font-size: 14px;
    color: #585963;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: .4px
}

.section__title:before {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 3px;
    background-color: #86FF00;
    border-radius: 4px
}

.section__title--pre:before {
    /* background-color: #f26c2a; */
}

.section__title--title {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 130%
}

.section__title--small {
    padding-left: 0;
    font-size: 26px
}

.section__title--small:before {
    display: none
}

.section__nav-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px
}

.section__view {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    color: #585963;
    font-size: 13px;
    font-weight: 400;
    border-radius: 6px;
    background-color: #fff;
    margin-right: auto;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.12)
}

.section__view:hover {
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2)
}

.section__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.section .category .category_box.active .card {
        box-shadow: 0 7px 29px 0 rgba(18, 52, 91, .11);
        padding: 20px 35px;
        background: #2c394a;
        border-radius: 20px;
        border: 1px solid rgb(134 255 0);
}

.section .category .category_box.active .card .card__content .card__s_cateremark,.section .category .category_box.active .card .card__title h3 {
    color: #fff
}

.section .category .category_box_bak.active .card {
    background: linear-gradient(-45deg,#86FF00,#3798f7);
    -webkit-box-shadow: 0 7px 10px 0 rgba(54,144,248,.23);
    box-shadow: 0 7px 10px 0 rgba(54,144,248,.23);
    border: 1px solid #3580fb
}

.section .category .category_box_bak.active .card .card__content .card__s_cateremark,.section .category .category_box_bak.active .card .card__title h3 {
    color: #fff
}

.section .goods .goods_box.active .card {
    border: 1px solid #86FF00;
}

.section .goods .goods_box .lite_img {
    display: none
}

.section .goods .goods_box.active .lite_img {
    position: absolute;
    right: -2px;
    bottom: -1px;
    border-radius: 0 0 10px 0;
    display: block
}

.section .category .category_box .lite_img {
    display: none
}

.section .category .category_box.active .lite_img {
    position: absolute;
    right: -6px;
    bottom: -19px;
    display: block
}

.section .category .category_box_bak .lite_img {
    display: none
}

.section .category .category_box_bak.active .lite_img {
    position: absolute;
    right: -6px;
    bottom: -19px;
    display: block
}

.card {
    position: relative;
    display: block;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #1e2835;
    transition: .3s;
    border: 2px solid #f1f4fb;
    box-shadow: 0 4px 10px 0 rgba(135,142,154,.14);
    box-shadow: 0 7px 29px 0 rgba(18, 52, 91, .11);
    padding: 20px 35px;
    background: #1e2835;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.card:hover {
    box-shadow: 0 1px 15px 0 rgba(0,0,0,.2)
}

.card__cover {
    position: relative;
    display: block
}

.card__cover img {
    width: 100%;
    position: relative;
    z-index: 1
}

.card__cover:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #86FF00;
    opacity: 0;
    transition: .5s;
    z-index: 2
}

.card__cover:hover:before {
    opacity: .2
}

.card__title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 80px;
    display: inline-block;
    float: left;
}
.card__title img {
    border-radius: 18px;
}

.card__content h3 {
    font-size: 26px;
}
.card__title h3 {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 100%;
    margin-bottom: 10px;
    color: #33373f;
    font-size: 15px;
    font-weight: 600
}

.card__title h3 a {
    color: #545454
}

.card__title h3 a:hover {
    color: #f26c2a
}

.card__content {
    display: inline-block;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* width: 100%; */
    padding-left: 10px;
    padding-top: 12px;
}

.card__s_cateremark {
    color: #999;
    font-size: 15px
}

.card__detail_cover {
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    width: 100%
}

.card__detail_cover img {
    width: 100%;
    position: relative;
    transition: .5s;
    max-height: 80px;
    object-fit: cover
}

.card__detail_cover img:hover {
    transform: scale(1.1)
}

.card__detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.card__detail h3 {
    color: #ffffff;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-top: 10px;
}

.card__detail .card__detail_stock {
    color: #86ff00;
    font-size: 14px
}
.card__detail .card__detail_price b {
    font-size: 28px;
}
.card__detail .card__detail_remark {
    background: #ffebe8;
    color: #fb636b;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.card__detail .card__detail_price {
    font-weight: 600;
    font-size: 18px;
    color: #86FF00;
    line-height: 1.5
}

.card__title span s {
    font-size: 12px;
    color: #585963;
    margin-left: 10px;
    font-weight: 400;
    line-height: 100%
}

.card__actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 15px;
    width: 100%
}

.card__wrap {
    position: relative;
    width: 100%
}

.card__list {
    width: 100%
}

.card__list li {
    color: #33373f;
    font-size: 14px;
    line-height: 26px
}

.card__list li span {
    color: #585963;
    margin-right: 5px
}

.card__price {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%
}

.card__price span {
    width: 100%;
    font-size: 26px;
    color: #86FF00;
    font-weight: 600;
    line-height: 100%;
    display: block
}

.card__price s {
    font-size: 14px;
    color: #585963;
    margin-top: 7px;
    margin-right: 15px
}

.card__price b {
    font-size: 14px;
    color: #fd6060;
    margin-top: 7px;
    margin-right: 15px;
    font-weight: 600
}

.card--big {
    padding: 15px
}

.card--big .card__cover {
    border-radius: 6px;
    overflow: hidden
}

.card--big .card__title {
    padding: 20px 0
}

.card--big .card__title h3 {
    font-size: 18px;
    margin-bottom: 0
}

.card--big .card__actions {
    padding: 0;
    margin-top: 20px
}

.details__section .card {
    padding: 1rem!important
}

.details__section .card .card_col_right {
    padding-top: .5rem
}

@media (min-width: 360px) {
    .card--big {
        padding:20px
    }

    .card__actions {
        padding: 0 20px 20px
    }

    .card__preorder,.card__rate {
        left: 20px
    }

    .card__buy {
        width: calc(100% - 64px)
    }
}

@media (min-width: 768px) {
    .details__section .card .card_col_right {
        padding-left:0;
        padding-top: 0
    }

    .details__section .card .col-md-12 .card__wrap {
        /* padding: 0 .4rem; */
    }

    .card__buy {
        width: 100px
    }

    .card--big .card__title h3 {
        font-size: 20px
    }
}

.section_buttom {
    width: 100%;
    height: 62px;
    background: #1e2835;
    -webkit-box-shadow: 0 7px 29px 0 rgba(18, 52, 91, .11);
    box-shadow: 0 7px 29px 0 rgba(18, 52, 91, .11);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.section_buttom .goods_name {
    display: inline-block;
    line-height: 62px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.section_buttom .goods_name span {
    color: #545454;
    font-weight: 700;
    font-size: 14px;
    margin-left: 20px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.section_buttom .queding_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    background-color: #86FF00;
    border-radius: 50px;
    background: #86FF00;
    box-shadow: 0 5px 6px 0 rgba(73,105,230,.22);
    color: #09121D;
    cursor: pointer
}

.section_buttom .queding_btn .check_pay {
    color: #fff
}

.shuliang_box {
    display: inline-block
}

.shuliang_box .btn {
    width: 30px;
    height: 30px;
    background: #798da3;
    border: 1px solid #798da3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.shuliang_box .input {
    margin-left: 20px;
    margin-right: 20px;
    background: #798da3;
    border: 1px solid #798da3;
    border-radius: 4px;
    height: 37px;
    width: 80px
}

.shuliang_box .input input {
    background: #798da3;
    border: none;
    width: 100%;
    color: #545454;
    font-weight: 700;
    font-size: 18px;
    height: 100%;
    text-align: center;
    color: #fff;
}

.section_buttom .shuliang_box .btn span:first-child {
    width: 14px;
    height: 2px;
    margin-left: -7px;
    margin-top: -1px
}

.section_buttom .shuliang_box .btn span:nth-child(2) {
    width: 2px;
    height: 14px;
    margin-left: -1px;
    margin-top: -7px
}

.section_buttom .shuliang_box .btn span {
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%
}

.section_buttom .jiage {
    margin-left: 50px
}

.section_buttom .jiage span:first-child {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700
}

.sale_message span {
    font-size: 14px
}

.jiage span:nth-child(2),.jiage span:nth-child(3) {
    margin-left: 9px;
    font-size: 22px;
    color: #86FF00;
    font-weight: 700
}

.jiage s {
    font-size: 12px;
    color: #b7b7b7;
    margin-left: 12px
}

.btn-type {
    display: flex;
    align-items: center
}

.btn-type>div {
    margin-right: 10px;
    border-radius: 45px;
    background: #f8f8f8;
    border: 2px solid #f6f6f6;
    color: #999
}

.btn-type>div.on {
    border-color: #86FF00;
    color: #86FF00
}

.btn-type label {
    display: inline-block;
    padding: 8px 16px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px
}

.btn-type label input {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 14px;
    border: none;
    outline: 0
}

#order_box .ure_info_box .pay_type {
    margin: 0 auto
}

#order_box .ure_info_box .pay_type .pay_type_hide {
    margin-left: 22px;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    padding-top: 22px
}

#order_box .ure_info_box .pay_type .pay_type_box {
    margin-top: 21px
}

#order_box .ure_info_box .pay_type .pay_type_box .pay_type_leng {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 43px;
    text-align: center;
    margin-right: 11px;
    background: #798da3;
    border: 2px solid #798da3;
    border-radius: 4px;
    position: relative;
    margin-bottom: 8px
}

#order_box .ure_info_box .pay_type .pay_type_box .pay_type_leng label {
    margin-bottom: 0;
    padding: 0 25px;
    cursor: pointer;
    color: #fff;
}

#order_box .ure_info_box .pay_type .pay_type_box .pay_type_leng span {
    font-weight: 700;
    font-size: 13px;
    color: #545454;
    margin-left: 8px
}

#order_box .ure_info_box .pay_type .pay_type_box .pay_type_leng img,#order_box .ure_info_box .pay_type .pay_type_box .pay_type_leng span {
    display: inline-block;
    vertical-align: middle
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 16px
}

::-moz-placeholder {
    color: #999;
    font-size: 16px
}

:-ms-input-placeholder {
    color: #999;
    font-size: 16px
}

input[type=radio] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    border: #86ff00 solid 2px;
    border-radius: 50%;
    min-height: 18px;
    min-width: 18px;
    outline: 0;
    position: relative
}

input[type=radio]:checked::after {
    content: '';
    top: 3px;
    left: 2px;
    position: absolute;
    background: 0 0;
    border: #86ff00 solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 9px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--font-color)
}

.cursor-pointer {
    cursor: pointer
}

.goods_list {
    display: none
}

.goods_list.active {
    display: flex
}

.text_box {
    color: #999
}
