@charset "utf-8";

/**
 * 2019/06/06
 *  ~ 修改邮箱链接样式
 *
 * 2019/06/05
 *  + 添加'联系我们'左右内容分离并且联动的样式
 */
html, body {
    height: 100% !important;
    overflow: hidden;
    margin: 0;
}
html {
    /* padding: 0 3%; */
    padding:0 10px;
}
body {
    position: relative;
    padding: 0;
}

/* 页面主题部分 */
.phx-content, .phx-foot {
    position: absolute;
    left: 0;
    right: 0;
}
.phx-content {
    font-family: Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    margin: 0px auto;
    top: 79px;
    bottom: 29px;
}
/* scroll box */
.phx-sbox {
    width: 100%;
    height: 100%;
    overflow: auto;
}
/* 经营许可证书编号的展示 */
.copyright {
    text-align: center;
    background-color: #f9f9f9;
    height: 20px;
    line-height: 20px;
}
.phx-foot .copyright a {
    padding-right: 20px;
    color: #bbb;
}
.phx-foot .copyright a:hover {
    color: #d81527;
}

.phx-foot {
    bottom: 0px;
    /* height: 45px; */
    overflow: hidden;
    line-height: 25px;
    border: 1px solid #cacaca;
    border-bottom: 0px solid #cacaca;
    background-color: white;
    color:#888;
}

/* .phx-foot div.copyright{
    height: 25px;
    text-align: right;
    padding-right: 25px;
    border-top: 1px solid #cacaca;

} */
.phx-foot > ul li a{
    color:#888 !important;
}
.phx-foot > ul.fl {
    margin-left: 20px;
    height: 25px;
}
.phx-foot > ul.fr {
    margin-right: 25px;
    height: 25px;

}
.phx-foot > ul > li ,.nav_top > ul > li{
    float: left;
    height: 100%;
}
.phx-foot > ul.fl > li {
    margin-right: 10px;
}
.phx-foot > ul.fr > li {
    margin-left: 25px;
}
.phx-foot > ul > li > a {
    display: block;
    color: #333;
}
.phx-foot > ul > li > a:hover {
    color: RGB(239,28,37) !important;
    text-decoration: underline;
}
/* 分类标题 */
.phx-ctitle-home {
    /* margin: 0 0 0 23px; */
}
.phx-ctitle {
    margin: 0 0 20px 0;
}

.phx-tipb, .phx-tipf {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 150px;
    background-color: rgba(0,0,0,.03);
}
.catelink:hover .phx-tipb, .catelink:hover .phx-tipf {
    display: table;
}
.phx-tipb {
    z-index: 100;
    background-color: #fff;
    filter: alpha(opacity=50);  
    -moz-opacity: 0.5;  
    -khtml-opacity: 0.5;  
    opacity: 0.5;  
}
.phx-tipf {
    z-index: 101;
    color: #d81527;
}
.phx-tipf > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

ul, li {
    margin: 0;
    padding: 0;
}

/* 联系我们、配送政策、售后服务 */
.phx-hsplitter,
.phx-hsplitter1 {
    width: 100%;
    height: 100%;
}
.phx-hsplitter {
    display: table;
}
.phx-hsplitter1 {
    position: relative;
}
.phx-hsleft, .phx-hsright {
    display: table-cell;
}
.phx-hsleft1, .phx-hsright1 {
    position: absolute;
    overflow: auto;
    top: 0;
    bottom: 0;
}
.phx-hsleft1 {
    left: 0;
}
.phx-hsright1 {
    left: 197px;
    right: 0;
    padding: 0 20px;
}

