*,
*::after,
*::before {
  box-sizing: border-box;
  word-wrap: break-word;
}
*[hidefocus],
a,
textarea,
area {
  outline: none;
  resize: none;
}
html,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
img,
input,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
  border: 0;
}
dl,
ol,
ul {
  list-style-type: none;
}
button,
input {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
pre,
select,
td,
textarea,
th {
  font-size: 12px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
a {
  color: #333333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus,
:focus {
  outline: none;
}
input {
  -webkit-user-modify: read-write-plaintext-only;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
sub,
sup {
  vertical-align: baseline;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
em,
i {
  font-style: normal;
}
/*HTML5 reset*/
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
menu,
nav,
section,
fieldset,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -webkit-appearance: textfield;
}
/*IE下a:hover 背景闪烁*/
html {
  overflow: -moz-scrollbars-vertical;
}
/*清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body,
input,
select {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  min-width: 1200px;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a[class]:hover {
  text-decoration: none;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@font-face {
  font-family: Din Medium;
  src: url("/assets/pc2018/fonts/din-medium.otf");
}
.number {
  font-family: 'Din Medium';
}
.header {
  position: relative;
  z-index: 110;
  background-color: transparent;
  min-height: 102px;
  transition: all 0.3s;
}
.header:hover {
  background-color: #fff;
}
.header:hover .service-phone {
  color: #333333;
}
.header:hover .service-phone .work-time {
  color: #666666;
}
.header:hover .website-links .links-item {
  color: #333333;
}
.header:hover .website-links .links-item a {
  color: #333333;
}
.header:hover .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header:hover .xq-logo .current-page {
  color: #999999;
}
.header:hover .xq-logo .logo-normal {
  opacity: 0;
}
.header:hover .xq-logo .logo-active {
  opacity: 1;
}
.header:hover .website-menus .menus-item {
  color: #999999;
}
.header:hover .website-menus .menus-item a {
  color: #999999;
}
.header:hover .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header:hover .website-menus .menus-item.active,
.header:hover .website-menus .menus-item.current {
  color: #333333;
}
.header:hover .website-menus .menus-item.active a,
.header:hover .website-menus .menus-item.current a {
  color: #333333;
}
.header.active {
  background-color: #fff;
}
.header.active .topbar {
  background-color: #323436;
}
.header.active .service-phone {
  color: #ffffff;
}
.header.active .service-phone .work-time {
  color: #ffffff;
}
.header.active .website-links .links-item {
  color: #ffffff;
}
.header.active .website-links .links-item a {
  color: #ffffff;
}
.header.active .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header.active .xq-logo .current-page {
  color: #999999;
}
.header.active .xq-logo .logo-normal {
  opacity: 0;
}
.header.active .xq-logo .logo-active {
  opacity: 1;
}
.header.active .website-menus .menus-item {
  color: #999999;
}
.header.active .website-menus .menus-item a {
  color: #999999;
}
.header.active .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header.active .website-menus .menus-item.active,
.header.active .website-menus .menus-item.current {
  color: #333333;
}
.header.active .website-menus .menus-item.active a,
.header.active .website-menus .menus-item.current a {
  color: #333333;
}
.topbar {
  width: 100%;
  min-width: 1200px;
  height: 40px;
  background-color: transparent;
}
.topbar .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topbar .flex {
  display: flex;
}
.topbar .space-between {
  display: flex;
  justify-content: space-between;
}
.topbar .center {
  display: flex;
  align-items: center;
}
.topbar .service-phone {
  display: flex;
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}
.topbar .service-phone .label {
  margin-right: 12px;
}
.topbar .service-phone .work-time {
  color: #ffffff;
}
.topbar .website-links {
  display: flex;
  line-height: 40px;
  margin-right: -16px;
}
.topbar .website-links .links-item {
  position: relative;
  padding: 0 16px;
  font-size: 12px;
  color: #ffffff;
}
.topbar .website-links .links-item a {
  color: #ffffff;
}
.topbar .website-links .links-item + .links-item::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #666666;
  height: 16px;
  overflow: hidden;
  top: 50%;
  margin-top: -8px;
}
.page-tab {
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 30px 0 rgba(102, 102, 102, 0.2);
}
.page-tab .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-tab .flex {
  display: flex;
}
.page-tab .space-between {
  display: flex;
  justify-content: space-between;
}
.page-tab .center {
  display: flex;
  align-items: center;
}
.page-tab .tab-wrap {
  display: flex;
}
.page-tab .tab-wrap.right {
  justify-content: flex-end;
}
.page-tab .tab-wrap .tab-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #666666;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.page-tab .tab-wrap .tab-item:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item a {
  color: #666666;
}
.page-tab .tab-wrap .tab-item a:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #f35b50;
  overflow: hidden;
}
.page-tab .tab-wrap .tab-item.active,
.page-tab .tab-wrap .tab-item.current {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active a,
.page-tab .tab-wrap .tab-item.current a {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active::before,
.page-tab .tab-wrap .tab-item.current::before {
  display: block;
}
.page-tab .tab-wrap .tab-item.current {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current a {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current::before {
  display: none;
}
.page-tab .tab-wrap .tab-item + .tab-item {
  margin-left: 74px;
}
.page-tab.infomation-tab .tab-wrap {
  display: flex;
  justify-content: space-between;
}
.page-tab.infomation-tab .tab-item {
  font-size: 14px;
}
.page-tab.infomation-tab .tab-item + .tab-item {
  margin-left: 0;
}
.page-tab.sub-menu-tab {
  box-shadow: none;
}
.page-tab.sub-menu-tab .tab-item {
  font-size: 14px;
}
.page-tab.sub-menu-tab .tab-item + .tab-item {
  margin-left: 40px;
}
.navgation {
  width: 100%;
  min-width: 1200px;
  position: relative;
  background-color: transparent;
  height: 72px;
}
.navgation .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.navgation .flex {
  display: flex;
}
.navgation .space-between {
  display: flex;
  justify-content: space-between;
}
.navgation .center {
  display: flex;
  align-items: center;
}
.navgation .wrapper {
  height: 72px;
}
.navgation .sub-menu {
  position: absolute;
  width: 100%;
  top: 72px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #eeeeee inset;
  display: none;
}
.navgation .sub-menu .wrapper {
  height: 62px;
}
.navgation .xq-logo {
  display: flex;
  height: 49px;
  align-items: center;
  position: relative;
}
.navgation .xq-logo .logo-normal,
.navgation .xq-logo .logo-active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.navgation .xq-logo .logo-normal {
  opacity: 1;
}
.navgation .xq-logo img {
  display: block;
  height: 49px;
  width: auto;
}
.navgation .xq-logo .current-page {
  display: flex;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 24px;
  border-left: 1px solid #e2e2e2;
  margin-left: 19px;
}
.navgation .website-menus {
  display: flex;
  height: 72px;
  line-height: 40px;
  margin-right: -4px;
}
.navgation .website-menus .menus-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #ffffff;
  height: 72px;
  line-height: 72px;
}
.navgation .website-menus .menus-item a {
  display: block;
  height: 72px;
  color: #ffffff;
  text-decoration: none;
}
.navgation .website-menus .menus-item a:hover {
  color: #333333;
}
.navgation .website-menus .menus-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}
.navgation .website-menus .menus-item.active,
.navgation .website-menus .menus-item.current {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active a,
.navgation .website-menus .menus-item.current a {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active::before,
.navgation .website-menus .menus-item.current::before {
  display: block;
}
.navgation .website-menus .menus-item {
  margin-left: 66px;
}
.login-container {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(156, 156, 156, 0.2);
  width: 1200px;
  height: 628px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  background-image: url("../images/login/bg.png");
}
.login-container .login-content {
  position: absolute;
  left: 720px;
  top: 30px;
  width: 322px;
}
.login-container .login-tab {
  display: flex;
}
.login-container .login-tab .login-tab-item {
  font-size: 14px;
  color: #999999;
  height: 24px;
  line-height: 24px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.login-container .login-tab .login-tab-item.active {
  position: relative;
  top: -4px;
  font-size: 18px;
  color: #333333;
  border-bottom: 2px solid #999999;
}
.login-container .login-tab {
  margin-bottom: 32px;
}
.login-container input {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}
.login-container .login-box {
  margin-top: 32px;
}
.login-container .register-box .input-controll + .input-controll {
  margin-top: 22px !important;
}
.login-container .form-control {
  position: relative;
}
.login-container .form-control .error-info {
  position: absolute;
  top: 0;
  top: 100%;
  padding: 3px 0;
  padding-left: 14px;
}
.login-container .form-control .error-msg {
  font-size: 12px;
  color: #f35b50;
}
.login-container .form-control.input-controll {
  display: flex;
  border-radius: 2px;
  background-color: #f3f3f3;
}
.login-container .form-control.input-controll .input {
  flex: 1;
}
.login-container .form-control.input-controll .get-code {
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #f35b50;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin: 3px;
  cursor: pointer;
}
.login-container .form-control.input-controll .get-code.disabled {
  opacity: 0.5;
}
.login-container .form-control.input-controll + .input-controll {
  margin-top: 28px;
}
.login-container .form-control.submit-controll {
  margin-top: 50px;
  width: 256px;
  margin-left: auto;
  margin-right: auto;
}
.login-container .links {
  display: flex;
  justify-content: space-between;
}
.login-container .find-pass:hover {
  text-decoration: underline;
}
.login-container .find-pass,
.login-container .remember {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.login-container .find-pass.register,
.login-container .remember.register {
  margin-right: -40px;
}
.login-container .find-pass.register a,
.login-container .remember.register a {
  color: #7ec6ea;
}
.login-container .find-pass input,
.login-container .remember input {
  display: inline-block;
  margin-right: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  position: relative;
  top: -1px;
}
.login-container .find-pass input:checked,
.login-container .remember input:checked {
  position: relative;
}
.login-container .find-pass input:checked:after,
.login-container .remember input:checked:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: 1px solid #000;
  border-top: 0;
  border-left: 0;
}
.login-container .submit-button {
  background-repeat: repeat;
  background-image: -moz-linear-gradient(45deg, #ffc994 0%, #ff584e 100%);
  background-image: -webkit-linear-gradient(45deg, #ffc994 0%, #ff584e 100%);
  background-image: -ms-linear-gradient(45deg, #ffc994 0%, #ff584e 100%);
  width: 256px;
  height: 30px;
  border-radius: 30px;
  transition: all 0.2s;
  font-size: 14px;
  color: #ffffff;
  margin-top: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.login-container .submit-button:hover {
  background-image: -moz-linear-gradient(45deg, #ffa673 0%, #ff4334 100%);
  background-image: -webkit-linear-gradient(45deg, #ffa673 0%, #ff4334 100%);
  background-image: -ms-linear-gradient(45deg, #ffa673 0%, #ff4334 100%);
}
.login-container .technology {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 20px;
  font-size: 12px;
  color: #ffc390;
  text-align: center;
}
.login-container .input {
  height: 36px;
  padding: 0 14px;
  font-size: 14px;
  color: #999999;
}
.login-footer {
  text-align: center;
}
.login-footer .copyright {
  padding: 20px 0;
}
.login-footer .copyright p,
.login-footer .copyright a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.login-footer .copyright .tip-text {
  margin-top: 6px;
  color: #999999;
}
/*# sourceMappingURL=login.css.map */