.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.float_clear {
  zoom: 1;
}

.float_clear::after {
  clear: both;
}

.float_clear::after,
.float_clear::before {
  content: " ";
  display: table;
}

.margin_top0 {
  margin-top: 0;
}

.margin_top5 {
  margin-top: 5;
}

.margin_top10 {
  margin-top: 10;
}

.margin_top15 {
  margin-top: 15;
}

.margin_top20 {
  margin-top: 20;
}

.margin_top25 {
  margin-top: 25;
}

.margin_top30 {
  margin-top: 30;
}

.margin_top35 {
  margin-top: 35;
}

.margin_top40 {
  margin-top: 40;
}

.margin_top45 {
  margin-top: 45;
}

.margin_top50 {
  margin-top: 50;
}

.margin_bottom0 {
  margin-bottom: 0;
}

.margin_bottom5 {
  margin-bottom: 5;
}

.margin_bottom10 {
  margin-bottom: 10;
}

.margin_bottom15 {
  margin-bottom: 15;
}

.margin_bottom20 {
  margin-bottom: 20;
}

.margin_bottom25 {
  margin-bottom: 25;
}

.margin_bottom30 {
  margin-bottom: 30;
}

.margin_bottom35 {
  margin-bottom: 35;
}

.margin_bottom40 {
  margin-bottom: 40;
}

.margin_bottom45 {
  margin-bottom: 45;
}

.margin_bottom50 {
  margin-bottom: 50;
}

.margin_left0 {
  margin-left: 0;
}

.margin_left5 {
  margin-left: 5;
}

.margin_left10 {
  margin-left: 10;
}

.margin_left15 {
  margin-left: 15;
}

.margin_left20 {
  margin-left: 20;
}

.margin_left25 {
  margin-left: 25;
}

.margin_left30 {
  margin-left: 30;
}

.margin_left35 {
  margin-left: 35;
}

.margin_left40 {
  margin-left: 40;
}

.margin_left45 {
  margin-left: 45;
}

.margin_left50 {
  margin-left: 50;
}

.margin_right0 {
  margin-right: 0;
}

.margin_right5 {
  margin-right: 5;
}

.margin_right10 {
  margin-right: 10;
}

.margin_right15 {
  margin-right: 15;
}

.margin_right20 {
  margin-right: 20;
}

.margin_right25 {
  margin-right: 25;
}

.margin_right30 {
  margin-right: 30;
}

.margin_right35 {
  margin-right: 35;
}

.margin_right40 {
  margin-right: 40;
}

.margin_right45 {
  margin-right: 45;
}

.margin_right50 {
  margin-right: 50;
}

.padding_top0 {
  padding-top: 0;
}

.padding_top5 {
  padding-top: 5;
}

.padding_top10 {
  padding-top: 10;
}

.padding_top15 {
  padding-top: 15;
}

.padding_top20 {
  padding-top: 20;
}

.padding_top25 {
  padding-top: 25;
}

.padding_top30 {
  padding-top: 30;
}

.padding_top35 {
  padding-top: 35;
}

.padding_top40 {
  padding-top: 40;
}

.padding_top45 {
  padding-top: 45;
}

.padding_top50 {
  padding-top: 50;
}

.padding_bottom0 {
  padding-bottom: 0;
}

.padding_bottom5 {
  padding-bottom: 5;
}

.padding_bottom10 {
  padding-bottom: 10;
}

.padding_bottom15 {
  padding-bottom: 15;
}

.padding_bottom20 {
  padding-bottom: 20;
}

.padding_bottom25 {
  padding-bottom: 25;
}

.padding_bottom30 {
  padding-bottom: 30;
}

.padding_bottom35 {
  padding-bottom: 35;
}

.padding_bottom40 {
  padding-bottom: 40;
}

.padding_bottom45 {
  padding-bottom: 45;
}

.padding_bottom50 {
  padding-bottom: 50;
}

.padding_left0 {
  padding-left: 0;
}

.padding_left5 {
  padding-left: 5;
}

.padding_left10 {
  padding-left: 10;
}

.padding_left15 {
  padding-left: 15;
}

.padding_left20 {
  padding-left: 20;
}

.padding_left25 {
  padding-left: 25;
}

.padding_left30 {
  padding-left: 30;
}

.padding_left35 {
  padding-left: 35;
}

.padding_left40 {
  padding-left: 40;
}

.padding_left45 {
  padding-left: 45;
}

.padding_left50 {
  padding-left: 50;
}

.padding_right0 {
  padding-right: 0;
}

.padding_right5 {
  padding-right: 5;
}

.padding_right10 {
  padding-right: 10;
}

.padding_right15 {
  padding-right: 15;
}

.padding_right20 {
  padding-right: 20;
}

.padding_right25 {
  padding-right: 25;
}

.padding_right30 {
  padding-right: 30;
}

.padding_right35 {
  padding-right: 35;
}

.padding_right40 {
  padding-right: 40;
}

.padding_right45 {
  padding-right: 45;
}

.padding_right50 {
  padding-right: 50;
}

.elem_fixed {
  position: fixed;
}

.elem_relative {
  position: relative;
}

.elem_absolute {
  position: absolute;
}

.display_none {
  display: none;
}

.display_block {
  display: block;
}

.display_inline {
  display: inline;
}

.display_inline-block {
  display: inline-block;
}

.display_table {
  display: table;
}

.display_table-cell {
  display: table-cell;
}

.width_full {
  width: 100%;
}

.border_box {
  box-sizing: border-box;
}

.content_box {
  box-sizing: content-box;
}

.text_indent {
  text-indent: -9999px;
}

.border_break-all {
  word-break: break-all;
}

.border_break-word {
  word-break: break-word;
}

