
/*global css*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font-size: 14px;
  color: #333;
  font-family: Arial;
  -webkit-text-size-adjust: none;
  outline: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: none;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
}
sup,
sub {
  font-size: 80%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
ins,
u,
s,
a {
  text-decoration: none;
}
textarea,
input {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="tel"],
button,
textarea {
  -webkit-appearance: none;
  border: 1px #ddd solid;
  outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
@media (max-width: 768px) {
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="password"],
  input[type="reset"],
  input[type="submit"],
  input[type="button"],
  input[type="tel"],
  input[type="search"],
  button,
  textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0;
    border: 0px;
  }
}

.trans {
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
.trans2 {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.trans3 {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*文字大小，颜色，行距定义*/
.fz_12px {
  font-size: 12px;
}
.fz_14px {
  font-size: 14px;
}
.fz_16px {
  font-size: 16px;
}
.fc_red {
  color: #ff0000;
}
.fc_grey {
  color: #aaa;
}
.fc_gory {
  color: #666;
}
.fc_white {
  color: #fff;
}
.fc_yellow {
  color: #ff6600;
}
.flh_150 {
  line-height: 150%;
}
.flh_180 {
  line-height: 180%;
}

/*float*/
.fl {
  float: left;
}
.fr {
  float: right;
}

/*form*/
.form_input {
  color: #333;
  height: 20px;
  line-height: 20px;
}
.form_area {
  color: #333;
  line-height: 180%;
  resize: none;
  overflow: auto;
}
.form_button {
  border: none;
  background: #505050;
  color: #fff;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  overflow: hidden;
  width: 80px;
}
.form_focus {
  border-color: red;
}
.form_input.center {
  text-align: center;
}

/*padding*/
.clear {
  margin: 0px auto;
  clear: both;
  height: 0px;
  font-size: 0px;
  overflow: hidden;
}
.blank3 {
  margin: 0px auto;
  clear: both;
  height: 3px;
  font-size: 1px;
  overflow: hidden;
}
.blank6 {
  margin: 0px auto;
  clear: both;
  height: 6px;
  font-size: 1px;
  overflow: hidden;
}
.blank9 {
  margin: 0px auto;
  clear: both;
  height: 9px;
  font-size: 1px;
  overflow: hidden;
}
.blank12 {
  margin: 0px auto;
  clear: both;
  height: 12px;
  font-size: 1px;
  overflow: hidden;
}
.blank15 {
  margin: 0px auto;
  clear: both;
  height: 15px;
  font-size: 1px;
  overflow: hidden;
}
.blank20 {
  margin: 0px auto;
  clear: both;
  height: 20px;
  font-size: 1px;
  overflow: hidden;
}
.blank25 {
  margin: 0px auto;
  clear: both;
  height: 25px;
  font-size: 1px;
  overflow: hidden;
}
.blank30 {
  margin: 0px auto;
  clear: both;
  height: 30px;
  font-size: 1px;
  overflow: hidden;
}
.clean {
  zoom: 1;
}
.clean:after,
.clean:before {
  content: "";
  display: table;
}
.clean:after {
  clear: both;
}

/*a*/
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.red {
  color: red;
  text-decoration: none;
}
a.red:hover {
  color: red;
  text-decoration: underline;
}

