html {
    font-size: 62.5%;
}
body {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Segoe UI", "Arial", "Helvetica Neue", "Helvetica", "sans-serif";
    font-size: 14px;
    font-size: 1.4rem;
}
h1,
h2,
h4,
h6,
div,
body,
html,
p,
ul,
ol,
dl,
dd,
form,
a,
input {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}
ul,
ol,
dl {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
input {
    outline: none;
}
a {
    text-decoration: none;
    color: #00adff;
    display: inline;
}
i,
em,
h1,
h2,
h4,
h6 {
    font-style: normal;
    font-weight: normal;
    word-spacing: normal;
    letter-spacing: normal;
    text-align: center;
    line-height: 1;
}
b,
strong {
    font-weight: bolder;
}
h1 {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bolder;
    color: #ffffff;
}
h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #202020;
    padding-bottom: 2.8%;
}
h4 {
    font-size: 30px;
    font-size: 3.0rem;
    color: #202020;
}
p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: normal;
    color: #616161;
}
/*工具类*/
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix:after {
    content: "";
    height: 0;
    display: table;
    clear: both;
}
.del {
    text-decoration: line-through;
}
.ask {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.ask span {
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #cdd3d5;
    border-radius: 50%;
    cursor: pointer;
}
.ask p {
    position: absolute;
    z-index: 10;
    width: 220px;
    height: auto;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    background-color: #F9DDC2;
    text-align: left;
    border: 1px solid #FFA500;
    border-radius: 5px;
    top: 18px;
    left: -75px;
    display: none;
}
.ask:hover p {
    display: block;
}
/*text*/
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
.ver-top {
    vertical-align: top !important;
}
.ver-middle {
    vertical-align: middle !important;
}
.ver-bottom {
    vertical-align: bottom !important;
}
.text-top {
    vertical-align: text-top !important;
}
.text-bottom {
    vertical-align: text-bottom !important;
}
.bold {
    font-weight: bold;
}
.last-right {
    margin-right: 0 !important;
}
.last-bottom {
    margin-bottom: 0 !important;
}
.remove {
    font-size: 0;
    letter-spacing: -3px;
}
.inline-block {
    font-size: 0;
    letter-spacing: -3px;
}
.inline-block>li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
.last-empty {
    height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.more {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: normal;
    cursor: pointer;
}
.more-blue {
    color: #00adff;
}
.more-white {
    color: #fff;
}
.more-blue::after,
.more-white::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 16px;
    background: url('../../images/front/comma/ic-LM.png') no-repeat -9px -7px;
    margin-left: 4px;
}
.more-white::after {
    background-position-y: -26px;
}
.more-blue:hover {
    color: #1393ec;
}
.more-white:hover {
    color: #1393ec;
}
.more-blue:hover::after,
.more-white:hover::after {
    background-position-x: -24px;
}
/*font*/
.font-size12 {
    font-size: 12px;
    font-size: 1.2rem;
}
.font-size14 {
    font-size: 14px;
    font-size: 1.4rem;
}
.font-size16 {
    font-size: 16px;
    font-size: 1.6rem;
}
.font-size18 {
    font-size: 18px;
    font-size: 1.8rem;
}
.font-size20 {
    font-size: 20px;
    font-size: 2.0rem;
}
.font-size22 {
    font-size: 22px;
    font-size: 2.2rem;
}
.font-size24 {
    font-size: 24px;
    font-size: 2.4rem;
}
.link {
    color: #00adff;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}
.link:hover,
.link:active {
    color: #1393ec;
    text-decoration: underline;
}
.devider {
    display: block;
    border-bottom: 1px solid #d9dfe5;
    width: 100%;
    margin: 2% 0;
}
.border {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}
.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
/*灰色背景板块*/
.bg-gray {
    background-color: #f5f9fc;
}
.bg-gray .border {
    border-color: #d1e3f1;
}
.bg-gray .border-bottom {
    border-bottom-color: #d1e3f1;
}
.bg-base {
    background-color: #ffffff;
}
.bg-base .border {
    border-color: #e2e9ef;
}
.bg-base .border-bottom {
    border-bottom-color: #e2e9ef;
}
.center-block {
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.center-block .container {
    width: 100%;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container #google-extension-note {
    display: none;
    height: 60px;
    width: 500px;
    padding: 5px;
    border: 1px solid #D6E5EC;
    border-radius: 5px;
    margin: 15px 20px;
    float: right;
    background-color: #E8F5FB;
    font-size: 12px;
    color: #5b5b5b;
}
#google-extension-note #note-title {
    margin: 3px 0;
    font-weight: bold;
}
/**
 * a 标签样式
 */
a.base-color {
    color: #202020;
}
a.base-color:hover {
    color: #00adff;
}
/*
**邮箱地址自动补全
*/
.eac-sugg {
    color: #aaa;
    letter-spacing: 1px;
    font-size: 14px;
}
@media screen and (max-width: 1099px) and (min-width: 768px) {
    .center-block .container {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        padding: 70px 0;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    html {
        font-size: 50%;
    }
    .center-block .container {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0;
    }
    .mobile-block,
    .mobile-block>li {
        display: block !important;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .last-bottom {
        margin-bottom: auto !important;
    }
    .btn-group {
        text-align: center;
    }
}
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?mf8fht');
    src: url('fonts/icomoon.eot?mf8fht#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?mf8fht') format('truetype'),
        url('fonts/icomoon.woff?mf8fht') format('woff'),
        url('fonts/icomoon.svg?mf8fht#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* .icon-hook-blue:before {
  content: "\e911";
  color: #00adff;
} */
.icon-hook-no:before {
    content: "\e912";
    color: #b7bec9;
}
/* .icon-sign-in-h:before {
  content: "\e910";
  color: #00adff;
} */
.icon-left-quotation-marks:before {
    content: "\e90b";
    color: #71a8d0;
}
.icon-right-quotation-marks:before {
    content: "\e90c";
    color: #71a8d0;
}
.icon-Home:before {
    content: "\e90f";
    color: #fff;
}
.icon-Tips:before {
    content: "\e90e";
    color: #00adff;
}
.icon-gear:before {
    content: "\e90d";
    color: #616161;
}
.icon-hook:before {
    content: "\e90a";
    color: #fff;
}
.icon-Backup:before {
    content: "\e906";
    color: #00adff;
}
.icon-Mgt:before {
    content: "\e907";
    color: #00adff;
}
.icon-Offline:before {
    content: "\e908";
    color: #00adff;
}
.icon-Tra:before {
    content: "\e909";
    color: #00adff;
}
.icon-Down-arrow:before {
    content: "\e900";
}
.icon-Ellipses:before {
    content: "\e901";
    color: #dbdbdb;
}
.icon-Language:before {
    content: "\e902";
    color: #616871;
}
.icon-Right-arrow:before {
    content: "\e903";
    color: #00adff;
}
.icon-sign-in:before {
    content: "\e904";
    color: #fff;
}
.icon-sign-up:before {
    content: "\e905";
    color: #fff;
}
[lang="de"] .icon-sign-up:before,
[lang="de"] .icon-sign-in:before,
[lang="de"] .icon-sign-in-h[lang="jp"] .icon-sign-up:before,
[lang="jp"] .icon-sign-in:before,
[lang="jp"] .icon-sign-in-h {
    margin-right: 5px;
}
.btn {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 46px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.btn-small {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    border-radius: 3px;
}
.btn.btn-blue {
    background-color: #00adff;
    border-color: #00adff;
}
.btn.btn-blue:active,
.btn.btn-blue:hover {
    background-color: #1393ec;
    border-color: #1393ec;
}
.btn.btn-orange {
    background-color: #ff8400;
    border-color: #ff8400;
}
.btn.btn-orange:active,
.btn.btn-orange:hover {
    background-color: #ff6e00;
    border-color: #ff6e00;
}
.btn.btn-white-blue {
    color: #00adff;
    background-color: #fff;
    border-color: #fff;
}
.btn.btn-white-blue:active,
.btn.btn-white-blue:hover {
    background-color: rgba(255, 255, 255, 0.85);
}
.btn.btn-white-orange {
    color: #ff8400;
    background-color: #fff;
    border-color: #fff;
}
.btn.btn-white-orange:active,
.btn.btn-white-orange:hover {
    background-color: rgba(255, 255, 255, 0.85);
}
.btn.btn-gray {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}
.btn.btn-gray:active,
.btn.btn-gray:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}
.btn.btn-gray-add {
    background-color: #ebf0f2;
    border-color: #ebf0f2;
    color: #1393ec;
}
.btn.btn-gray-add:active,
.btn.btn-gray-add:hover {
    background-color: #1393ec;
    border-color: #1393ec;
    color: #fff;
}
.btn-group {
    display: block;
}
.btn-group .btn {
    display: inline-block;
}
.header .btn.btn-gray-add .icon-sign-in-h {
    display: inline-block;
    width: 12px;
    height: 13px;
    background: url(/images/front/sign/icon-sign-in-h.png) no-repeat 0 0;
}
.header .btn.btn-gray-add .icon-sign-in,
.header .btn.btn-gray-add:hover .icon-sign-in-h {
    display: none;
    opacity: 0;
}
.header .btn.btn-gray-add:hover .icon-sign-in {
    display: inline-block;
    opacity: 1;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .btn {
        width: 80% !important;
        font-size: 2rem !important;
    }
    .btn-group {
        width: 100%;
    }
    .btn-group .btn {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .btn-group .btn:last-child {
        margin-left: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .show .btn-group .btn {
        display: block;
    }
    .hidden .btn-group .btn {
        display: none;
    }
}
.header {
    height: 94px;
    position: fixed;
    background-color: #fff;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header [class^="icon-"] {
    font-size: 13px;
    font-size: 1.3rem;
}
.afterHeader {
    height: 94px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .afterHeader {
        height: 48px;
    }
}
.header .container {
    padding: 0;
}
.header .logo {
    display: inline-block;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}
.header .logo a {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 59px;
    width: 230px;
    background-image: url("../../images/front/comma/logo.png");
}
.header .options {
    display: inline-block;
    margin-right: 50px;
}
.header .options a {
    display: inline-block;
    height: 94px;
    line-height: 94px;
    padding-left: 40px;
    color: #27a2dc;
}
.header .options a:hover {
    color: #0280d0;
}
.header .entry {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header .entry .link {
    font-size: 14px;
    font-size: 1.4rem;
}
.header .menu {
    color: #40C1FF;
    line-height: 1.875;
    padding: 0 12px;
    border: 1px solid #40C1FF;
    border-radius: 3px;
}
.header .cut {
    height: 5px;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 94px;
    background: url("../../images/front/comma/bg-nav-shadow.png") repeat-x 0 0;
}
@media screen and (min-width: 1100px) {
    .header .entry .link {
        display: none;
        opacity: 0;
    }
    .header .entry:hover .link {
        display: inline-block;
        opacity: 1;
    }
    .header .entry .btn-group {
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .header .entry .btn-group .btn {
        width: 100px;
    }
    .header .entry .btn-group .btn:last-child {
        margin-right: 20px;
        float: left;
    }
    .header .menu {
        display: none;
        opacity: 0;
    }
    [lang="de"] .header .entry .btn-group .btn {
        width: 120px;
    }
    [lang="jp"] .header .entry .btn-group .btn {
        width: 120px;
    }
}
@media screen and (max-width: 1099px) and (min-width: 768px) {
    .header .entry .btn-group {
        margin-top: 30px;
    }
    .header .entry .btn-group .btn {
        width: 85px;
    }
    .header .entry .btn-group .btn:last-child {
        float: left;
        margin-right: 10px;
    }
    .header .options {
        margin-s: 25px;
    }
    .header .options a {
        padding-left: 11px;
    }
    .menu {
        display: none;
        opacity: 0;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .header {
        height: 48px;
    }
    .header .center-block .container {
        padding: 0;
    }
    .header .logo {
        display: inline-block;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .header .logo a {
        display: inline-block;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 30px;
        width: 148.66666667px;
        background-image: url("../../images/front/comma/logo-mobile.png");
    }
    .header .options {
        position: absolute;
        left: 0;
        top: 48px;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 13px;
        width: 100%;
        height: 155px;
        background-color: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header .options a {
        display: block;
        text-align: center;
        height: auto;
        padding-left: 0;
        line-height: 2.3;
    }
    .header .options.hidden {
        opacity: 0;
        height: 0;
        z-index: -1;
        display: none;
    }
    .header .options.show {
        opacity: 1;
        height: 155px;
        z-index: 10;
        display: block;
        -webkit-transition: opacity 0.1s linear, height 0.05s linear;
        -moz-transition: opacity 0.1s linear, height 0.05s linear;
        -ms-transition: opacity 0.1s linear, height 0.05s linear;
        -o-transition: opacity 0.1s linear, height 0.05s linear;
        transition: opacity 0.1s linear, height 0.05s linear;
    }
    .header .entry {
        position: absolute;
        left: 0;
        top: 203px;
        width: 100%;
        background-color: #ffffff;
    }
    .header .entry .link {
        text-align: center;
        padding-bottom: 20px;
        font-size: 1.6rem;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom: 1px solid #cdcdcd;
    }
    .header .entry.show .link {
        display: block;
    }
    .header .entry.hidden .link {
        display: none;
    }
    .header .entry .btn-group .btn {
        width: 80%;
    }
    .header .entry.hidden {
        z-index: -1;
        opacity: 0;
        height: 0;
    }
    .header .entry.show {
        opacity: 1;
        height: 132px;
        z-index: 10;
        -webkit-transition: opacity 0.1s linear, height 0.05s linear 0.05s;
        -moz-transition: opacity 0.1s linear, height 0.05s linear 0.05s;
        -ms-transition: opacity 0.1s linear, height 0.05s linear 0.05s;
        -o-transition: opacity 0.1s linear, height 0.05s linear 0.05s;
        transition: opacity 0.1s linear, height 0.05s linear 0.05s;
    }
    .header .cut {
        top: 48px;
    }
    .header .menu {
        display: inline-block;
        opacity: 1;
        margin-top: 9px;
    }
}
.signIn,
.modal {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
}
.signIn {
    z-index: 100;
}
.signIn .modal {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 200;
}
.signIn .box {
    width: 440px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -220px;
    z-index: 300;
}
.sign-box {
    padding: 20px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    right: 40px;
    top: 100px;
}
.sign-box .toggle-head-items {
    word-spacing: -4px;
    border-bottom: 1px solid #dcdcdc;
}
.sign-box .toggle-head-items p {
    word-spacing: normal;
    display: inline-block;
    color: #737373;
    text-align: right;
    width: 60%;
}
.sign-box .toggle-head-items p a {
    color: #b2b2b2;
    cursor: pointer;
}
.sign-box .toggle-head-items p a svg {
    padding-top: 2px;
    width: 5px;
    height: 9px;
}
.sign-box .toggle-head-items p a .to-right-icon {
    fill: #b2b2b2;
}
.sign-box .toggle-head-items p a:hover {
    color: #00adff;
}
.sign-box .toggle-head-items p a:hover .to-right-icon {
    fill: #00adff;
}
.sign-box .toggle-head-items p.toggle-head-item {
    text-align: left;
    cursor: pointer;
}
.sign-box .toggle-head-items p.toggle-head-item.active {
    color: #ff8400;
    position: relative;
}
.sign-box .toggle-head-items p.toggle-head-item.active::after {
    display: inline-block;
    content: '';
    border-bottom: 3px solid #ff8400;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.sign-box .toggle-head-items p.toggle-head-item:first-child.active {
    color: #00adff;
}
.sign-box .toggle-head-items p.toggle-head-item:first-child.active::after {
    border-color: #00adff;
}
.sign-box .toggle-content-items .toggle-content-item ul {
    margin-top: 20px;
}
.sign-box .toggle-content-items .toggle-content-item ul li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.sign-box .toggle-content-items .toggle-content-item ul li.emailCookie {
    display: none;
    padding: 2px 0 2px 18px;
    border: solid 1px #cdcdcd;
    position: absolute;
    z-index: 100;
    background-color: white;
    overflow: auto;
}
.sign-box .toggle-content-items .toggle-content-item ul li.emailCookie ol li {
    width: 330px;
    padding: 2px 5px;
    margin-bottom: 0;
    cursor: pointer;
}
.sign-box .toggle-content-items .toggle-content-item ul li#loginCookie {
    width: 360px;
    height: 92px;
    top: 117px;
}
.sign-box .toggle-content-items .toggle-content-item ul li#signInCookie {
    width: 380px;
    height: 69px;
    top: 114px;
}
.sign-box .toggle-content-items .toggle-content-item ul li input {
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
    padding: 10px 7px 10px 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    background-image: none;
}
.sign-box .toggle-content-items .toggle-content-item ul li input:active,
.sign-box .toggle-content-items .toggle-content-item ul li input:focus {
    border-color: #00adff;
}
.sign-box .toggle-content-items .toggle-content-item ul li.inline {
    display: inline-block;
    width: 49%;
}
.sign-box .toggle-content-items .toggle-content-item ul li.loginVerifyCode {
    display: none;
}
.sign-box .toggle-content-items .toggle-content-item ul li.inline img.verificationCode {
    height: 38px;
    position: absolute;
    top: -12px;
    left: 10px;
    cursor: pointer;
}
.sign-box .toggle-content-items .toggle-content-item ul li:last-child {
    border: none;
}
.sign-box .toggle-content-items .toggle-content-item div:nth-child(2):not(.eac-input-wrap) {
    word-spacing: -4px;
    margin-top: 10px;
}
.sign-box .toggle-content-items .toggle-content-item div:nth-child(2):not(.eac-input-wrap) .btn,
.sign-box .toggle-content-items .toggle-content-item div:nth-child(2):not(.eac-input-wrap) p {
    vertical-align: top;
    word-spacing: normal;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
}
.sign-box .toggle-content-items .toggle-content-item div:nth-child(2):not(.eac-input-wrap) .btn {
    width: 30%;
}
.sign-box .toggle-content-items .toggle-content-item div:nth-child(2):not(.eac-input-wrap) p {
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
    color: #616161;
    line-height: 1.4;
}
.sign-box .toggle-content-items .toggle-content-item:first-child div:nth-child(2):not(.eac-input-wrap) {
    border-bottom: 1px solid #cdcdcd;
    margin: 15px 0 25px;
    padding-bottom: 25px;
}
.sign-box .toggle-content-items .toggle-content-item:first-child div:nth-child(2):not(.eac-input-wrap) .btn {
    vertical-align: middle;
}
.sign-box .toggle-content-items .toggle-content-item:first-child div:nth-child(2):not(.eac-input-wrap) p {
    width: 35%;
    vertical-align: middle;
    cursor: pointer;
}
.sign-box .toggle-content-items .toggle-content-item:first-child div:nth-child(2):not(.eac-input-wrap) p.forgotPsd {
    color: #b2b2b2;
}
.sign-box .toggle-content-items .toggle-content-item:first-child div:last-child {
    text-align: right;
    color: #737373;
}
.forgotBox,
.signSuc {
    position: absolute;
    width: 460px;
    height: 400px;
    padding: 30px;
    border-radius: 5px;
    z-index: -100000;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 100px;
    right: 40px;
    background-color: #fff;
    color: #737373;
}
.signIn .forgotBox {
    width: 440px;
    height: 390px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -220px;
}
.forgotBox.active,
.signSuc.active {
    visibility: visible;
    z-index: 20;
}
.forgotBox #forgotCode {
    width: 180px;
    margin-top: 15px;
}
.forgotBox .verificationCode {
    margin-top: 22px;
    line-height: 40px;
    top: 300px;
    float: right;
    margin-right: 90px;
    cursor: pointer;
}
.signIn .forgotBox.active {
    z-index: 400;
}
.forgotBox h3 {
    font-weight: normal;
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
    padding-bottom: 15px;
}
.forgotBox p {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #737373;
    padding: 15px 0;
    line-height: 1.5;
}
.forgotBox p.info {
    border-top: 1px solid #cdcdcd;
}
.forgotBox input {
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
    padding: 10px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}
.forgotBox input:active,
.forgotBox input:focus {
    border-color: #00adff;
}
.forgotBox .btn {
    margin: 20px 0;
}
.sign-box svg,
.forgotBox svg {
    position: absolute;
    vertical-align: middle;
    z-index: 10;
    margin-top: 10px;
    left: 5px;
    width: 15px;
    height: 15px;
}
.forgotBox .icon-back {
    position: relative;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    margin-top: 6px;
    float: right;
    cursor: pointer;
}
.forgotBox .inputBox {
    position: relative
}
.forgotBox .inputBox input {
    padding-left: 23px;
}
.forgotBox .icon-email {
    width: 15px;
    height: 15px;
}
.forgotBox .icon-back .fill {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #B2B2B2;
}
.forgotBox .icon-back:hover .fill {
    fill: #00adff;
}
.forgotBox .icon-back:active .fill {
    fill: #00a2ff;
}
.signSuc {
    padding-top: 10px;
}
.signSuc .fill {
    fill: #00ADFF;
}
.signSuc svg {
    display: block;
    width: 84px;
    height: 84px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.signSuc h4,
.signSuc h6 {
    color: #737373;
}
.signSuc h4 {
    padding-bottom: 15px;
}
.signSuc h6 {
    padding: 13px 0;
    border-top: 1px solid #e4e4e4;
    margin-top: 7px;
}
.sign-box [class$="-icon"],
.forgotBox [class$="-icon"] {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #ADADAD;
}
.rememberPsd {
    display: inline-block;
    position: relative;
    border: none;
    box-shadow: none;
    outline: none;
    width: 10px;
    height: 10px;
    margin-right: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.rememberPsd::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #00adff;
    border-radius: 2px;
}
.rememberPsd:checked::before {
    background: url("../../images/front/sign/checked.png") no-repeat center center;
}
.checkResult {
    display: block;
    position: fixed;
    top: -5.8rem;
    left: 50%;
    z-index: 100;
    margin-left: -20%;
    padding: 1.2rem 1.8rem;
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #BDDE95;
    border-top: none;
    background-color: #DCF9B9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #565656;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}
.checkResult.active {
    top: 0;
}
.checkResult svg {
    width: 20px;
    height: 20px;
}
.checkResult .close {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -10px;
}
.checkResult .close .close-icon {
    fill: #60c416;
}
.checkResult.danger {
    border-color: #ff3232;
    background-color: #f8c2b9;
}
.checkResult.danger .close .close-icon {
    fill: #ff3232;
}
.thirdLogin a {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    margin-top: 0;
    background-image: url("../../images/front/comma/shares.png");
    background-repeat: no-repeat;
    background-position-y: 0;
    -ms-background-position-y: -15px;
    cursor: pointer;
}
.thirdLogin a.google {
    background-position-x: -60px;
    width: 75px;
}
.thirdLogin a:hover {
    background-position-y: -30px;
    -ms-background-position-y: -45px;
}
.thirdLogin a:hover.twitter {
    background-position-x: -30px;
}
.thirdLogin a:hover.google {
    background-position-x: -60px;
}
@media screen and (max-width: 1099px) and (min-width: 768px) {
    .checkResult {
        width: 60%;
        margin-left: -30%;
    }
    .signIn .box {
        margin-top: -320px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .signIn .box {
        width: 100%;
        margin-left: 0;
        left: 0;
        margin-top: -220px;
    }
    .sign-box {
        width: 100%;
        height: auto;
        padding: 20px 10px;
        position: relative;
        right: 0;
        top: 0;
        z-index: 0;
    }
    .sign-box .toggle-content-items .toggle-content-item ul li input {
        width: 93%;
    }
    .sign-box .toggle-content-items .toggle-content-item ul li.inline input {
        width: 85%;
    }
    .sign-box .toggle-content-items .toggle-content-item div:nth-child(2) {
        text-align: center;
    }
    .sign-box .toggle-content-items .toggle-content-item div:nth-child(2) .btn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .checkResult {
        width: 90%;
        margin-left: -45%;
    }
}
.banner {
    background-color: #CAE8FF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner .container {
    padding: 0;
}
.banner .container p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.875;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .banner {
        height: auto !important;
    }
    .banner .container {
        width: 96% !important;
        margin-left: auto;
        margin-right: auto;
        padding: 44px 0 !important;
    }
    .banner .container h1 {
        padding-top: 0 !important;
    }
}
.footer {
    background-color: #393e44;
}
.footer .container {
    padding-bottom: 30px;
    padding-top: 60px;
}
.footer .container>div.wrapper {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 39%;
    padding-right: 20%;
    vertical-align: top;
}
.footer .container>div {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
.footer .container>div .wrapper-four {
    margin-top: 15px;
}
.footer .container>div .wrapper-four>ul>li:nth-child(3),
.footer .container>div .wrapper-four>ul>li:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 20px;
}
.footer .container>div .wrapper-four li:nth-child(4) {
    display: block;
}
.footer .container>div .wrapper-four p {
    color: #b7b8ba;
}
.footer .container>div .wrapper-four a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 12px;
    background-image: url("../../images/front/comma/shares.png");
    background-repeat: no-repeat;
    background-position-y: top;
    -ms-background-position-y: -15px;
}
.footer .container>div .wrapper-four a.twitter {
    background-position-x: -30px;
}
.footer .container>div .wrapper-four a.google {
    width: 75px;
    background-position-x: -60px;
}
.footer .container>div .wrapper-four a:hover {
    background-position-y: -30px;
    -ms-background-position-y: -45px;
}
.footer .container>div .wrapper-four a:hover.twitter {
    background-position-x: -30px;
}
.footer .container>div .wrapper-four a:hover.google {
    background-position-x: -60px;
    background-size: auto;
    background-image: url(../../images/front/comma/shares.png);
    width: 75px;
}
.footer .container>div .wrapper-four .language-toggle {
    display: inline-block;
}
.footer .container>div .wrapper-four .language-toggle .lan {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    color: #393e44;
    background-color: #fff;
    line-height: 1.6;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 5px;
    position: relative;
    cursor: pointer;
}
.footer .container>div .wrapper-four .language-toggle .lan.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.footer .container>div .wrapper-four .language-toggle .icon-Down-arrow {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    padding-left: 5px;
    vertical-align: text-bottom;
}
.footer .container>div .wrapper-four .language-toggle ul {
    position: absolute;
    top: 19px;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.footer .container>div .wrapper-four .language-toggle ul li {
    padding-left: 5px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.footer .container>div .wrapper-four .icon-Language {
    font-size: 18px;
    font-size: 1.8rem;
}
.footer .container>div .wrapper-four .language-toggle ul li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.footer .container>div .wrapper-four .language-toggle ul li:hover {
    padding-left: 5px;
    background-color: #cecece;
}
.footer .container h3 {
    font-weight: normal;
    color: #e1e1e2;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .container h3>.icon-Down-arrow {
    display: none;
}
.footer .container dd>a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    color: #b7b8ba;
}
.footer .container dd>a.btn {
    color: #fff;
    width: 110px;
    margin-top: 12px;
    margin-left: 0;
}
.footer .container dd>a:hover {
    color: #fff;
}
.footer .container dd.sp {
    padding-top: 6px;
}
.footer .container dd.sp>a {
    line-height: 1;
}
.footer-two {
    padding: 10px;
    border: 1px solid #33383d;
    background-color: #393e44;
}
.footer-two p {
    color: #717477;
}
.footer-two p a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #717477;
}
.footer-two p a:hover {
    color: #fff;
}
@media screen and (max-width: 1099px) and (min-width: 768px) {
    .footer .container>div.wrapper {
        padding-right: 15%;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
    .footer .container {
        padding-top: 0;
    }
    .footer .container div.wrapper {
        width: 100%;
        padding-right: 0;
    }
    .footer .container h3 {
        font-size: 2.4rem;
        padding-bottom: 0;
        line-height: 3;
        margin-bottom: 0;
        margin-top: 0;
        position: relative;
    }
    .footer .container h3>.icon-Down-arrow {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -9px;
    }
    .footer .container dl {
        display: none;
    }
    .footer .container dd>a {
        display: inline-block;
        width: 100%;
        line-height: 2.3;
        font-size: 2.0rem;
    }
    .footer .container dd:first-child {
        padding-top: 7px;
    }
    .footer .container>div {
        width: 100%;
    }
    .footer .container>div dd.share {
        display: inline-block;
    }
    .footer .container>div .wrapper-four .share>p,
    .footer .container>div .wrapper-four .language-toggle {
        font-size: 2.0rem;
    }
    .footer .container>div .wrapper-four .share>p ul,
    .footer .container>div .wrapper-four .language-toggle ul {
        top: 25px;
    }
}
.header .btn-group {
    position: relative;
}
.header .entry .link {
    position: relative;
    z-index: 2;
}
.header .btn-group .xmas-btn {
    width: 96px;
    height: 84px;
    position: absolute;
    background: url(/images/front/christmas/tip.png) no-repeat center;
    box-sizing: border-box;
    padding: 5px 40px 0 17px;
    top: -30px;
    left: 110px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.header .btn-group .xmas-btn::before {
    content: '';
    width: 57px;
    height: 24px;
    background: url(/images/front/christmas/jiantou.png) no-repeat center;
    position: absolute;
    top: 3px;
    left: -57px;
}
.activityEntrance {
    background: url(/images/front/christmas/bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 7px 0;
    color: #fff;
    text-align: left;
    font-size: 14px;
}
.activityEntrance .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/images/front/christmas/ic-close.png) no-repeat center #b22822;
}
.activityEntrance .close:hover {
    background-color: #ff2727;
}
.activityEntrance div,
.activityEntrance .p {
    box-sizing: border-box;
}
.activityEntrance .center-block::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.activityEntrance .left,
.activityEntrance .center {
    float: left;
}
.activityEntrance .left {
    width: 420px;
}
.activityEntrance .center {
    width: 320px;
}
.activityEntrance .right {
    float: right;
    width: 360px;
    background-color: #fff;
    border-radius: 3px;
    height: 66px;
    padding: 10px 12px;
}
.activityEntrance .inline-block-box .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.activityEntrance .item:first-child {
    margin-right: 12px;
}
.activityEntrance .bg-red {
    background-color: #ff2727;
    color: #fff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 7px;
}
.activityEntrance p {
    color: #fff;
    font-size: 14px;
}
.activityEntrance h4,
.activityEntrance h3 {
    text-align: left;
    margin: 0;
}
.activityEntrance .left .txt {
    width: 85%;
    padding-right: 10px;
}
.activityEntrance .left p {
    line-height: 14.4px;
}
.activityEntrance .left p span {
    display: inline;
}
.activityEntrance .left a.more {
    display: inline;
    margin-left: 20px;
}
.activityEntrance .center h3 del {
    font-weight: 100;
    font-size: 30px;
    line-height: 1;
}
.activityEntrance .center h3 strong {
    font-size: 36px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #8a5016;
    line-height: 1;
}
.activityEntrance .center p {
    font-size: 18px;
    margin-top: 8px;
}
.activityEntrance .btn {
    width: 140px;
    text-align: center;
    background-color: #ff3e3e;
    border-bottom: 4px solid #db283d;
    border-radius: 5px;
}
.activityEntrance .btn:hover {
    background-color: #ff2727;
}
.activityEntrance .right {
    color: #555;
    font-size: 14px;
}
.activityEntrance .right h6 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}
.activityEntrance .right p {
    color: #555;
}
[lang="de"] .signIn .box,
[lang="jp"] .signIn .box {
    width: 560px;
}
[lang="de"] .user-comments .inline-block li,
[lang="jp"] .user-comments .inline-block li {
    height: 250px;
}
[lang="de"] .reviews-media .inline-block li,
[lang="jp"] .reviews-media .inline-block li {
    min-height: 310px;
}
[lang="jp"] .header .entry .link {
    padding-left: 12px;
}
/* 2020/03多语言改版添加样式 */
[lang="de"] .signIn .box {
    width: 560px;
}
[lang="de"] .user-comments .inline-block li {
    height: 250px;
}
[lang="de"] .reviews-media .inline-block li {
    min-height: 310px;
}
[lang="de"] table thead th .price {
    font-size: 24px;
}
[lang="de"] table thead th {
    width: 18%;
    padding: 35px 10px;
}
[lang="de"] table thead th:nth-of-type(1) {
    width: 28%;
}
/* 多语言改版添加样式 */
html:not([lang="en"]) .header .btn-group [class^="icon-"] {
    margin-right: 3px;
}
.footer .google {
    display: none !important;
}
[lang="de"] .forgotBox,
[lang="de"].signSuc {
    height: 440px;
}
[lang="jp"] .sign-box .toggle-head-items p.toggle-head-item.active:nth-of-type(2) {
    width: 10%;
}
[lang="jp"] .sign-box .toggle-head-items p.toggle-head-item.active:nth-of-type(2)+p {
    width: 62%;
}
.w_100 .aomei-mc-zi p {
    color: #fff
}
.w_100 .w1002 h1 {
    text-align: left;
}
.w_100 .w1002 p:first-child {
    color: #fff;
}
[lang="jp"] .signIn .box,
[lang="fr"] .signIn .box,
[lang="de"] .signIn .box {
    margin-left: -280px;
}
header *,
footer * {
    box-sizing: border-box;
}
header a,
footer a {
    display: inline-block;
}
.header .options a .nav-icon-xmas {
    vertical-align: middle;
    text-align: center;
    color: #fff
}
.header .options a .nav-icon-xmas {
    display: inline-block;
    position: relative;
    top: -9px;
    width: 54px;
    height: 80px;
    background: url(/images/xmas-2020/tip1.png) no-repeat center;
    line-height: normal;
    font-weight: 700;
    font-size: 16px;
    margin-left: .3em
}
.header .options a .nav-icon-xmas:before {
    content: '';
    display: block;
    height: 30px
}
body {
    padding-top: 80px;
}