/*

*/
/*
    global variable for sass
*/
.detail-top, .scrollspy-nav.am-sticky, .path-box ul li .icon-circle {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none;
}

/* header */
header {
  color: #666;
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
  z-index: 9;
  background-color: #fff;
  position: relative;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
header a {
  color: #666;
}
header a:hover {
  text-decoration: underline;
}
header .header-left {
  float: left;
}
header .logo {
  margin-right: 40px;
  padding-top: 10px;
}
header .logo img {
  display: block;
}
header nav {
  float: left;
}
header nav li {
  display: inline-block;
  margin-right: 15px;
}
header nav a {
  line-height: 60px;
}
header .user-box li {
  display: inline-block;
}
header .user-box a {
  line-height: 60px;
  font-size: 14px;
}
header .search-small {
  float: left;
  margin-right: 50px;
  position: relative;
  top: 15px;
  font-size: 0;
}
header .search-small .am-form-field {
  border-radius: 3px 0 0 3px;
  border-color: #1e72e8;
  width: 176px;
}
header .search-small button[type=submit] {
  background-color: #1e72e8;
  color: #fff;
  border: 1px solid #1e72e8;
}
header .am-form-group-xs .am-form-field {
  height: 28px;
  line-height: 26px;
  font-size: 12px;
}
header .header-language {
  float: left;
  margin-top: 17px;
  margin-right: 20px;
}
header.header-dark {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
header.header-dark a {
  color: #fff;
}

.search-opt {
  margin-bottom: 20px;
  background-color: #fff;
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.search-opt .select {
  border: #f4f4f4 1px solid;
  border-bottom: 0;
  border-radius: 4px;
  margin: 10px auto 0;
  font: normal 14px/24px "Microsoft Yahei";
  position: relative;
}
.search-opt .select .select-con {
  height: 50px;
  border-bottom: #f4f4f4 1px solid;
  position: relative;
}
.search-opt .select dl {
  zoom: 1;
  position: relative;
  line-height: 24px;
  float: left;
  margin-bottom: 0;
}
.search-opt .select dt {
  width: 100px;
  height: 49px;
  line-height: 48px;
  text-align: center;
  margin-right: 10px;
  color: #666;
  float: left;
  border-right: 1px solid #f0f0f0;
  background: #fafafa;
  font-weight: normal;
}
.search-opt .select dd {
  float: left;
  display: inline;
  margin: 13px 5px 0 0;
}
.search-opt .select dd a {
  display: inline-block;
  white-space: nowrap;
  height: 24px;
  padding: 0 12px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  color: #333;
}
.search-opt .select .selected a, .search-opt .select dd a:hover {
  background: #2076cd;
  color: #fff;
  position: relative;
}

.sort-row {
  width: #2076cd;
  margin: 0 auto;
  padding-top: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.sort-row .opt {
  background-color: #fafafa;
  height: 50px;
  line-height: 50px;
  border: 1px solid #f0f0f0;
  position: relative;
}
.sort-row .opt-sort {
  position: absolute;
  right: 10px;
}
.sort-row .opt-sort a.view_a {
  padding: 0 20px;
  height: 28px;
  font: normal 14px/28px 'Microsoft Yahei';
  border: 1px solid #ff7d18;
  color: #fff;
  border-radius: 2px;
  background: #ff7d18;
  display: inline-block;
}
.sort-row .opt-sort a.view_a:hover, .sort-row .opt-sort a.view_a.active {
  background: #e46400;
}
.sort-row .opt-sort .sort-last {
  border-right: none;
}

.select-box {
  float: left;
  background-color: #fff;
}
.select-box li {
  float: left;
  margin-right: 15px;
}
.select-box .menu-selected {
  width: 100px;
  margin-top: 10px;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  cursor: pointer;
  color: #666;
}
.select-box .menu-selected span.icon {
  font-size: 12px;
}
.select-box .am-dropdown-content {
  padding: 0;
  margin-top: -2px;
  min-width: 100px;
}
.select-box .am-dropdown-content:before, .select-box .am-dropdown-content:after {
  display: none;
}
.select-box .am-dropdown-content li {
  float: none;
  margin-right: 0;
}
.select-box .am-dropdown-content li > a {
  display: block;
  padding: 4px 10px;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}
.select-box .am-dropdown-content li > a:hover {
  background-color: #2076cd;
  color: #fff;
}

.result-list {
  background-color: #ffffff;
}

.search-result-single {
  position: relative;
  padding: 30px 30px 30px 180px;
  min-height: 160px;
  border-bottom: 1px solid #eee;
}
.search-result-single .left-item {
  position: absolute;
  left: 30px;
  top: 30px;
}
.search-result-single .left-item .logo-text {
  text-indent: -9999px;
  height: 0;
  visibility: hidden;
}
.search-result-single .left-item .logo {
  width: 106px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  max-height: 110px;
}
.search-result-single .left-item .logo img {
  width: 106px;
  height: auto;
}
.search-result-single .content {
  font-size: 14px;
  color: #202020;
}
.search-result-single .header {
  margin-bottom: 8px;
  line-height: 20px;
}
.search-result-single .header .name {
  display: inline-block;
  vertical-align: middle;
  max-width: 650px;
  color: #454545;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-result-single em {
  color: #EF5644;
}
.search-result-single .info {
  line-height: 22px;
}
.search-result-single .info .title {
  float: left;
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  max-width: 226px;
}
.search-result-single .info .title:first-child {
  padding-left: 0;
}
.search-result-single .info .title:last-child {
  border-right-width: 0;
}
.search-result-single .contact {
  margin-bottom: 8px;
  font-size: 12px;
  clear: both;
}
.search-result-single .contact .col {
  float: left;
  line-height: 22px;
}
.search-result-single .contact .col + .col {
  margin-left: 20px;
}
.search-result-single .site {
  position: absolute;
  text-align: right;
  right: 50px;
  top: 30px;
  line-height: 20px;
  font-size: 14px;
}
.search-result-single .score {
  position: absolute;
  text-align: right;
  right: 50px;
  top: 75px;
  line-height: 26px;
  font-size: 14px;
  vertical-align: bottom;
  color: #0084ff;
}
.search-result-single .score .score-num {
  font-size: 20px;
}
.search-result-single .score .score-fen {
  font-size: 12px;
}
.search-result-single .contact-sel {
  color: #ff7d18;
}
.search-result-single .tag {
  padding: 0 6px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.search-result-single .tag.opening {
  background: #34cc33;
  border-color: #34cc33;
  color: #fff;
}
.search-result-single .tag.cancel {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #fff;
}

.search-item:hover {
  -webkit-box-shadow: 0px 0px 11px 5px #eee;
  box-shadow: 0px 0px 11px 5px #eee;
}

.search-item:hover .header .name {
  color: #0084ff;
}

.attention-box {
  -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffcc8f;
  font-size: 1.3rem;
  color: #666;
  padding: 2rem 12rem 2rem 3rem;
  position: relative;
  background: url('../images/attention-icon.png') no-repeat #fff right bottom;
  line-height: 1.8rem;
}

.detail-top {
  position: relative;
  margin-top: 20px;
  padding-top: 30px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.detail-top .left-item {
  width: 180px;
  float: left;
  text-align: center;
}
.detail-top .left-item .logo {
  width: 106px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #f0f0f0;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  max-height: 110px;
}
.detail-top .left-item .logo img {
  width: 106px;
  height: auto;
}
.detail-top .left-item .logo ~ span {
  margin-top: 10px;
  text-align: center;
  display: block;
  color: #666;
}
.detail-top .content {
  float: left;
  width: 800px;
  font-size: 14px;
  color: #202020;
}
.detail-top .header {
  margin-bottom: 8px;
  line-height: 20px;
}
.detail-top .header .name {
  display: inline-block;
  vertical-align: middle;
  max-width: 650px;
  color: #454545;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-top em {
  color: #EF5644;
}
.detail-top .contact {
  margin-bottom: 8px;
  font-size: 12px;
  clear: both;
}
.detail-top .contact .col {
  float: left;
  line-height: 22px;
}
.detail-top .contact .col + .col {
  margin-left: 20px;
}
.detail-top .contact-sel {
  color: #ff7d18;
}
.detail-top .tag {
  padding: 0 6px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.detail-top .tag.opening {
  background: #34cc33;
  border-color: #34cc33;
  color: #fff;
}
.detail-top .tag.cancel {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #fff;
}
.detail-top .control-box {
  position: absolute;
  right: 10px;
  top: 10px;
}
.detail-top .detail-bar {
  clear: both;
  border-top: 1px solid #f0f0f0;
  background-color: #fafafa;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.detail-top .detail-bar ul li {
  display: inline-block;
  margin-right: 10px;
}
.detail-top .detail-bar ul li a {
  font-size: 14px;
  color: #666;
}
.detail-top .detail-bar ul li a i {
  color: #1e72e8;
}

.detail-main {
  float: left;
  width: 860px;
  background-color: #fff;
}
.detail-main .detail-main-title {
  font-size: 16px;
  font-weight: bold;
  border-left: 3px solid #1e72e8;
  margin-bottom: 15px;
  padding-left: 15px;
}
.detail-main .am-panel {
  border: none;
}

.detail-right {
  width: 304px;
  float: right;
}

.scrollspy-nav {
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  padding: 0 10px;
}
.scrollspy-nav ul {
  margin: 0;
  padding: 0;
}
.scrollspy-nav li {
  display: inline-block;
  list-style: none;
}
.scrollspy-nav a {
  color: #666;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
}
.scrollspy-nav a.am-active {
  font-weight: bold;
  border-bottom: 2px solid #1e72e8;
  display: block;
  position: relative;
}
.scrollspy-nav a.am-active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent #1e72e8;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.company-info-list {
  font-size: 14px;
  line-height: 28px;
}
.company-info-list label {
  width: 100px;
  text-align: right;
  color: #666;
}

.am-panel {
  margin-top: 20px;
}

.path-box {
  margin-top: 60px;
}
.path-box ul {
  border-top: 2px solid #a0afc3;
  position: relative;
}
.path-box ul:before, .path-box ul:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #a0afc3;
  left: -2px;
  top: -4px;
}
.path-box ul:after {
  right: -2px;
  left: auto;
}
.path-box ul li {
  display: inline-block;
  text-align: center;
  width: 19%;
  position: relative;
  top: -50px;
  vertical-align: top;
}
.path-box ul li span {
  display: block;
  text-align: center;
}
.path-box ul li .time {
  font-size: 12px;
  color: #999;
  line-height: 30px;
}
.path-box ul li .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #22a5f8;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyYTVmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExNWFmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(45deg, #22a5f8, #115af6);
  background: -webkit-linear-gradient(45deg, #22a5f8, #115af6);
  background: linear-gradient(45deg, #22a5f8, #115af6);
}
.path-box ul li .icon-circle i {
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
.path-box ul li .matter {
  font-size: 14px;
  color: #333;
  padding-top: 10px;
  line-height: 20px;
}
.path-box.theme-green ul {
  border-color: #6db94f;
}
.path-box.theme-green ul:before, .path-box.theme-green ul:after {
  background-color: #6db94f;
}
.path-box.theme-green ul li .icon-circle {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjk0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU0YWQzZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(45deg, #6db94f, #54ad3f);
  background: -webkit-linear-gradient(45deg, #6db94f, #54ad3f);
  background: linear-gradient(45deg, #6db94f, #54ad3f);
}

.certificate-slide-box {
  text-align: center;
}
.certificate-slide-box li {
  width: 370.33px;
  text-align: center;
}

.am-slider-default {
  box-shadow: none;
}

.am-slider-default .am-direction-nav a.am-prev {
  left: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.am-slider-default .am-direction-nav a.am-prev:hover {
  left: 0;
  color: #000;
}
.am-slider-default .am-direction-nav a.am-prev:before {
  content: "\f104";
}

.am-slider-default .am-direction-nav a.am-next {
  right: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.am-slider-default .am-direction-nav a.am-next:hover {
  right: 0;
  color: #000;
}
.am-slider-default .am-direction-nav a.am-next:before {
  content: "\f105";
}

.am-slider-default .am-direction-nav a.am-prev:before {
  content: "\f104";
}

.certificate-item {
  background: url('../images/people-certificate-bg.png') no-repeat;
  width: 292px;
  height: 370px;
  display: inline-block;
}
.certificate-item h1 {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 600;
}
.certificate-item .option {
  margin-top: 50px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.certificate-item dl {
  margin-bottom: 10px;
  line-height: 20px;
}
.certificate-item dl dt {
  float: left;
  width: 90px;
  color: #999;
  text-align: right;
  vertical-align: top;
  margin-top: 0;
}
.certificate-item dl dd {
  margin-left: 90px;
  color: #333;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  line-height: 1.4em;
  margin-top: 0;
}

.login-wrap {
  padding: 90px 80px 50px 50px;
  border: 1px solid #f0f0f0;
}
.login-wrap .login-ad-img {
  float: left;
  margin-top: 30px;
}

.login-form input, .price-form input {
  border-radius: 5px !important;
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
}

.login-form {
  float: right;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 320px;
  padding: 20px 50px;
}

.btn-green {
  height: 50px;
  display: block;
  border-radius: 6px;
  background-color: #6db94f;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -moz-box-shadow: inset 3px -5px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 3px -5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 3px -5px 3px rgba(0, 0, 0, 0.1);
}
.btn-green:hover {
  background-color: #61ab44;
}

.validate-error-tip {
  font-size: 14px;
  color: #ff4054;
  display: none;
}
.validate-error-tip i {
  margin-right: 10px;
  vertical-align: middle;
}
.validate-error-tip span {
  vertical-align: middle;
}

.footer {
  margin-top: 40px;
}
.footer .footer-wrap {
  background-color: #282b30;
  padding-top: 4.5rem;
  padding-bottom: 6rem;
}
.footer .logo {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.footer .footer-column {
  color: #a0afc3;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.footer .footer-column .menu-title {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 15px;
  color: #9197a8;
}
.footer .footer-column li > a {
  line-height: 1.6em;
  color: #a0afc3;
}
.footer .footer-column li > a:hover {
  color: #fff;
}
.footer .footer-column.contact-column {
  width: 36%;
}
.footer .footer-right {
  width: 64%;
  float: right;
}
.footer .copyright {
  width: 34%;
  font-size: 1.4rem;
  float: left;
}
.footer .copyright span {
  color: #fff;
  line-height: 40px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.footer .copyright span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #585b8b;
  width: 100%;
}
.footer .copyright p {
  color: #a0afc3;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.erorr-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.erorr-wrap .container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.nav-link-horizontal ul {
  height: 50px;
  background-color: #dadfe4;
}
.nav-link-horizontal ul li {
  width: 158px;
  float: left;
}
.nav-link-horizontal ul li a {
  color: #333;
  line-height: 50px;
  display: block;
  font-size: 16px;
  text-align: center;
}
.nav-link-horizontal ul li a:hover {
  background-color: #e6e6e6;
}
.nav-link-horizontal ul li.active a {
  background-color: #fff;
}

.info-list-box {
  border-bottom: 1px dotted #f0f0f0;
  padding: 25px 15px;
}
.info-list-box:hover {
  background-color: #f5f5f5;
}

.info-list-title {
  margin-bottom: 20px;
}
.info-list-title a {
  color: #2944b1;
}
.info-list-title a:hover {
  text-decoration: underline;
}

.info-list-indexes {
  line-height: 1.4em;
  font-size: 14px;
  color: #aeaeae;
}

.detail-title {
  padding-bottom: 30px;
  border-bottom: 1px dotted #a0afc3;
}

.detail-body {
  padding: 30px 0;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.8em;
}
.detail-body p {
  text-indent: 2em;
  margin-bottom: 10px;
}
.detail-body b {
  color: #000;
  margin-bottom: 10px;
}
.detail-body img {
  display: block;
  margin: 30px auto;
  max-width: 70%;
}

.help-list-container .title {
  border-bottom: 1px solid #f0f0f0;
}
.help-list-container .title h1 {
  font-size: 20px;
  font-weight: bold;
  float: left;
  vertical-align: middle;
}
.help-list-container .title a {
  float: right;
  vertical-align: middle;
  color: #666666;
}
.help-list-container .title a:hover {
  color: #4685ff;
}

.list li a {
  line-height: 2em;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  color: #666666;
}
.list li a:hover {
  color: #4685ff;
}
.list li a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ccc;
  display: block;
  left: 2px;
  margin-right: 5px;
}

/*# sourceMappingURL=app.css.map */
