@charset "utf-8";* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
  margin: 0;
  padding: 0;
}

body,pre,button,input,select,textarea {
  font: 14px/1.6 tahoma,arial,'Microsoft YaHei',sans-serif;
}

html,body {
  height: 100%;
  position: relative;
}

body {
  background: #F5F7F9;
  margin: 0 auto;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

address,cite,dfn,em,var {
  font-style: normal;
}

code,kbd,pre,samp {
  font-family: courier new,courier,monospace;
}
.width-100{
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.simple-head{
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
  color: #FFFFFF;
  background: linear-gradient(93.05deg, #952CFF 1.27%, #6F2BFF 99.66%);
}
.simple-head .back-btn{
  position: absolute;
  left: 0;
  top: 0;
  width: 12%;
  height: 100%;
  background: url(../img/back.png) no-repeat center center;
  background-size: 8px auto;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.simple-head .warn{
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.simple-head .ntitle{
  display: inline-block;
  font-weight: normal;
}
.fl{float:left;}
.fr{float:right;}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
small {
  font-size: 12px;
}

ul,ol {
  list-style: none;
}

a {
  text-align: center;
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

legend {
  color: #000;
}

fieldset,img {
  border: 0;
  vertical-align: middle
}

button,input,select,textarea {
  font-size: 100%;
}

input,textarea,button {
  font: 14px/1.6 Helvetica,'Hiragino Sans GB','Microsoft Yahei',微软雅黑,Arial,sans-serif;
  outline: 0;
}

input[type='button'],input[type='submit'],button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

input[type='button'],input[type='submit'],input[type='reset'],button {
  border: 1px solid transparent;
}

input[readonly]:hover,input:disabled:hover,button:disabled:hover,button[readonly]:hover,textarea:disabled:hover {
  cursor: not-allowed;
}

[placeholder] {
  font-family: 'Microsoft yahei';
}

::-moz-placeholder {
  text-indent: 5px;
  opacity: 1 !important;
  color: #bbb;
}

:-ms-input-placeholder {
  text-indent: 5px;
  color: #bbb;
}

::-webkit-input-placeholder {
  text-indent: 5px;
  color: #bbb;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track-piece {
  margin: -2px;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  min-width: 150px;
  min-height: 150px;
  border-radius: 10px;
  background: #aaa;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #555;
}

::-webkit-scrollbar-thumb:horizontal:hover {
  background: #555;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #697dac;
  background-color: #697dac;
  color: #fff;
}

.clipboard-btn{
  position: absolute;
  left: -1000px;
  z-index: -1000;
}
