html, body {
    background: #F2F6F7;
    display: flex;
    flex-direction: column;
    height: 100%;
}
[v-cloak] {
    display: none;
}
@media (max-width: 768px) {
    .main-body {
        flex-direction: column;
    }
    .main-body .left {
        flex: 1;
        width: 100% !important;
    }
    .main-body .right {
        padding-left: 0 !important;
    }
    .introduce {
        flex-direction: column;
    }
    .head .menu a {
        font-size: 12px;
        margin: 0 10px !important;
    }
    .introduce .logo-img img {
        width: 100% !important;
        height: auto !important;
    }
    .list-title {
        flex-direction: column !important;
    }
    .news-list {
        flex-direction: column;
    }
    .news-list-item {
        width: 100% !important;
    }
    .news-list .news-list-item:nth-child(2) {
        padding: 0 !important;
    }

    .product-box {
        flex-direction: column;
    }
    .product-img {
        width: 100%;
    }
    .product-info {
        padding-left: 0 !important;
    }
}
header{
    width: 100%;
    background: transparent;
    background-image: linear-gradient( #d89259 10%, #a25b68 60%, #7c3276 100%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
footer {
    background: #000000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding: 20px 0;
}
.main-body .left {
    width: 240px;
}
.main-body .right {
    flex: 1;
    padding-left: 20px;
}
a {
    color: #7c3276;
}
.red {
    color: red;
}
.s25 {
    width: 25%;
}
.s-100 {
    width: 100px;
}
a:hover, .link {
    color: #07669b;
}
.title {
    color: #7c3276;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
}
.head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1190px;
    margin: 0 20px;
}
.head .logo {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.head .logo img {
    width: 50px;
}
.head .menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head .menu a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin: 0 20px;
    font-weight: bold;
}

.main {
    display: flex;
    justify-content: center;
    flex: 1;
}
.main-body {
    display: flex;
    width: 1190px;
    margin: 0 20px;
}
.about,.login, .register,.contact,.introduce,.glance, .notice, .mark ,.product,.illustrate {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow:#dddddd 0px 0px 10px;
    border-radius: 2px;
}
.login {
    border-top:4px solid #7c3276;
}
.login .content {
    line-height: 20px;
    color: #666666;
    font-size: 12px;
}
.login .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}
.login .name:nth-child(1) {
    margin-top: 10px;
}
.login-btn {
    background: #7c3276;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    /*margin-top: 20px;*/
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #7c3276;

}
.login-msg {
    margin-top:10px;
    margin-bottom:10px;
    font-size: 12px;
    color: #ff4d4f
}
.login .input {
    display: flex;
}
.login-input {
    border: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    flex: 1;
    padding-left: 10px;
    outline:none;
    flex: 1;
}
.login-input:hover {
    border: 1px solid #999999;
}
.divs {
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
    margin-bottom: 10px;
}