@keyframes load-circle-spinner {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.grid {
  display: table;
  width: 100%;
}

.grid>li {
  display: table-cell;
}

.grid>li.col_0 {
  display: none;
}

.grid>li.col_5 {
  width: 5%;
}

.grid>li.col_10 {
  width: 10%;
}

.grid>li.col_15 {
  width: 15%;
}

.grid>li.col_20 {
  width: 20%;
}

.grid>li.col_25 {
  width: 25%;
}

.grid>li.col_30 {
  width: 30%;
}

.grid>li.col_35 {
  width: 35%;
}

.grid>li.col_40 {
  width: 40%;
}

.grid>li.col_45 {
  width: 45%;
}

.grid>li.col_50 {
  width: 50%;
}

.grid>li.col_55 {
  width: 55%;
}

.grid>li.col_60 {
  width: 60%;
}

.grid>li.col_65 {
  width: 65%;
}

.grid>li.col_70 {
  width: 70%;
}

.grid>li.col_75 {
  width: 75%;
}

.grid>li.col_80 {
  width: 80%;
}

.grid>li.col_85 {
  width: 85%;
}

.grid>li.col_90 {
  width: 90%;
}

.grid>li.col_95 {
  width: 95%;
}

.grid>li.col_100 {
  width: 100%;
}

.grid_flex {
  display: flex;
  width: 100%;
}

.grid_flex.row {
  flex-direction: row;
}

.grid_flex.column {
  flex-direction: column;
}

.grid_flex>li.col_0 {
  display: none;
}

.grid_flex>li.col_5 {
  width: 5%;
}

.grid_flex>li.col_10 {
  width: 10%;
}

.grid_flex>li.col_15 {
  width: 15%;
}

.grid_flex>li.col_20 {
  width: 20%;
}

.grid_flex>li.col_25 {
  width: 25%;
}

.grid_flex>li.col_30 {
  width: 30%;
}

.grid_flex>li.col_35 {
  width: 35%;
}

.grid_flex>li.col_40 {
  width: 40%;
}

.grid_flex>li.col_45 {
  width: 45%;
}

.grid_flex>li.col_50 {
  width: 50%;
}

.grid_flex>li.col_55 {
  width: 55%;
}

.grid_flex>li.col_60 {
  width: 60%;
}

.grid_flex>li.col_65 {
  width: 65%;
}

.grid_flex>li.col_70 {
  width: 70%;
}

.grid_flex>li.col_75 {
  width: 75%;
}

.grid_flex>li.col_80 {
  width: 80%;
}

.grid_flex>li.col_85 {
  width: 85%;
}

.grid_flex>li.col_90 {
  width: 90%;
}

.grid_flex>li.col_95 {
  width: 95%;
}

.grid_flex>li.col_100 {
  width: 100%;
}

.layer_toastbox {
  position: fixed;
  z-index: 100000;
  display: table;
  width: 100%;
  height: auto;
  min-height: 56px;
}

.layer_toastbox span {
  display: table-cell;
  padding: 13px 15px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.layer_validate_toastbox {
  position: absolute;
  z-index: 100000;
  bottom: 65px;
  display: table;
  width: 100%;
  height: auto;
  min-height: 44px;
  background-color: #f1f1f3;
}

.layer_validate_toastbox span {
  display: table-cell;
  padding: 13px 30px;
  vertical-align: middle;
  font-size: 14px;
  color: #9a9ca2;
  text-align: center;
}

.layer_dim {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no_scroll {
  overflow: hidden;
}

ul li {
  font-size: 12px;
}

.layer_popup_footer .btn_default {
  font-size: 22.5px;
  height: 45px;
  line-height: 45px;
}

.layer_popup_footer .btn_default.btn {
  padding: 0 5px;
  border-radius: 3px;
}

.layer_popup_footer .btn_default.badge {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 3px;
  border-radius: 2px;
}

.layer_popup_footer .btn_default {
  border: 1px solid #ff422e;
  color: #ff422e;
  background-color: #fff;
  font-weight: 600;
}

.layer_popup_footer .btn_primary {
  font-size: 22.5px;
  height: 45px;
  line-height: 45px;
}

.layer_popup_footer .btn_primary.btn {
  padding: 0 5px;
  border-radius: 3px;
}

.layer_popup_footer .btn_primary.badge {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 3px;
  border-radius: 2px;
}

.layer_popup_footer .btn_primary {
  border: 0;
  background-color: #ff422e;
  color: #fff;
  font-weight: 600;
}

.sub_page_ci {
  position: absolute;
  bottom: 10px;
  left: 0;
  overflow: hidden;
}

.mini_shop_ci {
  position: static;
  margin: 6px 10px 0 10px;
  float: left;
  line-height: 26px;
}

.login_ci {
  float: left;
}

.message_group {
  position: relative;
  display: inline-block;
}

.message_group>button {
  background-color: transparent;
  border: 0;
}

.layer_messagebox {
  position: absolute;
  z-index: 19;
  display: none;
  width: max-content;
  min-width: 120px;
}

.layer_messagebox.active {
  display: block;
}

.layer_messagebox .layer_messagebox_child {
  position: relative;
  padding: 19px;
  line-height: 18px;
  background-color: #e2e3e7;
  font-size: 12px;
  text-align: left;
}

.layer_messagebox .layer_messagebox_child.msg_up::before {
  content: "";
  position: absolute;
  top: -4px;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #e2e3e7;
}

.layer_messagebox .layer_messagebox_child>img {
  max-width: 100%;
}

.layer_messagebox .layer_messagebox_child>span {
  color: #7d7e80;
}

.select_group {
  display: inline-block;
}

.select_group select {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 17px;
  background: #fff url("../image/new/ico_select_down.png") 98% 50% no-repeat;
  background-size: 11px auto;
  border: none;
  -webkit-appearance: none;
}

.select_group select:active,
.select_group select:focus {
  background: #fff url("../image/new/ico_select_up.png") 98% 50% no-repeat;
  background-size: 11px auto;
}

.select_group input {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border: none;
}

.ly_select_group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ly_select_group.active .ly_select_header .ly_select_title::before {
  background-image: url("../image/new/ico_select_up.png");
}

.ly_select_group.active .ly_select_body {
  display: block;
}

.ly_select_group .ly_select_header {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ly_select_group .ly_select_header .ly_select_title {
  display: inline-block;
  font-weight: 600;
}

.ly_select_group .ly_select_header .ly_select_title::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url("../image/new/ico_select_down.png");
  background-size: auto 60%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.ly_select_group .ly_select_body {
  position: absolute;
  z-index: 19;
  top: 0;
  right: 0;
  display: none;
  width: inherit;
  min-width: 150px;
  background-color: #fff;
  border: 1px solid #19191a;
  border-radius: 3px;
}

.ly_select_group .ly_select_body .ly_select_list {
  max-height: 135px;
  padding: 5px;
  overflow: auto;
  -webkit-overflow-scrolling: touch!important;
}

.ly_select_group .ly_select_body .ly_select_list>li {
  height: 38px;
  padding: 0 10px;
  line-height: 38px;
  text-align: left;
}

.ly_select_group .ly_select_body .ly_select_list>li.on>a {
  font-weight: 700;
  color: #19191a;
}

.ly_select_group .ly_select_body .ly_select_list>li>a {
  display: inline-block;
  width: calc(100% - 1px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #b1b1b7;
}

.ly_select_group .ly_select_body .ly_select_list>li>a:hover {
  font-weight: 700;
  color: #19191a;
  text-decoration: none;
}

.ly_select_group .ly_select_body .ly_select_footer {
  padding: 0 10px;
  background-color: #fafafa;
  border-top: 1px solid #e8e9ec;
}

.ly_select_group .ly_select_body .ly_select_footer>a {
  display: block;
  color: #19191a;
}

.ly_select_group .ly_select_body .ly_select_footer>a>span {
  display: inline-block;
  width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.ly_select_group .ly_select_body .ly_select_footer>a .ico {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: initial;
}

.ly_select_group .ly_select_body .ly_select_footer>a .ico.ico_close {
  background: url("../image/new/ico_style1.png") no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.loading_group {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
}

.loading_group .loading_group_child {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.loading_group .loading_text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

.loading_group .loading_thumb {
  display: inline-block;
  letter-spacing: 0;
}

.loading_group .loading_thumb .loading_icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
  -webkit-animation: load-circle-spinner .4s steps(12) infinite;
  animation: load-circle-spinner .4s steps(12) infinite;
  background: url("../image/new/ico_checking.png");
  background-size: contain;
}

.bd_glr_item ul {
  border-bottom-width: 0;
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.bd_glr_item ul li {
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.bd_glr_item ul .item_wrap {
  border-color: transparent;
}

.bd_glr_item ul .item_wrap .deal dl {
  height: 28px;
  line-height: 28px;
}

.bd_glr_item ul.col4 li {
  height: 393px;
}

.bd_glr_item ul.col5 li {
  height: 349px;
}

.bd_glr_item ul.col5 .item_wrap .deal dl {
  height: 28px;
}

.bd_glr_dl>ul {
  letter-spacing: -4px;
}

.bd_glr_dl>ul>li {
  display: inline-block;
  float: none;
  clear: both;
  vertical-align: top;
  letter-spacing: 0;
}

.bd_glr_dl .item {
  height: auto;
}

.bd_glr_best ol {
  letter-spacing: -4px;
}

.bd_glr_best ol>li {
  display: inline-block;
  float: none;
  clear: both;
  vertical-align: top;
  letter-spacing: 0;
}

.grp_bsvalue .bd_glr_best li {
  margin-top: -1px;
  margin-bottom: 0!important;
  background-position: left top!important;
}

.dplus_lst ul {
  letter-spacing: -4px;
}

.dplus_lst ul>li {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 20px;
  margin-right: 0!important;
  float: none!important;
  clear: both;
  vertical-align: top;
  letter-spacing: 0;
}

.dplus_lst ul.col5 li {
  width: 20%!important;
}

.bd_glr_grpbuy ul {
  letter-spacing: -4px;
}

.bd_glr_grpbuy ul>li {
  display: inline-block;
  margin-top: -1px;
  margin-bottom: 0!important;
  float: none!important;
  clear: both;
  vertical-align: top;
  border-top: 1px solid #dedede;
  letter-spacing: 0;
  border-bottom-width: 0!important;
}

.bd_glr_simple ol,
.bd_glr_simple ul {
  letter-spacing: -4px;
}

.bd_glr_simple ol>li,
.bd_glr_simple ul>li {
  display: inline-block;
  float: none!important;
  clear: both;
  vertical-align: top;
  letter-spacing: 0;
}

.bt.orange {
  background-color: #ff6d2b;
  border-color: #ff6d2b;
  color: #fff;
}
.goods_detail .detailsArea .price_gurantee {
  font-size: 9px;
  height: 18px;
  line-height: 18px;
}

.goods_detail .detailsArea .price_gurantee.btn {
  padding: 0 5px;
  border-radius: 3px;
}

.goods_detail .detailsArea .price_gurantee.badge {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 3px;
  border-radius: 2px;
}

.goods_detail .detailsArea .price_gurantee {
  border: 0;
  background-color: #ff422e;
  color: #fff;
}

.goods_detail .detailsArea .price_gurantee.badge {
  border-radius: 9px;
  font-size: 10px;
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
}

.goods_detail .detailsArea .price_gurantee .ico {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: initial;
}

.goods_detail .detailsArea .price_gurantee .ico.ico_rightArrow {
  background: url("../image/new/ico_style3.png") no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.goods_detail .detailsArea .price_gurantee .ico.ico_leftArrow {
  background: url("../image/new/ico_style3.png") no-repeat;
  background-position: 50% -42.6666666667px;
  background-size: 100% auto;
}

.goods_detail .detailsArea .price_gurantee .ico.ico_bottomArrow {
  background: url("../image/new/ico_style3.png") no-repeat;
  background-position: 50% -85.3333333333px;
  background-size: 100% auto;
}

.goods_detail .detailsArea .price_gurantee .ico.ico_topArrow {
  background: url("../image/new/ico_style3.png") no-repeat;
  background-position: 50% -128px;
  background-size: 100% auto;
}

.goods_detail .detailsArea .price_gurantee .ico.ico_lowest {
  background: url("../image/new/ico_style3.png") no-repeat;
  background-position: 50% -170.6666666667px;
  background-size: 100% auto;
}

.goods_detail .detailsArea .price_gurantee .ico.ico_largePlus {
  background: url("../image/new/ico_style3.png") no-repeat;
  background-position: 50% -213.3333333333px;
  background-size: 100% auto;
}

.goods_detail .detailsArea .price_gurantee .ico.ico_lowest {
  position: absolute;
  top: -8px;
  left: -4px;
}

.goods_detail .detailsArea a.btn {
  position: relative;
  text-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  float: right;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding-left: 16px;
}

.goods_detail .detailsArea a.btn:focus {
  outline: 0;
}

.goods_detail .detailsArea a.btn .ico {
  width: 34px;
  height: 34px;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: initial;
}

.goods_detail .detailsArea a.btn .ico.ico_rightTriangle {
  background: url("../image/new/ico_style4.png") no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.goods_detail .detailsArea a.btn .ico.ico_info {
  background: url("../image/new/ico_style4.png") no-repeat;
  background-position: 50% -45.3333333333px;
  background-size: 100% auto;
}

.goods_detail .detailsArea a.btn .ico.ico_rightArrow {
  background: url("../image/new/ico_style4.png") no-repeat;
  background-position: 50% -90.6666666667px;
  background-size: 100% auto;
}

.goods_detail .detailsArea a.btn .ico.ico_info {
  position: absolute;
  left: -10px;
  top: -8px;
}

.goods_detail .detailsArea a.btn>span {
  display: inline-block;
  color: #0066bc;
  border-bottom: 1px solid #0066bc;
  font-size: 11px;
  line-height: 11px;
  margin-top: 4px;
}
@charset "UTF-8";

.layer_registerEvent {
  position: relative;
  text-align: center;
  color: #19191a;
}

.layer_registerEvent h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.layer_registerEvent .coupon_img {
  background-color: transparent;
  margin-bottom: 40px;
  text-align: center;
}

.layer_registerEvent p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

.layer_registerEvent button.btn {
  font-size: 22.5px;
  height: 45px;
  line-height: 45px;
}

.layer_registerEvent button.btn.btn {
  padding: 0 5px;
  border-radius: 3px;
}

.layer_registerEvent button.btn.badge {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 3px;
  border-radius: 2px;
}

.layer_registerEvent button.btn {
  border: 0;
  background-color: #ff422e;
  color: #fff;
  width: 274px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 40px;
  cursor: pointer;
}

.layer_registerEvent button.btn.btn {
  padding-left: 20px;
}

.layer_registerEvent button.btn .ico {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: initial;
}

.layer_registerEvent button.btn .ico.ico_rightTriangle {
  background: url("../image/new/ico_style4.png") no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.layer_registerEvent button.btn .ico.ico_info {
  background: url("../image/new/ico_style4.png") no-repeat;
  background-position: 50% -40px;
  background-size: 100% auto;
}

.layer_registerEvent button.btn .ico.ico_rightArrow {
  background: url("../image/new/ico_style4.png") no-repeat;
  background-position: 50% -80px;
  background-size: 100% auto;
}

.layer_registerEvent button.btn .ico {
  position: relative;
  top: -1px;
  left: -8px;
}

.layer_registerEvent div {
  bottom: 0;
  width: 100%;
  background-color: #f9f9fa;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.layer_registerEvent .required {
  padding: 20px 40px;
}

.layer_registerEvent .required dd {
  position: relative;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  text-align: left;
  color: #72747b;
  box-sizing: border-box;
  padding-left: 8px;
}

.layer_registerEvent .required dd:last-child {
  margin-bottom: 0;
}

.layer_registerEvent .required dd:before {
  content: "･";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
.group_mainbnnr .bnnr_area .bottom_ctrl {
  position: absolute;
  z-index: 10;
  right: 5px;
  bottom: 5px;
  height: 24px;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 24px;
  background-color: rgba(0,0,0,.5);
  border-radius: 100px;
  color: #fff;
}

.group_mainbnnr .bnnr_area .bottom_ctrl .pagination {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  color: #bab8ba;
}

.group_mainbnnr .bnnr_area .bottom_ctrl .pagination .current {
  font-weight: 700;
  color: #fff;
}

.group_mainbnnr .bnnr_area .bottom_ctrl .btn {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: initial;
  position: relative;
  display: inline-block;
}

.group_mainbnnr .bnnr_area .bottom_ctrl .btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -12px;
  margin-left: -12px;
  background: url("../image/new/ico_style3.png") no-repeat;
  background-size: 24px auto;
}

.group_mainbnnr .bnnr_area .bottom_ctrl .btn.btn_rightArrow:before {
  background-position: 50% 0;
}

.group_mainbnnr .bnnr_area .bottom_ctrl .btn.btn_leftArrow:before {
  background-position: 50% -32px;
}

.group_mainbnnr .bnnr_area .bottom_ctrl .btn.btn_leftArrow {
  position: relative;
  margin-right: -3px;
}

.group_mainbnnr .bnnr_area .bottom_ctrl .btn.btn_leftArrow::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #9e9b9e;
}

.group_mainbnnr .bnnr_area .bottom_ctrl .btn.btn_rightArrow {
  margin-left: -3px;
}

.group_dpitem {
  display: flex;
  justify-content: space-between;
}

.group_dpitem .group_Qpnt {
  position: relative;
  width: 221px;
  padding: 0 11px;
  margin-left: 5px;
  background: #fff;
  border: 1px solid #e2e5ea;
}

.group_dpitem .group_Qpnt .tt {
  height: 30px;
  padding-left: 0;
  line-height: 30px;
}

.group_dpitem .group_Qpnt .tt a {
  color: #fa7b05;
}

.group_dpitem .group_Qpnt .tt a::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-right: 3px;
  background-image: url("../../event_new01/image/icon_luckylounge.png");
  background-position: -240px 0;
}

.group_dpitem .group_Qpnt .item_slist li {
  padding: 6px 0 16px;
  margin-top: -6px;
  background: url("../image/dot_4_1.png") left top repeat-x;
}

.group_dpitem .group_Qpnt .item_slist li:nth-child(3n-2) {
  background-image: none;
}

.group_dpitem .group_Qpnt .item_slist li a {
  display: block;
}

.group_dpitem .group_Qpnt .item_slist li .info {
  position: relative;
  display: block;
  padding: 1.5px 0 1.5px 90px;
}

.group_dpitem .group_Qpnt .item_slist li .info .thmb {
  position: absolute;
  top: 0;
  left: 0;
}

.group_dpitem .group_Qpnt .item_slist li .info>dt {
  display: -webkit-box;
  overflow: hidden;
  line-height: 18px;
  font-size: 12px;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.group_dpitem .group_Qpnt .item_slist li .info>dt>span {
  display: block;
  height: 36px;
  overflow: hidden;
}

.group_dpitem .group_Qpnt .item_slist li .info>dt>span .tag_cashless {
  vertical-align: middle;
}

.group_dpitem .group_Qpnt .item_slist li .info>dd .point {
  line-height: 13px;
  font-size: 12px;
  font-weight: 700;
  color: #fa7b05;
}

.group_dpitem .group_Qpnt .item_slist li .info>dd .point::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background: url("../../board/image/icon_board2.png") -406px -105px no-repeat;
}

.group_dpitem .group_Qpnt .item_slist li .info>dd .price {
  margin-top: 3px;
  line-height: 15px;
  font-size: 13px;
  color: #333;
}
.scroll_ctrl {
  position: relative;
}

.scroll_ctrl .scroll_ctrl_child {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  background: red;
}

.layer_popup {
  z-index: 10000!important;
  position: fixed;
  left: 0;
  top: 50%;
  right: 0;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
}

.layer_popup .layer_popup_header {
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.layer_popup .layer_popup_header>h1 {
  padding: 8px 50px 0 15px;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.layer_popup .layer_popup_header .layer_popup_ctrl {
  position: absolute;
  right: 0;
  top: 0;
}

.layer_popup .layer_popup_header .layer_popup_ctrl .btn {
  width: 27px;
  height: 27px;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: initial;
  position: relative;
  display: inline-block;
}

.layer_popup .layer_popup_header .layer_popup_ctrl .btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -13.5px;
  margin-left: -13.5px;
  background: url("../image/new/ico_style5.png") no-repeat;
  background-size: 27px auto;
}

.layer_popup .layer_popup_header .layer_popup_ctrl .btn.btn_close:before {
  background-position: 50% -216px;
}

.layer_popup .layer_popup_header .layer_popup_ctrl .btn {
  padding: 24px;
  border: 0 none;
  background-color: transparent;
}

.layer_popup .layer_popup_body {
  overflow: auto;
}

.layer_popup .layer_popup_container {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.layer_popup .layer_popup_footer {
  min-height: 45px;
}

.layer_popup .layer_popup_footer .layer_popup_footer_child {
  padding: 10px;
}

.layer_popup .layer_popup_footer .layer_popup_footer_child>ul {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.layer_popup .layer_popup_footer .layer_popup_footer_child>ul>li {
  display: inline-block;
  padding: 0 3px;
  box-sizing: border-box;
  vertical-align: middle;
}

.layer_popup .layer_popup_footer .layer_popup_footer_child>ul>li .btn {
  width: 100%;
  font-size: 14px;
  cursor: pointer;
}
@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.231;
  font-size: 12px;
  color: #333;
  font-family: Arial,Tahoma,sans-serif;
}

ol,
ul {
  list-style: none;
}

object {
  outline: 0;
}

input[type=radio],
label[for] {
  vertical-align: middle;
}

input[type=radio] {
  margin-right: 3px;
}

hr {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:hover {
  text-decoration: underline;
}

a:focus {
  -moz-outline-style: none;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: inherit;
}

form {
  padding: 0;
  margin: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none 0 transparent;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

legend {
  display: none;
}

img {
  vertical-align: middle;
  border: 0 none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table tr td img,
table tr th img {
  vertical-align: middle;
}

textarea {
  padding: 2px 3px 0 2px;
  background-color: #fff;
  border: 1px solid #bebdbd;
  border-color: #bebdbd #d4d3d3 #d4d3d3 #bebdbd;
  color: #333;
}

select {
  padding: 0 1px 0 0;
}

option {
  padding-right: .7em;
}

iframe {
  display: block;
}

dfn,
em,
i {
  font-style: normal;
}

.bold,
.bold a,
.strong,
.strong a {
  font-weight: 700;
}

.ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.disNone,
.g_disNone {
  display: none!important;
  font-size: 0;
}

.bt_blue01_1,
.bt_blue02,
.bt_gray01,
.bt_gray02,
.bt_gray03 {
  display: inline-block;
  height: 23px;
  padding: 0 8px;
  line-height: 23px;
  vertical-align: middle;
  background-color: #2a6bdf;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.bt_blue01_1 {
  border-radius: 3px;
  font-weight: 700;
}

.bt_blue02 {
  height: 19px;
  line-height: 19px;
}

.bt_gray01 {
  height: 15px;
  line-height: 15px;
  background-color: #b2b3b3;
  border-radius: 3px;
}

.bt_gray02 {
  height: 16px;
  line-height: 16px;
  background-color: #f7f7f6;
  border: 1px solid #d0d0d0;
  border-radius: 1px;
  font-size: 11px;
  color: #333;
}

.bt_gray03 {
  height: 22px;
  line-height: 22px;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 1px;
  font-size: 11px;
  color: #333;
}

.button03 {
  display: inline-block;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid #8a8a8a;
  border-color: #bfbfbf #8a8a8a #8a8a8a #bfbfbf;
  border-radius: 2px;
  font-size: 11px;
  color: #333;
  text-decoration: none;
}

.button06 {
  display: inline-block;
  height: 24px;
  padding: 0 12px;
  line-height: 24px;
  border: 1px solid #a1a1a1;
  border-color: #bdbdbd #a1a1a1 #a1a1a1 #bdbdbd;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.button06.btnType01 {
  height: 17px;
  line-height: 17px;
  background-color: #f6f7f7;
  border-color: #9fbed3;
  font-size: 11px;
  font-weight: 400;
  color: #2f76b2;
  text-decoration: none;
}

a.button,
span.button {
  display: inline-block;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  vertical-align: middle;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

a.button a,
span.button a {
  color: #fff;
  text-decoration: none;
}

.button.blue {
  background: #527fef;
  border-color: #4873dc;
  font-size: 12px;
  color: #fff;
}

.button.blue01 {
  background: #009bff;
  border-color: #008de9;
}

.button.blue2 {
  height: 14px;
  line-height: 14px;
  background: #f5f5f5;
  border-color: #2d67ff;
  color: #1c4cd5;
}

.button.blue18 {
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  background: #2174db;
  border-color: #0e56ae;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.button.gray01 {
  height: 13px;
  line-height: 13px;
  background: #9ea0a2;
  border-color: #6c6f72;
}

.button.gray07 {
  height: 24px;
  line-height: 24px;
  background: #f7f7f6;
  border-color: #bbb;
  font-size: 12px;
  color: #333;
}

.button.gray17 {
  height: 18px;
  line-height: 18px;
  background: #f7f7f6;
  border-color: #bbb;
  font-size: 12px;
  color: #333;
}

.button.gray14 {
  height: 23px;
  padding: 0 15px;
  line-height: 23px;
  background: #f7f7f6;
  border-color: #bbb;
  font-size: 12px;
  font-weight: 700;
  color: #333;
}

.button.darkgray {
  background: #727377;
  border-color: #52565a;
  font-size: 12px;
  color: #f4f4f5;
}

.button.darkgray37 {
  min-width: 100px;
  height: 46px;
  padding: 0 20px;
  line-height: 46px;
  background: #727377;
  border-color: #52565a;
  font-size: 14px;
  color: #f4f4f5;
  text-align: center;
}

.button.navy {
  background: #3565d4;
  border-color: #2a53b3;
  color: #f4f4f5;
}

.button.navy19_30 {
  height: 28px;
  line-height: 28px;
  background: #4277b6;
  border-color: #004aa9;
  font-size: 12px;
  color: #fff;
}

.button.navy37 {
  min-width: 100px;
  height: 46px;
  padding: 0 20px;
  line-height: 46px;
  background: #3565d4;
  border-color: #2a53b3;
  font-size: 14px;
  color: #f4f4f5;
  text-align: center;
}

.button.green18 {
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  background: #43c552;
  border-color: #07ad1f;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.button.pink {
  height: 14px;
  line-height: 14px;
  background: #f5f5f5;
  border-color: #e871bc;
  color: #d32b7a;
}

.button.red37 {
  min-width: 100px;
  height: 46px;
  padding: 0 20px;
  line-height: 46px;
  background: #dc4d4d;
  border-color: #bd3030;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.button.excute01 {
  height: 33px;
  padding: 0 13px;
  line-height: 33px;
  background: #f7f7f6;
  border-color: #cbcbcb;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
}

.button.excute01 a {
  color: #666;
}

.button.excute02 {
  height: 31px;
  padding: 0 13px;
  line-height: 31px;
  background: #f7f7f6;
  border-color: #4688e2;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #0018a8;
}

.button.excute02 a {
  color: #0018a8;
}

.button.excute03 {
  height: 31px;
  padding: 0 13px;
  line-height: 31px;
  background: #f7f7f6;
  border-color: #39c;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #39c;
}

.button.excute03 a {
  color: #39c;
}

.button.excute04 {
  height: 33px;
  padding: 0 13px;
  line-height: 33px;
  background: #518ee9;
  border-color: #4280dc;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.button.excute04 a {
  color: #fff;
}

.orderButton {
  margin: 25px 0;
  text-align: center;
}

.orderButton span.button {
  margin-right: 6px;
}

.orderButton span.button a {
  display: inline-block;
  width: 102px;
}

.black,
.black a,
.colBlack,
.colBlack a {
  color: #000;
}

.colGray,
.colGray a,
.gray,
.gray a {
  color: #666;
}

.colRed,
.colRed a,
.red,
.red a {
  color: red;
}

.red01,
.red01 a {
  color: #e42525;
}

.red02,
.red02 a {
  color: #ba0000;
}

.colOra,
.colOra a,
.orange,
.orange a {
  color: #f60;
}

.blue,
.blue a,
.colBlue,
.colBlue a {
  color: #0066bc;
}

.darkBlue,
.darkBlue a {
  color: #039;
}

.darkBlue01,
.darkBlue01 a {
  color: #002b6c;
}

.colGreen,
.colGreen a,
.green,
.green a {
  color: #00761f;
}

.colPink,
.colPink a,
.pink,
.pink a {
  color: #e82f5f;
}

.clear {
  clear: both;
}

.clearSelf::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.hide,
.hideLabel {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  text-indent: 100%;
  overflow: hidden;
  color: transparent;
}

.aCenter,
.alignCenter {
  text-align: center;
}

.aLeft,
.alignLeft {
  text-align: left;
}

.margin0 {
  margin: 0;
}

.mAuto {
  margin: 0 auto;
}

.tm2 {
  margin-top: 2px;
}

.tm3 {
  margin-top: 3px;
}

.tm5 {
  margin-top: 5px;
}

.tm10 {
  margin-top: 10px;
}

.tm15 {
  margin-top: 15px;
}

.tm25 {
  margin-top: 25px;
}

.tm28 {
  margin-top: 28px;
}

.tm35 {
  margin-top: 35px;
}

.tm60 {
  margin-top: 60px;
}

.bm0 {
  margin-bottom: 0;
}

.bm3 {
  margin-bottom: 3px;
}

.bm6 {
  margin-bottom: 6px;
}

.bm10 {
  margin-bottom: 10px;
}

.bm12 {
  margin-bottom: 12px;
}

.bm15 {
  margin-bottom: 15px;
}

.bm35 {
  margin-bottom: 35px;
}

.rm0 {
  margin-right: 0;
}

.rm3 {
  margin-right: 3px;
}

.rm5 {
  margin-right: 5px;
}

.rm10 {
  margin-right: 10px;
}

.lm1 {
  margin-left: 1px;
}

.lm3 {
  margin-left: 3px;
}

.lm5 {
  margin-left: 5px;
}

.lm10 {
  margin-left: 10px;
}

.lm18 {
  margin-left: 18px;
}

.lm24 {
  margin-left: 24px;
}

.lm40 {
  margin-left: 40px;
}

.lm42p {
  margin-left: 42%;
}

#skipNav {
  position: absolute;
  top: -5000px;
  left: -5000px;
}

input.textType {
  height: 15px;
  padding: 3px 1px 1px 4px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  color: #666;
}

input.readonly {
  background: #ccc;
}

.ctrl_upload {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.ctrl_upload input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.ctrl_upload label {
  display: block;
  height: 100%;
  padding: 5px 15px;
  background: #6b727f;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
}

.ctrl_imgedit {
  display: block;
  width: 81px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  background: #f4f4f4;
  border: 1px solid #bababa;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  color: #717171;
  text-align: center;
}

.item_hide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #fbfbfb;
  color: #acacac;
  text-align: center;
}

.item_hide img {
  width: auto;
  margin-top: 11px;
}

.item_hide em {
  display: block;
  margin: 10px 23px;
  line-height: 1.2;
}

.video_noshow {
  height: 230px;
  background: #000;
  text-align: center;
}

.video_noshow::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.video_noshow .txt {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
}

.append_loading {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 26px;
  margin: 8px 0;
  overflow: hidden;
  color: #333;
}

.loading_page {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.8);
  text-align: center;
}

.loading_page::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.loading_page img {
  opacity: .7;
  vertical-align: middle;
}

.bgwrap_20 {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background: #000;
}

.onlyBlack60 {
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background: #000;
}

.bg_o {
  position: relative;
}

.bg_o .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.b_black .bg {
  background: #000;
  background: -moz-linear-gradient(top,#666 0,#000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#666),color-stop(100%,#000));
  background: -webkit-linear-gradient(top,#666 0,#000 100%);
  background: -o-linear-gradient(top,#666 0,#000 100%);
  background: -ms-linear-gradient(top,#666 0,#000 100%);
  background: linear-gradient(top,#666 0,#000 100%);
}

.b_pink .bg {
  background: #ee074e;
  background: -moz-linear-gradient(top,#fb608f 0,#ee074e 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fb608f),color-stop(100%,#ee074e));
  background: -webkit-linear-gradient(top,#fb608f 0,#ee074e 100%);
  background: -o-linear-gradient(top,#fb608f 0,#ee074e 100%);
  background: -ms-linear-gradient(top,#fb608f 0,#ee074e 100%);
  background: linear-gradient(top,#fb608f 0,#ee074e 100%);
}

.b_orange .bg {
  background: #ea6208;
  background: -moz-linear-gradient(top,#f39b61 0,#ea6208 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f39b61),color-stop(100%,#ea6208));
  background: -webkit-linear-gradient(top,#f39b61 0,#ea6208 100%);
  background: -o-linear-gradient(top,#f39b61 0,#ea6208 100%);
  background: -ms-linear-gradient(top,#f39b61 0,#ea6208 100%);
  background: linear-gradient(top,#f39b61 0,#ea6208 100%);
}

.b_green .bg {
  background: #098609;
  background: -moz-linear-gradient(top,#5fc45f 0,#098609 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5fc45f),color-stop(100%,#098609));
  background: -webkit-linear-gradient(top,#5fc45f 0,#098609 100%);
  background: -o-linear-gradient(top,#5fc45f 0,#098609 100%);
  background: -ms-linear-gradient(top,#5fc45f 0,#098609 100%);
  background: linear-gradient(top,#5fc45f 0,#098609 100%);
}

.b_blue .bg {
  background: #113cbc;
  background: -moz-linear-gradient(top,#5e7edc 0,#113cbc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5e7edc),color-stop(100%,#113cbc));
  background: -webkit-linear-gradient(top,#5e7edc 0,#113cbc 100%);
  background: -o-linear-gradient(top,#5e7edc 0,#113cbc 100%);
  background: -ms-linear-gradient(top,#5e7edc 0,#113cbc 100%);
  background: linear-gradient(top,#5e7edc 0,#113cbc 100%);
}

.bg_o .name {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

div.numberStyle01 .inputArea label {
  display: inline-block;
  width: 130px;
}

.lang_ja div.numberStyle01 .inputArea label {
  width: 75px;
}

div.numberStyle01 .inputArea strong {
  margin-left: 5px;
  font-weight: 400;
  color: red;
}

div.numberStyle01 p.exNumber {
  padding-left: 11px;
  margin-top: 3px;
  color: #9a6300;
}

div.numberStyle01 p.exNumber label {
  display: inline-block;
  width: 56px;
  margin-right: 10px;
  text-align: center;
}

div.numberStyle01 .gsm_home {
  float: left;
}

p.numUpdate {
  margin: 1px 0 0 10px;
  float: left;
  vertical-align: middle;
}

p.numUpdate .checkbox {
  width: 13px;
  height: 13px;
}

p.numUpdate label {
  margin-left: 3px;
  cursor: pointer;
}

.fs_10 {
  font-size: 10px;
}

.fs_11 {
  font-size: 11px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.ff_ara {
  font-family: Arial;
}

.ff_mspg {
  font-family: "MS PGothic","MS Pゴシック";
}

.ff_dt {
  font-family: Dotum,"돋움";
}

.ff_thm {
  font-family: Tahoma;
}

.ff_vdn {
  font-family: Verdana;
}

.ff_hvtc {
  font-family: Helvetica;
}

.ff_crbr {
  font-family: Calibri;
}

.ff_ss {
  font-family: simsun,"宋体";
}

.ff_mir {
  font-family: Meiryo;
}

.lang_ja {
  font-family: Arial,"MS PGothic","MS Pゴシック",sans-serif;
}

.lang_ko {
  font-family: Arial,"Malgun Gothic",Dotum,"돋움",sans-serif;
}

.lang_zh-cn {
  font-family: Arial,"宋体",simsun,sans-serif;
}

.lang_zh-hk {
  font-family: Arial,"Microsoft JhenHei",sans-serif;
  font-size: 13px;
}

.ic,
.ico,
.icon {
  display: inline-block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.ic {
  background: url("../image/icon_common.png") no-repeat;
}

.bdg_kkk {
  position: absolute;
  z-index: 1;
  top: -8px;
  right: -8px;
  display: block;
  width: 70px;
  height: 70px;
  text-indent: -5000px;
  background: url("../../board/image/icon_bdg_kkk.png") -90px 0 no-repeat;
}

.bdg_kkk.w54 {
  width: 54px;
  height: 54px;
  background-position: -226px 0;
}

.bdg_kkk.w66 {
  width: 66px;
  height: 66px;
  background-position: -160px 0;
}

.bdg_kkk.w90 {
  width: 90px;
  height: 90px;
  background-position: 0 0;
}

.ntn {
  display: inline-block;
  width: 31px;
  height: 20px;
  vertical-align: middle;
  background: url("../image/icon_nation.png") no-repeat;
}

.nt_jp {
  background-position: 0 0;
}

.nt_us {
  background-position: 0 -20px;
}

.nt_id {
  background-position: 0 -40px;
}

.nt_sg {
  background-position: 0 -60px;
}

.nt_kr {
  background-position: 0 -80px;
}

.nt_my {
  background-position: 0 -100px;
}

.nt_cn {
  background-position: 0 -120px;
}

.nt_hk {
  background-position: 0 -140px;
}

.country_list {
  line-height: 20px;
}

.country_list dfn span {
  display: block;
  text-indent: -5000px;
}

.country_list dfn,
.flag_ae,
.flag_at,
.flag_au,
.flag_be,
.flag_ca,
.flag_ch,
.flag_cn,
.flag_de,
.flag_dk,
.flag_es,
.flag_fi,
.flag_fr,
.flag_gb,
.flag_gr,
.flag_hb,
.flag_hk,
.flag_ho,
.flag_id,
.flag_ie,
.flag_in,
.flag_it,
.flag_ja,
.flag_jp,
.flag_ko,
.flag_kr,
.flag_my,
.flag_nl,
.flag_no,
.flag_nz,
.flag_om,
.flag_ph,
.flag_pt,
.flag_qa,
.flag_ru,
.flag_sa,
.flag_se,
.flag_sg,
.flag_ta,
.flag_th,
.flag_tr,
.flag_tw,
.flag_uk,
.flag_us,
.flag_vi,
.flag_vn {
  display: inline-block;
  width: 18px;
  height: 0;
  padding-top: 12px;
  margin: 4px 5px 0;
  overflow: hidden;
  vertical-align: top;
  background-image: url("../image/icon_nation.png");
  background-repeat: no-repeat;
}

.flag_ja,
.flag_jp {
  background-position: -34px 0;
}

.flag_us {
  background-position: -34px -20px;
}

.flag_id {
  background-position: -34px -40px;
}

.flag_sg {
  background-position: -34px -60px;
}

.flag_ko,
.flag_kr {
  background-position: -34px -80px;
}

.flag_my {
  background-position: -34px -100px;
}

.flag_cn {
  background-position: -34px -120px;
}

.flag_hk,
.flag_ho {
  background-position: -34px -140px;
}

.flag_ta,
.flag_tw {
  background-position: -34px -160px;
}

.flag_ph {
  background-position: -34px -180px;
}

.flag_th {
  background-position: -34px -200px;
}

.flag_ca {
  background-position: -34px -220px;
}

.flag_gb,
.flag_uk {
  background-position: -34px -240px;
}

.flag_au {
  background-position: -34px -260px;
}

.flag_vi,
.flag_vn {
  background-position: -34px -280px;
}

.flag_ru {
  background-position: -34px -300px;
}

.flag_hb {
  width: 21px;
  padding-top: 15px;
  background-position: -34px -320px;
}

.flag_nz {
  background-position: -34px -340px;
}

.flag_de {
  background-position: -34px -360px;
}

.flag_in {
  background-position: -34px -380px;
}

.flag_ae {
  background-position: -34px -400px;
}

.flag_sa {
  background-position: -34px -420px;
}

.flag_qa {
  background-position: -34px -440px;
}

.flag_om {
  background-position: -34px -460px;
}

.flag_tr {
  background-position: -34px -480px;
}

.flag_fr {
  background-position: -34px -500px;
}

.flag_be {
  background-position: -34px -520px;
}

.flag_ie {
  background-position: -34px -540px;
}

.flag_it {
  background-position: -34px -560px;
}

.flag_es {
  background-position: -34px -580px;
}

.flag_pt {
  background-position: -34px -600px;
}

.flag_gr {
  background-position: -34px -620px;
}

.flag_dk {
  background-position: -34px -640px;
}

.flag_no {
  background-position: -34px -660px;
}

.flag_nl {
  background-position: -34px -680px;
}

.flag_se {
  background-position: -34px -700px;
}

.flag_ch {
  background-position: -34px -720px;
}

.flag_fi {
  background-position: -34px -740px;
}

.flag_at {
  background-position: -34px -760px;
}

.country_list .flag {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url("../image/bul_layout.png") no-repeat;
}

.country_list .sg .flag {
  background-position: 0 -690px;
}

.country_list .jp .flag {
  background-position: 0 -720px;
}

.country_list .ko .flag {
  background-position: 0 -750px;
}

.country_list .id .flag {
  background-position: 0 -780px;
}

.country_list .my .flag {
  background-position: 0 -810px;
}

.country_list .cn .flag {
  background-position: 0 -840px;
}

.country_list .hk .flag {
  background-position: 0 -870px;
}

.country_list .us .flag {
  background-position: 0 -900px;
}

.ratpit,
.ratpit .pos {
  display: block;
  width: 22px;
  height: 41px;
  overflow: hidden;
  background: url("../image/icon_cm2.png") 0 -75px no-repeat;
}

.ratpit {
  position: relative;
  margin: 0 auto;
}

.ratpit .pos {
  position: absolute;
  bottom: 0;
  left: 0;
  text-indent: -9999em;
  background-position: -25px -75px;
}

.ratpit .on {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 22px;
  overflow: hidden;
}

.mshop_rate,
.ratpit2 {
  display: block;
  width: 65px;
  height: 13px;
  margin: 0 5px 0 0;
  float: left;
  overflow: hidden;
  vertical-align: top;
  background: url("../image/icon_cm2.png") -105px -45px no-repeat;
}

.mshop_rate dfn,
.ratpit2 .on {
  display: inline-block;
  height: 0;
  padding-top: 13px;
  overflow: hidden;
  vertical-align: top;
  background: url("../image/icon_cm2.png") -105px -58px no-repeat;
}

.mshop_rt,
.mshop_rt .on {
  display: inline-block;
  height: 10px;
  overflow: hidden;
  vertical-align: top;
  background: url("../image/icon_cm2.png") no-repeat;
  font-size: 0;
  color: transparent;
}

.mshop_rt {
  width: 53px;
  background-position: -195px -45px;
}

.mshop_rt .on {
  background-position: -195px -55px;
}

.rate,
.rate span {
  display: inline-block;
  height: 14px;
  overflow: hidden;
  vertical-align: top;
  background: url("../image/icon_cm2.png") -125px -75px no-repeat;
  font-size: 0;
  color: transparent;
}

.rate {
  width: 30px;
  text-align: left;
}

.rate span {
  background-position: -155px -75px;
}

.rate span.new {
  width: 100%;
  background-position: -185px -75px;
}

.rate_v,
.rate_v span {
  display: inline-block;
  width: 22px;
  overflow: hidden;
  vertical-align: top;
  background: url("../image/icon_cm2.png") -50px -75px no-repeat;
  font-size: 0;
  color: transparent;
}

.rate_v {
  position: relative;
  height: 40px;
}

.rate_v span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: -75px -75px;
}

.rate_v span.new {
  height: 100%;
  background-position: -100px -75px;
}

.review_star_area {
  display: inline-block;
  vertical-align: middle;
}

.review_total_star {
  display: inline-block;
  width: 90px;
  height: 21px;
  vertical-align: middle;
  background: url("../image/ico_small_star.png") no-repeat;
}

.review_rating_star {
  height: 21px;
  margin: 0!important;
  background: url("../image/ico_small_star_on.png") no-repeat;
}

.review_total_star.small_type2 {
  width: 65px;
  height: 13px;
  background: url("../image/ico_small_star_type2.png") no-repeat;
}

.review_rating_star.small_type2 {
  height: 13px;
  background: url("../image/ico_small_star_type2_on.png") no-repeat;
}

.review_total_star.small_type3 {
  width: 55px;
  height: 11px;
  background: url("../image/ico_small_star_type3.png") no-repeat;
}

.review_rating_star.small_type3 {
  height: 11px;
  background: url("../image/ico_small_star_type3_on.png") no-repeat;
}

.review_star_area .review_average {
  color: #19191a;
}

.review_star_area .review_total_count {
  font-weight: 400;
  color: #80808b;
}

.bd_glr_best .review_star_area {
  margin-top: 4px;
  float: left;
}

.tit_chrty {
  display: inline-block;
  max-width: 71%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.flag_chfund {
  display: inline-block;
  margin-top: -20px;
}

.bt {
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #fafafa;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  color: #444;
  text-decoration: none;
}

.bt span {
  display: inline-block;
  vertical-align: middle;
}

.bt.bt7 {
  height: 23px;
  line-height: 23px;
}

.bt.bt17 {
  height: 28px;
  padding: 0 15px;
  line-height: 28px;
}

.bt.bt21 {
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  font-size: 14px;
}

.bt.bt37_40 {
  height: 38px;
  padding: 0 20px;
  line-height: 38px;
  font-size: 14px;
}

.bt.sky {
  background-color: #459deb;
  border-color: #5997ce;
  color: #fff;
}

.bt.blue {
  background-color: #548cf2;
  border-color: #5488e8;
  color: #fff;
}

.bt.navy {
  background-color: #066acd;
  border-color: #066acd;
  color: #fff;
}

.bt.green {
  background-color: #8ec635;
  border-color: #77a42e;
  color: #fff;
}

.bt.ora {
  background-color: #ff9021;
  border-color: #f47900;
  color: #fff;
}

.bt.pink {
  background-color: #fa6879;
  border-color: #ff374e;
  color: #fff;
}

.bt.red {
  background-color: #f40500;
  border-color: #c00;
  color: #fff;
}

.bt.purple {
  background-color: #a64cbe;
  border-color: #9b39b6;
  color: #fff;
}

.bt.dkgray {
  background-color: #888;
  border-color: #888;
  color: #fff;
}

.cp_basic {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  background: url("../image/coupon/cp_basic2.png") 0 0 scroll no-repeat;
  font-weight: 700;
  color: #004ebf;
  text-align: center;
  font-family: Calibri,Tahoma,Arial,Sans-serif;
  text-shadow: 1px 1px 0 rgba(255,255,255,.4);
}

.cp_basic span {
  display: inline-block;
  margin: 0 1px;
}

.cp_basic span.per {
  margin: 0 10px 0 3px;
  line-height: 12px;
  font-size: 14px;
  text-align: left;
}

.cp_basic span.txt {
  display: block;
  line-height: 10px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.cp_basic span.free_del {
  white-space: normal;
  line-height: 16px;
  font-size: 16px;
  text-transform: uppercase;
}

.cp_basic.percent {
  text-align: right;
}

.cp_basic em {
  display: inline-block;
  margin: 0 1px;
  letter-spacing: -1px;
}

.cp_basic span.f34 {
  font-size: 26px;
}

.cp_basic em.f34 {
  font-size: 31px;
}

.cp_basic span.f30_b {
  font-size: 24px;
}

.cp_basic em.f30_b {
  font-size: 30px;
}

.cp_basic span.f28 {
  font-size: 19px;
}

.cp_basic em.f28 {
  font-size: 27px;
}

.cp_basic span.f25_b {
  font-size: 19px;
}

.cp_basic em.f25_b {
  font-size: 25px;
}

.cp_basic span.f20 {
  font-size: 16px;
}

.cp_basic em.f20 {
  font-size: 20px;
}

.cp_basic span.f16 {
  font-size: 13px;
}

.cp_basic em.f16 {
  font-size: 16px;
}

.cp_basic span.f15_b {
  font-size: 11px;
}

.cp_basic em.f15_b {
  font-size: 16px;
}

.cp_basic span.f14 {
  font-size: 11px;
}

.cp_basic em.f14 {
  font-size: 14px;
}

.cp_basic.txt {
  line-height: 100%;
  font-size: 14px;
}

.cp_basic.txt span {
  margin: 0;
}

.cp_basic.txt span em {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
}

.cp_basic.txt .get em {
  color: #ed2f3d;
}

.cp_167 {
  width: 112px;
  height: 45px;
  padding: 25px 2px 2px 53px;
  line-height: 40px;
  background-position: 0 0;
}

.cp_155 {
  width: 102px;
  height: 39px;
  padding: 23px 3px 3px 50px;
  line-height: 37px;
  background-position: 0 -77px;
}

.cp_140 {
  width: 90px;
  height: 38px;
  padding: 20px 2px 2px 48px;
  line-height: 36px;
  background-position: 0 -147px;
}

.cp_135 {
  width: 92px;
  height: 38px;
  padding: 18px 2px 2px 41px;
  line-height: 36px;
  background-position: 0 -212px;
}

.cp_124 {
  width: 82px;
  height: 34px;
  padding: 18px 2px 2px 40px;
  line-height: 32px;
  background-position: 0 -275px;
}

.cp_111 {
  width: 74px;
  height: 29px;
  padding: 16px 2px 2px 35px;
  line-height: 27px;
  background-position: 0 -334px;
}

.cp_104 {
  width: 67px;
  height: 28px;
  padding: 15px 2px 2px 35px;
  line-height: 26px;
  background-position: -180px 0;
}

.cp_88 {
  width: 59px;
  height: 23px;
  padding: 13px 2px 2px 27px;
  line-height: 21px;
  background-position: -180px -50px;
}

.cp_88.txt {
  height: 30px;
  padding-top: 6px;
  background-position: -270px -50px;
}

.cp_70 {
  width: 56px;
  height: 22px;
  padding: 3px 0 3px 14px;
  line-height: 11px;
  background-position: -180px -93px;
}

.cp_77 {
  width: 53px;
  height: 20px;
  padding: 11px 2px 2px 22px;
  line-height: 18px;
  background-position: -180px -126px;
}

.cp_65 {
  width: 40px;
  height: 18px;
  padding: 12px 3px 3px 22px;
  line-height: 16px;
  background-position: -180px -164px;
}

.cp_60 {
  width: 39px;
  height: 15px;
  padding: 9px 2px 2px 19px;
  line-height: 13px;
  background-position: -180px -202px;
}

.cp_cart {
  background-image: url("../image/coupon/cp_cart.png");
}

.cp_shp {
  background-image: url("../image/coupon/cp_shp.png");
}

.cp_qtm {
  background-image: url("../image/coupon/cp_qtm.png");
}

.jp .cp_basic span.txt {
  line-height: 1.4;
  font-size: 13px;
  font-weight: 700;
}

.jp .cp_basic span.free_del {
  margin: 0;
  line-height: 34px;
}

.jp .cp_basic span.f34 {
  font-size: 17px;
}

.jp .cp_basic em.f34 {
  font-size: 28px;
}

.jp .cp_basic span.f30_b {
  font-size: 16px;
}

.jp .cp_basic em.f30_b {
  font-size: 26px;
}

.jp .cp_basic span.f28 {
  font-size: 15px;
}

.jp .cp_basic em.f28 {
  font-size: 20px;
}

.jp .cp_basic span.f25_b {
  font-size: 13px;
}

.jp .cp_basic em.f25_b {
  font-size: 21px;
}

.jp .cp_basic span.f20 {
  font-size: 12px;
}

.jp .cp_basic em.f20 {
  font-size: 18px;
}

.jp .cp_basic span.f16 {
  font-size: 12px;
}

.jp .cp_basic em.f16 {
  font-size: 16px;
}

.jp .cp_basic span.f15_b {
  font-size: 11px;
}

.jp .cp_basic em.f15_b {
  font-size: 15px;
}

.jp .cp_basic span.f14 {
  font-size: 10px;
}

.jp .cp_basic em.f14 {
  font-size: 12px;
}

.jp .cp_basic .cp_113_sh span.txt {
  font-size: 11px;
}

.jp .cp_basic .cp_113_sh em {
  letter-spacing: 0;
}

.lang_ja .cp_basic {
  font-family: Calibri,Tahoma,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  background-image: url("../../../ja/common/image/coupon/cp_basic2.png");
}

.lang_ja .cp_cart {
  background-image: url("../../../ja/common/image/coupon/cp_cart.png");
}

.lang_ja .cp_shp {
  background-image: url("../../../ja/common/image/coupon/cp_shp.png");
}

.lang_ja .cp_qtm {
  background-image: url("../../../ja/common/image/coupon/cp_qtm.png");
}

.lang_ko .cp_basic {
  font-family: Calibri,Tahoma,"Malgun Gothic",Dotum,sans-serif;
  background-image: url("../../../ko/common/image/coupon/cp_basic2.png");
}

.lang_ko .cp_cart {
  background-image: url("../../../ko/common/image/coupon/cp_cart.png");
}

.lang_ko .cp_shp {
  background-image: url("../../../ko/common/image/coupon/cp_shp.png");
}

.lang_ko .cp_qtm {
  background-image: url("../../../ko/common/image/coupon/cp_qtm.png");
}

.pagingInfo {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 26px;
  margin: 8px 0;
  color: #333;
}

.pagingInfo .control {
  position: relative;
  z-index: 0;
  width: 32%;
  height: 22px;
  color: #333;
  text-align: left;
}

.pagingInfo .center,
.pagingInfo .paginate {
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 0;
  width: 60%;
  margin: 0 20%;
  text-align: center;
}

.pagingInfo .btn {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 7px;
}

.pagingInfo .btn p {
  padding-top: 2px;
  float: left;
}

.pagingInfo .btn a,
.pagingInfo .btn span {
  margin-left: 2px;
  float: left;
}

.pagingInfo .btn span.bracket {
  display: block;
  margin: 0 3px;
  line-height: 17px;
  font-size: 15px;
  color: #888;
}

.pagingInfo .center a {
  display: inline-block;
  height: 17px;
  padding: 0 5px 0;
  margin-right: 1px;
  line-height: 16px;
  vertical-align: top;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  font-family: Tahoma;
}

.pagingInfo .center a.current,
.pagingInfo .center a:hover {
  background-color: #f7f7f7;
  border-color: #0f85f9;
  color: #0f85f9;
}

.pagingInfo .center a.first,
.pagingInfo .center a.last,
.pagingInfo .center a.next,
.pagingInfo .center a.prev {
  width: 19px;
  height: 17px;
  padding: 0;
  background: url("../image/bul_common.png") -1px -121px no-repeat;
}

.pagingInfo .center a.prev {
  background-position: -1px -151px;
}

.pagingInfo .center a.next {
  background-position: -1px -181px;
}

.pagingInfo .center a.last {
  background-position: -1px -211px;
}

.pagingInfo .center a span {
  display: block;
  text-indent: -5000px;
}

.pagingInfo .ctrl {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 0;
  width: 24%;
  margin: 0;
  text-align: center;
}

.pagingInfo .quickPaging {
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  font-family: Arial,Tahoma,sans-serif;
}

.pagingInfo .quickPaging input.textType {
  width: 40px;
  margin: 0 5px 0 7px;
}

.pagingInfo .quickPaging em {
  margin-right: 4px;
}

.pagingInfo .iconBtns {
  position: relative;
  z-index: 1;
  height: 22px;
  float: left;
}

.pagingInfo .iconBtns span,
.pagingInfo .iconBtns span a {
  position: relative;
  display: inline-block;
  height: 22px;
  margin-right: 3px;
  overflow: visible;
  white-space: nowrap;
  line-height: 22px;
  font-size: 11px;
  font-weight: 700;
  color: #036;
  text-decoration: none;
  font-family: Tahoma;
}

.pagingInfo .iconBtns span a {
  padding-left: 25px;
  padding-right: 8px;
  cursor: pointer;
}

.pagingInfo .paginate {
  position: static;
  padding: 0;
  margin-top: 1px;
}

.pagingInfo .quick {
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
}

.pagingInfo .quick label {
  display: inline-block;
  line-height: 19px;
  vertical-align: top;
}

.pagingInfo .quick input {
  width: 36px;
  height: 17px;
  padding: 0 2px;
  margin: 0 2px 0 7px;
  line-height: normal;
  vertical-align: top;
  border: 1px solid #d2d2d2;
}

.pagingInfo .quick em {
  display: inline-block;
  height: 17px;
  margin-right: 3px;
  overflow: hidden;
  line-height: 22px;
  vertical-align: top;
}

.pagingInfo .btn_more {
  margin: 0 150px 13px;
  text-align: center;
}

.pagingInfo .btn_more a {
  display: inline-block;
  width: 212px;
  padding: 6px 0;
  border: 1px solid #0b90fd;
  border-radius: 13px;
  font-weight: 700;
  color: #0b90fd;
  text-decoration: none;
}

.pagingInfo .btn_more .loading {
  display: inline-block;
  width: 212px;
  padding: 6px 0;
  background: url("../image/img_more_loading.gif") 177px center no-repeat;
  border: 1px solid #88c9ff;
  border-radius: 13px;
  font-weight: 700;
  color: #0b90fd;
  text-decoration: none;
}

.pagingInfo .btn_more .end {
  display: inline-block;
  width: 212px;
  padding: 6px 0;
  border: 1px solid #88c9ff;
  border-radius: 13px;
  color: #66b9fe;
}

.pagingInfo .opt_view {
  float: left;
}

.pagingInfo .opt_view .mode {
  display: inline-block;
  width: 22px;
  height: 0;
  padding-top: 20px;
  margin-left: 7px;
  overflow: hidden;
  vertical-align: top;
  background: #ccc url("../../board/image/icon_board2.png") -460px -300px no-repeat;
}

.pagingInfo .opt_view .mode.g4 {
  background-position: -485px -300px;
}

.pagingInfo .opt_view .mode.g5 {
  background-position: -510px -300px;
}

.pagingInfo .opt_view .mode.on {
  background-color: #0b90fd;
}

.pagingInfo .type {
  position: relative;
  margin: 3px 0 0 0;
  float: left;
  line-height: 14px;
}

.pagingInfo .type li {
  height: 14px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d4d4d4;
  border-color: transparent #fff transparent #d4d4d4;
  border-width: 0 2px 0 1px;
  font-size: 12px;
}

.pagingInfo .type li .list,
.pagingInfo .type li:first-child {
  padding-left: 0;
  border: 0;
}

.pagingInfo .type li .panorama,
.pagingInfo .type li:last-child {
  padding-right: 0;
}

.pagingInfo .type li>a {
  margin-right: 3px;
}

.pagingInfo .type li em {
  display: inline-block;
  width: 8px;
  height: 9px;
  margin-top: 3px;
  margin-right: 4px;
  overflow: hidden;
  vertical-align: top;
  background: url("../../board/image/icon_board2.png") 0 -145px no-repeat;
}

.pagingInfo .type .list .selected em {
  background-position: -35px -145px;
}

.pagingInfo .type .gallery em {
  width: 9px;
  background-position: -9px -145px;
}

.pagingInfo .type .gallery .selected em {
  background-position: -44px -145px;
}

.pagingInfo .type .panorama em {
  width: 15px;
  background-position: -19px -145px;
}

.pagingInfo .type .panorama .selected em {
  background-position: -54px -145px;
}

.pagingInfo .type .selected {
  font-weight: 700;
  color: #0b90fd;
  text-decoration: none;
  cursor: default;
}

.pagingInfo .type .num {
  display: inline-block;
  width: 10px;
  height: 11px;
  margin: 2px -1px 0;
  overflow: hidden;
  line-height: 11px;
  vertical-align: top;
  background-color: #a4a4a4;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.pagingInfo .type .num.on {
  background-color: #2a9fff;
}

.pagingInfo .type .ly_panorama {
  position: absolute;
  z-index: 50;
  top: 17px;
  right: 3px;
  width: 41px;
  height: 16px;
  padding: 4px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.pagingInfo .type .ly_panorama ul {
  margin-left: -5px;
}

.pagingInfo .type .ly_panorama li {
  width: 23px;
  height: 14px;
  padding: 0;
  margin: 0;
  background: 0 0;
  border: 0;
}

.pagingInfo .type .ly_panorama li a {
  display: block;
  width: 16px;
  height: 14px;
  padding: 0;
  margin: 0 0 0 5px;
  line-height: 14px;
  background: 0 0;
  background-color: #efefef;
  border: 1px solid #d7d7d7;
  color: #999;
  text-align: center;
  text-decoration: none;
}

.pagingInfo .type .ly_panorama li.selected a {
  background-color: #9dd3fe;
  border-color: #77bbf3;
  color: #fff;
}

.paginate {
  margin: 8px 0;
  text-align: center;
}

.paginate a {
  display: inline-block;
  min-width: 5px;
  height: 18px;
  padding: 0 5px;
  margin: 0 1px;
  line-height: 18px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.paginate a span {
  text-indent: 100%;
  font-size: 0;
  color: transparent;
}

.paginate a.current,
.paginate a:hover {
  -webkit-transition: ease-out .35s;
  -moz-transition: ease-out .35s;
  transition: ease-out .35s;
  border-color: #0f85f9;
}

.paginate a.current {
  color: #0f85f9;
  cursor: default;
}

.paginate a.next,
.paginate a.prev {
  width: 18px;
  padding: 0;
  background-color: #f2f2f2;
  background-image: url("../image/icon_cm2.png");
  background-repeat: no-repeat;
}

.paginate a.prev {
  background-position: -20px -20px;
}

.paginate a.next {
  background-position: 0 -20px;
}

.paging02 {
  position: relative;
  margin-bottom: 18px;
  color: #ccc;
  text-align: center;
}

.paging02 a {
  margin: 0 3px;
  color: #666;
}

.paging02 a span {
  font-size: 12px;
}

.paging02 a.on {
  font-weight: 700;
  color: #ff8601;
}

.paginate_red {
  position: relative;
  margin: 20px 0;
  line-height: 25px;
  text-align: center;
}

.paginate_red a,
.paginate_red a.current {
  display: inline-block;
  width: 26px;
  height: 25px;
  margin: 0 1px;
  vertical-align: top;
  border: 1px solid #d6d7dd;
  color: #7b7b7b;
  text-decoration: none;
}

.paginate_red a.current,
.paginate_red a:hover {
  font-weight: 700;
  color: #fb3b27;
}

.paginate_red a.next,
.paginate_red a.prev {
  font: bold 12px/27px dotum;
  color: #fb3b27;
}

#quickInfo {
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  width: 76px;
  margin-left: 505px;
}

#quickInfo .inner {
  top: 20px;
  width: 76px;
  background-color: #f5f5f5;
}

#quickInfo .innr_conts {
  width: 74px;
  border: 1px solid #d1d0d0;
  border-radius: 5px;
}

#quickInfo a {
  cursor: pointer;
}

#quickInfo img {
  vertical-align: top;
}

#quickInfo .innr_conts .banner a {
  display: block;
  overflow: hidden;
  text-align: center;
}

#quickInfo .group_link {
  background-color: #fafafa;
  border-radius: 4px 4px 0 0;
}

#quickInfo .lounge {
  padding-bottom: 8px;
  background-color: #fff;
}

#quickInfo .btn_qlng {
  display: block;
  width: 76px;
  height: 17px;
  padding-top: 53px;
  line-height: 17px;
  background: #527fef url("../image/bg_qlounge.png") center 0 no-repeat;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#quickInfo .link_lst {
  height: 100%;
  border-bottom: 1px solid #e6e8e9;
}

#quickInfo .link_lst::after {
  content: "";
  display: block;
  clear: both;
}

#quickInfo .link_lst li {
  width: 100%;
  padding: 8px 0;
  float: left;
  text-align: center;
}

#quickInfo .link_lst a {
  position: relative;
  display: inline-block;
  height: 16px;
  padding-left: 16px;
  vertical-align: top;
  background: url("../image/layout.png") no-repeat;
  text-align: center;
  text-decoration: none;
}

#quickInfo .link_lst .tooltip {
  position: static;
  display: inline-block;
  height: 16px;
  padding-left: 3px;
  line-height: 16px;
  background-color: #fafafa;
  font-weight: 700;
  color: #7b7b7b;
  text-transform: uppercase;
}

#quickInfo .link_lst .share a {
  background-position: -190px 0;
}

#quickInfo .link_lst .guide {
  display: none;
  border-left: 1px solid #e6e8e9;
}

#quickInfo .link_lst .guide a {
  background-position: -207px 0;
}

.jp #quickInfo .link_lst li {
  width: 50%;
}

.jp #quickInfo .link_lst .guide {
  display: block;
  width: 35px;
}

.jp #quickInfo .link_lst .tooltip {
  position: absolute;
  z-index: 991;
  top: -23px;
  left: 50%;
  display: none;
  width: 42px;
  height: 14px;
  margin-left: -22px;
  line-height: 14px;
  background-color: #32aeb2;
  border: 1px solid #209397;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  text-transform: none;
}

.jp #quickInfo .link_lst .tooltip::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: block;
  width: 3px;
  height: 3px;
  margin-left: -1px;
  background: url("../image/layout.png") -224px 0 no-repeat;
}

.jp #quickInfo .link_lst a:hover .tooltip {
  display: block;
}

.jp #quickInfo .link_lst .share .tooltip {
  background-color: #46a2dd;
  border-color: #2a8ac9;
}

.jp #quickInfo .link_lst .guide .tooltip {
  background-color: #a0a0a0;
  border-color: #8a8a8a;
}

.jp #quickInfo .link_lst .guide .tooltip::after {
  background-position: -224px -4px;
}

#quickInfo .group_lst {
  padding: 4px 0 8px;
  border-top: 1px dashed #fff;
}

#quickInfo .group_lst dt {
  height: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  color: transparent;
  text-align: center;
}

#quickInfo .group_lst dd {
  margin-bottom: 3px;
  text-align: center;
}

#quickInfo .group_lst dd .price {
  margin: 2px 0 5px;
  font-size: 11px;
}

#quickInfo .group_lst dd strong {
  font-weight: 400;
  color: #3a95f2;
}

#quickInfo .group_lst .paging {
  position: relative;
  margin: 6px 0 0;
  text-align: center;
}

#quickInfo .group_lst .paging .btn_nxt,
#quickInfo .group_lst .paging .btn_prv {
  position: absolute;
  top: 2px;
  display: block;
  width: 5px;
  height: 7px;
  text-indent: -9999em;
  background: url("../image/layout.png") -35px 0 no-repeat;
}

#quickInfo .group_lst .paging .crt {
  height: 11px;
  margin: 0 12px;
  line-height: 11px;
}

#quickInfo .group_lst .paging .btn_prv {
  left: 8px;
}

#quickInfo .group_lst .paging .btn_nxt {
  right: 8px;
  background-position: -40px 0;
}

#quickInfo .group_ctrl {
  position: absolute;
  bottom: -36px;
  left: -1px;
  width: 74px;
  background-color: #f2f2f2;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}

#quickInfo .group_ctrl a {
  position: relative;
  z-index: 0;
  display: block;
  width: 39px;
  height: 25px;
  border-right: 1px solid #ccc;
}

#quickInfo .group_ctrl a.btn_top {
  color: #939393;
  text-align: center;
  text-decoration: none;
  font: bold 12px/28px Arial;
}

#quickInfo .group_ctrl a.btn_down {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 0;
  padding-top: 25px;
  overflow: hidden;
  background: url("../image/layout.png") 0 0 no-repeat;
  border: 0 none;
  border-left: 1px solid #f7f7f7;
}

#quickInfo .num {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 42px;
  display: block;
  min-width: 7px;
  height: 15px;
  padding: 0 4px;
  text-indent: 0;
  overflow: hidden;
  line-height: 15px;
  background-color: #319cff;
  border-radius: 15px;
  box-shadow: 0 1px 0 rgba(0,0,0,.16);
  color: #fff;
  text-align: center;
  font-family: Tahoma;
}

#quickInfo .group_wing a {
  position: relative;
  z-index: 0;
  display: block;
  height: 16px;
  padding-top: 24px;
  background-color: #f9f9f9;
  background-image: url("../image/btn_quickinfo.png");
  background-repeat: no-repeat;
  border-bottom: 1px solid #e6e8e9;
  font-size: 11px;
  color: #555;
  text-align: center;
  text-decoration: none;
}

#quickInfo .group_wing a:hover {
  color: #3d86ed;
}

#quickInfo .group_wing a.on {
  background-color: #3d86ed;
  color: #fff;
}

#quickInfo .group_wing .btn_cart {
  background-position: 0 0;
}

#quickInfo .group_wing .btn_cart:hover {
  background-position: 0 -40px;
}

#quickInfo .group_wing .btn_cart.on {
  background-position: 0 -80px;
}

#quickInfo .group_wing .btn_cart .num {
  display: none;
}

