@charset "utf-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
header,
ul,
li,
dl,
dt,
dd,
ol,
nav,
input,
footer {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
}

body,
button,
input,
select,
textarea {
  font: 10px/1.5 Microsoft Yahei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

html {
  font-size: 62.5%;
  /*width: 100%;*/
  /*height: 100%;*/
  -webkit-text-size-adjust: none;
  /*overflow: hidden;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: outside none none;
}


/*img{border:none;  vertical-align:middle; width:100%;}*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

:focus {
  outline: 0;
}

.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}


/*去掉iPhone上的默认圆角样式*/


/*input {
  -webkit-appearance: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  -webkit-appearance: none;
}*/

textarea {
  -webkit-appearance: none;
}


/*去出选中时高亮*/

img,
a,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  /*-webkit-user-select: none;*/
}

::selection {
  /*background: none;*/
}

::-moz-selection {
  background: none;
}

::-webkit-selection {
  background: none;
}


/*隐藏bady滚动条*/


/*body::-webkit-scrollbar {
  display: none;
}*/


/*清除浮动*/

.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.otl {
  outline: 1px solid red;
}

.dp-n {
  display: none;
}

.dp-b {
  display: block;
}

.ab-f {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ab-c {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.op0 {
  opacity: 0
}

.w100 {
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide {
  display: none !important;
}

.selectAvailable {
  -webkit-tap-highlight-color: rgba(231, 105, 105, 0.7);
  -webkit-touch-callout: default;
  -webkit-user-select: text;
}

.selectAvailable::selection {
  background: rgba(231, 105, 105, 0.7);
}

.selectAvailable::-webkit-selection {
  background: rgba(231, 105, 105, 0.7);
}

.container {
  width: 100%;
  height: 100%;
  padding-bottom: 5.6rem;
  box-sizing: border-box;
}

.myScroll {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bold {
  font-weight: 600;
}

.dialog {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.dialog-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
}

.text-center {
  text-align: center;
}

.data-empty {
  font-size: 1.4rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
}

input[type=button],
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}