.phx-hsplitter a, .phx-hsplitter1 a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.phx-hsleft,
.phx-hsleft1 {
    width: 197px;
    background-color: #eee;
    vertical-align: top;
}
.scroll_nav_big .phx-hsleft1 {
    width: 214px;
    background-color: #eee;
    vertical-align: top;
    padding-bottom:100px;
}
.phx-hsleft ul,
.phx-hsleft1 ul {
    list-style: none;
}
.phx-hsleft ul li,
.phx-hsleft1 ul li {
    list-style-type: none;
    width: 197px;
}
.phx-hsleft ul li:hover, .phx-hsleft ul li.selected,
.phx-hsleft1 ul li:hover, .phx-hsleft1 ul li.selected {
    background: #e8e8e8;
}
.phx-hsleft ul li a, .phx-hsleft ul li i,
.phx-hsleft1 ul li a, .phx-hsleft1 ul li i {
    line-height: 25px;
    color: #333;
}
.phx-hsleft ul li a,
.phx-hsleft1 ul li a {
    white-space: nowrap;
    padding-left: 25px;
    width: 140px;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
}
.phx-hsleft ul li i,
.phx-hsleft1 ul li i {
    width: 25px;
    height: 25px;
}
.phx-hsleft ul li:hover a, .phx-hsleft ul li:hover i, .phx-hsleft ul li.selected a, .phx-hsleft ul li.selected i,
.phx-hsleft1 ul li:hover a, .phx-hsleft1 ul li:hover i, .phx-hsleft1 ul li.selected a, .phx-hsleft1 ul li.selected i {
    color: #333;
}
.phx-hsright,
.phx-hsright1 {
    /* background-color: red; */
}
.phx-hsright a,
.phx-hsright1 a {
    color: #333;
}
.phx-hsright a.phx-mail,
.phx-hsright1 a.phx-mail {
    color: #d81527;
}
.phx-hsright1 a.link {
    color: #888;
    /* text-decoration: underline; */
}

.phx-hsright a.phx-mail:hover,
.phx-hsright1 a.phx-mail:hover {
    font-style: italic;
}
.phx-hsrscroll {
    height: 100%; overflow: auto; padding: 0 20px;
}

.phx-hsrscroll > div > div {
    margin-top: 10px;
}

.phx-title {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    background: none;
    padding: 7px 0;
    /* margin: 0 0 0 15px; */
    border-bottom: 2px solid #fff;
}
.phx-subtitle {
    display: block;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    background: none;
    font-weight: bold;
}
.phx-subcontent {
    margin: 5px 0 15px 18px;
    font-size: 14px;
    font-weight: bold;
}

/* 样本下载模块 start */
.phx-directory {
    border:1px solid #e5e5e5;
    border-radius: 10px;
    width:350px;
    height:280px;
    margin-top: 20px;
    text-align: center;
}
.phx-directory .directory-button button{
    padding:0px 30px;
    line-height:30px;
    background: #fff;
    border-radius: 5px;
    border:1px solid #e5e5e5;
    color:#444;
    font-size: 14px;
}
.phx-directory .directory-button button.export{
    background: #ad1f21;
    color:#fff;
    border:0px solid #e5e5e5;

}
.phx-directory  .directory-content {
    height:190px;
    padding:20px;
}
.phx-directory  .directory-content p{
    padding-top:10px;
    line-height: 20px;
    text-align: left;
}
.phx-directory  .directory-content .directory-title {
    font-size: 16px;
    padding-top:0px;
    line-height: 25px;;
}
.phx-directory img {
    width:100%;
}
.phx-directory > div {
    width:50%;
}
.phx-directory:after {
    clear:both;
}
div.file-list .preview_p {
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,.3);
}
div.file-list .preview_p > div {
    padding:2%;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}
div.file-list .preview_p span {
    display: inline-block;
    width:30px;
    height:30px;
    position: absolute;
    top: 1%;
    right: 12%;
    cursor: pointer;

}

div.file-list .preview_p img{
    width:73%;
    height:98%;
}
div.file-list .preview_p span img{
    width:25px;
    height:25px;

}

div.file-list .directory_list {
    float: left;
    width: 380px;
}


div[phxd="businesslicense"] .directory_list {
    float: left;
    width: 200px;
    margin-top: 0;
}

div[phxd="businesslicense"] .phx-directory {
    width:160px;
    height:250px;
}

div[phxd="businesslicense"] .phx-directory .directory-content {
    height:100%;
    padding:10px;
}

div[phxd="businesslicense"] .directory-button button{
    line-height:30px;
    background: #fff;
    border-radius: 5px;
    border:1px solid #e5e5e5;
    color:#444;
    font-size: 14px;
}
div[phxd="businesslicense"] .directory-button button.export{
    background: #ad1f21;
    color:#fff;
    border:0px solid #e5e5e5;
    margin: 10px 0px;
}

div[phxd="businesslicense"] .phx-directory > div {
    width: 100%;
}

div[phxd="businesslicense"]  .directory-content .directory-title {
    font-size: 12px;
    padding-top:0px;
    line-height: 15px;
    height: 65px;
}

div[phxd="businesslicense"] .phx-directory img {
    width:100px;
}
/* 样本下载模块 end */


/* 产品页 */
.phxBanner {
    
}
.banner {
    width: 465px;
    height: 374px;
    float: left
}

