.showOnlyOne {
  background: #3CBAFF;
  color: #ffffff;
}
div,
p,
h1,
h2,
h3,
h4,
h5,
input,
textarea,
i,
span,
u {
  margin: 0;
  padding: 0;
}
.clear::after {
  content: '';
  clear: both;
  display: inline-block;
  width: 100%;
  height: 0;
}
.H-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #D8DCE5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.H-wrapper.noTransform {
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.H-wrapper .header {
  height: 30px;
  width: 100%;
  background: #eeeeee;
  position: relative;
}
.H-wrapper .header .move {
  height: 30px;
  line-height: 30px;
  cursor: move;
  /* border: 1px solid #C3D9E0; */
  border-bottom: none;
  border-right: none;
  box-sizing: border-box;
  color: #000;
  text-indent: 10px;
}
.H-wrapper .header .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  color: #aaa;
  cursor: pointer;
  border: 1px solid #C3D9E0;
  border-bottom: none;
  border-left: none;
  box-sizing: border-box;
}
.H-wrapper .content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border-top: none;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.H-wrapper .content form {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.H-wrapper .content form .SearchForm {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 310px;
  padding: 10px 0;
}
.H-wrapper .content form .SearchForm.twoCol > li {
  float: left;
  width: 50%;
}
.H-wrapper .content form .SearchForm li {
  padding: 5px 0;
  position: relative;
}
.H-wrapper .content form .SearchForm li .txtName {
  display: inline-block;
  width: 25%;
  text-align: center;
}
.H-wrapper .content form .SearchForm li .SearchInp {
  width: 72%;
}
.H-wrapper .content form .SearchForm li .spanWrapper {
  width: 72% !important;
  margin-left: 0;
}
.H-wrapper .content form .SearchForm li .inputCls {
  width: 100% !important;
}
.H-wrapper .content form .operationForm {
  height: 40px;
  text-align: center;
}
.H-wrapper .content form .operationForm > a {
  width: 70px;
  margin: 0 2px;
}
.PARENT {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#popups {
  position: fixed;
  padding: 5px 5px 0;
  margin-right: 5px;
  background: #EAF4FC;
  transition: all 1.45s linear;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #C3D9E0;
}
#popups > .title_ {
  background: #3C8DBC;
  height: 30px;
}
#popups > .title_ > .mess {
  height: 30px;
  line-height: 30px;
  float: left;
  color: #ffffff;
  font-size: 14px;
  text-indent: 5px;
}
#popups > .title_ > .fa-close {
  float: right;
  font-size: 14px;
  color: #aaaaaa;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
}
#popups > .content {
  border: 1px solid #C3D9E0;
}
.fullSize {
  width: 750px;
}
.fullSize .par {
  float: left;
  width: 30%;
  position: relative;
}
.fullSize .par .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-left: -1px;
  width: 50%;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: 1px solid #F96948;
  background: #F96948;
  cursor: pointer;
}
.fullSize .par .wrapper:hover {
  color: #9ad717;
}
.fullSize .par .wrapper > input[type='file'] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.fullSize .par .uploadBtn {
  float: left;
  /* margin: 5px 10px; */
  /* width: 50px; */
  width: 50%;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 13px;
  background: #3CBAFF;
  color: #fff;
  cursor: pointer;
}
.fullSize .par .readyOnly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  cursor: not-allowed;
}
.fullSize .imgWrapper {
  float: left;
  min-height: 26px;
  width: 70%;
  border: 1px solid #c3d9e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fullSize .imgWrapper::after {
  display: block;
  content: '';
  clear: both;
}
.fullSize .imgWrapper .imgList {
  float: left;
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: 2px 5px;
}
.fullSize .imgWrapper .imgList .imgShow {
  width: 100%;
  height: 100%;
}
.fullSize .imgWrapper .imgList .imgShow img {
  width: 100%;
  height: 100%;
}
.fullSize .imgWrapper .imgList .imgShow .fileType {
  font-size: 59px;
  text-align: center;
  line-height: 80px;
  width: 100%;
  height: 100%;
  color: #F96948;
  position: relative;
  overflow: hidden;
}
.fullSize .imgWrapper .imgList .imgShow .fileType .format {
  position: absolute;
  top: 10px;
  left: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  color: #F96948;
}
.fullSize .imgWrapper .imgList .name {
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #aaa;
}
.fullSize .imgWrapper .imgList .close {
  position: absolute;
  top: -100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  font-size: 30px;
  text-align: center;
  line-height: 33px;
  color: #3CBAFF;
  font-weight: bold;
  cursor: pointer;
  z-index: 100;
}
.fullSize .imgWrapper .imgList:hover .close {
  top: 0;
}
.fullSize .imgWrapper .imgList .fileIsOk {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 70px;
  font-size: 53px;
  color: #67C939;
  display: none;
}
.fullSize .imgWrapper .imgList .fileIsOk.yes {
  display: block;
}
#tempImg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}
.saleHelp {
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
}
.saleHelp.helpPosition {
  position: absolute;
  top: 6px;
  right: 84px;
}
.saleHelp .sale-bangzhu {
  color: #878785;
  font-size: 19px;
  position: absolute;
  top: 2px;
  left: -8px;
  cursor: pointer;
}
.saleHelp .icon {
  position: relative;
  padding-left: 25px;
  padding-right: 5px;
  border-radius: 2px;
  height: 23px;
  line-height: 23px;
  color: #000;
  margin-left: 5px;
  top: 1px;
}
.saleHelp .icon .sale {
  left: 9px;
  font-size: 14px;
}
.saleHelp .iconHasColor {
  font-size: 19px;
}
.helpMaskLayer {
  padding: 10px;
}
.helpMaskLayer .editWrap {
  height: 100%;
}
.helpMaskLayer .editWrap .clear {
  position: relative;
}
.helpMaskLayer .editWrap .clear .editorSave {
  width: 46px;
  height: 23px;
  background: #3CBAFF;
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  padding-left: 20px;
  letter-spacing: 9px;
  margin-bottom: 5px;
  margin-left: 1px;
  position: relative;
  text-indent: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.helpMaskLayer .editWrap .clear .editorSave:hover {
  background: #6CAEF5;
}
.helpMaskLayer .editWrap .clear .editorSave .btnIconStyle {
  position: absolute;
  top: 1px;
  left: 1px;
}
.saleFeedBack {
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
}
.saleFeedBack.feedBackPosition {
  position: absolute;
  top: 6px;
  right: 60px;
}
.saleFeedBack .sale-fankuiwenti {
  font-size: 19px;
  position: absolute;
  top: 2px;
  left: 0;
  color: #878785;
  cursor: pointer;
}
.saleFeedBack .iconHasColor {
  font-size: 18px;
}
.saleFeedBack .icon {
  position: relative;
  padding-left: 25px;
  padding-right: 5px;
  border-radius: 2px;
  height: 23px;
  line-height: 23px;
  color: #000;
  margin-left: 5px;
  top: 1px;
}
.saleFeedBack .icon .sale {
  left: 10px;
  font-size: 14px;
}
.feedBackMaskLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#menuLeft {
  position: fixed;
  right: -500px;
  top: 0;
  width: 500px;
  height: 99.7%;
  border-left: 2px solid #BAC2C4;
  z-index: 5000;
  background: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  box-shadow: 0px -1px 16px 0px #aaa;
}
#menuLeft.width8 {
  width: 80%;
  right: -80%;
}
#menuLeft.open {
  right: 0;
}
#menuLeft.open .menuClose {
  left: -48px;
}
#menuLeft .menuClose {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px;
  font-size: 15px;
  color: #fff;
  margin-bottom: 1px;
  background: #7A6E6E;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#menuLeft .itemListPar {
  position: absolute;
  left: -10px;
  top: 50%;
  margin: 0;
  z-index: 0;
  -webkit-transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -ms-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