.icon_success_status {
  width: 44px;
  height: 44px;
  overflow: hidden;
  background-image: url(../themes-v2/default/images/cart/icon_success_status.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: 244px;
  display: block;
}
.icon_success_status.await {
  background-position: 0 -54px;
}
.icon_success_status.fail {
  background-position: 0 -108px;
}

/*new_win_alert*/
.new_win_alert {
  position: fixed;
  left: 0;
  top: 25%;
  background: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
  width: 480px;
  z-index: 100000;
  padding-top: 7px;
  overflow: hidden;
  -o-transition: top 0.25s;
  transition: top 0.25s;
  -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
}
.new_win_alert .win_close {
  height: 14px;
  padding: 5px 0;
}
.new_win_alert .win_close .close {
  position: absolute;
  z-index: 100000;
  text-indent: -999px;
  width: 20px;
  height: 20px;
  background: url(../themes-v2/default/images/cart/icon_shopping_close.png)
    no-repeat center center;
  top: 16px;
  right: 20px;
  border: none;
}
.new_win_alert .win_close .close:hover {
  color: #aaa;
}
.new_win_alert .win_tips {
  position: relative;
  padding: 20px 30px 20px 90px;
  line-height: 24px;
  margin-bottom: 1px;
  font-size: 16px;
}
.new_win_alert .win_tips .icon_success_status {
  top: 0px;
  left: 30px;
  bottom: 0;
  margin: auto;
}
.new_win_alert .win_label {
  padding: 0 20px 0 30px;
  font-size: 16px;
  line-height: 30px;
}
.new_win_alert .win_form {
  padding: 5px 20px 10px 30px;
}
.new_win_alert .win_btns {
  padding: 5px 20px 10px 30px;
  text-align: right;
}
.new_win_alert .win_btns .btn {
  float: right;
  padding: 3px 15px;
  line-height: 24px;
  margin: 0px 0 0 15px;
  color: #ff6a00;
  font-size: 16px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 12px;
  background: none;
}
.new_win_alert .win_btns .btn_sure {
  background: #ff6a00;
  color: #fff;
}
.new_win_alert label {
  font-size: 14px;
  display: block;
  padding-bottom: 12px;
  color: #333;
  line-height: 18px;
}
.new_win_alert ul {
  margin-top: 16px;
}
.new_win_alert li {
  padding: 8px 0;
}
.new_win_alert li label {
  padding: 0;
  font: inherit;
}
.new_win_alert li strong {
  font: 14px/100% Verdana, Arial, Helvetica, sans-serif;
  display: inline-block;
  padding-right: 10px;
  color: #000;
}
.new_win_alert li span {
  display: inline-block;
  padding-right: 8px;
  color: #666;
}
.new_win_alert li span.price {
  color: #c70000;
  font-family: Verdana;
}
.new_win_alert.win_alert_auto_close {
  width: auto;
  padding-top: 0;
  max-width: 550px;
  top: 30%;
}
.new_win_alert.win_alert_auto_close .icon_success_status {
  width: 20px;
  height: 20px;
  top: 0;
  left: 10px;
  background-size: 20px;
  background-position: 0 0;
}
.new_win_alert.win_alert_auto_close .icon_success_status.await {
  background-position: 0 -24px;
}
.new_win_alert.win_alert_auto_close .icon_success_status.fail {
  background-position: 0 bottom;
}
.new_win_alert.win_alert_auto_close .win_tips {
  padding: 5px 10px 5px 40px;
  line-height: 20px;
  font-size: 12px;
}
.new_win_alert.error_alert_tips {
  width: auto;
  max-width: 608px;
}
.new_win_alert.error_alert_tips .win_close {
  height: 0;
  padding: 0;
}
.new_win_alert.error_alert_tips .win_close .close {
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
}
.new_win_alert.error_alert_tips .win_tips {
  padding: 63px 40px;
  word-break: break-all;
}
.new_win_alert.error_alert_tips .win_tips .icon_success_status {
  display: none;
}
.new_win_alert.error_alert_tips .win_btns {
  display: none;
}

.new_win_alert.alert_v_code .win_tips {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}
.new_win_alert.alert_v_code .win_tips i {
  display: none;
}
.new_win_alert.alert_v_code .win_tips input {
  flex: 1;
  padding: 0 10px;
  border: 1px #c7c7c7 solid;
}
@media (max-width: 768px) {
  .new_win_alert,
  .new_win_alert.error_alert_tips {
    width: 90vw;
  }
  .new_win_alert.alert_v_code .win_tips {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

/*clock_alert*/
.clock_alert {
  display: none;
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 100000;
  max-width: 360px;
  overflow: hidden;
  padding: 18px 50px;
  line-height: 24px;
  color: #fff;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.clock_alert .clock_alert_box {
  display: flex;
}
.clock_alert .clock_alert_box .icon_success_status {
  position: inherit;
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 15px;
}
.clock_alert .clock_alert_box .icon_success_status.await {
  background-position: 0 -29px;
}
.clock_alert .clock_alert_box .icon_success_status.fail {
  background-position: 0 bottom;
}
.clock_alert .clock_alert_box .clock_alert_content {
  flex: 1;
}
@media screen and (max-width: 550px) {
  .clock_alert {
    width: 92%;
    box-sizing: border-box;
  }
}

.tips_alert_popup {
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 100000;
  border-radius: 5px;
  overflow: hidden;
  max-width: 480px;
  min-width: 340px;
  padding: 30px 50px;
  background-color: #fff;
  filter: alpha(opacity=95);
  opacity: 0.95;
  -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
  -o-transition: top 0.25s;
  transition: top 0.25s;
}
.tips_alert_popup .popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100000;
  border: none;
  cursor: pointer;
}
.tips_alert_popup .popup_close::before {
  content: "\e631";
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #000;
}
.tips_alert_popup .popup_close:hover::before {
  color: #333;
}
.tips_alert_popup .popup_content {
  padding: 25px 0;
  text-align: center;
  font-size: 16px;
  color: #ec0c01;
  line-height: 30px;
}
.tips_alert_popup .popup_content > a {
  color: #ec0c01;
}
.tips_alert_popup .popup_button {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;
}
.tips_alert_popup .popup_button > button {
  border: 0;
  border-radius: 5px;
  min-width: 140px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #1875b4;
  line-height: 40px;
}
.tips_alert_popup .popup_button > button.cancel_button {
  color: #fff;
  background-color: #aaa;
}
@media screen and (max-width: 750px) {
  .tips_alert_popup {
    width: calc(100% - 80px);
    min-width: inherit;
    padding: 40px 20px;
  }
  .tips_alert_popup .popup_close {
    top: 16px;
    right: 16px;
  }
  .tips_alert_popup .popup_close::before {
    font-size: 20px;
  }
}

/** 公共弹框 **/
.alert_choose {
  position: fixed;
  opacity: 0.95;
  z-index: 100000;
  top: 0;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}
.alert_choose .box_bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.alert_choose #choose_close {
  position: absolute;
  z-index: 100000;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background-image: url(../themes-v2/default/images/cart/icon_shopping_close.png);
  background-position: center;
  background-repeat: no-repeat;
  top: 16px;
  right: 20px;
  background-color: #fff;
}
.alert_choose #choose_close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
}
.alert_choose .choose_content {
  width: 530px;
  padding: 14px 20px 20px;
  font-family: "Arial";
  position: relative;
  z-index: 10;
  zoom: 1;
  background-color: #fff;
  max-height: 560px;
  overflow: auto;
}
.alert_choose .choose_content h2 {
  line-height: 32px;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.alert_choose .choose_content h3 {
  display: block;
  line-height: 34px;
  font-size: 16px;
}
.alert_choose .choose_content .box_select {
  width: 470px;
  height: 34px;
  overflow: hidden;
  background: url(../themes-v2/default/images/cart/icon_select.png) no-repeat
    right center;
  border: 1px #ccc solid;
}
.alert_choose .choose_content .box_select select {
  width: 105%;
  height: 34px;
  padding-left: 12px;
  font-size: 14px;
  color: #333;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 34px;
}

.alert_choose .choose_content {
  width: 720px;
}
.alert_choose .payment_list {
  height: 350px;
  overflow: auto;
}
.alert_choose .payment_list .item {
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  position: relative;
  cursor: pointer;
}
.alert_choose .payment_list .item:nth-child(2) {
  border-top: 0;
}
.alert_choose .payment_list .item .item_info input {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.alert_choose .payment_list .item .item_info .pic_box {
  display: inline-block;
  height: 30px;
  margin-left: 20px;
  vertical-align: middle;
}
.alert_choose .payment_list .item .item_info .img_table {
  display: table;
  max-width: 270px;
  height: 70px;
  position: absolute;
  right: 10px;
  top: 0;
}
.alert_choose .payment_list .item .item_info .img_table .img_box {
  display: table-cell;
  vertical-align: middle;
}
.alert_choose .payment_list .item .item_info .img_table .img_box img {
  max-width: 100px;
  height: 24px;
  margin: 5px;
}
.alert_choose .payment_list .item .item_info span {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  margin-left: 15px;
  vertical-align: middle;
}
.alert_choose .payment_list .item .item_info .txt_box {
  font-size: 18px;
}
.alert_choose .payment_list .item .item_desc {
  display: none;
  margin-left: 36px;
  margin-top: 15px;
  padding: 15px 20px 20px;
  background: #fbfbfb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alert_choose .footRegion {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
}
.alert_choose .footRegion .btn {
  float: right;
  padding: 0 25px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  background: #e53935;
}
.alert_choose .footRegion .choose_price span {
  font-size: 28px;
}
.alert_choose .footRegion #paypal_button_container {
  width: 250px;
  float: right;
  position: relative;
  display: none;
}
.alert_choose .footRegion #paypal_excheckout_button_container {
  width: 250px;
  float: right;
  position: relative;
  display: none;
}

