/*公共CSS*/
body {
    font-family: 'Microsoft YaHei', Arial;
    font-size: 12px;
    margin: 0px auto;
    padding: 0px;
    color: #000;
    background-color: #ffffff;
}

html {
    width: 100%;
    height: 100%;
}

a, a:hover {
    text-decoration: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.solidB2px_org{
	border-bottom: 2px solid #36cbb5;
    padding-left: 15px;
    padding-right: 15px;
}

.borR {
    border-right: #ddd solid 1px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul, ol {
    list-style: none outside none;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}

.pl8 {
    padding-left: 8px;
}

.fbold {
    font-weight: bold;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.w230 {
    width: 230px;
}

.w150 {
    width: 150px;
}

.w140 {
    width: 140px;
}

input[type="text"] {
    border: 1px solid #ddd;
    background: #fff;
    padding-left: 5px;
    font-family: 'Microsoft YaHei', Arial;
}



p, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.font-normal {
    font-size: 14px;
}

.section {
    border-left: 8px solid gray;
}

.section .section-title {
    font-weight: bold;
    margin-left: 10px;
    font-size: 18px;
    color: #555;
}

.icon-good {
    width: 20px;
    height: 23px;
    display: inline-block;
    background: url("../image/icon.png")/*tpa=http://om.opple.com/om/image/icon.png*/ no-repeat left -271px;
    vertical-align: -6px;
    margin-right: 3px;
    cursor: pointer;
}

.txtCenter {
    text-align: center;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
}


a:link, a:visited {
    text-decoration: none;
    color: #333;
}


a:hover{
	text-decoration:none;
}

a:active {
    text-decoration: none;
    color: #06549e;
}

input, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

ins {
    text-decoration: none;
}

a:focus {
    outline: none;
}

area, a, a img {
    blr: expression(this.onFocus=this.blur());
}

ul.listStyle {
    list-style: decimal outside;
}

ul.listStyle_in {
    list-style: decimal inside;
}

ul.outside {
    list-style-position: outside;
}

/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.center {
    margin: 0 auto;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    margin-top: 5px;
}

.zoom {
    zoom: 1;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.ib {
    display: inline-block;
    margin-top: 5px;
}

.hand {
    cursor: pointer;
}

.oh {
    overflow: hidden;
}

.oe {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nowrap {
    white-space: nowrap;
}

.center1000 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.center1100 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.center960 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/*阴影*/
.Inshadow {
    box-shadow: 2px 2px 2px #e5e4e4 inset;
}

.Outshadow {
    box-shadow: 2px 2px 1px #e5e4e4;
}

/*边距*/
.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

/*字体*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.f12b {
    font-size: 12px;
    font-weight: bold;
}

.f14b {
    font-size: 14px;
    font-weight: bold;
}

.f16b {
    font-size: 16px;
    font-weight: bold;
}

.f18b {
    font-size: 18px;
    font-weight: bold;
}

.t2 {
    text-indent: 2em;
}

.unl, a.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}

a.no_unl:hover {
    text-decoration: none;
}

.lt {
    text-decoration: line-through;
}

/*字体类-字体类命名规则：以font开头，后面是字体名称，第一个字母大写*/
.fontTahoma {
    font-family: Tahoma, "\5b8b\4f53", sans-serif;
}

.fontArial {
    font-family: Arial, "\5b8b\4f53", sans-serif;
}

.fontSong {
    font-family: "\5b8b\4f53", sans-serif;
}

.fontHei {
    font-family: "\9ed1\4f53", "\5b8b\4f53", sans-serif;
}

.fontYaHei {
    font-family: "Microsoft YaHei", "\5b8b\4f53", sans-serif;
}

/*颜色类*/
.orange {
    color: #ff9900;
}

a.orange:link, a.orange:visited {
    color: #ff9900;
}

a.orange:active {
    color: #ff9900;
}

.blue, a.blue {
    color: #3687d9;
}

a.blue:link, a.blue:visited {
    color: #0081d7;
}

a.blue:active {
    color: #0081d7;
}

.gray9 {
    color: #999;
}

a.gray9:link, a.gray9:visited {
    color: #999;
}

.gray6 {
    color: #666;
}

a.gray6:link, a.gray6:visited {
    color: #666;
}

.gray0 {
    color: #000;
}

a.gray0:link, a.gray0:visited {
    color: #000;
}

.white {
    color: #fff;
}

a.white:link, a.white:visited {
    color: #fff;
}

a.white:active {
    color: #fff;
}

.red, a.red {
    color: #F00;
}

a.red:link, a.red:visited {
    color: #F00;
}

.orange_dark {
    color: #c67700;
}

a.orange_dark, a:visited.orange_dark {
    color: white !important;
}

.red_dark {
    color: #c90803;
}

a.red_dark, a:visited.red_dark {
    color: #c67700;
}

.green {
    color: #090;
}

/*背景类-背景类命名规则：以bg开头，后面是颜色英文名称，第一个字母大写*/
.bggray {
    background-color: #ececec;
}

.bgBlue {
    background-color: #3687d9;
}

.bgorange {
    background-color: #36cbb5;
}

.bgorange_hover {
    background-color: #36cbb5;
}

.bggray1 {
    background-color: #f5f5f5;
}

.bgblue_qian {
    background-color: #f2f9ff;
}

.bgblue_qian1 {
    background-color: #c7e2fe;
}

.bgWhite {
    background-color: #fff;
}

/*边框类-边框类命名规则：实线以solid开头，虚线以dashed开头，如四边都有实线边框使用solidAll_开头，后面加上颜色名称*/
.dashedAll {
    border: 1px dashed #c8c8c8;
}

.dashedT {
    border-top: 1px dashed #c8c8c8;
}

.dashedB {
    border-bottom: 1px dashed #c8c8c8;
}

.solidAll_gray1 {
    border: 1px solid #dddddd;
}

.solidAll_gray2 {
    border: 1px solid #ececec;
}

.solidAll {
    border: 1px solid #c8c8c8;
}

.solidT {
    border-top: 1px solid #c8c8c8;
}

.solidT1 {
    border-top: 1px solid #ddd;
}

.solidB {
    border-bottom: 1px solid #c8c8c8;
}

.solidB_gray {
    border-bottom: 1px solid #e7e7e7;
}

.solidB2px_gray {
    border-bottom: 2px solid #ddd;
}

.dashedB_gray {
    border-bottom: 1px dashed #dddddd;
}

.dottedB_gray {
    border-bottom: 1px dotted #dddddd;
}

/*圆角*/
.radius2 {
    border-radius: 2px;
}

.radius4 {
    border-radius: 4px;
}

.radius6 {
    border-radius: 6px;
}

/*行高*/
.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh30 {
    line-height: 30px;
}

.lh36 {
    line-height: 36px;
}

/*宽-高*/
.h30 {
    height: 30px;
}

.h36 {
    height: 36px;
}

/*专场页头尾公用样式*/
.center1100 .Sub {
    width: 1100px;
}

.center1100 .Areatop {
    width: 1100px;
}

.center1100 .bbstop_bj {
    width: 1088px;
}

.center1100 .bbstop_bj ul li a, .center1100 .bbstop_bj ul li a:hover {
    padding: 0px 17px;
}

/*公共-翻页效果部分*/
.page_list li {
    float: left;
    display: inline;
    margin: 0 2px;
    color: #666;
}

.page_list li a {
    float: left;
    display: inline;
    height: 15px;
    line-height: 15px;
    border: 1px solid #cbcbcb;
    padding: 8px;
}

.page_list li a:hover {
    text-decoration: none;
}

.page_list li.pageback_button, .page_list li.pageback_button_select {
    background: url("../../../simg.instrument.com.cn/netshow/20141029/images/small_icon-1.png")/*tpa=http://simg.instrument.com.cn/netshow/20141029/images/small_icon.png*/ no-repeat left -78px;
    vertical-align: 6px;
}

.page_list li.pageback_button_select {
    background-position: -4px -168px;
}

.page_list li.pageback_button a, .page_list li.pageback_button_select a {
    padding-left: 14px;
    color: #666;
}

.page_list li a.select_pagelist {
    border: 1px solid #fea319;
    background-color: #ffede1;
    color: #f08200;
}

.page_list li.nextpage, .page_list li.nextpage_select {
    background: url("../../../simg.instrument.com.cn/netshow/20141029/images/small_icon-1.png")/*tpa=http://simg.instrument.com.cn/netshow/20141029/images/small_icon.png*/ no-repeat 50px -138px;
}

.page_list li.nextpage {
    background-position: 45px -108px;
}

.page_list li.nextpage a, .page_list li.nextpage_select a {
    width: 48px;
    color: #666;
}

.page_list1 {
    margin-left: 23%;
    margin-top: 0px;
}

/*专场页导航样式*/
.navlist {
    height: 45px;
    border-bottom: 5px solid #ebf1f7;
}

.navlist li {
    height: 45px;
    line-height: 45px;
    float: left;
}

.navlist li.current {
    background-color: #0393e4;
    width: 200px;
}

.navlist li a {
    padding: 0px 16px;
    color: #fff;
    display: block;
}

.navlist li a:hover {
    font-weight: bold;
    text-decoration: none;
}

.logo_link {
    margin: 0px 47px 0px 27px;
}

.logo_input {
    width: 472px;
    height: 36px;
    border: 1px solid #cccccc;
    line-height: 36px;
}

.logo_input:hover {
    border: 1px solid #fb8800;
}

.logo_down {
    width: 57px;
    padding-left: 10px
}

.logo_down em, .logo_down s {
    border-style: solid dashed dashed dashed;
    height: 0px;
    width: 0px;
    border-width: 6px;
    border-color: #c4c4c4 transparent transparent transparent;
    overflow: hidden;
    top: 15px;
    right: 10px;
}

.logo_down s {
    border-color: #fff transparent transparent transparent;
    top: 13px;
    right: 10px;
}

a.logo_down:hover {
    color: #fb8800;
}

.logo_input_info {
    border: none;
    padding: 0px 3px;
    width: 325px;
    line-height: 36px;
    height: 36px;
    color: #999;
}

.logo_search {
    display: block;
    height: 38px;
    border-radius: 0px 3px 3px 0px;
    background-color: #fb8800;
    width: 70px;
    right: -5px;
    top: -1px;
}

.icon_gy, .icon_qg {
    width: 25px;
    height: 24px;
    display: inline-block;
    background: url("../../../simg.instrument.com.cn/netshow/20141029/images/icon-1.png")/*tpa=http://simg.instrument.com.cn/netshow/20141029/images/icon.png*/ no-repeat left -652px;
    margin: 3px 3px 0px;
}

.icon_qg {
    background-position: -35px -652px;
}

.logo_submit {
    width: 255px;
    margin-top: 5px;
    line-height: 30px;
}

.logo_submit span {
    border-radius: 3px;
    background-color: #f2f2f2;
    width: 93px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}

.logo_submit span:hover {
    background-color: #dfdfdf;
}

.logo_list {
    border: 1px solid #fb8800;
    top: 36px;
    left: -1px;
    border-top: none;
    background-color: #fff;
    z-index: 9999;
}

.logo_list li {
    width: 60px;
    height: 24px;
    line-height: 24px;
}

.logo_list li a {
    display: block;
    color: #999;
    padding: 0px 5px;
}

.logo_list li a:hover {
    background-color: #f2f2f2;
}

.icon_arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../../../simg.instrument.com.cn/netshow/20141029/images/icon-1.png")/*tpa=http://simg.instrument.com.cn/netshow/20141029/images/icon.png*/ no-repeat left -357px;
    vertical-align: -4px;
    margin-top: 13px;
}

.icon_add {
    background: url("../../../simg.instrument.com.cn/netshow/20141029/images/icon-1.png")/*tpa=http://simg.instrument.com.cn/netshow/20141029/images/icon.png*/ no-repeat -85px -446px;
    width: 10px;
    height: 8px;
    display: inline-block;
    *margin-top: -10px;
    margin-left: 3px;
}

.icon_arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../../../simg.instrument.com.cn/netshow/20141029/images/icon-1.png")/*tpa=http://simg.instrument.com.cn/netshow/20141029/images/icon.png*/ no-repeat left -357px;
    vertical-align: -4px;
    margin-top: 13px;
}

.icon_add {
    background: url("../../../simg.instrument.com.cn/netshow/20141029/images/icon-1.png")/*tpa=http://simg.instrument.com.cn/netshow/20141029/images/icon.png*/ no-repeat -85px -446px;
    width: 10px;
    height: 8px;
    display: inline-block;
    *margin-top: -10px;
    margin-left: 3px;
}

.icon_hot {
    width: 37px;
    height: 21px;
    display: inline-block;
    background: url("../../../simg.instrument.com.cn/netshow/20141029/images/icon_24-1.png")/*tpa=http://simg.instrument.com.cn/netshow/20141029/images/icon_24.png*/ no-repeat left top;
    top: -5px;
    right: 0px;
}

.f14 li {
    font-size: 14px;
}

.f12 li {
    font-size: 12px;
}

.f16 li {
    font-size: 16px;
}

.list_line {
    background: url("../../../simg.instrument.com.cn/netshow/20141029/images/icon-1.png")/*tpa=http://simg.instrument.com.cn/netshow/20141029/images/icon.png*/ no-repeat -26px -357px;
    width: 3px;
    display: inline-block;
}

.crumbs {
    line-height: 20px;
    margin: 15px auto;
}

.crumbs a, .crumbs:visited {
    color: #333;
}

.jq-toast-wrap {
    z-index: 999;
}

.body-content {
    min-height: 600px;
}

.error {
    color: #dc2608;
}

.pagination li {
    cursor: pointer;
}

.loading-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: gray;
    opacity: 0.6;
    z-index: 9999;
}

span.shoppingcart-badge {
    background-color: #c81623;
    color: white;
    margin-top: 3px;
}

.box .box-section .title {
    padding: 10px 0 10px 10px;
    font-size: 16px;
    border-left: 8px solid #36cbb5;
}

.box .title + .content > form {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 20px;
}

.make-comment textarea {
    padding: 8px;
}