.banner .main {
    width: 372px;
    height: 372px;
    background-color: #fff;
    border: 1px solid #ececec;
    position: relative
}

.banner .main .big-trap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 366px;
    height: 100px;
    overflow: hidden
}

.banner .main img {
    width: 100%;
    height: 100%
}

.banner .thumb {
    width: 85px;
    height: 100%;
    position: relative;
    overflow: hidden
}

.banner .thumb .thumb-arrow-up {
    position: absolute;
    top: 0;
    left: 0
}

.banner .thumb .thumb-arrow-down {
    position: absolute;
    top: 358px;
    left: 0
}

.banner .thumb .thumb-container {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease
}

.banner .thumb .thumb-container .thumb-pic {
    width: 83px;
    height: 83px;
    margin-bottom: 11px;
    border: 1px solid rgb(236, 236, 236);
    background-color: #fff;
    -webkit-transition: border .5s cubic-bezier(0, 1, .5, 1);
    -o-transition: border .5s cubic-bezier(0, 1, .5, 1);
    transition: border .5s cubic-bezier(0, 1, .5, 1)
}

.banner .thumb .thumb-container div.selected
{
    border-color: #d81527;
}

.banner .thumb .thumb-container .thumb-pic:hover {
    cursor: pointer
}

.banner .thumb .thumb-container .thumb-pic img {
    width: 100%;
    height: 100%
}

.m-icons {
    display: inline-block;
    background-image: url(../resource/yp-icons.2bf57ccf.png)
}

@media (-o-min-device-pixel-ratio:2/1),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .m-icons {
        background-image: url(../resource/yp-icons@2x.5f639807.png);
        background-size: 85px 2569px
    }
}

.m-icons-up-active {
    width: 85px;
    height: 16px;
    background-position: 0 -275px
}

.m-icons-up-hover {
    width: 85px;
    height: 16px;
    background-position: 0 -255px
}

.m-icons-up-hover:hover {
    background-position: 0 -275px
}

.m-icons-up {
    width: 85px;
    height: 16px;
    background-position: 0 -255px
}
.m-icons-up:hover {
    background-position: 0 -275px
}

.m-icons-down-active {
    width: 85px;
    height: 16px;
    background-position: 0 -175px
}

.m-icons-down-hover {
    width: 85px;
    height: 16px;
    background-position: 0 -195px
}

.m-icons-down-hover:hover {
    background-position: 0 -175px
}

.m-icons-down {
    width: 85px;
    height: 16px;
    background-position: 0 -195px
}
.m-icons-down:hover {
    background-position: 0 -175px
}

/* 分栏控件 */
.phxcols {
    display: table;
    width: 100%; /* 默认撑满父控件 */
    padding: 0;
    margin: 0;
}
.phxcols > div {
    display: table-cell;
    vertical-align: top;
}

