html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

input {
  outline: none;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
}

button {
  outline: none !important;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: #212121;
  font-family: Microsoft YaHei;
  font-size: 14px;
  background: #F4F8FF;
  min-width: 1200px;
  overflow-x: hidden;
}

.clearfix:after {
  content: '.';
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

#app, #pc {
  height: 100%;
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#h5 {
  display: none;
}

#pc {
  display: block;
}

[v-cloak] {
  display: none;
}

#app .el-button:focus,
#app .el-button:hover {
  color: #085d53;
  border-color: #085d53;
  background-color: #e6edec;
}

#app .el-button:active {
  color: #17695f;
  border-color: #17695f;
  outline: 0;
}

#app .el-button::-moz-focus-inner {
  border: 0;
}

#app .el-button--primary {
  color: #fff;
  background-color: #1B60FF;
  border-color: #1B60FF;
}

#app .el-button--primary:focus,
#app .el-button--primary:hover {
  background: #5886F4;
  border-color: #5886F4;
  color: #fff;
}

#app .el-button--primary:active {
  background: #5886F4;
  border-color: #5886F4;
  color: #fff;
  outline: 0;
}

#app .el-button--primary.is-disabled {
  opacity: 0.7;
}

#app .el-tabs__item {
  font-size: 18px;
  line-height: 50px;
  height: 50px;
}

#app .el-tabs__item.is-active {
  color: #1B60FF;
  font-weight: 500;
}

#app .el-tabs__nav-wrap::after {
  background-color: rgba(33, 33, 33, 0.08);
  height: 1px;
}

#app .el-tab-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

#app .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#app .el-tabs__active-bar {
  background-color: #1B60FF;
}

#app .el-tabs__item:hover {
  color: #1B60FF;
}

.dialog88 .el-dialog {
  width: 500px;
}

.dialog88 .el-form-item {
  margin-bottom: 20px;
}

.loginForm {
  margin-top: 15px;
}

.dialog88 .login {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dialog88 .el-dialog__body {
  height: 0;
  padding: 0;
  padding-bottom: 20px;
}

.dialog88 .login-flex {
  overflow: hidden;
}

.dialog88 .login-flex .el-input {
  float: left;
}

.dialog88 .login-flex .el-button {
  width: 100px;
  float: right;
}

.el-loading-spinner .path {
  stroke: #085d53 !important;
}

.el-loading-spinner .el-loading-text {
  color: #085d53 !important;
  margin-top: 10px !important;
}

.q-wrap {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 50px;
  position: relative;
  top: -260px;
  min-height: 600px;
}

.q-wrap .q-box {
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #ebedf0;
  padding-bottom: 20px;
  line-height: 40px;
}

.q-wrap .q-box .left {
  float: left;
  color: #085d53;
  font-weight: bold;
  font-size: 20px;
}

.q-wrap .q-box .right {
  float: right;
  color: #999;
  font-size: 14px;
}

.q-wrap .q-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  line-height: 27px;
  margin-bottom: 10px;
}

.q-wrap .q-btn-wrap {
  margin-top: 15px;
}

.q-wrap .q-btn-wrap .el-button {
  padding: 10px 50px;
}

.q-wrap #app .el-select {
  width: 100%;
}

.q-wrap .q-done {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 20px;
}

.q-wrap .q-done img {
  width: 300px;
}

.q-wrap .q-done div {
  color: #085d53;
  padding: 0;
}

.q-wrap .q-done .a {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
  padding-top: 30px;
}

.q-wrap .q-done .b {
  color: #fc5531;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 50px;
  font-weight: bold;
}

.q-wrap .q-done .c {
  margin-bottom: 30px;
  color: #999;
}

.no-copy {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.q-desc {
  font-size: 14px;
  color: #666;
  margin-top: 30px;
  border-top: 1px solid #ebedf0;
  padding-top: 20px;
  line-height: 23px;
}

.el-message-box__wrapper .el-button--primary {
  background-color: #085d53 !important;
  border-color: #085d53 !important;
}