#quickInfo .group_wing .cart_item {
  background-position: 0 -120px;
}

#quickInfo .group_wing .cart_item:hover {
  background-position: 0 -160px;
}

#quickInfo .group_wing .cart_item.on {
  background-position: 0 -200px;
}

#quickInfo .group_wing .cart_item .num {
  display: block;
}

#quickInfo .group_wing .btn_qbox {
  background-position: -71px 0;
}

#quickInfo .group_wing .btn_qbox:hover {
  background-position: -71px -40px;
}

#quickInfo .group_wing .btn_qbox.on {
  background-position: -71px -80px;
}

#quickInfo .group_wing .btn_mylst {
  background-position: -71px -120px;
  border-bottom: 1px dashed #dee1e2;
}

#quickInfo .group_wing .btn_mylst:hover {
  background-position: -71px -160px;
}

#quickInfo .group_wing .btn_mylst.on {
  background-position: -71px -200px;
}

#quickInfo .group_wing.end {
  padding-top: 0;
  margin-top: -1px;
  border-top: 1px dashed #d1d0d0;
  border-radius: 0 0 4px 4px;
}

#quickInfo .group_wing.end a {
  height: 22px;
  padding: 0;
  border-top: 0 none;
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  font-size: 0;
}

#quickInfo .group_wing.end a.on {
  background-color: #f9f9f9!important;
}