/* phancy virtual table */
.phxvtable {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.phxvtable > div {
    display: table-row;
}
.phxvtable > div > div {
    display: table-cell;
}
.phxvtable, .phxvtable > div {
    padding: 0;
}
.phxvtable, .phxvtable > div, .phxvtable > div > div {
    margin: 0;
    border: 0;
}

div.tal>div>div {
    text-align: left;
}
div.tac>div>div {
    text-align: center;
}
div.tar>div>div {
    text-align: right;
}
div.vat>div>div {
    vertical-align: top;
}

/* cell padding, number stands for cell-space */

div.cp06>div>div {
    padding: 3px;
}
div.cp10>div>div {
    padding: 5px;
}
div.cp20>div>div {
    padding: 10px;
    line-height: 26px;
}
div.cp1020>div>div {
    padding: 5px 10px;
    line-height: 26px;
}

/* >>> 搜索控件样式移至此，看看效果 */

div.phxtablev,
div.ptv {
    display: table;
    width: 100%;
}
div.phxtablev > div,
div.ptv > div {
    display: table-row;
}
div.phxtablev > div > div,
div.ptv > div > div {
    display: table-cell;
    vertical-align: middle;
}
div.phxtablev,
div.phxtablev > div,
div.ptv,
div.ptv > div {
    padding: 0;
}
div.phxtablev,
div.phxtablev > div,
div.phxtablev > div > div,
div.ptv,
div.ptv > div,
div.ptv > div > div {
    margin: 0;
    border: 0;
}

/* 搜索控件 */
.phxtablev.cellSearch {
    min-width: 250px;
    height: 23px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

.phxtablev.cellSearch > div > div:last-child {
    width: 31px;
    text-align: center;
}

.phxtablev.cellSearch input[type=text],
.phxtablev.cellSearch button {
    border: none;
    background-color: #fff;
    height: 23px;
    line-height: 23px;
}

.phxtablev.cellSearch input[type=text] {
    width: 100%;
    margin: 0;
    outline: none;
    font-size: 1em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 1em;
    vertical-align: middle;
}

.phxtablev.cellSearch button {
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #f0303a;
    font-size: 16px;
}

.phxtablev.cellSearch button i {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../res/skin-default/search.png) no-repeat;
    background-size: 100% 100%;
}

.search-contant .phxtablev.cellSearch {
    width: 25%;
    max-width: 400px;
}

/* <<< 搜索控件样式移至此，看看效果 */

/* >>> 翻页工具条 */

div.ptbar {
    margin-top: 20px;
    background-color: whitesmoke;
}
div.ptbar ul > li {
    margin: 0;
}
div.ptbar a,
div.ptbar span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    line-height: 30px;
    background-color: transparent;
    border-color: transparent;
    color: black;
    padding: 4px 8px;
}
div.ptbar a {
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
}
div.ptbar a:hover {
    text-decoration: underline;
    background-color: #ddd;
    border-color: #ddd;
    color: #025989;
}
div.ptbar a.disabled {
    pointer-events: none;
    color: darkgray;
}
div.ptbar a.disabled:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    color: darkgray;
}
div.ptbar a.active {
    background-color: #025989;
    color: white;
}
/* div.ptbar a:hover:not(.disabled) {
    border: 1px solid darkgray;
    text-decoration: underline;
    color: #025989;
}
div.ptbar a.disabled {
    background-color: #ddd;
    color: darkgray;
} */

/* <<< 翻页工具条 */

/* >>> 文件上传 */

td.c8c8a89.attachments {
    vertical-align: top;
    padding: 7px;
}
.uploader {
    /* width: 500px; */
    text-align: left;
    font-size: 16px;
}
.uploader .title {
    display: block;
    font-weight: bold;
    border-bottom: 2px solid #e1e1e1;
    height: 32px;
    line-height: 32px;
}
.uploader .subtips {
    font-size: 0.6em;
    font-weight: normal;
    color: #c1c1c1;
}
.uploader .hblist {
    overflow-y: auto;
}
.uploader ul[phxk=attachments] {
    margin: 10px 0;
}
.uploader i {
    background-repeat:no-repeat;
    background-size: 100%;
}
.uploader .hblist > li > div {
    width: 64px;
    height: 64px;
}
.uploader .hblist > li > div.file {
    position: relative;
    background-position: center;
    background-repeat:no-repeat;
    background-size: 100%;
    border: 1px solid white;
}
.uploader .hblist > li > div.file:hover {
    border-color: #d81527;
}
.uploader .hblist > li > div.file i.close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}
.uploader .hblist > li:hover > div.file i.close {
    display: block;
    background-image: url(../res/skin-default/img/circle-close-n.ico);
}
.uploader .hblist > li:hover > div.file i.close:hover {
    background-image: url(../res/skin-default/img/circle-close-h.ico);
}
.uploader ul.list > li.file {
    position: relative;
    border: 1px solid white;
}
.uploader ul.list > li.file:hover {
    border-color: #d81527;
}
.uploader ul.list > li.file::before {
    content: "";
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    margin-right: 0.5em;
    background-position: center;
    background-repeat:no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
.uploader ul.list > li.file i.close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.8em;
    height: 1.8em;
}
.uploader ul.list > li.file:hover i.close {
    display: block;
    background-image: url(../res/skin-default/img/circle-close-n.ico);
}
.uploader ul.list > li.file:hover i.close:hover {
    background-image: url(../res/skin-default/img/circle-close-h.ico);
}
.uploader ul.list > li > a {
    display: inline-block;
    height: 1.8em;
    line-height: 1.8em;
}
.uploader .button {
    display: inline-block;
    font-size: 14px;
    padding: 3px 6px;
}

/* <<< 文件上传 */

