@import url(common.css);

.product-content {
    display: flex
}

.product-pic {
    margin-right: 45px
}

.product-info h3 {
    font-size: 1.4375rem;
    color: #000;
    margin-bottom: 25px;
    margin-top: 25px
}

.description {
    text-transform: uppercase;
    color: #2c2c2c;
    position: relative;
    padding: 10px 0px
}

.description::after,
.description::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 4px
}

.description::before {
    width: 100%;
    background: #f2f3f8
}

.description::after {
    width: 96px;
}

.product-info p {
    margin: 10px 0px
}

.morelink a {
    display: inline-block;
    margin-right: 20px;
    border-radius: 3px;
    color: #FFF;
    font-size: 1.0625rem;
    padding: 0px 20px;
    line-height: 40px;
    white-space: nowrap
}

.morelink a:hover {
    background: #888;
    color: #FFF
}

.productshare {
    display: flex;
    align-items: center;
    padding: 20px 0px
}

.productshare p {
    text-transform: uppercase;
    color: #2c2c2c;
    font-size: .8125rem;
    display: inline-block;
    margin: 0px 15px 0 0
}

.productshare ul {
    display: flex
}

.product-content {
    margin-bottom: 90px
}

.product-tags {
    background: #f6f6f6;
    display: flex;
    justify-content: space-around;
    padding: 20px 0px;
    margin-bottom: 40px
}

.product-tags p {
    color: #262626;
    font-size: 1.125rem;
    cursor: pointer;
    transition: all .3s;
    text-transform: uppercase;
    padding: 0px 15px
}

.product-tags p.active,
.product-tags p:hover {
    color: #81a05d
}

.products-intro-change .table p {
    margin-bottom: 0px
}

.products-intro-change table tr:nth-child(2n+1) {
    background: #f6f6f6
}

@media screen and (max-width:960px) {
    .product-content {
        flex-wrap: wrap;
        justify-content: center
    }

    .morelink,
    .product-info h3 {
        text-align: center
    }
}

.pdown1 #A_DownLoadProduct {
    display: inline-block;
    clear: both;
    height: 32px;
    margin: 16px 0px 0px 0px;
    line-height: 32px;
    background: url(https://img01.v15cdn.com/down1_2.webp) right top no-repeat;
    padding-right: 50px
}

.pdown1 #A_DownLoadProduct span {
    display: inline-block;
    height: 32px;
    background: url(https://img01.v15cdn.com/down1_1.webp) no-repeat;
    padding: 0px 0 0 16px
}

.pdown2 #A_DownLoadProduct,
.pdown3 #A_DownLoadProduct,
.pdown4 #A_DownLoadProduct {
    display: inline-block;
    clear: both;
    height: 45px;
    margin: 16px 0px 0px 0px;
    line-height: 45px;
    padding-right: 45px
}

.pdown2 #A_DownLoadProduct span,
.pdown3 #A_DownLoadProduct span,
.pdown4 #A_DownLoadProduct span {
    color: #111111;
    display: inline-block;
    height: 45px;
    background: url(https://img01.v15cdn.com/down2_1.webp) no-repeat;
    padding: 0px 12px 0 16px
}

.pdown2 #A_DownLoadProduct {
    background: url(https://img01.v15cdn.com/down2_2.webp) right top no-repeat
}

.pdown3 #A_DownLoadProduct {
    background: url(https://img01.v15cdn.com/down2_3.webp) right top no-repeat
}

.pdown4 #A_DownLoadProduct {
    background: url(https://img01.v15cdn.com/down2_4.webp) right top no-repeat
}

.ProListRandom .rollPro1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ProListRandom .rollPro1 li {
    width: 32%;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 2%
}

.ProListRandom .rollPro1 li img {
    max-width: 100%
}

.ProListRandom .rollPro1 li p {
    padding: 10px 0px
}

.ProListRandom .ptit,
.fbtitle {
    background: #f6f6f6;
    color: #81a05d;
    padding: 10px 30px;
    font-size: 16px;
    margin: 30px 0px 20px 0px
}

.ProListRandom {
    margin-bottom: 30px
}