@import url(/hc/static/layui/css/layui.css);
@import url(/hc/static/layui/css/form.mobile.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;  
}

/* zh */
@font-face {
  font-family: 'Noto Sans SC';
  src: url("/hc/static/51/css/fonts/cn/NotoSansCJKsc-Regular.eot");
  src: url("/hc/static/51/css/fonts/cn/NotoSansCJKsc-Regular.woff") format("woff"), url("/hc/static/51/css/fonts/cn/NotoSansCJKsc-Regular.ttf") format("truetype"), url("/hc/static/51/css/fonts/cn/NotoSansCJKsc-Regular.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans M SC';
  src: url("/hc/static/51/css/fonts/cn/NotoSansCJKsc-Medium.eot");
  src: url("/hc/static/51/css/fonts/cn/NotoSansCJKsc-Medium.woff") format("woff"), url("/hc/static/51/css/fonts/cn/NotoSansCJKsc-Medium.ttf") format("truetype"), url("/hc/static/51/css/fonts/cn/NotoSansCJKsc-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
}
/* en */
@font-face {
  font-family: 'Noto Sans';
  src: url("/hc/static/51/css/fonts/en/NotoSans-Regular.eot");
  src: url("/hc/static/51/css/fonts/en/NotoSans-Regular.woff2") format("woff2"), url("/hc/static/51/css/fonts/en/NotoSans-Regular.woff") format("woff"), url("/hc/static/51/css/fonts/en/NotoSans-Regular.ttf") format("truetype"), url("/hc/static/51/css/fonts/en/NotoSans-Regular.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans M';
  src: url("/hc/static/51/css/fonts/en/NotoSans-Medium.eot");
  src: url("/hc/static/51/css/fonts/en/NotoSans-Medium.woff2") format("woff2"), url("/hc/static/51/css/fonts/en/NotoSans-Medium.woff") format("woff"), url("/hc/static/51/css/fonts/en/NotoSans-Medium.ttf") format("truetype"), url("/hc/static/51/css/fonts/en/NotoSans-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
}
/* ja */
@font-face {
  font-family: 'Noto Sans JP';
  src: url("/hc/static/51/css/fonts/jp/NotoSansCJKjp-Regular.eot");
  src: url("/hc/static/51/css/fonts/jp/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/hc/static/51/css/fonts/jp/NotoSansCJKjp-Regular.woff") format("woff"), url("/hc/static/51/css/fonts/jp/NotoSansCJKjp-Regular.ttf") format("truetype"), url("/hc/static/51/css/fonts/jp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans M JP';
  src: url("/hc/static/51/css/fonts/jp/NotoSansCJKjp-Medium.eot");
  src: url("/hc/static/51/css/fonts/jp/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/hc/static/51/css/fonts/jp/NotoSansCJKjp-Medium.woff") format("woff"), url("/hc/static/51/css/fonts/jp/NotoSansCJKjp-Medium.ttf") format("truetype"), url("/hc/static/51/css/fonts/jp/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
}
/* ko */
@font-face {
  font-family: 'Noto Sans KR';
  src: url("/hc/static/51/css/fonts/kr/NotoSansCJKkr-Regular.eot");
  src: url("/hc/static/51/css/fonts/kr/NotoSansCJKkr-Regular.woff2") format("woff2"), url("/hc/static/51/css/fonts/kr/NotoSansCJKkr-Regular.woff") format("woff"), url("/hc/static/51/css/fonts/kr/NotoSansCJKkr-Regular.ttf") format("truetype"), url("/hc/static/51/css/fonts/kr/NotoSansCJKkr-Regular.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans M KR';
  src: url("/hc/static/51/css/fonts/kr/NotoSansCJKkr-Medium.eot");
  src: url("/hc/static/51/css/fonts/kr/NotoSansCJKkr-Medium.woff2") format("woff2"), url("/hc/static/51/css/fonts/kr/NotoSansCJKkr-Medium.woff") format("woff"), url("/hc/static/51/css/fonts/kr/NotoSansCJKkr-Medium.ttf") format("truetype"), url("/hc/static/51/css/fonts/kr/NotoSansCJKkr-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
}
/* lang */
:lang(ko) {
  font-family: 'Noto Sans KR', sans-serif;
}

.titleFont:lang(ko) {
  font-family: 'Noto Sans M KR';
}

:lang(ja) {
  font-family: 'Noto Sans JP', 'Noto Sans KR', sans-serif;
}

.titleFont:lang(ja) {
  font-family: 'Noto Sans M JP';
}

:lang(en) {
  font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;
}

.titleFont:lang(en) {
  font-family: 'Noto Sans M';
}

:lang(zh) {
  font-family: 'Noto Sans SC', 'Noto Sans KR', sans-serif;
}

.titleFont:lang(zh) {
  font-family: 'Noto Sans M SC';
}

.titleFont {
  font-weight: bold;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  font-style: normal;
  -webkit-text-size-adjust: none;
}

table,
tbody
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  font-style: normal;
  -webkit-text-size-adjust: none;
}

html,
body {
  min-height: 100vh;
  background: #fff;
}

body {
  position: relative;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-rendering: auto;
  font-feature-settings: "pkna";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

ol li {
  list-style-type:decimal;
  list-style-position:inside;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

input,
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font-family: inherit;
}

input,
select {
  vertical-align: middle;
  margin: 0;
}

input[type="tel"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"] {
  font-size: 12px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  padding: 5px 10px;
  background: #fff;
}
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus {
  outline: none;
}

input[type="checkbox"] {
  padding: 0;
  width: 1em;
  height: 1em;
}

select {
  width: 100%;
}

textarea {
  display: block;
  width: 100%;
  height: 75px;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  padding: 5px 10px;
  background: #fff;
  font-size: 12px;
  resize: none;
}
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #ddd;
}

:-moz-placeholder {
  color: #ddd;
}

button {
  -webkit-appearance: none;
  display: inline;
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}
button:focus {
  outline: none;
}

input:focus {
  outline: none;
}
input.input-txt {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  color: #222;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}
.faq-number-code input.input-txt:focus {
  border-color: #aaa;
}
.faq-number-code input.input-txt::-webkit-input-placeholder {
  color: #ddd;
}
.faq-number-code input.input-txt::-ms-clear {
  display: none;
}
.faq-number-code input.input-txt.error-box {
  border-color: #fa2828;
}

.faq-number-code .input-txt[disabled] {
  background: #f9f9f9;
  color: #cecece;
  font-size: 13px;
}

.mySelect {
  position: relative;
}

.mySelect .inputWrap {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 1px;
  position: relative;
  cursor: pointer;
/*   background: #f9f9f9; */
  font-size: 14px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
}

.mySelect.error-box .inputWrap {
  border-color: #fa2828;
}

.mySelect .inputWrap.active {
  background: #fff;
  border-color: #aaa;
}

.mySelect ul {
  padding: 10px;
  margin: 0;
  padding-right: 40px;
}

.mySelect li {
  display: inline-block;
  font-size: 12px !important;
}

.mySelect .fa-close {
  cursor: pointer;
}

.mySelect .mySelect-option {
  display: none;
  width: 100%;
  border: 1px solid #aaa;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  top: 39px;
  left: 0;
  height: 100%;
  background: #fff;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  border-radius: 2px;
  z-index: 9;
}
.mySelect .mySelect-option::-webkit-scrollbar {
  width: 6px;
  height: 9px;
}
.mySelect .mySelect-option::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
.mySelect .mySelect-option::-webkit-scrollbar-thumb:vertical {
  height: 32px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
}
.mySelect .mySelect-option::-webkit-scrollbar-thumb:horizontal {
  width: 32px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
}

.mySelect .mySelect-option div {
  padding: 10px 12px;
  height: 40px;
  overflow: hidden;
}

.mySelect .inputWrap i {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.mySelect .fa-angle-down,
.mySelect .fa-angle-up {
  width: 20px;
  height: 20px;
  background: url('/hc/static/51/img/ic-arrow-solid-bottom.png?1551849386') no-repeat center center;
  background-size: 20px;
}

.mySelect .fa-angle-up {
  background: url('/hc/static/51/img/ic-arrow-solid-top.png?1551820580') no-repeat center center;
  background-size: 20px;
}

.mySelect-option div {
  cursor: pointer;
}

.mySelect-option div i {
  display: block;
  float: right;
  color: #ffffff;
  margin-right: 10px;
}

.mySelect-option div.selected i {
  width: 20px;
  height: 20px;
  background: url('/hc/static/51/img/ic-check-purple.png?1551821610') no-repeat center center;
  background-size: 20px;
}

.calendar {
  position: relative;
  width: 204px;
  height: 40px;
  cursor: pointer;
  font-size: 0;
}
.calendar .c-select {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 40px;
  background: #f9f9f9;
  border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border: solid 1px #ddd;
  margin-left: -1px;
  cursor: pointer;
}
.calendar .c-select::before {
  position: absolute;
  top: 10px;
  right: 4px;
  width: 20px;
  height: 20px;
  content: "";
  background: url('/hc/static/51/img/ic-calendar.png?1551291424') no-repeat 0 0;
  background-size: 20px 20px;
}
.calendar .c-select:focus {
  border-color: #aaa;
  z-index: 3;
}
.calendar .c-select.disabled {
  border-color: #ddd;
  background: #f9f9f9;
  cursor: default;
}
.calendar .c-select.disabled::before {
  -webkit-filter: opacity(20%);
  filter: opacity(20%);
}
.calendar .c-dateinput-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  font-size: 13px;
  color: #222222;
  text-align: center;
  border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border: solid 1px #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar .c-dateinput-wrap:focus {
  border-color: #aaa;
}

.calendar .c-dateinput-wrap[disabled] {
  background: #f9f9f9;
  color: #cecece;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  display: block;
}
button.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 24px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  overflow: hidden;
  /* btn color */
}
button.display {
  display: inline-block;
}
button.btn:focus, button.btn:hover, button.btn.focus {
  text-decoration: none;
  outline: 0;
}
button.btn.disabled, button.btn:disabled {
  opacity: .2;
  cursor: default;
}
button.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.btn.btn-color_white {
  border: solid 1px #ddd;
  background: #f9f9f9;
  color: #333;
  border-radius: 1px;
}
button.btn.btn-color_purple {
  background: #2254C5;
  border-radius: 1px;
  color: #fff;
}
button.btn.btn-color_gray {
  background: #aaa;
  border-radius: 1px;
  color: #fff;
}
button.btn.btn-more {
  display: block;
  width: 100%;
  margin: 16px 0 0;
  height: 40px;
  border: solid 1px #eee;
  background: url('/hc/static/51/img/ic-paging-bottom.png?1551291424') no-repeat center center;
  background-size: 20px 20px;
  padding: 0 0;
  text-align: center;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.bx_input {
  display: inline-block;
  position: relative;
  font-size: 0;
}

.bx_input input[type=checkbox],
.bx_input input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  border: 0;
  display: none;
  -webkit-appearance: none;
}

.bx_input input[type=checkbox] + label {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 1px #bbb;
  background-color: #fff;
  border-radius: 1px;
}

.bx_input input[type=checkbox]:hover + label {
  border: solid 1px #bbb;
  border-radius: 1px;
}

.bx_input input[type=checkbox]:disabled + label::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  z-index: 1;
  content: '';
  border: solid 1px #e5e5e5;
  background: #f4f4f4;
  border-radius: 1px;
}

.bx_input input[type=checkbox]:checked + label::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  z-index: 1;
  content: '';
  background: #2254C5 url('/hc/static/51/img/ic-checkbox-check.png?1544064969') no-repeat center center;
  border: none;
  border-radius: 1px;
}

.bx_input input[type=checkbox]:disabled:checked + label:before {
  background: #e5e5e5 url('/hc/static/51/img/ic-checkbox-check.png?1544064969') no-repeat center center;
  border-radius: 1px;
}

/* radio */
.bx_input input[type=radio] + label {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 1px #bfbfbf;
  background-color: #fff;
  border-radius: 50%;
}

.bx_input input[type=radio]:hover + label {
  border: solid 1px #999;
}

.bx_input input[type=radio]:disabled + label {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
  background-color: #f4f4f4;
  border-radius: 50%;
}

.bx_input input[type=radio]:checked + label:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #2254C5;
  content: '';
}

.bx_input input[type=radio]:disabled:checked + label:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #c4c4c4;
  content: '';
}

.label-text {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: 16px;
}

.tabCase {
  font-size: 0;
  text-align: center;
}
.tabCase li {
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
}
.tabCase li a {
  display: block;
  padding: 0;
  background: #f4f4f4;
  line-height: 40px;
  font-size: 14px;
  color: #222;
  border-top: solid 2px #f4f4f4;
  border-left: solid 2px #f4f4f4;
  border-right: solid 2px #f4f4f4;
}
.tabCase li a.on {
  background: #fff;
  border-color: #2254C5;
}

.dialogQ,
.dialogA {
  position: relative;
  background: #fff;
  border: solid 1px #e2e2e2;
  padding: 15px;
  font-size: 13px;
  color: #222222;
  border-radius: 4px;
  display: inline-block;
  max-width: 260px;
}

.dialogQ img,
.dialogA img {
  max-width: 260px;
  height: auto;
}

.dialogA {
  background: rgb(7, 58, 174, 0.2);
  border: solid 1px rgb(7, 58, 174, 0.2);
}

.dialogWhiteFirst::after {
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  width: 8px;
  height: 8px;
  background: url('/hc/static/51/img/bg_chat_receive1.png?1544064968') no-repeat 0 0;
}

.dialogPurpleFirst::after {
  position: absolute;
  top: 7px;
  right: -7px;
  content: "";
  width: 7px;
  height: 8px;
  background: url('/hc/static/51/img/bg_chat_receive2.png?1544064968') no-repeat 0 0;
}

.noData {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 49px);
}
.noData.faqEmpty {
  height: calc(100vh - 170px);
}
.noData.over {
  height: calc(100vh - 32vh);
}
.noData .noData-con {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  text-align: center;
  /*padding-top: 20px;
  padding-bottom: 10px;*/
}
.noData .noData-con img {
  width: 60px;
  height: 60px;
}
.noData .noData-con p {
  margin-bottom: 16px;
}
.noData .noData-con p.error-txt {
  font-size: 14px;
  line-height: 20px;
  color: #777;
}
.noData .noData-con p.error-txt strong {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding-bottom: 8px;
}
.noData .noData-con button {
  margin-top: 8px;
}

.errorCon {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.errorCon .error-txt {
  text-align: center;
}
.errorCon .error-txt img {
  width: 60px;
  height: 60px;
}
.errorCon .error-txt p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #777;
}
.errorCon .error-txt p strong {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding-bottom: 8px;
}
.errorCon .error-txt button {
  margin-top: 8px;
}

.guest-title {
  line-height: 48px;
  font-size: 17px;
  color: #222;
  border-bottom: solid 1px #ddd;
  text-align: center;
}

.block-title {
  height: 48px;
  padding: 12px 16px;
  border-bottom: solid 1px #eee;
  line-height: 16px;
  overflow: hidden;
}
.block-title::after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}
.block-title .titleL {
  font-size: 14px;
  color: #222;
  line-height: 24px;
}

.faqArea,
.noticeArea,
.newsArea {
  border-bottom: solid 10px #f4f4f4;
}

.newsList,
.noticeList {
  padding: 0 16px;
  margin: 8px 0;
}
.newsList li,
.noticeList li {
  display: flex;
  justify-content: space-between; /* 左右分布 */
  align-items: center;            /* 垂直居中 */
  min-height: 44px;               /* 保证最小高度，不写死 */
}
.newsList li a,
.noticeList li a {
  flex: 1;                        /* 链接内容占满 */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  color: #222;
}
.newsList li a span,
.noticeList li a span {
  color: #2254C5;
  padding-right: 5px;
}
.newsList li .txt-time,
.noticeList li .txt-time {
  flex-shrink: 0;                 /* 不挤压 */
  width: 70px;                    /* 固定宽度 */
  margin-left: 10px;
  font-size: 13px;
  color: #999;
  letter-spacing: -0.19px;
  text-align: right;
}
.newsList li .floatL,
.noticeList li .floatL,
.newsList li .floatR,
.noticeList li .floatR {
  float: none !important;
}
.noticeList li a span {
  padding: 0 7px;
  margin-right: 5px;
  color: #fff;
}
.noticeList li a.icon-new {
  padding: 0 20px 0 0;
  background: url('/hc/static/51/img/ic-new.png?1551291424') no-repeat center right;
  background-size: 14px 14px;
}
.icon-new {
  font-weight: bold !important;
}

.faqArea .faqTable {
  width: 100%;
}
.faqArea .faqTable tr:last-child td {
  border-bottom: none;
}
.faqArea .faqTable td {
  width: 33.3%;
  border-bottom: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  height: 44px;
  line-height: 20px;
  font-size: 15px;
  color: #222;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word;
}
.faqArea .faqTable td:nth-child(3) {
  border-right: none;
}
.faqArea .faqTable td a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 5px;
  color: #222;
}
.faqArea .faqList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.faqArea .faqList li {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  height: 44px;
  line-height: 20px;
  font-size: 15px;
  color: #222;
  word-break: break-word;
  word-wrap: break-word;
}
.faqArea .faqList li:nth-child(3) {
  border-right: none;
}
.faqArea .faqList li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 5px;
  color: #222;
  text-align: center;
}
.widget {
  position: fixed;
  top: 0;
  right: 12px;
  z-index: 3;
  width: 50px;
}
.widget #btnFixed {
  display: block;
  width: 58px;
  height: 68px;
  background: url("/hc/static/51/img/ic-float.png") no-repeat center top;
  background-size: 58px 58px;
  font-size: 0;
  color: transparent;
  box-shadow: none;
  margin: 0 0 0 -4px;
  color: transparent;
  font-size: 0;
}
.widget #btnFixed.close {
  background: url("/hc/static/51/img/ic-float-close.png") no-repeat center top;
  background-size: 58px 58px;
}
.widget a {
  display: block;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #383d47;
  font-size: 9px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 9px;
  margin-bottom: 6px;
  overflow: visible;
}
.widget a span {
  display: block;
}
.widget a i {
  margin: 0 auto 2px;
}
.upload {
  position: fixed;
  top: 0;
  right: 12px;
  z-index: 6;
  width: 200px;
  padding-left: 4px;
  padding-top: 4px;
  background-color: white;
  border:1px solid lightgray;
  width:170px;
  height:127px;
}
.upload a {
  display: block;
  width: 160px;
  height: 35px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: lightgray;
  font-size: 9px;
  line-height: 4px;
  color: black;
  text-align: center;
  padding-top: 3px;
  margin-bottom: 6px;
  overflow: visible;
}
.upload a span {
  display: block;
  margin-top: 13px
}
.uploadOpacity{
    width: 100%;
    height: 100%;
    z-index: 5;
    position: fixed;
    left: 0;
    top: 0;
    Opacity:0;
}
.icon-leavel-3,
.icon-leavel-2,
.icon-leavel-1,
.icon-hot-txt {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  font-weight: normal;
}