#menuLeft .itemListPar .dragTit {
  width: 50px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px 0 0 3px;
  margin-bottom: 2px;
}
#menuLeft .itemListPar .dragTit .sale {
  cursor: -webkit-grab;
}
#menuLeft .itemListPar > .task {
  margin: 0;
}
#menuLeft .itemListPar > .task > li {
  position: relative;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  margin-bottom: 3px;
  background: #BAC2C4;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#menuLeft .itemListPar > .task > li .taskTotal {
  position: absolute;
  top: 0;
  left: -7px;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}
#menuLeft .itemListPar > .task > li.c_lightBlue {
  background-color: #CEE8F4;
  color: #428BCA;
}
#menuLeft .itemListPar > .task > li.c_lightBlue .taskTotal {
  background: #CEE8F4;
}
#menuLeft .itemListPar > .task > li.c_orange {
  background-color: #F08366;
}
#menuLeft .itemListPar > .task > li.c_orange .taskTotal {
  background: #F08366;
}
#menuLeft .itemListPar > .task > li.c_lineOrange {
  background-color: #F39702;
}
#menuLeft .itemListPar > .task > li.c_lineOrange .taskTotal {
  background: #F39702;
}
#menuLeft .itemListPar > .task > li.c_green {
  background-color: #4CAF50;
}
#menuLeft .itemListPar > .task > li.c_green .taskTotal {
  background: #4CAF50;
}
#menuLeft .itemListPar > .task > li.c_blue {
  background-color: #428BCA;
}
#menuLeft .itemListPar > .task > li.c_blue .taskTotal {
  background: #428BCA;
}
#menuLeft .itemListPar > .task > li:hover {
  background-color: #D38A76;
  color: #ffffff;
}
#menuLeft .itemListPar > .task > li:hover .taskTotal {
  background: #D38A76;
}
#menuLeft:hover .itemListPar {
  left: -50px;
}
#menuLeft .contWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}
#menuLeft .contWrapper > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECEAEA;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
#menuLeft .contWrapper > li.hover {
  opacity: 1;
  z-index: 100;
}
#menuLeft .contWrapper > li .title {
  height: 50px;
  line-height: 50px;
  text-indent: 30px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
