.new_toolbar .r .bars .car .carnum {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.winformtb .supplierlists li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itabs_box1 dd.imain_bs .by .bc textarea, .winformtb .uantity_unit {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}
.itabs_box1 dd.imain_bs .by .bc textarea:focus, .winformtb .uantity_unit:focus {
  outline: 0 none;
}

.itabs_box1 dd.imain_bs .by .bc textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}
.itabs_box1 dd.imain_bs .by .bc textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.winformtb .uantity_unit {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.cbx, .winformtb input.iracb {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Same with IE9.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
  width: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 * html5
 */
mark {
  background: #ff0;
  color: #333333;
}

/*
 * Addresses margin not present in IE6/7/8.
 * Normalize to chrome 's user agent stylesheet
 */
figure {
  margin: 1em 40px 1em 40px;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Use KISSY CSS default font-size 12px
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 13px;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 * 1. html chrome Simsun, others new times
 * textarea/button/input/select does not inherit.
 * ie8- does not allow 'inherit' value.
 * textarea chrome/fx monospace ie courier new
 * button/input/select chrome/ie arial firefox Simsun calibri font: 13px/1.25 "Helvetica Neue",Helvetica,Arial;
 */
html,
button,
input,
select,
textarea {
  font-family: tahoma,Arial,sans-serif, \5b8b\4f53, sans-serif;
  /* 1 */
}

button,
input,
select,
textarea {
  font-size: 100%;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 * 1. ie7 10px , others 8px
 * 2. chrome rgba(0,0,0,0), others transparent
 * 3. firefox 21px(1.3) others normal(1.13)
 */
body {
  margin: 0;
  /* 1 */
  color: #000;
  background-color: #ffffff;
  /* 2 */
  line-height: 1.5;
  /* 3 */
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #0088cc;
  text-decoration: none;
  /*
     * Improves readability when focused and also mouse hovered in all browsers.
     * people.opera.com/patrickl/experiments/keyboard/test
     */
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  color: #005580;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, ie89, S4/5.
 *
 * http://hell.meiert.org/core/css/firefox-3.6.13.css
 *
 * chrome default is bold now 19
 */
b,
strong {
  font-weight: bold;
}

/*
 * ie8- top =0
 */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5
 */
dfn {
  font-style: italic;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * 1. Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 *    ie: courier new others monospace
 * 2. other browsers other than firefox is not 16px
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  /*ie*/
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * ie8- is wrong with relative
 */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers (except firefox).
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE9-.
 * margin: auto ??
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 * Same with chrome 's user agent stylesheet
 */
fieldset {
  border: 2px groove #f0f0f0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  margin: 0;
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/*
 * IE6+ need padding-left/right
 */
button {
  padding: 0px 6px;
  /* ie6 fix*/
  _padding: 0;
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome.
 *    firefox is content-box (now)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/*
 * Removes inner padding and search cancel button in S5, Chrome.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body {
  _margin: 0;
  _height: 100%;
}

/*IE6 BUG*/
img {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

a {
  text-decoration: none;
  color: #08c;
}
a:hover {
  color: #005580;
}

hr {
  height: 1px;
  color: #D0D0D0;
  width: 100%;
  background-color: #D0D0D0;
  border: none;
}

/* All browsers */
.placeholder {
  color: #a3a3a3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: true #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: true #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: true #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: true #999999;
}

.fix-clear {
  *zoom: 1;
}

.fix-clear:before, .fix-clear:after {
  display: table;
  content: "";
}

.fix-clear:after {
  clear: both;
}

.g-hidden {
  display: none;
}

.g-shown {
  display: block;
}

.g-invisible {
  visibility: hidden;
}

.g-visible {
  visibility: visible;
}

.g-inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* ------------------------------------------------------------------------------------------- */
.g-fl {
  float: left;
}

.g-c7 {
  color: #777;
}

.g-ca {
  color: #08c;
}

.g-zh {
  word-break: break-all;
  word-wrap: break-word;
}

.g-lhzh {
  line-height: 22px;
  word-break: break-all;
  word-wrap: break-word;
}

.g-mp0, .new_toolbar_img, .new_toolbar .r .bars .log, .new_toolbar .r .bars .reg, .topsh .sc_but, .big_logo, .sea_text_box .sea_text .sea_inp .s_t_b, .itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a, .itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a, .new_toolbar, .new_toolbar .l, .new_toolbar .r {
  margin: 0;
  padding: 0;
}

input.placeholder_def {
  color: #a3a3a3;
}

input.placeholder_foc {
  color: #000;
}

.hide_submit {
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clear: both;
}
.hide_submit .hide_submit_but {
  background: #fff;
  color: #fff;
  border: none;
}

.wrap_all {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.img_ico_tips_01, .itabs_box1 dd.imain_ss .sea_buts .tips_msg, .itabs_box1 dd.imain_gs .tips_msg, .itabs_box2 dd.imain_ss .sea_buts .tips_msg, .itabs_box2 dd.imain_gs .tips_msg {
  background: url(//or.molbase.net/themes/pic/images/tips_01.gif?v=2014718) no-repeat 2px 4px;
}

.img_head-foot, .footerwrap .shh .user-Bookmark a {
  background: url(//or.molbase.net/themes/pic/images/bookmarks.png?v=2014718) no-repeat 0 0;
}

.img_head-foot1 {
  background: url(//or.molbase.net/themes/pic/images/prolist_tit.jpg?v=2014718) repeat-x 0 0;
}

.new_toolbar_img, .new_toolbar .r .bars .log, .new_toolbar .r .bars .reg, .topsh .sc_but, .big_logo, .sea_text_box .sea_text .sea_inp .s_t_b, .itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a, .itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a {
  background: url(//or.molbase.net/themes/pic/images/new_index.png?v=2014718) no-repeat 0 0;
}

.new_toolbar {
  height: 26px;
  line-height: 26px;
  width: 100%;
  background: #174C73;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
}
.new_toolbar a {
  color: #fff;
}
.new_toolbar a:hover {
  color: #fff;
}
.new_toolbar .j {
  padding: 0 13px;
}
.new_toolbar .j i {
  display: block;
  width: 1px;
  height: 25px;
  font-size: 0;
  overflow: hidden;
  background-color: #467593;
}
.new_toolbar .l, .new_toolbar .r {
  float: left;
  padding-left: 6px;
}
.new_toolbar .l .bars li, .new_toolbar .r .bars li {
  float: left;
  height: 24px;
  line-height: 24px;
}
.new_toolbar .r {
  float: right;
  padding-right: 12px;
}
.new_toolbar .r .bars {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10px;
}
.new_toolbar .r .bars .ha {
  display: none;
}
.new_toolbar .r .bars .log {
  padding-left: 24px;
  background-position: 0 -118px;
}
.new_toolbar .r .bars .reg {
  padding-left: 24px;
  background-position: 0 -148px;
}
.new_toolbar .r .bars .car {
  padding-left: 24px;
  background: url(//or.molbase.net/themes/pic/images/topcart.png?v=2014718) no-repeat 0 6px;
}
.new_toolbar .r .bars .car .carnum {
  background: url(//or.molbase.net/themes/pic/images/carnum.png?v=2014718) no-repeat 0 0;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  width: 15px;
  height: 25px;
}
.new_toolbar .r .bars .car .cm1 {
  width: 15px;
}
.new_toolbar .r .bars .car .cm2 {
  width: 23px;
  background-position: 0 -25px;
}
.new_toolbar .r .bars .car .cm3 {
  width: 29px;
  background-position: 0 -50px;
}
.new_toolbar .r .bars .rz span {
  padding-left: 3px;
  color: #f60;
  cursor: default;
}
.new_toolbar .r .bars .rz .tip {
  position: absolute;
  z-index: 1;
  top: 1px;
  display: none;
}
.new_toolbar .r .bars .rz .tip .bm {
  position: relative;
  z-index: 1;
  top: 30px;
}
.new_toolbar .r .bars .rz .tip .bm .jt {
  background: url(//or.molbase.net/themes/pic/images/xsjt.gif?v=2014718) no-repeat 0 0;
  position: absolute;
  z-index: 2;
  top: -6px;
  left: 44%;
  width: 11px;
  height: 7px;
  overflow: hidden;
}
.new_toolbar .r .bars .rz .tip .bm .bo {
  height: 25px;
  border: 1px #fd8586 solid;
  background-color: #ffeded;
  padding: 0 6px;
  white-space: nowrap;
}
.new_toolbar .r .bars .rz .tip .bm .bo a {
  color: #08c;
}
.new_toolbar .r .bars .uc {
  padding-right: 18px;
  position: relative;
  z-index: 2;
}
.new_toolbar .r .bars .uc .jt {
  background: url(//or.molbase.net/themes/pic/images/topjts.png?v=2014718) no-repeat right 0;
  position: absolute;
  z-index: 4;
  top: 8px;
  right: 2px;
  width: 11px;
  height: 11px;
  overflow: hidden;
}
.new_toolbar .r .bars .uc .ly {
  background: #174C73;
  width: 90px;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: -12px;
  display: none;
}
.new_toolbar .r .bars .uc .ly dd {
  text-align: left;
  height: 26px;
  border-top: 1px #467593 solid;
}
.new_toolbar .r .bars .uc .ly dd a {
  color: #fff;
  font-size: 14px;
  padding-left: 12px;
  text-decoration: none;
}
.new_toolbar .r .bars .uc em {
  margin-left: 3px;
  color: #fff;
  padding: 1px 2px 1px 2px;
  font-size: 12px;
  line-height: 9px;
  font-family: Arial;
  background-color: #f00;
  white-space: nowrap;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.new_toolbar .fast_xqu {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 27px;
  padding-top: 29px;
  padding-right: 6px;
  background: url(//or.molbase.net/themes/pic/images/ksqg.gif?v=2014718) no-repeat right 0;
}
.new_toolbar .fast_xqu a {
  display: block;
  padding: 6px 16px;
  background-color: #2CB1F0;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.new_toolbar .fast_xqu a:hover {
  color: #054C75;
}

.topsh {
  margin: auto;
  position: relative;
  text-align: center;
}
.topsh .sc_input {
  width: 440px;
  height: 26px;
  line-height: 26px;
  border: 1px #7e9cc0 solid;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.topsh .sc_but {
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  vertical-align: middle;
  width: 85px;
  height: 30px;
  font-size: 14px;
  border: 1px #7e9cc0 solid;
  border-left: none;
  +border: none;
  +border: 1px #7e9cc0 solid;
  +margin-left: -1px;
  background-position: 0 -258px;
  padding-left: 18px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  color: #172D63;
}
.topsh .sc_self {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-position: -30px -258px;
  border-left: 1px #7e9cc0 solid;
  width: auto;
  padding: 0 15px;
}

.toptype_img, .toptype .tpb .nav, .toptype .tpb .tp li a {
  background: url(//or.molbase.net/themes/pic/images/picos.png?v=2014718) no-repeat 2px 12px;
}

.toptype {
  text-align: center;
  padding: 0;
  margin: 10px 0 0 0;
}
.toptype .tpb {
  position: relative;
  width: 1200px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0 auto;
  border: 1px #B3CDE6 solid;
  background-color: #E7F0F9;
  text-align: left;
}
.toptype .tpb .nav {
  margin-left: 6px;
  height: 30px;
}
.toptype .tpb .tp {
  position: absolute;
  top: 0;
  right: 10px;
}
.toptype .tpb .tp li {
  float: left;
  margin-left: 6px;
}
.toptype .tpb .tp li a {
  background-color: #fff;
  background-position: 4px -204px;
  padding: 4px 5px 5px 25px;
  border: 1px #B3CDE6 solid;
}
.toptype .tpb .tp li a.l1 {
  background-position: 4px -204px;
  color: #08c;
}
.toptype .tpb .tp li a.l2 {
  background-position: 4px -263px;
  color: #B2D1E6;
}
.toptype .tpb .tp li a.l2:hover {
  background-position: 4px -204px;
  color: #08c;
}
.toptype .tpb .tp li a.m1 {
  background-position: 4px -234px;
  color: #08c;
}
.toptype .tpb .tp li a.m2 {
  background-position: 4px -292px;
  color: #B2D1E6;
}
.toptype .tpb .tp li a.m2:hover {
  background-position: 4px -234px;
  color: #08c;
}

.footerwrap {
  position: static;
  bottom: 0;
  width: 100%;
  margin: 60px auto 0 auto;
}
.footerwrap .shh {
  width: 98%;
  height: 34px;
  margin: 0 auto;
  border-bottom: 1px #ccc dotted;
  text-align: right;
}
.footerwrap .shh .user-Bookmark {
  width: auto;
  margin: 0 auto;
  margin-right: 30px;
}
.footerwrap .shh .user-Bookmark a {
  float: right;
  height: 30px;
  width: 30px;
  margin-left: 8px;
}
.footerwrap .shh .user-Bookmark .i1 {
  background-position: 0 -30px;
}
.footerwrap .shh .user-Bookmark .i2 {
  background-position: 0 -90px;
}
.footerwrap .shh .user-Bookmark .i3 {
  background-position: 0 -60px;
}
.footerwrap .shh .user-Bookmark .i8 {
  background-position: 0 0;
}
.footerwrap p {
  line-height: 20px;
  text-align: center;
}
.footerwrap p a {
  padding: 0 5px;
  white-space: nowrap;
}

.footerlinks {
  margin: 0 auto;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border-bottom: 1px dotted #ccc;
}

.footerlinks dl {
  margin: 0 auto;
  padding-top: 7px;
  line-height: 30px;
}

.footerlinks dt, .footerlinks dd {
  float: left;
  display: block;
}

.footerlinks dt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
}

.footerlinks a {
  height: 30px;
  line-height: 30px;
  margin-left: 12px;
  padding: 0 12px;
  color: #08c;
}

.footerlinks a:hover, .footerbotta a:hover {
  color: #f75c0a;
}

#auto_complete_layer {
  width: auto;
  border: 1px solid #817F82;
  background-color: #fff;
  position: absolute;
  z-index: 5;
  display: none;
}
#auto_complete_layer li {
  display: block;
  color: #000;
  cursor: default;
  font: 14px/25px arial;
  padding: 0 8px;
}
#auto_complete_layer li.current {
  background-color: #EBEBEB;
}

.tb_sc {
  margin: 6px auto;
  border-spacing: 0;
  width: 90%;
  height: auto;
  text-align: left;
}
.tb_sc td, .tb_sc th {
  border: 1px #C8CED3 solid;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
}
.tb_sc .tb {
  background: url(//or.molbase.net/themes/pic/images/prolist_tit.jpg?v=2014718) repeat-x 0 0;
}
.tb_sc .tc {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.tb_sc .cbt {
  border-top: none;
}
.tb_sc .cbb {
  border-bottom: none;
}

a.buts-xdx {
  margin: 0 auto 1px auto;
  cursor: pointer;
  color: #fff;
  display: block;
  width: 74px;
  padding-left: 10px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  background: url(//or.molbase.net/themes/pic/images/buts_xdx.png?v=2014718) no-repeat 0 0;
}
a.buts-xdx:hover {
  color: #fff;
  background-position: 0 -19px;
}
a.buts-xdx.d {
  background-position: 0 -38px;
  cursor: default;
}
a.buts-xd {
  color: #fff;
  cursor: pointer;
  display: block;
  padding-left: 25px;
  height: 28px;
  line-height: 28px;
  background: url(//or.molbase.net/themes/pic/images/buts_xd.png?v=2014718) no-repeat 0 0;
}
a.buts-xd s {
  text-decoration: none;
  display: block;
  width: 70px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  background: url(//or.molbase.net/themes/pic/images/buts_xd.png?v=2014718) no-repeat right -84px;
}
a.buts-xd:hover {
  color: #fff;
  background-position: 0 -28px;
}
a.buts-xd:hover s {
  background-position: right -112px;
}
a.buts-bt1 {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0 8px;
  background-color: #577ea9;
  height: 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
a.buts-bt1:hover {
  background-color: #5DACE6;
}
a.buts-bt1.d {
  background-color: #B3B3B3;
  cursor: default;
}
a.buts-bt1.d:hover {
  background-color: #B3B3B3;
}
a.buts-xd-d {
  cursor: default;
  background-position: 0 -56px;
}
a.buts-xd-d s {
  background-position: right -140px;
}
a.buts-xd-d:hover {
  background-position: 0 -56px;
}
a.buts-xd-d:hover s {
  background-position: right -140px;
}

button {
  border: none;
  margin: 0;
  padding: 0;
}
button.buts-bt1 {
  color: #fff;
  padding: 0 8px;
  background-color: #577ea9;
  height: 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
button.buts-bt1:hover {
  background-color: #5DACE6;
}
button.buts-bt1.d {
  background-color: #B3B3B3;
}
button.buts-xd {
  color: #fff;
  padding-left: 25px;
  height: 28px;
  line-height: 28px;
  background: url(//or.molbase.net/themes/pic/images/buts_xd.png?v=2014718) no-repeat 0 0;
}
button.buts-xd s {
  text-decoration: none;
  display: block;
  width: 70px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  background: url(//or.molbase.net/themes/pic/images/buts_xd.png?v=2014718) no-repeat right -84px;
}
button.buts-xd:hover {
  color: #fff;
  background-position: 0 -28px;
}
button.buts-xd:hover s {
  background-position: right -112px;
}
button.buts-xd-d {
  cursor: default;
  background-position: 0 -56px;
}
button.buts-xd-d s {
  background-position: right -140px;
}
button.buts-xd-d:hover {
  background-position: 0 -56px;
}
button.buts-xd-d:hover s {
  background-position: right -140px;
}
button.buts-xdx {
  margin: 0 auto 1px auto;
  color: #fff;
  width: 74px;
  padding-left: 20px;
  padding-bottom: 2px;
  height: 19px;
  line-height: 12px;
  background: url(//or.molbase.net/themes/pic/images/buts_xdx.png?v=2014718) no-repeat 0 0;
}
button.buts-xdx:hover {
  color: #fff;
  background-position: 0 -19px;
}
button.buts-xdx.d {
  background-position: 0 -38px;
}
button.buts_def {
  width: 86px;
  height: 34px;
  color: #fff;
  font-size: 16px;
  background: url(//or.molbase.net/themes/pic/images/but-def.png?v=2014718) no-repeat 0 0;
}
button.buts_def:hover {
  background-position: 0 -34px;
}
button.buts_def1 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  min-width: 74px;
  padding: 0 10px;
  height: 34px;
  color: #fff;
  font-size: 16px;
  background-color: #5A7FA8;
}
button.buts_def1:hover {
  background-color: #5DACE7;
}
button.buts_def1.d {
  background-color: #B3B3B3;
}
button.buts-batch {
  color: #fff;
  padding-left: 30px;
  height: 33px;
  background: url(//or.molbase.net/themes/pic/images/but_batch.png?v=2014718) no-repeat 0 0;
}
button.buts-batch s {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: url(//or.molbase.net/themes/pic/images/but_batch.png?v=2014718) no-repeat right -33px;
  font-size: 16px;
  padding: 0 8px 0 3px;
}
button.buts-batch:hover {
  background-position: -30px 0;
}
button.buts-batch:hover s {
  background-position: right -66px;
}
button.buts-batch.d {
  background-position: -60px 0;
}
button.buts-batch.d s {
  background-position: right -99px;
}
button.buts_win_more {
  padding-left: 4px;
  width: 53px;
  height: 22px;
  color: #5C7EA8;
  text-align: left;
  font-size: 15px;
  vertical-align: top;
  border: 1px #5C7EA8 solid;
  background: url(//or.molbase.net/themes/pic/images/win_more1.png?v=2014718) no-repeat 40px 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
button.buts_win_more:hover {
  color: #5DACE7;
  border-color: #5DACE7;
}
button.buts_finance {
  padding-left: 10px;
  width: 116px;
  height: 39px;
  color: #fff;
  font-size: 16px;
  font-family: "Microsoft Yahei", "SimHei";
  background: url(//or.molbase.net/themes/pic/images/finance/send.png?v=2014718) no-repeat 0 0;
}
button.buts_finance:hover {
  background-position: 0 -39px;
}
button.buts_finance.d {
  background-position: 0 -78px;
}

a.buts-vd {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 33px;
  line-height: 33px;
  color: #5c7ea8;
  text-align: center;
  font-size: 16px;
  background: url(//or.molbase.net/themes/pic/images/sc_but1.png?v=2014718) no-repeat 0 0;
}
a.buts-vd:hover {
  color: #fff;
  background-position: 0 -33px;
}
a.buts-vd1 {
  display: block;
  color: #fff;
  margin-top: 9px;
  padding-left: 25px;
  height: 28px;
  line-height: 28px;
  background: url(//or.molbase.net/themes/pic/images/buts_xd.png?v=2014718) no-repeat -25px 0;
}
a.buts-vd1 s {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  display: block;
  width: 70px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  background: url(//or.molbase.net/themes/pic/images/buts_xd.png?v=2014718) no-repeat right -84px;
}
a.buts-vd1:hover {
  color: #fff;
  background-position: -25px -28px;
}
a.buts-vd1:hover s {
  background-position: right -112px;
}
a.buts-vd-d {
  cursor: default;
  background-position: -25px -56px;
}
a.buts-vd-d s {
  background-position: right -140px;
}
a.buts-vd-d:hover {
  background-position: -25px -56px;
}
a.buts-vd-d:hover s {
  background-position: right -140px;
}
a.buts_def1 {
  display: block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  min-width: 74px;
  padding: 0 10px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  background-color: #5A7FA8;
  white-space: nowrap;
  margin: 10px auto;
}
a.buts_def1:hover {
  background-color: #5DACE7;
}
a.buts_def1.d {
  background-color: #B3B3B3;
}

.win_add_order_form {
  width: 760px;
}

.batch_inquiry_form {
  padding: 20px;
  width: 450px;
}
.batch_inquiry_form .winformtb th {
  width: 130px;
}
.batch_inquiry_form .ht {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px #D8D8D8 solid;
  margin-bottom: 20px;
}
.batch_inquiry_form .tp {
  font-weight: bold;
  font-size: 15px;
}
.batch_inquiry_form .buts {
  position: relative;
  z-index: 1;
  padding-left: 90px;
}
.batch_inquiry_form .buts .clo {
  position: absolute;
  z-index: 2;
  left: 300px;
}

.win_add_order_form_done {
  padding: 30px 0 20px 0;
  width: 700px;
}
.win_add_order_form_done .main {
  margin-right: 60px;
}
.win_add_order_form_done .main th {
  width: 220px;
  text-align: center;
}
.win_add_order_form_done .main td {
  font-size: 16px;
  line-height: 30px;
}
.win_add_order_form_done .lins {
  padding-top: 10px;
}
.win_add_order_form_done .lins .mail, .win_add_order_form_done .lins .tels {
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  color: #F6630C;
  font-size: 16px;
  background: url(//or.molbase.net/themes/pic/images/tpl_mail.png?v=2014718) no-repeat 0 0;
}
.win_add_order_form_done .lins .tels {
  background-position: 0 -33px;
  margin-top: 10px;
}
.win_add_order_form_done .lins .tels a {
  color: #F6630C;
}
.win_add_order_form_done .buts {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 20px;
}
.win_add_order_form_done .buts .clo {
  position: absolute;
  z-index: 2;
  left: 330px;
}

.batch_inquiry_form_done {
  padding: 20px;
  width: 450px;
}
.batch_inquiry_form_done .ht {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.batch_inquiry_form_done .buts {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-bottom: 20px;
}
.batch_inquiry_form_done .buts .clo {
  position: absolute;
  z-index: 2;
  left: 330px;
}

.users_login_form {
  padding: 20px;
  width: 600px;
}
.users_login_form .winformtb th {
  width: 130px;
}
.users_login_form .ht {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px #D8D8D8 solid;
  margin-bottom: 20px;
}
.users_login_form .tp {
  font-weight: bold;
  font-size: 15px;
}
.users_login_form .findp {
  position: relative;
  z-index: 1;
}
.users_login_form .findp a {
  position: absolute;
  z-index: 2;
  top: -20px;
  right: 0px;
  white-space: nowrap;
}
.users_login_form .caps {
  position: relative;
  z-index: 1;
}
.users_login_form .caps .rld {
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 269px;
  height: 32px;
  width: 20px;
  border: 1px #B5B5B5 solid;
  background: url(//or.molbase.net/themes/pic/images/crload.png?v=2014718) no-repeat 2px 8px;
}
.users_login_form .caps .captcha {
  border: 1px #B5B5B5 solid;
  margin-left: 20px;
}
.users_login_form .buts {
  position: relative;
  z-index: 1;
  padding-left: 136px;
  padding-bottom: 40px;
}
.users_login_form .buts .regbut {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 136px;
}

.addattention {
  font-size: 12px;
  padding-left: 20px;
}
.addattention u {
  color: #f00;
  text-decoration: none;
  line-height: 28px;
  vertical-align: top;
}

.user_footprint_ok_form {
  width: 380px;
  padding: 20px;
}
.user_footprint_ok_form .ts {
  height: 29px;
  line-height: 29px;
  font-size: 16px;
  padding-left: 35px;
  background: url(//or.molbase.net/themes/pic/images/tips_gg.png?v=2014718) no-repeat 0 center;
}
.user_footprint_ok_form .imgs {
  width: 120px;
  height: 120px;
  border: 1px #e3e3e3 solid;
  text-align: center;
}
.user_footprint_ok_form .tb {
  margin: 20px 10px 30px 10px;
}
.user_footprint_ok_form .inf {
  font-size: 14px;
  padding-left: 20px;
}
.user_footprint_ok_form .cs {
  margin-bottom: 10px;
}
.user_footprint_ok_form .clo {
  margin-left: 100px;
}

.winformtb {
  margin: 10px 0 20px 0;
  padding: 0;
}
.winformtb td, .winformtb th {
  height: 40px;
}
.winformtb td {
  padding-left: 4px;
}
.winformtb td s {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding-left: 25px;
  color: #E15437;
  background: url(//or.molbase.net/themes/pic/images/err.png?v=2014718) no-repeat 3px 0;
}
.winformtb td s.tps {
  display: none;
}
.winformtb th {
  width: 145px;
  text-align: right;
  font-weight: normal;
}
.winformtb th i {
  color: #f00;
  padding-right: 3px;
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
}
.winformtb input.txt {
  background-color: #fff;
  padding-left: 5px;
  width: 375px;
  height: 30px;
  line-height: 30px;
  border: 1px #B5B5B5 solid;
  font-size: 15px;
}
.winformtb input.d {
  border: none;
}
.winformtb input.w100 {
  width: 100px;
}
.winformtb input.w160 {
  width: 160px;
}
.winformtb input.w120 {
  width: 120px;
}
.winformtb input.w240 {
  width: 240px;
}
.winformtb input.w400 {
  width: 400px;
}
.winformtb input.mtb3 {
  margin: 3px 0;
}
.winformtb .uantity_unit {
  height: 34px;
}
.winformtb .iracb_la {
  padding-right: 15px;
}
.winformtb .txta {
  width: 472px;
  height: auto;
  margin: 2px auto 2px auto;
  font-size: 13px;
  font-size: 12px\9;
  border: 1px #aaa solid;
  outline: none;
  resize: none;
  overflow-y: scroll;
}
.winformtb .buts {
  position: relative;
  z-index: 1;
}
.winformtb .buts .clo {
  position: absolute;
  z-index: 2;
  left: 390px;
}
.winformtb .xkifn {
  position: relative;
  z-index: 1;
  height: 60px;
}
.winformtb .xkifn .ifn {
  position: absolute;
  z-index: 2;
  top: -6px;
  width: 460px;
  padding-left: 18px;
  text-indent: -18px;
  word-break: break-all;
  word-wrap: break-word;
}
.winformtb .xkifn .ysc {
  position: absolute;
  z-index: 2;
  bottom: 10px;
}
.winformtb .supplierlists li {
  display: block;
  padding: 0 0 4px 0;
  width: 480px;
}
.winformtb .supplierlists li.g-hidden {
  display: none;
}
.winformtb .supplierlists label {
  padding-left: 3px;
}

.dict_information_properties_form .winformtb, .dict_information_safety_form .winformtb {
  width: 650px;
}
.dict_information_properties_form .txtb, .dict_information_safety_form .txtb {
  width: 410px;
  height: auto;
  margin: 2px auto 2px auto;
  font-size: 13px;
  font-size: 12px\9;
  border: 1px #aaa solid;
  outline: none;
  resize: none;
  overflow-y: auto;
}
.dict_information_properties_form .txtc, .dict_information_safety_form .txtc {
  width: 410px;
  height: 30px;
  margin: 2px auto 2px auto;
  font-size: 13px;
  font-size: 12px\9;
  border: 1px #aaa solid;
  outline: none;
  resize: none;
  overflow-y: auto;
}
.dict_information_properties_form hr, .dict_information_safety_form hr {
  width: 95%;
  margin-top: 0px;
}
.dict_information_properties_form .buts, .dict_information_safety_form .buts {
  padding-top: 30px;
}
.dict_information_properties_form .buts .clo, .dict_information_safety_form .buts .clo {
  left: 270px;
}
.dict_information_properties_form .note, .dict_information_safety_form .note {
  width: 570px;
  margin: 0;
  padding: 0;
  padding-left: 70px;
}

.momsg {
  width: 550px;
  padding: 20px 5px;
  background-color: #fff;
}
.momsg .ico {
  float: left;
  width: 86px;
  height: 86px;
  margin-left: 30px;
  background: url(//or.molbase.net/themes/pic/images/msgico.png?v=2014718) no-repeat 0 90px;
}
.momsg .ico_success {
  background-position: 0 -86px;
}
.momsg .ico_error {
  background-position: 0 0;
}
.momsg .ico_confirm {
  background-position: 0 -172px;
}
.momsg .msg {
  width: 394px;
  float: left;
  margin-left: 30px;
  font-size: 16px;
  font-family: "Microsoft Yahei", "SimHei";
}
.momsg .msg .butts {
  margin: 30px 0 10px 0;
  width: 334px;
  text-align: center;
}
.momsg .msg .butts .butspan {
  padding: 0 30px;
}

#h_email_a {
  color: #D08D1C;
}

#h_email_a:hover {
  color: #FFCA00;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.m-hot {
  position: absolute;
  top: 6px;
  left: 42px;
  z-index: 99;
}

.search_new {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}
.search_new .logo {
  float: left;
  display: block;
  width: 200px;
  height: 75px;
  background: url("images/ico-index-2015.png") 0 -430px;
  margin-top: 20px;
  position: relative;
}
.search_new .logo em {
  position: absolute;
  right: -63px;
  top: 16px;
  color: #333;
  font-size: 24px;
}
.search_new .logo em i {
  margin-left: 7px;
}
.search_new .search {
  float: left;
  margin-left: 130px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 720px;
  margin-top: 20px;
  position: relative;
}
.search_new .search .tab {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  float: left;
}
.search_new .search .tab li {
  float: left;
  cursor: pointer;
  background: #f0f0f0;
  color: #555;
  margin-right: 2px;
  height: 22px;
  line-height: 22px;
  padding: 0 18px;
}
.search_new .search .tab li.cur {
  color: #fff;
  background: #317ee7;
}
.search_new .search .tab li:hover {
  color: #fff;
  background: #317ee7;
}
.search_new .search .so {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  position: absolute;
  left: 0px;
}
.search_new .search .so input[type="text"] {
  float: left;
  border: 0;
  background: #fff;
  width: 540px;
  height: 30px;
  line-height: 30px;
  border: #317ee7 solid 2px;
  border-right: 0;
}
.search_new .search .so .btn04 {
  width: 92px;
  text-align: center;
  display: block;
  height: 36px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  border: 0;
  float: left;
}
.search_new .search .so .link {
  float: left;
  margin-left: 20px;
  color: #317ee7;
}
.search_new .search .so .link:hover {
  color: #FF771C;
}
.search_new .search .link {
  float: left;
  margin-left: 20px;
  position: absolute;
  right: 25px;
  top: 20px;
}
.search_new .search .keyword {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  width: 640px;
  margin-top: 8px;
  position: absolute;
  left: 0px;
}
.search_new .search .keyword a {
  float: left;
  color: #777;
  margin-right: 8px;
}
.search_new .search .keyword a:hover {
  color: #317ee7;
}
.search_new .search .keyword a.more {
  display: block;
  float: right;
  border: #ddd solid 1px;
  width: 35px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  margin-right: 0px;
}

.bt-63 {
  bottom: -63px;
}

.bt363 {
  bottom: 363px;
}

.tp22 {
  top: 22px;
}

.tp-122 {
  top: -132px;
}

.lt0 {
  left: 0;
}

.lt-400 {
  left: -400px;
}

/* c-default-index.css */
/*
  ChemWriter Base Stylesheet: Do not alter - edit chemwriter-override.css instead.
                              Some selectors may change in future releases.
*/
.chemwriter svg path {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chemwriter * :focus {
  outline: 0;
}

.chemwriter .editor {
  width: 750px;
  height: 470px;
  position: relative;
  background-color: #eaf4fd;
  font-family: Verdana, Arial, sans-serif;
  cursor: default;
  border: 3px solid #eaf4fd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.chemwriter .editor .move-cursor {
  cursor: move;
}

.chemwriter .editor .translucent {
  display: block;
  background: #000000;
  opacity: .8;
  filter: Alpha(Opacity=80);
}

.chemwriter .editor .invisible {
  display: none;
}

.chemwriter .editor .transparent {
  display: block;
}

.chemwriter .editor .glass-pane {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.chemwriter .editor .palette {
  float: left;
  width: 72px;
}

.chemwriter .editor .canvas-assembly {
  float: left;
}

.chemwriter .editor .info-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: black;
  color: white;
  text-align: left;
  font-size: 12px;
  padding: 2px;
  opacity: .8;
  filter: Alpha(Opacity=80);
}

.chemwriter .editor .button {
  display: inline-block;
  border: 2px solid #96b3d6;
  margin: 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.chemwriter .editor .button-hover {
  background-color: #dddddd;
}

.chemwriter .editor .button-active {
  background-color: #aaaaaa;
}

.chemwriter .editor .button-open {
  background-color: #dddddd;
}

.chemwriter .editor .button .icon {
  width: 25px;
  height: 25px;
  cursor: default;
  margin: 1px;
}

.chemwriter .editor .dock {
  cursor: default;
  background-color: #eaf4fd;
  text-align: left;
  border-left: 1px solid #eaf4fd;
  padding-left: 2px;
  padding-top: 2px;
}

.chemwriter .editor .canvas {
  position: relative;
  background: white;
}

.chemwriter .editor .flyout {
  position: absolute;
}

.chemwriter .editor .subpalette {
  margin-left: 2px;
  max-width: 212px;
  background-color: #d0e9ff;
  border-top: 1.5px solid #96b3d6;
  border-left: 1.5px solid #96b3d6;
  border-bottom: 1.5px solid #96b3d6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.chemwriter .editor input.element-select {
  width: 32px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #999999;
  font-weight: bold;
  margin: 6px 3px 0 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.chemwriter .editor .dialog {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
}

.chemwriter .editor .dialog .program-name {
  color: white;
  font-size: 34px;
  text-align: center;
  margin-bottom: 1em;
}

.chemwriter .editor .dialog .version {
  color: white;
  font-size: 14px;
  text-align: center;
}

.chemwriter .editor .dialog .credits {
  color: white;
  font-size: 10px;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 0.3em;
}

.chemwriter .editor .dialog .copyright {
  color: white;
  font-size: 10px;
  text-align: center;
  margin-bottom: 3em;
}

.chemwriter .editor .dialog .learnmore {
  color: white;
  font-size: 14px;
  text-align: center;
}

.chemwriter .editor .dialog a {
  color: white;
}

.chemwriter .editor .dialog .error-cause {
  text-align: center;
  color: white;
  font-size: 16px;
  margin-bottom: 1em;
}

.chemwriter .editor .dialog .message {
  text-align: center;
  padding: 0 3em 0 3em;
  color: white;
  font-size: 16px;
  margin-bottom: 1em;
  margin-top: 4em;
}

.chemwriter .editor .dialog .title {
  color: white;
  font-size: 16px;
  margin-bottom: 1em;
}

.chemwriter .editor .dialog .content-panel {
  height: 100%;
  position: relative;
}

.chemwriter .editor .dialog .content {
  height: 100%;
  width: 500px;
}

.chemwriter .editor .dialog .trace {
  width: 100%;
  height: 300px;
  background-color: black;
  color: #00ff00;
  border: 1px solid #bbbbbb;
  font-family: monospace;
  text-align: left;
  overflow: scroll;
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.chemwriter .editor .dialog .trace .error-line {
  background: #ff0000;
  color: #ffffff;
}

.chemwriter .editor .dialog .button-panel {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
  padding-bottom: 5%;
}

.chemwriter .editor .dialog .button-group {
  text-align: center;
}

.chemwriter .editor textarea {
  width: 100%;
  height: 300px;
  background: black;
  color: #00ff00;
  font-family: monospace;
  border: 1px solid #bbbbbb;
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.painter {
  width: 281px;
  height: 259px;
  margin: 3px;
}

.ui-selectbox {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #DDD;
  *zoom: 1;
  *overflow: visible;
  outline: 0 none;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #e5e5e5 100%);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.ui_select_skin01 .ui-selectbox {
  box-shadow: none;
  border-radius: 0px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.ui_select_skin02 .ui-selectbox {
  box-shadow: none;
  border-radius: 0px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.ui_select_skin03 .ui-selectbox {
  box-shadow: none;
  border-radius: 0px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.ui_select_skin04 .ui-selectbox {
  box-shadow: none;
  border-radius: 0px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.ui_select_skin05 .ui-selectbox {
  border: 0;
  box-shadow: none;
  border-radius: 5px;
  background: #F5F5F5;
  background: -moz-linear-gradient(top, #F5F5F5 0%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #F5F5F5));
  background: -webkit-linear-gradient(top, #F5F5F5 0%, #F5F5F5 100%);
  background: -o-linear-gradient(top, #F5F5F5 0%, #F5F5F5 100%);
  background: -ms-linear-gradient(top, #F5F5F5 0%, #F5F5F5 100%);
  background: linear-gradient(to bottom, #F5F5F5 0%, #F5F5F5 100%);
}

.ui-selectbox-open {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, #e5e5e5 100%, #fafafa 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #e5e5e5), color-stop(0%, #fafafa));
  background: -webkit-linear-gradient(top, #e5e5e5 100%, #fafafa 0%);
  background: linear-gradient(to bottom, #e5e5e5 100%, #fafafa 0%);
}

.ui-selectbox:hover {
  box-shadow: 0 0 5px rgba(15, 128, 227, 0.5);
}

.ui-selectbox::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select[disabled] + .ui-selectbox,
select[disabled] + .ui-selectbox:hover {
  color: #CCC;
  border: 1px solid #B7B7B7;
  cursor: default;
  box-shadow: none;
  opacity: .7;
  user-select: none;
}

.ui-selectbox-inner {
  padding: 0 0 0 5px;
  margin-right: 15px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-selectbox .ui-selectbox-icon {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -2px;
  border-top: 5px solid #A7A7A7;
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  border-bottom: 0 none;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  _color: #FF3FFF;
}
.ui_select_skin01 .ui-selectbox .ui-selectbox-icon {
  border-top: 0px solid #A7A7A7;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0 none;
  width: 15px;
  height: 13px;
  margin-top: -3px;
  background: url(//or.molbase.net/themes/pic/images/ui-select-ico.png?v=2014718) no-repeat 0 -34px;
}
.ui_select_skin02 .ui-selectbox .ui-selectbox-icon {
  border-top: 0px solid #A7A7A7;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0 none;
  width: 18px;
  height: 17px;
  margin-top: -4px;
  background: url(//or.molbase.net/themes/pic/images/ui-select-ico.png?v=2014718) no-repeat 0 -72px;
}
.ui_select_skin03 .ui-selectbox .ui-selectbox-icon {
  border-top: 0px solid #A7A7A7;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0 none;
  width: 13px;
  height: 17px;
  margin-top: -5px;
  background: url(//or.molbase.net/themes/pic/images/ui-select-ico.png?v=2014718) no-repeat 0 3px;
}
.ui_select_skin04 .ui-selectbox .ui-selectbox-icon {
  border-top: 0px solid #A7A7A7;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0 none;
  width: 14px;
  height: 17px;
  margin-top: -4px;
  background: url(//or.molbase.net/themes/pic/images/ui-select-ico.png?v=2014718) no-repeat 0 -116px;
}
.ui_select_skin05 .ui-selectbox .ui-selectbox-icon {
  border-top: 0px solid #A7A7A7;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0 none;
  width: 13px;
  height: 17px;
  margin-top: -5px;
  background: url(//or.molbase.net/themes/pic/images/ui-select-ico.png?v=2014718) no-repeat 0 3px;
}

.ui-selectbox-open .ui-selectbox-icon {
  margin-top: -3px;
  border-top: 0 none;
  border-bottom: 5px solid #A7A7A7;
}
.ui_select_skin01 .ui-selectbox-open .ui-selectbox-icon {
  border-top: 0px solid #A7A7A7;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0 none;
  width: 15px;
  height: 13px;
  margin-top: -3px;
  background: url(//or.molbase.net/themes/pic/images/ui-select-ico.png?v=2014718) no-repeat 0 -52px;
}
.ui_select_skin02 .ui-selectbox-open .ui-selectbox-icon {
  border-top: 0px solid #A7A7A7;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0 none;
  width: 18px;
  height: 17px;
  margin-top: -4px;
  background: url(//or.molbase.net/themes/pic/images/ui-select-ico.png?v=2014718) no-repeat 0 -93px;
}
.ui_select_skin03 .ui-selectbox-open .ui-selectbox-icon {
  border-top: 0px solid #A7A7A7;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0 none;
  width: 13px;
  height: 17px;
  margin-top: -5px;
  background: url(//or.molbase.net/themes/pic/images/ui-select-ico.png?v=2014718) no-repeat 0 -12px;
}
.ui_select_skin04 .ui-selectbox-open .ui-selectbox-icon {
  border-top: 0px solid #A7A7A7;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0 none;
  width: 14px;
  height: 17px;
  margin-top: -4px;
  background: url(//or.molbase.net/themes/pic/images/ui-select-ico.png?v=2014718) no-repeat 0 -135px;
}
.ui_select_skin05 .ui-selectbox-open .ui-selectbox-icon {
  border-top: 0px solid #A7A7A7;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0 none;
  width: 13px;
  height: 17px;
  margin-top: -5px;
  background: url(//or.molbase.net/themes/pic/images/ui-select-ico.png?v=2014718) no-repeat 0 -13px;
}

.ui-selectbox-focus {
  box-shadow: 0 0 5px rgba(15, 128, 227, 0.5);
  outline: 0 none;
  /*box-shadow: 0 0 3px rgba(8, 74, 195, .5);*/
}

.ui-selectbox-dropdown {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ccc;
  font-family: 'Microsoft YaHei', arial, sans-serif;
  background: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: solid 1px #DCDCDC;
}

.ui-selectbox-dropdown::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  overflow: visible;
}

.ui-selectbox-dropdown::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

.ui-selectbox-dropdown::-webkit-scrollbar-track {
  background-clip: padding-box;
}

.ui-selectbox-dropdown::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.05);
}

.ui-selectbox-dropdown::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px 0 0 rgba(0, 0, 0, 0.07);
}

.ui-selectbox-dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.14);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 2px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.ui-selectbox-dropdown::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.28);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.ui-selectbox-dropdown::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.ui-selectbox-optgroup,
.ui-selectbox-option {
  margin: 0;
  padding: 8px 10px;
  white-space: nowrap;
  cursor: pointer;
  color: #333;
  background: transparent;
  outline: 0 none;
}

.ui-selectbox-optgroup {
  cursor: default;
  color: #000;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

.ui-selectbox-option:hover {
  background: #EEE;
}

.ui-selectbox-option:focus {
  outline: 0 none;
}

.ui-selectbox-dropdown .ui-selectbox-selected,
.ui-selectbox-dropdown .ui-selectbox-selected:hover {
  background: #eee;
  color: #555;
}

.ui-selectbox-dropdown .ui-selectbox-disabled,
.ui-selectbox-dropdown .ui-selectbox-disabled:hover {
  color: #CCC;
  cursor: default;
  background: #FFF;
}

.ui-popup-top .ui-selectbox-dropdown,
.ui-popup-top-left .ui-selectbox-dropdown,
.ui-popup-top-right .ui-selectbox-dropdown {
  top: -2px;
}

.ui-popup-bottom .ui-selectbox-dropdown,
.ui-popup-bottom-left .ui-selectbox-dropdown,
.ui-popup-bottom-right .ui-selectbox-dropdown {
  top: 2px;
}

textarea {
  border: 1px solid #7f9db9;
  font-size: 9pt;
  width: 430px;
  color: #000;
  resize: none;
}

.grey {
  color: #999;
}

#msg1, #msg2, #msg3, #msg4 {
  display: none;
}

#sc_form {
  position: absolute;
  z-index: 1;
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: #ecf0f5;
  width: 28px;
  text-align: left;
}

#ser_li {
  height: 300px;
  overflow: hidden;
  width: 28px;
  border-right: 0;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: #fff;
  font-size: 14px;
  color: #777;
  padding-top: 10px;
}

#c2 {
  font-family: Arial, Helvetica, sans-serif;
  height: 300px;
  margin: 0px;
  padding: 0 0 0 35px;
  overflow-x: hidden;
  line-height: 24px;
  width: 560px;
  color: #555;
  font-size: 14px;
  padding-top: 10px;
}

.big_logo {
  width: 330px;
  height: 84px;
  margin: 40px auto 30px auto;
  background-position: 0 0;
}

.sea_text_box {
  width: 100%;
  text-align: center;
}
.sea_text_box .sea_text {
  width: 782px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sea_text_box .sea_text .sea_inp {
  margin: auto auto 6px auto;
}
.sea_text_box .sea_text .sea_inp .ct {
  font-size: 11px;
  position: absolute;
  top: -18px;
  right: 0px;
  color: #aaa;
}
.sea_text_box .sea_text .sea_inp .s_t_i {
  vertical-align: middle;
  font-size: 16px;
  width: 678px;
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 5px;
  border: 1px #7e9cc0 solid;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.sea_text_box .sea_text .sea_inp .s_t_b {
  vertical-align: middle;
  width: 96px;
  height: 36px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  border: 1px #7e9cc0 solid;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
  +border: none;
  +border: 1px #7e9cc0 solid;
  +margin-left: -1px;
  background-position: 0 -256px;
  padding-left: 10px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  color: #172D63;
}
.sea_text_box .sea_text .sea_inp .s_t_g {
  vertical-align: bottom;
  color: #20559b;
  text-decoration: underline;
  position: absolute;
  right: 120px;
}
.sea_text_box .sea_text .sea_inp .sea_key {
  width: 782px;
  margin: 0 auto;
  text-align: left;
}
.sea_text_box .sea_text .sea_inp .sea_key .tp {
  font-weight: bold;
}
.sea_text_box .sea_text .sea_inp .sea_key a {
  color: #00a0dc;
  font-style: italic;
}

.itabs_box1 {
  display: block;
  width: 782px;
  margin: 10px auto 0px;
}
.itabs_box1 dt, .itabs_box1 dd {
  margin: 0;
  padding: 0;
}
.itabs_box1 dt {
  margin: 0 auto;
  border-bottom: 6px #7AAAE2 solid;
}
.itabs_box1 dt a {
  float: left;
  margin-right: 7px;
  outline: none;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-left: 45px;
  width: 136px;
  height: 36px;
  line-height: 38px;
  overflow: hidden;
  background: url(//or.molbase.net/themes/pic/images/inx_tb.png?v=2014718) no-repeat 0 0;
}
.itabs_box1 dt a.ss {
  background-position: 0 0;
}
.itabs_box1 dt a.ss:hover, .itabs_box1 dt a.ss.c {
  background-position: 0 -36px;
}
.itabs_box1 dt a.bs {
  background-position: -188px 0;
  padding-left: 58px;
  width: 123px;
}
.itabs_box1 dt a.bs:hover, .itabs_box1 dt a.bs.c {
  background-position: -188px -36px;
}
.itabs_box1 dt a.gs {
  background-position: -376px 0;
  padding-left: 58px;
  width: 123px;
}
.itabs_box1 dt a.gs:hover, .itabs_box1 dt a.gs.c {
  background-position: -376px -36px;
}
.itabs_box1 dd {
  display: none;
  width: 782px;
  margin: 0 auto;
}
.itabs_box1 dd.imain_ss .sea_stru_box {
  width: 780px;
  background-color: #EBF4FD;
  text-align: center;
  border: 1px #7AAAE2 solid;
}
.itabs_box1 dd.imain_ss .sea_stru_box .sea_stru {
  background: #eaf4fd;
  padding: 10px;
}
.itabs_box1 dd.imain_ss .sea_buts .tips {
  height: 32px;
  padding-top: 6px;
}
.itabs_box1 dd.imain_ss .sea_buts .tips_msg {
  display: none;
  margin: 0px;
  text-align: left;
  margin: 0 auto;
  background-color: #FFF2F2;
  padding: 0 5px 0 22px;
  border: 1px #f00 solid;
  width: 238px;
  height: 25px;
  line-height: 25px;
  color: #666;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts {
  width: 440px;
  margin: 0 auto;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  background-position: -30px -254px;
  height: 30px;
  line-height: 30px;
  color: #172D63;
  cursor: pointer;
  cursor: hand;
  padding: 0 10px;
  border: 1px #96b3d6 solid;
  margin: 6px;
  cursor: pointer;
  cursor: hand;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a:hover {
  background-position: -30px -290px;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a.jt {
  margin-top: 6px;
  margin-left: 6px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px 0 10px;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  cursor: pointer;
  cursor: hand;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a.jt span {
  background: none;
  padding: 2px;
  letter-spacing: 2px;
  font-weight: bold;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a.jte {
  position: relative;
  z-index: 1;
  width: 25px;
  padding: 0;
  margin-left: -6px;
  background-position: -253px -257px;
  border-left: none;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a.jte:hover {
  background-position: -253px -223px;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a.jte .ly {
  display: none;
  position: absolute;
  top: -33px;
  left: 23px;
  z-index: 2;
  width: 140px;
  border: 1px #96b3d6 solid;
  background: #F1F1F6;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a.jte .ly li {
  width: 40px;
  height: 20px;
  line-height: 20px;
  float: left;
  margin: 2px 3px;
  color: #666;
  text-align: center;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts a.jte .ly li.ru {
  background: #fff;
  color: #009fdb;
}
.itabs_box1 dd.imain_ss .sea_buts .sea_stru_buts .bbts {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 23px;
  height: 30px;
  background: #F1F1F6;
  width: 1px;
  font-size: 1px;
  overflow: hidden;
}
.itabs_box1 dd.imain_bs {
  border: 1px #7AAAE2 solid;
  width: 780px;
}
.itabs_box1 dd.imain_bs .main {
  padding: 0 30px;
}
.itabs_box1 dd.imain_bs .ht {
  height: 70px;
  line-height: 90px;
  font-size: 22px;
}
.itabs_box1 dd.imain_bs .by .bl, .itabs_box1 dd.imain_bs .by .bc, .itabs_box1 dd.imain_bs .by .br {
  float: left;
}
.itabs_box1 dd.imain_bs .by .bc {
  padding-left: 0px;
  width: 330px;
}
.itabs_box1 dd.imain_bs .by .bc textarea {
  margin-top: 20px;
  width: 280px;
  height: 320px;
}
.itabs_box1 dd.imain_bs .by .br {
  width: 360px;
  position: relative;
  z-index: 1;
}
.itabs_box1 dd.imain_bs .by .br p.fo {
  padding-left: 20px;
  line-height: 25px;
  background: url(//or.molbase.net/themes/pic/images/in_xdd.png?v=2014718) no-repeat 0 8px;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips {
  position: absolute;
  z-index: 2;
  right: 40px;
  top: 132px;
  width: 300px;
  padding-bottom: 25px;
  padding-top: 4px;
  border: 1px #D0D0D0 solid;
  background-color: #F0F0F0;
  text-align: center;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips i {
  display: block;
  position: absolute;
  z-index: 3;
  right: 95px;
  top: -13px;
  background: url(//or.molbase.net/themes/pic/images/batch_jt1.png?v=2014718) no-repeat 0 0;
  width: 21px;
  height: 13px;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips .btmain {
  margin: 0 auto;
  padding-top: 20px;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips .btmain .htc {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px #C5C5C5 solid;
  padding-bottom: 9px;
  color: #606060;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips .btmain .hta {
  height: 40px;
  line-height: 40px;
  color: #606060;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips .batch_tips_close {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 4;
  right: 4px;
  width: 18px;
  height: 18px;
  background: url(//or.molbase.net/themes/pic/images/batch_co.png?v=2014718) no-repeat 0 0;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips .batch_tips_close:hover {
  background-position: 0 -18px;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips1_zh {
  top: 160px;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips1_zh i {
  left: 47px;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips2 {
  width: 380px;
  right: -40px;
  top: 247px;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips2 i {
  right: 65px;
}
.itabs_box1 dd.imain_bs .by .br .batch_tips2_zh i {
  right: 90px;
}
.itabs_box1 dd.imain_bs .buts {
  padding: 10px 0 50px 224px;
}
.itabs_box1 dd.imain_bs .buts .bbs {
  color: #fff;
  font-size: 14px;
  border: none;
  margin: 0;
  padding: 0;
  width: 97px;
  height: 30px;
  padding-left: 15px;
  background: url(//or.molbase.net/themes/pic/images/in_but_bs.png?v=2014718) no-repeat 0 0;
}
.itabs_box1 dd.imain_bs .buts .bbs:hover {
  background-position: 0 -30px;
}
.itabs_box1 dd.imain_gs .imain_box {
  border: 1px #7AAAE2 solid;
  width: 760px;
  padding: 10px;
}
.itabs_box1 dd.imain_gs .imain_box .imbl {
  float: left;
  height: 605px;
  overflow: hidden;
  width: 715px;
}
.itabs_box1 dd.imain_gs .imain_box .imbl .aht {
  display: block;
  width: 97px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: url(//or.molbase.net/themes/pic/images/gs_tb.png?v=2014718) no-repeat 0 0;
  font-size: 18px;
  text-align: center;
}
.itabs_box1 dd.imain_gs .imain_box .imbl ul {
  border: 1px #bccde1 solid;
  padding-bottom: 9px;
  margin-bottom: 9px;
  margin-right: 20px;
}
.itabs_box1 dd.imain_gs .imain_box .imbl li {
  float: left;
  margin-left: 9px;
  margin-top: 9px;
}
.itabs_box1 dd.imain_gs .imain_box .imbl li a {
  float: left;
  text-align: center;
  width: 160px;
  height: 148px;
  border: 1px #fff solid;
}
.itabs_box1 dd.imain_gs .imain_box .imbl li a img {
  display: block;
}
.itabs_box1 dd.imain_gs .imain_box .imbl li a i {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 16px;
  font-style: normal;
  color: #2f2f2f;
  background: url("images/gs_se_en.png") 120px -42px no-repeat;
}
.itabs_box1 dd.imain_gs .imain_box .imbl li a:hover {
  border-color: #7aaae2;
}
.itabs_box1 dd.imain_gs .imain_box .imbl li.c a i {
  background-position: 120px 0px;
}
.itabs_box1 dd.imain_gs .imain_box .imbr {
  float: right;
  text-align: center;
}
.itabs_box1 dd.imain_gs .imain_box .imbr li a {
  display: block;
  width: 35px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #000;
}
.itabs_box1 dd.imain_gs .imain_box .imbr li a i {
  display: block;
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 32px;
  top: 0;
  left: -5px;
  background: url(//or.molbase.net/themes/pic/images/gs_jts.png?v=2014718) no-repeat 10px 0;
}
.itabs_box1 dd.imain_gs .imain_box .imbr li a:hover, .itabs_box1 dd.imain_gs .imain_box .imbr li a.c {
  background-color: #7aaae2;
  color: #fff;
}
.itabs_box1 dd.imain_gs .imain_box .imbr li a:hover i, .itabs_box1 dd.imain_gs .imain_box .imbr li a.c i {
  background-position: 0 0;
}
.itabs_box1 dd.imain_gs .tips_msg {
  background-color: #FFF2F2;
  padding-left: 30px;
  display: none;
  margin: 0px;
  text-align: left;
  margin: 0 auto;
  border: 1px #f00 solid;
  width: 238px;
  height: 25px;
  line-height: 25px;
  color: #666;
}
.itabs_box1 dd.imain_gs .gs_submit {
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  width: 119px;
  height: 41px;
  color: #fff;
  font-size: 16px;
  background: url(//or.molbase.net/themes/pic/images/index_gsa.png?v=2014718) no-repeat 0 0;
}
.itabs_box1 dd.imain_gs .gs_submit:hover {
  background-position: 0 -41px;
}

.itabs_box2 {
  display: block;
  width: 1200px;
  margin: 30px auto 0px;
  background: #eaf4fd;
}
.itabs_box2 dt, .itabs_box2 dd {
  margin: 0;
  padding: 0;
}
.itabs_box2 dt {
  margin: 0 auto;
  background: #fff;
  margin-bottom: 20px;
}
.itabs_box2 dt a.tab {
  float: left;
  margin-right: 2px;
  outline: none;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.itabs_box2 dt a.tab.ss:hover, .itabs_box2 dt a.tab.ss.c {
  background: #eaf4fd;
}
.itabs_box2 dt a.tab.bs:hover, .itabs_box2 dt a.tab.bs.c {
  background: #eaf4fd;
}
.itabs_box2 dt a.tab.gs:hover, .itabs_box2 dt a.tab.gs.c {
  background: #eaf4fd;
}
.itabs_box2 dt .t-r {
  float: right;
}
.itabs_box2 dt .t-r a {
  cursor: pointer;
  float: left;
}
.itabs_box2 dt .t-r a.ps {
  margin-right: 0px;
  margin-top: 6px;
}
.itabs_box2 dt .t-r a.ps i {
  float: left;
  display: inline-block;
  background: transparent url("images/ico-order-s9b531740d1.png") no-repeat 0px -25px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.itabs_box2 dt .t-r a.ps span {
  float: left;
  margin-top: 1px;
}
.itabs_box2 dt .t-r a.btn-bg {
  color: #FFF;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0px 30px;
  border-radius: 5px;
  background: #0F80E3;
}
.itabs_box2 dt .t-r a.btn-bg:hover {
  background: #0068C4;
}
.itabs_box2 dd {
  display: none;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}
.itabs_box2 dd.imain_ss .s-con-r {
  background: #FFF;
  padding: 20px;
  position: absolute;
  right: 30px;
  top: 13px;
  height: 394px;
  width: 320px;
}
.itabs_box2 dd.imain_ss .s-con-r ul {
  margin-top: 60px;
  margin-left: 40px;
}
.itabs_box2 dd.imain_ss .s-con-r ul li {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.itabs_box2 dd.imain_ss .s-con-r ul li label {
  float: left;
  display: inline-block;
  width: 120px;
  font-size: 14px;
  color: #333;
  margin-top: 2px;
}
.itabs_box2 dd.imain_ss .s-con-r ul li span.tips {
  width: 300px;
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 10;
  border: 1px solid #FAC291;
  background: #FFF8EC url("images/tips.png") no-repeat scroll 8px center;
  color: #FF1200;
  display: none;
  padding: 0px 5px 0px 30px;
  height: 26px;
  line-height: 24px;
}
.itabs_box2 dd.imain_ss .s-con-r ul li.radio label {
  padding-left: 20px;
  background: transparent url("images/radio.png?1422858399") no-repeat scroll left center;
  height: 22px;
  line-height: 23px;
}
.itabs_box2 dd.imain_ss .s-con-r ul li.radio label.cur {
  background: transparent url("images/radio-cur.png?1422858389") no-repeat scroll left center;
}
.itabs_box2 dd.imain_ss .s-con-r ul li input {
  display: none;
}
.itabs_box2 dd.imain_ss .s-con-r ul li .btn-bg {
  float: left;
  width: 85px;
  height: 30px;
  color: #FFF;
  display: inline-block;
  border: 0px none;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 20px;
  background: #0F80E3;
}
.itabs_box2 dd.imain_ss .s-con-r ul li .btn-bg:hover {
  background: #0068C4;
}
.itabs_box2 dd.imain_ss .s-con-r ul li .btn-y-bg {
  float: left;
  width: 85px;
  height: 30px;
  color: #FFF;
  display: inline-block;
  border: 0px none;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 10px;
  background: #FF6820;
}
.itabs_box2 dd.imain_ss .s-con-r ul li .btn-y-bg:hover {
  background: #FE5403;
}
.itabs_box2 dd.imain_ss .s-con-r ul li a {
  cursor: pointer;
  float: left;
}
.itabs_box2 dd.imain_ss .s-con-r ul li a.ps {
  margin-top: 6px;
  margin-left: 20px;
}
.itabs_box2 dd.imain_ss .s-con-r ul li a.ps i {
  float: left;
  display: inline-block;
  background: transparent url("images/ico-order-s9b531740d1.png") no-repeat 0px -25px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.itabs_box2 dd.imain_ss .s-con-r ul li a.ps span {
  float: left;
  margin-top: 1px;
}
.itabs_box2 dd.imain_ss .sea_stru_box {
  width: 780px;
  margin-left: 15px;
  text-align: center;
}
.itabs_box2 dd.imain_ss .sea_stru_box .sea_stru {
  background: #eaf4fd;
  padding: 10px;
}
.itabs_box2 dd.imain_ss .sea_buts .tips {
  height: 32px;
  padding-top: 6px;
}
.itabs_box2 dd.imain_ss .sea_buts .tips_msg {
  display: none;
  margin: 0px;
  text-align: left;
  margin: 0 auto;
  background-color: #FFF2F2;
  padding: 0 5px 0 22px;
  border: 1px #f00 solid;
  width: 238px;
  height: 25px;
  line-height: 25px;
  color: #666;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts {
  width: 440px;
  margin: 0 auto;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  background-position: -30px -254px;
  height: 30px;
  line-height: 30px;
  color: #172D63;
  cursor: pointer;
  cursor: hand;
  padding: 0 10px;
  border: 1px #96b3d6 solid;
  margin: 6px;
  cursor: pointer;
  cursor: hand;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a:hover {
  background-position: -30px -290px;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a.jt {
  margin-top: 6px;
  margin-left: 6px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px 0 10px;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  cursor: pointer;
  cursor: hand;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a.jt span {
  background: none;
  padding: 2px;
  letter-spacing: 2px;
  font-weight: bold;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a.jte {
  position: relative;
  z-index: 1;
  width: 25px;
  padding: 0;
  margin-left: -6px;
  background-position: -253px -257px;
  border-left: none;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a.jte:hover {
  background-position: -253px -223px;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a.jte .ly {
  display: none;
  position: absolute;
  top: -33px;
  left: 23px;
  z-index: 2;
  width: 140px;
  border: 1px #96b3d6 solid;
  background: #F1F1F6;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a.jte .ly li {
  width: 40px;
  height: 20px;
  line-height: 20px;
  float: left;
  margin: 2px 3px;
  color: #666;
  text-align: center;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts a.jte .ly li.ru {
  background: #fff;
  color: #009fdb;
}
.itabs_box2 dd.imain_ss .sea_buts .sea_stru_buts .bbts {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 23px;
  height: 30px;
  background: #F1F1F6;
  width: 1px;
  font-size: 1px;
  overflow: hidden;
}
.itabs_box2 dd.imain_bs {
  width: 1200px;
  padding-bottom: 30px;
}
.itabs_box2 dd.imain_bs .main {
  padding: 0 30px;
  position: relative;
  margin-top: 34px;
}
.itabs_box2 dd.imain_bs .ht {
  font-size: 16px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 60px;
}
.itabs_box2 dd.imain_bs .by .bl, .itabs_box2 dd.imain_bs .by .bc, .itabs_box2 dd.imain_bs .by .br {
  float: left;
}
.itabs_box2 dd.imain_bs .by .bc {
  padding-left: 0px;
  width: 625px;
  background: #fff;
  padding-top: 70px;
  height: 390px;
  padding-left: 30px;
}
.itabs_box2 dd.imain_bs .by .bc textarea {
  margin-top: 20px;
  width: 580px;
  height: 300px;
  border: #ddd solid 1px;
}
.itabs_box2 dd.imain_bs .by .br {
  height: 418px;
  background: #fff;
  padding: 20px;
  width: 415px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
.itabs_box2 dd.imain_bs .by .br p.tit {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 10px;
}
.itabs_box2 dd.imain_bs .by .br p.fo {
  padding-left: 20px;
  line-height: 25px;
  color: #777;
  font-size: 14px;
  margin-bottom: 25px;
  background: url("images/in_xdd.png") 0 7px no-repeat;
}
.itabs_box2 dd.imain_bs .by .br p.fo b {
  color: #000;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips {
  position: absolute;
  z-index: 2;
  right: 40px;
  top: 132px;
  width: 300px;
  padding-bottom: 25px;
  padding-top: 4px;
  border: 1px #D0D0D0 solid;
  background-color: #F0F0F0;
  text-align: center;
  margin-left: 245px;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips i {
  display: block;
  position: absolute;
  z-index: 3;
  right: 95px;
  top: -13px;
  background: url(//or.molbase.net/themes/pic/images/batch_jt1.png?v=2014718) no-repeat 0 0;
  width: 21px;
  height: 13px;
  margin-left: 42px;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips .btmain {
  margin: 0 auto;
  padding-top: 20px;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips .btmain .htc {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px #C5C5C5 solid;
  padding-bottom: 9px;
  color: #606060;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips .btmain .hta {
  height: 40px;
  line-height: 40px;
  color: #606060;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips .batch_tips_close {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 4;
  right: 4px;
  width: 18px;
  height: 18px;
  background: url(//or.molbase.net/themes/pic/images/batch_co.png?v=2014718) no-repeat 0 0;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips .batch_tips_close:hover {
  background-position: 0 -18px;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips1_zh {
  top: 160px;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips1_zh i {
  left: 47px;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips2 {
  width: 380px;
  right: 104px;
  top: 247px;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips2 i {
  right: 65px;
}
.itabs_box2 dd.imain_bs .by .br .batch_tips2_zh i {
  right: 90px;
}
.itabs_box2 dd.imain_bs .buts {
  padding: 10px 0 50px 224px;
  position: absolute;
  bottom: 5px;
}
.itabs_box2 dd.imain_bs .buts .bbs {
  width: 85px;
  height: 30px;
  color: #FFF;
  display: inline-block;
  border: 0px none;
  border-radius: 5px;
  margin-left: 85px;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 20px;
  background: #0F80E3;
}
.itabs_box2 dd.imain_bs .buts .bbs:hover {
  background: #0068C4;
}
.itabs_box2 dd.imain_gs .s-con-r {
  background: #FFF;
  padding: 20px;
  position: absolute;
  width: 250px;
  top: 80px;
  right: 30px;
  height: 400px;
}
.itabs_box2 dd.imain_gs .s-con-r ul {
  margin-top: 150px;
  margin-left: 40px;
}
.itabs_box2 dd.imain_gs .s-con-r ul li {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.itabs_box2 dd.imain_gs .s-con-r ul li label {
  float: left;
  display: inline-block;
  width: 120px;
  font-size: 14px;
  color: #333;
  margin-top: 2px;
}
.itabs_box2 dd.imain_gs .s-con-r ul li span.tips {
  width: 300px;
  position: absolute;
  left: 12px;
  top: 50px;
  z-index: 10;
  border: 1px solid #FAC291;
  background: #FFF8EC url("images/tips.png") no-repeat scroll 8px center;
  color: #FF1200;
  display: inline-block;
  padding: 0px 5px 0px 30px;
  height: 26px;
  line-height: 24px;
}
.itabs_box2 dd.imain_gs .s-con-r ul li .btn-y-bg {
  width: 85px;
  height: 30px;
  color: #FFF;
  display: inline-block;
  border: 0px none;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 20px;
  background: #FF6820;
  float: right;
  margin-right: 30px;
}
.itabs_box2 dd.imain_gs .s-con-r ul li .btn-y-bg:hover {
  background: #FE5403;
}
.itabs_box2 dd.imain_gs .imain_box {
  width: 800px;
  padding: 10px;
  *padding-top: 80px;
}
.itabs_box2 dd.imain_gs .imain_box .imbl {
  overflow: hidden;
  background: #fff;
  height: 425px;
  margin-top: 70px;
  width: 800px;
  padding-left: 10px;
  padding-top: 15px;
  margin-left: 20px;
}
.itabs_box2 dd.imain_gs .imain_box .imbl .aht {
  display: block;
  background: #0F80E3;
  color: #FFF;
  margin-bottom: 0px;
  color: #fff;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #0F80E3;
  font-size: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.itabs_box2 dd.imain_gs .imain_box .imbl ul {
  padding-bottom: 0px;
  margin-bottom: 9px;
  margin-right: 20px;
  width: 780px;
}
.itabs_box2 dd.imain_gs .imain_box .imbl li {
  float: left;
}
.itabs_box2 dd.imain_gs .imain_box .imbl li a {
  float: left;
  border: 1px dotted #EEE;
  border-bottom: 1px dotted #EEE;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 2px 2px 20px 1px;
  width: 191px;
  border-right: 1px dotted #EEE;
}
.itabs_box2 dd.imain_gs .imain_box .imbl li a img {
  display: block;
}
.itabs_box2 dd.imain_gs .imain_box .imbl li a i {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  color: #2f2f2f;
  background: url("images/gs_se.png") 120px -42px no-repeat;
}
.itabs_box2 dd.imain_gs .imain_box .imbl li a:hover {
  border: 2px solid #0F80E3;
  padding: 1px 1px 19px 0px;
}
.itabs_box2 dd.imain_gs .imain_box .imbl li.c a i {
  background-position: 150px 15px;
}
.itabs_box2 dd.imain_gs .imain_box .imbr {
  text-align: center;
  position: absolute;
  top: 10px;
  background: #fff;
  width: 1130px;
  padding-left: 10px;
  margin-left: 20px;
}
.itabs_box2 dd.imain_gs .imain_box .imbr ul {
  width: 100%;
}
.itabs_box2 dd.imain_gs .imain_box .imbr li {
  float: left;
}
.itabs_box2 dd.imain_gs .imain_box .imbr li a {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  width: 45px;
  margin-right: 5px;
  float: left;
  color: #333;
  height: 40px;
  line-height: 40px;
}
.itabs_box2 dd.imain_gs .imain_box .imbr li a i {
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 32px;
  top: 0;
  left: -5px;
  display: none;
  background: url(//or.molbase.net/themes/pic/images/gs_jts.png?v=2014718) no-repeat 10px 0;
}
.itabs_box2 dd.imain_gs .imain_box .imbr li a:hover, .itabs_box2 dd.imain_gs .imain_box .imbr li a.c {
  background-color: #0f80e3;
  color: #fff;
}
.itabs_box2 dd.imain_gs .imain_box .imbr li a:hover i, .itabs_box2 dd.imain_gs .imain_box .imbr li a.c i {
  background-position: 0 0;
}
.itabs_box2 dd.imain_gs .tips_msg {
  width: 235px;
  border: 1px solid #FAC291;
  background: #FFF8EC url("images/tips.png") no-repeat scroll 8px center;
  color: #FF1200;
  display: inline-block;
  padding: 0px 5px 0px 30px;
  height: 26px;
  line-height: 24px;
  position: absolute;
  top: 90px;
  right: 38px;
  display: none;
}
.itabs_box2 dd.imain_gs .gs_submit {
  float: left;
  width: 85px;
  height: 30px;
  color: #FFF;
  display: inline-block;
  border: 0px none;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 20px;
  background: #0F80E3;
  position: absolute;
  bottom: 282px;
  right: 165px;
  *bottom: 303px;
}
.itabs_box2 dd.imain_gs .gs_submit:hover {
  background: #0068C4;
}

.nicescroll-rails {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.m-hot {
  position: absolute;
  top: 6px;
  left: 42px;
  z-index: 99;
}

.search_location_2015 {
  width: 100%;
  background: #f7f7f7;
  height: 35px;
  line-height: 35px;
  float: left;
  margin-bottom: 30px;
}
.search_location_2015 span {
  color: #555;
  font-size: 14px;
}
.search_location_2015 em {
  color: #555;
  margin-left: 5px;
}
.search_location_2015 em.now {
  color: #317ee7;
}
