   .pro_con{color: #fff;}
	button.single_add_to_cart_button.button.alt{
	background: -webkit-linear-gradient(left,#0c1bae 0%,#3486fe 50%,#0c1bae 100%);
    background-size: 300%,1px;
    background-position: 0%;
	}
    [product-id="detail_tab_content"] .dg-tab-navs {
        white-space: nowrap;
        overflow-x: auto;
    }

    [product-id="detail_tab_content"] .dg-tab-navs .dg-tab-nav {
        display: inline-block;
    }

    [product-id="detail_tab_content"] .dg-tab-navs .dg-tab-nav.active a {
        background-color: #0c5adb;
        color: #fff;
    }

    [product-id="detail_tab_content"] .dg-tab-navs .dg-tab-nav a {
        float: left;
        padding: 0.8em 1.5em;
        background-color: #eee;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 400;
        color: initial;
    }

    [product-id="detail_tab_content"] .dg-tab-body {
        margin-top: -1px;
    }

    [product-id="detail_tab_content"] .dg-tab-body .dg-tab-content {
        display: none;
        padding: 1em;
    }

    [product-id="detail_tab_content"] .dg-tab-body .dg-tab-content.active {
        display: block;
    }

    /*产品图片区域*/
    .product_images {
        display: inline-block;
        width: 50%;
    }

    .dg-list-image .owl-item img {
        border-radius: 5px;
    }

    .dg-main-image {
        margin-bottom: 20px;
    }

    .dg-main-image img {
        border-radius: 5px;

    }

    .product_video {
        position: absolute;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*产品规格*/
    .product_standard {
        vertical-align: top;
        display: inline-block;
        width: 46%;
        margin: 1%;
        padding: 2%;
    }

    .woocommerce-tabs {
        margin-top: 10px;
        overflow: hidden;
    }

    .xs_show {
        display: none;
    }

    .xs_hidden {
        display: block;
    }

    @media only screen and (max-width: 992px) {
        .product_images {
            display: inline-block;
            width: 100%
        }

        .product_standard {
            vertical-align: top;
            display: inline-block;
            width: 100%;
            padding: 2%;
        }
    }

    @media only screen and (max-width: 768px) {
        .dg-main-image {
            display: none;
        }

        .xs_show {
            display: block;
        }

        .owl-carousel .owl-item .xs_hidden {
            display: none;
        }
    }

    h1.product_title.entry-title {
        font-size: 30px;
    }

    .woocommerce-product-details__short-description {
        line-height: 30px;
    }