body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  box-sizing: border-box;
}

body,
html {
  font-size: .7rem;
  padding-bottom: 50px;
}

a:link,
a:visited {
  text-decoration: none;
}

input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  border: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*ul,li,ol { list-style: none; }*/
.cp {
  cursor: pointer;
}

.ver {
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearBox {
  zoom: 1;
}

.clearBox:active {
  content: "";
  display: block;
  clear: both;
}

.hide {
  display: none;
}

.b,
.bold,
.bolder {
  font-weight: bold;
}

.p-abs {
  position: absolute;
  width: 100%;
}

.p-re {
  position: relative;
  width: 100%;
}

.flex {
  display: flex;
}

/*  center auto */
.flexc1 {
  display: flex;
  justify-content: center;
}

/* auto center */
.flexc2 {
  display: flex;
  align-items: center;
}

/*  center center */
.flexcc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-column {
  display: flex;
  flex-flow: column;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.shrink {
  flex-shrink: 0;
}

.center {
  text-align: center;
}

.w100 {
  width: 100%;
  display: block;
}

.ptb5 {
  padding: 5px 0;
}

.ptb10 {
  padding: 10px 0;
}

.ptb15 {
  padding: 15px 0;
}

.ptb20 {
  padding: 20px 0;
}

.ptb25 {
  padding: 25px 0;
}

.ptb30 {
  padding: 30px 0;
}

.ptb35 {
  padding: 35px 0;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pr5 {
  padding-right: 10px
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mr5 {
  margin-right: 10px
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

/*modal*/
.modalBoxfc {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.modalConfc {
  width: 75%;
  background: #fff;
  padding-top: 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
}

.modalTextfc {
  color: #999;
  padding-top: 12px;
  padding-bottom: 23px;
  font-size: 15px;
  border-bottom: 1px solid #efefef;
}

.modalbtn {
  width: 50%;
  border: none;
  background: none;
  height: 50px;
  font-size: 18px;
  position: relative;
}

.modalConfirm {
  color: #576b95;
}

.modalCancel::before {
  content: " ";
  width: 1px;
  height: 50px;
  background: #efefef;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.loadingBoxfc {
  background: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.loadingConfc {
  max-width: 80%;
  min-height: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

/*Loading*/
.loadingIcon {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  text-align: center;
  top: 0;
}

.loadingTextfc {
  color: #fff;
  display: inline-block;
  /*margin-top: 70px;*/
  font-size: 14px;
  width: 90%;
  overflow: hidden;
  margin-top: 70px;
  height: 20px;
}

.showToastTextfc {
  color: #fff;
  display: inline-block;
  /*margin-top: 70px;*/
  font-size: 14px;
  width: 90%;
  overflow: hidden;
}

.loadingT {
  padding-bottom: 10px;
}

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: absolute;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 2px auto 0;
  width: 3px;
  height: 9px;
  background-color: #fff;
  border-radius: 35%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }
}

/*Toast*/
.qin-icon-toast {
  background-image: url(../commonImg/success.png);
  background-position: center center;
  background-size: cover;
  width: 70px;
  height: 50px;
  /*position: absolute;*/
}

.wrong-toast {
  background-image: url(../commonImg/wrong.png);
}