.icon-leavel-3 {
  background: #ff0000;
}

.icon-leavel-2 {
  background: #333;
}

.icon-leavel-1 {
  background: #8190a2;
}

.icon-hot-txt {
  background: #2254C5;
}

.icon-bitmap,
.icon-arrow-right,
.icon-notice,
.icon-faq,
.icon-chat-white,
.icon-qna-white,
.icon-qna-list-white,
.icon-faq-white,
.icon-external-menu-white,
.icon-notice-white {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.icon-bitmap {
  background: url('/hc/static/51/img/ic-qna.png?1551291424') no-repeat 0 0;
  background-size: 16px 16px;
}

.icon-arrow-right {
  width: 20px;
  height: 20px;
  background: url('/hc/static/51/img/ic-paging-next.png?1551291424') no-repeat 0 0;
  background-size: 20px 20px;
  opacity: .4;
  margin-right: 0;
}

.icon-notice {
  background: url('/hc/static/51/img/ic-notice.png?1551291424') no-repeat 0 0;
  background-size: 16px 16px;
}

.icon-faq {
  background: url('/hc/static/51/img/ic-faq.png?1551291424') no-repeat 0 0;
  background-size: 16px 16px;
}

.icon-chat-white {
  background: url('/hc/static/51/img/ic-chat-white.png?1551303396') no-repeat 0 0;
  background-size: 16px 16px;
}

.icon-qna-list-white {
  background: url('/hc/static/51/img/ic-qna-list-white.png?1551291424') no-repeat 0 0;
  background-size: 16px 16px;
}

.icon-external-menu-white {
  background: url('/hc/static/51/img/ic_external menu.png?1551291424') no-repeat 0 0;
  background-size: 16px 16px;
}

.icon-qna-white {
  background: url('/hc/static/51/img/ic-qna-white.png?1551291424') no-repeat 0 0;
  background-size: 16px 16px;
}

.icon-faq-white {
  background: url('/hc/static/51/img/ic-faq-white.png?1551291424') no-repeat 0 0;
  background-size: 16px 16px;
}

.icon-notice-white {
  background: url('/hc/static/51/img/ic-notice-white.png?1551291424') no-repeat 0 0;
  background-size: 16px 16px;
}

.contentBox {
  position: relative;
  padding: 16px;
}
.contentBox.faqBox {
  padding: 8px 0;
}

.box {
  width: 100%;
  height: 42px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 16px;
}

.menu-wrap {
  background: #fff;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.menu-wrap .layer {
  position: absolute;
  top: 0;
  right: 16px;
  height: 38px;
  width: 40px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 100%);
  z-index: 9;
}

