@import "/static/home/css/iconfont/iconfont.css";
body,
html {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-size: 16px;
  color: #23292e;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #23292e;
  transition: all .3s ease;
  cursor: pointer;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
p {
  margin: 0;
  padding: 0;
}
body {
  background: url('/static/home/css/imgs/common_top_bg.png?v=1') no-repeat top center;
}
.flex-left-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-left-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex-right-top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.flex-right-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-center-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center-between {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.flex-between-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-justify {
  text-align: justify;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.transition {
  transition: all 0.3s ease-in-out;
}
.shadow-1 {
  box-shadow: 0 1px 2px #bbbbbb91;
}
.but {
  background: #16baaa;
  border: 0;
  height: 40px;
  padding: 0 25px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.but i {
  margin-right: 5px;
  font-size: 16px;
}
.but:hover {
  filter: brightness(1.1);
}
.but.sm {
  height: 30px;
  padding: 0 10px;
}
.but.lastIcon i {
  margin-right: 0;
  font-size: 14px;
}
.headerDiv {
  width: 100%;
  height: 90px;
}
.headerDiv .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  transition: all .35s;
}
.headerDiv .container .main {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.headerDiv .container .main .logo {
  width: 185px;
  height: 53px;
  margin-right: 50px;
}
.headerDiv .container .main .logo a {
  display: block;
  width: 100%;
  height: 100%;
  transition: none;
  background: url('/static/home/css/imgs/logo2.png?v=1') no-repeat;
  background-size: 100% auto;
}
.headerDiv .container .main .cursor {
  position: absolute;
  background: #ffffff;
  width: 62px;
  height: 36px;
  border-radius: 18px;
  z-index: 55;
  transition: all 0.3s ease-in-out;
  display: none;
}
.headerDiv .container .main .links {
  z-index: 99;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.headerDiv .container .main .links li {
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.headerDiv .container .main .links li a {
  display: block;
  height: 100%;
  color: #ffffff;
  padding: 0 15px;
  border-radius: 18px;
  transition: all 0.3s ease-in-out;
}
.headerDiv .container .main .links li a:hover {
  color: #ffb800 !important;
}
.headerDiv .container .main .links li.this a {
  color: #ffb800;
}
.headerDiv .container .main .links li.hover a {
  color: #16baaa !important;
}
.headerDiv .container .main .links .loginButs {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerDiv .container .main .links .loginButs button {
  margin-right: 20px;
  background: transparent;
  border: 0;
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  color: #ffffff;
  font-size: 16px;
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.headerDiv .container .main .links .loginButs button i {
  margin-right: 3px;
}
.headerDiv .container .main .links .loginButs button.login {
  border: 1px solid #ffffff;
}
.headerDiv .container .main .links .loginButs button.login:hover {
  background: #ffb800;
  border-color: #ffb800;
  color: #ffffff;
}
.headerDiv .container.floating {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0 1px 2px #bbbbbb91;
}
.headerDiv .container.floating .main .logo a {
  background-position: 0 100%;
}
.headerDiv .container.floating .cursor {
  background: #16baaa;
}
.headerDiv .container.floating .links li a {
  color: #333333;
}
.headerDiv .container.floating .links li.this a {
  color: #16baaa;
}
.headerDiv .container.floating .links li.hover a {
  color: #ffffff !important;
}
.headerDiv .container.floating .links .loginButs {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerDiv .container.floating .links .loginButs button {
  color: #16baaa;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.headerDiv .container.floating .links .loginButs button i {
  margin-right: 3px;
}
.headerDiv .container.floating .links .loginButs button.login {
  border: 1px solid #16baaa;
}
.headerDiv .container.floating .links .loginButs button.login:hover {
  background: #16baaa;
  border-color: #16baaa;
  color: #ffffff;
}
.footerDiv {
  width: 100%;
  background: #2c3837;
  color: #fafafa;
  margin-top: 30px;
}
.footerDiv .main {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}
.footerDiv .main .container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 40px 20px 30px 20px;
  width: 100%;
  color: #d2d2d2;
}
.footerDiv .main .container .info {
  flex: 1;
  margin-left: 30px;
}
.footerDiv .main .container .info h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.footerDiv .main .container .info p {
  font-size: 16px;
  line-height: 2;
}
.footerDiv .main .container .links {
  width: 400px;
}
.footerDiv .main .container .links h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.footerDiv .main .container .links ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footerDiv .main .container .links ul li {
  width: 180px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 2;
}
.footerDiv .main .container .links ul li a {
  color: #c2c2c2;
}
.footerDiv .main .container .links ul li a:hover {
  color: #16baaa;
}
.footerDiv .main .container .links ul li::before {
  content: ' ';
  background: #c2c2c2;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  margin: 13px 0 0 -15px;
}
.footerDiv .main .container .links .copyright {
  color: #e2e2e2;
}
.footerDiv .main .copyright {
  margin-left: 50px;
  padding-bottom: 40px;
  font-size: 16px;
  color: #c2c2c2;
}
.body-Index-index {
  background: url('/static/home/css/imgs/index_top_bg.png?v=1') no-repeat top center;
}
.body-Index-index .firstScreen {
  height: 460px;
}
.body-Index-index .firstScreen .main {
  width: 1200px;
  margin: auto;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
}
.body-Index-index .firstScreen .main img {
  height: 350px;
  margin-right: 150px;
}
.body-Index-index .firstScreen .main .text {
  min-width: 380px;
}
.body-Index-index .firstScreen .main .text h3 {
  font-size: 38px;
  margin: 40px 0 20px 0;
}
.body-Index-index .firstScreen .main .text p {
  font-size: 22px;
  line-height: 1.8;
}
.body-Index-index .firstScreen .main .text .but {
  background: #ffb800;
  margin-top: 20px;
}
.body-Index-index .secondScreen .main {
  width: 1200px;
  margin: auto;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.body-Index-index .secondScreen .main .text {
  width: 600px;
  margin-right: 20px;
}
.body-Index-index .secondScreen .main .text h3 {
  font-size: 32px;
  color: #16baaa;
}
.body-Index-index .secondScreen .main .text p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
.body-Index-index .thirdScreen {
  background: #f9f9f9;
}
.body-Index-index .thirdScreen .main {
  width: 1200px;
  margin: auto;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-Index-index .thirdScreen .main .text {
  width: 600px;
  margin-left: 50px;
}
.body-Index-index .thirdScreen .main .text h3 {
  font-size: 32px;
  color: #16baaa;
}
.body-Index-index .thirdScreen .main .text p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
.body-Index-index .flow .main {
  width: 1200px;
  margin: auto;
}
.body-Index-index .flow .main h2 {
  padding: 70px 0 20px 0;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
.body-Index-index .flow .main h5 {
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #aaaaaa;
}
.body-Index-index .flow .main .icons {
  margin: 50px auto 60px auto;
}
.body-Index-index .flow .main .icons ul {
  display: flex;
  justify-content: space-between;
}
.body-Index-index .flow .main .icons ul li.block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.body-Index-index .flow .main .icons ul li.block .icon {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #666666;
  border-radius: 50%;
  background: #ffffff;
}
.body-Index-index .flow .main .icons ul li.block .icon i {
  font-size: 56px;
  color: #ffb800;
  transition: all 1s ease;
}
.body-Index-index .flow .main .icons ul li.block .icon:hover i {
  transform: rotate(360deg);
}
.body-Index-index .flow .main .icons ul li.block strong {
  margin: 20px auto 10px auto;
  font-size: 18px;
  color: #16baaa;
}
.body-Index-index .flow .main .icons ul li.block span {
  font-size: 16px;
  text-align: center;
}
.body-Index-index .flow .main .icons ul li.arrow {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.body-Index-index .flow .main .icons ul li.arrow .icon {
  margin-top: 50px;
}
.body-Index-index .flow .main .icons ul li.arrow .icon i {
  font-size: 26px;
  color: #aaaaaa;
}
.body-Index-index .flow .main .faq .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.body-Index-index .flow .main .faq .title a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
}
.body-Index-index .flow .main .faq .title a i {
  font-size: 12px;
}
.body-Index-index .flow .main .faq .title a:hover {
  color: #16baaa;
}
.body-Index-index .flow .main .faq ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.body-Index-index .flow .main .faq ul li {
  width: 33%;
  margin-top: 25px;
}
.body-Index-index .flow .main .faq ul li a:hover {
  color: #16baaa;
}
.formWin {
  width: 300px;
  padding: 10px;
}
.formWin .form ul li {
  background: #fafafa;
  box-shadow: #33333317 1px 1px 2px 0px;
  margin-top: 25px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0;
}
.formWin .form ul li:first-child {
  margin-top: 5px;
}
.formWin .form ul li i {
  display: block;
  font-size: 24px;
  margin: 0 10px 0 15px;
  color: #c2c2c2;
}
.formWin .form ul li input[type=text],
.formWin .form ul li input[type=password] {
  display: block;
  border: 0;
  background: #fafafa;
  font-size: 18px;
  margin-right: 10px;
  width: 50px;
  flex: 1;
}
.formWin .form ul li a {
  display: block;
  margin-right: 15px;
}
.formWin .form ul li.password a {
  color: #aaaaaa;
}
.formWin .form ul li.code a {
  color: #1e9fff;
  cursor: pointer;
}
.formWin .form ul li.code a.sending {
  color: #aaaaaa;
  cursor: default;
}
.formWin .form ul li button {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.page-Tutorial .main {
  width: 1200px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-Tutorial .main .QAList {
  flex: 1;
  min-height: 500px;
}
.page-Tutorial .main .QAList .title {
  font-size: 20px;
  text-align: left;
  margin: 30px 0 10px 0;
  padding-bottom: 10px;
  color: #888888;
}
.page-Tutorial .main .QAList ul>a {
  position: absolute;
  margin-top: -200px;
}
.page-Tutorial .main .QAList ul li {
  margin-bottom: 20px;
}
.page-Tutorial .main .QAList ul li .question {
  font-size: 18px;
  font-weight: bold;
  background: #f7f7f7;
  padding: 15px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-Tutorial .main .QAList ul li .question i {
  color: #acacac;
  transition: all .3s ease;
}
.page-Tutorial .main .QAList ul li .question i.show {
  transform: rotate(-180deg);
}
.page-Tutorial .main .QAList ul li .question:hover {
  color: #16baaa;
  background: #eeeeee;
}
.page-Tutorial .main .QAList ul li .answer {
  margin-top: 20px;
  display: none;
  text-align: justify;
  padding: 0 20px 0 20px;
  line-height: 1.7;
  overflow: hidden;
}
.page-Tutorial .main .QAList ul li .answer strong {
  font-size: 18px;
}
.page-About .main {
  width: 1200px;
  margin: 10px auto 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-About .main .cates {
  background: #f7f7f7;
  width: 180px;
  padding: 20px;
  border-radius: 8px;
  margin-right: 30px;
}
.page-About .main .cates h3 {
  font-size: 20px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  margin: 5px 0 20px 0;
  text-align: center;
  color: #333333;
}
.page-About .main .cates ul li {
  height: 32px;
  display: table;
  padding: 0 10px;
  margin: 15px auto 0 auto;
}
.page-About .main .cates ul li a {
  font-size: 16px;
}
.page-About .main .cates ul li a:hover {
  color: #16baaa;
}
.page-About .main .cates ul li.this a {
  color: #16baaa;
  font-weight: bold;
}
.page-About .main .article {
  flex: 1;
  min-height: 500px;
}
.page-About .main .article h3 {
  text-align: center;
  font-size: 28px;
  margin: 10px 0 30px 0;
}
.page-About .main .article .content {
  line-height: 2;
  padding-right: 20px;
  text-align: justify;
}
.page-About .main .article .content p {
  text-indent: 2em;
  margin-bottom: 10px;
}
.body-Notice-view .title {
  margin: 20px auto;
  border-bottom: 1px solid #e2e2e2;
  width: 1200px;
}
.body-Notice-view .title h2 {
  padding: 30px 0 20px 0;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
.body-Notice-view .title h5 {
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #aaaaaa;
}
.body-Notice-view .content {
  width: 1200px;
  margin: 10px auto 80px auto;
  line-height: 1.7;
  min-height: 400px;
}
.body-Notice-view .content p {
  text-indent: 2em;
}
.pageTitle {
  height: 240px;
  margin: auto;
  width: 1200px;
  border-radius: 10px;
}
.pageTitle h2 {
  padding: 40px 0 20px 0;
  color: #ffffff;
  font-size: 42px;
  text-align: center;
  letter-spacing: 5px;
  font-weight: bolder;
  text-shadow: 2px 2px rgba(0,0,0,0.2);
  transform: skewX(-5deg);
}
.pageTitle h5 {
  padding: 0 0 30px 0;
  color: #f7f7f7;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
.breadBar ul {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.breadBar ul li {
  margin-right: 8px;
  color: #888888;
  cursor: default;
}
.breadBar ul li.text i {
  margin-right: 5px;
}
.breadBar ul li a {
  color: #23292e;
  cursor: pointer;
}
.breadBar ul li a:hover {
  color: #16baaa;
}
.noticesList {
  width: 1200px;
  min-width: 1200px;
  margin: auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.noticesList li {
  width: 49%;
  box-shadow: #33333317 1px 1px 2px 0px;
  background: #f7f7f7;
  border-radius: 8px;
  margin-bottom: 25px;
  height: 114px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease;
}
.noticesList li:hover {
  transform: translateY(-6px);
}
.noticesList li .date {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin: 12px;
  min-width: 60px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
}
.noticesList li .date i {
  height: 45px;
  background: #16baaa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.noticesList li .date span {
  height: 45px;
  background: #ffb800;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noticesList li .content {
  margin-right: 20px;
  position: relative;
}
.noticesList li .content .title {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 450px;
}
.noticesList li .content .brief {
  text-align: justify;
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.5;
  max-height: 45px;
  overflow: hidden;
}
.noticesList li .content a {
  position: absolute;
  right: 0;
  bottom: -5px;
  font-size: 14px;
  color: #16baaa;
}
.noticesList li .content a i {
  font-size: 12px;
}
.queryPackage .main {
  width: 1200px;
  margin: 20px auto;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: #33333317 1px 1px 2px 0px;
}
.queryPackage .main .head {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
}
.queryPackage .main .head .number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
.queryPackage .main .head .number i {
  color: #16baaa;
  font-weight: normal;
}
.queryPackage .main .head .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.queryPackage .main .head .address i {
  margin: 0 10px;
  color: #666666;
}
.queryPackage .main .head .address em {
  font-weight: normal;
}
.queryPackage .main .notip {
  text-align: center;
  padding: 50px 0;
  color: #666666;
  font-size: 18px;
}
.queryPackage .main .notip i {
  color: #aaaaaa;
  font-size: 48px;
  display: block;
  margin-bottom: 20px;
}
.queryPackage .main .records {
  min-height: 550px;
}
.queryPackage .main .records .title {
  margin-left: 20px;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
.queryPackage .main .records ul {
  margin-left: 80px;
  position: relative;
  padding-bottom: 30px;
}
.queryPackage .main .records ul::before {
  content: ' ';
  border-right: 1px dashed #666666;
  height: calc(90%);
  box-sizing: border-box;
  position: absolute;
  margin-top: 6px;
  margin-left: -20px;
}
.queryPackage .main .records ul li {
  margin-bottom: 30px;
  position: relative;
}
.queryPackage .main .records ul li i {
  margin-right: 20px;
  color: #666666;
}
.queryPackage .main .records ul li span {
  display: block;
  margin-top: 10px;
  max-width: 900px;
}
.queryPackage .main .records ul li::before {
  content: ' ';
  display: block;
  width: 13px;
  height: 13px;
  background: #666666;
  border-radius: 50%;
  position: absolute;
  margin-top: 4px;
  margin-left: -26px;
}
.queryPackage .main .records ul li:first-child i {
  font-weight: bold;
  color: #16baaa;
}
.queryPackage .main .records ul li:first-child span {
  font-weight: bold;
  color: #16baaa;
}
.queryPackage .main .records ul li:first-child::before {
  background: #16baaa;
}
.pageDiv {
  max-width: 1200px;
  padding: 20px 0;
  margin: auto;
}
.pageDiv .page {
  display: table;
  margin: auto;
}
.pageDiv .page a {
  padding: 6px 15px;
  background: #eeeeee;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.pageDiv .page a:hover {
  background: #dddddd;
}
.pageDiv .page a.current {
  background: #16baaa;
  color: #ffffff;
  cursor: default;
}
.pageDiv .page a:last-child {
  margin-right: 0;
}
.pageDiv .page .info {
  color: #aaaaaa;
  margin-left: 30px;
}
.serviceWin {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.serviceWin .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-right: 1px solid #e2e2e2;
}
.serviceWin .icon i {
  font-size: 70px;
  color: #16baaa;
}
.serviceWin .info {
  flex: 1;
  margin-left: 30px;
  margin-right: 30px;
}
.serviceWin .info .item {
  margin-top: 20px;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.serviceWin .info .item i {
  font-size: 18px;
  margin-right: 10px;
}
.serviceWin .info .item.phone i {
  color: #1e9fff;
}
.serviceWin .info .item.line i {
  color: #16b777;
}
.serviceWin .info .item button {
  margin-left: 10px;
  cursor: pointer;
}
.page404 {
  background: #ffffff;
  display: flex;
}
.page404 .main {
  width: 1200px;
  margin: 30px auto 0 auto;
  background: #f7f7f7;
  border-radius: 10px;
  height: 500px;
  text-align: center;
}
.page404 .main img {
  margin-top: 50px;
}
.page404 .main h3 {
  font-size: 18px;
}
.page404 .main a.button {
  margin-right: 20px;
  background: #16b777;
  border: 0;
  height: 40px;
  line-height: 38px;
  margin: 30px auto;
  border-radius: 15px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px;
  cursor: pointer;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.page404 .main a.button i {
  margin-right: 3px;
}
.page404 .main a.button.login {
  border: 1px solid #ffffff;
}
.page404 .main a.button.login:hover {
  background: #ffb800;
  border-color: #ffb800;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .isMobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none !important;
  }
  body {
    background-size: auto 60vw;
  }
  body,
  html {
    font-size: 4.5vw;
  }
  .isPc {
    display: none !important;
  }
  .but {
    background: #16baaa;
    border: 0;
    height: 10vw;
    padding: 0 4vw;
    border-radius: 1vw;
    font-size: 4vw;
  }
  .but i {
    margin-right: 2vw;
    font-size: 4vw;
  }
  .headerDiv {
    height: 15vw;
  }
  .headerDiv .container {
    height: 15vw;
  }
  .headerDiv .container .main {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 15vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headerDiv .container .main .home,
  .headerDiv .container .main .menu {
    height: 15vw;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerDiv .container .main .home i,
  .headerDiv .container .main .menu i {
    font-size: 7.5vw;
    color: #fff;
  }
  .headerDiv .container .main .logo {
    width: 40vw;
    height: 11vw;
    margin: auto;
  }
  .headerDiv .container .main .logo a {
    display: block;
    width: 100%;
    height: 100%;
    transition: none;
    background-position: top center;
  }
  .headerDiv .container .main .inquiryBar {
    display: none;
  }
  .headerDiv .container .main .linksMask {
    position: fixed;
    height: 100vh;
    width: 50vw;
    left: -100%;
    top: 0;
    background: #00000031;
    transition: all 1s ease;
    opacity: 0;
  }
  .headerDiv .container .main .linksMask.show {
    left: 0;
    opacity: 1;
  }
  .headerDiv .container .main .links {
    padding-top: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100vh;
    width: 50vw;
    background: #ffffffee;
    z-index: 888;
    transition: all 1s ease;
    opacity: 0;
  }
  .headerDiv .container .main .links .title {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 8vw;
  }
  .headerDiv .container .main .links li {
    padding: 0 2vw;
    height: 8vw;
    line-height: 8vw;
    text-align: center;
    margin-bottom: 7vw;
    border-right: 0;
  }
  .headerDiv .container .main .links li a {
    color: #23292e !important;
  }
  .headerDiv .container .main .links li:last-child {
    border: 0;
    padding-right: 2vw;
  }
  .headerDiv .container .main .links li.this {
    border-bottom: 1vw solid #16baaa;
  }
  .headerDiv .container .main .links li.this a {
    color: #16baaa;
    font-weight: bold;
  }
  .headerDiv .container .main .links.show {
    right: 0;
    opacity: 1;
  }
  .headerDiv .container .main .links .loginButs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .headerDiv .container .main .links .loginButs button {
    color: #16baaa !important;
    border-color: #16baaa !important;
    margin-right: 0;
    background: transparent;
    border: 0;
    height: 10vw;
    line-height: 10vw;
    border-radius: 5vw;
    font-size: 4vw;
    padding: 0 5vw;
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .headerDiv .container .main .links .loginButs button i {
    margin-right: 3px;
  }
  .headerDiv .container .main .links .loginButs button.login {
    border: 1px solid #ffffff;
  }
  .headerDiv .container .main .links .loginButs button.login:hover {
    background: #ffb800;
    border-color: #ffb800;
    color: #ffffff;
  }
  .headerDiv .container.floating {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background: #ffffff;
    box-shadow: 0 1px 2px #bbbbbb91;
  }
  .headerDiv .container.floating .main .logo a {
    background-position: 0 100%;
  }
  .headerDiv .container.floating .home,
  .headerDiv .container.floating .menu {
    height: 15vw;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerDiv .container.floating .home i,
  .headerDiv .container.floating .menu i {
    font-size: 7.5vw;
    color: #333333;
  }
  .headerDiv .container.floating .cursor {
    background: #16baaa;
  }
  .headerDiv .container.floating .links li a {
    color: #333333;
  }
  .headerDiv .container.floating .links li.this a {
    color: #16baaa !important;
  }
  .headerDiv .container.floating .links li.hover a {
    color: #16baaa !important;
  }
  .headerDiv .container.floating .links .loginButs {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-content: flex-start;
  }
  .headerDiv .container.floating .links .loginButs button {
    color: #16baaa;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .headerDiv .container.floating .links .loginButs button i {
    margin-right: 3px;
  }
  .headerDiv .container.floating .links .loginButs button.login {
    border: 1px solid #16baaa;
  }
  .headerDiv .container.floating .links .loginButs button.login:hover {
    background: #16baaa;
    border-color: #16baaa;
    color: #ffffff;
  }
  .footerDiv {
    margin-top: 5vw;
  }
  .footerDiv .main {
    width: 100vw;
    font-size: 4vw;
  }
  .footerDiv .main .container {
    flex-direction: column;
    padding: 5vw;
    width: 100%;
    color: #d2d2d2;
  }
  .footerDiv .main .container .info {
    flex: 1;
    margin-left: 0;
  }
  .footerDiv .main .container .info h4 {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  .footerDiv .main .container .info p {
    font-size: 3.7vw;
    line-height: 2;
  }
  .footerDiv .main .container .links {
    width: 100%;
  }
  .footerDiv .main .container .links h4 {
    font-size: 18px;
    margin: 5vw 0 2vw 0;
  }
  .footerDiv .main .container .links ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footerDiv .main .container .links ul li {
    width: 30vw;
    font-size: 4vw;
    padding: 0;
  }
  .footerDiv .main .container .links ul li::before {
    display: none;
  }
  .footerDiv .main .container .links .copyright {
    color: #e2e2e2;
  }
  .footerDiv .main .copyright {
    text-align: center;
    margin-left: 0;
    padding: 5vw 0;
    font-size: 3.2vw;
    border-top: 1px solid #666666;
  }
  .body-Index-index {
    background-size: auto 140vw !important;
  }
  .page-Index-index .firstScreen {
    height: 130vw;
  }
  .page-Index-index .firstScreen .main {
    width: 100vw;
    margin: auto;
    padding-top: 5vw;
    flex-direction: column;
  }
  .page-Index-index .firstScreen .main img {
    height: auto;
    width: 65vw;
    margin: 5vw auto;
  }
  .page-Index-index .firstScreen .main .text {
    width: 100vw;
    text-align: center;
    min-width: auto;
  }
  .page-Index-index .firstScreen .main .text h3 {
    font-size: 7vw;
    margin: 2vw 0 2vw 0;
  }
  .page-Index-index .firstScreen .main .text p {
    font-size: 5vw;
    line-height: 1.8;
  }
  .page-Index-index .firstScreen .main .text .but {
    background: #ffb800;
    margin-top: 3vw;
  }
  .page-Index-index .secondScreen .main {
    width: 100vw;
    margin: auto;
    padding: 5vw 0;
    flex-direction: column;
  }
  .page-Index-index .secondScreen .main img {
    height: auto;
    width: 65vw;
    margin: auto;
  }
  .page-Index-index .secondScreen .main .text {
    width: 90vw;
    margin: 5vw;
    text-align: center;
  }
  .page-Index-index .secondScreen .main .text h3 {
    font-size: 7vw;
  }
  .page-Index-index .secondScreen .main .text p {
    margin: 5vw 0;
    font-size: 4vw;
  }
  .page-Index-index .thirdScreen {
    background: #f9f9f9;
  }
  .page-Index-index .thirdScreen .main {
    width: 100vw;
    margin: auto;
    padding: 7vw 0;
    flex-direction: column;
  }
  .page-Index-index .thirdScreen .main img {
    height: auto;
    width: 65vw;
    margin: auto;
  }
  .page-Index-index .thirdScreen .main .text {
    width: 90vw;
    margin: 5vw;
    text-align: center;
  }
  .page-Index-index .thirdScreen .main .text h3 {
    font-size: 7vw;
  }
  .page-Index-index .thirdScreen .main .text p {
    margin: 5vw 0;
    font-size: 4vw;
  }
  .page-Index-index .flow .main {
    width: 100vw;
    margin: auto;
    position: relative;
    margin-bottom: -8vw;
  }
  .page-Index-index .flow .main h2 {
    padding: 8vw 0 2vw 0;
    font-size: 7vw;
  }
  .page-Index-index .flow .main h5 {
    margin: 0 auto 5vw auto;
    font-size: 4vw;
  }
  .page-Index-index .flow .main .icons {
    margin: 10vw 10vw 5vw 10vw;
  }
  .page-Index-index .flow .main .icons ul {
    flex-wrap: wrap;
  }
  .page-Index-index .flow .main .icons ul li.block {
    width: 30vw;
  }
  .page-Index-index .flow .main .icons ul li.block .icon {
    width: 22vw;
    height: 22vw;
    border-width: .7vw;
  }
  .page-Index-index .flow .main .icons ul li.block .icon i {
    font-size: 10vw;
  }
  .page-Index-index .flow .main .icons ul li.block strong {
    margin: 20px auto 10px auto;
    font-size: 4vw;
  }
  .page-Index-index .flow .main .icons ul li.block span {
    height: 20vw;
    font-size: 3.5vw;
  }
  .page-Index-index .flow .main .icons ul li.arrow {
    width: 15vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .page-Index-index .flow .main .icons ul li.arrow .icon {
    margin-top: 8vw;
  }
  .page-Index-index .flow .main .icons ul li.arrow .icon i {
    font-size: 26px;
    color: #aaaaaa;
  }
  .page-Index-index .flow .main .icons ul li:nth-child(4) {
    display: none;
  }
  .page-Index-index .flow .main .faq {
    margin: 5vw;
  }
  .page-Index-index .flow .main .faq .title {
    font-size: 5vw;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
  }
  .page-Index-index .flow .main .faq .title a {
    font-size: 4vw;
  }
  .page-Index-index .flow .main .faq .title a i {
    font-size: 4vw;
  }
  .page-Index-index .flow .main .faq ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10vw;
  }
  .page-Index-index .flow .main .faq ul li {
    width: 100%;
    margin-top: 4vw;
  }
  .page-Index-index .flow .main .faq ul li a {
    font-size: 4vw;
  }
  .page-Index-index .flow .main .faq ul li a i {
    font-size: 4vw;
  }
  .noticesList {
    width: 100vw;
    min-width: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .noticesList li {
    width: 94vw;
    height: 25vw;
    border-radius: 1vw;
    margin: 0 0 3vw 3vw;
  }
  .noticesList li .date {
    margin: 0;
    min-width: 15vw;
    height: 25vw;
    border-radius: 1vw 0 0 1vw;
  }
  .noticesList li .date i {
    height: 12.5vw;
    font-size: 6vw;
  }
  .noticesList li .date span {
    height: 12.5vw;
  }
  .noticesList li .content {
    margin: 0 3vw 0 3vw;
    position: relative;
    flex: 1;
  }
  .noticesList li .content .title {
    font-size: 5vw;
    text-align: left;
    width: 70vw;
  }
  .noticesList li .content .brief {
    font-size: 3.5vw;
    height: 10vw;
    margin-right: 3vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .noticesList li .content a {
    display: none;
  }
  .page-Notice-view .title {
    margin: 3vw auto;
    width: 100vw;
  }
  .page-Notice-view .title h2 {
    padding: 4vw 5vw 4vw 5vw;
    font-size: 6vw;
    font-weight: bold;
  }
  .page-Notice-view .title h5 {
    padding: 0 0 3vw 0;
    font-size: 4vw;
  }
  .page-Notice-view .content {
    width: 90vw;
    margin: auto auto 5vw 5vw;
    min-height: 60vh;
  }
  .page-Tutorial .main {
    width: 100vw;
    margin: 0 auto 3vw auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .page-Tutorial .main .cates {
    width: 100vw;
    padding: 0 0;
    border-radius: 1vw;
    margin: 0;
    background: none;
  }
  .page-Tutorial .main .cates h3 {
    display: none;
  }
  .page-Tutorial .main .cates ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 3vw;
    flex-wrap: wrap;
  }
  .page-Tutorial .main .cates ul li {
    width: 33vw;
    height: 8vw;
    padding: 2vw 0vw;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
    border-radius: 2vw;
    background: #eeeeee;
  }
  .page-Tutorial .main .cates ul li a {
    font-size: 4vw;
  }
  .page-Tutorial .main .cates ul li a i {
    font-size: 4vw;
    margin-right: 1vw;
  }
  .page-Tutorial .main .cates ul li.this {
    background: #16baaa;
    color: #ffffff;
  }
  .page-Tutorial .main .cates ul li.this a {
    color: #ffffff;
  }
  .page-Tutorial .main .cates ul li.this a i {
    color: #ffffff;
  }
  .page-Tutorial .main .article {
    min-height: 50vh;
    margin: 0 5vw;
  }
  .page-Tutorial .main .article .title {
    font-size: 5vw;
    margin: 4vw 0;
    padding-bottom: 3vw;
  }
  .page-Tutorial .main .article .content {
    padding-right: 0;
  }
  .page-Tutorial .main .QAList {
    min-height: 50vh;
    margin: 0 5vw;
  }
  .page-Tutorial .main .QAList .title {
    font-size: 5vw;
    margin: 4vw 0;
    padding-bottom: 3vw;
  }
  .page-Tutorial .main .QAList ul li {
    margin-bottom: 5vw;
  }
  .page-Tutorial .main .QAList ul li .question {
    font-size: 4.5vw;
    padding: 3vw 4vw;
    border-radius: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-Tutorial .main .QAList ul li .answer {
    font-size: 4.5vw;
    text-align: justify;
    padding: 0 4vw 0 4vw;
  }
  .page-Tutorial .main .QAList ul li .answer.show {
    padding-top: 4vw;
  }
  .page-Tutorial .main .QAList ul li .answer strong {
    font-size: 4.5vw;
  }
  .page-About .main {
    width: 100vw;
    margin: 0 auto 3vw auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .page-About .main .cates {
    width: 100vw;
    padding: 0 0;
    border-radius: 1vw;
    margin: 0;
    background: none;
  }
  .page-About .main .cates h3 {
    display: none;
  }
  .page-About .main .cates ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 3vw;
    flex-wrap: wrap;
    border-bottom: 1px solid #e2e2e2;
  }
  .page-About .main .cates ul li {
    width: 28vw;
    height: 8vw;
    padding: 2vw 0vw;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
    border-radius: 2vw;
    margin-bottom: 3vw;
    background: #eeeeee;
  }
  .page-About .main .cates ul li a {
    font-size: 4vw;
  }
  .page-About .main .cates ul li a i {
    font-size: 4vw;
    margin-right: 1vw;
  }
  .page-About .main .cates ul li.this {
    background: #16baaa;
    color: #ffffff;
  }
  .page-About .main .cates ul li.this a {
    color: #ffffff;
  }
  .page-About .main .cates ul li.this a i {
    color: #ffffff;
  }
  .page-About .main .article {
    min-height: 50vh;
    margin: 0 5vw;
  }
  .page-About .main .article .title {
    font-size: 5vw;
    margin: 4vw 0;
    padding-bottom: 3vw;
  }
  .page-About .main .article .content {
    padding-right: 0;
  }
  .pageTitle {
    width: 100vw;
    margin: 4vw auto;
    border-radius: 1vw;
    height: 42vw;
  }
  .pageTitle h2 {
    padding: 6vw 0 2vw 0;
    font-size: 7vw;
  }
  .pageTitle h5 {
    padding: 0 0 6vw 0;
    font-size: 4vw;
  }
  .pageDiv {
    max-width: 100vw;
    padding: 5vw 0 3vw 0;
  }
  .pageDiv .page {
    display: table;
    margin: auto;
  }
  .pageDiv .page a {
    padding: 2vw 3vw;
    margin-right: 2vw;
    border-radius: 1vw;
    font-size: 4vw;
  }
  .pageDiv .page a:last-child {
    margin-right: 0;
  }
  .pageDiv .page .info {
    display: none;
  }
  .serviceWin {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80vw;
  }
  .serviceWin .icon {
    display: none;
  }
  .serviceWin .info {
    flex: 1;
    margin: 3vw 0 3vw 3vw;
  }
  .serviceWin .info .item {
    margin-top: 5vw;
    font-size: 4.5vw;
    text-align: center;
  }
  .serviceWin .info .item i {
    font-size: 4.5vw;
    margin-right: 3vw;
  }
}
