.clearfix {
  display: inline-block;
  clear: both;
}

body {
  background-color: #fff;
  min-width: 1280px;
  overflow-x: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
  font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
  font-size: 16px;
}

.myInput,
.myInputOnly {
  width: 460px;
  height: 58px;
  line-height: 58px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  box-sizing: border-box;
  float: left;
  padding: 0 22px;
  -webkit-transition: border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.myInput:hover,
.myInputOnly:hover {
  box-shadow: 0 0 10px 4px rgba(170, 170, 170, 0.4);
}

.myInput:active,
.myInput:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}
cite {
  font-style: normal;
}
.myInputFocus {
  border: 1px solid #77bc43;
}

.myInputBlur {
  border: 1px solid #ff8f8f !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 4px rgba(247, 91, 75, 0.5) !important;
}

.field-buttom {
  height: 79px;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.field-buttom button {
  cursor: pointer;
  width: 460px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: #0a95ff;
  border-radius: 4px;
  display: inline-block;
  float: left;
  border: 0;
}
.field-buttom button:hover {
  opacity: 0.8;
}
.field-buttom button.disabled:hover {
  opacity: 1;
}
.field-buttom button.disabled {
  background-color: #ccc;
}

.check-language {
  width: 360px;
  height: 35px;
  line-height: 35px;
  text-align: right;
  position: absolute;
  top: 40px;
  right: 47px;
  font-size: 16px;
  cursor: pointer;
}

.check-language span {
  float: right;
}
.go-zxkf {
  margin-right: 30px;
  color: #3284ff;
}
.go-zxkf a {
  color: #333;
}
.check-language .img-left-index {
  margin: 0;
  margin-top: 8px;
  margin-right: 10px;
  width: 23px;
}

.check-language .flo-rigth {
  float: right;
  width: 11px;
  margin-top: 13px;
  margin-left: 3px;
  margin-right: 10px;
}

.language-title {
  width: 145px;
  height: 80px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: -10px;
  top: 50px;
  display: none;
  border: 1px solid #cccccc;
}

.language-title li {
  font-size: 18px;
  color: #222;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
  text-align: left;
}

.language-title li img {
  width: 30px;
  float: left;
  margin-top: 10px;
  margin-right: 15px;
}

.language-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 8px;
  top: -14px;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  z-index: 11;
}
.language-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 8px;
  top: -15px;
  z-index: 10;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
}

.back-fff {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 99999999;
  height: 100%;
}
.jt-none {
  display: none;
}
/* 公共样式 */
.acc-cont-comm {
  width: 100%;
  height: auto !important;
  height: 500px;
  min-height: 500px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.acc-contcom {
  width: 1200px;
  height: 800px;
  min-height: 800px;
  height: auto !important;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
}

.bgLittleBlue {
  background-color: #eef9ff;
}

.field-group .alertText label.error {
  padding: 8px;
  background: #fff2f2;
  border-radius: 4px;
  color: #c00;
  width: auto;
}

.field-group {
  width: 100%;
  height: 82px;
  position: relative;
}

.title-bg h1 {
  font-size: 32px;
}

.error-error,
.error-null,
.error-not,
.error-tips,
label.valid {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 3px;
  float: left;
}

.error-null {
  background: url(../images/alarm.png) no-repeat;
  background-size: 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dist/images/alarm.png', sizingMethod='scale');
}

.error-not {
  background: url(../../images/merchant/tishi-cw.png) no-repeat;
  background-size: 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.../../images/merchant/tishi-cw.png', sizingMethod='scale');
}

.error-error {
  background: url(../images/fail.png) no-repeat;
  background-size: 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dist/images/fail.png', sizingMethod='scale');
}

.error-tips {
  background: url(../images/ok.png) no-repeat;
  background-size: 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dist/images/ok.png', sizingMethod='scale');
}

.fivestep,
.fivestepLast {
  padding-top: 16px;
  width: 20%;
  height: 64px;
  line-height: 64px;
  position: relative;
  border-bottom: 5px solid #cccbcb;
}

label.valid {
  margin-left: 9px;
  background: url(../../images/merchant/tishi-cg.png) no-repeat center !important;
}

.field-group .alertText label.error {
  padding: 9px 0;
  border: 0;
  background-color: transparent;
  font-size: 12px;
}

.fromsborder {
  border-top: none;
  width: 900px;
  margin: auto;
}

.field-group .alertText {
  float: left;
  margin-left: 10px;
  position: absolute;
  top: -40px;
  left: 23px;
  height: auto;
  width: 100%;
}

.field-group .alertText em {
  background: url(../images/fail.png) 0 -33px;
  display: block;
  width: 7px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -2px;
}

.field-group .alertText span {
  padding: 6px;
  border: 1px solid #ffb8b8;
  background: #fff2f2;
  border-radius: 4px;
  color: #c00;
  float: left;
  white-space: nowrap;
}

.field-group .alertText label {
  width: auto;
  text-align: left;
  padding: 0;
}

.field-group .alertText label.error {
  padding: 5px;
  border-radius: 4px;
  color: #ffad5b;
  width: auto;
  position: absolute;
  background-color: #fff6e5;
}

.field-group .alertText label.error:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff6e5;
  position: absolute;
  bottom: -8px;
  left: 12px;
}

.wrapper-overlay .wrapper-body {
  padding: 20px 30px;
  max-height: 380px;
  min-height: 200px;
  overflow-y: scroll;
  /* width: 500px */
}

ul.enable-list-type li {
  list-style: decimal;
}

ul.enable-list-type.A li {
  list-style: upper-alpha;
}

.wrapper-overlay ul li {
  margin-left: 10px;
  margin-top: 10px;
}

.wrapper-overlay ul ul {
  padding-left: 20px;
}

.wrapper-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  /* position: relative; */
}

.wrapper-overlay-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.wrapper-overlay .wrapper-title {
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 2px solid rgba(200, 200, 200, 0.7);
  text-align: center;
}

.wrapper-overlay .wrapper-action {
  padding: 10px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid rgba(200, 200, 200, 0.7);
}

.wrapper-overlay .wrapper-action button:not(:first-of-type) {
  margin-left: 10px;
}

.wrapper-overlay .wrapper-action button {
  padding: 8px 20px;
  background: none;
  border: none;
  color: #1f9edb;
}

.wrapper-overlay .wrapper-action button:hover {
  cursor: pointer;
}

.wrapper-content {
  min-width: 500px;
  max-width: 768px;
  height: auto;
  background-color: white;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  z-index: 99;
  padding-top: 20px;
  /* padding-bottom: 20px; */
}

.wrapper-close-button {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease-in-out;
}

.wrapper-close-button:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.wrapper-align-left {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.wrapper-overlay .red {
  color: red;
}


.layui-layer-loading::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
}