.menu-wrap .menu-wrap-con {
  -webkit-overflow-scrolling: touch;
   height: 100%;
   width: 100%;
   display: flex;
   overflow-x: auto;
}

.menu-wrap .menu-wrap-con li {
  white-space: nowrap;
}

.menu-wrap .menu-wrap-con li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eee;
  content: "";
}

.menu-wrap .menu-wrap-con li:first-child a {
  margin-left: 0;
}

.menu-wrap .menu-wrap-con li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  padding: 11px 0;
  margin-left: 32px;
  z-index: 2;
}

.menu-wrap .menu-wrap-con li.on a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #2254C5;
}

.tabBox {
  clear: both;
  width: 100%;
  height: 40px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 16px;
  margin-top: 12px;
}

.tab-menu {
  background: #fff;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  box-sizing: border-box;
}

.tab-menu .layer {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 100%);
  z-index: 9;
}

.tab-menu .tab-menu-con {
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.tab-menu .tab-menu-con a {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  padding: 9px 24px;
  margin-left: 2px;
  z-index: 2;
  background: #f4f4f4;
  border-top: solid 2px #f4f4f4;
  border-left: solid 2px #f4f4f4;
  border-right: solid 2px #f4f4f4;
}

.tab-menu .tab-menu-con a:first-child {
  margin-left: 0;
}

.tab-menu .tab-menu-con a.on {
  border-color: #2254C5;
  background: #fff;
}

.tabCon {
  padding: 0 16px;
  margin-top: 12px;
}

.tabCon-list {
  margin: 6px 0 0;
}
.tabCon-list li {
  border-bottom: solid 1px #eee;
  word-break: break-word;
  padding: 16px 0;
}
.tabCon-list li a {
  font-size: 15px;
  color: #222;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabCon-list li a span {
  color: #2254C5;
  padding-right: 5px;
}
.tabCon-list li a span.icon-hot-txt {
  color: #fff;
  padding: 0 7px;
  margin: 0px 5px 0 0;
}
.tabCon-list li a div.parent {
  margin: auto;
  display: flex;
  align-items: center;
}
.tabCon-list li a div div.current {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.tabCon-list li a div div p {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabCon-list li a img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
}

.menu-breadcrumb {
  position: relative;
  font-size: 0;
}
.menu-breadcrumb li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  padding-right: 16px;
  color: #555;
  font-size: 13px;
  line-height: 18px;
}
.menu-breadcrumb li::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url('/hc/static/51/img/ic-arrow-line-right.png?1553464254') no-repeat center right;
  background-size: 16px;
  content: "";
}
.menu-breadcrumb li:last-child::after {
  background: none;
}
.menu-breadcrumb li a {
  display: block;
  color: #999;
}

