.pos-rlt {
  position: relative;
}
.aling-r {
  text-align: right;
}
.pad-r-20 {
  padding-right: 20px;
}
.pad-r-0 {
  padding-right: 0px;
}
.pad-0 {
  padding: 0px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-20 {
  margin-bottom: 20px;
}
input:-webkit-autofill {
  background-color: #ffffff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.of-h {
  overflow: hidden;
}
.f14-88 {
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #888;
  text-align: center;
}
.f20-ff {
  font-family: Microsoft YaHei;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
body {
  background: #fff;
  font-family: Microsoft YaHei, arial, "宋体", tahoma;
  font-size: 18px;
  color: #262626;
}
header,
footer,
.main,
.buy-now-bar {
  width: 100%;
  min-width: 1170px;
}
input:focus {
  outline: none;
}
.imgListTr {
  padding: 0;
}
.img-list-con-outer {
  padding: 12px 0 14px;
  /*background:#eff4f0;*/
  background: #ecf4f9;
  width: 100%;
  min-height: 154px;
  text-align: center;
  margin: 0 auto;
}
.img-list-con {
  width: 618px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.img-list-con .img-list-con ul,
.img-list-con ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.img-list-box {
  width: 574px;
  float: left;
  overflow: hidden;
}
.img-list-con ul {
  display: block;
  overflow: hidden;
  width: 10000000px;
  text-align: left;
  float: left;
  margin: 0;
  padding: 0 22px 0 0;
  transition: all .3s ease .3s;
}
.img-list-con ul li {
  display: inline-block;
  width: 162px;
  /* height:102px; */
  vertical-align: middle;
  text-align: center;
  margin: 0 0px 0 22px;
}
.img-list-con ul li img {
  display: block;
  border: 1px solid #cccccc;
  margin-bottom: 9px;
  width: 160px;
  height: 100px;
}
.img-list-con ul li span {
  text-align: center;
}
.arrow {
  display: block;
  height: 102px;
  width: 17px;
  cursor: pointer;
  float: left;
}
.arrowL {
  background: url(../../images/icons/button-left.png) no-repeat center center;
}
.arrowR {
  background: url(../../images/icons/button-right.png) no-repeat center center;
}
.imgS {
  width: 50px;
  height: 26px;
  border: none;
}
.imgMask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 10;
  display: none;
}
.imgPop {
  position: absolute;
  z-index: 20;
  width: 960px;
  left: 50%;
  top: 100px;
  margin-left: -480px;
  height: 500px;
  background: #ffffff;
  border-radius: 4px;
}
.imgPop-top {
  text-align: right;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e6e9ee;
  background: #fafafc;
  border-radius: 4px 4px 0 0;
}
.imgPop-top span.close {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  color: #a5a5a5;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.imgPop-con {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  height: 451px;
  overflow-y: auto;
  overflow-x: hidden;
}
.imgPop-con img {
  display: block;
  margin: 30px auto;
}
.popMask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 10;
  display: none;
}
.divPop {
  position: absolute;
  z-index: 20;
  width: 960px;
  left: 50%;
  top: 100px;
  margin-left: -480px;
  height: 500px;
  background: #ffffff;
  border-radius: 4px;
}
.divPop-top {
  text-align: left;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e6e9ee;
  background: #fafafc;
  border-radius: 4px 4px 0 0;
}
.divPop-top .popTitle {
  font-family: 'Microsoft YaHei', Arial;
  font-size: 16px;
  color: #262626;
  padding: 0 20px;
}
.divPop-top span.close {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  color: #a5a5a5;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.divPop-con {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  min-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: 'Microsoft YaHei', Arial;
  font-size: 14px;
  color: #262626;
}
.divPop-con img {
  display: block;
  margin: 30px auto;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-l-14 {
  padding-left: 14px;
}
.m-r-25per {
  margin: 0 25% 0 0;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-l-15 {
  margin-left: 15px;
}
.btn-4-21 {
  padding: 2px 21px 2px;
}
.btn-4-10 {
  padding: 2px 10px 2px;
}
/*center*/
#header-height {
  min-height: 44px;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
div[mark-id="main-window"] {
  min-height: 455px;
}
.center {
  padding-bottom: 30px;
  min-height: 455px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #888;
  text-align: center;
}
.rowSkin {
  background: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.afs-left,
.afs-right {
  display: table-cell;
}
.afs-left {
  width: 200px;
  min-height: 455px;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
.afs-left ul,
.afs-left li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.afs-left li:last-child {
  padding: 23px 0 20px 0;
  margin-top: 34px;
}

.afs-left i.glyphicon {
  font-family: 'Glyphicons Halflings';
}
.afs-left a {
  font-family: Microsoft YaHei;
  font-size: 18px;
  color: #262626;
  text-align: left;
  width: 200px;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.afs-left a.create-w-o {
  width: 152px;
  padding: 6px 0 5px;
  height: 30px;
  line-height: 18px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 14px 24px 0;
}
.afs-left a.current {
  /*background:@baseColoref;*/
  background: #ecf4f9;
}
.bg-ef > a {
    padding: 0;
    text-align: center;
}
.afs-left i {
 /*  font-style: normal;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #262626;
  text-align: center; */
    color: #529bd7;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    text-decoration: underline;
}
.afs-left .mn-title {
  display: block;
  height: 16px;
  text-align: center;
}
.btn-skin-c,
.btn-skin-d0,
.btn-skin-5f,
.btn-skin-cc {
  border: none;
  /*background:@baseColor5f;*/
  background: #529bd7;
  border-radius: 3px;
  height: 30px;
  color: #fff;
}
.btn-skin-c:hover,
.btn-skin-d0:hover,
.btn-skin-5f:hover,
.btn-skin-cc:hover {
  color: #fff;
  cursor: pointer;
}
.btn-skin-c:visited,
.btn-skin-d0:visited,
.btn-skin-5f:visited,
.btn-skin-cc:visited {
  color: #fff;
}
.btn-skin-d0,
.btn-skin-5f,
.btn-skin-cc {
  background: #d0021b;
  display: block;
  line-height: 30px;
  text-align: center;
  padding: 0 15px;
}
.btn-skin-5f {
  /*background:@baseColor5f;*/
  background: #529bd7;
}
.btn-skin-cc {
  background: #ccc;
  cursor: not-allowed;
}
.btn-skin-cc:hover {
  cursor: not-allowed;
}
.btn-MY14-ff {
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.btn-50-pad0-iblk {
  display: inline-block;
  width: 50px;
  padding: 0;
}
.btn-add,
.btn-delete,
.btn-save,
.btn-edit,
.btn-open,
.btn-close,
.btn-seePic,
.btn-upload,
.btn-add-icon,
.btn-save-icon,
.btn-edit-icon{
  background: none;
  background-image: url("../../images/icons/aftersale-icon.png");
  background-repeat: no-repeat;
  border: none;
  display: inline-block;
  margin: 0 0 -5px 0px;
  width: 24px;
  height: 24px;
}
.btn-add:hover,
.btn-delete:hover,
.btn-save:hover,
.btn-edit:hover,
.btn-open:hover,
.btn-close:hover,
.btn-seePic:hover,
.btn-upload:hover {
  cursor: pointer;
}
.btn-add,
.btn-add-icon {
  background-position: 0 -446px;
  margin: 0 0 -7px 5px;
}
.btn-delete {
  background-position: 0 -297px;
  margin-left: 5px;
}
.btn-save,
.btn-save-icon {
  background-position: 0 -213px;
  background-size: cover;
}
.btn-edit,
.btn-edit-icon{
  background-position: 0 0;
  background-size: cover;
}
.btn-open,
.btn-close {
  width: 25px;
  height: 25px;
  margin: 5px 0 -10px 5px;
  background-position: 0 -75px;
  background-size: cover;
}
.btn-close {
  background-position: 0 -373px;
}
.btn-seePic {
  background-position: 0 -514px;
}
.btn-upload {
  background-position: 0 -149px;
  margin-left: 15px;
  margin-top: 3px;
}
.bg-ef {
  /*background:@baseColoref;*/
  background: #ecf4f9;
}
.afs-right {
  padding: 0 0 0 20px;
  width: 100%;
}
.afs-r-top {
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #262626;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}
.afs-r-top span.f14-ff00 {
  font-size: 14px;
  color: #ff0000;
}
.afs-r-top .searchBox {
  float: right;
  margin-right: 40px;
}
.afs-r-top .searchBox span {
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
}
.table-list-box {
  padding: 0 40px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.table-list {
  width: 100%;
  text-align: left;
}
.table-list tr {
  height: 30px;
  line-height: 30px;
}
.table-list tr th {
  height: 50px;
  line-height: 50px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #262626;
  text-align: left;
  font-weight: 200;
  padding-left: 5px;
}
.table-list tr th {
  word-break: break-all;
  white-space: ;
  overflow: hidden;
  line-height: normal;
  vertical-align: middle;
}
.table-list tr th:nth-child(1) {
  width: 130px;
}
.table-list tr th:nth-child(2) {
  width: 230px;
}
.table-list tr th:nth-child(3) {
  width: 155px;
  padding-left: 5px;
}
.table-list tr th:nth-child(4) {
  width: 90px;
}
.table-list tr th:nth-child(5) {
  width: 90px;
}
.table-list tr th:nth-child(6) {
  width: 90px;
}
.table-list tr td {
  word-break: break-all;
  white-space: ;
  overflow: hidden;
  line-height: normal;
  vertical-align: middle;
  padding-left: 5px;
}
.table-list tr td:nth-child(1) {
  width: 130px;
}
.table-list tr td:nth-child(2) {
  width: 230px;
}
.table-list tr td:nth-child(3) {
  width: 155px;
  padding-left: 5px;
}
.table-list tr td:nth-child(4) {
  width: 90px;
}
.table-list tr td:nth-child(5) {
  width: 90px;
}
.table-list tr td:nth-child(6) {
  width: 90px;
}
/*分页*/
.paganition-box {
  margin: 56px 0 20px;
}
/*查询*/
.sch-box {
  float: right;
  border: 1px solid #ccc;
  width: 200px;
  height: 30px;
  line-height: 25px;
  margin-left: 10px;
  margin-top: 3px;
}
.sch-box input {
  border: none;
  background: none;
}
.sch-box input:focus {
  outline: none;
}
.sch-box input[type="text"] {
  padding: 0 0 0 5px;
  margin: 0;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  width: 160px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #ccc;
  text-align: left;
}
.sch-box input[type="button"] {
  padding: 0;
  margin: 2px 0px 0px 5px;
  width: 25px;
  height: 25px;
  text-indent: 9999px;
  background: url("../../images/icons/icon-all.png") no-repeat left -174px;
}
.change-btn {
  padding: 10px 0 15px;
}
.change-btn input[type='button'] {
  border: none;
  background: none;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #262626;
  text-align: left;
  padding: 0 0 0 21px;
  background: url("../../images/icons/check-icon.png") no-repeat 0 2px;
  line-height: 20px;
  webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.change-btn input[type='button']:focus {
  outline: none;
}
.change-btn input[type='button'].checked {
  background-position: 0 -55px;
}
.change-btn-special {
  position: relative;
  margin-top: -50px;
}
.addres-change-btn {
  padding: 1px 40px 0 0;
  text-align: left;
}
.addres-change-btn input[type='button'] {
  display: block;
  border: none;
  background: none;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #262626;
  text-align: left;
  line-height: 19px;
  padding: 0 0 0px 21px;
  background: url("../../images/icons/check-icon.png") no-repeat 0 1px;
  webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.addres-change-btn input[type='button']:focus {
  outline: none;
}
.addres-change-btn input[type='button'].checked {
  background-position: 2px -57px;
}
.wo-info-block {
  padding: 10px 30px 0px 10px;
}
.wo-info {
  margin-bottom: 20px;
}
.wo-info i {
  font-style: normal;
  color: #ff0000;
}
.wo-info select {
  height: 30px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #262626;
  text-align: left;
  border: 1px solid #ccc;
  display: inherit;
}
.wo-info input[type='text'] {
  height: 30px;
  /*padding: 8px 5px;*/
  padding: 0px 5px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #262626;
  text-align: left;
  border: 1px solid #ccc;
  display: inherit;
}
.wo-info input[type='text']:disabled {
  color: #888;
  background-color: #fff;
  cursor: not-allowed;
}
.wo-info table {
  margin: 0 auto;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #262626;
  text-align: left;
}
.wo-info table tr {
  height: 40px;
}
.wo-info table[show-id='wx'],
.wo-info table[show-id='pj'],
.wo-info table[show-id='cd'],
.wo-info table[show-id='nd'] {
  display: none;
}
.wo-info table[show-id='cd'] {
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #888;
  text-align: left;
  margin: 0 22px;
  width: 97%;
  margin-left: 5px;
}
.wo-info table[show-id='cd'] tr {
  border-bottom: 1px solid #979797;
}
.wo-info table[show-id='cd'] tr.checked {
  background: none;
}
.wo-info table[show-id='cd'] tr:hover {
  cursor: pointer;
}
.wo-info table[show-id='cd'] tr:last-child {
  border-bottom: none;
}
.wo-info table[show-id='cd'] tr td {
  padding: 14px 0 13px;
  overflow: hidden;
}
.wo-info table[show-id='cd'] tr td:first-child {
  width: 10%;
}
.wo-info table[show-id='cd'] tr td:last-child {
  width: 90%;
}
.wo-info table[show-id='cd'] .checked {
  color: #262626;
}
.wo-info table[show-id='nd'] tr td {
  text-align: right;
}
.wo-info table.wo-info-col-2 {
  width: 100%;
}
.wo-info table.wo-info-col-2 tr td {
  width: 50%;
}
.wo-info table.wo-info-col-2 tr td span {
  display: block;
  float: left;
  text-align: right;
  width: 86px;
  word-break: break-all;
  padding-top: 6px;
}
.wo-info table.wo-info-col-2 tr td span.pad-t-0 {
  padding-top: 0;
}
.wo-info table.wo-info-col-2 tr td i {
  display: block;
  float: left;
  padding-top: 5px;
  width: 7px;
}
.wo-info table.wo-info-col-2 tr td input,
.wo-info table.wo-info-col-2 tr td select {
  display: block;
  float: left;
}
.wo-info table.wo-info-col-2 tr td input.w286,
.wo-info table.wo-info-col-2 tr td select.w286 {
  width: 270px;
}
.wo-info table.wo-info-col-2 tr td .w731 {
  width: 761px;
  margin-left: 9px;
}
.wo-info table.wo-info-col-2 tr td:first-child {
  text-align: left;
}
.wo-info table.wo-info-col-2 tr td:last-child {
  padding-left: 60px;
  text-align: right;
}
.wo-info table.wo-info-col-2 tr td.note-print {
  width: 100%;
  text-align: left;
  padding-left: 0px;
}
.wo-info table.wo-info-col-2 tr td.note-print .note-print-info {
  width: 775px;
  margin-left: 10px;
  float: left;
  border: 1px solid #ccc;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #888;
  text-align: left;
  padding: 5px;
  min-height: 30px;
}
.wo-info table.wo-info-col-2 tr td.note-print .w780 {
  width: 759px;
  margin: 0 0 0 10px;
  display: block;
  float: left;
}
.wo-info table.wo-info-col-2 tr.line td:last-child {
  padding-left: 0px;
  text-align: right;
}
.wo-info table.prt-info {
  width: 100%;
  margin-bottom: 10px;
}
.wo-info table.prt-info th {
  font-size: 16px;
  font-weight: 200;
}
.wo-info table.prt-info th:last-child {
  text-align: left;
}
.wo-info table.bf-finish tr {
  border-bottom: 1px solid #ccc;
}
.l-h-2 table tr {
  height: 45px;
}
.w286,
input.w286,
select.w286 {
  width: 286px;
  margin-left: 10px;
}
.w741 {
  width: 741px;
  margin-left: 10px;
}
.w780 {
  width: 780px;
  margin-left: 10px;
}
.w50 {
  width: 50px;
}
.w70 {
  width: 70px;
}
.w220 {
  width: 220px;
}
.w146 {
  width: 146px;
}
.w56 {
  width: 56px;
}
.w195 {
  width: 195px;
}
.w110 {
  width: 110px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prt-info-th195 {
  width: 195px;
  margin-left: 17px;
}
.prt-info-145,
.prt-info-165,
.prt-info-215,
.prt-info-180,
.prt-info-275 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prt-info-145 {
  max-width: 145px;
}
.prt-info-165 {
  max-width: 165px;
}
.prt-info-215 {
  max-width: 215px;
}
.prt-info-180 {
  max-width: 180px;
}
.prt-info-275 {
  max-width: 275px;
}
.w130 {
  width: 130px;
}
.w731 {
  width: 742px;
  margin-left: -1px;
}
.p-title {
  font-family: Microsoft YaHei;
  font-size: 20px;
  color: #262626;
  text-align: center;
}
.xy-box {
  margin: -1px 0 21px 0;
}
.xy-box a {
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #307fba;
  text-align: left;
  margin-right: 30px;
}
.xy-box span {
  color: #262626;
}
.check,
.checkAll {
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  margin: 0 0px -3px 0px;
  background: url("../../images/icons/icon-all.png") no-repeat 0 -36px;
  cursor: pointer;
  padding-left: 26px;
}
.checked {
  background-position: 0 0;
}
.btns-box {
  text-algin: center;
}
.btns-box input {
  display: inline-block;
  margin: 0 0 0 15px;
  border: none;
}
.btns-box input[disabled="disabled"] {
  background: #ccc;
  cursor: not-allowed;
}
.btns-box-special {
  position: relative;
  text-align: right;
  margin: 0 30px -30px 0;
}
#printBox {
  min-height: 445px;
  display: none;
}
table.table-userInfo-line {
  margin-left: 0;
}
table.table-userInfo-line tr td {
  text-align: right;
}
table.table-userInfo-print {
  max-width: 890px;
  margin-left: 0;
}
table.table-userInfo-print tr td {
  text-align: left;
  vertical-align: top;
  padding-top: 5px;
}
table.table-userInfo-print tr td:first-child {
  text-align: right;
  word-break: break-all;
  max-width: 90px;
}
table.table-userInfo-print tr td:last-child {
  width: 780px;
  max-width: 780px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #888;
  text-align: left;
  word-break: break-all;
  padding-left: 20px;
}
table.table-userInfo-print tr td input.w286 {
  width: 780px;
  max-width: 780px;
  height: auto;
  word-break: break-all;
  padding: 4px 0px;
}
table.table-userInfo-print tr td span {
  display: block;
  float: left;
}
table.table-userInfo-print tr td span:first-child {
  margin-right: 10px;
  min-width: 60px;
  max-width: 90px;
  text-align: right;
  word-break: break-all;
}
table.table-userInfo-print tr td span:last-child {
  max-width: 788px;
  padding: 4px 5px;
  border: 1px solid #ccc;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #888;
  text-align: left;
}
table.table-w-100 {
  width: 100%;
  margin-top: 5px;
}
table.table-w-100 tr {
  height: 23px;
}
table.table-w-100 span {
  text-algin: right;
}
table.table-w-100 span:first-child {
  width: 42px;
  margin-right: 40px;
  display: inline-block;
  text-align: right;
}
table.table-w-100-print {
  width: 100%;
  max-width: 890px;
  margin-top: 5px;
}
table.table-w-100-print td {
  vertical-align: top;
}
table.table-w-100-print td:first-child {
  text-align: right;
  word-break: break-all;
  width: 60px;
  max-width: 90px;
}
table.table-w-100-print td:last-child {
  width: 780px;
  max-width: 780px;
  text-align: left;
  word-break: break-all;
  padding-left: 20px;
}
.wo-info-tipBox {
  border: 1px solid #ccc;
  padding: 15px 10px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #262626;
  text-align: left;
  margin: 10px 0 2px;
}
.wo-info-tipBox p {
  margin: 0 0 0 0;
}
.table-state-finish {
  width: 100%;
  margin-bottom: 10px;
}
.table-state-finish tr {
  border-bottom: 1px solid #ccc;
}
.table-state-finish tr th {
  font-weight: 100;
}
.table-state-finish tr th.cell-opt {
  text-align: center;
}
.table-state-finish tr .cell-opt {
  position: relative;
}
.table-state-finish tr .cell-opt i {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-top: 14px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
}
.table-state-finish tr.subTr {
  display: none;
}
.table-state-finish tr.subTr table {
  margin: 15px auto;
  width: 100%;
  border: 1px solid #ccc;
  font-family: Microsoft YaHei;
  font-size: 12px;
  color: #4a4a4a;
  text-align: left;
}
.table-state-finish tr.subTr table tr {
  height: 30px;
  border-bottom: none;
}
.table-state-finish tr.subTr table tr td:first-child {
  padding-left: 5px;
}
.table-state-finish tr.subTr table th {
  /*background:@baseColoref;*/
  background: #ecf4f9;
  border-bottom: 1px solid #ccc;
}
.table-state-finish tr.subTr table th:first-child {
  padding-left: 5px;
}
.table-state-finish tr.subTr table th:last-child {
  text-align: center;
}
.table-state-finish tr.subTr table td span {
  display: block;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-state-finish tr.subTr table td span.amount {
  text-align: right;
  padding-right: 15px;
}
.table-state-finish tr.subTr table img {
  cursor: pointer;
}
.table-relate2Bf {
  width: 100%;
  border: none;
  text-algin: center;
}
.table-relate2Bf th {
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #262626;
  text-align: center;
  padding: 20px 0 15px;
  border-bottom: 1px solid #ccc;
}
.table-relate2Bf tbody tr {
  height: 30px;
  vertical-align: middle;
  text-align: center;
}
.table-relate2Bf tbody tr td {
  border-bottom: 1px solid #ccc;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #262626;
  text-align: center;
}
.table-relate2Bf tbody tr .change-btn {
  padding: 0px 0 0px;
}
.table-relate2Bf tbody tr .change-btn input {
  margin: 2px auto 0;
  display: block;
}
.btn-relate2Bf-box {
  margin: 50px auto;
  text-align: center;
  width: 100%;
}
.btn-relate2Bf-box input {
  display: inline-block;
}
.bf-finish input[disabled="disabled"],
.gd-finish input[disabled="disabled"] {
  background: #fff;
}
.wx-point ul {
  float: left;
  margin: 0;
  padding: 0;
}
.wx-point ul li {
  list-style: none;
  width: 280px;
  height: 44px;
  line-height: 44px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #848181;
  text-align: left;
  background: #ecf0f5;
  margin-bottom: 10px;
  padding-left: 35px;
}
.wx-point ul li i {
  margin-left: 20px;
  font-style: normal;
  font-size: 16px;
}
.wx-point ul li:hover {
  color: #fff;
  background: #3c78c2;
}
.wx-point .wx-hide {
  display: none;
  text-align: left;
  padding-left: 300px;
}
.wx-point .wx-hide p {
  font-size: 12px;
}
.wx-point .wx-hide h5 {
  font-size: 16px;
  color: #262626;
}
.wx-point .btn-goPoint {
  float: left;
  padding: 0 20px;
  font-size: 14px;
}
.wx-point .btn-goPoint i {
  margin-left: 5px;
  font-style: normal;
}
select.select-wx-point {
  display: inline-block;
  font-size: 16px;
}
select.select-wx-point option {
  font-size: 12px;
}
select[disabled='disabled'] {
  /*background:#ebebe4;
	color:@baseColor26;*/
  background: #fff;
  color: #888;
  cursor: not-allowed;
}
#tr-base {
  display: none;
}
#table-info tbody {
  display: none;
}
#table-info tbody.info-current {
  display: table-row-group;
}
.img-box {
  position: relative;
  min-height: 100px;
  border: 1px solid #ccc;
  margin: 30px 0;
}
.img-box input {
  position: absolute;
  right: -8px;
  top: -12px;
  z-index: 15;
  width: 28px;
  height: 28px;
  line-height: 5px;
  color: #ff7171;
  font-size: 30px;
  background: #ecebeb;
  border: none;
  border-radius: 50%;
  text-align: left;
  padding: 0 0px 4px 3.5px;
}
.img-box input:hover {
  color: #ce1717;
  background: #ccc;
}
.print-w110 {
  width: 110px;
  display: block;
  white-space: initial;
  word-break: break-all;
}
.print-w150 {
  display: block;
  width: 150px;
  white-space: inherit;
  word-break: break-all;
}
.commonInfoHide {
  display: none;
}
.td-btn a{
	display:block;
	line-height: 26px;
}
.paganition-box a.current{
	background:#AAA;
}
