/*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;
}

img.lazyload {
    opacity: 0;
}


/*文字大小，颜色，行距定义*/
.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;
    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%;
    z-index: 100000;
    overflow: hidden;
    width: 480px;
    padding: 50px;
    background-color: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-transition: top .25s;
    -moz-transition: top .25s;
    -o-transition: top .25s;
    transition: top .25s;
}

.new_win_alert .close {
    content: "\e631";
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100000;
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    text-decoration: none;
    font-family: 'iconfont';
    font-size: 0;
    background: none;
}

.new_win_alert .close::before {
    content: "\e631";
    font-family: 'iconfont';
    font-size: 16px;
}

.new_win_alert .close:hover {
    color: #aaa;
}

.new_win_alert .win_tips {
    position: relative;
    padding: 54px 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
}

.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 {
    margin: 15px 0;
    text-align: center;
}

.new_win_alert .win_btns .btn {
    margin-left: 20px;
    border-radius: 5px;
    padding: 0 40px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    background: #1c1c1c;
}

.new_win_alert label {
    display: block;
    padding-bottom: 12px;
    font-size: 14px;
    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 {
    display: inline-block;
    padding-right: 10px;
    font: 14px/100% Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.new_win_alert li span {
    display: inline-block;
    padding-right: 8px;
    color: #666;
}

.new_win_alert li span.price {
    font-family: Verdana;
    color: #c70000;
}

.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;
    width: 100%;
}

.new_win_alert.alert_v_code .btn_cancel {
    display: none;
}

@media screen and (max-width: 1000px) {
    .new_win_alert {
        width: 90%;
        box-sizing: border-box;
        padding: 20px;
    }

    .new_win_alert .win_tips {
        padding-top: 40px;
    }

    .new_win_alert .win_btns .btn {
        line-height: 40px;
    }

    .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, .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: 96%;
        box-sizing: border-box;
    }
}

/** 公共弹框 **/
.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;
    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;
    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;
}

/* 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;
}

/*pic_box*/
.pic_box {
    text-align: center;
}

.pic_box span {
    vertical-align: middle;
    height: 100%;
    display: inline-block;
}

.pic_box img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*在线客服浮动窗 Start*/
/*浮动窗 First*/
.icon-tool_whatsapp1:before {
    content: "\e653";
}

.icon-tool_telegram1:before {
    content: "\e607";
}

#go_top {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

#go_top:hover {
    text-decoration: none;
}

#chat_window {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 10000;
}

#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: 60px;
    height: 60px;
    border-radius: 100%;
    margin-bottom: 6px;
}

#chat_window .chat_box .chat_item:last-child {
    margin-bottom: 0;
}

#chat_window .chat_box .chat_item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#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: #f48d2c;
    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: #07c261;
    background-position: 0 -200px;
}

#chat_window .chat_box .chat_whatsapp {
    background-color: #4dc247;
    background-position: 0 -250px;
}

#chat_window .chat_box .chat_telegram {
    background-color: #36aae8;
}

#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;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

#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: 300px;
    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;
    margin: 10px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 5px;
}

#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: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #07bb8a url(../image/icon_chat_menu.png) no-repeat 0 0;
    background-size: 60px auto;
}

#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 -60px;
    background-color: #b0b0b0;
}

#chat_window .chat_box .box .more {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #07bb8a url(../image/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: 15px;
        bottom: 42px;
    }

    #chat_window .chat_box .chat_item {
        width: 40px;
        height: 40px;
    }

    #chat_window .chat_box .chat_item::before {
        font-size: 26px;
    }

    #chat_window .chat_box .menu a {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }

    #chat_window .chat_box .menu #go_top {
        background-position: center -40px;
    }

    #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;
    }

    #chat_window .chat_box .more_box .hidden {
        max-height: 100px;
    }
}

#float_message {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    z-index: 10000;
    overflow: hidden;
    box-shadow: 0px 8px 14px 0px #aaa;
}

#float_message .message_title {
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    position: relative;
}

#float_message .message_title i {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    font-size: 12px;
}

#float_message .message_box {
    padding: 20px;
    height: 400px;
    overflow-y: auto;
    box-sizing: border-box;
}

#float_message .message_box::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

#float_message .message_box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#float_message .message_box::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

#float_message .message_box .message_form .global_inquiry_form .rows {
    margin-top: 10px;
}

#float_message .message_box .message_form .global_inquiry_form .input_txt {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    border: 1px solid #ddd;
}

#float_message .message_box .message_form .global_inquiry_form .textarea_txt {
    height: 100px;
    border: 1px solid #ddd;
}