#quickInfo .group_wing .btn_size {
  background-position: -148px 0;
}

#quickInfo .group_wing.fav {
  position: absolute;
  bottom: -42px;
  left: -1px;
  width: 74px;
  height: 36px;
  overflow: hidden;
  background-color: #f2f2f2;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}

#quickInfo .group_wing.fav a {
  height: 36px;
  padding: 0;
  background-position: -148px -25px;
  border-top: 0;
  font-size: 0;
}

#quickInfo .group_wing.fav a.on {
  background-color: #f9f9f9!important;
  background-position: -148px -60px;
}

#quickInfo .group_wing.fav~.group_ctrl {
  bottom: -73px;
}

#quickInfo .group_wing.none {
  display: none;
}

#quickInfo .group_wing.none~.group_ctrl {
  bottom: -36px;
}

.lang_ja #quickInfo .group_wing .btn_size,
.lang_ja #quickInfo .group_wing.fav a {
  background-image: url("../../../ja/common/image/btn_quickinfo.png");
}

.lang_zh-cn #quickInfo .group_wing .btn_size,
.lang_zh-cn #quickInfo .group_wing.fav a {
  background-image: url("../../../zh-cn/common/image/btn_quickinfo.png");
}

.lang_zh-hk #quickInfo .group_wing .btn_size,
.lang_zh-hk #quickInfo .group_wing.fav a {
  background-image: url("../../../zh-hk/common/image/btn_quickinfo.png");
}

.antiscroll-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.antiscroll-scrollbar {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition: linear .3s opacity;
  -moz-transition: linear .3s opacity;
  -o-transition: linear .3s opacity;
  transition: linear .3s opacity;
  background: gray;
  background: rgba(0,0,0,.4);
  border-radius: 7px;
}

.antiscroll-scrollbar-shown {
  opacity: 1;
}

.antiscroll-scrollbar-vertical {
  top: 0;
  right: 1px;
  width: 4px;
  margin-top: 2px;
}

.antiscroll-inner {
  overflow: hidden;
  overflow-y: scroll;
}

.antiscroll-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}

.antiscroll-cont {
  padding-right: 15px;
}

.ui-datepicker {
  width: 270px;
  padding: 0 17px 10px;
  background: #fff;
  border: 1px solid #474a51;
  font-size: 12px;
}

.ui-datepicker-header {
  position: relative;
  padding: 8px 0;
  margin: 0 -17px 0;
  background: #474a51;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 48%;
  border: 0 none;
}

.ui-datepicker .ui-datepicker-title select {
  height: 25px;
  margin: 1px 0;
  float: left;
  border: 1px solid #4c4e58;
  border-radius: 0;
  font-size: 1em;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 7px;
  width: 1.8em;
  height: 1.8em;
  overflow: hidden;
  color: #c7cdd0;
}

.ui-datepicker .ui-datepicker-prev {
  left: 3px;
}

.ui-datepicker .ui-datepicker-next {
  right: 3px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  width: 0;
  height: 0;
  margin-top: 10px;
  opacity: .9;
  border: 5px solid #fff;
  border-color: transparent #fff transparent transparent;
  border-width: 5px 7px;
  font-size: 0;
}

.ui-datepicker .ui-datepicker-next span {
  margin-left: 8px;
  border-color: transparent transparent transparent #fff;
}

.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
  color: #edf0f2;
}

.ui-datepicker table {
  width: 100%;
  margin: 12px 0 4px;
  font-size: 13px;
  border-collapse: collapse;
}

.ui-datepicker th {
  width: 14.28%;
  padding: .7em .3em;
  border: 0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.ui-datepicker-week-end {
  color: #ff6a6a;
}

.ui-datepicker td {
  padding: 2px;
  border: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: .4em .2em;
  text-align: center;
  text-decoration: none;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  opacity: .35;
  background-image: none;
}

.ui-state-disabled {
  cursor: default!important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #f9f9f9;
  border: 1px solid #d4d4d4;
  outline: 0;
  font-weight: 700;
  color: #555;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-active {
  background: #ffb5b8;
  border-color: #ff9ca0;
  color: #333;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: #fbec88;
  border: 1px solid #fad42e;
  color: #333;
}

.ui-state-highlight:hover,
.ui-widget-content .ui-state-highlight:hover {
  background: #fdec78;
  border-color: #f5b523;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin-right: -7px;
  text-align: right;
}

.ui-datepicker .ui-datepicker-close,
.ui-datepicker .ui-priority-secondary {
  padding-right: 7px;
  line-height: 17px;
  background: #fff;
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  text-decoration: underline;
}

.ui-datepicker .ui-datepicker-close:hover,
.ui-datepicker .ui-priority-secondary:hover {
  background: #fff;
}

.ui-helper-clearfix {
  display: block;
}

.ui-helper-clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}

.slide_control {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
}