.menu-breadcrumb li:last-child a {
  color: #111111;
  font-weight: bold;
}

.faq-list-detailed .list-title {
  display: block;
  font-size: 18px;
  color: #222;
  line-height: 24px;
  padding: 4px 0 16px;
  border-bottom: solid 1px #eee;
  word-break: break-word;
  word-wrap: break-word;
}
.faq-list-detailed .list-title span {
  color: #2254C5;
  padding-right: 5px;
}
.faq-list-detailed .list-text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 20px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 40px;
  word-break: break-word;
  word-wrap: break-word;
}
.faq-list-detailed .list-text p {
  padding: 0 16px 10px 0 !important;
  letter-spacing: 0.2px !important;
  white-space: inherit !important;
}

.oc-btn {
  font-size: 0;
  margin-top: 16px;
  min-height: 40px;
}
.oc-btn button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.paginate {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.paginate a {
  display: inline-block;
  vertical-align: top;
  padding: 9px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
}
.paginate a img {
  width: 20px;
}
.paginate a.next {
  border-left: none;
}
.paginate a.disabled {
  cursor: default;
}
.paginate a.disabled img {
  opacity: .2;
}

#uploadFileList.upLoad {
  padding-top: 0;
}

.upLoad {
  padding: 22px 0 12px 0;
}
.upLoad dt {
  font-size: 15px;
  line-height: 20px;
  color: #2254C5;
  padding-bottom: 2px;
}
.upLoad dd {
  display: block;
  margin-top: 4px;
}
.upLoad dd > span {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #e0d6f8;
  background-color: #f5f1ff;
  line-height: 20px;
  padding: 9px 10px 9px 35px;
  font-size: 14px;
  color: #2254C5;
  border-radius: 1px;
  word-break: break-word;
}