#menuLeft .contWrapper > li .title .taskClose {
  float: right;
  height: 50px;
  line-height: 50px;
}
#menuLeft .contWrapper > li .title .taskClose .sale {
  font-size: 22px;
  color: #fff;
  margin-right: 15px;
}
#menuLeft .contWrapper > li .contWrap {
  height: calc(100% - 50px);
}
#menuLeft .contWrapper .inform .wrapper > .tit li {
  float: left;
  width: 163px;
  text-align: center;
  padding: 5px 0;
}
#menuLeft .contWrapper .inform .wrapper > .cont > li {
  border-bottom: 1px dashed #aaa;
}
#menuLeft .contWrapper .inform .wrapper > .cont > li:last-child {
  border-bottom: none;
}
#menuLeft .contWrapper .inform .wrapper > .cont > li > div {
  float: left;
  width: 163px;
  text-align: center;
  padding: 5px 0;
}
#menuLeft .contWrapper .inform .wrapper > .cont > li .name {
  font-size: 13px;
  font-weight: bold;
  color: #1A212C;
}
.menu-maskLayer {
  width: 90%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  right: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.helpAndFeedBackWrap {
  position: fixed;
  width: 450px;
  height: 100%;
  background: #fff;
  top: 0;
  right: -450px;
  -webkit-transition: right 0.5s linear;
  -moz-transition: right 0.5s linear;
  -ms-transition: right 0.5s linear;
  -o-transition: right 0.5s linear;
  transition: right 0.5s linear;
  z-index: 20000;
  border: 1px solid #C3D9E0;
  border-right: none;
  cursor: e-resize;
}
.helpAndFeedBackWrap > .tit {
  font-size: 15px;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  background: #00A695;
  color: #fff;
  cursor: initial;
}
.helpAndFeedBackWrap > .tit .close {
  color: #fff;
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 18px;
}
.helpAndFeedBackWrap > .showWrap {
  margin: 10px;
  background: #fff;
  overflow-y: auto;
  border-radius: 7px;
  cursor: initial;
}
.helpAndFeedBackWrap .wrapper {
  position: relative;
  background: #fff;
  margin-left: 3px;
  cursor: initial;
}
.helpAndFeedBackWrap .wrapper .listWrap {
  border: 1px dashed #DADADA;
}
.helpAndFeedBackWrap .wrapper .listWrap .title {
  border-bottom: 1px dashed #DADADA;
}
.helpAndFeedBackWrap .wrapper .listWrap .title li {
  float: left;
  text-align: center;
  width: 19%;
  border-left: 1px dashed #DADADA;
}
.helpAndFeedBackWrap .wrapper .listWrap .title li:nth-child(1) {
  width: 10%;
  border-left: none;
}
.helpAndFeedBackWrap .wrapper .listWrap .title li:nth-child(2) {
  width: 50%;
}
.helpAndFeedBackWrap .wrapper .listWrap .cont {
  height: 200px;
  overflow-y: auto;
}
.helpAndFeedBackWrap .wrapper .listWrap .cont .list {
  border-bottom: 1px dashed #DADADA;
}
.helpAndFeedBackWrap .wrapper .listWrap .cont .list .item li {
  float: left;
  text-align: center;
  width: 19%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
}
.helpAndFeedBackWrap .wrapper .listWrap .cont .list .item li:nth-child(1) {
  width: 10%;
  cursor: pointer;
}
.helpAndFeedBackWrap .wrapper .listWrap .cont .list .item li:nth-child(1):hover {
  color: #6CAEF5;
}
.helpAndFeedBackWrap .wrapper .listWrap .cont .list .item li:nth-child(2) {
  width: 49%;
  text-align: left;
  padding-left: 10px;
}
.helpAndFeedBackWrap .wrapper .listWrap .cont .list .item .sale-kulian-line {
  color: #7B7B7D;
}
.helpAndFeedBackWrap .wrapper .listWrap .cont .list .item .sale-xiaolian-line {
  color: #38C546;
}
.helpAndFeedBackWrap .wrapper .listWrap .sale {
  position: relative;
  top: 2px;
}
.helpAndFeedBackWrap .wrapper .save {
  border-top: 1px solid #D8DCE5;
  padding-left: 5px;
  padding-top: 5px;
}
.helpAndFeedBackWrap .wrapper .save .editorSave {
  width: 46px;
  height: 23px;
  background: #3CBAFF;
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  padding-left: 20px;
  letter-spacing: 9px;
  margin-left: 1px;
  position: relative;
  text-indent: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.helpAndFeedBackWrap .wrapper .save .editorSave:hover {
  background: #6CAEF5;
}
.helpAndFeedBackWrap .wrapper .save .editorSave .btnIconStyle {
  position: absolute;
  top: 1px;
  left: 1px;
}
.helpAndFeedBackWrap .wrapper .feedBackEditor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}
#changeThemes {
  position: fixed;
  top: -1500px;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 6000;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
#changeThemes > .wrapper {
  width: 190px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
#changeThemes > .wrapper .title {
  position: relative;
  height: 35px;
  line-height: 35px;
  text-indent: 15px;
  color: #000064;
  font-size: 13px;
  border-bottom: 1px solid #aaa;
}
#changeThemes > .wrapper .title .sale {
  position: absolute;
  top: 1px;
  right: 10px;
  color: #aaa;
}
#changeThemes > .wrapper .title .sale:hover {
  color: #e43;
}
#changeThemes > .wrapper .content {
  height: 96%;
}
#changeThemes > .wrapper .content ul.list > li {
  width: 160px;
  margin: 10px;
  padding: 5px;
  border: 1px solid transparent;
}
#changeThemes > .wrapper .content ul.list > li.active {
  border-color: #aaa;
}
#changeThemes > .wrapper .content ul.list > li > div {
  width: 100%;
  height: 100px;
  background: #aaaaaa;
}
#changeThemes > .wrapper .content ul.list > li > div img {
  width: 160px;
  height: 100px;
}
#changeThemes > .wrapper .content ul.list > li .name {
  width: 160px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#updateVersionWrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
