body{
    background: #f5f5f5;
}
.pcb-wrap{
    font-family: "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.smfl label.radio_label{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    padding: 0 12px;
    border-radius: 3px;
    height: 32px;
    border: 1px solid #DCDFE6;
    color: #606266;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
}
.smfl label.radio_label.is_checked{
    border-color: #059A58;
    color: #059A58;
}
.smfl label.radio_label.is_disabled{
    color: #DCDFE6;
}
.smfl label.radio_label.is_checked i{
    width: 16px;
    height: 16px;
    background: url(/Static/image/xuanzhong.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
input[type=radio] {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
input[type=text]{
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    font-size: inherit;
    outline: 0;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0 9px;
    font-family: "微软雅黑",arial;
}
select{
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    color: #606266;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
}
.c-box{
    background: #fff;
    border-radius: 5px;
    padding: 21px 24px;
    border: 1px solid #efefef;
    box-sizing: content-box;
}
.tables{
    border: none;
}
.tables tr{
    border: none;
}
.tables tr td{
    padding: 9px 0 9px 8px;
    border: none;
}
.tit{
    background: none;
}
.ipt-w150 {
    width: 150px;
}
.bcount-show{
    height: 32px;
    line-height: 32px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
}
.select_bnum_tab{
    top: 45px;
    box-shadow: 0 0 5px #666;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    color: #606266;
}
.select_bnum_tab .arrow{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -6px;
    left: 35px;
    margin-right: 3px;
    border-bottom-color: #EBEEF5;
    border-width: 6px;
    border-top-width: 0;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
}
.select_bnum_tab .arrow::after{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    border-width: 6px;
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #FFF;
}
.swatch{
    margin: 8px 3px 0 0;
    width: 12px;
    height: 12px;
}
.smfl label.radio_label.mtb{
    margin: 10px 0;
}