@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  color: inherit;
  list-style: none;
  font-style: normal;
  font-size: inherit;
  text-align: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: none;
  word-wrap: break-word;
  box-sizing: border-box;
  letter-spacing: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.xcx, .popup {
  font-size: inherit; }

select::-ms-expand {
  display: none; }

html, body {
  color: #404040;
  font-size: 14px;
  background-color: #ffffff;
  font-family: "微软雅黑","宋体",Arial; }

a {
  color: #327ae6;
  cursor: pointer; }

a:hover {
  color: #2b68c4;
  text-decoration: none; }

.blockImg {
  display: block;
  width: 100%;
  height: 100%; }

.ImgLoad {
  background-color: #f7f8fa;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/imgload.png); }

.wxCaseImg {
  display: block;
  overflow: hidden;
  background-color: #f7f8fa; }
  .wxCaseImg img {
    width: 100%;
    height: 100%;
    display: block; }
  .wxCaseImg input {
    display: none; }

.cName {
  color: #666666;
  height: 34px;
  line-height: 34px;
  margin-right: 10px; }
  .cName .cNameTip {
    color: #999999; }

.tVal, .wxSelect, .tOption, .cBar-Box {
  height: 34px;
  width: 240px;
  color: #404040;
  display: block;
  line-height: 33px;
  position: relative; }

.tVal, .wxSelect {
  padding: 0 10px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  transition-duration: 0.1s; }

.tVal:hover {
  border: 1px solid #3ec282; }
.tVal:focus {
  border: 1px solid #1f995c; }
.tVal.unInput, .tVal.unInput:hover {
  cursor: default;
  border: 1px solid #e0e0e0; }

.ValBox {
  height: 34px;
  line-height: 34px; }
  .ValBox .cName {
    float: left;
    height: 100%;
    line-height: inherit; }
  .ValBox .textVal, .ValBox .wxSelect, .ValBox .tOption, .ValBox .cBar-Box {
    float: left;
    width: 240px; }

.textVal {
  cursor: text;
  width: 300px;
  height: 34px;
  overflow: hidden;
  line-height: 33px;
  position: relative;
  background-color: #ffffff;
  transition-duration: 0.2s; }
  .textVal .tVal {
    width: 100%;
    height: 100%;
    line-height: inherit;
    background-color: inherit; }
  .textVal .tvTip {
    color: #999999;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  .textVal.wxSearch {
    width: 100px; }
    .textVal.wxSearch.wxSearch-focus {
      width: 160px; }
    .textVal.wxSearch input {
      padding-right: 40px; }
    .textVal.wxSearch .wxSearch-Btn {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      width: 40px;
      height: 100%;
      color: #999999;
      cursor: pointer;
      font-size: 16px;
      text-align: center;
      line-height: inherit;
      border: 1px solid transparent; }
      .textVal.wxSearch .wxSearch-Btn:hover {
        color: #404040; }

.wxSelect {
  cursor: pointer;
  padding-right: 14px;
  background-image: url(../images/select.png);
  background-position: right center;
  background-repeat: no-repeat; }
  .wxSelect:hover {
    border: 1px solid #3ec282; }

.checkBox .cName {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  .checkBox .cName i {
    color: #999999;
    font-size: inherit;
    margin-right: 5px; }
  .checkBox .cName:hover i, .checkBox .cName .check {
    color: #1f995c; }
  .checkBox .cName .cNameCheck {
    display: none; }
.checkBox .checkValCon {
  display: none; }

.tOption li {
  color: #666666;
  display: inline;
  cursor: pointer;
  margin-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.tOption i {
  color: inherit;
  margin-right: 4px;
  font-size: inherit;
  display: inline-block; }
.tOption .op1 {
  color: #1f995c; }
  .tOption .op1 i {
    animation: checked 0.18s steps(1, start); }
.tOption .optVal {
  display: none; }

.tOption-Tip {
  padding-top: 15px; }
  .tOption-Tip dd {
    display: none; }
    .tOption-Tip dd h1 {
      font-weight: bold;
      line-height: 34px; }
    .tOption-Tip dd p {
      line-height: 150%; }
    .tOption-Tip dd .tipbold {
      margin: 0 4px;
      color: #1f995c;
      font-weight: bold; }

@keyframes checked {
  0% {
    transform: scale(0.85, 0.85); }
  10% {
    transform: scale(0.85, 0.85); }
  30% {
    transform: scale(0.95, 0.95); }
  50% {
    transform: scale(1.02, 1.02); }
  70% {
    transform: scale(1.08, 1.08); }
  90% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 1); } }
.cBar-Box .cBar-Bar {
  position: absolute;
  top: 12px;
  left: 0;
  right: 45px;
  height: 12px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0; }
  .cBar-Box .cBar-Bar .cBar-Btn {
    position: absolute;
    top: -5px;
    left: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f0f0f0;
    border: 1px solid #999999; }
    .cBar-Box .cBar-Bar .cBar-Btn:hover {
      border-color: #666666; }
.cBar-Box .cBar-Bg {
  width: 0%;
  height: 100%;
  border-radius: 4px;
  background-color: #b3b3b3; }
.cBar-Box .cBar-Txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  color: #999999;
  text-align: right;
  line-height: inherit; }

.DivTxtBox {
  width: 600px;
  height: 300px;
  padding: 10px;
  position: relative;
  padding-bottom: 41px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0; }
  .DivTxtBox .DivValue {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: text;
    font-size: 16px;
    line-height: 150%;
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: break-all; }

.DivTxtBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  padding: 8px;
  line-height: 24px;
  border-top: 1px solid #e0e0e0; }
  .DivTxtBottom > i {
    float: left;
    color: #999999;
    cursor: pointer;
    font-size: 24px;
    margin-right: 10px; }
    .DivTxtBottom > i:hover {
      color: #666666; }
  .DivTxtBottom .Addlink {
    float: left;
    color: #327ae6;
    cursor: pointer;
    font-size: 14px;
    padding-left: 10px;
    border-left: 1px solid #e0e0e0; }
    .DivTxtBottom .Addlink:hover {
      color: #2b68c4; }
  .DivTxtBottom .DivTxtTip {
    float: right;
    color: #999999; }
    .DivTxtBottom .DivTxtTip .DivTxtMax {
      color: #666666; }
    .DivTxtBottom .DivTxtTip.red, .DivTxtBottom .DivTxtTip.red .DivTxtMax {
      color: #cc3d3d; }

.wxcbtn {
  color: #ffffff;
  width: 120px;
  height: 34px;
  display: block;
  cursor: pointer;
  padding: 0 10px;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  transition-duration: 0.1s;
  background-color: #3ec282;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .wxcbtn:hover {
    color: #ffffff;
    background-color: #1f995c; }
  .wxcbtn.uncbtn {
    color: #ffffff;
    background-color: #999999; }
    .wxcbtn.uncbtn:hover {
      background-color: #666666; }
  .wxcbtn.borderbtn {
    color: #666666;
    border: 1px solid #666666;
    line-height: 33px;
    background-color: transparent; }
    .wxcbtn.borderbtn:hover {
      color: #ffffff;
      background-color: #666666; }

.audioPlay-btn {
  color: #666666;
  height: 34px;
  cursor: pointer;
  overflow: hidden;
  line-height: 34px;
  border-radius: 4px;
  position: relative;
  padding-left: 32px;
  padding-right: 12px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0; }
  .audioPlay-btn:hover {
    border-color: #b3b3b3;
    background-color: #e0e0e0; }
  .audioPlay-btn img {
    position: absolute;
    top: 3px;
    left: 12px; }

.wxTitle {
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f0f0f0; }
  .wxTitle > span {
    color: #666666;
    font-size: 14px;
    margin-left: 10px; }
  .wxTitle.wxTitle1 {
    margin-bottom: 0;
    padding: 0 20px; }

.wxPageTitle {
  height: 60px;
  color: #999999;
  font-size: 14px;
  padding: 0 20px;
  line-height: 60px;
  border-bottom: 1px solid #e0e0e0; }
  .wxPageTitle > a {
    color: #999999; }
    .wxPageTitle > a:hover {
      color: #1f995c; }
  .wxPageTitle .wxPageTitleCur {
    color: #3ec282;
    font-size: 16px; }

.wxTitle-Tips {
  padding: 20px;
  color: #404040;
  background-color: #f7f8fa; }
  .wxTitle-Tips > div {
    line-height: 150%;
    margin-bottom: 5px; }
  .wxTitle-Tips > div:last-child {
    margin-bottom: 0; }
  .wxTitle-Tips .wxTitle-txt-1 {
    color: #666666;
    letter-spacing: 1px; }
  .wxTitle-Tips .bold {
    font-weight: bold; }

.wxCon {
  position: relative;
  padding-bottom: 40px; }

.tabsBox {
  overflow: hidden;
  line-height: 30px;
  position: relative;
  margin-bottom: 20px; }
  .tabsBox .wxSearch {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 30px;
    line-height: 28px; }
  .tabsBox .tabs-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #e0e0e0; }
  .tabsBox .tabs {
    position: relative;
    z-index: 1;
    float: left;
    height: 40px;
    overflow: hidden;
    text-align: center; }
    .tabsBox .tabs > a {
      position: relative;
      z-index: 1;
      float: left;
      color: #999999;
      height: 100%;
      display: block;
      padding: 0 40px;
      transition-duration: 0.1s; }
      .tabsBox .tabs > a:hover {
        color: #1f995c; }
      .tabsBox .tabs > a .tNum {
        color: #999999; }
    .tabsBox .tabs > .cTabs {
      color: #1f995c;
      border-bottom: 2px solid #1f995c; }
  .tabsBox .tabTip {
    float: right;
    color: #db4d4d; }

.saveBox {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0; }
  .saveBox.saveBox1 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .saveBox > span {
    color: #db4d4d;
    padding-left: 20px; }
  .saveBox .saveBtn {
    display: inline-block; }

.pageBox {
  color: #666666;
  float: right;
  height: 54px;
  padding: 15px 20px; }
  .pageBox a {
    color: inherit; }
    .pageBox a:hover {
      color: #404040; }
  .pageBox .pageNav, .pageBox .pageJump, .pageBox .JumpBtn {
    float: left;
    display: block;
    line-height: 24px; }
  .pageBox .pageBtn {
    width: 24px;
    margin: 0 5px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #e0e0e0; }
  .pageBox .pageJump {
    width: 40px;
    padding: 0 5px;
    margin-left: 15px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0; }

.wxCaseMask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  background: url(../images/black_80.png) \9; }
  .wxCaseMask > div {
    display: table;
    width: 100%;
    height: 100%; }
    .wxCaseMask > div > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #ffffff; }

.wxEyeBg {
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.wxTableDiv {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  word-break: break-all; }
  .wxTableDiv > div {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }

.tableBox {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  padding-left: 120px;
  transition-duration: 0.2s; }
  .tableBox .leftCon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 120px;
    display: block;
    transition-duration: 0.2s; }
    .tableBox .leftCon .conBtn {
      height: 40px;
      line-height: 40px;
      margin-bottom: 20px; }
  .tableBox#EditBox {
    padding-left: 0; }
    .tableBox#EditBox .leftCon {
      left: -140px; }

.tableBox1 {
  overflow: hidden; }
  .tableBox1 .leftCon {
    width: 20%;
    float: left;
    display: block;
    position: relative; }
  .tableBox1 .rightCon {
    width: 80%;
    float: right;
    display: block;
    position: relative; }

.leftFloatBox {
  overflow: hidden;
  position: relative; }
  .leftFloatBox .floatDiv {
    float: left;
    display: block;
    overflow: hidden;
    position: relative; }

.scroll-Box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .scroll-Box .scroll-Bar, .scroll-Box .scroll-Con {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .scroll-Box .scroll-Bar {
    opacity: 0;
    z-index: 3;
    width: 4px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0\9; }
    .scroll-Box .scroll-Bar .scroll-Btn {
      position: absolute;
      top: 0;
      opacity: 0;
      width: 100%;
      cursor: pointer;
      border-radius: 50px;
      background-color: rgba(0, 0, 0, 0.4);
      background-color: #e0e0e0\9; }
  .scroll-Box .scroll-Con {
    left: 0;
    right: -17px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #ffffff;
    transition-duration: 0.2s; }
    .scroll-Box .scroll-Con .scroll-List {
      overflow: hidden; }

.twCaseCon {
  color: #404040;
  display: block;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0; }
  .twCaseCon:hover .wxCaseMask {
    display: block; }
  .twCaseCon .wxCaseImg {
    float: right;
    width: 50px;
    height: 50px;
    max-width: none;
    margin-right: 0;
    margin-left: 10px; }
  .twCaseCon .wxCaseCon {
    position: relative; }
    .twCaseCon .wxCaseCon .wxCaseTitle {
      display: block;
      font-size: 14px;
      overflow: hidden;
      line-height: 50px;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .twCaseCon .wxCaseCon .wxCaseText {
      color: #666666;
      display: none;
      overflow: hidden;
      line-height: 20px; }
  .twCaseCon.twCaseCon_1 {
    padding: 0;
    border-top: none; }
    .twCaseCon.twCaseCon_1 .wxCaseImg {
      width: 100%;
      float: none;
      height: 138px;
      margin-left: 0; }
      .twCaseCon.twCaseCon_1 .wxCaseImg img {
        height: auto; }
    .twCaseCon.twCaseCon_1 .wxCaseCon {
      padding: 0; }
    .twCaseCon.twCaseCon_1 .wxCaseTitle {
      position: absolute;
      left: 0;
      right: 0;
      top: -34px;
      color: #ffffff;
      height: 34px;
      padding: 0 10px;
      line-height: 34px;
      background-color: rgba(0, 0, 0, 0.6);
      background: url(images/black_80.png) \9; }
  .twCaseCon.twCaseCon_2 .wxCaseCon {
    padding: 10px 0; }
    .twCaseCon.twCaseCon_2 .wxCaseCon .wxCaseTitle {
      height: auto;
      color: #404040;
      font-size: 16px;
      position: static;
      line-height: 100%;
      margin-bottom: 5px;
      background-color: #ffffff; }
    .twCaseCon.twCaseCon_2 .wxCaseCon .wxCaseText {
      display: block;
      padding: 0 10px;
      max-height: 20px;
      white-space: nowrap;
      text-overflow: ellipsis; }

.oneLine {
  display: block;
  overflow: hidden;
  font-size: inherit;
  white-space: nowrap;
  text-overflow: ellipsis; }

.manyLine {
  height: 60px;
  overflow: hidden;
  line-height: 20px;
  font-size: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*行数*/
  -webkit-box-orient: vertical; }

.slideBox {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .slideBox > .slideBtn {
    cursor: pointer;
    position: absolute;
    z-index: 66;
    top: 0; }
    .slideBox > .slideBtn.slideLeft {
      left: 20px; }
    .slideBox > .slideBtn.slideRight {
      right: 20px; }
  .slideBox .slideCon {
    position: relative;
    left: 0;
    width: 100%;
    height: 440px;
    transition-duration: 0.4s; }
    .slideBox .slideCon > dd {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: absolute; }
  .slideBox .slideNum {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 66;
    width: 100%;
    text-align: center; }
    .slideBox .slideNum > li {
      display: inline-block;
      width: 30px;
      height: 4px;
      margin: 0 5px;
      cursor: pointer;
      overflow: hidden;
      border-radius: 1px;
      transition-duration: 0.2s;
      background-color: #e0e0e0; }
      .slideBox .slideNum > li > div {
        width: 0%;
        height: 100%;
        background-color: #666666;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .slideBox .slideNum > .slideCur {
      width: 60px;
      background-color: #b3b3b3; }

/*# sourceMappingURL=newCommon.css.map */