#updateVersionWrap .wrap {
  width: 470px;
  height: 600px;
  margin: 93px auto 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-image: url("../images/bg/versionBg.png");
  overflow: hidden;
}
#updateVersionWrap .wrap > .tit {
  font-size: 16px;
  margin-left: 15px;
  position: relative;
  margin-top: 160px;
  margin-bottom: 5px;
  color: #321B0D;
}
#updateVersionWrap .wrap > .tit .versionNum {
  font-size: 13px;
  color: #321B0D;
}
#updateVersionWrap .wrap > .content {
  margin-left: 15px;
  overflow-y: auto;
}
#updateVersionWrap .wrap > .content .tit {
  font-size: 16px;
  color: #321B0D;
}
#updateVersionWrap .wrap > .content .listWrap {
  list-style-type: decimal;
  color: #180615;
  margin: 5px 10px 5px -5px;
}
#updateVersionWrap .wrap > .content .listWrap li {
  margin: 5px;
}
#updateVersionWrap .close {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin: 20px auto;
}
#updateVersionWrap .close .sale {
  font-size: 15px;
  color: #fff;
}
/*省市县联动*/
.areaWrap {
  position: relative;
  height: 22px;
  z-index: 10000;
  display: inline-block;
  width: 231px;
  border: 1px solid #DBE0E8;
}
.areaWrap.required {
  background: #fff3f3;
}
.areaWrap .areaHotWrap {
  padding: 10px 0;
}
.areaWrap .areaHotWrap > span {
  float: left;
  font-weight: 600;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  width: 50px;
  text-align: center;
}
.areaWrap .areaHotWrap > ul {
  margin-left: 50px;
  min-height: 30px;
}
.areaWrap .areaHotWrap > ul > li {
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 15px;
  color: #FF5C33;
  font-weight: 600;
  cursor: pointer;
}
.areaWrap > .showWrap {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  z-index: 10;
  width: 222px;
  margin-top: -3px;
  overflow: hidden;
}
.areaWrap > .showWrap .showText {
  display: inline-block;
  height: 25px;
  line-height: 28px;
  padding: 0 10px;
}
.areaWrap > .showWrap .showBtn {
  position: relative;
  top: 2px;
}
.areaWrap > .contentWrap {
  width: 500px;
  border: 1px solid #DBE0E8;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 5px;
  display: none;
  position: absolute;
  top: 22px;
  left: -1px;
  background: #fff;
}
.areaWrap > .contentWrap > .tit {
  font-size: 12px;
  color: #bbb;
  height: 20px;
  line-height: 20px;
  margin: 5px 0;
}
.areaWrap > .contentWrap > .tab {
  border-bottom: 2px solid #7BC4F8;
  margin-top: 5px;
}
.areaWrap > .contentWrap > .tab li {
  float: left;
  font-size: 14px;
  padding: 0 10px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  border: 1px solid #aaa;
  border-bottom-color: #7BC4F8;
}
.areaWrap > .contentWrap > .tab li.active {
  border: 2px solid #7BC4F8;
  border-bottom-color: #fff;
  top: 2px;
}
.areaWrap > .contentWrap > .tabCont {
  position: relative;
}
.areaWrap > .contentWrap > .tabCont .clear {
  display: none;
  padding-top: 10px;
}
.areaWrap > .contentWrap > .tabCont .clear.active {
  display: block;
}
.areaWrap > .contentWrap > .tabCont .clear > li {
  float: left;
  width: 100px;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  padding-left: 5px;
  padding: 3px 6px;
  cursor: pointer;
}
.areaWrap > .contentWrap > .tabCont .clear > li.maxWidth {
  width: 219px;
}
.areaWrap > .contentWrap > .tabCont .clear > li .text {
  display: inline-block;
  padding: 0 2px;
  line-height: 1rem;
}
.areaWrap > .contentWrap > .tabCont .clear > li .text:hover {
  background: #7BC4F8;
  color: #fff;
}
.areaWrap:hover .showWrap {
  border-bottom: 1px solid #fff;
}
.areaReset {
  display: inline-block;
  margin: 0 10px;
  width: 40px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #ff5c33;
  position: relative;
  top: -10px;
  cursor: pointer;
  border-radius: 3px;
}
.areaReadyOnly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 20000;
}
.autoSearch-wrap {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  overflow-y: auto;
  margin-top: 2px;
  border: 1px solid #C3D9E0;
}
.autoSearch-wrap li {
  padding: 0 5px;
  text-indent: 5px;
  font-size: 12px;
  background: #fff;
  cursor: pointer;
  min-height: 26px;
  line-height: 26px;
  color: #404040;
}
.autoSearch-wrap li.active {
  background: #7BC4F8;
  color: #fff0e7;
}
#showImgWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#showImgWrap > div {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sale-showImg-dialog-wrapper > .close {
  position: absolute;
  top: 15px;
  right: 110px;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sale-showImg-dialog-wrapper > .close:hover {
  color: #e4393c;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#sale-showImg-dialog-wrapper #parent {
  width: 1000px;
  height: 700px;
  border-bottom: 1px solid #1BEAD7;
  box-shadow: inset 0 0 5px 0 #1BEAD7;
  margin: 10px auto 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#sale-showImg-dialog-wrapper #ul {
  width: 5000px;
  height: 700px;
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#sale-showImg-dialog-wrapper #ul > li {
  width: 1000px;
  height: 700px;
  float: left;
  position: relative;
}
#sale-showImg-dialog-wrapper #ul > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1000px;
  max-height: 700px;
  transform: translate(-50%, -50%);
}
#sale-showImg-dialog-wrapper .index {
  width: 1000px;
  height: 115px;
  margin: 5px auto 0;
  background: transparent;
}
#sale-showImg-dialog-wrapper .index span {
  float: left;
  display: block;
  width: 50px;
  height: 115px;
  background: url("../../views/component/sale_showImg/img/jtSmall.png") no-repeat -1px 25px;
}
#sale-showImg-dialog-wrapper .index .wrapper {
  float: left;
  width: 900px;
  overflow: hidden;
}
#sale-showImg-dialog-wrapper .index .wrapper > ul.parent {
  width: 3000px;
  position: relative;
  left: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display: block;
  background: transparent;
}
#sale-showImg-dialog-wrapper .index .wrapper > ul.parent > li {
  float: left;
  width: 150px;
  height: 100px;
  margin: 7px 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#sale-showImg-dialog-wrapper .index .wrapper > ul.parent > li > img {
  width: 150px;
  height: 100px;
  border-radius: 10px;
}
#sale-showImg-dialog-wrapper .index .wrapper > ul.parent > li.active {
  box-shadow: 0 0 10px red;
}
#sale-showImg-dialog-wrapper .btn {
  width: 1000px;
  height: 0;
  margin: 0 auto;
  position: relative;
}
#sale-showImg-dialog-wrapper .btn span {
  position: absolute;
  top: 300px;
  display: inline-block;
  width: 49px;
  height: 69px;
}
#sale-showImg-dialog-wrapper .btn .prev {
  background: url(../../views/component/sale_showImg/img/jtSmall.png) no-repeat -50px 0;
  left: -50px;
}
#sale-showImg-dialog-wrapper .btn .next {
  background: url(../../views/component/sale_showImg/img/jtSmall.png) no-repeat -2px 0;
  right: -50px;
}
#sale-showImg-dialog-wrapper .index > .prev {
  background-position: -50px 25px;
}
#sale-showImg-dialog-wrapper .wenXin {
  width: 246px;
  height: 115px;
  background: url(../../views/sale_showImg/img/alert.png);
  position: absolute;
  top: 700px;
  left: -250px;
  display: inline-block;
  -webkit-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -ms-transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}