/*pop widget*/
div.popwidget div[phxk=titlebar] {
    border-bottom: 2px solid #d81527;
}
div.popwidget div[phxk=titlebar] span {
    display: inline-block;
    max-width: 73em;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
div.popwidget div[phxk=titlebar] button[phxk=close] {
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../res/skin-default/img/close.png);
    border: 0;
    padding: 0;
    margin-right: 5px;
}
div.popwidget div[phxk=titlebar] button[phxk=close]:hover {
    background-image: url(../res/skin-default/img/close-hover.png);
}
div.popwidget div[phxk=titlebar] > div:first-child > div:first-child,
div.popwidget div[phxk=titlebar] > div:first-child > div:last-child {
    width: 50px;
}
div.popwidget div[phxk=titlebar] > div:first-child > div:nth-child(2) {
    text-align: center;
}
div.popwidget div[phxk=titlebar] > div:first-child > div:last-child {
    text-align: right;
}

div.popwidget div[phxk=neathbar] {
    border-top: 1px solid #d81527;
}

.phxtab {
    width: 100%;
}
.phxtab > .phxvtable {
    height: 100%;
    max-height: 100%;
}
.phxtab .tabviewer {
    padding-right: 30px;
}
.phxtab .tabbar {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    /* background-color: #f0f0f0; */
}
.product_title {
    display: inline-block;
    width:70px;
    text-align: justify;
    line-height: 23px;
    color:#888;
}
span.product_title:after{
    content:'.';
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 0;
}
.product_val {
    display: inline-block;
    min-width: 100px;
    padding-left:20px;
    color:#404040;

}
span.product_val:after{
    content:'.';
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 0;
}
.include_tax {
    width:45px;
    padding:0px 5px;
    display: inline-block;
    height:20px;
    border-radius: 5px;
    color:#fff;
    text-align: justify;
    
}
span.include_tax:after{
    content:' ';
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 0;
}
span.price {
    display: inline-block;
    width: 150px;
    text-align: left;
    position: relative;
    top: 4px;
    font-size: 16px;
}
span.price_r {
    color:#cb1927;
}
span.price_g {
    color:#888;
}
.discount_origin{
    text-decoration:line-through;
    color: #888;
}
span.price:after{
    content:' ';
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 0;
}
.include_tax_r {
    background: #cb1927;
    /* vertical-align: super; */
}
.include_tax_g {
    background: #888;
}
.phxtab .tabbar .arrow {
    display: none; /*默认不显示*/
    position: absolute;
    left: 0;
    right: 0;
}
.phxtab .tabbar .tabcontainer {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
    height: 300px;
    /* overflow: hidden; */
    /* padding-top: 50px; */
}
.phxtab .tabbar .tabcontainer .tab {
    margin-bottom: 5px;
    border: 1px solid rgb(236, 236, 236);
    background-color: #fff;
    -webkit-transition: border .5s cubic-bezier(0, 1, .5, 1);
    -o-transition: border .5s cubic-bezier(0, 1, .5, 1);
    transition: border .5s cubic-bezier(0, 1, .5, 1)
}
.phxtab .tabbar .tabcontainer .tab.selected {
    border-color: #d81527;
}
.phxtab .tabbar .tabcontainer .tab img {
    width: 100%;
    height: 100%;
}

ul.phxwrappable {
    overflow: auto;
}
ul.phxwrappable.left > li {
    float: left;
    /* 分成三栏 */
    /* width: 33.333333%; */
}
ul.phxwrappable.right > li {
    float: right;
}

/* 修改两处 font-size 及 input width 即可调整为所需大小，依赖 font-awesome */
.phxinput {
    display: table;
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
}
.phxinput > div input {
    width: 8em;
    font-size: 14px;
    line-height: 1;
    height: 2em;
    margin: 0 0.5em 0 0;
    border: none;
    text-align: center;
}
.phxinput > div {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
    height: 35px;
    width: 100px;
}
.phxinput > div:first-child {
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 30px;
    height: 100%;
    border-right:0px;
    overflow: hidden;
    
    /* background-color: #eee; */
}
.phxinput > div:last-child {
    border-left: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 30px;
    height: 100%;
    border-left:0px;
    overflow: hidden;

    
    /* background-color: #eee; */
}
.phxinput > div > button {
    display: block;
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width:100%;
    font-size:20px;
    color:#cb1927;

    /* -webkit-appearance: none; */
}
.phxinput > div > button:hover {
    color: #fff;
    background: #cb1927;
}
.phxinput > div > button:disabled {
    color: inherit;
    background: inherit;
}
.phxinput > div > button > i {
    line-height: 1;
    font-size: 14px;
}
.phxinput > div > button > i:before {
    margin: 0 0.2em;
}

