.pro_type_list {
    width: 230px;
    padding: 0 10px;
    box-sizing: border-box;
}

.pro_type_list .pt_title {
    display: block;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.pro_type_list .pt_title h1 {
    display: block;
    position: relative;
    float: left;
    font-size: 18px;
    color: #434343;
    overflow: hidden;
    box-sizing: border-box;
}

.pro_type_list ul {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.pro_type_list ul li.big_type {
    margin-top: 5px;
    box-sizing: border-box;
}

.pro_type_list ul li.big_type .type_name {
    width: 100%;
    height: 34px;
    line-height: 34px;
    position: relative;
    padding-right: 10px;
    border: 1px solid #e4f3f8;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
}

.pro_type_list ul li.big_type .type_name.onsel {
    border: 1px #eb6100 solid;
    border-bottom: none;
    border-radius: 0;
}

.pro_type_list ul li.big_type .type_name p {
    width: 100%;
    padding-left: 34px;
    overflow: hidden;
    text-align: left;
    color: #8c8c8c;
    /*font-size: 12px;*/
    font-weight: normal;
    box-sizing: border-box;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro_type_list ul li.big_type .type_name i {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: 2px solid #ff5b00;
    box-sizing: border-box;
}

.pro_type_list ul li.big_type .type_name i::before,
.pro_type_list ul li.big_type .type_name i::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -4px;
    display: block;
    width: 8px;
    height: 2px;
    background: #ff5b00;
    transition: all .5s;
}

.pro_type_list ul li.big_type .type_name i::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pro_type_list ul li.current .type_name i::before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.pro_type_list ul li.big_type .type_name p u {
    color: #cc0033;
}

.pro_type_list ul li.big_type ul {
    display: none;
    margin: 0;
    padding: 0;
    border: 1px #eb6100 dashed;
    border-radius: 0;
    box-shadow: none;
}

.pro_type_list ul li.big_type ul li {
    width: 100%;
    height: 34px;
    line-height: 32px;
    margin: 0;
    border-bottom: 1px dashed #eb6100;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
}

.pro_type_list ul li.big_type ul li:last-child {
    border: none;
}

.pro_type_list ul li.big_type ul li:hover {
    background-color: #fff;
}

.pro_type_list ul li.big_type ul li a {
    width: 100%;
    display: block;
    padding: 0 10px;
    text-align: left;
    color: #333;
}

.pro_type_list ul li.big_type ul li a:hover {
    color: #f60;
}

.pro_type_list ul li.big_type ul li a u {
    color: #c03;
}

/*

.common_wrap .products .products_details_wrap {
    overflow: hidden;
}

.common_wrap .products .products_details_wrap .pro_info {
    float: right;
    width: 470px;
}

.common_wrap .products .products_details_wrap .pro_img {
    float: left;
    margin: 30px 10px;
    height: 250px;
    box-sizing: border-box;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #ccc;
}

.common_wrap .products .products_details_wrap .pro_img img {
    display: block;
    height: 100%;
}

.common_wrap .products .products_details_wrap .info_top {
    width: 100%;
    border: 1px solid #a1a0a0;
    border-collapse: collapse;
    background: #fff;
    text-align: center;
}

.common_wrap .products .products_details_wrap .info_top td {
    border: 1px solid #a1a0a0;
    height: 36px;
    text-align: center;
    font-size: 12px;
}

.common_wrap .products .products_details_wrap .info_top li {
    float: left;
    height: 36px;
    text-align: center;
    line-height: 32px;
}

.common_wrap .products .products_details_wrap .info_bottom {
    margin-top: 12px;
    width: 100%;
    border: 1px solid #a1a0a0;
    border-collapse: collapse;
    background: #fff;
}

.common_wrap .products .products_details_wrap .info_bottom td {
    width: 20%;
    border: 1px solid #a1a0a0;
    height: 36px;
    text-align: center;
    font-size: 12px;
}

.common_wrap .products .products_details_wrap .info_bottom td input {
    width: 50%;
    border: none;
    text-align: center;
    outline: none;
}

.common_wrap .products .products_details_wrap .content img {
    display: block;
    width: 100%;
}

*/

.products_details_wrap {
    margin: 15px 0;
    overflow: hidden;
}


.products_details_wrap .pro_img {
    float: left;
    margin: 30px 10px;
    height: 250px;
    box-sizing: border-box;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #ccc;
}

.products_details_wrap .pro_img img {
    display: block;
    height: 100%;
}

.products_details_wrap .pro_info {
    float: right;
    width: 470px;
}

.products_details_wrap .pro_info .info_top {
    width: 100%;
    border: 1px solid #a1a0a0;
    border-collapse: collapse;
    background: #fff;
    text-align: center;
}

.products_details_wrap .pro_info .info_top td {
    border: 1px solid #a1a0a0;
    height: 36px;
    text-align: center;
    font-size: 12px;
}

.products_details_wrap .pro_info .info_top td span.pnn {
    max-width: 360px;
    display: block;
    float: left;
    padding-left: 8px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.products_details_wrap .pro_info .info_bottom {
    margin-top: 12px;
    width: 100%;
    border: 1px solid #a1a0a0;
    border-collapse: collapse;
    background: #fff;
}

.products_details_wrap .pro_info .info_bottom td {
    width: 20%;
    border: 1px solid #a1a0a0;
    height: 36px;
    text-align: center;
    font-size: 12px;
}

.products_details_wrap .pro_info .info_bottom td input {
    width: 50%;
    border: none;
    text-align: center;
    outline: none;
}

.products_detail_op_bar {
    overflow: hidden;
    padding: 25px 0;
    width: 100%;
    color: #777;
}

.products_detail_op_bar p {
    float: left;
    line-height: 30px;
}

.products_detail_op_bar span {
    float: right;
}

.products_detail_op_bar span a {
    display: block;
    float: left;
    position: relative;
    margin: 0 8px;
    padding: 0 5px 0 10px;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    background: #00afff;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.products_detail_op_bar span a.seek::after {
    content: '';
    float: right;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    background: url('../images/seek.png') center center no-repeat;
    text-align: center;
}

.products_detail_op_bar span a.d_cart::after {
    content: '';
    float: right;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    background: url('../images/cart.png') center center no-repeat;
    text-align: center;
}


.products_details_wrap .content {
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.products_details_wrap .content img {
    display: block;
    width: 100%;
}

.rel_product {
    margin: 30px 0;
    padding: 20px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    border-radius: 5px;
    background: #4781d3;
}

.rel_product .common_title {
    margin-bottom: 20px;
    color: #fff;
}

.rel_product .more_products_wrap {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.rel_product .more_products_wrap ul li {
    width: calc(33.33% - 20px);
    margin: 10px;
    float: left;
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.rel_product .more_products_wrap ul li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.rel_product .more_products_wrap ul li a img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px;
    overflow: hidden;
    box-sizing: border-box;
}

.rel_product .more_products_wrap ul li > b {
    padding: 5px;
    width: 100%;
    /*height: 168px;*/
    display: block;
    position: relative;
    box-sizing: border-box;
}

.rel_product .more_products_wrap ul li > b:hover span {
    visibility: visible;
    opacity: 1;
}

.rel_product .more_products_wrap ul li > b span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: calc(50% - 100px);
    background: url(../images/black.png) repeat;
    z-index: 2;
    text-align: center;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
}

.rel_product .more_products_wrap ul li > b span a {
    width: 150px;
    height: 55px;
    display: block;
    margin: 10px auto;
    padding: 10px;
    line-height: 35px;
    font-size: 12px;
    color: #757575;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.rel_product .more_products_wrap ul li > b span a:hover {
    color: #cc0033;
}

.rel_product .more_products_wrap ul li > b span a.rel_add_cart {
    background-image: url("../images/cart_on.png");
    background-position: 30px 17px;
    background-repeat: no-repeat;
    text-indent: 30px;
}

.rel_product .more_products_wrap ul li > b span a.show_detail_link {
    background-image: url("../images/order_on.png");
    background-position: 30px 17px;
    background-repeat: no-repeat;
    text-indent: 30px;
}

.rel_product .more_products_wrap ul li > b span .details-link {
    background: #fff;
    margin-top: 10px;
}

.rel_product .more_products_wrap ul li .video-img {
    width: 64px;
    height: 16px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}

.rel_product .more_products_wrap ul li > b img {
    min-width: 100%;
    max-width: 100%;
}

.rel_product .more_products_wrap ul li u {
    width: 100%;
    height: 30px;
    display: block;
    line-height: 30px;
    padding: 0 15px;
    margin: 0;
    font-size: 12px;
    color: #D82232;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.rel_product .more_products_wrap ul li p {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0;
    font-size: 12px;
    color: #757575;
    overflow: hidden;
    box-sizing: border-box;
}

.rel_product .more_products_wrap ul li > span {
    display: block;
    margin: 10px 0 0;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.rel_product .more_products_wrap ul li > span a {
    float: left;
    width: 110px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.rel_product .more_products_wrap ul li > span a:hover {
    background: #f5bf02;
    color: #fff;
}

.rel_product .more_products_wrap ul li > span .cart {
    border-left: 1px solid #ddd;
    width: 109px;
}

.rel_product .more_products_wrap ul li > span .cart:hover {
    background: #D82232;
}