.type-img {
  background: #f5f1ff url('/hc/static/51/img/ic-file-s-image.png?1551291424') no-repeat 8px center;
  background-size: 24px;
}

.type-doc {
  background: #f5f1ff url('/hc/static/51/img/ic-file-s-document.png?1551291424') no-repeat 8px center;
  background-size: 24px;
}

.upLoad-close {
  margin: 0 0 0 10px;
  vertical-align: middle;
  line-height: 14px;
  display: inline-block;
  cursor: pointer;
}

.faq-list-qa .faq-qa-title {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  padding: 3px 0 4px;
  word-break: break-word;
  word-wrap: break-word;
}
.faq-list-qa .faq-qa-state {
  font-size: 0;
  padding-bottom: 16px;
}
.faq-list-qa .faq-qa-state dt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 73px;
  font-size: 14px;
  color: #333;
  line-height: 19px;
  padding-right: 14px;
  word-break: break-word;
  word-wrap: break-word;
}
.faq-list-qa .faq-qa-state dt::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  content: ":";
}
.faq-list-qa .faq-qa-state dd {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: 19px;
  padding-left: 4px;
  word-break: break-word;
  word-wrap: break-word;
}
.faq-list-qa .aqList li {
  position: relative;
  border-top: solid 1px #eee;
  padding: 16px 0 16px 32px;
  font-size: 15px;
  color: #555;
  line-height: 19px;
}
.faq-list-qa .aqList li p {
  padding-bottom: 10px;
  word-break: break-word;
  word-wrap: break-word;
}
.faq-list-qa .aqList li .upLoad-time {
  font-size: 13px;
  color: #999;
  line-height: 16px;
}
.faq-list-qa .aqList li.q::after {
  position: absolute;
  top: 16px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  content: "Q";
  font-size: 17px;
  line-height: 20px;
  font-family: sans-serif;
  color: #222;
  font-weight: 800;
  overflow: hidden;
}
.faq-list-qa .aqList li.a::after {
  position: absolute;
  top: 16px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  content: "A";
  font-size: 17px;
  line-height: 20px;
  font-family: sans-serif;
  color: #2254C5;
  font-weight: 800;
  overflow: hidden;
}
.faq-list-qa .a-inquiry {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 16px;
  background: #f4f4f4;
  margin: 0 -16px;
}
.faq-list-qa .a-inquiry .a-inquiry-title {
  font-size: 14px;
  color: #222;
  line-height: 16px;
  word-break: break-word;
  word-wrap: break-word;
}
.faq-list-qa .a-inquiry .a-inquiry-textarea {
  margin: 6px 0;
}
.faq-list-qa .a-inquiry .a-inquiry-textarea textarea {
  height: 120px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  color: #222;
  line-height: 20px;
  padding-top: 8px;
}
.faq-list-qa .a-inquiry .a-inquiry-textarea textarea::placeholder {
  font-size: 14px;
  color: #ddd;
  line-height: 20px;
  opacity: .38;
}
.faq-list-qa .a-inquiry .a-inquiry-textarea textarea.error-box {
  border-color: #fa2828;
}
.faq-list-qa .a-inquiry .btn {
  text-align: right;
}

.fileUp {
  font-size: 0;
}
.fileUp > button {
  display: inline-block;
  vertical-align: middle;
  width: 78px;
}
.fileUp .text-down {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 78px);
  font-size: 12px;
  color: #777;
  line-height: 16px;
  padding-left: 8px;
  word-break: break-word;
  word-wrap: break-word;
}

.faq-downLoad li {
  display: block;
}
.faq-downLoad li .upLoadBox {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  border: solid 1px #e0d6f8;
  background-color: #f5f1ff;
  line-height: 20px;
  padding: 9px 10px 9px 35px;
  font-size: 12px;
  color: #2254C5;
  border-radius: 1px;
  word-break: break-word;
}

