/*! normalize.css v4.1.1  */
html {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,ul {
  margin: 0;
  padding: 0;
}

li,ol,ul {
  list-style: none;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}
[hidden],template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,kbd,pre,samp {
  font-size: 1em;
  font-family: monospace,monospace;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

button,input,select,textarea {
  margin: 0;
  padding: 0;
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}
[type=reset],[type=submit],button,html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}

legend {
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}
[type=checkbox],[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

body,html {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a,html,img {
  -webkit-touch-callout: none;
}

a,button,input,optgroup,select,textarea {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:focus::-webkit-input-placeholder {
  color: #444;
}

input::-webkit-input-speech-button {
  display: none;
}

input : -webkit-autofill {
  background-color: #FAFFBD;
  background-image: none;
}

/* zhgf======================================*/
.disabled {
  pointer-events: none;
}

.overflowScroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.animate{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-2l {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.flexbox {

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  /*display: -webkit-flex;*/
  /*display: flex;*/
}

.flexbox-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexbox-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flexchild {
  display: block;
  width: 20%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
  /*flex: 1;*/
}

.verticalcenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alertBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  padding: 1em;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 450px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.alertBox .alertTitle {
  overflow: hidden;
  width: 100%;
  height: 1.8em;
  border-bottom: 1px solid #ddd;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5em;
}

.alertBox .alertHtml {
  padding: 5px;
  margin-bottom: 12px;
  line-height: 1.5em;
}

.alertBox .alertBtn {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.alertBox .alertBtn input {
  display: inline-block;
  margin: 0 auto;
  width: 45%;
  height: 2.2em;
  min-width: 40px;
  border: 0;
  border-radius: 3px;
  text-align: center;
  line-height: 2.2em;
}

.alertBox .alertBtn input#alertBtn2 {
  background-color: #ccc;
  color: #444;
}
.alertBox .alertBtn input#alertBtn1 {
	margin-left: 10%;
  background-color: #f35833;
  color: #fff;
}



.layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
}
