@charset "utf-8";

/* ====================== reset ====================== */
/* ----- Element ----- */
@media screen and (min-width: 1024px) {
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
a img,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
dl {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
::-moz-focus-inner {
  border: 0;
}
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
sup,
sub {
  line-height: -1px;
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
i {
  font-style: normal !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
input[type='text']:disabled,
textarea:disabled {
  background-color: #ebebe4;
}
button:focus {
  outline: none;
}
/* -- strong --*/
strong,
.bold {
  font-weight: bold;
}
/* -- cap --*/
.cap {
  margin: 2px 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

/* -- clear -- */
.clear {
  clear: both;
}
br.clear {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1%;
  font-size: 1%;
}

/* -- cf -- */
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1; /*IE/7/6*/
}

/* -- clear iphone  appearance-- */
input[type='button'],
input[type='submit'],
input[type='reset'],
a {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
  resize: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
select {
  height: 28px;
  border-radius: 3px;
}
textarea,
select,
input {
  border: 1px solid #cccccc;
  padding-left: 5px;
  padding-right: 5px;
  font: 100 12px 'Yu Gothic', 'Yu Gothic Regular';
}
input {
  outline: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* ====================== commn ====================== */
.dn {
  display: none !important;
}
.di {
  display: inline !important;
}
.diblock {
  display: inline-block !important;
}
.relt {
  position: relative;
}
.ablt {
  position: absolute;
}
.resizeNone {
  resize: none;
}
.hand {
  cursor: pointer;
}
.default {
  cursor: default;
}
.fll {
  float: left;
}
.flr {
  float: right !important;
}
.fln {
  float: none !important;
}
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.overflow-y-s {
  overflow-y: scroll !important;
}
.box_sizing_bdr {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-none {
  text-decoration: none !important;
}
/* -------------------- border-------------------- */
.bodernone {
  border: none !important;
}
.borderBottom159ba8 {
  border-bottom: 4px solid #159ba8;
}
.borderBottom999 {
  border-bottom: 1px solid #999;
}
.borderTop999 {
  border-top: 1px solid #999;
}
.boderb3b3b3 {
  border: 1px solid #b3b3b3;
}
.border-radius5 {
  border-radius: 5px;
}
/* -------------------- bg color -------------------- */
.bg_white {
  background-color: rgba(255, 255, 255, 0.6);
}
.bgf091a7 {
  background-color: #f091a7;
}
.bgf0928a {
  background-color: #f0928a !important;
}
.bgb3b3b3 {
  background-color: #b3b3b3;
}
.bgc1272d {
  background-color: #c1272d;
}
.bg159ba8 {
  background-color: #159ba8;
}
.bgebf6f7 {
  background-color: #ebf6f7;
}
.bgefefef {
  background-color: #efefef;
}
.bg159aa3{
  background-color: #159aa3;
}
.bga5cff1{
  background-color: #a5cff1;
}
/* -------------------- color -------------------- */
.bgf091a6 {
  color: #f091a6 !important;
}
.color159ba8 {
  color: #159ba8 !important;
}
.color000 {
  color: #000 !important;
}
.colorfff {
  color: #fff !important;
}
.color00a3b1 {
  color: #00a3b1;
}
.colorff0000 {
  color: #ff0000;
}
.color044995 {
  color: #044995 !important;
}
.colorb3b3b3 {
  color: #b3b3b3;
}
/* -------------------- fontStyle-------------------- */
.fontLiFhter {
  font-weight: lighter !important;
}
.fontBold {
  font-weight: bold !important;
}
.fontsize10 {
  font-size: 10px;
}
.fontsize12 {
  font-size: 12px;
}
.fontsize13 {
  font-size: 13px;
}
.fontsize14 {
  font-size: 14px;
}
.fontsize15 {
  font-size: 15px;
}
.fontsize16 {
  font-size: 16px;
}
.fontsize17 {
  font-size: 17px;
}
.fontsize18 {
  font-size: 18px;
}
.fontsize20 {
  font-size: 20px;
}
.fontsize30 {
  font-size: 30px;
}
/* -------------------- width -------------------- */
.w8 {
  width: 8px;
}
.w18 {
  width: 18px;
}
.w20 {
  width: 20px;
}
.w1024 {
  width: 1024px;
  min-width: 1024px;
}
.w1240 {
  width: 1240px;
  min-width: 1240px;
}
.w100 {
  width: 100px;
}
.w170 {
  width: 170px;
}
.w220 {
  width: 220px;
}
.w250 {
  width: 250px;
}
.w287 {
  width: 287px;
}
.w305 {
  width: 305px;
}
.w323 {
  width: 323px !important;
}
.w330 {
  width: 330px;
}
.w360 {
  width: 360px;
}
.w456 {
  width: 456px;
}
.w489 {
  width: 489px;
}
.w570 {
  width: 570px;
}
.wb37 {
  width: 37%;
}
.wb43 {
  width: 43% !important;
}
.wb44 {
  width: 44% !important;
}
.wb46 {
  width: 46%;
}
.wb47 {
  width: 47%;
}
.wb48 {
  width: 48% !important;
}
.wb50 {
  width: 50%;
}
.wb55 {
  width: 55%;
}
.wb65 {
  width: 65%;
}
.wb68 {
  width: 68%;
}
.wb71 {
  width: 71%;
}
.wb97 {
  width: 97%;
}
.wb100 {
  width: 100% !important;
}
.wmin1240 {
  min-width: 1240px;
}
.mw422 {
  max-width: 422px !important;
}
/* -------------------- height -------------------- */
.h40 {
  height: 40px !important;
}
.h100 {
  height: 40px !important;
}
.hmin232 {
  min-height: 232px;
}
.h404 {
  height: 404px;
}
.lineh24 {
  line-height: 24px;
}
.lineh40 {
  line-height: 40px !important;
}
.lineh42 {
  line-height: 42px !important;
}
.topf1 {
  top: -1px;
}
.topf10 {
  top: -10px;
}
.top1 {
  top: 1px;
}
.top2 {
  top: 2px;
}
.top3 {
  top: 3px;
}
.top4 {
  top: 4px;
}
.top6 {
  top: 6px;
}
.top8 {
  top: 8px;
}
.top10 {
  top: 10px;
}
.top12 {
  top: 12px;
}
.top15 {
  top: 15px;
}
.top16 {
  top: 16px;
}
.top17 {
  top: 17px;
}
.top21 {
  top: 21px;
}
.leftf4 {
  left: -4px;
}
.left72 {
  left: 72px;
}
.rightf2 {
  right: -2px;
}
.rightf183 {
  right: -183px;
}
.rightf195 {
  right: -195px;
}
.right0 {
  right: 0px;
}
.right10 {
  right: 10px;
}
.right12 {
  right: 12px;
}
.right18 {
  right: 18px;
}
.bt0 {
  bottom: 0;
}
/* -------------------- padding -------------------- */
.pt6 {
  padding-top: 6px;
}
.pt8 {
  padding-top: 8px;
}
.pt12 {
  padding-top: 12px;
}
.pt18 {
  padding-top: 18px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt40 {
  padding-top: 40px;
}
.pt48 {
  padding-top: 48px;
}
.pt80 {
  padding-top: 80px;
}
.pt144 {
  padding-top: 144px !important;
}
.pl4 {
  padding-left: 4px;
}
.pl15 {
  padding-left: 15px;
}
.pl25 {
  padding-left: 25px;
}
.pl50 {
  padding-left: 50px;
}
.pr0 {
  padding-right: 0 !important;
}
.pr4 {
  padding-right: 4px;
}
.pr15 {
  padding-right: 15px;
}
.pr25 {
  padding-right: 15px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb6 {
  padding-bottom: 6px;
}
.pb8 {
  padding-bottom: 8px;
}
.pb12 {
  padding-bottom: 12px;
}
.pb18 {
  padding-bottom: 18px;
}
/* -------------------- margin -------------------- */
.m00 {
  margin: 0 !important;
}
.m0A {
  margin: 0 auto !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr31 {
  margin-right: 31px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt13 {
  margin-top: 13px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt18 {
  margin-top: 18px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt23 {
  margin-top: 23px !important;
}
.mt28 {
  margin-top: 28px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt42 {
  margin-top: 42px !important;
}
.mt62 {
  margin-top: 62px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mtf7 {
  margin-top: -7px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml43 {
  margin-left: 43px !important;
}
.ml51 {
  margin-left: 51px !important;
}
.ml62 {
  margin-left: 62px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml31 {
  margin-left: 31px !important;
}
.mb52 {
  margin-bottom: 52px;
}
/*------------------input----------------------*/
.gray-input {
  padding: 10px 6px 8px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #b3b3b3;
}
.gray-input-ul {
  padding: 10px 0px 8px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #b3b3b3;
}
.green-input {
  padding: 10px 6px 8px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #159ba8;
}
input[placeholder]::-webkit-input-placeholder {
  font-weight: bold;
  color: #b3b3b3;
}
input[placeholder]:-moz-placeholder {
  font-weight: bold;
  color: #b3b3b3;
}
input[placeholder]::-moz-placeholder {
  font-weight: bold;
  color: #b3b3b3;
}
input[placeholder]:-ms-input-placeholder {
  font-weight: bold;
  color: #b3b3b3;
}
/*------------------------ button-------*/
.btn {
  width: 323px;
  height: 42px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a.btn,
a.btn:link,
a.btn:visited {
  color: #fff;
}
a.btn_font_color,
a.btn_font_color:link,
a.btn_font_color:visited {
  color: #fff !important;
}
.btn_blue {
  color: #149aa7;
  background-color: #ebf6f7;
  border: 1px solid #82c9d0;
}
.btn_blue:hover {
  color: #ebf6f7;
  background-color: #149aa7;
}
.btn_white {
  color: #999999 !important;
  border-color: #b3b3b3;
  background-color: #fff;
}
.btn_white:hover {
  color: #fff !important;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn_gray {
  background-color: #b3b3b3;
}
.btn_gray:hover {
  background-color: #666666 !important;
}
.btn_green_hover:hover {
  background-color: #ebf6f7;
  color: #159ba8 !important ;
}
.btn_disable,.btn_disable:hover{
  background-color: #b3b3b3;
  color: #FFFFFF !important ;
  cursor: default;
}
/*------------------------ label-------*/
.label {
  display: inline-block;
  padding: 1px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  cursor: default;
  background-image: none;
  background-color: #666666;
  border: 1px solid transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* -------------------- scroll_box -------------------- */
.scroll_box {
  font-size: 14px;
  width: auto;
  margin: 0 auto;
  overflow-y: auto;
  padding: 0 10px 0 17px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scrollbar-track-color: transparent; /*ie*/
}
/*chrome*/
.scroll_box::-webkit-scrollbar {
  width: 20px;
}
.scroll_box::-webkit-scrollbar-track {
  background: transparent;
}
.scroll_bar_gray::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 6px solid transparent;
  box-shadow: 8px 0 0 #999 inset;
}
.scroll_bar_blue::-webkit-scrollbar {
  width: 10px;
}
.scroll_bar_blue::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #159ba8;
}
.scroll_bar_blue::-webkit-scrollbar-track {
  background: #e6e6e6;
}
/*ie*/
.scroll_bar_gray {
  scrollbar-face-color: #999;
}
.scroll_bar_blue {
  scrollbar-face-color: #159ba8;
}
/* -------------------- txt -------------------- */
.no_wrap {
  word-break: keep-all;
  word-wrap: normal;
  white-space: nowrap;
}
.wrap {
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}

/* ========== main content ============
================================= */
html,
body {
  background-color: rgb(235, 246, 247);
  color: #000000;
  font-family: 'Yu Gothic', 'Yu Gothic Regular';
  font-size: 14pt;
  line-height: 1.8;
}
a,
a:link,
a:visited {
  color: #00a3b1;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #00a3b1;
}
/* chang 2019-12-17 */
a:hover {
  text-decoration: none;
}
/* ====================== commn layout================ */
.hdrArea,
.ftrArea,
.mainArea {
  margin: 0 auto;
}
.mainArea {
  padding: 80px 0 60px 0;
  background-color: #ffffff;
  box-shadow: 5px 5px 5px 0px #bfbfbf;
}
/*------------------------ title-------*/
.h2 {
  font-weight: bold;
  color: #00a3b1;
  text-align: center;
  margin-top: 45px;
  padding-bottom: 14px;
}
.h2::after {
  content: '';
  display: block;
  width: 163px;
  height: 4.5px;
  background-color: #00a3b1;
  margin: 0 auto;
}
.h2.color044995:after {
  background-color: #044995;
}
/*------------------------ hdrArea-------*/
.topLogo {
  float: left;
  padding-left: 10px;
}
/*  --top_sec-- */
.hdrArea .top_sec {
  padding-right: 28px;
  line-height: 56px;
}
.hdrArea .top_sec .top_links {
  text-align: right;
  color: #159ba8;
  font-size: 0;
  height: 56px;
  line-height: 56px;
}
.hdrArea .top_sec .top_links > li {
  display: inline-block;
}
.hdrArea .top_sec .top_links > li::after {
  content: '';
  width: 0;
  height: 17px;
  display: inline-block;
  border-right: 2px solid #159ba8;
  vertical-align: middle;
  margin: 0 16px;
}
.hdrArea .top_sec .top_links > li span {
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.hdrArea .top_sec .top_links > li:last-child::after {
  content: '';
  display: none;
}
/* ----drop_contrl---- */
.hdrArea .drop_contrl .drop_touch {
  background: url(../images/head_d_arr.png) no-repeat right center;
  background-size: 12px;
  padding-right: 16px;
  font-weight: bold;
}
.hdrArea .drop_contrl {
  position: relative;
}
.hdrArea .drop_contrl .drop_list {
  position: absolute;
  top: 56px;
  right: -16px;
  z-index: 999;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 2.75px 0 #4a433f;
  text-align: left;
  display: none;
}
.hdrArea .drop_contrl .drop_list a {
  display: block;
  width: 118px;
  min-width: 118px;
  height: 25px;
  line-height: 25px;
  padding: 0 8.5px;
  overflow: hidden;
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hdrArea .drop_contrl .drop_list a:active,
.hdrArea .drop_contrl .drop_list a:hover {
  background-color: #159BA8;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
.hdrArea .drop_contrl.drop_lang .drop_list {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  right: 30px;
  transform-origin: center top;
  display: none;
}
.hdrArea .drop_contrl.drop_lang .drop_list a {
  width: auto;
  min-width: auto;
}
.hdrArea .top_sec .img_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  margin: 0 6px;
}
.hdrArea .top_sec .img_ball {
  background-image: url(../images/head_ball.png);
}
.hdrArea .top_sec .img_help {
  background-image: url(../images/head_help.png);
}
/*------------------------ ftrArea-------*/
.ftrArea {
  font-size: 0;
  background-color: rgb(235, 246, 247);
  text-align: center;
  margin: 59px auto 20px;
}
.ftrArea .foot_logo {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
}
.ftrArea .ftr_sec {
  position: relative;
  display: inline-block;
  padding-left: 164px;
  margin-left: -60px;
}
.ftrArea .ftr_links {
  text-align: left;
  margin-bottom: 12px;
}

.ftrArea .ftr_links a {
  color: #231815;
}

/*------------------------ mainArea-------*/
/*login*/
.pwdShow {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url('../images/password_show.png') no-repeat;
  background-size: 18px;
}
.pwdShowing {
  background: url('../images/password_show_active.png') no-repeat;
  background-size: 18px;
}
.pwdNone {
  background: url('../images/password_show.png') no-repeat;
  background-size: 18px;
}
.pulldown {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url('../images/pullDown.png') no-repeat;
  background-size: 18px;
}
.explanation {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
  background: #4a4a4a !important;
  padding: 5px !important;
  border-radius: 8px !important;
  width: 276px;
  opacity: 0.9;
  font-family: Yu Gothic, Yu Gothic Regular, sans-serif;
  transform-origin: center bottom;
  z-index: 2;
}
.linkHover:hover {
  border-bottom: 1px solid #00a3b1;
  background-size: 100px;
}
.spshow {
	display:none;
}
.pcshow {
	display: inline;
}
.mainArea.login {
  width: 100%;
  min-width: 1240px;
  background: #fff url(../images/login_bg.png) no-repeat right center;
  background-size: 50% 100%;
}
.login {
  min-height: 756px;
  padding: 0;
  padding-bottom: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.login .inpt_list {
  font-size: 16px;
  margin: 45px 0 55px;
}
.login .forget_link li:last-child {
  padding: 0 30px;
}
.login .login_r {
  height: 100%;
}
.login .login_r .r_ctn {
  width: 425px;
  margin: 0 auto;
  font-size: 14px;
}
.login .scroll_box dt {
  font-size: 16px;
  margin: 6px 0 8px;
}
.login .white_box {
  padding: 18.5px 0 16.5px 0;
}
.login .scroll_box {
  max-height: 232px;
}
.login .nothing_box {
  font-size: 16px;
  padding-left: 20px;
  line-height: 40px;
}
.borderHover:hover {
  border-bottom: 1px solid #00a3b1;
}
/*---------------------------checkbox-----------------*/
.checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  position: relative;
  top: 1px;
}
/*-------messageTip-----------------------------------*/
.messageTip {
  border: 1px solid #ff0000;
  color: #ff0000;
  max-width: 600px;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 10px;
}
.messageTip_gray {
  padding: 16px 30px;
  margin: 0 auto;
  color: #666;
  line-height: 1.3;
  font-size: 14px;
  text-align: left;
  border: 1px solid #666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* chang 2019-12-16 */
.ftr_copyright {
  font-size: 9px;
  color: #231815;
}
.fixPosition {
  left: 60px;
  top: 14px;
}
.ftrArea .ftr_links li {
  height: 10px;
  padding: 0px 15px;
  line-height: 1;
  font-size: 11px;
  display: inline-block;
}
.ftrArea .ftr_links li:first-child {
  border-right: 1px solid #a7a9aa;
  padding-left: 58px;
}
/* IME SETTING */
.ime-close {
  ime-mode: disabled;
}
.pc-display-content {
	display: contents;
}
.pc-htmlLoginMessage {
	padding: 0 3%;
	margin-top: 3%;
}
.pc-dn {
	display: none !important;
}
.termTitle {
  font-size: 16px;
  font-weight: bold;
  color: #19939f !important;
  padding-bottom: 0px;
  border-bottom: 1px solid #19939f;
  margin-top: 20px;
  margin-bottom: 9px;
}
.secTitle {
  font-size: 14px;
  color: #19939f;
  font-weight: bold;
  margin-top: 7px;
}
.spanLink {
  display: inline-block;
  color: #19939f !important;
  cursor: pointer;
  font-weight: bold;
}
.menu{
  border:#ccc 1px solid;
  padding:5px 20px; 
  border-radius: 5px 5px;
  }
.menu:hover{
  border:#149AA7 1px solid;
  color: #19939f;
  cursor: pointer;
}
/** BS-1122 START **/
.correctBlock {
  display: block;
  background: url(../images/lifestyle_check.png) no-repeat center center;
  background-size: 15px 15px;
  float: left;
  width: 22px;
  height: 22px;
  filter: invert(1);
}
.whiteCorrect {
  filter: invert(0) !important;
}
.pl0 {
  padding-left: 0px !important;
}
/** BS-1122 END **/
}
@media screen and (max-width: 1023px) {
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
a img,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
dl {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1{
	display: none;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
::-moz-focus-inner {
  border: 0;
}
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
sup,
sub {
  line-height: -1px;
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
i {
  font-style: normal !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
input[type='text']:disabled,
textarea:disabled {
  background-color: #ebebe4;
}
button:focus {
  outline: none;
}
/* -- strong --*/
strong,
.bold {
  font-weight: bold;
}
/* -- cap --*/
.cap {
  margin: 2px 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

/* -- clear -- */
.clear {
  clear: both;
}
br.clear {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1%;
  font-size: 1%;
}

/* -- cf -- */
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1; /*IE/7/6*/
}

/* -- clear iphone  appearance-- */
input[type='button'],
input[type='submit'],
input[type='reset'],
a {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
  resize: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
select {
  height: 28px;
  border-radius: 3px;
}
textarea,
select,
input {
  border: 1px solid #cccccc;
  padding-left: 5px;
  padding-right: 5px;
  font: 100 12px 'Yu Gothic', 'Yu Gothic Regular';
}
input {
  outline: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* ====================== commn ====================== */
.dn {
  display: none !important;
}
.di {
  display: inline !important;
}
.diblock {
  display: inline-block !important;
}
.relt {
  position: relative;
}
.ablt {
  position: absolute;
}
.resizeNone {
  resize: none;
}
.hand {
  cursor: pointer;
}
.default {
  cursor: default;
}
.fll {
  float: left;
}
.flr {
  float: right !important;
}
.fln {
  float: none !important;
}
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.overflow-y-s {
  overflow-y: scroll !important;
}
.box_sizing_bdr {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-none {
  text-decoration: none !important;
}
/* -------------------- border-------------------- */
.bodernone {
  border: none !important;
}
.borderBottom159ba8 {
  border-bottom: 4px solid #159ba8;
}
.borderBottom999 {
  border-bottom: 1px solid #999;
}
.borderTop999 {
  border-top: 1px solid #999;
}
.boderb3b3b3 {
  border: 1px solid #b3b3b3;
}
.border-radius5 {
  border-radius: 5px;
}
/* -------------------- bg color -------------------- */
.bg_white {
  background-color: rgba(255, 255, 255, 0.6);
}
.bgf091a7 {
  background-color: #f091a7;
}
.bgf0928a {
  background-color: #f0928a !important;
}
.bgb3b3b3 {
  background-color: #b3b3b3;
}
.bgc1272d {
  background-color: #c1272d;
}
.bg159ba8 {
  background-color: #159ba8;
}
.bgebf6f7 {
  background-color: #ebf6f7;
}
.bgefefef {
  background-color: #efefef;
}
.bg159aa3{
  background-color: #159aa3;
}
.bga5cff1{
  background-color: #a5cff1;
}
/* -------------------- color -------------------- */
.bgf091a6 {
  color: #f091a6 !important;
}
.color159ba8 {
  color: #159ba8 !important;
}
.color000 {
  color: #000 !important;
}
.colorfff {
  color: #fff !important;
}
.color00a3b1 {
  color: #00a3b1;
}
.colorff0000 {
  color: #ff0000;
}
.color044995 {
  color: #044995 !important;
}
.colorb3b3b3 {
  color: #b3b3b3;
}
/* -------------------- fontStyle-------------------- */
.fontLiFhter {
  font-weight: lighter !important;
}
.fontBold {
  font-weight: bold !important;
}
.fontsize10 {
  font-size: 10px;
}
.fontsize12 {
  font-size: 12px;
}
.fontsize13 {
  font-size: 13px;
}
.fontsize14 {
  font-size: 14px;
}
.fontsize15 {
  font-size: 15px;
}
.fontsize16 {
  font-size: 16px;
}
.fontsize17 {
  font-size: 17px;
}
.fontsize18 {
  font-size: 18px;
}
.fontsize20 {
  font-size: 16px;
}
.fontsize30 {
  font-size: 18px;
}
/* -------------------- width -------------------- */
.w8 {
  width: 8px;
}
.w18 {
  width: 18px;
}
.w20 {
  width: 20px;
}
.w1024 {
  width: 1024px;
  min-width: 1024px;
}
.w1240 {
  width: 100%;
  min-width: none;
}
.w100 {
  width: 100px;
}
.w170 {
  width: 170px;
}
.w220 {
  width: 220px;
}
.w250 {
  width: 250px;
}
.w287 {
  width: 98%;
}
.w305 {
  width: 305px;
}
.w323 {
  width: 80%;
}
.w330 {
  width: 330px;
}
.w360 {
  width: 360px;
}
.w456 {
  width: 456px;
}
.w489 {
  width: 489px;
}
.w570 {
  width: 570px;
}
.wb37 {
  width: 37%;
}
.wb43 {
  width: 43% !important;
}
.wb44 {
  width: 44% !important;
}
.wb46 {
  width: 46%;
}
.wb47 {
  width: 47%;
}
.wb48 {
  width: 48% !important;
}
.wb50 {
  width: 100%;
}
.wb55 {
  width: 55%;
}
.wb65 {
  width: 65%;
}
.wb68 {
  width: 68%;
}
.wb71 {
  width: 71%;
}
.wb97 {
  width: 97%;
}
.wb100 {
  width: 100% !important;
}
.wmin1240 {
  min-width: 1240px;
}
.mw422 {
  max-width: 422px !important;
}
/* -------------------- height -------------------- */
.h40 {
  height: 40px !important;
}
.hmin232 {
  min-height: 232px;
}
.h404 {
  height: 404px;
}
.lineh24 {
  line-height: 24px;
}
.lineh40 {
  line-height: 40px !important;
}
.lineh42 {
  line-height: 42px !important;
}
.topf1 {
  top: -1px;
}
.topf10 {
  top: -10px;
}
.top1 {
  top: 1px;
}
.top2 {
  top: 2px;
}
.top3 {
  top: 3px;
}
.top4 {
  top: 4px;
}
.top6 {
  top: 6px;
}
.top8 {
  top: 8px;
}
.top10 {
  top: 10px;
}
.top12 {
  top: 12px;
}
.top15 {
  top: 15px;
}
.top16 {
  top: 16px;
}
.top17 {
  top: 17px;
}
.top21 {
  top: 21px;
}
.leftf4 {
  left: 0px;
}
.left72 {
  left: 72px;
}
.rightf2 {
  right: -2px;
}
.rightf183 {
  right: -183px;
}
.rightf195 {
  right: -195px;
}
.right0 {
  right: 0px;
}
.right10 {
  right: 10px;
}
.right12 {
  right: 12px;
}
.right18 {
  right: 18px;
}
.bt0 {
  bottom: 0;
}
/* -------------------- padding -------------------- */
.pt6 {
  padding-top: 6px;
}
.pt8 {
  padding-top: 8px;
}
.pt12 {
  padding-top: 12px;
}
.pt18 {
  padding-top: 18px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt40 {
  padding-top: 40px;
}
.pt48 {
  padding-top: 48px;
}
.pt80 {
  padding-top: 80px;
}
.pt144 {
  padding-top: 144px !important;
}
.pl4 {
  padding-left: 4px;
}
.pl15 {
  padding-left: 15px;
}
.pl50 {
  padding-left: 50px;
}
.pr0 {
  padding-right: 0 !important;
}
.pr4 {
  padding-right: 4px;
}
.pr15 {
  padding-right: 15px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb6 {
  padding-bottom: 6px;
}
.pb8 {
  padding-bottom: 8px;
}
.pb12 {
  padding-bottom: 12px;
}
.pb18 {
  padding-bottom: 18px;
}
/* -------------------- margin -------------------- */
.m00 {
  margin: 0 !important;
}
.m0A {
  margin: 0 auto !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr31 {
  margin-right: auto !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 2% !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt13 {
  margin-top: 13px !important;
}
.mt15 {
  margin-top: 2% !important;
}
.mt18 {
  margin-top: 18px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt23 {
  margin-top: 23px !important;
}
.mt28 {
  margin-top: 28px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt42 {
  margin-top: 42px !important;
}
.mt62 {
  margin-top: 62px !important;
}
.mt70 {
  margin-top: 12% !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mtf7 {
  margin-top: -7px !important;
}
.ml5 {
  margin-left: 0px !important;
}
.ml43 {
  margin-left: 43px !important;
}
.ml51 {
  margin-left: 51px !important;
}
.ml62 {
  margin-left: 62px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml31 {
  margin-left: auto !important;
}
.mb52 {
  margin-bottom: 52px;
}
.vh25 {
  margin-top: 25vh !important;
}
/*------------------input----------------------*/
.gray-input {
  padding: 6px 6px 6px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #DCDFE6;
}
.gray-input-ul {
  padding: 6px 0px 6px;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #5d6d7e;
}
.green-input {
  padding: 10px 6px 8px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #159ba8;
}
input[placeholder]::-webkit-input-placeholder {
  color: #b3b3b3;
}
input[placeholder]:-moz-placeholder {
  color: #b3b3b3;
}
input[placeholder]::-moz-placeholder {
  color: #b3b3b3;
}
input[placeholder]:-ms-input-placeholder {
  color: #b3b3b3;
}
/*------------------------ button-------*/
.btn {
  width: 323px;
  height: 42px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a.btn,
a.btn:link,
a.btn:visited {
  color: #fff;
}
a.btn_font_color,
a.btn_font_color:link,
a.btn_font_color:visited {
  color: #fff !important;
}
.btn_blue {
  color: #fff !important;
  background-color: #159ba8;
  border: none;
}
.btn_blue:hover {
  color: #ebf6f7;
  background-color: #149aa7;
}
.btn_white {
  color: #999999 !important;
  border-color: #b3b3b3;
  background-color: #fff;
}
.btn_white:hover {
  color: #fff !important;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn_gray {
  background-color: #b3b3b3;
}
.btn_gray:hover {
  background-color: #666666 !important;
}
.btn_green_hover:hover {
  background-color: #ebf6f7;
  color: #159ba8 !important ;
}
.btn_disable,.btn_disable:hover{
  color: #b3b3b3 !important;
  background-color: #fff ;
  border: 1px solid #b3b3b3;
  cursor: default;
}
/*------------------------ label-------*/
.label {
  display: inline-block;
  padding: 1px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  cursor: default;
  background-image: none;
  background-color: #666666;
  border: 1px solid transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* -------------------- scroll_box -------------------- */
.scroll_box {
  font-size: 14px;
  width: auto;
  margin: 0 auto;
  overflow-y: auto;
  padding: 0 10px 0 17px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scrollbar-track-color: transparent; /*ie*/
}
/*chrome*/
.scroll_box::-webkit-scrollbar {
  width: 20px;
}
.scroll_box::-webkit-scrollbar-track {
  background: transparent;
}
.scroll_bar_gray::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 6px solid transparent;
  box-shadow: 8px 0 0 #999 inset;
}
.scroll_bar_blue::-webkit-scrollbar {
  width: 10px;
}
.scroll_bar_blue::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #159ba8;
}
.scroll_bar_blue::-webkit-scrollbar-track {
  background: #e6e6e6;
}
/*ie*/
.scroll_bar_gray {
  scrollbar-face-color: #999;
}
.scroll_bar_blue {
  scrollbar-face-color: #159ba8;
}
/* -------------------- txt -------------------- */
.no_wrap {
  word-break: keep-all;
  word-wrap: normal;
  white-space: nowrap;
}
.wrap {
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}

/* ========== main content ============
================================= */
html,
body {
  /*background-color: rgb(235, 246, 247);*/
  color: #000000;
  font-family: "Sans-Serif", sans-serif;
  font-size: 14pt;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
a,
a:link,
a:visited {
  color: #00a3b1;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #00a3b1;
}
/* chang 2019-12-17 */
a:hover {
  text-decoration: none;
}
/* ====================== commn layout================ */
.hdrArea{
	display: none;
}
.ftrArea {
	display: none;
}
.mainArea {
  margin: 0 auto;
}
.mainArea {
  padding: 80px 0 60px 0;
  background-color: #ffffff;
  box-shadow: none;
}
/*------------------------ title-------*/
.h2 {
  font-weight: bold;
  color: #00a3b1;
  text-align: center;
  margin-top: 45px;
  padding-bottom: 14px;
}
.h2::after {
  content: '';
  display: block;
  width: 163px;
  height: 4.5px;
  background-color: #00a3b1;
  margin: 0 auto;
}
.h2.color044995:after {
  background-color: #044995;
}
/*------------------------ hdrArea-------*/
.topLogo {
  float: left;
  padding-left: 10px;
}
/*  --top_sec-- */
.hdrArea .top_sec {
  padding-right: 28px;
  line-height: 56px;
}
.hdrArea .top_sec .top_links {
  text-align: right;
  color: #159ba8;
  font-size: 0;
  height: 56px;
  line-height: 56px;
}
.hdrArea .top_sec .top_links > li {
  display: inline-block;
}
.hdrArea .top_sec .top_links > li::after {
  content: '';
  width: 0;
  height: 17px;
  display: inline-block;
  border-right: 2px solid #159ba8;
  vertical-align: middle;
  margin: 0 16px;
}
.hdrArea .top_sec .top_links > li span {
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.hdrArea .top_sec .top_links > li:last-child::after {
  content: '';
  display: none;
}
/* ----drop_contrl---- */
.hdrArea .drop_contrl .drop_touch {
  background: url(../images/head_d_arr.png) no-repeat right center;
  background-size: 12px;
  padding-right: 16px;
  font-weight: bold;
}
.hdrArea .drop_contrl {
  position: relative;
}
.hdrArea .drop_contrl .drop_list {
  position: absolute;
  top: 56px;
  right: -16px;
  z-index: 999;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 2.75px 0 #4a433f;
  text-align: left;
  display: none;
}
.hdrArea .drop_contrl .drop_list a {
  display: block;
  width: 118px;
  min-width: 118px;
  height: 25px;
  line-height: 25px;
  padding: 0 8.5px;
  overflow: hidden;
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hdrArea .drop_contrl .drop_list a:active,
.hdrArea .drop_contrl .drop_list a:hover {
  background-color: rgb(235, 246, 247);
  text-decoration: none;
}
.hdrArea .drop_contrl.drop_lang .drop_list {
  width: auto;
  font-weight: bold;
  font-size: 16px;
  right: 30px;
  transform-origin: center top;
  display: none;
}
.hdrArea .drop_contrl.drop_lang .drop_list a {
  width: auto;
  min-width: auto;
}
.hdrArea .top_sec .img_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  margin: 0 6px;
}
.hdrArea .top_sec .img_ball {
  background-image: url(../images/head_ball.png);
}
.hdrArea .top_sec .img_help {
  background-image: url(../images/head_help.png);
}
/*------------------------ ftrArea-------*/
.ftrArea {
  font-size: 0;
  background-color: rgb(235, 246, 247);
  text-align: center;
  margin: 59px auto 20px;
}
.ftrArea .foot_logo {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
}
.ftrArea .ftr_sec {
  position: relative;
  display: inline-block;
  padding-left: 164px;
  margin-left: -60px;
}
.ftrArea .ftr_links {
  text-align: left;
  margin-bottom: 12px;
}

.ftrArea .ftr_links a {
  color: #231815;
}

/*------------------------ mainArea-------*/
/*login*/
.pwdShow {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url('../images/password_show.png') no-repeat;
  background-size: 18px;
}
.pwdShowing {
  background: url('../images/password_show_active.png') no-repeat;
  background-size: 18px;
}
.pwdNone {
  background: url('../images/password_show.png') no-repeat;
  background-size: 18px;
}
.linkHover:hover {
  border-bottom: 1px solid #00a3b1;
}
.spshow {
	display:inline;
}
.pcshow {
	display:none;
}
.mainArea.login {
  width: 100%;
  min-width: none;
  background: #fff;
  background-size: 100%;
}
.login {
  min-height: 756px;
  padding: 0;
  padding-bottom: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.login .inpt_list {
  font-size: 16px;
  margin: 45px 0 5%;
}
.login .forget_link li:last-child {
  padding: 0 10px;
}
.login .login_r {
  height: 100%;
}
.login .login_r .r_ctn {
  width: 425px;
  margin: 0 auto;
  font-size: 14px;
}
.login .scroll_box dt {
  font-size: 16px;
  margin: 6px 0 8px;
}
.login .white_box {
  padding: 18.5px 0 16.5px 0;
}
.login .scroll_box {
  max-height: 232px;
}
.login .nothing_box {
  font-size: 16px;
  padding-left: none;
  line-height: 40px;
}
.borderHover:hover {
  border-bottom: 1px solid #00a3b1;
}
/*---------------------------checkbox-----------------*/
.checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  position: relative;
  top: 3px;
}
/*-------messageTip-----------------------------------*/
.messageTip {
  border: 1px solid #ff0000;
  color: #ff0000;
  max-width: 600px;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 10px;
}
.messageTip_gray {
  padding: 16px 30px;
  margin: 0 auto;
  color: #666;
  line-height: 1.3;
  font-size: 14px;
  text-align: left;
  border: 1px solid #666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* chang 2019-12-16 */
.ftr_copyright {
  font-size: 9px;
  color: #231815;
}
.fixPosition {
  left: 60px;
  top: 14px;
}
.ftrArea .ftr_links li {
  height: 10px;
  padding: 0px 15px;
  line-height: 1;
  font-size: 11px;
  display: inline-block;
}
.ftrArea .ftr_links li:first-child {
  border-right: 1px solid #a7a9aa;
  padding-left: 58px;
}
/* IME SETTING */
.ime-close {
  ime-mode: disabled;
}
/*------------sp---------------*/
.btn_grey {
  color: #fff !important;
  background-color: #b3b3b3;
  border: none;
  width: 323px;
  height: 42px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.spmenu{
  border:#ccc 1px solid;
  width: 323px;
  height: 42px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 5px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }
.spmenu:hover{
  border:#149AA7 1px solid;
  color: #19939f;
  cursor: pointer;
}
.sphr{
  margin-top: 5%;
  margin-bottom: 5%;
}
.familyUserRegisterBtn{
  margin-top: 5%;
  margin-bottom: 5%;
}
.htmlTipsFromServerMessageBtn{
  width: 323px;
  height: 42px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #044995;
  color: #fff;
  border: none;
}
.top_left{
	float:left;
	width:180px;
	height:50px;
	margin-top:2%;
}
.top_right{
	float:right;
	width:109px;
	height:54px;
}
.top_jp{
	float: left;
	width: 54px;
	height: 54px;
}
.top_help{
	float: right;
	width: 54px;
	height: 54px;
}
.spftrArea {
  background-color: rgb(235, 246, 247);
  text-align: center;
  z-index: 1;
  position: relative;
}
.sp_ftr_sec .mobile_li {
  text-align: left;
  font-size: 12px;
}
.sp_ftr_copyright {
  font-size: 10px;
  color: #231815;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.sp_message{
  text-align: left;
  margin-top: 2%;
}
.sp_from_message{
  color: #b3b3b3;
  font-size: 14px;
  font-weight: bold;
}
.sp_title_message{
  font-size: 14px;
  color: #044995;
  font-weight: bold;
}
.sp_greyhr{
  margin-top:25px;
  color: #b3b3b3;
  size: 2px;
}
.sp_contents_message{
  font-size: 14px;
  display:none;
}
.close-visible {
	display: none;
	transition: display 0s 1s;
	position: fixed;
	top:65px;
	right: 0;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transform: translate3d(100%, 0, 0);
}
.open-visible {
	top:65px;
	position: fixed;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transform: translate3d(0, 0, 0);
}
.init-visible {
	display:none;
	position: fixed;
	right: 0;
}
.sp-head-menu {
	display:none;
	width: 100%;
	z-index:999;
}
.sp-head-menu-item {
	display: flex;
	background-color: #159ba8;
	line-height: 24px;
	font-size: 14px;
	width: 80%;
	padding:4px 16px 4px 16px;
	float:right;
}
.sp-head-menu-item-arrow {
	float:right;
	width:0.4rem;
	padding: 4px 0px 4px 0px;
}
.sp-head-menu-item-text {
	color:#000000 !important;
	font-weight: bold;
	font-size: 16px;
	width:100%;
}
.sp-head-menu-close {
	display: flex;
	width: 80%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #008d9a;
	background-color: #ffffff;
	float:right;
	padding:0px 16px;
	justify-content: center;
	box-shadow: 2px 2px 10px #909090;
}
.sp-head-menu-close-btn {
	width:100%;
}
#overlay {
    background: #ffff;
    filter: alpha(opacity=50);
    opacity: 0.1;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    display:none;
}

input:focus {
	border-color: #159ba8;
}
.without_message {
	margin-top: 2%;
}
.sp-width-full {
	width:100% !important;
}
.sp-width-95 {
	width:95% !important;
}
.sp-width-90 {
	width:83.33333% !important;
}
.sp-width-85 {
	width:85% !important;
}
.sp-width-83 {
	width:83% !important;
}
.sp-width-80 {
	width:80% !important;
}
.sp-width-65 {
	width: 65% !important;
}
.sp-width-50 {
	width: 50% !important;
}
.sp-width-40 {
	width: 40% !important;
}
.sp-max-width-85 {
	max-width: 83.33333% !important;
}
.sp-height-full {
	height:100% !important;
}
.sp-m0A-im {
	margin: 0 auto !important;
}
.sp-mlr0-im {
	margin: 0px !important;
}
.sp-ml5-im {
	margin-left: 5px !important;
}
.sp-mt5-im {
	margin-top: 5px !important;
}
.sp-mt10-im {
	margin-top: 10px !important;
}
.sp-mt30-im {
	margin-top: 30px !important;
}
.sp-mt60-im {
	margin-top: 60px !important;
}
.sp-top10-im {
	top: 10px !important;
}
.sp-font-size18-im {
	font-size: 18px !important;
}
.sp-font-size16-im {
	font-size: 16px !important;
}
.sp-font-size14-im {
	font-size: 14px !important;
}
.sp-font-size12-im {
	font-size: 12px !important;
}
.sp-pa4-im {
	padding: 0 4% !important;
}
.sp-pa5-im {
	padding: 0 5% !important;
}
.sp-pa8-im {
	padding: 0 8% !important;
}
.sp-pa10-im {
	padding: 0 10% !important;
}
.sp-pal5-im {
	padding-left: 5% !important;
}
.sp-par5-im {
	padding-right: 5% !important;
}
.sp-pat2-im {
	padding: 2% 0 !important;
}
.sp-pat5-im {
	padding-top: 5px !important;
}
.sp-pat10-im {
	padding-top: 10px !important;
}
.sp-pat15-im {
	padding-top: 15px !important;
}
.sp-left0-im {
	left: 0px !important;
}
.sp-pleft0-im {
	padding-left: 0px !important;
}
.sp-right10-im {
	right: 10px !important;
}
.sp-btn_white-im {
  color: #fff !important;
  background-color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}
.sp-text-center {
	text-align: center !important;
}
.sp-text-start {
	text-align: start !important;
}
.sp-text-left {
	text-align: left !important;
}
.sp-text-verbt {
	vertical-align: bottom;
}
.sp-text-underline {
	color: #00a3b1;
    text-decoration: underline;
}
.sp-div-hr {
	width: 80%;
    float: right;
    border-bottom: 1px solid #0000;
	background-color: #fff;
}
.sp-btn {
	display: inline-block;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.sp-btn-im {
	width: 60%;
	border: 1px solid #159ba8;
	height: 42px;
	border-radius: 21px;
}
.sp-image {
	width:0.4rem;
	margin-left: 10px;
}
.sp-flip-horizontal{
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.sp-white-space-normal{
	white-space: normal;
}
.sp-word-break-all {
	word-break: break-all;
}
.sp-word-break-word {
	word-break: break-word;
}
.sp-display-block {
	display:inline-block;
}
.sp-display-contents {
	display:contents;
}
.sp-display-flex {
	display: flex !important;
}
.sp-pc-show-im {
	display:none !important;
}
.selectBox {
    background:#FFFFFF;
    border: 1px solid #DCDFE6;
    cursor:pointer;
    display:block;
    float: left;
    width: 100%;
    height: 40px;
	border-radius: 5px;
}
.selectBox:hover{
    border: 1px solid #159ba8;
}
.selectBox .selectValue {
    position: relative;
    overflow: hidden;
    display: block;
}
.selectBox .selectValue p {
    display:block;
    height: 36px;
    line-height: 36px;
    padding: 3px 20px 3px 10px;
    white-space:nowrap;
    overflow:hidden;
    color:#5d6d7e;
    font-size: 14px;
}
.selectBox .selectValue i {
    position: absolute;
    top: 14px;
    right: 10px;
    display:block;
    height: 15px;
    width: 15px;
    overflow:hidden;
	background: url(../images/pullDown.svg) no-repeat right center;
}
.selectBox .selectBoxHover i {
  	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}

.selectBoxOptions {
    background:#FFFFFF;
    margin-left: -1px;
    border: #b8c4ce 1px solid;
    list-style:none;
    overflow-y:auto;
    z-index:1000;
    position: absolute;
    width:90%;
    display:none;
	border-radius: 5px;
}
.selectBoxOptions a {
    color: #7f7f7f;
    display:block;
    height:36px;
    line-height:36px;
    padding-left:20px;
    background:#fff;
    overflow:hidden;
    white-space:nowrap;
    font-size: 14px;
}

.selectBox a {
    outline: none;
    text-decoration:none;
}
.selectBox a:focus {
    outline: none;
    text-decoration:none;
}
a.selected{
    background: #F5F7FA;
    color: #409EFF;
	font-weight:bold;
}
.selectBoxOptions a:hover{
    background: #eae9e9;
    color: #222;
}
.sp-mask {
	background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    display:none;
}
.sp-pop-div {
	z-index:200;
	background: #ffff;
}
.spMust {
	width: 18%;
    height: 20px;
    background-color: #c1272d;
    color: #ffffff;
    font-weight: nomal;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    margin-top: 1%;
    line-height: 20px;
}
.spGrid {
	display: grid;
}
.spFlex {	
    display: inline-flex;
}
.sp-pwdNew {
	margin-bottom: 1%;
	margin-left: 1%;
}
.sp-htmlLoginMessage {
	padding: 0 3%;
	margin-bottom: 5%;
}
.sp-color606266 {
	color: #606266;
}
.sp-perMsg {
	overflow-y: auto !important;
	width:  auto;
	height: calc(88% - 75px);
}
.sp-footer {
	text-align: center !important;
}
.sp-h480 {
  height: 95% !important;
}
.sp-h12 {
  height: 12% !important;
}
.sp-top-passeye {
	top:calc(50% - 6px) !important;
}
.sp-link-underline {
	text-decoration: none !important;
	border-bottom: 1px solid !important;
}
.sp-max-height {
	max-height: 480px;
}
.termTitle {
  font-size: 16px;
  font-weight: bold;
  color: #19939f !important;
  padding-bottom: 0px;
  border-bottom: 1px solid #19939f;
  margin-top: 20px;
  margin-bottom: 9px;
}
.secTitle {
  font-size: 14px;
  color: #19939f;
  font-weight: bold;
  margin-top: 7px;
}
.spanLink {
  display: inline-block;
  color: #19939f !important;
  cursor: pointer;
  font-weight: bold;
}
.menu{
  border:#ccc 1px solid;
  padding:5px 20px; 
}
.menu:hover{
  border:#149AA7 1px solid;
  color: #19939f;
  cursor: pointer;
}
/** BS-1122 START **/
.correctBlock {
  display: block;
  background: url(../images/lifestyle_check.png) no-repeat center center;
  background-size: 15px 15px;
  float: left;
  width: 22px;
  height: 22px;
  filter: invert(1);
}
.whiteCorrect {
  filter: invert(0) !important;
}
.pl0 {
  padding-left: 0px !important;
}
/** BS-1122 END **/
}