.phxbutton {
    margin: 0;
    border: 1px solid #d81527;
    padding: 0 .5em;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #d81527;
    width: 160px;
    height: 35px;
    line-height: 35px;
    padding-left: 50px;
    margin-top: 20px;
}
.phxbutton:hover {
    color: #fff;
    background: black;
}
/* button.phxbutton i {
    display: table-cell;
    font-size: 14px;
    line-height: 1.5;
} */
button.phxbutton > i, button.phxbutton > span {
    display: table-cell;
    margin: 0;
    border: none;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
}

a.showy {
    color: #d81527;
    font-size: 14px;;
}
a.showy:hover {
    text-decoration: underline;
}

a.phx-link:link {
    color: #d81527;
    text-decoration: none;
}
a.phx-link:hover {
    text-decoration: underline;
}

.phx-tipf > div span{
    width: 188px;
    overflow: hidden;  
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}


/* sku页面的tab切换
 * start
*/


.bg-grey {
    padding-top:50px;
}
.tab-block {
    height:auto;
    background-color: #FFF;
    /* border: 1px solid #eee; */
}

.tab-block .tab-buttons {
    width: 100%;
    /* background-color: #fafafa; */
    overflow:hidden;
}
.tab-block .tab-buttons ul {
    width: 100%;
    display: table;
    height: 30px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.tab-block .tab-buttons ul li {
    display: table-cell;
    line-height: 30px;
    text-align: center;
    background-color: #eee;
    font-size:16px;
    font-weight:400;
    color:#444;
}

.tab-block .tab-buttons .tab-button.cur {
    background-color: #fff;
    color:#cb1927;
    /* border-bottom:1px solid #ccc; */
}
.tab-block .tab-buttons .tab-button.cur:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #eee
}
.tab-block .tabs {
    width: 100%;
    overflow:hidden;
    margin-top: 20px;
    /* border: 1px solid #ccc; */
    box-sizing: border-box;
    margin-bottom: 50px;
}
.tab-block .tabs .tab-item {
    width: 100%;
    height: 100%;
    /* padding: 20px 20px; */
    display: none;
    box-sizing:border-box;
    min-height: 300px;
}
.tab-block .tabs .tab-item.active {
    display: block;
    /* border: 1px solid #ccc; */
    /* margin-top: 20px; */
}
#tab-one.active {
    /* display: block; */
    /* border: 1px solid #ccc; */
    /* margin-top: 20px; */
}

.tab-item table {
    /* width:auto; */
    border:1px solid #ccc;
}
.tab-item table thead tr {
    background: #eee;
   
}

.tab-item table tr th ,.tab-item table tr td {
    padding:2px 20px 2px 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.tab-item table tbody tr {
    color:#888;
}

/* 文件下载
 */
 .download3d {
    text-align: left;
    padding: 20px 20px 20px 0px;
    line-height: 30px;
 }
 .download3d select {
    width:160px;
    height: 25px;
    margin:0px 10px;
    padding-left:10px;
    background: url(../resource/cmindtek/more.png) no-repeat 130px 4px;
    cursor: pointer;
 }
 .download3d button {
     width:50px;
     height: 24px;
     background:#fff;
     border: 1px solid #cacaca;
     margin-top: -17px;
    display: inline-block;
 }
 .download3d button img {
     width:90%;
 }
/* sku页面的tab切换
 * end
*/

/* 面包屑
 * start
 */

.crumbs{
    height:100%;
 }
.crumbs p {
    padding-top: 0px;
    line-height: 28px;
    padding-left: 11px;
    font-size: 12px;
 }
.crumbs p a.title {
    padding-left: 0px !important;
 }
.crumbs p a:last-child {
    color:#cb1927;
}
.crumbs p a:hover{
    color:#cb1927;
}
/* 面包屑
 * end
 */

 #iframearea {
    height:578px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    max-width: 850px;
}

div.phxtablev {
    display: table;
    width: 100%;
}
div.phxtablev > div {
    display: table-row;
}
div.phxtablev > div > div {
    display: table-cell;
    vertical-align: middle;
}
div.phxtablev > div > div[phxk="catview"] {
    vertical-align: top;
}

/* 客服二维码样式 */
.code_container {
    padding-top: 10px;
}

.contactus_code {
    float: left;
    padding-right: 30px;
    width: 150px;
    text-align: center;
}
.code_container::after {
    clear:both;
    display:block;
    content: '';
}
.contactus_code > *{
    width: 100%;
    display: inline-block;
}
.contactus_code span {
    line-height: 30px;
    font-size:12px;
}

