@charset "utf-8";
body {
  min-width: 1190px;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  font-family: Arial, '宋体';
  color: #333;
  background-color: #f1f1f1;
}
form,
ul,
li,
dl,
dt,
dd,
ol,
p,
h1,
h2,
h3,
h4,
h5,
input,
button {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
img {
  border: 0px;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #dd0000;
  text-decoration: underline;
}
a:active {
  color: #333;
  text-decoration: none;
}
a.blink:link {
  color: #2057b3;
  text-decoration: none;
}
a.blink:visited {
  color: #2057b3;
  text-decoration: none;
}
a.blink:hover {
  color: #2057b3;
  text-decoration: underline;
}
a.blink:active {
  color: #2057b3;
  text-decoration: none;
}
.box {
  width: 980px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.pad1 {
  padding: 30px 0 40px 0;
}
.menu {
  float: left;
  width: 150px;
  height: 360px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.m-t {
  height: 40px;
  padding-left: 18px;
  line-height: 40px;
  background-color: #708bbc;
  color: #fff;
  font-size: 16px;
}
.m-t a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.m-list {
  width: 100%;
  padding-top: 15px;
}
.m-list li {
  height: 30px;
  padding: 0 15px 0 30px;
  line-height: 30px;
  background: url(../images/dot.jpg) no-repeat 18px center;
}
.m-list li a {
  color: #333;
}
.m-list li .menuspan {
  display: block;
  float: right;
  width: 4px;
  height: 7px;
  margin-top: 12px;
  background-position: -33px 0;
  visibility: hidden;
}
.m-list li.curr a {
  color: #ac1630;
  font-weight: bold;
}
.m-list li.curr .menuspan {
  visibility: visible;
}
.main {
  float: right;
  width: 790px;
  background-color: #fff;
  padding: 0 23px 30px 23px;
  border: 1px solid #ddd;
}
.main-c {
  float: right;
  width: 766px;
  min-height: 332px;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.font1 {
  color: #999;
}
.font2 {
  font-size: 16px;
}
.font3 {
  color: #666;
}
.font4 {
  display: inline-block;
  padding-right: 5px;
  color: #ac1630;
  font-family: '宋体';
}
.font5 {
  font-size: 14px;
  color: #ac1630;
}
.font6 {
  font-size: 18px;
  color: #ac1630;
}
.font7 {
  font-size: 16px;
}

.lb,
.lb input {
  vertical-align: middle;
}
.pages {
  padding: 10px 0 30px 0;
  height: 30px;
  text-align: center;
  font-size: 14px;
}
.pages a {
  padding: 5px 10px;
  margin: 2px;
  color: #525252;
  text-decoration: none;
  background-color: #e6e6e6;
}
.pages a:hover {
  background-color: #eee;
  color: #525252;
}
.pages span.current {
  padding: 5px 10px;
  margin: 2px;
  color: #fff;
  background-color: #909090;
}
.pages span.disabled {
  padding: 5px 10px;
  margin: 2px;
  background-color: #e6e6e6;
  color: #aaa;
}
.mask {
  display: none;
  position: fixed;
  *position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  *width: expression(body.scrollWidth);
  *height: expression(body.scrollHeight);
  background: #000;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
.text-inp {
  width: 260px;
  padding: 7px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: 0;
}
.select-control {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: 0;
}
.error-i {
  border: 1px solid #ac1630;
}
.inp-w {
  width: 200px;
}

.c-ico,
.sp-curr span,
.m-list li span,
.close-pop,
.order-zt .order-ok {
  background: url(/images/sprite.png) no-repeat;
}
.popbox {
  position: fixed;
  z-index: 105;
  background-color: #fff;
  border: 8px solid #b5b5b5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.poptit {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #f6f7f8;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.closeBn {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/c2.png) no-repeat center center;
  cursor: pointer;
}
a.chk-shouhuo {
  display: block;
  width: 66px;
  padding: 2px 0px;
  text-decoration: none;
  margin: 0px auto 6px auto;
  background-color: #708bbc;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
}

/**
 * 显示和隐藏Vue.js
 */
[v-cloak] {
  display: none;
}
