@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "helvetica","Microsoft YaHei","黑体","宋体",sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
* body {
  /* 取消文字复制 */
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* 防止闪烁 */
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

a, img, button, input, textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a:link {
  text-decoration: none
  /* 指正常的未被访问过的链接*/
}

a:visited {
  text-decoration: none
  /*指已经访问过的链接*/
}

a:hover {
  text-decoration: none
  /*指鼠标在链接*/
}

a:active {
  text-decoration: none
  /* 指正在点的链接*/
}

input {
  border: none;
  outline: none;
  -webkit-appearance: none !important;
}

input[disabled], input:disabled, input.disabled {
  color: #3e3e3e;
  -webkit-text-fill-color: #3e3e3e;
  -webkit-opacity: 1;
  opacity: 1;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbb;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.borderTop {
  border-top: 1px solid #ddd;
}

.borderTB {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.borderB {
  border-bottom: 1px solid #ddd;
}

.displayB {
  display: block;
}

.displayIB {
  display: inline-block;
}

.button-big {
  text-align: center;
  height: 1.2rem;
  line-height: 1.2rem;
}
.button-big a {
  background-color: #81DCD7;
  border-radius: 0.8rem;
  width: 100%;
  height: 1.2rem;
  display: inline-block;
  font-size: 0.45333rem;
  color: #fff;
}

.bombBox {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.bombBox .mark {
  height: 100%;
  width: 100%;
  background-color: #333;
  opacity: 0.6;
  position: fixed;
  top: 0;
  z-index: 2;
}
.bombBox .content {
  background-color: #fff;
  margin-left: 1.38667rem;
  border-radius: 0.26667rem;
  width: 7.25333rem;
  padding: 0.53333rem 0 1.46667rem 0;
  position: fixed;
  top: 5.33333rem;
  z-index: 3;
}
.bombBox .content .text {
  color: #000303;
  font-size: 0.4rem;
  text-align: center;
  padding: 0 0.58667rem;
  line-height: 0.53333rem;
  overflow: auto;
}
.bombBox .content .text .title {
  font-size: 0.48rem;
  margin-bottom: 0.16rem;
  display: block;
}
.bombBox .content .contentValue {
  margin-top: 0.53333rem;
  margin-bottom: 0.32rem;
  padding: 0 0.4rem;
  width: 100%;
}
.bombBox .content .contentValue input {
  border: 2px solid #ddd;
  padding: 0.13333rem;
  line-height: 0.53333rem;
  width: 100%;
  font-size: 0.37333rem;
}
.bombBox .content .button {
  height: 1.2rem;
  border-top: 1px solid #ddd;
  line-height: 1.2rem;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bombBox .content .button .cancel {
  float: left;
  width: 50%;
  border-right: 1px solid #ddd;
}
.bombBox .content .button .cancel button {
  font-size: 0.45333rem;
  color: #007cfe;
  border: 0;
  background-color: transparent;
}
.bombBox .content .button .determine {
  float: right;
  width: 50%;
  font-size: 0.45333rem;
  color: #007cfe;
}
.bombBox .content .button .determine button {
  font-size: 0.45333rem;
  color: #007cfe;
  border: 0;
  background-color: transparent;
}
.bombBox .content .button .determine a {
  font-size: 0.45333rem;
  color: #007cfe;
  border: 0;
  background-color: transparent;
}

/* 弹框插件 */
/* 弹框外背景色 */
.swal-overlay {
  background-color: rgba(10, 10, 10, 0.6);
}
.swal-overlay .swal-modal {
  width: 7.2rem !important;
  border-radius: 0.24rem !important;
  background-color: #fff !important
  /* 头部信息 */
  /*  确认按钮区域*/
}
.swal-overlay .swal-modal .swal-text {
  font-size: 0.42667rem !important;
  text-align: center !important;
}
.swal-overlay .swal-modal .swal-text:first-child {
  margin: 0.26667rem;
}
.swal-overlay .swal-modal .swal-footer {
  height: 0;
  color: #FD93A6;
}

.doubleEleven_img {
  margin: 0;
  padding: 0;
}

.doubleEleven_img img {
  width: 10rem;
}