.faq-number-code {
  font-size: 0;
  margin: 6px 0 12px;
}
.faq-number-code dt {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 156px);
}
.faq-number-code dd {
  display: inline-block;
  vertical-align: top;
  width: 152px;
  margin-left: 4px;
  height: 40px;
  border: solid 1px #ddd;
  background: #fff;
  font-size: 0;
  text-align: center;
}
.faq-number-code dd img {
  display: inline-block;
  vertical-align: top;
  width: 110px !important;
  height: 32px !important;
  margin: 4px auto 0;
  padding: 0;
}
.faq-number-code dd .btn-refresh {
  display: inline-block;
  vertical-align: top;
  border-left: solid 1px #ddd;
  width: 40px;
  height: 39px;
  background: url('/hc/static/51/img/ic-refresh.png?1553539458') no-repeat center center;
  background-size: 20px;
  font-size: 0;
  color: transparent;
}

.inquiry-content {
  padding: 0 0 16px;
  margin-top: -16px;
}
.inquiry-content table {
  width: 100%;
}
.inquiry-content table td,
.inquiry-content table th {
  border-bottom: solid 1px #eee;
  padding: 12px 0;
  width: calc(100% - 80px);
  vertical-align: top;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 12px !important;
}
.inquiry-content table td .layui-form-radio {
  margin: 0;
}
.inquiry-content table .layui-form-radio div,
.inquiry-content table .layui-form-checkbox span {
  font-size: 12px;
  line-height: 16px;
}

.inquiry-content table td .bx_select,
.inquiry-content table th .bx_select {
  margin-top: 6px;
}
.inquiry-content table td .bx_select:first-child,
.inquiry-content table th .bx_select:first-child {
  margin-top: 0;
}
.inquiry-content table td .input-area,
.inquiry-content table th .input-area {
  font-size: 0;
}
.inquiry-content table td .input-area input,
.inquiry-content table th .input-area input {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 10px);
}
.inquiry-content table td .input-area span,
.inquiry-content table th .input-area span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  font-size: 12px;
  color: #555;
  text-align: center;
}
.inquiry-content table td textarea,
.inquiry-content table th textarea {
  height: 160px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 12px;
  color: #222;
  line-height: 20px;
}
.inquiry-content table td textarea::placeholder,
.inquiry-content table th textarea::placeholder {
  font-size: 12px;
  color: #808080;
  line-height: 20px;
  opacity: .38;
}
.inquiry-content table td textarea.error-box,
.inquiry-content table th textarea.error-box {
  border-color: #fa2828;
}
.inquiry-content table td .phone,
.inquiry-content table th .phone {
  font-size: 0;
}
.inquiry-content table td .phone .bx_select,
.inquiry-content table th .phone .bx_select {
  display: inline-block;
  vertical-align: top;
  width: 85px;
}
.inquiry-content table td .phone .layui-input,
.inquiry-content table th .phone .layui-input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 174px);
  margin: 0 4px;
}
.inquiry-content table td .phone .btn,
.inquiry-content table th .phone .btn {
  width: 80px;
}
.inquiry-content table td .bx_radio .layui-input-block,
.inquiry-content table th .bx_radio .layui-input-block {
  margin-left: 0;
  min-height: 18px;
}
.inquiry-content table td .bx_radio .layui-input-block .layui-form-radio,
.inquiry-content table th .bx_radio .layui-input-block .layui-form-radio {
  margin: 0;
}
.inquiry-content table td .message dt,
.inquiry-content table th .message dt {
  display: block;
  font-size: 11px;
  line-height: 18px;
  color: #777;
  padding: 12px 0 2px 0;
}
.inquiry-content table td .message dt:first-child,
.inquiry-content table th .message dt:first-child {
  padding: 0 0 2px 0;
}
.inquiry-content table td .message dd,
.inquiry-content table th .message dd {
  display: block;
}
.inquiry-content table td .bx_input,
.inquiry-content table th .bx_input {
  vertical-align: top;
}
.inquiry-content table td .checkBox-text,
.inquiry-content table th .checkBox-text {
  font-size: 12px;
  line-height: 18px;
  color: #777;
  padding-bottom: 10px;
}
.inquiry-content table td .label-text,
.inquiry-content table th .label-text {
  font-size: 12px;
  color: #333;
  padding-left: 2px;
}
.inquiry-content table td .book,
.inquiry-content table th .book {
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
.inquiry-content table td .book strong,
.inquiry-content table th .book strong {
  display: block;
  color: #222;
}
.inquiry-content table td .validation,
.inquiry-content table th .validation {
  font-size: 0;
}
.inquiry-content table td .validation .layui-input,
.inquiry-content table th .validation .layui-input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 88px);
}
.inquiry-content table td .validation .btn,
.inquiry-content table th .validation .btn {
  width: 80px;
  margin-left: 4px;
}
.inquiry-content table td .validation.codeInput .layui-input,
.inquiry-content table th .validation.codeInput .layui-input {
  width: 100%;
}
.inquiry-content table td .number-code,
.inquiry-content table th .number-code {
  height: 76px;
  background-color: #f7f7f7;
  font-size: 0;
  margin-bottom: 6px !important;
  overflow: hidden;
}
.inquiry-content table td .number-code dt,
.inquiry-content table th .number-code dt {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  padding: 8px 0;
  text-align: center;
}
.inquiry-content table td .number-code dt img#captchaImage,
.inquiry-content table th .number-code dt img#captchaImage {
  height: 60px;
  width: auto;
  margin-left: 0;
}.inquiry-content table td .number-code dd,
.inquiry-content table th .number-code dd {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  border-left: solid 1px #ddd;
  text-align: center;
}
.inquiry-content table td .number-code dd a,
.inquiry-content table th .number-code dd a {
  display: block;
  line-height: 76px;
  padding: 0 12px;
  font-size: 12px;
  color: #333;
}
.inquiry-content table th {
  min-width: 80px;
  line-height: 16px;
  font-size: 12px;
  color: #222;
}
.inquiry-content table th.distance {
  padding: 24px 0 12px;
}
.inquiry-content table th i {
  font-style: normal;
  color: #ff0000;
  padding-left: 5px;
}
.inquiry-content .globalphone-img {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 13px;
  content:url("../../img/icon-plus.png");
}
.consent {
  padding: 8px 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
.consent .bx_radio {
  padding-top: 14px;
  font-size: 0;
}
.consent .bx_radio .layui-form-checkbox span{
  font-size: 12px;
  line-height: 16px;
}

.consent .bx_radio .layui-input-block {
  margin-left: 0;
  min-height: 20px;
}
.consent .bx_radio .label-text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px);
  font-size: 12px;
  color: #333;
  padding: 0 0 0 8px;
  word-break: break-word;
  word-wrap: break-word;
}
.consent .btn {
  margin-top: 30px;
  width: 100%;
  height: 48px;
}