.mask_alert {
  padding: 16px 36px 18px;
  max-width: 450px;
  position: fixed;
  top: 10%;
  left: 0;
  z-index: 100000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}
.mask_alert .mask_alert_box {
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/* goods 运费估算 */
.alert_choose.shipping_cost .payment_list {
  margin-top: 15px;
}
.alert_choose.shipping_cost .payment_list .item {
  margin-top: 0;
}
.alert_choose.shipping_cost .payment_list .item span {
  height: 30px;
  line-height: 30px;
}


/*在线客服浮动窗 Start*/
/*浮动窗 First*/
#go_top {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#go_top:hover {
  text-decoration: none;
}

.icon-tool_telegram1:before {
  content: "\e607";
}
.icon-tool_teams1:before {
  content: "\e688";
}
#chat_window {
  position: fixed;
  right: 50px;
  bottom: 150px;
  z-index: 10002;
}
#chat_window .chat_box .menu a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin-bottom: 6px;
  background: #07bb8a url(../ico/icon_chat_menu.png) no-repeat 0 0;
  border-color: transparent;
}
#chat_window .chat_box .menu #go_top {
  display: none;
}
#chat_window .chat_box .menu .top {
  background-position: 0 -50px;
  background-color: #b0b0b0;
}

#chat_window .chat_box.cur .box {
  height: auto;
  overflow: unset;
}
#chat_window .chat_box.cur .box .more {
  display: none;
}
#chat_window .chat_box .box {
  margin-bottom: 6px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
#chat_window .chat_box .chat_item {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-bottom: 6px;
}
#chat_window .chat_box .chat_item:last-child {
  margin-bottom: 0;
}
#chat_window .chat_box .chat_item .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
}
#chat_window .chat_box .chat_qq {
  background-color: #4cafe9;
}
#chat_window .chat_box .chat_skype {
  background-color: #5996ff;
  background-position: 0 -50px;
}
#chat_window .chat_box .chat_email {
  background-color: #f5b246;
  background-position: 0 -100px;
}
#chat_window .chat_box .chat_trademanager {
  background-color: #33bbf9;
  background-position: 0 -150px;
}
#chat_window .chat_box .chat_wechat {
  background-color: #59c682;
  background-position: 0 -200px;
}
#chat_window .chat_box .chat_whatsapp {
  background-color: #2dbe47;
  background-position: 0 -250px;
}
#chat_window .chat_box .chat_telegram {
  background-color: #36aae8;
}
#chat_window .chat_box .chat_teams {
  background-color: #4b55dc;
}
#chat_window .chat_box .chat_line {
  background-color: #06c755;
}
#chat_window .icon-tool_line1::before {
  content: "\e714";
}
#chat_window .chat_box .abs {
  display: none;
  margin-right: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
