body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0;
}
html {
 /*  overflow-y: scroll; */
  overflow: -moz-scrollbars-vertical;
  background-color: #f8f8f8;
}
body {
  font: 16px 'PUA', '微软雅黑', 'Source Han Sans CN', 'Source Han Serif SC';
  color: #222222;
  background-color: #f8f8f8;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  outline: 0;
  cursor: default;
  font-weight:400;
  /* 20210119 */
  height: 100vh !important;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  overflow-x:hidden; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
img {
  border: 0;
}
li {
  list-style: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: normal;
  outline: 0;
}
button {
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
}
a {
  -webkit-touch-callout: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
em,
i {
  font-style: normal;
}
pre code {
  text-align: left;
}
::selection {
  background-color: #0061AE;
  color: #fff;
}
.hidden {
  display: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ui-aling-c {
  text-align: center;
}
.ui-aling-r {
  text-align: right;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15, .change {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt75 {
  margin-top: 75px;
}
.mt85 {
  margin-top: 85px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}

.ui-btn {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    min-width: 120px;
    display: inline-block;
    background-color: #fff;
    color: #0061AE;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #0061AE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-sizing: border-box;
  }
  
  .ui-btn.hover,
  .ui-btn:hover {
    background-color: #f7f7f7;
    border: 1px solid #1886ec;
  }
  
  .ui-btn.active,
  .ui-btn:active {
    color: #1886ec;
    background-color: #e8e8e8;
  }
  
  .ui-btn-primary {
    color: #fff;
    border: 1px solid #0061AE;
    background-color: #0061AE;
  }
  
  .ui-btn-primary.hover,
  .ui-btn-primary:hover {
    background-color: #1e77bd;
    color: #fff;
  }
  
  .ui-btn-primary.active,
  .ui-btn-primary:active {
    background-color: #2972ad;
    color: #fff;
    border: none;
  }
  
  