.over-text {
  padding: 0 0 24px;
}
.over-text dt {
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 8px;
}
.over-text dd {
  font-size: 12px;
  line-height: 18px;
  color: #777;
}

.qna-list {
  border-bottom: solid 1px #eee;
  padding: 16px 0;
}
.qna-list:first-child {
  padding: 0 0 16px;
}
.qna-list .list-title {
  display: block;
  font-size: 15px;
  color: #222;
  line-height: 20px;
  padding-top: 2px;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.qna-list .list-title span {
  color: #2254C5;
  padding-right: 5px;
}
.qna-list .list-data-time {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  padding-top: 4px;
}

.error-txt {
  margin-top: 6px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  padding-left: 24px;
  background: url('/hc/static/51/img/ic-warning.png?1551291344') no-repeat 0 0;
  background-size: 20px;
}

.errorCon .error-txt {
  background: none;
}

.validation-text {
  margin-top: 6px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  padding-left: 24px;
  background: url('/hc/static/51/img/ic-caution.png?1551291424') no-repeat 0 0;
  background-size: 20px;
}

.notice_list_con {
  margin-top: -16px;
}
.notice_list_con li {
  padding: 14px 0;
  border-bottom: solid 1px #eee;
  word-break: break-word;
}
.notice_list_con li a {
  font-size: 15px;
  color: #222;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice_list_con li a span {
  margin: 0px 5px 0 0;
}
.notice_list_con li a div.parent {
  margin: auto;
  display: flex;
  align-items: center;
}
.notice_list_con li a div div.current {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.notice_list_con li a div div p {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice_list_con li a img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
}
.notice_list_con li .txt-time {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-top: 4px;
}

.icon-new {
  font-weight: bold !important;
}

.notice-content {
  border-bottom: solid 1px #ddd;
  padding: 0 0 16px;
}
.notice-content .content-title {
  border-bottom: solid 1px #eee;
  padding-bottom: 16px;
}
.notice-content .content-title h2 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  padding-bottom: 6px;
  line-height: 24px;
  word-break: break-word;
  word-wrap: break-word;
}
.notice-content .content-title h2 span {
  margin: -4px 6px 0 0;
}
.notice-content .content-title .data-label {
  font-size: 0;
  padding-bottom: 8px;
}
.notice-content .content-title .data-label li {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  background: #e5e5e5;
  font-size: 12px;
  color: #333;
  margin-left: 4px;
  padding: 0 5px;
  word-break: break-word;
  word-wrap: break-word;
}
.notice-content .content-title .data-label li:first-child {
  margin-left: 0;
}
.notice-content .faq-qa-state {
  font-size: 0;
}
.notice-content .faq-qa-state dt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 73px;
  font-size: 14px;
  color: #333;
  line-height: 19px;
  padding-right: 14px;
  word-break: break-word;
  word-wrap: break-word;
}
.notice-content .faq-qa-state dt::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  content: ":";
}
.notice-content .faq-qa-state dd {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: 19px;
  padding-left: 4px;
  word-break: break-word;
  word-wrap: break-word;
}
.notice-content .noticeCon-text {
  padding-top: 16px;
  font-size: 15px;
  color: #555;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
}
.notice-content .noticeCon-text > p {
  padding-bottom: 10px;
  word-break: break-word;
  word-wrap: break-word;
}
.notice-content .upLoad {
  padding: 30px 0 0 0;
}

html,
body {
  background: #fff;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.m-content {
  min-height: 100vh;
}

/* del popup */
.layui-layer-shade {
  opacity: 0 !important;
}

.layui-layer.layui-layer-dialog.message-box {
  width: 86% !important;
  left: 50% !important;
  margin-left: -43% !important;
  min-width: 312px;
  border-radius: 2px;
  border: 0;
  font-size: 12px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.layui-layer.layui-layer-dialog.message-box .message-tit {
  padding-bottom: 8px;
}

.message-box.layui-layer-dialog .layui-layer-padding {
  padding: 40px 20px 0 20px;
  font-size: 14px;
  color: #555;
  line-height: 18px;
  overflow: hidden;
}

.message-box.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  display: none;
}

.message-box .layui-layer-setwin {
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
}

.message-box .layui-layer-setwin .layui-layer-close2 {
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  opacity: .38;
}

.message-box.layui-layer-loading .layui-layer-setwin {
  display: none;
}

.message-box .layui-layer-btn {
  padding: 15px 20px 20px 0;
}

.message-box .layui-layer-btn a {
  height: 40px;
  border-radius: 2px;
  font-size: 15px;
  color: #fff !important;
  line-height: 40px;
  padding: 0 24px;
  font-weight: 200;
  border: none;
  margin: 0;
}

.message-box .layui-layer-btn .layui-layer-btn0 {
  background-color: #2254C5;
}

.message-box .layui-layer-btn .layui-layer-btn1 {
  background-color: #aaa;
  margin-left: 5px;
}
.btnArea {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  margin-left: 5px;
}
.btnArea button.btn.btn-color_purple {
  width: 90px;
  padding: 0;
}

