* {
  margin: 0;
  padding: 0;
  word-break: break-word;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

html, body {
  height: 100%;
}

body {
  min-width: 1350px !important;
  color: #333333;
  font-family: "-apple-system", BlinkMacSystemFont, PingFang SC, Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,"sans-serif";
  font-size: 12px;
  background-color: #F8F9FA;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #dadce0;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}

.custom_scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
  background-color: #dadce0;
  border-radius: 4px;
}
.custom_scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

.custom_scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button, input{
  font-family: "-apple-system", BlinkMacSystemFont, PingFang SC, Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,"sans-serif";
}

b, strong, th, dt {
  font-weight: 600;
  font-family: "-apple-system", BlinkMacSystemFont, PingFang SC, Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,"sans-serif";
}

input[type="text"],
input[type="password"],
select,
textarea {
  border: 1px solid #d9d9d9;
  font-size: 12px;
  color: #444;
}

textarea {
  padding: 8px;
}

input[type="text"],
input[type="password"],
select {
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}

input[type="text"][disabled],
input[type="password"][disabled],
select[disabled] {
  background-color: #eeeeee;
  cursor: no-drop;
}

input[type="text"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover {
  border-color: #c9c9c9;
  box-shadow: none;
}

select:hover {
  cursor: pointer;
}

.head {
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  box-shadow:  0 2px 2px #e9e9e9;
  padding: 6px 24px;
}

.head_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
}

.head_in > .loge {
  width: 200px;
}

.head_in > .loge .loge-name {
  font-size: 24px;
  font-weight: 600;
  color: #ffa91e;
}

.head_in > .loge .loge-site {
  font-size: 12px;
  color: #999999;
}

.body {
  height: calc(100vh - 68px);
  overflow: auto;
}

.body_in {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 10px auto 20px;
  max-width: 1350px;
}

.body_in_top {
  margin: 20px auto;
  max-width: 1350px;
  height: 64px;
  background: url("./../image/join_banner.jpg") center no-repeat;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.body_in_top .body_in_txt {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 62px;
}

.body_in_left {
  margin-right: 12px;
  width: 1000px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.body_in_right {
  width: 338px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.cont_one .keyword {
  margin-bottom: 24px;
}

.cont_one .keywordhead {
  position: relative;
  margin-bottom: 16px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 600;
}


.cont_one .keywordhead::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: #ffa91e;
  content: '';
}


.cont_one .keywordbody > div {
  margin-bottom: 16px;
  margin-left: 14px;
}
.cont_one .keywordbody > div > p.keywordtitle {
  font-size: 14px;
  line-height: 24px;
}
.cont_one .keywordbody > div > p.keywordtitle a {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}

.cont_one .keywordbody > div > p.keywordtitle a:hover {
  color: #0964B7;
  text-decoration: underline;
}

.cont_one .keywordbody > div > p.keywordcent {
  color: #666666;
  line-height: 20px;
}

.body_in_right .keywordbody {
  margin-left: 14px;
}

.body_in_right .keywordbody ul > li {
  display: inline-block;
  width: 140px;
  margin-bottom: 12px;
  cursor: pointer;
}

.body_in_right .keywordbody ul > li:hover {
  color: #0964B7;
  text-decoration: underline;
}

.pingtaileft > ul {
  font-size: 0;
  margin-top: 24px;
}

.pingtaileft > ul > li {
  display: inline-block;
  width: 134px;
  margin-bottom: 22px;
  margin-right: 22px;
  line-height: 20px;
  text-align: left;
  list-style: none;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
}

.pingtaileft > ul > li > img {
  width: 28px;
  height: 28px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  border-radius: 13px;
  border: 1px solid #e9e9e9;
}

.pingtaileft > ul > li span {
  margin-left: 6px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}

.footer {
  height: 30px;
  text-align: center;
  line-height: 20px;
  padding-bottom: 10px;
}