@charset "utf-8";

/* banner */

._pbanner {
    height: 440px;
    background: url('../imgs/products/pbanner.png') no-repeat center center;
}

._pbanner_main {
    height: 440px;
    padding-bottom: 25px;
}

._pbanner_text {
    margin-left: 25px;
    color: #fff;
}

._pbanner_text h2 {
    font-size: 38px;
}

._pbanner_text h4 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: normal;
}


/* cate */

._cate_box {
    margin: 100px auto 60px;
    padding: 40px;
    border: 1px solid #f2f2f2;
}

._cate_item {
    margin-bottom: 20px;
    padding-bottom: 17px;
    border-bottom: 1px dashed #e2e2e2;
}

._cate_item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

._cate_left {
    width: 86px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #999999;
}

._cate_right {
    flex: 1;
    flex-wrap: wrap;
}

._cate_right li {
    height: 32px;
    padding: 0 12px;
    border-radius: 3px;
    line-height: 32px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 1px;
    margin-bottom: 3px;
}
._cate_right .active a ,._cate_right a:hover{
    background: #fbe9e9;
    color: #d72a2a;
}

._cate_right li.active,
._cate_right li:hover {
    background: #fbe9e9;
    color: #d72a2a;
}


/* products */

._products_box {
    flex-wrap: wrap;
}

._s2_plist {
    width: 224px;
    height: 386px;
    padding: 0 30px;
    border: 1px solid #f2f2f2;
    margin-right: 20px;
    margin-bottom: 20px;
}

._s2_plist:nth-child(5n) {
    margin-right: 0;
}

._s2_plist:hover {
    border-color: #d72a2a;
}

._s2_pimg {
    padding: 35px 0 30px 0;
}

._s2_pimg>img {
    width: 162px;
    height: 162px;
}

._s2_desc {
    height: 59px;
}

._s2_desc>h5 {
    font-size: 16px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-align: center;
}

._s2_desc>p {
    text-align: center;
    color: #666;
    margin-top: 6px;
}

._s2_more {
    width: 100%;
    height: 40px;
    border: 1px solid #d72a2a;
    color: #d72a2a;
    font-size: 18px;
    margin-top: 23px;
}

._ppages {
    margin-top: 80px;
    margin-bottom: 40px;
}

._ppages a {
    width: 50px;
    height: 40px;
    border: 1px solid #999;
    font-size: 14px;
    margin: 0 7px;
    color: #999;
}

._ppages a.active,
._ppages a:hover {
    background: #d72a2a;
    border-color: #d72a2a;
    color: #fff;
}

._ppages a._not_allow {
    cursor: not-allowed;
    opacity: 0.7;
}

._ppages span {
    font-size: 14px;
    color: #999;
}


/* 产品内页 */

._pcontent {
    margin-top: 100px;
}

._pleft {
    width: 482px;
}

._pimage {
    width: 482px;
    height: 482px;
    border: 1px solid #f2f2f2;
}

._pimage img {
    max-width: 480px;
    max-height: 482px;
    width: 100%;
    height: 100%;
}

.p_img_thub {
    margin-top: 15px;
}

.p_img_thub li {
    width: 87px;
    height: 87px;
    border: 1px solid #f2f2f2;
}

.p_img_thub li img {
    width: 100%;
    height: 100%;
    max-height: 85px;
    max-width: 85px;
}

.p_img_thub li.active {
    border-color: #d72a2a;
}

._pright {
    margin-left: 38px;
    width: 680px;
}

._pright p {
    font-size: 16px;
    margin: 20px 0 35px;
}

._p_attr {
    width: 680px;
    background: #f2f2f2;
    padding: 40px 40px 10px 40px;
}

._p_attr1 {
    flex-wrap: wrap;
}

._p_attr_list {
    width: 180px;
    margin-right: 30px;
    margin-bottom: 30px;
}

._p_attr1 ._p_attr_list:nth-child(3n) {
    margin-right: 0;
}

._p_attr_list span {
    color: #999;
    width: 72px;
    font-size: 14px;
}

._p_attr_list b {
    font-weight: normal;
    color: #222;
    font-size: 14px;
}

._p_sku {
    margin-bottom: 10px;
}

._p_sku_t {
    width: 72px;
    color: #999;
    font-size: 14px;
}

._p_sku_box {
    flex-wrap: wrap;
    width: 528px;
}

._p_sku_box span {
    margin-right: 27px;
    margin-bottom: 20px;
    color: #222;
    font-size: 14px;
}

._p_promise {
    margin: 40px 0;
}

._pp_text {
    width: 180px;
    color: #999;
    font-size: 14px;
}

._pp_item {
    width: 500px;
}

._pp_item li {
    margin-right: 30px;
}

._pp_item li:last-child {
    margin-right: 0;
}

._pp_item li>img {
    margin-right: 10px;
}

._pp_item li>span {
    font-size: 14px;
    color: #222;
}

._pp_link {
    width: 340px;
    height: 65px;
    background: #d72a2a;
    margin: 0 auto;
}

._pp_link b {
    font-weight: normal;
    font-size: 20px;
    margin-left: 15px;
    color: #fff;
}

._pdetail_reco {
    margin-top: 100px;
}

._pdetail {
    width: 780px;
}

._pdetail_head {
    width: 780px;
    height: 60px;
    color: #222;
    background: #f2f2f2;
    margin-bottom: 5px;
}

._pdetail_con img {
    width: 780px !important;
}

._precom {
    width: 380px;
}

._precom_box {
    padding: 35px 40px 10px 40px;
    border: 1px solid #f2f2f2;
    margin-bottom: 40px;
}

._precom_head {
    font-size: 16px;
    color: #222;
    line-height: 40px;
    border-bottom: 2px solid #d72a2a;
    margin-bottom: 30px;
}

._precom_item li {
    margin-bottom: 30px;
}

._precom_item li p {
    font-size: 16px;
    color: #222;
    margin-top: 15px;
}

._precom_item li:hover p {
    color: #d72a2a;
}

._precom_img {
    width: 300px;
    height: 300px;
}