.search {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.search .input-txt.search-inp {
  padding-right: 30px;
  width: calc(100% - 100px);
}
.clear-button {
  position: absolute;
  right: 125px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  background: url('/hc/static/51/img/ic-input-clear-m.png?1716204037625') no-repeat center center;
  background-size: contain;
  border: none;
  outline: none;
}
.clear-button:hover {
  opacity: 0.7;
}

.category_select {
	padding-top: 2px;
	padding-left: 16px;
	padding-right: 16px;
}
.p_12px {
    padding-top: 12px;
}

.searchResultText span {
	color: red;
}

input[type=search]::-webkit-search-cancel-button{
	-webkit-appearance: none;
	position: relative;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background :url("/hc/static/51/img/ic-input-clear-m.png?1716204037625") no-repeat center;
	background-size: 18px 18px;
}

input[type="search"]{-webkit-appearance:none;}

#chat-offline {
    position: relative;
    display: block;
    position: fixed;
    text-align: center;
    left: calc(50% - 200px);
    top: calc(50% - 125px);
    z-index: 99;
    width: 400px;
    min-height: 250px;
    height: max-content;
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    border: none;
    font-size: 13px;
    color: #fff;
    padding: 48px 40px 35px;
    line-height: 20px;
    overflow: hidden;
}

#chat-offline .title {
    display: block;
    text-align: left;
    font-size: 19px;
    color: #333;
}

#chat-offline .text {
    display: block;
    text-align: left;
    padding: 29px 0 0;
    color: #333;
    font-size: 14px;
}

#chat-offline .close {
    width: 24px;
    height: 24px;
    font-family: arial,sans-serif;
    color: #999;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 18px;
}

#chat-offline .btn {
    float: right;
    margin-top: 40px;
    font-size: 15px;
    padding: 0 30px;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    background: #2254C5;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
}

@media screen and (max-width: 640px) {
	#chat-offline {
	    width: 90%!important;
	    height: auto!important;
	    left: 50%!important;
	    top: 50%!important;
	    padding: 25px 20px 24px 20px!important;
	    transform: translate(-50%, -50%)!important;
	}
}
.account-form {
  margin-top: -8px;
}
.account-option .option_title {
  display: block;
  margin: 8px 0;
}
.base-inquiry-btn {
  display: block;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 12px auto 0;
  background-color: #2254C5;
  padding: 0 22px;
}
.inquiry-success {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 19px;
  margin-top: 8px;  
}
.icon-inquiry-success {
  width: 14px;
  height: 14px;
  background: url("/hc/static/51/img/icon_success.png") no-repeat center center;
  background-size: 14px;
  margin-right: 5px;
}
.form-select-value {
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  padding: 0 10px;
}

.selectLang {
	width: 200px;
	height: 25px;
	font-size: 16px;	
}

.language-footer {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-top: 20px;
}

.corp-footer {
	text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
}

.corp-ci img {
	max-width: 140px;
}

.corp-list, .corp-ci, .corp-copyright {
	margin-bottom: 10px;
}

.corp-delimiter {
	margin: 0px 10px;
}

.corp-copyright {
	font-size: 14px;
}

.corp-info-detail {
	text-align: -webkit-center;
	min-height: 320px;
}

.corp-info-list {
	text-align: left;
	margin: 10px 10px 40px 10px;
	width: 90%
}

.corp-info-list tr {
	height: 50px;
	border-bottom: solid 1px #ddd;
}

.corp-info-name {
	font-weight: bold;
}

.corp-info-content {
	padding-left: 5px;
}

.corp-term-detail {
	text-align: center;
	min-height: 320px;
}

.corp-term-list {
	display: inline-block;
	text-align: left;
	margin: 10px 10px 40px 10px;
	width: 90%
}

.corp-term-list li {
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
}

.corp-explain {
	text-align: center;
	margin: 10px 15% 20px 15%;
}

.tooltip-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #e5e5e5;
  color: #222;
  text-align: center;
  cursor: pointer;
}

.notice_query {
    color: #2254C5;
    font-weight: bold;
}

.searchNoticeResultText {
    margin-bottom: 30px;
}

.noticeSearch {
    margin-top: 8px;
}

.detail-content table td,
.detail-content table th {
    color: initial;
    line-height: initial;
}

.faq-list-qa .aqList li .detail-content {
    line-height: 1.6;
    font-size: 14px;
    color: #333;
}

.faq-list-qa .aqList li .detail-content em,
.faq-list-qa .aqList li .detail-content em span {
    font-style: italic;
}

.faq-list-qa .aqList li .detail-content p {
    padding-bottom: 0px;
    display: block;
    line-height: 1.5;
    margin-block-start: 1em!important;
    margin-block-end: 1em!important;
}

.faq-list-qa .aqList li .detail-content ol {
    line-height: 1.6;
    padding-inline-start: 25px;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.faq-list-qa .aqList li .detail-content ol li {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    padding: 0px;
    border-top: none;
}

.faq-list-qa .aqList li .detail-content ul {
    line-height: 1.6;
    padding-inline-start: 40px;
    margin-block-start: 1em;
    margin-block-end: 1em!important;
}

.faq-list-qa .aqList li .detail-content ul li {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    padding: 0px;
    border-top: none;
    list-style-type: square;
}

.faq-list-qa .aqList li .detail-content li ul,
.faq-list-qa .aqList li .detail-content li ol {
    margin-block-start: 0em;
    margin-block-end: 0em!important;
}

.faq-list-qa .aqList li .detail-content a {
  color: #0000EE;
  text-decoration: underline;
  cursor: pointer;
}

.faq-list-qa .aqList li .detail-content a:visited {
  color: #551A8B;
}

.faq-list-qa .aqList li .detail-content a:hover,
.faq-list-qa .aqList li .detail-content a:focus {
  color: #FF4500;
  text-decoration: underline;
}

.faq-list-qa .aqList li .detail-content a:active {
  color: #FF0000;
}

.faq-list-qa .detail-content-field {
  padding: 16px;
  background: #f4f4f4;
  margin: 0 -16px;
}
.faq-list-qa .detail-content-field dl {
  margin: 0;
  padding: 0;
}
.faq-list-qa .detail-content-field dt {
  font-size: 13px;
  color: #555555;
  margin-bottom: 4px;
}

.faq-list-qa .detail-content-field dd {
  font-size: 14px;
  color: #333333;
  margin: 0 0 16px 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.arrow-div {
  float: right;
  padding-right: 10px;
}

.arrow-div img {
  width: 15px;
  height: 9px;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.rotated {
   transform: scaleY(-1);
}