#chat_window .chat_box .more_box {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-right: 16px;
  position: relative;
}
#chat_window .chat_box .chat_wechat .abs {
  top: auto;
  bottom: -78px;
}
#chat_window .chat_box .chat_wechat .more_box::before {
  top: auto;
  bottom: 95px;
}
#chat_window .chat_box .chat_wechat .more_box::after {
  top: auto;
  bottom: 95px;
}
#chat_window .chat_box .chat_wechat .more_box .hidden {
  padding: 10px;
  overflow: hidden;
  max-height: none;
  display: flex;
  flex-wrap: wrap;
  width: 294px;
}
#chat_window .chat_box .chat_wechat .abs.count1 .more_box .hidden {
  width: 147px;
}
#chat_window .chat_box .chat_line .abs {
  top: auto;
  bottom: -78px;
}
#chat_window .chat_box .chat_line .more_box::before {
  top: auto;
  bottom: 95px;
}
#chat_window .chat_box .chat_line .more_box::after {
  top: auto;
  bottom: 95px;
}
#chat_window .chat_box .chat_line .more_box .hidden {
  padding: 10px;
  overflow: hidden;
  max-height: none;
  display: flex;
  flex-wrap: wrap;
  width: 294px;
}
#chat_window .chat_box .chat_line .abs.count1 .more_box .hidden {
  width: 147px;
}
#chat_window .chat_box .more_box .hidden {
  padding: 10px 0;
  max-height: 170px;
  overflow-y: auto;
}
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar {
  border-radius: 10px;
  width: 8px;
  height: 16px;
  background-color: #f5f5f5;
}
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f1f1f1;
}
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c1c1c1;
}
#chat_window .chat_box .more_box:before {
  content: "";
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent;
  border-left-color: #e8e8e8;
  border-style: solid;
  position: absolute;
  top: 19px;
  right: -9px;
}
#chat_window .chat_box .more_box:after {
  content: "";
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent;
  border-left-color: #fff;
  border-style: solid;
  position: absolute;
  top: 19px;
  right: -8px;
}
#chat_window .chat_item:hover .abs {
  display: block;
}
#chat_window .chat_box .more_box a {
  position: relative;
  display: block;
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  padding: 0px 17px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}
#chat_window .chat_box .more_box a:hover {
  background: #effaf7;
  text-decoration: none;
}
#chat_window .chat_box .more_box .relimg {
  display: none;
  position: absolute;
  top: 0;
  left: -105px;
  padding-right: 5px;
  width: 100px;
  height: 100px;
  text-align: right;
  margin-bottom: 5px;
}
#chat_window .chat_box .more_box .relimg img {
  padding: 2px;
  border: 1px solid #effaf7;
  border-radius: 2px;
  background: #fff;
}
#chat_window .chat_box .more_box a:hover .relimg {
  display: block;
}
#chat_window .chat_box .more_box.bottom:before {
  top: auto;
  bottom: 19px;
}
#chat_window .chat_box .more_box.bottom:after {
  top: auto;
  bottom: 19px;
}
#chat_window .chat_box .more_box .wechat_item {
  width: 127px;
  padding: 16px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 10px;
  text-align: center;
}
#chat_window .chat_box .more_box .wechat_item .wechat_code {
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
}
#chat_window .chat_box .more_box .wechat_item .wechat_name {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
#chat_window .chat_box .menu a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin-bottom: 6px;
  background: #07bb8a url(../ico/icon_chat_menu.png) no-repeat 0 0;
}
#chat_window .chat_box .menu .more.disable {
  opacity: 0;
}
#chat_window .chat_box .menu #go_top {
  display: none;
}
#chat_window .chat_box .menu .top {
  background-position: 0 -50px;
  background-color: #b0b0b0;
}
#chat_window .chat_box .box .more {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin-bottom: 6px;
  background: #07bb8a url(../ico/icon_chat_menu.png) no-repeat 0 0;
}

@media screen and (max-width: 1000px) {
  #chat_window .chat_box .abs {
    margin-right: 40px;
  }
  #chat_window .chat_box .box {
    height: 40px;
  }
  #chat_window .chat_box .box .more {
    width: 40px;
    height: 40px;
    background-position: center -4px;
  }
  #chat_window {
    right: 25px;
    bottom: 100px;
  }
  #chat_window .chat_box .chat_item {
    width: 40px;
    height: 40px;
  }
  #chat_window .chat_box .menu a {
    width: 40px;
    height: 40px;
  }
  #chat_window .chat_box .menu #go_top {
    background-position: center -55px;
  }
  #chat_window .chat_box .more_box .wechat_item {
    margin: 5px;
  }
  #chat_window .chat_box .chat_wechat .more_box .hidden {
    width: 274px;
    padding: 5px;
  }
  #chat_window .chat_box .chat_wechat .more_box::before {
    bottom: 85px;
  }
  #chat_window .chat_box .chat_wechat .more_box::after {
    bottom: 85px;
  }
  #chat_window .chat_box .chat_wechat .abs.count1 .more_box .hidden {
    width: 137px;
  }
}