.about .content {
    line-height: 20px;
    color: #666666;
    font-size: 12px;
}
.register .content {
    line-height: 20px;
    color: #666666;
    font-size: 12px;
}
.register .item {
    margin-top: 20px;
}
.register .item a {
    font-weight: bold;
    font-size: 14px;
}
.register .item.b {
    margin-bottom: 10px;
}
.contact .item .imgs {
    width: 40px;
    display: flex;
    align-items: center;
}
.contact .item .imgs img {
    width: 24px;
}
.contact .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.contact .item .content {
    flex: 1;
    font-size: 12px;
    font-weight: bold;
}
.contact .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.introduce {
    display: flex;
    align-items: center;
}
.introduce .logo-img{
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.introduce .logo-img img {
    width: 280px;
    height: 60px;
}
.introduce .desc {
    flex: 1;
}
.introduce .desc .title {
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}
.introduce .desc .author span {
    font-size: 14px;
    color: #07669b;
}
.introduce .desc .author span:nth-child(1) {
    font-weight: bold;
}
.glance .name {
    /*border-left:4px solid #7c3276;*/
    /*padding-left: 10px;*/
    font-weight: bold;
    color: #7c3276;
    font-size: 22px;
}
.glance .list {
    /*padding-left: 15px;*/
    margin-top: 10px;
    font-size: 12px;
}
.glance .list .item {
    line-height: 24px;
    color: #333;
}
.glance .list .item span:nth-child(1) {
    font-weight: bold;
}
.glance .list .item span:nth-child(2) {
    margin-left: 10px;
}
.notice {
    display: flex;
    align-items: center;
    border-left: 4px solid #7c3276;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.notice .supplement{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
.notice .icons {
    display: flex;
    align-items: center;
}
.notice .icons img {
    width: 16px;
    margin-right: 5px;
}
.notice .name {
    font-size: 12px;
    flex: 1;
}
.mark {
    font-size: 12px;
    color: #07669b;
    line-height: 20px;
}
.product {
    border-top: 4px solid #7c3276;
}
.product .product-summary .name, .product .details-pricing .name {
    font-weight: bold;
    color: #7c3276;
    font-size: 20px;
}
.product .product-summary .title .icons img, .product .details-pricing .title .icons img {
    width: 22px;
}
.product .product-summary .title, .product .details-pricing .title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}
.product .product-summary .title .icons, .product .details-pricing .title .icons {
    display: flex;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
}
table {
    border-collapse:collapse;
    border: 1px solid #f5f5f5;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}
table td {
    border:1px solid #f5f5f5;
    padding:10px;
}
table.pricing tr.name td {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

table.pricing td span.de, table.pricing td p.de {
    color: #7c3276;
}
table.pricing td.num {
    width: 40px;
}
table.pricing td.price {
    width: 80px;
}
.price-btn-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.price-btn {
    display: inline-block;
    color: #7c3276;
    border: 1px solid #7c3276;
    padding: 2px 4px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
}
.price-btn:hover {
    background: #7c3276;
    color: #ffffff;
}
.price-btn:hover a {
    color: #ffffff;
}
.product .item {
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 4px;
}
.product .item .name{
    font-weight: bold;
    font-size: 16px;
    color: #7c3276;
}
.product .item .img-icon {
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.product .item .img-icon img {
    width: 14px;
}
.product .item .t {
    display: flex;
    align-items: center;
}
.product .item .de {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0 10px 0;
    padding-left: 20px;

}
.product .item .de.b{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.product .item .de.list {
    font-size: 12px;
    border-bottom: 1px solid #eee;
}
.product .item .de.list .item-h {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}
.p-open-close, .p-oc{
    cursor: pointer;
}

.pricing tr:nth-child(even) {
    background: #f8f8f8;;
}
.pricing tr.hover, .pricing tr.hover p.de {
    background: #7c3276;
    color: #ffffff !important;
}
.pricing tr.hover .price-btn {
    background: #ffffff;
    color: #000000;
}

.pricing tr.hover.name td {
    color: #ffffff !important;
}
.item .de.hover {
    background: #f8f8f8;
}
.table-user-list {
    display: flex;
    flex-direction: column;
}
.list-title {
    font-size: 26px !important;
    padding-top: 40px !important;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.t-u-list {
    border: 1px solid #eee !important;
    width: 100%;
}
.t-u-list tr.b td {
    border: 1px solid #eee !important;
    padding: 8px !important;
    text-align: center !important;
}
.t-u-list .t-h {
    font-weight: bold;
    text-align: center;
}
.t-u-list .t-c {
    text-align: center;
}
.t-u-list tbody.by {
    text-align: center;
}

.note {
    font-weight: bold;
}

.num.list {
    font-size: 12px;
    color: #000000 !important;
}
.num .item-h {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}
.num .item-l {
    color: #000000;
    font-size: 12px;
    padding-left: 20px;
    line-height: 20px;
}
.btn-a {
    text-decoration: none;
}
.s-t {
    font-size: 14px;
    margin-left: 10px;
}


.cart tbody.by tr:hover{
    background: #ffffff !important;
}
.cart tr.t-h.t td {
    background: #f8f8f8;
    padding: 10px !important;
}
.cart tr td {
    padding: 2px 10px !important;
}
.cart tr td .de {
    color: #999999;
    font-size: 12px;

}
.cart tr td p.t {
    font-weight: bold;
}

.illustrate {
    border-top:4px solid #7c3276;
    margin-top: 0px;
}
.illustrate .name {
    font-weight: bold;
    color: #7c3276;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
}
.illustrate .tb {
    border-collapse:collapse;
    border: 1px solid #f5f5f5;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
}
.illustrate .tb:last-child {
    margin-bottom: 0;
}
.illustrate .tb td {
    border:1px solid #f5f5f5;
    padding: 5px !important;
    color:#666666;
}
.illustrate .op {
    display: flex;
    margin: 10px 0;
    cursor: pointer;
}
.illustrate .op .icons img {
    width: 24px;
}
.cart-num {
    border: 1px solid #dddddd;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    padding-left: 4px;
    outline:none;
    width: 80px;
}
.count-p {
    padding: 20px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
.count-p .t {
    font-weight: bold;
    font-size: 12px;
    color: #7c3276;
    margin-right: 10px;
}
.count-p .n {
    font-weight: bold;
    font-size: 12px;
}
.special-note {
    font-size: 12px;
    text-align: right;
    line-height: 30px;
    display: flex;
}
.special-note .name {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #7c3276 !important;
}
.special-note .tip{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ill-list {
    margin-bottom: 10px;
}
.ill-list .title {
    font-weight: bold;
    font-size: 13px;
    color: #07669b;
    text-align: left !important;
    line-height: 24px !important;
    margin-bottom: 0;
}
.ill-list .describe {
    font-size: 12px;
    color: #07669b;
    line-height: 18px;
}
.ill-detail {
    /*display: none ;*/
}


.fce{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.swiper-img {
    width: 100%;
    height: 100%;
}
.news {
    background: #F1F3F4;
}
.main-f{
    flex: 1;
}
.news-head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.news-head .news-item-title {
    flex: 1;
    font-size: 18px;
    font-weight: bold;
}
.news-head .news-news-more {
    background: #7c3276;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 2px;
    width: 64px;
    cursor: pointer;
}
.news-head .news-news-more img {
    width: 12px;
    margin-left: 4px;
}
.news-item {
    padding: 40px 0;
    width: 100%;
}
.news-item-title {
    font-weight: bold;
    font-size: 12px;
}
.news-list {
    display: flex;
}
.news-list-item {
    display: flex;
    flex-direction: column;
    width: 33.3333%;
    cursor: pointer;

}
.news-list-item .img-item img {
    width: 100%;
    height: 264px;
    border-radius: 4px;
}
.news-title {
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    color: #666666;
    display: flex;
}
.news-title .t {
    flex:1;
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
}
.news-title .d {
    width: 80px;
    color: #999999;
    text-align: right;
}
.news-list-item:hover .news-title {
    color: #7c3276;
}
.news-list .news-list-item:nth-child(2) {
    padding: 0 20px;
}
.news-date {
    font-size: 12px;
    color: #999999;
    text-align: right;
}
.t-n {
    text-decoration: none;
}
.product-main {
    display: flex;
    padding: 40px 0;
    background: aliceblue;
}
.product-box {
    display: flex;
}
.product-box .product-img {
    width: 400px;

}
.product-box .product-img img {
    width: 100%;
    border-radius: 2px;
}
.product-box .product-info {
    flex: 1;
    padding-left: 40px;
}
.product-info .info-item-content {
    font-size: 13px;
    line-height: 24px;
}
.product-info-item .info-item-title {
    font-size: 16px;
    color: #7c3276;
    line-height: 40px;
    font-weight: bold;
}
.product-info-item {
    margin-bottom: 40px;
}

.product-swiper-button-prev{
    background-image: url("/images/btn-prev.png");
    width: 35px !important;
    height: 35px !important;
    background-size: 35px;
    background-position: left top;
    position: absolute;
    top: -60px;
    right: 60px;
    z-index: 99;
    cursor: pointer;
}

.product-swiper-button-next{
    background-image: url("/images/btn-next.png");
    width: 35px !important;
    height: 35px !important;
    background-size: 35px;
    background-position: left top;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 99;
    cursor: pointer;
}
.contact-main {
    background: content-box;
    padding:40px 0;
}
.notice-box {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.notice-box img {
    width: 16px;
    margin-right: 4px;
}
.notice-box .content {
    font-size: 12px;
    color: #666666;
}
.notice-box a {
    text-decoration: none;
}
.contact-list {
    display: flex;
    color: #7c3276;
}
.contact-list .contact-item {
    flex: 1;
}
.contact-list .contact-item.br {
    border-right: 1px solid #eeeeee;
}
.contact-list .contact-item.c {
    display: flex;
    justify-content: center;
}
.contact-list .contact-item .label {
    font-weight: bold;
    margin-right: 5px;
}
.contact-list .contact-item.r {
    display: flex;
    justify-content: flex-end;
}