#sale-showImg-dialog-wrapper .Left {
  left: 1000px;
}
.tailorFile {
  height: 94px;
  margin-bottom: 10px;
}
.tailorFile .edui-default {
  width: 100px;
  float: left;
}
.tailorFile .fullSize {
  padding-left: 110px;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tailorFile .fullSize .parentOverflowX {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  border: 1px solid #DBE0E8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper {
  float: left;
  min-height: 26px;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper::after {
  display: block;
  content: '';
  clear: both;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper .imgList {
  float: left;
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: 2px 5px;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper .imgList .imgShow {
  width: 70px;
  height: 70px;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper .imgList .imgShow img {
  width: 70px;
  height: 70px;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper .imgList .imgShow .fileType {
  font-size: 59px;
  text-align: center;
  line-height: 80px;
  width: 70px;
  height: 70px;
  color: #F96948;
  position: relative;
  overflow: hidden;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper .imgList .imgShow .fileType .format {
  position: absolute;
  top: 10px;
  left: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  color: #F96948;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper .imgList .name {
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #aaa;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper .imgList .close {
  position: absolute;
  top: -70px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 70px;
  height: 70px;
  font-size: 30px;
  text-align: center;
  line-height: 33px;
  color: #3CBAFF;
  font-weight: bold;
  cursor: pointer;
  z-index: 100;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper .imgList:hover .close {
  display: flex;
  top: 0;
}

.tailorFile .fullSize .parentOverflowX .imgWrapper .imgList .fileIsOk {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 53px;
  color: #67C939;
  display: none;
}
.tailorFile .fullSize .parentOverflowX .imgWrapper .imgList .fileIsOk.yes {
  display: block;
}
.tabContianer {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  padding-top: 0px;
}
.tabContianer .list-tab-title {
  background: #EEF5F9;
  border: 1px solid #A0CEDA;
  margin: 5px 5px 2px;
}
.tabContianer .list-tab-title li.catalogLi {
  float: left;
  padding: 6px 25px;
  border-right: 1px solid #C3D9E0;
  cursor: pointer;
  font-size: 12px;
}
.tabContianer .list-tab-content {
  height: calc(100% - 40px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
  position: relative;
  border: 1px solid #A0CEDA;
}
.tabContianer .list-tab-content > li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.tabContianer .list-tab-content > li.active {
  opacity: 1;
  z-index: 999;
}
.moreBtnBox .btnParent .wrap .easyui-linkbutton,
.moreBtnBox .btnParent .wrap .icon {
  border: none;
  color: #797979;
  text-align: left;
}
.moreBtnBox .btnParent .wrap .easyui-linkbutton .sale,
.moreBtnBox .btnParent .wrap .icon .sale {
  color: #797979;
}
.moreBtnBox .btnParent .wrap a:hover {
  color: #16869A;
}
.moreBtnBox .btnParent .wrap a:hover .sale {
  color: #16869A;
}
.moreBtnBox .btnParent .wrap .icon:hover {
  color: #16869A;
}
.moreBtnBox .btnParent .wrap .icon:hover .sale {
  color: #16869A;
}