/*隐藏头部只有一种货币效果*/
.crossn li .crossn_currency_none dt,
#header .toper li .crossn_currency_none dt {
  background: none !important;
  padding-right: 0 !important;
}
.crossn li:hover .crossn_currency_none dt,
#header .toper li:hover .crossn_currency_none dt {
  border: 1px solid transparent !important;
  position: static !important;
  border-radius: 0 !important;
}
.crossn li:hover .crossn_currency_none dd,
#header .toper li:hover .crossn_currency_none dd,
#toper li:hover .crossn_currency_none dd {
  display: none !important;
}

/*国旗*/
.chzn-container-single .chzn-single .current_language_flag,
.current_language_flag {
  margin-right: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 20px;
  margin: auto !important;
}
.chzn-container-single .chzn-single .current_language_flag .flag_box,
.current_language_flag .flag_box {
  display: inline-block;
  vertical-align: top;
  transform: scale(0.5);
  overflow: unset;
  width: 64px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  margin: auto !important;
}
.flag_big_af {
  background-position: 0px 0px;
}
.flag_big_am {
  background-position: -69px 0px;
}
.flag_big_az {
  background-position: -138px 0px;
}
.flag_big_bh {
  background-position: -207px 0px;
}
.flag_big_bd {
  background-position: -276px 0px;
}
.flag_big_bt {
  background-position: -345px 0px;
}
.flag_big_bn {
  background-position: -414px 0px;
}
.flag_big_kh {
  background-position: -483px 0px;
}
.flag_big_kp {
  background-position: -621px 0px;
}
.flag_big_ge {
  background-position: -690px 0px;
}
.flag_big_hk {
  background-position: -759px 0px;
}
.flag_big_in {
  background-position: -828px 0px;
}
.flag_big_id {
  background-position: -897px 0px;
}
.flag_big_ir {
  background-position: -966px 0px;
}
.flag_big_iq {
  background-position: -1035px 0px;
}
.flag_big_il {
  background-position: -1104px 0px;
}
.flag_big_jp {
  background-position: -1173px 0px;
}
.flag_big_jo {
  background-position: -1242px 0px;
}
.flag_big_kz {
  background-position: -1311px 0px;
}
.flag_big_kr {
  background-position: 0px -43px;
}
.flag_big_kw {
  background-position: -69px -43px;
}
.flag_big_kg {
  background-position: -138px -43px;
}
.flag_big_la {
  background-position: -207px -43px;
}
.flag_big_lb {
  background-position: -276px -43px;
}
.flag_big_mo {
  background-position: -345px -43px;
}
.flag_big_my {
  background-position: -414px -43px;
}
.flag_big_mv {
  background-position: -483px -43px;
}
.flag_big_mn {
  background-position: -552px -43px;
}
.flag_big_mm {
  background-position: -621px -43px;
}
.flag_big_np {
  background-position: -690px -43px;
}
.flag_big_om {
  background-position: -759px -43px;
}
.flag_big_pk {
  background-position: -828px -43px;
}
.flag_big_ps {
  background-position: -897px -43px;
}
.flag_big_ph {
  background-position: -966px -43px;
}
.flag_big_qa {
  background-position: -1035px -43px;
}
.flag_big_sa {
  background-position: -1104px -43px;
}
.flag_big_sg {
  background-position: -1173px -43px;
}
.flag_big_vn {
  background-position: -1242px -43px;
}
.flag_big_lk {
  background-position: -1311px -43px;
}
.flag_big_tw {
  background-position: 0px -86px;
}
.flag_big_tj {
  background-position: -69px -86px;
}
.flag_big_th {
  background-position: -138px -86px;
}
.flag_big_tl {
  background-position: -207px -86px;
}
.flag_big_tr {
  background-position: -276px -86px;
}
.flag_big_tm {
  background-position: -345px -86px;
}
.flag_big_ae {
  background-position: -414px -86px;
}
.flag_big_uz {
  background-position: -483px -86px;
}
.flag_big_ye {
  background-position: -552px -86px;
}
.flag_big_al {
  background-position: -621px -86px;
}
.flag_big_ad {
  background-position: -690px -86px;
}
.flag_big_at {
  background-position: -759px -86px;
}
.flag_big_by {
  background-position: -828px -86px;
}
.flag_big_be {
  background-position: -897px -86px;
}
.flag_big_ba {
  background-position: -966px -86px;
}
.flag_big_bg {
  background-position: -1035px -86px;
}
.flag_big_cy {
  background-position: -1104px -86px;
}
.flag_big_cz {
  background-position: -1173px -86px;
}
.flag_big_dk {
  background-position: -1242px -86px;
}
.flag_big_ee {
  background-position: -1311px -86px;
}
.flag_big_fo {
  background-position: 0px -129px;
}
.flag_big_fi {
  background-position: -69px -129px;
}
.flag_big_fr {
  background-position: -138px -129px;
}
.flag_big_de {
  background-position: -207px -129px;
}
.flag_big_gi {
  background-position: -276px -129px;
}
.flag_big_gr {
  background-position: -345px -129px;
}
.flag_big_hu {
  background-position: -414px -129px;
}
.flag_big_is {
  background-position: -483px -129px;
}
.flag_big_ie {
  background-position: -552px -129px;
}
.flag_big_it {
  background-position: -621px -129px;
}
.flag_big_lv {
  background-position: -690px -129px;
}
.flag_big_li {
  background-position: -759px -129px;
}
.flag_big_lt {
  background-position: -828px -129px;
}
.flag_big_lu {
  background-position: -897px -129px;
}
.flag_big_mk {
  background-position: -966px -129px;
}
.flag_big_mt {
  background-position: -1035px -129px;
}
.flag_big_md {
  background-position: -1104px -129px;
}
.flag_big_mc {
  background-position: -1173px -129px;
}
.flag_big_nl {
  background-position: -1242px -129px;
}
.flag_big_no {
  background-position: -1311px -129px;
}
.flag_big_pl {
  background-position: 0px -172px;
}
.flag_big_pt {
  background-position: -69px -172px;
}
.flag_big_ro {
  background-position: -138px -172px;
}
.flag_big_ru {
  background-position: -207px -172px;
}
.flag_big_sm {
  background-position: -276px -172px;
}
.flag_big_rs {
  background-position: -345px -172px;
}
.flag_big_sk {
  background-position: -414px -172px;
}
.flag_big_si {
  background-position: -483px -172px;
}
.flag_big_es {
  background-position: -552px -172px;
}
.flag_big_sj {
  background-position: -621px -172px;
}
.flag_big_se {
  background-position: -690px -172px;
}
.flag_big_ch {
  background-position: -759px -172px;
}
.flag_big_sy {
  background-position: -828px -172px;
}
.flag_big_hr {
  background-position: -897px -172px;
}
.flag_big_ua {
  background-position: -966px -172px;
}
.flag_big_gb {
  background-position: -1035px -172px;
}
.flag_big_va {
  background-position: -1104px -172px;
}
.flag_big_dz {
  background-position: -1173px -172px;
}
.flag_big_ao {
  background-position: -1242px -172px;
}
.flag_big_bj {
  background-position: -1311px -172px;
}
.flag_big_bw {
  background-position: 0px -215px;
}
.flag_big_io {
  background-position: -69px -215px;
}
.flag_big_bf {
  background-position: -138px -215px;
}
.flag_big_bi {
  background-position: -207px -215px;
}
.flag_big_cm {
  background-position: -276px -215px;
}
.flag_big_cv {
  background-position: -345px -215px;
}
.flag_big_cf {
  background-position: -414px -215px;
}
.flag_big_td {
  background-position: -483px -215px;
}
.flag_big_km {
  background-position: -552px -215px;
}
.flag_big_cg {
  background-position: -621px -215px;
}
.flag_big_ci {
  background-position: -690px -215px;
}
.flag_big_cd {
  background-position: -759px -215px;
}
.flag_big_dj {
  background-position: -828px -215px;
}
.flag_big_eg {
  background-position: -897px -215px;
}
.flag_big_gq {
  background-position: -966px -215px;
}
.flag_big_er {
  background-position: -1035px -215px;
}
.flag_big_et {
  background-position: -1104px -215px;
}
.flag_big_ga {
  background-position: -1173px -215px;
}
.flag_big_gm {
  background-position: -1242px -215px;
}
.flag_big_gh {
  background-position: -1311px -215px;
}
.flag_big_gn {
  background-position: 0px -258px;
}
.flag_big_gw {
  background-position: -69px -258px;
}
.flag_big_ke {
  background-position: -138px -258px;
}
.flag_big_ls {
  background-position: -207px -258px;
}
.flag_big_lr {
  background-position: -276px -258px;
}
.flag_big_mg {
  background-position: -345px -258px;
}
.flag_big_mw {
  background-position: -414px -258px;
}
.flag_big_ml {
  background-position: -483px -258px;
}
.flag_big_mr {
  background-position: -552px -258px;
}
.flag_big_mu {
  background-position: -621px -258px;
}
.flag_big_yt {
  background-position: -690px -258px;
}
.flag_big_ma {
  background-position: -759px -258px;
}
.flag_big_mz {
  background-position: -828px -258px;
}
.flag_big_na {
  background-position: -897px -258px;
}
.flag_big_ne {
  background-position: -966px -258px;
}
.flag_big_ng {
  background-position: -1035px -258px;
}
.flag_big_re {
  background-position: -1104px -258px;
}
.flag_big_rw {
  background-position: -1173px -258px;
}
.flag_big_sh {
  background-position: -1242px -258px;
}
.flag_big_st {
  background-position: -1311px -258px;
}
.flag_big_sn {
  background-position: 0px -301px;
}
.flag_big_sc {
  background-position: -69px -301px;
}
.flag_big_sl {
  background-position: -138px -301px;
}
.flag_big_so {
  background-position: -207px -301px;
}
.flag_big_za {
  background-position: -276px -301px;
}
.flag_big_ly {
  background-position: -345px -301px;
}
.flag_big_sd {
  background-position: -414px -301px;
}
.flag_big_sz {
  background-position: -483px -301px;
}
.flag_big_tz {
  background-position: -552px -301px;
}
.flag_big_tg {
  background-position: -621px -301px;
}
.flag_big_tn {
  background-position: -690px -301px;
}
.flag_big_ug {
  background-position: -759px -301px;
}
.flag_big_eh {
  background-position: -828px -301px;
}
.flag_big_zm {
  background-position: -897px -301px;
}
.flag_big_zw {
  background-position: -966px -301px;
}
.flag_big_as {
  background-position: -1035px -301px;
}
.flag_big_au {
  background-position: -1104px -301px;
}
.flag_big_cx {
  background-position: -1173px -301px;
}
.flag_big_cc {
  background-position: -1242px -301px;
}
.flag_big_ck {
  background-position: -1311px -301px;
}
.flag_big_fj {
  background-position: 0px -344px;
}
.flag_big_pf {
  background-position: -69px -344px;
}
.flag_big_gu {
  background-position: -138px -344px;
}
.flag_big_ki {
  background-position: -207px -344px;
}
.flag_big_mh {
  background-position: -276px -344px;
}
.flag_big_fm {
  background-position: -345px -344px;
}
.flag_big_nr {
  background-position: -414px -344px;
}
.flag_big_nc {
  background-position: -483px -344px;
}
.flag_big_nz {
  background-position: -552px -344px;
}
.flag_big_nu {
  background-position: -621px -344px;
}
.flag_big_nf {
  background-position: -690px -344px;
}
.flag_big_mp {
  background-position: -759px -344px;
}
.flag_big_pw {
  background-position: -828px -344px;
}
.flag_big_pg {
  background-position: -897px -344px;
}
.flag_big_pn {
  background-position: -966px -344px;
}
.flag_big_sb {
  background-position: -1035px -344px;
}
.flag_big_tk {
  background-position: -1104px -344px;
}
.flag_big_to {
  background-position: -1173px -344px;
}
.flag_big_tv {
  background-position: -1242px -344px;
}
.flag_big_um {
  background-position: -1311px -344px;
}
.flag_big_vu {
  background-position: 0px -387px;
}
.flag_big_wf {
  background-position: -69px -387px;
}
.flag_big_ws {
  background-position: -138px -387px;
}
.flag_big_ai {
  background-position: -207px -387px;
}
.flag_big_ag {
  background-position: -276px -387px;
}
.flag_big_bb {
  background-position: -345px -387px;
}
.flag_big_bz {
  background-position: -414px -387px;
}
.flag_big_bm {
  background-position: -483px -387px;
}
.flag_big_sr {
  background-position: -552px -387px;
}
.flag_big_uy {
  background-position: -621px -387px;
}
.flag_big_ve {
  background-position: -690px -387px;
}
.flag_big_bv {
  background-position: -759px -387px;
}
.flag_big_tf {
  background-position: -828px -387px;
}
.flag_big_hm {
  background-position: -897px -387px;
}
.flag_big_gs {
  background-position: -966px -387px;
}
.flag_big_fk {
  background-position: -1035px -387px;
}
.flag_big_gf {
  background-position: -1104px -387px;
}
.flag_big_gy {
  background-position: -1173px -387px;
}
.flag_big_py {
  background-position: -1242px -387px;
}
.flag_big_pe {
  background-position: -1311px -387px;
}
.flag_big_ca {
  background-position: 0px -430px;
}
.flag_big_ky {
  background-position: -69px -430px;
}
.flag_big_cr {
  background-position: -138px -430px;
}
.flag_big_cu {
  background-position: -207px -430px;
}
.flag_big_do {
  background-position: -276px -430px;
}
.flag_big_sv {
  background-position: -345px -430px;
}
.flag_big_gl {
  background-position: -414px -430px;
}
.flag_big_gd {
  background-position: -483px -430px;
}
.flag_big_gp {
  background-position: -552px -430px;
}
.flag_big_gt {
  background-position: -621px -430px;
}
.flag_big_ht {
  background-position: -690px -430px;
}
.flag_big_hn {
  background-position: -759px -430px;
}
.flag_big_jm {
  background-position: -828px -430px;
}
.flag_big_mq {
  background-position: -897px -430px;
}
.flag_big_mx {
  background-position: -966px -430px;
}
.flag_big_ms {
  background-position: -1035px -430px;
}
.flag_big_ni {
  background-position: -1104px -430px;
}
.flag_big_pa {
  background-position: -1173px -430px;
}
.flag_big_pr {
  background-position: -1242px -430px;
}
.flag_big_kn {
  background-position: -1311px -430px;
}
.flag_big_lc {
  background-position: 0px -473px;
}
.flag_big_pm {
  background-position: -69px -473px;
}
.flag_big_vc {
  background-position: -138px -473px;
}
.flag_big_tt {
  background-position: -207px -473px;
}
.flag_big_tc {
  background-position: -276px -473px;
}
.flag_big_us {
  background-position: -345px -473px;
}
.flag_big_vi {
  background-position: -414px -473px;
}
.flag_big_ar {
  background-position: -483px -473px;
}
.flag_big_aw {
  background-position: -552px -473px;
}
.flag_big_bs {
  background-position: -621px -473px;
}
.flag_big_bo {
  background-position: -690px -473px;
}
.flag_big_br {
  background-position: -759px -473px;
}
.flag_big_cl {
  background-position: -828px -473px;
}
.flag_big_co {
  background-position: -897px -473px;
}
.flag_big_ec {
  background-position: -966px -473px;
}
.flag_big_an {
  background-position: -1035px -473px;
}
.flag_big_ax {
  background-position: -1104px -473px;
}
.flag_big_bl {
  background-position: -1173px -473px;
}
.flag_big_bq {
  background-position: -1243px -473px;
}
.flag_big_cw {
  background-position: -1311px -473px;
}
.flag_big_gg {
  background-position: 0 -516px;
}
.flag_big_im {
  background-position: -70px -516px;
}
.flag_big_me {
  background-position: -138px -516px;
}
.flag_big_mf {
  background-position: -204px -516px;
}
.flag_big_sx {
  background-position: -276px -516px;
}
.flag_big_vg {
  background-position: -345px -516px;
}
.flag_big_xk {
  background-position: -414px -516px;
}
.flag_big_dm {
  background-position: -759px -517px;
}
.flag_big_ss {
  background-position: -552px -516px;
}
.flag_big_je {
  background-position: -621px -516px;
}

