body {
  font-size: 14px;
}
.line:before {
  content: '-';
  margin-right: 5px;
}
.line::after {
  content: '-';
  margin-left: 5px;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-trandtion: all .3s ease;
  -o-transition: all .3s ease;
}
.index .welcome {
  text-align: center;
  position: relative;
  border-bottom: 1px dashed #ddd;
}
.index .welcome .heading {
  font-size: 32px;
  margin: 20px 0;
  text-shadow: 5px 5px 1px rgba(26, 188, 156, 0.2);
}
.index .welcome .formWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.index .welcome .formWrap .iptWrap {
  border: 2px solid #19bca1;
}
.index .welcome .formWrap .iptWrap input {
  width: 518px;
  height: 42px;
  text-indent: 10px;
  border: none;
  outline: none;
}
.index .welcome .formWrap .iptWrap button {
  background-color: #19bca1;
  color: #fff;
  width: 80px;
  height: 42px;
  border: 2px solid #19bca1;
  border-radius: 0;
  outline: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-trandtion: all .3s ease;
  -o-transition: all .3s ease;
}
.index .welcome .formWrap .iptWrap button:hover {
  background-color: transparent;
  color: #19bca1;
}
.index .welcome .formWrap span {
  padding: 0 10px;
  color: #999;
}
.index .welcome .formWrap .sub {
  width: 110px;
  height: 46px;
  border: 1px dashed #19bca1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-trandtion: all .3s ease;
  -o-transition: all .3s ease;
}
.index .welcome .formWrap .sub span {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-trandtion: all .3s ease;
  -o-transition: all .3s ease;
  color: #19bca1;
}
.index .welcome .formWrap .sub:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.index .welcome .formWrap .sub:hover span {
  transform: rotateX(360deg);
}
.index .welcome .notice {
  padding-top: 20px;
  padding-bottom: 20px;
}
.index .welcome .notice .notice-title {
  float: left;
}
.index .welcome .notice .notice-content {
  font-family: 微软雅黑;
  font-size: 16px;
  color: #333333;
  height: 20px;
}
.index .welcome .notice .notice-content p {
  margin: 0;
}
.index .faq-body {
  background-color: #fafafa;
}
.index .faq-body .topFAQ {
  position: relative;
  width: 1140px;
  padding-top: 40px;
}
.index .faq-body .topFAQ table {
  width: 1140px;
  margin: auto;
  font-family: 微软雅黑;
  color: #333333;
  font-size: 16px;
  background-color: #ffffff;
  border-collapse: collapse;
}
.index .faq-body .topFAQ table tr {
  height: 60px;
}
.index .faq-body .topFAQ table tr .td-left {
  width: 570px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.index .faq-body .topFAQ table tr .td-right {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.index .faq-body .topFAQ table tr:last-child .td-left {
  border-bottom: 0;
}
.index .faq-body .topFAQ table tr:last-child .td-right {
  border-bottom: 0;
}
.index .faq-body .topFAQ .hot-position {
  position: absolute;
  top: 36px;
}
.index .faq-body .FAQ {
  padding-top: 30px;
}
.index .faq-body .FAQ .div-left {
  background-color: #f0f4fb;
  width: 270px;
  height: 1320px;
  vertical-align: top;
  float: left;
}
.index .faq-body .FAQ .div-left ul li {
  text-align: center;
  vertical-align: middle;
  font-family: 微软雅黑;
  color: #333333;
}
.index .faq-body .FAQ .div-left ul .topic {
  height: 80px;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.index .faq-body .FAQ .div-left ul .sub-topic {
  height: 60px;
  font-size: 16px;
  padding-top: 20px;
}
.index .faq-body .FAQ .div-left .active {
  background-color: #ffffff;
  border-left: 2px solid #19BCA1;
}
.index .faq-body .FAQ .div-right {
  width: 870px;
  padding: 40px;
  background-color: #FFFFFF;
  float: right;
}
.index .faq-body .FAQ .div-right .not-show {
  display: none;
}
.index .faq-body .FAQ .div-right .sub-topic-title {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 18px;
}
.index .faq-body .FAQ .div-right .sub-topic-title .title-name {
  height: 76px;
  border-bottom: 2px solid #999999;
  padding-bottom: 18px;
  font-size: 18px;
  font-family: 微软雅黑;
  color: #666666;
}
.index .faq-body .FAQ .div-right .sub-topic-title .show-more a {
  font-family: 微软雅黑;
  font-size: 14px;
  color: #666666;
  float: right;
}
.index .faq-body .FAQ .div-right .category-name ul .sub-category {
  height: 46px;
  padding-top: 20px;
  font-family: 微软雅黑;
  font-size: 16px;
  color: #333333;
  padding-bottom: 10px;
}
.index .faq-body .FAQ .div-right .category-name ul .sub-category .point {
  font-family: 微软雅黑;
  font-size: 16px;
  color: #19bca1;
  font-weight: bolder;
}
.index .faq-body .FAQ .div-right .category-name ul .sub-category .content {
  padding-left: 10px;
}
.index .faq-body .FAQ .div-right hr {
  margin-top: 10px;
  margin-bottom: 20px;
}
.index .faq-body .FAQ .div-right .detail {
  height: 48px;
  font-family: 微软雅黑;
  font-size: 14px;
  color: #333333;
  padding: 14px 0 14px 25px;
  vertical-align: center;
  background-color: #f0f4fb;
  margin-top: 20px;
}
.index .faq-body .FAQ .div-right .detail .plus {
  height: 20px;
  line-height: 20px;
  float: right;
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
  vertical-align: top;
  cursor: pointer;
}
.index .faq-body .FAQ .div-right .reply {
  font-family: 微软雅黑;
  font-size: 14px;
  color: #333333;
  padding: 14px 0 14px 25px;
}
.index .faq-body .FAQ .div-right .add-question {
  font-family: 微软雅黑;
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding-top: 30px;
}
.index .faq-body .FAQ .div-right .add-question a {
  color: #19BCA1;
}
.notLogin {
  font-size: 16px;
}
.notLogin a {
  color: #19bca1;
}
.complain {
  padding: 20px 0;
  color: #999;
}
.ftSearch {
  width: 500px;
  height: 40px;
  text-indent: 10px;
}
.btSearch {
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: #19bca1;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}
.tpSearch {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #19bca1;
  color: #19bca1;
  text-align: center;
}
.dtWrap {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.dtWrap .head {
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}
.dtWrap .btInfo {
  align-items: center;
}
.dtWrap .btInfo span {
  padding-right: 10px;
  color: #999;
  font-size: 12px;
}
.dtWrap .btInfo .left-float {
  float: left;
}
.dtWrap .btInfo .right-float {
  float: right;
}
.dtWrap .btInfo .font-size {
  font-size: 15px;
}
.dtWrap .btInfo .padding-right {
  padding-right: 40px;
}
.dtWrap .btInfo a {
  color: #19BCA1;
}
.dtWrap hr {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #999;
}
.dtWrap .like {
  width: 160px;
  height: 58px;
  border-radius: 29px;
  background-color: #19BCA1;
  margin: 20px auto 0;
  text-align: center;
  line-height: 58px;
}
.dtWrap .like p {
  font-size: 20px;
  color: #FFFFFF;
}
.dtWrap .like p .padding-right {
  padding-right: 15px;
}
.result {
  background-color: #fff;
  min-height: 400px;
}
.result .head {
  padding: 10px 20px;
  color: #999;
}
.result .head span {
  color: #19bca1;
}
.result .qtiList {
  padding: 0 20px 10px;
}
.result .qtiList a:last-child .list {
  border: none;
}
.result .qtiList .list {
  border-bottom: 1px dashed #999;
  margin-bottom: 20px;
}
.result .qtiList .list .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result .qtiList .list .top span:last-child {
  color: #999;
  font-size: 12px;
}
.result .qtiList .noResult {
  font-size: 3em;
  padding: 2em 0;
  color: #ccc;
  text-align: center;
}
.firstworkorder {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.firstworkorder .container {
  margin-top: 50px;
}
.firstworkorder .container .box {
  margin: auto;
  width: 400px;
  text-align: center;
}
.firstworkorder .container .box p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
}
.firstworkorder .container .middle {
  display: flex;
  width: 700px;
  margin: auto;
}
.firstworkorder .container .middle .colour {
  color: #ffffff;
}
.firstworkorder .container .middle div {
  flex-grow: 1;
}
.firstworkorder .container .middle div p {
  width: 170px;
  height: 42px;
  border: 1px solid #000;
  text-align: center;
  line-height: 42px;
  margin: 50px 0 10px 0;
}
.firstworkorder .container .middle div .p-a {
  background-color: #19BCA1;
}
.firstworkorder .container .matter {
  width: 500px;
  margin: auto;
  position: relative;
}
.firstworkorder .container .matter p {
  line-height: 120%;
  margin: 50px 0px 50px;
}
.firstworkorder .container .matter .btn {
  width: 150px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.firstworkorder .container .matter .bounced {
  width: 150px;
  height: 160px;
  padding-left: 10px;
  background-color: #FFDF25;
  box-shadow: 5px 5px 5px #999;
  position: absolute;
  right: 80px;
  bottom: 0;
  display: none;
}
.firstworkorder .container .list {
  display: none;
  width: 500px;
  height: 420px;
  margin: auto;
}
.firstworkorder .container .list p {
  margin: 20px 0;
}
.firstworkorder .container .list input {
  width: 420px;
  height: 42px;
}
.firstworkorder .container .list input[type='radio'] {
  width: auto;
  height: auto;
}
.firstworkorder .container .list .btn {
  width: 150px;
  height: 40px;
  margin-top: 20px;
}
/*# sourceMappingURL=index.css.map */