.slide_control .cont {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

.slide_control .slide {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0 0 auto;
  flex-shrink: 0;
}

.slide_control .cont,
.slide_control.android .slide {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slide_control.no_flexbox .slide {
  float: left;
}

.slide_control .paging {
  position: absolute;
  z-index: 10;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  text-align: center;
}

.slide_control .paging .bul {
  display: inline-block;
  opacity: .2;
  background: #000;
  border-radius: 50%;
}

table.rowType07 {
  width: 100%;
  border-top: 2px solid #79b4e9;
}

table.rowType07 caption {
  padding-bottom: 5px;
  font-weight: 700;
  color: #039;
  text-align: left;
}

table.rowType07 tr th {
  padding: 6px 0;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px solid #d4e5f2;
  border-width: 0 1px 1px 0;
  font-weight: 400;
  color: #2785cc;
}

table.rowType07 tr td {
  padding: 6px 10px;
  vertical-align: top;
  border: 1px solid #d4e5f2;
  border-width: 0 0 1px 0;
}

table.rowType07 tr td .highlight01 {
  color: #ff5a00;
}

table.rowType07 tr th.capArea {
  background-color: #f6f6f6;
  font-weight: 700;
  color: #333;
  text-align: center;
}

table.rowType08 {
  width: 100%;
  border-top: 2px solid #79b4e9;
}

table.rowType08 caption {
  padding-bottom: 5px;
  font-weight: 700;
  color: #039;
  text-align: left;
}

table.rowType08 tr th {
  padding: 6px 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d4e5f2;
  font-weight: 400;
  color: #2d75c5;
}

table.rowType08 tr td {
  padding: 6px 10px;
  border-bottom: 1px solid #d4e5f2;
  text-align: center;
}

table.rowType08 tr td strong {
  color: #333;
}

table.rowType08 tr td.leftAlign {
  text-align: left;
}

table.rowType08 tr th.capArea {
  background-color: #f6f6f6;
  font-weight: 700;
  color: #333;
  text-align: center;
}

table.colType05 {
  width: 100%;
  border-top: 2px solid #79b4e9;
}

table.colType05 caption {
  padding-bottom: 5px;
  font-weight: 700;
  color: #039;
  text-align: left;
}

table.colType05 thead tr th {
  padding: 5px 0;
  background-color: #fafafa;
  border-bottom: 1px solid #d4e5f2;
  color: #2785cc;
}

table.colType05 tbody tr td {
  padding: 5px 0;
  border-bottom: 1px solid #d4e5f2;
  color: #333;
  text-align: center;
}

table.colType05 tbody tr td .highlight01 {
  font-weight: 700;
  color: #008406;
}

.noSearchList td {
  padding: 17px 0 18px 0!important;
  text-align: center!important;
}

.selectList02 {
  position: relative;
  z-index: 3;
  display: inline-block;
  height: 20px;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #333;
  text-decoration: none;
}

.selectList02 a {
  color: #5c5c5c;
  text-decoration: none;
  cursor: pointer;
}

.selectList02 a.current {
  display: block;
  height: 20px;
  padding: 0 25px 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  background: #fff url("../image/bul_common.png") right -30px no-repeat;
  color: #000;
  cursor: pointer;
}

.selectList02 a.current.open {
  background-position: right -60px;
}

.selectList02 .list {
  position: absolute;
  top: 18px;
  left: -1px;
  width: 100%;
  padding: 4px 0 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
}

.selectList02 .list ul {
  width: 100%;
  max-height: 138px;
  overflow: auto;
  overflow-x: hidden;
}

.selectList02 .list ul li {
  width: 100%;
  padding: 0;
  overflow: hidden;
  line-height: 12px;
  vertical-align: top;
  background: 0 0;
  cursor: pointer;
}

.selectList02 .list ul li a {
  display: block;
  padding: 2px 5px;
  padding-left: 12px;
  background: url("../image/bul_common.png") 0 -1390px no-repeat;
  color: #5c5c5c;
}

.selectList02 .list ul li a:active,
.selectList02 .list ul li a:hover,
.selectList02 .list ul li.selected a {
  background-color: #5da5fd;
  color: #fff;
}

.selectList02 .listCtrl {
  height: 17px;
  margin: 2px 1px 0;
  line-height: 17px;
  border-top: 1px solid #e4e4e4;
  text-align: right;
}

.selectList02 .listCtrl a {
  padding: 0 5px;
  color: #2385d7;
}

.selectList02 .nolist {
  padding: 5px;
  color: #5c5c5c;
}

.selectList02 .nolist a {
  color: #2385d7;
}

.select_lst3 {
  display: inline-block;
  height: 20px;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #333;
  text-decoration: none;
}

.select_lst3 a.current {
  display: block;
  height: 20px;
  padding-left: 5px;
  padding-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  background: #fff url("../image/bul_common.png") right -30px no-repeat;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.select_lst3.hover {
  position: relative;
  z-index: 100;
}

.select_lst3 a.current dfn {
  margin-left: 0;
}

.select_lst3 .lst {
  position: absolute;
  top: 20px;
  left: -1px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #f1f1f1;
}

.select_lst3 .lst ul {
  max-height: 242px;
  overflow: hidden;
  overflow-y: auto;
}

.select_lst3 .lst li a {
  display: block;
  color: #3a3a3a;
  text-decoration: none;
  cursor: pointer;
}

.select_lst3 .lst li {
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 3px 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 12px;
  vertical-align: top;
  background: 0 0;
  border-top: 1px solid #e9e9e9;
  cursor: pointer;
}

.select_lst3 .lst li:first-child {
  border: none;
}

.select_lst3 .lst li span {
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  line-height: 20px;
  vertical-align: top;
}

.select_lst3 .lst li a:active span,
.select_lst3 .lst li a:hover span {
  text-decoration: underline;
}

.select_lst3 .lst li span em {
  color: #06c;
}

.select_lst3 .lst li.all a {
  height: 19px;
  line-height: 19px;
  background-color: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 700;
  text-align: center;
}

.select_lst3 .lst li dfn {
  margin: 4px 5px 0;
}

.select_lst3 .lst .link_search {
  padding: 1px 5px 0 0;
  color: #509edf;
  text-align: right;
}

.select_lst3 .lst .link_search:active span,
.select_lst3 .lst .link_search:hover span {
  color: red;
  text-decoration: none;
}

.select_lst3 .lst_no {
  padding: 10px 5px 5px;
  color: #3a3a3a;
}

.addr_search {
  position: relative;
  z-index: 3;
  margin: 5px 0;
}

.addr_search .form dt {
  min-width: 70px;
  float: left;
  font-size: 12px;
}

.addr_search .form dd,
.addr_search .form dt {
  padding: 5px 0;
  line-height: 20px;
}

.addr_search .form dd .line {
  margin-right: 10px;
}

.addr_search .form dd input.textType {
  height: 14px;
  padding: 3px 1px 1px 4px;
  margin-right: 2px;
  vertical-align: top;
  border: 1px solid #cfcfcf;
  font-size: 12px;
  color: #666;
}

.addr_search .form dd input.gsm_readonly {
  line-height: normal;
  background-color: #e4e4e4!important;
}

.addr_search .form dd a.bt {
  margin-right: 2px;
  background: #797d88;
  border: none;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.addr_search .form dd a.bt span {
  display: inline;
  background: 0 0;
}

.addr_search .form dd input {
  margin: 0;
}

.addr_search .form dd label {
  margin-left: 3px;
  color: #555;
}

.addr_search .form dd select {
  margin-right: 5px;
}

.addr_search .colOra {
  clear: both;
}

.addr_search .form.cn .addr_detail {
  float: left;
}

.addr_search .form.cn #dv_china_zipcode {
  clear: both;
}

.addr_search .form.cn .addr_detail input.textType {
  width: 90%!important;
}

.ly_addr_search {
  position: absolute;
  left: -100px;
  width: 793px;
  height: 402px;
  background-color: #fff;
  border: 2px solid #f18a8c;
}

.ly_addr_search .btn_close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 24px;
  height: 24px;
  text-indent: -5000px;
  background: url("../image/address/cm_addr.png") -81px -120px no-repeat;
}

.ly_addr_search .find {
  height: 150px;
  padding: 0 15px 10px;
  overflow: hidden;
  background-color: #fff4f4;
}

.ly_addr_search .find .tit {
  margin: 8px 0;
  font-size: 15px;
  color: #ed4242;
}

.ly_addr_search .find dl {
  margin-left: 20px;
}

.ly_addr_search .find dt {
  width: 135px;
  float: left;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
}

.ly_addr_search .find dd {
  margin: 5px 0;
  overflow: hidden;
  line-height: 20px;
}

.ly_addr_search .find dd select {
  height: 24px;
  padding-left: 10px;
  line-height: 24px;
  border: 1px solid #c2b6b6;
  font-size: 13px;
  color: #444;
}

.ly_addr_search .find dd .textType {
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  border: 1px solid #c2b6b6;
  font-size: 12px;
  color: #333;
}

.ly_addr_search .find dt.line2 {
  line-height: 12px;
}

.ly_addr_search .find dd .btn_search {
  display: inline-block;
  height: 25px;
  padding: 0 20px;
  margin-left: 5px;
  line-height: 25px;
  vertical-align: middle;
  background-color: #ff7b7e;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.ly_addr_search .find dd .btn_rst {
  display: inline-block;
  height: 25px;
  padding: 0 20px;
  margin-left: 5px;
  line-height: 25px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  color: #909090;
}

.ly_addr_search .find dd .btn_enter {
  position: absolute;
  right: 15px;
  bottom: 30px;
}

.ly_addr_search .find dd .btn_enter a {
  display: inline-block;
  width: 130px;
  height: 25px;
  margin-left: 7px;
  line-height: 25px;
  vertical-align: middle;
  background-color: #eeeded;
  border: 1px solid #d5caca;
  border-radius: 3px;
  font-weight: 700;
  color: #ef4747;
  text-align: center;
  text-decoration: none;
}

.ly_addr_search .find dd .info {
  max-height: 28px;
  margin-top: 5px;
  overflow: hidden;
  line-height: 1.3;
  font-size: 11px;
}

.ly_addr_search .result {
  position: relative;
  padding: 15px 15px 0 15px;
  border-top: 1px solid #e6dede;
}

.ly_addr_search .result .tit {
  height: 16px;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 16px;
  background: url("../image/address/icon_address.png") -300px -30px no-repeat;
}

.ly_addr_search .result .tit h3 {
  margin: 0;
  line-height: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

.ly_addr_search .result .bt {
  position: absolute;
  bottom: -32px;
  left: 14px;
  height: auto;
  margin: 0;
  line-height: normal;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.ly_addr_search .result .bt.blue span {
  padding: 2px 8px;
  margin: 0;
  line-height: 20px;
  background: 0 0;
  font-size: 12px;
  color: #666;
}

.ly_addr_search .result a {
  display: block;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.ly_addr_search .result ul {
  height: 135px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #cfcfcf;
}

.ly_addr_search .result li {
  padding: 5px 0 5px 30px!important;
  overflow: hidden;
  line-height: 16px;
  border-top: none!important;
}

.ly_addr_search .result li.on {
  background: #e9e9e9 url("../image/address/icon_address.png") -300px 0 no-repeat;
}

.ly_addr_search .ctrl {
  margin: 15px 0;
  text-align: center;
}

.ly_addr_search .ctrl a {
  display: inline-block;
  width: 150px;
  height: 36px;
  line-height: 36px;
  background-color: #f76063;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.pop_addressBook .ly_addr_search {
  z-index: 10;
  top: 33px;
  left: 0;
  width: 775px;
}

.gsm_btn_search {
  display: inline-block;
  width: 50px;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  vertical-align: middle;
  background: #5b8de6;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.gsm_email,
.gsm_home,
.gsm_mail,
.gsm_phone {
  min-height: 21px;
  padding-left: 26px;
  margin: 5px 0;
  line-height: 21px;
  background: url("../image/address/icon_address.png") -300px -50px no-repeat;
}

.gsm_home {
  background-position: -300px -72px;
}

.gsm_email,
.gsm_mail {
  background-position: -300px -94px;
}

.gsm_mail p {
  margin-top: 3px;
}

.gsm_home em,
.gsm_mail em,
.gsm_phone em {
  margin-left: 30px;
}

.gsm_home input.gsm_textType,
.gsm_phone input.gsm_textType {
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  border: 1px solid #cfcfcf;
  font-size: 13px;
}

.gsm_home select,
.gsm_phone select {
  font-family: inherit;
  height: 18px;
  border: 1px solid #cfcfcf;
}

.gsm_select {
  position: relative;
  width: 47px;
  height: 21px;
  margin-right: 5px;
  float: left;
}

.gsm_select p {
  width: 47px;
  height: 21px;
  padding: 0;
  margin: 0;
  background: url("../image/address/cm_addr.png") -29px -120px no-repeat;
}

.gsm_select p a {
  display: block;
  width: 47px;
  height: 21px;
}

.gsm_select p a img {
  border: 1px solid #c1c1c1;
}

a.gsm_btn_save {
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 5px;
  display: inline-block;
  height: 18px;
  padding: 0 10px;
  overflow: visible;
  white-space: nowrap;
  line-height: 18px;
  vertical-align: top;
  background-color: #fafbfd;
  border: 1px solid #8d9ccf;
  border-color: #8d9ccf #5c73c1 #5c73c1 #8d9ccf;
  border-radius: 2px;
  font-weight: 700;
  color: #002cb9;
  text-decoration: none;
  cursor: pointer;
}

.pop_addressBook input {
  margin: 1px 0;
  font-family: inherit;
}

.pop_addressBook input.gsm_readonly {
  height: 18px;
  margin: 1px 0;
  line-height: 18px;
  background-color: #e4e4e4;
  border: 1px solid #cfcfcf;
  font-size: 13px;
  color: #333;
}

input.gsm_readonly {
  height: 18px;
  margin: 3px 0;
  line-height: 18px;
  background-color: #e4e4e4!important;
  border: 1px solid #cfcfcf;
  font-size: 13px;
  color: #333;
}

.autocplt {
  position: absolute;
  z-index: 999;
  width: 370px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.autocplt .g_noList {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #999;
  text-align: center;
}

.autocplt .group_autolst {
  height: 285px;
  overflow: hidden;
}

.autocplt .group_autolst li {
  margin: 1px 130px 0 0;
  overflow: hidden;
  white-space: nowrap;
}

.autocplt .group_autolst li a {
  display: block;
  height: 20px;
  padding-left: 12px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  background: 0 0;
  color: #000;
  text-decoration: none;
}

.autocplt .group_autolst li a span {
  font-weight: 700;
  color: #3782ea;
}

.autocplt .group_autolst li:hover {
  background: #fff url("../image/bul_layout2.png") right -1110px no-repeat;
}

.autocplt .group_autolst li a:hover {
  background-color: #527fef;
  color: #fff;
}

.autocplt .group_autolst li a:hover span {
  color: #fff;
}

.autocplt .group_autolst .lst_tt {
  display: block;
  height: 24px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  background-color: #eceff2;
  font-weight: 400;
  color: #717889;
  text-decoration: none;
}

.autocplt .group_autolst .gnb_del {
  position: absolute;
  right: 13px;
}

.autocplt .group_autolst .ctrl_area a {
  font-weight: 700;
}

.autocplt .ctrl_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 344px;
  height: 20px;
  padding: 3px 13px;
  clear: both;
  overflow: hidden;
  line-height: 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

.autocplt .ctrl_area a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.autocplt .ctrl_area em {
  font-weight: 700;
  color: #527fef;
}

.autocplt .group_preview {
  position: absolute;
  top: 5px;
  left: 100%;
  width: 332px;
  height: 314px;
  margin-left: -130px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.autocplt .group_preview ul {
  height: 246px;
  margin-top: -1px;
  border-top: 1px solid #fff;
}

.autocplt .group_preview li a {
  display: block;
  padding: 9px 11px;
  overflow: hidden;
  border-bottom: 1px solid #cfcfcf;
  text-decoration: none;
}

.autocplt .group_preview li a:hover .tt {
  text-decoration: underline;
}

.autocplt .group_preview .thumb {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

.autocplt .group_preview .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.autocplt .group_preview .thumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0,0,0,.1);
}

.autocplt .group_preview .inf {
  display: block;
  overflow: hidden;
  font-size: 0;
  color: #454545;
}

.autocplt .group_preview .inf ins {
  margin: -1px 2px 1px 0;
}

.autocplt .group_preview .inf .tt {
  display: block;
  height: 42px;
  padding-top: 1px;
  margin-bottom: 6px;
  overflow: hidden;
  line-height: 14px;
  font-size: 12px;
  color: #454545;
}

.autocplt .group_preview .flag_dd,
.autocplt .group_preview .flag_gb,
.autocplt .group_preview .flag_ts {
  display: inline-block;
  width: 15px;
  height: 0;
  padding-top: 15px;
  margin-right: 2px;
  overflow: hidden;
  vertical-align: top;
  background: url("../image/icon_cm2.png") no-repeat;
}

.autocplt .group_preview .flag_ts {
  background-position: -103px 0;
}

.autocplt .group_preview .flag_dd {
  background-position: -88px 0;
}

.autocplt .group_preview .flag_gb {
  width: 18px;
  background-position: -70px 0;
}

.autocplt .group_preview .inf .prc {
  display: inline-block;
  max-width: 145px;
  margin-right: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 12px;
  color: #ff0017;
}

.autocplt .group_preview .inf del {
  padding-right: 3px;
  font-size: 11px;
  font-weight: 400;
  color: #acacac;
}

.autocplt .group_preview i {
  display: inline-block;
  padding: 0 6px;
  line-height: 14px;
  vertical-align: middle;
  font-size: 11px;
  color: #fff;
}

.autocplt .group_preview .prm {
  background-color: #e00001;
}

.autocplt .group_preview .pls {
  background-color: #00b050;
}

.autocplt .group_preview .rate {
  margin-left: 3px;
  vertical-align: middle;
}

.autocplt .group_preview .prc+.rate {
  margin-left: 0;
}

.autocplt .group_preview td,
.autocplt .group_preview th {
  height: 81px;
  padding: 0;
  border-top: 1px solid #cfcfcf;
}

.autocplt .group_preview td.thumb {
  vertical-align: middle;
  text-align: center;
}

.autocplt .group_preview td.thumb p {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #c7c7c7;
  text-align: center;
}

.autocplt .group_preview td.detail {
  color: #000;
}

.autocplt .group_preview td.detail p {
  margin: 0 0 0 5px;
}

.autocplt .group_preview td.detail .info {
  display: block;
  width: 100%;
  height: 18px;
  margin-bottom: 4px;
  overflow: hidden;
}

.autocplt .group_preview td.detail .info em {
  display: inline-block;
  height: 16px;
  line-height: 14px;
}

.autocplt .group_preview td.detail .subject {
  width: 175px;
}

.autocplt .group_preview td.detail a {
  display: block;
  height: 36px;
  overflow: hidden;
  line-height: 12px;
  color: #000;
}

.autocplt .group_preview td.price {
  text-align: center;
}

.autocplt .group_preview td.price del,
.autocplt .group_preview td.price em,
.autocplt .group_preview td.price span,
.autocplt .group_preview td.price strong {
  display: block;
  line-height: 14px;
}

.autocplt .group_preview td.price del {
  color: #4d4d4d;
}

.autocplt .group_preview td.price span {
  color: #2a6ccc;
}

.autocplt .group_preview td.price span em {
  color: #e88888;
}

.autocplt .group_preview td.price strong {
  color: #ed0a0a;
}

.autocplt .tg {
  display: inline-block;
  height: 16px;
  padding: 0 7px;
  margin-right: 4px;
  float: left;
  line-height: 16px;
  vertical-align: middle;
  background-color: #d40f27;
  border: 1px solid #c60018;
  border-radius: 3px;
  color: #fff;
}

.autocplt .tg_pls {
  background-color: #612ac7;
  border-color: #612ac7;
}

.autocplt .tg_act {
  background-color: #1ec014;
  border-color: #1ec014;
}

.autocplt .tg_lac {
  background-color: #02bac0;
  border-color: #02bac0;
}

.autocplt .tg_cac {
  background-color: #74c51a;
  border-color: #74c51a;
}

.autocplt .review_total_star {
  display: block;
  margin-top: 3px;
}

.ly_alert_wrap {
  position: absolute;
  z-index: 1000;
  max-width: 50%;
}

.ly_alert_wrap .ly_cm_alert {
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
}

.ly_cm_alert {
  position: absolute;
  z-index: 100;
  min-width: 280px;
  max-width: 50%;
  padding: 20px 25px;
  margin: 0 auto;
  line-height: 1.3;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
  border-radius: 2px;
  box-shadow: 1px 0 4px rgba(0,0,0,.3);
  font-size: 12px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.ly_cm_alert .btn_set {
  margin-top: 13px;
}

.ly_cm_alert .btn_set a {
  display: inline-block;
  min-width: 60px;
  height: 26px;
  padding: 0 5px;
  margin: 0 4px;
  line-height: 26px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.ly_cm_alert .btn_set a.sbmt:hover {
  background: #d9d9d9;
  background: rgba(0,0,0,.3);
  border: 1px solid #fff;
  color: #fff;
}

.ly_cm_alert .btn_set a.cncl:hover {
  background: #f4f4f4;
}

.ly_cm_alert .btn_clse {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 11px;
  height: 11px;
  text-indent: 100%;
  overflow: hidden;
  background: url("../image/icon_cm2.png") -30px 0 no-repeat;
  border: 0 none;
  cursor: pointer;
}

.ly_cm_alert .dsc {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}

.ly_cm_alert .inner {
  min-height: 25px;
  padding: 0 5px 0 40px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  text-align: left;
}

.ly_cm_alert .inner p {
  font-size: 11px;
}

.ly_cm_alert.normal {
  background-color: #527fef;
  background-color: rgba(82,127,239,.9);
  font-size: 15px;
  font-weight: 700;
}

.ly_cm_alert.normal:hover {
  background-color: #4d79e8;
  background-color: rgba(58,106,226,.9);
}

.ly_cm_alert.normal .btn_set a {
  color: #527fef;
}

.ly_cm_alert.warning {
  background-color: #f89406;
  background-color: rgba(248,148,6,.9);
}

.ly_cm_alert.warning:hover {
  background-color: #f88d09;
  background-color: rgba(230,131,8,.9);
}

.ly_cm_alert.warning .btn_set a {
  color: #ffba00;
}

.ly_cm_alert.warning .inner {
  background-image: url("../image/icon_warning.png");
}

.ly_cm_alert.error {
  background-color: #e32222;
  background-color: rgba(227,34,34,.9);
}

.ly_cm_alert.error:hover {
  background-color: #d51f1f;
  background-color: rgba(191,21,21,.9);
}

.ly_cm_alert.error .btn_set a {
  color: #e32222;
}

.ly_cm_alert.error .inner {
  background-image: url("../image/icon_error.png");
}

.ly_cm_alert.success {
  background-color: #51a351;
  background-color: rgba(81,163,81,.9);
}

.ly_cm_alert.success:hover {
  background-color: #4d944d;
  background-color: rgba(51,141,51,.9);
}

.ly_cm_alert.success .inner {
  background-image: url("../image/icon_success.png");
}

.ly_alert_add {
  position: absolute;
  z-index: 100;
  right: 0;
  left: 0;
  width: 70%;
  padding: 7px 15px;
  margin: 0 auto;
  line-height: 1.5;
  background: #f9edbe;
  background: rgba(249,237,190,.95);
  border: 1px solid #f0c36d;
  border-radius: 5px;
  color: #333;
  text-align: center;
}

.ly_alert_add .btn_area {
  margin-top: 5px;
}

.ly_alert_add .btn {
  display: inline-block;
  padding: 3px 5px;
  line-height: 1.2;
  border-radius: 2px;
  font-size: 11px;
  color: #477bae;
  text-decoration: underline;
}

.ly_fixed_wrap {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #666;
  background: rgba(0,0,0,.7);
  text-align: center;
}

.ly_fixed_wrap::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ly_fixed_wrap .content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ly_fixed_wrap .btn_clse {
  position: absolute;
  top: 0;
  right: -38px;
  width: 26px;
  height: 26px;
  background: url("../image/ly_fixed_wrap_close.png") no-repeat;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.ly_fixed_wrap .bg {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 17px;
  bottom: 0;
  left: 0;
}

.alert_top {
  z-index: 1000;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #e51f1f;
  border-bottom: 1px solid #d01919;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.alert_top p {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}

.alert_gb_guide {
  position: relative;
  z-index: 999;
  margin-bottom: 5px;
  background-color: #f7836f;
  border-bottom: 1px solid #d4d4d4;
}

.alert_gb_guide .ir_area {
  position: relative;
  width: 1020px;
  height: 73px;
  margin: 0 auto;
  line-height: 100%;
  background: url("../image/bnnr_gbguide.png") no-repeat;
  text-align: center;
}

.alert_gb_guide .ir_area h2 {
  position: relative;
  padding: 20px 0 15px;
  margin-left: 50px;
  font-size: 24px;
  color: #fff;
  font-style: italic;
}

.alert_gb_guide .ir_area h3 {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  color: #fff3d0;
}

.alert_gb_guide .ir_area ins {
  position: relative;
  margin-left: 50px;
  font-size: 11px;
  color: #fff;
}

.alert_gb_guide .ir_area p {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 250px;
  line-height: 1.1;
  font-size: 14px;
  color: #972525;
  text-align: left;
}

.alert_gb_guide .ir_area button {
  background: 0 0;
  border: 0 none;
  cursor: pointer;
}

.alert_gb_guide .ir_area .lnk_go {
  position: absolute;
  top: 10px;
  right: 100px;
  display: block;
  width: 110px;
  height: 0;
  padding-top: 55px;
  opacity: 0;
  overflow: hidden;
  line-height: 1;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #4f5257;
}

.alert_gb_guide .ir_area .btn_more {
  position: absolute;
  bottom: 9px;
  left: 172px;
  width: 45px;
  height: 18px;
  opacity: 0;
  background: #f56f5b;
  font-size: 11px;
  color: #fff;
}

.alert_gb_guide .ir_area .clse_area {
  position: absolute;
  top: 5px;
  right: -70px;
  width: 115px;
  color: #fff;
}

.alert_gb_guide .ir_area .btn_close {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 2px;
  overflow: hidden;
  background: url("../image/bnnr_gbguide_clse.png") no-repeat;
  color: transparent;
}

.alert_gb_guide .ir_area .h {
  z-index: -1;
  color: transparent;
}

.ly_basic {
  position: absolute;
  z-index: 1000;
  top: 10%;
  left: 50%;
  width: 375px;
  margin-left: -186px;
  background-color: #fff;
  border: 2px solid #747474;
}

.ly_basic .inner {
  padding: 25px 40px 20px;
  line-height: 1.6;
  text-align: center;
}

.ly_basic .err {
  font-size: 13px;
}

.ly_basic .btn_lnk {
  display: block;
  height: 32px;
  padding: 0 10px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 32px;
  background: #0fa1ff;
  border: 1px solid #009bff;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
}

.ly_basic .btn_lnk strong {
  display: block;
}

.ly_basic .bt_clse {
  display: inline-block;
  width: 80px;
  height: 29px;
  margin-top: 25px;
  line-height: 29px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  text-align: center;
  text-decoration: none;
}

.scroll_fix {
  overflow: visible;
}

.scroll_fix body {
  overflow: hidden;
}

.bgwrap {
  position: fixed;
  z-index: 10000;
  top: 0!important;
  left: 0;
  width: 100%;
  height: 107%;
  text-indent: -9999em;
}

.bgwrap.opa_80 {
  opacity: .8;
}

.bgwrap.opa_70 {
  opacity: .7;
}

.bgwrap.opa_60 {
  opacity: .6;
}

.bgwrap.opa_50 {
  opacity: .4;
}

.bgwrap.opa_30 {
  opacity: .3;
}

.bgwrap.black {
  background-color: #000;
}

.bgwrap.white {
  background-color: #fff;
}

.ly_pagesetting {
  position: absolute;
  z-index: 1;
  width: 290px;
  margin-left: -150px;
  background: #fff;
  border: 2px solid #5a5f67;
  color: #000;
}

.ly_pagesetting .btn_close {
  width: 20px;
  height: 20px;
  margin: 3px;
  float: right;
  background: url("../image/icon_cm2.png") -260px -20px;
  font-size: 0;
}

.ly_pagesetting h3 {
  height: 15px;
  padding: 5px;
  background-color: #ebebec;
}

.ly_pagesetting .contents {
  padding: 15px;
  text-align: center;
}

.ly_pagesetting .contents p {
  padding-bottom: 20px;
  text-align: left;
}

.ly_pagesetting .btn_select {
  visibility: hidden;
  position: absolute;
  left: 0;
}

.ly_pagesetting .radio_wrap .icon_r {
  position: relative;
  display: inline-block;
  max-width: 85px;
  height: 20px;
  padding: 0 20px;
  overflow: hidden;
  line-height: 20px;
  background-image: url("../image/bul_common.png");
  background-repeat: no-repeat;
}

.ly_pagesetting .check_btn {
  background-position: 0 -1360px;
}

.ly_pagesetting .non_btn {
  background-position: 0 -1330px;
}

.ly_pagesetting .btn_save {
  display: inline-block;
  width: 85px;
  height: 23px;
  margin-top: 20px;
  line-height: 23px;
  background-color: #4e7ed6;
  border: 1px solid #3b69be;
  color: #fff;
  text-align: center;
}

.ly_cm_guide {
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  width: 460px;
  margin-left: -500px;
  background-color: #fff;
  border: 2px solid #5a5f67;
}

.ly_cm_guide .head {
  position: relative;
  padding: 10px 13px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #c6c6c6;
}

.ly_cm_guide .head h2 {
  font-size: 15px;
  color: #333;
}

.ly_cm_guide .btn_close {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 23px;
  height: 0;
  padding-top: 23px;
  margin-top: -12px;
  overflow: hidden;
  background: url("../image/icon_cm2.png") 0 -45px no-repeat;
}

.ly_cm_guide .content {
  padding: 20px;
  font-size: 13px;
  text-align: center;
}

.ly_cm_guide .content h3 {
  margin: 10px 0 15px;
  font-size: 15px;
  color: #4a70e0;
}

.ly_cm_guide .content p {
  margin: 15px 10px;
  line-height: 1.4;
  color: #3b3b3b;
  text-align: left;
}

.ly_cm_guide .content .blue {
  color: #4a70e0;
}

.family_site {
  padding: 15px;
  background: #f8f8f8;
  text-align: left;
}

.family_site dt {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}

.family_site dd {
  position: relative;
  margin-top: 5px;
}

.family_site i {
  min-width: 21px;
  margin: 1px 7px 0;
}

.family_site .url {
  position: absolute;
  top: 0;
  left: 140px;
}

.innerPopWrap {
  border: 2px solid #5a5f67;
}

.innerPopWrap .head {
  position: relative;
  height: 29px;
  padding: 0 30px 0 10px;
  overflow: hidden;
  line-height: 29px;
  background-color: #ebebec;
  border-bottom: 1px solid #dadadb;
  color: #0765c2;
  cursor: move;
}

.innerPopWrap .head h2 {
  display: block;
  width: 100%;
  margin: 0;
  line-height: inherit;
}

.innerPopWrap .head h2 span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  text-shadow: 0 1px 0 #f8f8f8;
}

.innerPopWrap .head h2 strong.tit {
  font-size: 12px;
  font-weight: 700;
  color: #2f2f2f;
}

.innerPopWrap .head h2 .tit .num {
  display: inline-block;
  color: #ff3c3c;
}

.innerPopWrap .head .closePop {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 5px 5px 10px;
  float: none!important;
}

.innerPopWrap .head .closePop a {
  display: block;
  width: 19px;
  height: 19px;
  text-indent: -1px;
  line-height: 20px;
  background: #5e6066;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: dotum;
}

.innerPopWrap .head .ic_preview {
  display: inline-block;
  width: 20px;
  height: 0;
  padding-top: 14px;
  margin-right: 7px;
  overflow: hidden;
  vertical-align: middle;
  background: url("../image/icon_common.png") -1258px 0 no-repeat;
}

.innerPopWrap .loading {
  position: relative;
}

.innerPopWrap .loading .bg {
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 395px;
  opacity: .7;
  background-color: #fff;
}

.innerPopWrap .loading .img {
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.innerPopWrap .loading .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

.innerPopWrap .content {
  background-color: #fff;
}

a.qshop {
  color: #ff5b01;
  text-decoration: underline;
}

a.qshop em {
  color: #ff0113;
}

a.qshop span {
  display: inline!important;
  font-size: 100%!important;
  color: #0058aa!important;
  text-shadow: none!important;
}

.innerPopWrap .head h2 a.btn_qshop {
  margin: -2px 0 0 5px;
  float: none;
  font-size: 12px;
}

.innerPopWrap .head h2 a.btn_qshop em,
.innerPopWrap .head h2 a.btn_qshop span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.innerPopWrap2 {
  border: 2px solid #999;
}

.innerPopWrap2 .btn_close {
  position: absolute;
  top: -23px;
  right: 9px;
  display: block;
  width: 48px;
  height: 21px;
  padding-right: 34px;
  line-height: 21px;
  background: url("../image/icon_cm2.png") -123px -20px no-repeat;
  color: #adadad;
  text-align: right;
  text-decoration: none;
}

.innerPopWrap2 .loading {
  position: relative;
}

.innerPopWrap2 .loading .bg {
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 395px;
  opacity: .7;
  background-color: #fff;
}

.innerPopWrap2 .loading .img {
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.innerPopWrap2 .loading .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

.innerPopWrap3 {
  overflow: hidden;
  border: 1px solid #b2b2b2;
  border-radius: 8px;
}

.innerPopWrap3 .head {
  position: relative;
  height: 39px;
  padding: 0 40px 0 15px;
  overflow: hidden;
  line-height: 39px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #e1e1e1;
  color: #0765c2;
}

.innerPopWrap3 .head h3 {
  font-size: 14px;
  font-weight: 700;
  color: #3d3d3d;
}

.innerPopWrap3 .head h3 img {
  margin: 0 5px 4px;
}

.innerPopWrap3 .btn_close {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 10px;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -5000px;
  background: url("../image/icon_cm2.png") -45px -45px no-repeat;
}

.innerPopWrap3 .loading {
  position: relative;
}

.innerPopWrap3 .loading .bg {
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 395px;
  opacity: .7;
  background-color: #fff;
}

.innerPopWrap3 .loading .img {
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.innerPopWrap3 .loading .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

.innerPopWrap3 .content {
  background-color: #fff;
}

.quickSmartTab.edge .quickSmartTabLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 874px;
}

.quickSmartTab iframe {
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #066acd;
  border-radius: 7px;
  box-shadow: 1px 2px 2px #9baec5;
}

.quickSmartTabLoading {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 874px;
}

.quickSmartTabLoading .bg {
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 529px;
  opacity: .7;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 7px;
}

.quickSmartTabLoading .img {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 531px;
}

.quickSmartTabLoading .img img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.quickQplay iframe {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 1px 2px 2px #9baec5;
}

.quickQplayLoading {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 896px;
}

.quickQplayLoading .bg {
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 646px;
  opacity: .7;
  background-color: #fff;
}

.quickQplayLoading .img {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 646px;
}

.quickQplayLoading .img img {
  position: absolute;
  top: 50%;
  left: 50%;
}

#quickSmartView {
  position: absolute;
  z-index: 1000;
  top: 60px;
  left: -793px;
}

#quickSmartView .arrow {
  position: absolute;
  z-index: 1;
  top: 145px;
  right: -10px;
  width: 12px;
  height: 16px;
  text-indent: -5000px;
  background: url("../image/layout.png") -58px 0 no-repeat;
}

#quickSmartView iframe {
  overflow: hidden;
}

#quickSmartView.cartOn .arrow {
  top: 65px;
}

#quickSmartView .btn_clse {
  position: absolute;
  top: 14px;
  right: 17px;
  width: 12px;
  height: 12px;
  text-indent: -5000px;
  background: url("../image/icon_cm2.png") -13px 0 no-repeat;
  font-size: 0;
}

#quickSmartLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 776px;
  height: 446px;
  text-indent: -5000px;
  border: 2px solid #3d86ed;
  font-size: 0;
}

#quickSmartLoading .loadbg {
  width: 100%;
  height: 100%;
  background: #fff url("../image/bg_qckvw_loading.png") center no-repeat;
}

#quickSmartLoading .loadimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  background-color: #fff;
}

#quickSmartLoading .loadimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

.ly_allcate {
  position: absolute;
  z-index: 105;
  left: 10px;
  padding: 9px 0;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}

.ly_allcate::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 87px;
  width: 14px;
  height: 8px;
  background: url("../image/layout.png") -167px 0 no-repeat;
}

.ly_allcate .btn_clse {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999em;
  overflow: hidden;
  background: #5c5c5c url("../image/layout.png") -230px 0 no-repeat;
}

.ly_allcate .lst_cate {
  display: table;
  margin: 0 auto;
  overflow: hidden;
  table-layout: fixed;
}

.ly_allcate .lst_cate ul {
  position: relative;
  display: table-cell;
  width: 136px;
  padding: 0 1px 30px;
  vertical-align: top;
  border-left: 1px solid #f2f2f2;
}

.ly_allcate .lst_cate ul.cate1 {
  border-left: 0 none;
}

.ly_allcate .lst_cate li {
  margin: 5px 0;
}

.ly_allcate .lst_cate a {
  display: block;
  padding: 5px 5px 5px 10px;
  color: #727272;
  text-decoration: none;
}

.ly_allcate .lst_cate a:hover {
  background-color: #f0f0f0;
}

.ly_allcate .lst_cate .major {
  margin-bottom: 15px;
}

.ly_allcate .lst_cate .major a {
  height: 21px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 21px;
  font-weight: 700;
  color: #3f3f3f;
}

.ly_allcate .lst_cate .major a:hover {
  background-color: #527fef;
  color: #fff;
}

.ly_imgsrch {
  position: absolute;
  z-index: 108;
  top: 35px;
  width: 468px;
  background-color: #fff;
  border: 1px solid #3f3f3f;
}

.ly_imgsrch .btn_cls {
  position: absolute;
  top: 8px;
  right: 14px;
  width: 15px;
  height: 15px;
  text-indent: -5000px;
  background: url("../../board/image/icon_board2.png") -301px -105px no-repeat;
  font-size: 0;
}

.ly_imgsrch h3 {
  padding: 9px 15px;
  background-color: #f6f6f6;
  color: #3e3e3e;
}

.ly_imgsrch .content {
  margin: 10px 16px 20px 33px;
  background: url("../../board/image/bg_imgsrch.png") top right no-repeat;
}

.ly_imgsrch p {
  padding: 10px 0 7px;
  line-height: 19px;
  font-weight: 700;
  color: #191717;
}

.ly_imgsrch .method_area {
  line-height: 19px;
  color: #6d6d6d;
}

.ly_imgsrch .method_area label {
  display: inline-block;
  padding: 6px 0;
  vertical-align: middle;
}

.ly_imgsrch .upload .slct_file {
  padding: 6px 20px;
}

.ly_imgsrch .upload .slct_file .btn_slct {
  position: relative;
  display: inline-block;
  padding: 3px 6px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
  background-color: #467fe6;
  border: 1px solid #3e6cbf;
  border-radius: 2px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.ly_imgsrch .upload .slct_file .btn_slct span {
  position: absolute!important;
  top: 0;
  left: 0;
  opacity: 0;
}

.ly_imgsrch .upload .slct_file .txt {
  color: #467fe6;
}

.ly_imgsrch .upload .slct_file .txt.fail {
  color: #ff3a3a;
}

.ly_imgsrch .paste .slct_file .ip_url {
  width: 365px;
  padding: 5px 10px;
  background-color: #f5f5f5;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  color: #0e0e0e;
}

.ly_imgsrch .paste_cpt {
  overflow: hidden;
}

.ly_imgsrch .paste_cpt .cpt_area {
  text-align: right;
}

.ly_imgsrch .paste_cpt .paste_area {
  width: 400px;
  height: 400px;
  overflow: auto;
  border: 1px solid #c7c7c7;
  text-align: center;
  cursor: pointer;
}

.ly_imgsrch .paste_cpt .paste_area.on {
  border-color: #5281eb;
}

.ly_imgsrch .paste_cpt .paste_area img {
  cursor: all-scroll;
}

.ly_imgsrch .paste_cpt .btn_del {
  display: inline-block;
  min-width: 66px;
  height: 25px;
  padding: 0 5px;
  margin: 8px 17px 0 0;
  line-height: 25px;
  background-color: #f7f7f7;
  border: 1px solid #c6c6c6;
  border-radius: 1px;
  font-weight: 700;
  color: #454545;
  text-align: center;
}

.ly_imgsrch .btn_srch {
  display: block;
  width: 154px;
  padding: 12px;
  margin: 18px auto 0;
  background-color: #ff5353;
  border: 1px solid #f14141;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.ly_imgsrch .keyword input {
  width: 100%;
  height: 29px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  line-height: 29px;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  color: #6f6f6f;
}

.ly_shop_cp {
  position: absolute;
  z-index: 10;
  left: 50%;
  min-width: 300px;
  margin-left: -150px;
  background-color: #fff;
  border: 2px solid #595959;
}

.ly_shop_cp .btn_close {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  background: url("../image/icon_cm2.png") -50px 0 no-repeat;
}

.ly_shop_cp .head {
  min-height: 18px;
  padding: 6px 25px 6px 9px;
  line-height: 1.2;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-align: left;
}

.ly_shop_cp .head em {
  display: inline-block;
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.ly_shop_cp .cont {
  position: relative;
  padding: 9px 11px 2px;
  text-align: center;
}

.ly_shop_cp .cont ul {
  overflow: hidden;
}

.ly_shop_cp .cont li {
  padding: 11px 13px;
}

.ly_shop_cp .dsc {
  margin-top: 10px;
  color: #666;
}

.ly_shop_cp .msg {
  color: #5e5e5e;
}

.ly_shop_cp .msg+.cp_area {
  margin-top: 9px;
}

.ly_shop_cp .cp_area li {
  position: relative;
  padding: 5px;
  margin: 0 0 7px;
  background: #e7f6fd;
  font-size: 0;
  text-align: center;
}

.ly_shop_cp .cp_area li a:hover {
  text-decoration: none;
}

.ly_shop_cp .cp_area li.qpoint {
  padding: 29px 5px;
  background-color: #fff6c5;
}

.ly_shop_cp .cp_area li.gift {
  padding: 29px 5px;
  background-color: #ffebf6;
}

.ly_shop_cp .cp_info {
  position: relative;
  padding: 0 0 0 70px;
}

.ly_shop_cp .cp_info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 57px;
  height: 57px;
  margin-top: -29px;
  background: url("../image/icon_cm2.png") 0 -120px no-repeat;
}

.ly_shop_cp .cp_info .tit {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #5693c7;
}

.ly_shop_cp .cp_info .info {
  font-size: 12px;
  color: #5e5e5e;
}

.ly_shop_cp .cp_info .day {
  font-weight: 700;
  color: #5e5e5e;
}

.ly_shop_cp .cp_info .dscnt {
  display: block;
  font-size: 24px;
  color: #3b3b3b;
}

.ly_shop_cp .qpoint .cp_info::after {
  background-position: -120px -120px;
}

.ly_shop_cp .gift .cp_info::after {
  background-position: -60px -120px;
}

.ly_shop_cp .cp_down {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 17px;
  height: 20px;
  margin-top: -10px;
  background: url("../image/icon_cm2.png") -284px -45px no-repeat;
}

.ly_shop_cp .lnk_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ly_shop_cp.cp_brand {
  width: 325px;
  margin-left: -163px;
}

.ly_shop_cp.cp_brand .head em {
  color: #75b252;
}

.ly_shop_cp.cp_brand .cp_area .cp_info {
  margin-right: 40px;
  border-right: 2px dotted #c6def2;
}

.ly_password {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 215px;
  background-color: #fafafa;
  border: 2px solid #595959;
}

.ly_password .btn_close {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  background: url("../image/icon_cm2.png") -50px 0 no-repeat;
}

.ly_password h2 {
  min-height: 18px;
  padding: 6px 25px 6px 9px;
  line-height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-align: left;
}

.ly_password .content {
  padding: 15px 12px;
}

.ly_password .content label {
  display: inline-block;
  width: 17px;
  height: 24px;
  margin-right: 10px;
  background: url("../image/icon_cm2.png") -175px -45px;
  font-size: 0;
}

.ly_password .content input {
  width: 150px;
  height: 18px;
  padding: 2px;
}

.ly_password .btn_send {
  display: block;
  width: 105px;
  height: 20px;
  margin: 15px auto 0 auto;
  line-height: 20px;
  background-color: #ff525f;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.m_ad_bnnr {
  position: absolute;
  z-index: 1000;
  top: 100px;
  left: 50%;
  width: 990px;
  margin-left: -495px;
}

.m_ad_bnnr .fixed {
  position: fixed;
}

.m_ad_bnnr .bnnr_lt,
.m_ad_bnnr .bnnr_rt {
  position: absolute;
  top: 0;
}

.m_ad_bnnr .bnnr_lt {
  right: 100%;
  direction: rtl;
}

.m_ad_bnnr .bnnr_rt {
  left: 100%;
}

.m_ad_bnnr .bnnr_185 {
  display: block;
  max-height: 185px;
  overflow: hidden;
}

.m_ad_bnnr .bt_cls {
  position: absolute;
  z-index: 9999;
  top: 8px;
  width: 23px;
  height: 21px;
  padding-top: 2px;
  margin: 0 8px;
  white-space: nowrap;
  background-color: #333;
  background-color: rgba(0,0,0,.75);
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font: bold 11px/21px Dotum;
}

.m_ad_bnnr a {
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
}

.ad_area_bottom {
  z-index: 999;
  width: 100%;
  padding: 15px 0 10px;
  margin: -40px 0 0;
  background: #e2e2e2;
  font-size: 35px;
  text-align: center;
  font-family: Helvetica,Sans-Serif;
}

.ad_area_bottom .inner {
  position: relative;
  left: 50%;
  width: 880px;
  margin-left: -485px;
  overflow: hidden;
  text-align: left;
}

.ad_area_bottom ul {
  width: 100%;
  overflow: hidden;
}

.ad_area_bottom li {
  width: 53.5%;
  padding: 0;
  margin: 0;
  float: left;
  vertical-align: top;
  border-color: transparent #616161 transparent #1e1e1e;
}

.ad_area_bottom li:first-child {
  border-left: 0;
}

.ad_area_bottom li:last-child {
  width: 45.5%;
  float: right;
  text-align: right;
}

.ad_area_bottom a,
.ad_area_bottom a:hover,
.ad_area_bottom a:link,
.ad_area_bottom a:visited,
.ad_area_bottom_app a:active {
  display: block;
  padding: 6px 0 7px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  background: #f7f7f7;
  background: -moz-linear-gradient(top,#f7f7f7 0,#e8e8e8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(100%,#e8e8e8));
  background: -webkit-linear-gradient(top,#f7f7f7 0,#e8e8e8 100%);
  background: -o-linear-gradient(top,#f7f7f7 0,#e8e8e8 100%);
  background: -ms-linear-gradient(top,#f7f7f7 0,#e8e8e8 100%);
  background: linear-gradient(top,#f7f7f7 0,#e8e8e8 100%);
  border: 2px solid #d6d6d6;
  border-radius: .5em;
  box-shadow: inset #fff 2px 2px 1px;
  font-weight: 700;
  color: #404040;
  text-align: center;
  text-decoration: none;
}

.ad_area_bottom li a .icon_app {
  margin-right: 5px;
}

.ad_area_bottom .app {
  margin-top: 10px;
}

.ad_area_bottom .app a.bt_viewmbsite {
  height: 72px;
  margin: 10px 0;
  line-height: 72px;
}

.ad_area_bottom .icon_app {
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-right: 25px;
  text-indent: -9999em;
  overflow: hidden;
  line-height: normal;
  vertical-align: middle;
  background: url("../image/icon_app.png") no-repeat;
  background-size: auto 75px;
  color: #fff;
}

.ad_area_bottom .icon_app.q10 {
  background-position: 0 0;
}

.leftwing_banner {
  position: absolute;
  top: 0;
  margin-left: -15px;
}

.leftwing_banner .section_qspec {
  position: absolute;
  top: 15px;
  left: -180px;
  width: 160px;
  padding: 0 9px 9px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  text-align: center;
}

.leftwing_banner .section_qspec .antiscroll-wrap {
  width: 160px;
}

.leftwing_banner .section_qspec .scrollbox {
  width: 160px;
  height: 80px;
  min-height: 80px;
}

.leftwing_banner .section_qspec .tit {
  display: inline-block;
  height: 15px;
  padding-right: 15px;
  margin: 10px 0 5px;
  line-height: 15px;
  background: url("../image/bul_layout2.png") right -675px no-repeat;
  color: #527fef;
  text-align: center;
}

.leftwing_banner .section_qspec .items li {
  width: 160px;
  padding-top: 6px;
}

.leftwing_banner .section_qspec .items a {
  position: relative;
  display: block;
  text-align: left;
  text-decoration: none;
}

.leftwing_banner .section_qspec .items a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: 0 0;
  border: 1px solid rgba(0,0,0,.1);
}

.leftwing_banner .section_qspec .items .thmb {
  position: relative;
  display: block;
  height: 73px;
  overflow: hidden;
}

.leftwing_banner .section_qspec .items .sbj {
  position: absolute;
  z-index: -1;
  right: 10px;
  bottom: 7px;
  left: 10px;
  max-height: 45px;
  overflow: hidden;
  line-height: 15px;
  font-weight: 700;
  color: #fff;
}

.leftwing_banner .section_qspec .item_hide {
  z-index: 10;
}

.leftwing_banner .section_qspec .item_hide img {
  margin-top: 15px;
}

.leftwing_banner .section_qspec .items a:hover::after {
  background: #000;
  background: rgba(0,0,0,.5);
}

.leftwing_banner .section_qspec .items a:hover .sbj {
  z-index: 1;
}

@media screen and (max-width:1279px) {
  .leftwing_banner {
    display: none;
  }
}

.pop_addressBook {
  position: relative;
  width: 808px;
  height: 538px;
  margin: 20px 25px 0;
  overflow: hidden;
  border: 1px solid transparent;
}

.pop_addressBook>h2 {
  height: 35px;
  margin: 0 20px 0 10px;
  float: left;
  line-height: 35px;
  font-size: 14px;
  color: #47494b;
}

.pop_addressBook .gsm_group {
  position: absolute;
  top: 22px;
  right: 26px;
}

.pop_addressBook .gsm_group label {
  margin-right: 5px;
}

.pop_addressBook .gsm_group select {
  height: 18px;
  border: 1px solid #cfcfcf;
  font-size: 12px;
}

.pop_addressBook .tab {
  margin-top: 5px;
  overflow: hidden;
}

.pop_addressBook .tab a {
  display: block;
  min-width: 85px;
  height: 30px;
  padding: 0 15px 0 10px;
  margin-left: 15px;
  line-height: 30px;
  background-color: #d7dbe0;
  font-size: 15px;
  font-weight: 700;
  color: #777;
  text-align: center;
}

.pop_addressBook .tab li {
  float: left;
  background: url("../image/address/icon_address.png") 0 -30px no-repeat;
}

.pop_addressBook .tab li.selected {
  background-position: -15px -30px;
}

.pop_addressBook .tab li.selected a {
  background-color: #4f9ff2;
  color: #fff;
}

.pop_addressBook .btn_add {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  height: 22px;
  padding: 0 10px;
  line-height: 22px;
  background-color: #ffa23b;
  border: 1px solid #fc9019;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.pop_addressBook .gsm_main {
  position: relative;
  height: 420px;
  clear: both;
  overflow: hidden;
  border: 3px solid #4f9ff2;
}

.pop_addressBook .menu_group {
  position: relative;
  z-index: 2;
  width: 140px;
  height: 420px;
  float: left;
  background-color: #f3f4f9;
  border-right: 1px solid #d9def3;
}

.pop_addressBook .menu_group .list li {
  position: relative;
  padding: 0 5px 0 10px;
  margin: 5px 0;
  overflow: hidden;
  line-height: 17px;
}

.pop_addressBook .menu_group .list {
  margin: 15px 0 0 5px;
}

.pop_addressBook .menu_group .list a {
  display: block;
  max-height: 51px;
  padding-left: 27px;
  overflow: hidden;
  background: url("../image/address/icon_address_f2.png") 0 0 no-repeat;
}

.pop_addressBook .menu_group .list span {
  padding-left: 2px;
  font-size: 11px;
  color: #2981dd;
}

.pop_addressBook .menu_group .list li.selected a {
  font-weight: 700;
}

.pop_addressBook .menu_group .list li.all {
  height: 17px;
  padding-left: 4px;
  color: #999;
}

.pop_addressBook .menu_group .list li.all a {
  display: inline-block;
  padding-left: 18px;
  background-image: url("../image/address/icon_address_f.png");
}

.pop_addressBook .menu_group .list li.all span {
  padding-left: 3px;
  padding-right: 6px;
}

.pop_addressBook .menu_group .list li.all .btn_GroupEdit {
  position: absolute;
  top: 0;
  right: 5px;
  height: 14px;
  padding: 0 6px;
  line-height: 14px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 400;
}

.pop_addressBook .menu_group .list li.all .btn_GroupEdit:hover {
  border-color: #bbb;
}

.pop_addressBook .group_list {
  position: relative;
  z-index: 1;
  height: 420px;
  overflow: hidden;
  overflow-y: scroll;
}

.pop_addressBook .group_list .icon_primary {
  display: block;
  width: 16px;
  height: 0;
  padding-top: 16px;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  vertical-align: middle;
  background: url("../image/address/icon_address.png") 0 -65px no-repeat;
}

.pop_addressBook .group_list>ul>li {
  position: relative;
  padding: 10px 50px 10px 10px;
  border-bottom: 1px solid #f1f1f1;
}

.pop_addressBook .group_list>ul>li:hover {
  background-color: #f3f4f9;
  cursor: pointer;
}

.pop_addressBook .group_list table {
  table-layout: fixed;
}

.pop_addressBook .group_list input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 2px 0 0;
}

.pop_addressBook .group_list .control {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
}

.pop_addressBook .group_list .control .button {
  display: block;
  width: 30px;
  padding: 1px 3px 2px;
  margin-bottom: 5px;
  background: #fff;
  border-color: #ccc;
  border-radius: 2px;
  color: #555;
}

.pop_addressBook .group_list td.email,
.pop_addressBook .group_list td.info {
  overflow: hidden;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.pop_addressBook .group_list td.info p {
  margin: 0 15px;
  line-height: 18px;
  word-wrap: break-word;
  word-break: break-all;
}

.pop_addressBook .group_list td.email {
  padding: 0 15px;
}

.pop_addressBook .group_list td.route {
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

.pop_addressBook .group_list td.route p {
  width: 0;
  overflow: hidden;
}

.pop_addressBook .group_list td.gsm_title {
  overflow: hidden;
  line-height: 18px;
}

.pop_addressBook .group_list td.contacts {
  padding-left: 15px;
  overflow: hidden;
}

.pop_addressBook .group_list td.contacts p em {
  margin-left: 0;
  color: #666;
}

.pop_addressBook .gsm_processBtn01 {
  position: relative;
  padding: 3px 10px 5px;
  overflow: hidden;
  line-height: 22px;
  background-color: #4f9ff2;
  text-align: left;
}

.pop_addressBook .gsm_processBtn01 p {
  float: left;
}

.pop_addressBook .gsm_processBtn01 p.fRight {
  float: right;
}

.pop_addressBook .gsm_processBtn01 label {
  display: block;
  margin: 0 10px 0 120px;
  float: left;
  color: #fff;
}

.pop_addressBook .gsm_processBtn01 input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 9px 0 19px;
}

.pop_addressBook a {
  text-decoration: none;
}

.pop_addressBook a.gsm_Btn {
  display: inline-block;
  height: 20px;
  padding: 0 8px;
  margin-left: 4px;
  line-height: 20px;
  background: #f8f8f8;
  border: 1px solid #4d88c4;
  border-radius: 3px;
  color: #495159;
  text-decoration: none;
  cursor: pointer;
}

.pop_addressBook a.gsm_Btn:hover {
  color: #888;
}

.pop_addressBook .gsm_noAddress {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 200px;
  padding: 18px 10px;
  margin: -25px 0 0 -100px;
  background-color: #fff;
  border: 2px solid #5d6061;
  color: #555;
  text-align: center;
}

.pop_addressBook .gsm_noAddress .btn_new {
  display: block;
  width: 160px;
  height: 30px;
  padding: 0 10px;
  margin: 15px auto 0;
  line-height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #4f9ff2;
}

.pop_addressBook .gsm_noAddress .btn_new::after {
  content: " +";
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size: 20px;
}

.pop_addressBook .gsm_noAddress .btn_new:hover {
  border-color: #4f9ff2;
}

.pop_addressBook .layer_Group {
  position: absolute;
  width: 186px;
  height: 210px;
  padding: 5px;
  background-color: #fff;
  border: 2px solid #5d6061;
}

.pop_addressBook .layer_Group .btn_layerClose {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 9px;
  height: 0;
  padding-top: 9px;
  overflow: hidden;
  background: url("../image/address/icon_address.png") -30px -65px no-repeat;
}

.pop_addressBook .layer_Group h2 {
  height: 20px;
  padding: 0 8px;
  margin: 0 -5px;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-weight: 400;
  color: #4a4f5b;
}

.pop_addressBook .layer_Group .content {
  height: 140px;
  margin: 5px 0 0 3px;
  overflow: hidden;
  overflow-y: scroll;
}

.pop_addressBook .layer_Group .content li {
  margin-top: 5px;
  overflow: hidden;
}

.pop_addressBook .layer_Group .btn_layerSave {
  padding-top: 10px;
  margin: 5px -5px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.pop_addressBook .layer_Group .btn_layerSave a {
  display: inline-block;
  width: 60px;
  height: 22px;
  line-height: 22px;
  background: #7e7e7e;
  border-radius: 2px;
  color: #fff;
}

.pop_addressBook .layer_Group.Edit {
  top: 5px;
  left: 140px;
}

.pop_addressBook .layer_Group.Edit input {
  width: 110px;
  height: 18px;
  padding: 0 0 0 5px;
  margin: 0 5px 0 0;
  float: left;
  vertical-align: middle;
  border: 1px solid;
  border-color: #ddd #ccc #ccc #ddd;
  font-size: 12px;
  color: #555;
}

.pop_addressBook .layer_Group.Edit input[disabled] {
  background: #f3f3f3;
  border-color: #ddd;
  color: #bbb;
}

.pop_addressBook .layer_Group.Edit .btn_GroupAdd {
  display: inline-block;
  height: 18px;
  padding: 0 4px;
  line-height: 18px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 11px;
}

.pop_addressBook .layer_Group.Edit .btn_GroupDel {
  display: block;
  width: 9px;
  height: 9px;
  padding-left: 0;
  margin: 5px 8px 0;
  text-indent: -5000px;
  float: left;
  background: url("../image/address/icon_address.png") -20px -65px no-repeat;
  text-decoration: none;
}

.pop_addressBook .layer_Group.Change {
  bottom: 2px;
  left: 230px;
}

.pop_addressBook .layer_Group.Change h2 span {
  padding-left: 5px;
  color: #666;
}

.pop_addressBook .layer_Group.Change li {
  padding: 0 0 5px;
  border-bottom: 1px dotted #ddd;
  color: #999;
  cursor: pointer;
}

.pop_addressBook .layer_Group.Change li:last-child {
  border-bottom: 0;
}

.pop_addressBook .layer_Group.Change input {
  margin: 0 7px 0 4px;
}

.pop_addressBook .gsm_detail {
  height: 440px;
  padding: 2px;
  clear: both;
  border: 3px solid #4f9ff2;
}

.pop_addressBook .gsm_detail .gsm_inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.pop_addressBook .gsm_detail .gsm_inner .gsm_head {
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  background-color: #d9dce0;
}

.pop_addressBook .gsm_detail .gsm_inner .gsm_head h3 {
  font-size: 15px;
  font-weight: 400;
  color: #4b4f52;
}

.pop_addressBook .gsm_detail .gsm_inner .g_btn_close {
  position: absolute;
  top: 4px;
  right: 5px;
  display: block;
  width: 50px;
  height: 22px;
  padding-left: 5px;
  overflow: hidden;
  line-height: 22px;
  background: url("../image/address/icon_address.png") -30px 0 no-repeat;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.pop_addressBook .gsm_detail input.gsm_textType {
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  vertical-align: top;
  border: 1px solid #cfcfcf;
  font-size: 13px;
}

.pop_addressBook .gsm_detail .g_group {
  position: relative;
}

.pop_addressBook .gsm_detail .g_btn_clear {
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  width: 61px;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 12px;
  color: #4d4d4d;
  text-align: center;
  text-decoration: none;
}

.pop_addressBook .addr_search,
.pop_addressBook .addr_search.click {
  position: static;
}

.pop_addressBook .address_detail {
  margin: 5px 10px 0;
}

.pop_addressBook .address_detail>li {
  padding: 5px 10px;
  border-top: 1px dotted #b5b5b5;
}

.pop_addressBook .address_detail>li:first-child {
  border-top: 0;
}

.pop_addressBook .address_detail table {
  font-size: 13px;
}

.pop_addressBook .address_detail th {
  height: 20px;
  padding-top: 5px;
  vertical-align: top;
  text-align: left;
}

.pop_addressBook .address_detail td label em {
  color: #36c;
}

.pop_addressBook .address_detail td {
  height: 25px;
  padding: 0 0 0 33px;
  vertical-align: middle;
}

.pop_addressBook .address_detail td.contants {
  padding: 0;
}

.pop_addressBook .address_detail td input.gsm_readonly {
  height: 18px;
  padding: 0 3px;
  line-height: 18px;
  background-color: #e4e4e4;
  border: 1px solid #cfcfcf;
  font-size: 13px;
  color: #333;
}

.pop_addressBook .address_detail td.typeCheck label {
  margin: 0 35px 0 5px;
}

.pop_addressBook .address_detail td p {
  margin: 0;
}

.pop_addressBook .address_detail td .txt {
  margin-left: 0;
  font-size: 12px;
  color: #c33;
}

.pop_addressBook .address_detail select {
  height: 20px;
  padding-left: 10px;
  margin-right: 5px;
  line-height: 20px;
  vertical-align: top;
  font-size: 13px;
  color: #555;
}

.pop_addressBook .process_btn {
  margin: 10px 0;
  text-align: center;
}

.pop_addressBook .process_btn a {
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  margin: 0 3px;
  line-height: 30px;
  background: #3f6ae5;
  border: 1px solid #3f6ae5;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
}

.pop_addressBook .process_btn a.btn_cncl {
  background: #878e95;
  border-color: #767b80;
}

.pop_addressBook .import .txt {
  margin: 15px 20px;
}

.pop_addressBook .import .btn_import {
  display: block;
  width: 95px;
  height: 23px;
  margin: 10px auto;
  line-height: 23px;
  background: url("../image/address/cm_addr.png") -62px -410px no-repeat;
  color: #fff;
  text-align: center;
}

.pop_addressBook .import_select {
  width: 718px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.pop_addressBook .import_select ul {
  overflow: hidden;
}

.pop_addressBook .import_select li {
  padding: 15px 0 20px 37px;
  float: left;
}

.pop_addressBook .import_select li label {
  display: inline-block;
  height: 20px;
  padding-left: 0;
  margin: 0 0 0 10px;
  text-indent: -5000px;
  vertical-align: middle;
  background: url("../image/address/cm_addr.png") 0 -150px no-repeat;
}

.pop_addressBook .import_select li label.gsm_email_google {
  width: 55px;
  background-position: 0 -150px;
}

.pop_addressBook .import_select li label.gsm_email_facebook {
  width: 85px;
  background-position: -60px -150px;
}

.pop_addressBook .import_select li label.gsm_email_twitter {
  width: 75px;
  background-position: -150px -150px;
}

.pop_addressBook .import_select li label.gsm_email_msn {
  width: 73px;
  background-position: 0 -175px;
}

.pop_addressBook .import_select li label.gsm_email_yahoo {
  width: 83px;
  background-position: -78px -175px;
}

.pop_addressBook .import_select dl {
  height: 20px;
  padding: 7px 0 7px 40px;
  overflow: hidden;
  line-height: 20px;
  background-color: #e4e4e4;
}

.pop_addressBook .import_select dt {
  padding: 0 10px 0 0;
  float: left;
  font-size: 13px;
}

.pop_addressBook .import_select dd {
  width: 265px;
  float: left;
}

.pop_addressBook .import_list {
  width: 718px;
  height: 182px;
  margin: 0 auto;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.pop_addressBook .import_list table {
  width: 720px;
  margin-left: -1px;
  table-layout: fixed;
}

.pop_addressBook .import_list table td,
.pop_addressBook .import_list table th {
  height: 22px;
  padding: 0 3px;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #ccc;
  text-align: center;
}

.pop_addressBook .import_list table th {
  background-color: #e4e4e4;
  font-weight: 400;
}

.pop_addressBook .import_list .innerScroll {
  height: 159px;
  margin-top: -1px;
  overflow-x: hidden;
  overflow-y: auto;
}

.pop_addressBook .import .sum {
  width: 718px;
  height: 20px;
  padding: 6px 0;
  margin: 0 auto;
  overflow: hidden;
  line-height: 20px;
  border: 1px solid #ccc;
}

.pop_addressBook .import .sum dl {
  float: left;
  overflow: hidden;
}

.pop_addressBook .import .sum dt {
  padding: 0 8px;
  float: left;
}

.pop_addressBook .import .sum dd {
  margin-right: 16px;
  float: left;
  color: #074590;
}

.pop_addressBook .import .sum select {
  height: 18px;
  margin-left: 20px;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  font-size: 12px;
}

.pop_addressBook .cont_qtalk {
  position: relative;
  height: 420px;
  clear: both;
  overflow: hidden;
  border: 3px solid #7fb2eb;
}

.pop_addressBook .cont_qtalk .menu_group .tit {
  padding: 10px 0 5px 10px;
  font-weight: 700;
  color: #ccc;
}

.pop_addressBook .cont_qtalk .menu_group .tit a {
  font-weight: 700;
  color: #a7a7a7;
}

.pop_addressBook .cont_qtalk .menu_group .tit.on,
.pop_addressBook .cont_qtalk .menu_group .tit.on a {
  color: #333;
}

.pop_addressBook .cont_qtalk .menu_group .list {
  height: 303px;
  margin-top: 0;
}

.pop_addressBook .cont_qtalk .menu_group .list a {
  padding: 0 0 0 10px;
  text-indent: -10px;
  background: 0 0;
}

.pop_addressBook .cont_qtalk .menu_group .list a::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 6px;
  vertical-align: middle;
  background: #ccc;
}

.pop_addressBook .cont_qtalk .btn_creat {
  position: absolute;
  bottom: 5px;
  left: 5px;
  display: block;
  width: 114px;
  padding: 5px 7px;
  background-color: #fff;
  border: 1px solid #dfdddd;
  border-radius: 3px;
  font-weight: 700;
  color: #ff5400;
  text-align: center;
}

.pop_addressBook .cont_qtalk .btn_creat::before {
  content: "+";
  float: left;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
}

.pop_addressBook .detail {
  height: 420px;
  padding: 0 15px;
  overflow: hidden;
}

.pop_addressBook .detail .group_tit {
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
  font-size: 16px;
}

.pop_addressBook .detail .btn_edit {
  display: inline-block;
  height: 14px;
  padding: 0 6px;
  margin-left: 5px;
  line-height: 14px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 400;
}

.pop_addressBook .detail .btn_edit:hover {
  border-color: #bbb;
}

.pop_addressBook .detail .head {
  position: relative;
  margin: 12px 0;
}

.pop_addressBook .detail .head .txt {
  line-height: 20px;
}

.pop_addressBook .detail .head i {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.pop_addressBook .detail .head .sms {
  width: 9px;
  height: 13px;
  background: url("../image/address/icon_address.png") -40px -65px no-repeat;
}

.pop_addressBook .detail .head .qt {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 7px 0 6px;
  background: #bbb;
  border-radius: 5px;
}

.pop_addressBook .detail .head .by {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #7d7d7d;
}

.pop_addressBook .detail .list {
  height: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #c4cbd3;
  border-width: 1px 0;
}

.pop_addressBook .detail table {
  table-layout: fixed;
  line-height: 1.1;
  font-size: 11px;
  color: #666;
}

.pop_addressBook .detail td,
.pop_addressBook .detail th {
  padding: 5px 0 0;
  vertical-align: middle;
  text-align: center;
}

.pop_addressBook .detail th {
  padding: 5px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #c4cbd3;
}

.pop_addressBook .detail td p {
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
}

.pop_addressBook .detail td img {
  width: 27px;
  height: 27px;
}

.pop_addressBook .detail td a {
  color: #3e67df;
}

.pop_addressBook .detail td a:hover {
  text-decoration: underline;
}

.pop_addressBook .detail .ctrl {
  margin: 5px -3px 12px;
  overflow: hidden;
}

.pop_addressBook .detail .ctrl .fr {
  float: right;
}

.pop_addressBook .detail .ctrl .ic_ex {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("../image/address/cm_addr.png") -80px -100px no-repeat;
}

.pop_addressBook .detail .ctrl .bt {
  margin: 0 3px;
}

.pop_addressBook .detail .ctrl .bt span {
  color: #666;
}

.pop_addressBook .detail .btn_area {
  clear: both;
  text-align: center;
}

.pop_addressBook .detail .btn_area .bt {
  height: 33px;
  padding: 0 20px;
  margin: 0 5px;
  line-height: 33px;
  background: #3f6ae5;
  border: 1px solid #3f6ae5;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.pop_addressBook .promote {
  padding: 10px 0 0 20px;
  overflow: hidden;
}

.pop_addressBook .promote .info {
  width: 420px;
  float: left;
}

.pop_addressBook .promote .info .headline {
  line-height: 26px;
  font-size: 22px;
  font-weight: 700;
  color: #c62226;
  font-style: italic;
}

.pop_addressBook .promote .info .headline i {
  display: inline-block;
  width: 60px;
  height: 0;
  padding-top: 61px;
  margin: -5px 10px 0 0;
  float: left;
  overflow: hidden;
  background: url("../image/address/cm_addr.png") 0 -200px no-repeat;
}

.pop_addressBook .promote .info dl {
  margin-top: 12px;
  line-height: 18px;
  border-bottom: 1px solid #ccc;
}

.pop_addressBook .promote .info dt {
  font-weight: 700;
  color: #c62226;
}

.pop_addressBook .promote .info dd.btns {
  text-align: right;
}

.pop_addressBook .promote .info dd.btns .app_mb {
  margin: 8px 0 8px 15px;
}

.pop_addressBook .promote .info dd.btns .bt {
  margin: 2px 0 6px 0;
}

.pop_addressBook .promote .info dd.btns .btn_app {
  display: inline-block;
  width: 126px;
  height: 0;
  padding-top: 42px;
  margin: 8px 15px 4px 0;
  overflow: hidden;
  background: url("../image/btn_appdown.png") 0 -35px no-repeat;
}

.pop_addressBook .promote .info dd.btns .btn_adr {
  display: inline-block;
  width: 120px;
  height: 0;
  padding-top: 42px;
  margin: 8px 0 4px 0;
  overflow: hidden;
  background: url("../image/btn_appdown.png") -130px -35px no-repeat;
}

.pop_addressBook .promote .info .btn_area {
  padding: 10px 0 0 0;
  text-align: center;
}

.pop_addressBook .promote .info .btn_area .bt.red {
  height: 38px;
  padding: 0 20px;
  margin: 0 5px;
  line-height: 38px;
  background: #e60010;
  border: 1px solid #c00;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.pop_addressBook .promote .more {
  width: 203px;
  float: right;
}

.pop_addressBook .promote .more .btn_area {
  padding-top: 7px;
}

.pop_addressBook .promote .more .btn_area .bt.gray {
  height: 28px;
  padding: 0 15px;
  line-height: 28px;
}

.pop_addressBook .ly_wrap {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pop_addressBook .ly_wrap .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  background: #000;
}

.pop_addressBook .ly_addr {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 710px;
  height: 489px;
  margin: -246px 0 0 -357px;
  background-color: #fff;
  border: 2px solid #5d6061;
}

.pop_addressBook .ly_addr.w510 {
  width: 510px;
  height: 430px;
  margin: -225px 0 0 -255px;
}

.pop_addressBook .ly_addr .btn_close {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 9px;
  height: 0;
  padding-top: 9px;
  overflow: hidden;
  background: url("../image/address/cm_addr.png") -20px -100px no-repeat;
}

.pop_addressBook .ly_addr .head {
  height: 31px;
  padding-left: 10px;
  line-height: 31px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}

.pop_addressBook .ly_addr .head h2 {
  font-size: 14px;
  font-weight: 700;
  color: #444;
}

.pop_addressBook .ly_addr .content {
  padding: 0 15px;
}

.pop_addressBook .ly_addr .tit {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 700;
  color: #4f5976;
  text-align: center;
}

.pop_addressBook .ly_addr input {
  height: 18px;
  padding: 2px 8px;
  border: 1px solid #bfc0c2;
  border-radius: 2px;
  font-size: 12px;
  color: #000;
}

.pop_addressBook .ly_addr textarea {
  height: 70px;
  padding: 7px 8px;
  border: 1px solid #bfc0c2;
  border-radius: 2px;
  font-size: 12px;
  color: #000;
}

.pop_addressBook .ly_addr dl {
  display: table;
  width: 100%;
  margin-bottom: 13px;
}

.pop_addressBook .ly_addr dt {
  display: table-cell;
  width: 95px;
  vertical-align: middle;
  color: #252525;
}

.pop_addressBook .ly_addr .upload {
  padding: 0 12px;
}

.pop_addressBook .ly_addr .upload dt {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.pop_addressBook .ly_addr .upload dd {
  padding-left: 20px;
}

.pop_addressBook .ly_addr .upload dd.tc {
  padding-left: 0;
  text-align: center;
}

.pop_addressBook .ly_addr .upload dd .btn_upload {
  display: block;
  width: 134px;
  height: 25px;
  padding-left: 18px;
  margin-right: 57px;
  float: right;
  line-height: 25px;
  background: url("../image/address/cm_addr.png") 0 -585px no-repeat;
  color: #2f2f2f;
  text-align: center;
  text-decoration: none;
}

.pop_addressBook .ly_addr .upload dd input {
  width: 302px;
  color: #9f9f9f;
}

.pop_addressBook .ly_addr .upload dd.search span input {
  height: 25px;
  line-height: 25px;
}

.pop_addressBook .ly_addr .upload dd .btn_search {
  display: inline-block;
  width: 68px;
  height: 25px;
  margin-left: 5px;
  line-height: 25px;
  vertical-align: middle;
  background: url("../image/address/cm_addr.png") -135px -510px no-repeat;
  font-weight: 700;
  color: #6c6c6c;
  text-align: center;
}

.pop_addressBook .ly_addr .upload dd .txt {
  margin-top: -5px;
}

.pop_addressBook .ly_addr .upload dd select {
  width: 140px;
  height: 20px;
  margin-top: 7px;
  line-height: 20px;
  border: 1px solid #bfc0c2;
  border-radius: 2px;
}

.pop_addressBook .ly_addr .upload.edit {
  padding: 0;
}

.pop_addressBook .ly_addr .upload.edit dl {
  margin-bottom: 0;
}

.pop_addressBook .ly_addr .upload.edit dd.scroll {
  width: 673px;
  height: 310px;
  padding-left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #c9cfdd;
}

.pop_addressBook .ly_addr .upload.edit table {
  table-layout: fixed;
  margin: -1px 0 0 -1px;
}

.pop_addressBook .ly_addr .upload.edit td,
.pop_addressBook .ly_addr .upload.edit th {
  height: 15px;
  padding: 4px 0;
  border: 1px solid #c9cfdd;
  text-align: center;
}

.pop_addressBook .ly_addr .upload.edit th {
  background-color: #f6f6f6;
  color: #5375b7;
}

.pop_addressBook .ly_addr .upload.edit td input {
  width: 96px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 4px;
  color: #000;
}

.pop_addressBook .ly_addr .upload.edit td strong {
  color: #5375b7;
}

.pop_addressBook .ly_addr .drcty dt {
  padding-left: 10px;
}

.pop_addressBook .ly_addr .drcty dt em {
  color: red;
}

.pop_addressBook .ly_addr .drcty dd {
  line-height: 18px;
  color: #666;
}

.pop_addressBook .ly_addr .drcty dd input,
.pop_addressBook .ly_addr .drcty dd textarea {
  width: 300px;
  margin-right: 3px;
}

.pop_addressBook .ly_addr .drcty dd span {
  vertical-align: bottom;
  color: #999;
}

.pop_addressBook .ly_addr .tab_menu {
  margin: 37px 20px 10px;
  border-bottom: 1px solid #cac7c7;
}

.pop_addressBook .ly_addr .tab_menu ul {
  overflow: hidden;
}

.pop_addressBook .ly_addr .tab_menu li {
  margin-right: -1px;
  float: left;
  border: 1px solid #cac7c7;
  border-width: 1px 1px 0 1px;
}

.pop_addressBook .ly_addr .tab_menu li a {
  display: block;
  height: 25px;
  padding: 0 20px;
  line-height: 25px;
  background-color: #f8f8fa;
  font-size: 14px;
  color: #555;
  text-align: center;
}

.pop_addressBook .ly_addr .tab_menu li.selected a {
  background-color: #ebebeb;
  font-weight: 700;
  color: #3f6ae5;
}

.pop_addressBook .ly_addr .form {
  padding: 10px 30px;
}

.pop_addressBook .ly_addr .form dt em {
  color: red;
}

.pop_addressBook .ly_addr .form dd {
  line-height: 25px;
}

.pop_addressBook .ly_addr .form dd input {
  width: 334px;
}

.pop_addressBook .ly_addr .form dd select {
  width: 90px;
  height: 25px;
  border: 1px solid #bfc0c2;
  border-radius: 2px;
}

.pop_addressBook .ly_addr .form dd .gsm_home,
.pop_addressBook .ly_addr .form dd .gsm_phone {
  display: inline-block;
  height: 25px;
  padding-left: 0;
  margin: 0;
  line-height: 25px;
  background: 0 0;
}

.pop_addressBook .ly_addr .form dd .gsm_select {
  margin: 3px 5px 0 0;
}

.pop_addressBook .ly_addr .form dd .gsm_home input.gsm_textType,
.pop_addressBook .ly_addr .form dd .gsm_phone input.gsm_textType {
  width: 221px;
}

.pop_addressBook .ly_addr .form.mdfy dd .gsm_home input.gsm_textType,
.pop_addressBook .ly_addr .form.mdfy dd .gsm_phone input.gsm_textType {
  width: 192px;
}

.pop_addressBook .ly_addr .phbook {
  padding: 0 20px;
}

.pop_addressBook .ly_addr .phbook .sch {
  margin: 15px 0;
}

.pop_addressBook .ly_addr .phbook .sch input {
  width: 302px;
  color: #9f9f9f;
}

.pop_addressBook .ly_addr .phbook .sch .btn_search {
  display: inline-block;
  width: 68px;
  height: 25px;
  margin-left: 5px;
  line-height: 25px;
  vertical-align: middle;
  background: url("../image/address/cm_addr.png") -135px -510px no-repeat;
  font-weight: 700;
  color: #6c6c6c;
  text-align: center;
}

.pop_addressBook .ly_addr .phbook .scroll {
  width: 622px;
  height: 253px;
  margin-bottom: 14px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #c9cfdd;
  border-width: 1px 0;
}

.pop_addressBook .ly_addr .phbook table {
  table-layout: fixed;
}

.pop_addressBook .ly_addr .phbook td {
  padding: 12px 10px;
  line-height: 13px;
  font-size: 11px;
  color: #666;
}

.pop_addressBook .ly_addr .phbook td.tc {
  padding: 12px 0;
  text-align: center;
}

.pop_addressBook .ly_addr .phbook table input {
  border: none;
}

.pop_addressBook .ly_addr .mdfy dt {
  width: 89px;
  font-weight: 400;
}

.pop_addressBook .ly_addr .mdfy dd input {
  width: 306px;
}

.pop_addressBook .ly_addr .box {
  padding: 20px 30px;
  margin: 25px 5px 45px 5px;
  line-height: 18px;
  background-color: #f5f5f5;
  text-align: center;
}

.pop_addressBook .ly_addr .box strong {
  font-size: 14px;
}

.pop_addressBook .ly_addr .btn_area {
  padding-top: 10px;
  text-align: center;
}

.pop_addressBook .ly_addr .btn_area .bt {
  min-width: 50px;
  height: 33px;
  padding: 0 20px;
  margin: 0 3px;
  line-height: 33px;
  font-size: 13px;
  font-weight: 700;
  font-weight: 400;
}

.pop_addressBook .ly_addr .btn_area .bt.blue {
  background: #3f6ae5;
  border-color: #3f6ae5;
  color: #fff;
}

.section_shpt_rcmd {
  padding: 0 0 15px;
  background-color: #f6f6f6;
}

.section_shpt_rcmd .evt_msg {
  padding: 8px 12px;
  overflow: hidden;
}

.section_shpt_rcmd .evt_msg h4 {
  padding: 0;
  float: left;
  line-height: 23px;
  background: 0 0;
  border-bottom: none;
  font-size: 12px;
  color: #1b1b1b;
}

.section_shpt_rcmd .evt_msg .cmt {
  padding-left: 5px;
  margin: 4px 0 0 5px;
  float: left;
  border-left: 1px solid #d6d6d6;
  font-size: 12px;
  color: #777;
}

.section_shpt_rcmd .btn_edit {
  height: 21px;
  padding: 0 10px;
  float: right;
  line-height: 21px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  color: #4b4c4d;
}

.section_shpt_rcmd .slide {
  position: relative;
}

.section_shpt_rcmd .slide .btn {
  position: absolute;
  top: 25px;
  left: 13px;
  padding: 10px 5px;
  background-color: #fff;
  border: 1px solid #dedede;
}

.section_shpt_rcmd .slide .btn.nxt {
  right: 13px;
  left: auto;
}

.section_shpt_rcmd .slide .btn span {
  display: block;
  width: 6px;
  height: 10px;
  text-indent: -5000px;
  background: url("../image/icon_cm2.png") -28px -45px repeat;
}

.section_shpt_rcmd .slide .btn.nxt span {
  background-position: -28px -55px;
}

.section_shpt_rcmd .slide .btn.disabled {
  cursor: default;
}

.section_shpt_rcmd .slide .btn.disabled span {
  background-position: -34px -45px;
}

.section_shpt_rcmd .slide .btn.nxt.disabled span {
  background-position: -34px -55px;
}

.section_shpt_rcmd .slide .slide_lst {
  position: relative;
  width: 778px;
  height: 82px;
  margin: 0 auto;
  overflow: hidden;
}

.section_shpt_rcmd .slide ul {
  position: relative;
  overflow: hidden;
}

.section_shpt_rcmd li {
  position: relative;
  width: 82px;
  height: 82px;
  margin-left: 5px;
  float: left;
}

.section_shpt_rcmd li:first-child {
  margin-left: 0;
}

.section_shpt_rcmd li .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: url("../image/bg_black_grd.png") repeat;
}

.section_shpt_rcmd li.rltd .bg {
  background: url("../image/bg_black_alpha70.png") repeat;
}

.section_shpt_rcmd li a {
  text-decoration: none;
}

.section_shpt_rcmd li a:hover .bg,
.section_shpt_rcmd li a:hover .info {
  display: block;
}

.section_shpt_rcmd li .thmb {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #c8c8c8;
}

.section_shpt_rcmd li .thmb img {
  vertical-align: top;
}

.section_shpt_rcmd li .info {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: auto;
  padding: 3px 5px;
}

.section_shpt_rcmd li .info span {
  display: block;
  overflow: hidden;
}

.section_shpt_rcmd li .sbj {
  max-height: 30px;
  font-size: 12px;
  color: #fff;
  word-wrap: break-word;
}

.section_shpt_rcmd li .prc {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #ffde00;
  text-align: center;
}

.section_shpt_rcmd li .shop {
  height: 20px;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  font-size: 11px;
  color: #dadada;
}

.section_shpt_rcmd li .shop::before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: 5px 4px 0 -15px;
  vertical-align: top;
  background: url("../image/icon_cm2.png") 0 0 repeat;
}

.section_shpt_rcmd li .flg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 17px;
  background-color: #0b90fd;
  font-size: 11px;
  color: #fff;
  text-align: center;
}

.section_shpt_rcmd li .noitem {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px dotted #cecece;
}

.section_shpt_rcmd li .aflctd {
  position: absolute;
  z-index: 0;
  right: 3px;
  bottom: 2px;
  width: 20px;
  height: 21px;
  text-indent: -5000px;
  background: url("../image/icon_cm2.png") -210px -20px no-repeat;
}

.section_shpt_rcmd li.rltd .aflctd {
  bottom: 20px;
}

.aflctd_info {
  padding: 7px 8px;
  margin: 0 -8px;
  clear: both;
  overflow: hidden;
  line-height: 1.5;
  background-color: #f5f5f5;
  color: #292929;
  text-align: left;
}

.aflctd_info dl {
  width: 260px;
  margin-left: 10px;
  float: right;
  font-weight: 700;
}

.aflctd_info dt {
  margin-right: 5px;
  float: left;
}

.aflctd_info em {
  color: #ed2c3f;
}

.aflctd_info .aflctd {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 27px;
  height: 24px;
  text-indent: -5000px;
  background: url("../image/icon_cm2.png") -75px -45px no-repeat;
}

.popingood .section_shpt_rcmd .slide .slide_lst,
.popinspcl .section_shpt_rcmd .slide .slide_lst {
  width: 604px;
}

.section_shpt_evt {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.section_shpt_evt .evt_msg h4 {
  height: 40px;
  padding: 0 16px;
  line-height: 40px;
  background: #f7f7f7 url("../image/evt_msg.png") right top no-repeat;
  border-bottom: 2px solid #65686b;
  font-size: 16px;
  color: #454545;
}

.section_shpt_evt .evt_msg .cmt {
  padding: 10px 15px;
  font-size: 14px;
  color: #201f1f;
}

.section_shpt_evt ul {
  overflow: hidden;
}

.section_shpt_evt ul li {
  width: 25%;
  float: left;
}

.section_shpt_evt li dl {
  width: 233px;
  margin: 0 auto;
  border: 1px solid #ccc;
  color: #1b1b1b;
}

.section_shpt_evt li .tit {
  height: 18px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  background-color: #f0f0ee;
  font-weight: 700;
  text-align: center;
}

.section_shpt_evt li .bnnr {
  height: 107px;
  overflow: hidden;
}

.section_shpt_evt li .bnnr .bg {
  display: none;
}

.section_shpt_evt li .info {
  padding: 4px 10px;
  overflow: hidden;
  line-height: 21px;
  background-color: #fff;
}

.section_shpt_evt li .bnft {
  float: left;
  font-size: 13px;
  font-weight: 700;
  color: #9a9a9a;
}

.section_shpt_evt li .bnft dfn {
  display: inline-block;
  width: 20px;
  height: 0;
  padding-top: 21px;
  margin-right: 6px;
  overflow: hidden;
  vertical-align: top;
  background: #ccc;
  background: url("../image/icon_cm2.png") -45px -20px no-repeat;
}

.section_shpt_evt li .bnft .stmp dfn {
  background-position: -45px -20px;
}

.section_shpt_evt li .bnft .qpnt dfn {
  background-position: -71px -20px;
}

.section_shpt_evt li .bnft .mmq dfn {
  background-position: -97px -20px;
}

.section_shpt_evt li .date {
  float: right;
}

.section_shpt_evt li.selected .bnnr {
  position: relative;
}

.section_shpt_evt li.selected .bnnr .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url("../image/bg_selected.png") right bottom repeat-x;
}

.popinmy {
  margin-top: 10px;
  overflow: hidden;
}

.popinmy .section_shpt_evt {
  padding: 0 3px 15px;
  margin-top: 15px;
  margin-bottom: 0;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
}

.popinmy .section_shpt_evt .evt_msg {
  padding: 12px 10px;
  background: url("../image/evt_msg_m.png") right top no-repeat;
}

.popinmy .section_shpt_evt .evt_msg h4 {
  display: inline-block;
  height: auto;
  padding: 0;
  line-height: 18px;
  background: 0 0;
  border-bottom: none;
  font-size: 12px;
  color: #1b1b1b;
}

.popinmy .section_shpt_evt .evt_msg .cmt {
  padding: 0;
  font-size: 12px;
  color: #1b1b1b;
}

.popinmy .section_shpt_evt li dl {
  width: 194px;
}

.popinmy .section_shpt_evt ul {
  margin: 0 -2px;
}

.popinmy .section_shpt_evt li .bnnr {
  height: 89px;
}

.popinspcl .section_shpt_evt {
  position: relative;
  height: 107px;
  padding: 18px 10px 10px 178px;
  margin-top: 10px;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
}

.popinspcl .section_shpt_evt .evt_msg {
  height: 100%;
  padding: 0;
  background: url("../image/evt_msg_m.png") right bottom no-repeat;
}

.popinspcl .section_shpt_evt .evt_msg h4 {
  display: inline-block;
  height: auto;
  padding: 0;
  line-height: 20px;
  background: 0 0;
  border-bottom: none;
  font-size: 15px;
  color: #202020;
}

.popinspcl .section_shpt_evt .evt_msg .cmt {
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: #454545;
}

.popinspcl .section_shpt_evt ul {
  position: absolute;
  top: 10px;
  left: 10px;
}

.popingood .section_shpt_evt {
  padding: 8px 5px;
  margin: 10px 0;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
}

.popingood .section_shpt_evt .evt_msg h4 {
  height: auto;
  padding: 0 0 4px 10px;
  line-height: normal;
  background: 0 0;
  border-bottom: none;
  font-size: 12px;
  color: #202020;
}

.popingood .section_shpt_evt .evt_msg .cmt {
  padding: 0 0 8px 10px;
  font-size: 11px;
  color: #777;
}

.popingood .section_shpt_evt li dl,
.popinspcl .section_shpt_evt li dl {
  width: 150px;
}

.popingood .section_shpt_evt li .bnnr,
.popinspcl .section_shpt_evt li .bnnr {
  height: 70px;
}

.popingood .section_shpt_evt li .info,
.popinspcl .section_shpt_evt li .info {
  padding: 2px 5px;
}

.popingood .section_shpt_evt li .date,
.popinspcl .section_shpt_evt li .date {
  font-size: 11px;
}
.lang_ja .layer_queue_progress {
  font-family: Tahoma,Arial,sans-serif!important;
}

#wrap>.layer_queue_progress {
  margin-top: 150px;
}

#wrap>.layer_result {
  display: table;
  width: 100%;
  height: calc(100vh - 350px);
}

#wrap>.layer_result>.layer_result_child {
  display: table-cell;
  vertical-align: middle;
}

.margin_bottom300 {
  margin-bottom: 300px;
}

.layer_result {
  text-align: center;
}

.layer_result .layer_result_child {
  width: 300px;
  margin: 40px auto 35px;
}

.layer_result .layer_result_child .headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  color: #19191a;
  margin-bottom: 20px;
}

.layer_result .layer_result_child .caption_info {
  margin-bottom: 55px;
  font-size: 12px;
  font-weight: 500;
  color: #a1a2a5;
}

.layer_result .layer_result_child .btn_default {
  height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  color: #19191a;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e2e3e7;
  background-color: #fff;
}

.layer_queue_progress_wrapper .layer_popup_body .layer_queue_progress .layer_queue_progress_child,
.layer_queue_progress_wrapper .layer_popup_header .layer_queue_progress .layer_queue_progress_child {
  width: 300px;
}

.layer_queue_progress_wrapper .layer_popup_body .layer_popup_footer .btn_basic,
.layer_queue_progress_wrapper .layer_popup_header .layer_popup_footer .btn_basic {
  width: initial!important;
  min-width: 143px;
  height: 52px;
  background: #fff;
  color: #19191a;
  border: 1px solid #e2e3e7;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}

.layer_queue_progress .layer_queue_progress_child {
  width: 400px;
  margin: 20px auto 30px;
}

.layer_queue_progress .layer_queue_progress_child .headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  color: #19191a;
  margin-bottom: 8px;
}

.layer_queue_progress .layer_queue_progress_child .current_queue_time {
  margin-bottom: 25px;
  text-align: center;
}

.layer_queue_progress .layer_queue_progress_child .current_queue_time>dd,
.layer_queue_progress .layer_queue_progress_child .current_queue_time>dt {
  display: inline-block;
}

.layer_queue_progress .layer_queue_progress_child .current_queue_time>dt {
  color: #9a9ca2;
  font-size: 13px;
  margin-right: 5px;
}

.layer_queue_progress .layer_queue_progress_child .current_queue_time>dd {
  color: #19191a;
  font-size: 14px;
  font-weight: 600;
}

.layer_queue_progress .layer_queue_progress_child .progress_wrap {
  background: url("../../event/image/new/ico_dot_off.png") 0 50% repeat-x;
  background-size: 17px 17px;
  height: 30px;
}

.layer_queue_progress .layer_queue_progress_child .progress_wrap .progress_bar {
  background: url("../../event/image/new/ico_dot_on.png") 0 50% repeat-x;
  background-size: 17px 17px;
  height: 30px;
}

.layer_queue_progress .layer_queue_progress_child .current_queue {
  margin-bottom: 30px;
  text-align: center;
}

.layer_queue_progress .layer_queue_progress_child .current_queue>dd,
.layer_queue_progress .layer_queue_progress_child .current_queue>dt {
  display: inline-block;
}

.layer_queue_progress .layer_queue_progress_child .current_queue>dt {
  color: #19191a;
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}

.layer_queue_progress .layer_queue_progress_child .current_queue>dd {
  color: #ff422e;
  font-size: 22px;
  font-weight: 500;
}

.layer_queue_progress .layer_queue_progress_child .caption_title {
  font-size: 16px;
  font-weight: 600;
  color: #19191a;
  margin-bottom: 20px;
}

.layer_queue_progress .layer_queue_progress_child .caption_desc {
  font-size: 12px;
  line-height: 20px;
  color: #a1a2a5;
}

.layer_queue_progress .layer_queue_progress_child .caption_info {
  font-size: 11px;
  color: #9a9ca2;
  margin-left: 20px;
  text-align: left;
  line-height: 20px;
  position: relative;
}

.layer_queue_progress .layer_queue_progress_child .caption_info::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: -18px;
  padding: 0;
  margin: 0;
  background: url("../image/new/ico_style5.png") no-repeat;
  background-position: 50% -335px;
  background-size: 25px auto;
  vertical-align: middle;
}
