@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;
}
img[data-href] {
  cursor: pointer;
}
.flex-left-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-between-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-top {
  display: flex;
  justify-content: center;
}
.flex-between-top {
  display: flex;
  justify-content: space-between;
}
.flex-center-between {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.flex-left-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.text-justify {
  text-align: justify;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.but {
  background: #16baaa;
  border: 0;
  height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
}
.but i {
  margin-right: 5px;
  font-size: 16px;
}
.but.sm {
  height: 30px;
  padding: 0 10px;
}
.headerDiv {
  background: #fafafa;
}
.headerDiv .main {
  width: 1200px;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
}
.headerDiv .main .logo {
  width: 150px;
}
.headerDiv .main .logo img {
  width: 150px;
  height: 58px;
}
.headerDiv .main .inquiryBar {
  flex: 1;
  padding-left: 40px;
}
.headerDiv .main .inquiryBar input {
  width: 360px;
  height: 40px;
  padding-left: 20px;
  border: 0;
  border-radius: 8px;
  background: #eeeeee;
}
.headerDiv .main .inquiryBar button {
  margin-left: 10px;
  cursor: pointer;
}
.headerDiv .main .links {
  display: flex;
}
.headerDiv .main .links li {
  padding: 0 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
.headerDiv .main .links li a:hover {
  color: #ff5722;
}
.headerDiv .main .links li:last-child {
  border: 0;
  padding-right: 0;
}
.headerDiv .main .links li.this a {
  color: #16baaa;
  font-weight: bold;
}
.footerDiv {
  width: 100%;
  background: #23292e;
  color: #fafafa;
  min-width: 1200px;
  margin-top: 30px;
}
.footerDiv .main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  font-size: 14px;
}
.footerDiv .main .links {
  flex: 1;
  height: 100px;
}
.footerDiv .main .links ul {
  height: 40px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.footerDiv .main .links ul li {
  padding: 0 20px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-right: 1px solid #c2c2c2;
}
.footerDiv .main .links ul li a {
  color: #fafafa;
}
.footerDiv .main .links ul li a:hover {
  color: #16baaa;
}
.footerDiv .main .links ul li:last-child {
  border: 0;
}
.footerDiv .main .links ul li:first-child {
  padding-left: 0;
}
.footerDiv .main .links .copyright {
  color: #e2e2e2;
}
.footerDiv .main .icons {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.footerDiv .main .icons ul {
  display: flex;
}
.footerDiv .main .icons ul li {
  margin-left: 50px;
}
.footerDiv .main .icons ul li:first-child {
  margin-left: 0;
}
.footerDiv .main .icons ul li a {
  color: #ffffff;
}
.footerDiv .main .icons ul li a i {
  margin-right: 5px;
}
.footerDiv .main .icons ul li a:hover {
  color: #16baaa;
}
.page-Index-index .indexImg {
  width: 100%;
  height: 600px;
  min-width: 1200px;
  position: relative;
}
.page-Index-index .indexImg .bgImags {
  position: absolute;
  z-index: 1;
}
.page-Index-index .indexImg .bgImags li {
  position: absolute;
  transition: all 1s ease;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  min-width: 1200px;
  height: 600px;
}
.page-Index-index .indexImg .bgImags li.this {
  opacity: 1;
}
.page-Index-index .indexImg .arrows {
  width: 100%;
  height: 600px;
  min-width: 1200px;
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-Index-index .indexImg .arrows span {
  z-index: 3;
  display: block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all .5s ease;
  cursor: pointer;
}
.page-Index-index .indexImg .arrows span:hover {
  background: #ffffff83;
}
.page-Index-index .indexImg .arrows span:hover i {
  color: #16baaa;
}
.page-Index-index .indexImg .arrows span.left {
  margin-left: 20px;
}
.page-Index-index .indexImg .arrows span.right {
  margin-right: 20px;
}
.page-Index-index .indexImg .arrows span i {
  font-size: 24px;
  transition: all .5s ease;
  cursor: pointer;
}
.page-Index-index .indexImg .main {
  width: 1200px;
  height: 600px;
  margin: auto;
  position: relative;
}
.page-Index-index .indexImg .main .login {
  background: #ffffffb7;
  width: 420px;
  height: 425px;
  position: absolute;
  z-index: 3;
  top: 80px;
  right: 50px;
  border-radius: 10px;
  box-shadow: #33333317 1px 1px 2px 0px;
  box-sizing: border-box;
  padding: 20px 30px;
}
.page-Index-index .indexImg .main .login .loginType ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-Index-index .indexImg .main .login .loginType ul li {
  border-bottom: 4px solid transparent;
  margin-right: 25px;
  line-height: 30px;
  padding: 0 2px;
  cursor: pointer;
  transition: all .3s ease;
}
.page-Index-index .indexImg .main .login .loginType ul li.this {
  border-color: #16baaa;
  color: #16baaa;
}
.page-Index-index .indexImg .main .login .form ul li {
  background: #ffffff;
  box-shadow: #33333317 1px 1px 2px 0px;
  margin-top: 25px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0;
}
.page-Index-index .indexImg .main .login .form ul li i {
  display: block;
  font-size: 24px;
  margin: 0 10px 0 15px;
  color: #c2c2c2;
}
.page-Index-index .indexImg .main .login .form ul li input[type=text],
.page-Index-index .indexImg .main .login .form ul li input[type=password] {
  display: block;
  border: 0;
  background: #ffffff;
  font-size: 18px;
  margin-right: 10px;
  width: 50px;
  flex: 1;
}
.page-Index-index .indexImg .main .login .form ul li a {
  display: block;
  margin-right: 15px;
}
.page-Index-index .indexImg .main .login .form ul li.password a {
  color: #aaaaaa;
}
.page-Index-index .indexImg .main .login .form ul li.code a {
  color: #31bdec;
  cursor: pointer;
}
.page-Index-index .indexImg .main .login .form ul li.code a.sending {
  color: #aaaaaa;
  cursor: default;
}
.page-Index-index .indexImg .main .login .form ul li button {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.page-Index-index .indexImg .main .login .links {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.page-Index-index .indexImg .main .login .links .reg {
  color: #16baaa;
  font-weight: bold;
}
.page-Index-index .indexImg .main .login .links .msgLogin {
  color: #aaaaaa;
}
.page-Index-index .indexImg .main .login .thirdParty {
  border-top: 1px solid #e2e2e2;
}
.page-Index-index .indexImg .main .login .thirdParty ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.page-Index-index .indexImg .main .login .thirdParty ul li {
  border-radius: 5px;
  padding: 8px 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #fff;
}
.page-Index-index .indexImg .main .login .thirdParty ul li.facebook {
  background: #3f63ab;
}
.page-Index-index .indexImg .main .login .thirdParty ul li.line {
  background: #00bb00;
}
.page-Index-index .indexImg .main .login .thirdParty ul li i {
  margin-right: 5px;
}
.page-Index-index .flow {
  background-color: #f7f7f7;
}
.page-Index-index .flow .main {
  width: 1200px;
  margin: auto;
}
.page-Index-index .flow .main h2 {
  padding: 50px 0 20px 0;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
.page-Index-index .flow .main h5 {
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #aaaaaa;
}
.page-Index-index .flow .main .icons {
  margin: 50px auto 60px auto;
}
.page-Index-index .flow .main .icons ul {
  display: flex;
  justify-content: space-between;
}
.page-Index-index .flow .main .icons ul li.block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-Index-index .flow .main .icons ul li.block .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #23292e;
  border-radius: 50%;
  background: #ffffff;
}
.page-Index-index .flow .main .icons ul li.block .icon i {
  font-size: 56px;
  color: #16baaa;
  transition: all 1s ease;
}
.page-Index-index .flow .main .icons ul li.block .icon:hover i {
  transform: rotate(360deg);
}
.page-Index-index .flow .main .icons ul li.block strong {
  margin: 20px auto 10px auto;
  font-size: 18px;
}
.page-Index-index .flow .main .icons ul li.block span {
  font-size: 16px;
  text-align: center;
}
.page-Index-index .flow .main .icons ul li.arrow {
  width: 100px;
  display: flex;
  justify-content: center;
}
.page-Index-index .flow .main .icons ul li.arrow .icon {
  margin-top: 50px;
}
.page-Index-index .flow .main .icons ul li.arrow .icon i {
  font-size: 26px;
  color: #aaaaaa;
}
.page-Index-index .flow .main .faq .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.page-Index-index .flow .main .faq .title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: normal;
}
.page-Index-index .flow .main .faq .title a i {
  font-size: 12px;
}
.page-Index-index .flow .main .faq .title a:hover {
  color: #16baaa;
}
.page-Index-index .flow .main .faq ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.page-Index-index .flow .main .faq ul li {
  width: 33%;
  margin-top: 25px;
}
.page-Index-index .flow .main .faq ul li a:hover {
  color: #16baaa;
}
.page-Index-index .notices .main {
  width: 1200px;
  margin: auto;
  position: relative;
}
.page-Index-index .notices .main h2 {
  padding: 50px 0 20px 0;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
.page-Index-index .notices .main h5 {
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #aaaaaa;
}
.page-Index-index .notices .main .toMore {
  padding: 30px 0 50px 0;
  text-align: center;
}
.page-Index-index .notices .main .toMore a {
  color: #aaaaaa;
}
.page-Index-index .notices .main .toMore a i {
  font-size: 14px;
}
.page-Index-index .notices .main .toMore 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;
  align-items: center;
  justify-content: flex-start;
  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: #31bdec;
  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;
}
.page-Tutorial .main .cates {
  background: #f7f7f7;
  width: 180px;
  padding: 20px;
  border-radius: 8px;
  margin-right: 30px;
}
.page-Tutorial .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-Tutorial .main .cates ul li {
  height: 32px;
  display: table;
  padding: 0 10px;
  margin: 15px auto 0 auto;
}
.page-Tutorial .main .cates ul li a {
  font-size: 18px;
}
.page-Tutorial .main .cates ul li a i {
  font-size: 18px;
  color: #666666;
  margin-right: 5px;
}
.page-Tutorial .main .cates ul li a:hover {
  color: #16baaa;
}
.page-Tutorial .main .cates ul li a:hover i {
  color: #16baaa;
}
.page-Tutorial .main .cates ul li.this a {
  color: #16baaa;
  font-weight: bold;
}
.page-Tutorial .main .cates ul li.this a i {
  color: #16baaa;
}
.page-Tutorial .main .article {
  flex: 1;
  min-height: 500px;
}
.page-Tutorial .main .article .title {
  font-size: 24px;
  text-align: left;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
}
.page-Tutorial .main .article .content {
  line-height: 1.7;
  padding-right: 30px;
  text-align: justify;
}
.page-Tutorial .main .article .content p {
  text-indent: 2em;
}
.page-Tutorial .main .QAList {
  flex: 1;
  min-height: 500px;
}
.page-Tutorial .main .QAList .title {
  font-size: 24px;
  text-align: left;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
}
.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;
  align-items: center;
  justify-content: space-between;
}
.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 {
  text-align: justify;
  padding: 20px 20px 0 21px;
  line-height: 1.7;
  display: none;
}
.page-Tutorial .main .QAList ul li .answer strong {
  font-size: 18px;
}
.page-Tutorial .main .QAList ul li .answer p {
  margin: 0;
}
.page-About .main {
  width: 1200px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-between;
}
.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 .content {
  line-height: 1.7;
  padding-right: 20px;
  text-align: justify;
}
.page-About .main .article .content p {
  text-indent: 2em;
}
.page-Notice-view .title {
  margin: 20px auto;
  border-bottom: 1px solid #e2e2e2;
  width: 1200px;
}
.page-Notice-view .title h2 {
  padding: 30px 0 20px 0;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
.page-Notice-view .title h5 {
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #aaaaaa;
}
.page-Notice-view .content {
  width: 1200px;
  margin: auto auto 80px auto;
  line-height: 1.7;
  min-height: 400px;
}
.page-Notice-view .content p {
  text-indent: 2em;
}
.pageTitle {
  background: #f7f7f7;
  margin: 20px auto;
  background: url('/static/home/css/imgs/pageTitleBg.png');
  width: 1200px;
  border-radius: 10px;
}
.pageTitle h2 {
  padding: 30px 0 20px 0;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
.pageTitle h5 {
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #aaaaaa;
}
.breadBar ul {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.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;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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;
  align-items: center;
  justify-content: space-between;
  transition: all .3s ease;
}
.noticesList li:hover {
  transform: translateY(-6px);
}
.noticesList li .date {
  display: flex;
  align-items: stretch;
  justify-content: center;
  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;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.noticesList li .date span {
  height: 45px;
  background: #23292e;
  display: flex;
  align-items: center;
  justify-content: 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;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 18px;
}
.queryPackage .main .head .number {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}
.queryPackage .main .head .number i {
  color: #16baaa;
  font-weight: normal;
}
.queryPackage .main .head .address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  align-items: center;
  justify-content: 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;
  align-items: center;
  justify-content: flex-start;
}
.serviceWin .info .item i {
  font-size: 18px;
  margin-right: 10px;
}
.serviceWin .info .item.phone i {
  color: #31bdec;
}
.serviceWin .info .item.line i {
  color: #16b777;
}
.serviceWin .info .item button {
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .isMobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  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 .main {
    position: fixed;
    z-index: 999;
    background: #fafafa;
    width: 100vw;
    height: 15vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headerDiv .main .home,
  .headerDiv .main .menu {
    height: 15vw;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerDiv .main .home i,
  .headerDiv .main .menu i {
    font-size: 7.5vw;
  }
  .headerDiv .main .logo {
    width: 26vw;
    justify-content: center;
  }
  .headerDiv .main .logo img {
    width: 23vw;
    height: 8.8vw;
    margin-top: 1.5vw;
  }
  .headerDiv .main .inquiryBar {
    display: none;
  }
  .headerDiv .main .linksMask {
    position: fixed;
    height: 100vh;
    width: 50vw;
    left: -100%;
    top: 0;
    background: #00000031;
    transition: all 1s ease;
    opacity: 0;
  }
  .headerDiv .main .linksMask.show {
    left: 0;
    opacity: 1;
  }
  .headerDiv .main .links {
    padding-top: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100vh;
    width: 50vw;
    background: #ffffffd1;
    z-index: 888;
    transition: all 1s ease;
    opacity: 0;
  }
  .headerDiv .main .links .title {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 5vw;
  }
  .headerDiv .main .links li {
    padding: 0 2vw;
    height: 8vw;
    line-height: 26px;
    text-align: center;
    margin-bottom: 5vw;
    border-right: 0;
  }
  .headerDiv .main .links li a:hover {
    color: #ff5722;
  }
  .headerDiv .main .links li:last-child {
    border: 0;
    padding-right: 2vw;
  }
  .headerDiv .main .links li.this {
    border-bottom: 1vw solid #16baaa;
  }
  .headerDiv .main .links li.this a {
    color: #16baaa;
    font-weight: bold;
  }
  .headerDiv .main .links.show {
    right: 0;
    opacity: 1;
  }
  .footerDiv {
    width: 100vw;
    min-width: auto;
    margin-top: 5vw;
  }
  .footerDiv .main {
    width: 100vw;
    margin: 0 auto;
    font-size: 3.5vw;
    display: flex;
    flex-direction: column;
  }
  .footerDiv .main .links {
    flex: 1;
    height: auto;
    padding: 0;
  }
  .footerDiv .main .links ul {
    height: auto;
    margin: 5vw 5vw 0 5vw;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footerDiv .main .links ul li {
    padding: 0 5vw;
    height: auto;
    line-height: 5vw;
    margin-bottom: 3vw;
  }
  .footerDiv .main .links ul li:nth-child(3) {
    border: 0;
  }
  .footerDiv .main .links ul li:last-child {
    border: 0;
  }
  .footerDiv .main .links ul li:first-child {
    padding-left: 0;
  }
  .footerDiv .main .links .copyright {
    display: block;
    text-align: center;
    width: 100vw;
    padding-bottom: 5vw;
  }
  .footerDiv .main .icons {
    display: none;
  }
  .page-Index-index .indexImg {
    width: 100vw;
    height: auto;
    min-width: none;
    position: relative;
    padding-bottom: 5vw;
    background: url('/static/home/css/imgs/mobile/loginBg.png?r=5');
    background-size: 100vw auto;
  }
  .page-Index-index .indexImg .bgImags {
    display: none;
  }
  .page-Index-index .indexImg .arrows {
    display: none;
  }
  .page-Index-index .indexImg .main {
    width: 100vw;
    height: auto;
    margin: 0;
    position: none;
    padding-top: 3vw;
  }
  .page-Index-index .indexImg .main .inquiryBar {
    margin: 0 3vw 3vw 3vw;
    padding: 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: #33333317 1px 1px 2px 0px;
    border-radius: 2vw;
  }
  .page-Index-index .indexImg .main .inquiryBar input {
    height: 10vw;
    padding: 0 0 0 4vw;
    flex: 1;
    margin-right: 2vw;
    width: 40vw;
    border: 0;
    border-radius: 1vw;
    background: #f7f7f7;
    font-size: 4vw;
  }
  .page-Index-index .indexImg .main .login {
    background: #ffffff;
    width: 94vw;
    height: auto;
    margin: 0 0 0 3vw;
    position: initial;
    top: none;
    right: none;
    border-radius: 2vw;
    padding: 3vw 4vw;
  }
  .page-Index-index .indexImg .main .login .loginType ul li {
    border-bottom-width: 1vw;
    margin-right: 5vw;
    line-height: 7vw;
    padding: 0;
    font-size: 4vw;
  }
  .page-Index-index .indexImg .main .login .form ul li {
    margin-top: 4vw;
    background: #f7f7f7;
    height: 12vw;
    border-radius: 1vw;
  }
  .page-Index-index .indexImg .main .login .form ul li i {
    font-size: 5vw;
    margin: 0 2vw 0 3vw;
  }
  .page-Index-index .indexImg .main .login .form ul li input[type=text],
  .page-Index-index .indexImg .main .login .form ul li input[type=password] {
    background: #f7f7f7;
    font-size: 4vw;
    margin-right: 4vw;
    width: 20vw;
    flex: 1;
  }
  .page-Index-index .indexImg .main .login .form ul li a {
    font-size: 4vw;
    margin-right: 3vw;
  }
  .page-Index-index .indexImg .main .login .form ul li button {
    height: 12vw;
    border-radius: 1vw;
  }
  .page-Index-index .indexImg .main .login .links {
    margin: 20px 0;
    font-size: 4vw;
  }
  .page-Index-index .indexImg .main .login .thirdParty ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3vw;
  }
  .page-Index-index .indexImg .main .login .thirdParty ul li {
    border-radius: 1vw;
    padding: 2vw 3.5vw;
    font-size: 3.5vw;
  }
  .page-Index-index .indexImg .main .login .thirdParty ul li i {
    margin-right: 1vw;
  }
  .page-Index-index .notices .main {
    width: 100vw;
    margin: auto;
    position: relative;
    padding-bottom: 5vw;
  }
  .page-Index-index .notices .main h2 {
    padding: 8vw 0 2vw 0;
    font-size: 7vw;
  }
  .page-Index-index .notices .main h5 {
    margin: 0 auto 5vw auto;
    font-size: 4vw;
  }
  .page-Index-index .notices .main .toMore {
    display: none;
  }
  .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;
  }
  .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;
    align-items: center;
    justify-content: space-between;
    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;
    align-items: center;
    justify-content: space-between;
    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;
    align-items: center;
    justify-content: flex-start;
    padding: 0 3vw;
    flex-wrap: wrap;
  }
  .page-Tutorial .main .cates ul li {
    width: 33vw;
    height: 8vw;
    padding: 2vw 0vw;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: 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;
    align-items: center;
    justify-content: space-between;
  }
  .page-Tutorial .main .QAList ul li .answer {
    font-size: 4.5vw;
    text-align: justify;
    padding: 3vw 4vw 0 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;
    align-items: center;
    justify-content: flex-start;
    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;
    align-items: center;
    justify-content: 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;
  }
  .queryPackage .main {
    width: 94vw;
    margin: 4vw 3vw;
    border-radius: 2vw;
    box-shadow: #33333317 1px 1px 2px 0px;
  }
  .queryPackage .main .head {
    margin-bottom: 5vw;
    padding: 4vw 5vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 4.5vw;
  }
  .queryPackage .main .head .number {
    margin-bottom: 3vw;
  }
  .queryPackage .main .head .address {
    font-size: 4.5vw;
  }
  .queryPackage .main .head .address i {
    margin: 0 3vw;
  }
  .queryPackage .main .records {
    min-height: 55vh;
  }
  .queryPackage .main .records .title {
    margin-left: 5vw;
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .queryPackage .main .records ul {
    margin-left: 12vw;
    position: relative;
  }
  .queryPackage .main .records ul::before {
    display: block;
    height: calc(75%);
    margin-top: 5vw;
    margin-left: 0;
    transform: translateX(-5.1vw);
  }
  .queryPackage .main .records ul li {
    margin-bottom: 3vw;
    position: relative;
    font-size: 4vw;
  }
  .queryPackage .main .records ul li i {
    margin-right: 0;
    display: block;
    margin-bottom: 3vw;
    padding-top: 1vw;
  }
  .queryPackage .main .records ul li span {
    font-size: 4.5vw;
  }
  .queryPackage .main .records ul li::before {
    width: 3vw;
    height: 3vw;
    margin-top: 2vw;
    margin-left: -6.5vw;
  }
  .pageTitle {
    width: 100vw;
    margin: 4vw auto;
    border-radius: 1vw;
  }
  .pageTitle h2 {
    padding: 6vw 0 2vw 0;
    font-size: 7vw;
  }
  .pageTitle h5 {
    padding: 0 0 6vw 0;
    font-size: 4vw;
  }
  .breadBar ul {
    width: 100vw;
    margin: 4vw auto 3vw auto;
  }
  .breadBar ul li {
    margin-right: 0;
    margin-left: 2vw;
  }
  .breadBar ul li.text i {
    display: none;
  }
  .breadBar ul li:first-child {
    display: none;
  }
  .breadBar ul li:nth-child(2) {
    margin-left: 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;
  }
}