#float_message .message_box .message_form .global_inquiry_form .field_rows .rows:first-child {
    margin-top: 0;
    font-size: 12px;
}

#float_message .message_box .message_form .global_inquiry_form .global_select_box {
    border: 1px solid #ddd;
    border-radius: 5px;
}

#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box {
    padding: 0;
}

#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box {
    margin: 10px 10px 0 0;
    width: 75px;
    height: 75px;
}

#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box .pic_box {
    width: 75px;
    height: 73px;
}

#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box:last-child {
    margin-right: 0;
}

#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box {
    padding: 0;
}

#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box {
    margin: 10px 10px 0 0;
    width: 75px;
    height: 75px;
}

#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box .upload_file {
    width: 75px;
    height: 75px;
}

#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box .pic_box {
    width: 75px;
    height: 75px;
}

#float_message .message_box .message_form .global_inquiry_form .inquiry_submit {
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

#float_message .message_box .message_form .global_inquiry_form .global_select_box .select_ul {
    max-height: 200px;
}

@media screen and (max-width: 1000px) {
    #float_message {
        width: 250px;
    }

    #float_message .message_box {
        height: 300px;
        padding: 15px 12px;
    }

    #float_message .message_box .message_form .global_inquiry_form .rows>.label {
        font-size: 12px;
    }

    #float_message .message_box .message_form .global_inquiry_form .inquiry_submit {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }

    #float_message .message_box .message_form .global_inquiry_form .global_select_box .input_case input.imitation_select {
        font-size: 12px;
    }

    #float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box {
        margin-top: 0;
        width: 65px;
        height: 65px;
    }

    #float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box .pic_box {
        width: 65px;
        height: 65px;
    }

    #float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box:last-child {
        margin-top: 0;
    }

    #float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box {
        margin-top: 0;
        width: 65px;
        height: 65px;
    }

    #float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .inbox_popup_input .upload_box,
    #float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box:nth-child(3) {
        margin-right: 0;
    }

    #float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box svg {
        width: 45px;
        height: 45px;
    }

    #float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box .pic_box {
        width: 65px;
        height: 65px;
    }

    #float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .inbox_popup_input .upload_box,
    #float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box:nth-child(3) {
        margin-top: 0;
    }
}


/*隐藏头部只有一种货币效果*/
.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;
}

/* 右侧弹窗 */
#fixed_right_div_mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    display: none;
    cursor: pointer;
}

#fixed_right {
    width: 40%;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10001;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: perspective(10001px);
    box-shadow: 1px 0px 3px 1px rgba(6, 142, 239, 0.3)
}

#fixed_right .global_container {
    margin-top: 10px;
    padding: 20px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
}

#fixed_right.show {
    right: 0;
}

#fixed_right.loading {
    background: #fff url(../image/loading_oth.gif) no-repeat center;
}

#fixed_right>.global_container {
    display: none;
    margin-top: 0;
}

#fixed_right .top_title {
    min-height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #1f2227;
    margin-bottom: 15px;
}

#fixed_right .top_title .close {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    margin-top: -3px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 15.5px;
}

#fixed_right .top_title .close:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 2px;
    top: 15px;
    left: 2px;
    background: #bbb;
}

#fixed_right .top_title .close:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    top: 2px;
    left: 15px;
    background: #bbb;
}

#fixed_right .global_container,
body #fixed_right .global_container {
    overflow-y: auto;
    position: static;
}

#fixed_right.loading .global_container {
    background: none;
}

#fixed_right .top_menu {
    border-bottom: 1px #e1e1e1 solid;
    height: 26px;
    line-height: 26px;
    margin-top: 5px
}

#fixed_right .top_menu li {
    float: left;
    height: 26px;
    margin-right: 10px;
    font-size: 14px;
}

#fixed_right .top_menu li a {
    display: inline-block;
}

#fixed_right .top_menu li a.current {
    color: var(--primaryColor);
    border-bottom: 1px solid var(--primaryColor);
}

#fixed_right .box_submit {
    width: 100%;
    background-color: #f8f8f8;
    border-top: 1px #e1e1e1 solid;
    padding: 10px 20px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

#fixed_right .box_submit .btn_global {
    margin-right: 20px;
}

#fixed_right .box_select {
    max-width: none;
}

#fixed_right .global_container::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

#fixed_right .global_container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#fixed_right .global_container::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1000px) {
    #fixed_right {
        top: 0;
        bottom: 0;
        right: -40%;
    }
}

@media screen and (max-width: 1000px) {
    #fixed_right {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -100%;
        overflow-y: auto;
    }

    #fixed_right .top_title .close {
        float: right;
    }
}