@charset "utf-8";
html,
body {
  font-size: 15px;
  color: #4a4a4a;
  font-family: 'microsoft yahei', sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 26px;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #0a0a0a;
  margin: 0 0 50px;
  line-height: 1.4;
}
h1 {
  font-size: 80px;
  font-weight: 700;
}
h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}
h3 {
  font-size: 30px;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  font-weight: 500;
}
a {
  color: #f8560c;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #f8560c;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.gray-bg {
  background-color: #f7f7fc !important;
}
/* -------------------------------------
    26. Error 404 CSS 
--------------------------------------*/
.rs-page-error {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.rs-page-error .container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.rs-page-error .error-text {
  color: #030749;
  text-align: center;
}
.rs-page-error .error-text .error-code {
  font-size: 150px;
  line-height: 170px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #030749;
}
.rs-page-error .error-text h3.error-message {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.rs-page-error .error-text form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.rs-page-error .error-text form input {
  border: 1px solid #ddd;
  color: #444444;
  padding: 0 17px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  margin-bottom: 30px;
}
.rs-page-error .error-text form button {
  background: transparent;
  border: medium none;
  color: #666666;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  right: 0px;
  top: 1px;
  z-index: 10;
  font-size: 20px;
  cursor: pointer;
  border-top-right-radius: 5px;
  outline: none;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease 0s;
}
.rs-page-error .error-text form button:hover {
  background: #030749;
  color: #ffffff;
}

.readon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 50px;
  line-height: 50px;
  padding: 0 34px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #f8560c;
  /*background: #f8560c;*/
  z-index: 1;
  border: none;
}
.readon:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #c54409;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.readon:hover {
  background: #c54409;
  color: #ffffff;
  opacity: 0.99;
}
.readon:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