#header_content_height {
  height: 100px;
}
@media (max-width: 1000px) {
  #header_content_height {
    height: 70px;
  }
}

.interact_pop_box {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10000;
}
.interact_pop_box .interact_pop_dask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 1;
}
.interact_pop_box .interact_pop {
  position: relative;
  width: 550px;
  min-height: 480px;
  background: #fff;
  z-index: 2;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  box-sizing: border-box;
}
.interact_pop_box .interact_pop .close {
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  background: url(../themes-v2/default/images/global/icon_currency_close.png)
    no-repeat center center / 100% auto;
  top: 18px;
  right: 18px;
  border: none;
}
.interact_pop_box .interact_pop .close:hover {
  color: #aaa;
}
.interact_pop_box .interact_pop .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  padding: 8px 0;
}
.interact_pop_box .interact_pop .sub_title {
  font-size: 16px;
  line-height: 25px;
  padding: 5px 0;
}
.interact_pop_box .interact_pop .interact_btn {
  display: inline-block;
  padding: 0 50px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  margin: 17px auto 0;
  background: #ed4e43;
  text-decoration: none;
  color: #fff;
  border-radius: 23px;
}
.interact_pop_box .interact_pop .blank37 {
  height: 39px;
}
.interact_pop_box .interact_pop .award_item {
  position: relative;
  display: flex;
  max-width: 390px;
  line-height: 50px;
  padding: 25px 20px;
  font-weight: bold;
  font-size: 30px;
  color: #ff5e0f;
  background: url(../themes-v2/default/images/plugins/app_interact/award_bg.png)
    no-repeat center center / 100% 100%;
  box-sizing: border-box;
  align-items: center;
}
.interact_pop_box .interact_pop .award_item .award_btn {
  position: absolute;
  right: 20px;
  width: 64px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: #ff5e0f;
}
.interact_pop_box .interact_pop .award_item {
  margin: 0 auto 16px;
}
.interact_pop_box .interact_pop .award_item::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 18px;
  margin-left: 10px;
}
.interact_pop_box .interact_pop .award_item.point::before {
  background: url(../themes-v2/default/images/plugins/app_interact/icon_award_point.png)
    no-repeat center center / 100% auto;
}
.interact_pop_box .interact_pop .award_item.coupon::before {
  background: url(../themes-v2/default/images/plugins/app_interact/icon_award_coupon.png)
    no-repeat center center / 100% auto;
}
@media (max-width: 1000px) {
  .interact_pop_box .interact_pop {
    width: 90%;
    max-width: 550px;
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .interact_pop_box .interact_pop .interact_btn {
    padding: 0 20px;
  }
  .interact_pop_box .interact_pop .award_item {
    padding: 10px;
    font-size: 20px;
  }
  .interact_pop_box .interact_pop .award_item::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 0;
  }
}

/* 移动端底部导航 start */
#mobile_footer_nav_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
}
#mobile_footer_nav_box .mobile_footer_nav_Wrapper {
  display: grid;
  padding: 15px 0;
  box-sizing: border-box;
  align-items: self-end;
}
#mobile_footer_nav_box .mobile_footer_nav_Wrapper .m_nav_item {
  text-align: center;
}
#mobile_footer_nav_box .mobile_footer_nav_Wrapper .m_nav_item .m_nav_item_icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
#mobile_footer_nav_box
  .mobile_footer_nav_Wrapper
  .m_nav_item
  .m_nav_item_icon
  i {
  font-size: 22px;
}
@media screen and (min-width: 1000px) {
  #mobile_footer_nav_box {
    display: none;
  }
}
/* 移动端底部导航 end */
