body {
    font-family: 'open sans',arial,sans-serif
}

.widget-type-email_subscriptions .cell-wrapper, .widget-type-email_subscriptions_confirmation .cell-wrapper, .widget-type-email_simple_subscription .cell-wrapper {
    margin-bottom: 0
}

.widget-type-email_subscriptions p, .widget-type-email_subscriptions h1, .widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation p, .widget-type-email_subscriptions_confirmation h1, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription p, .widget-type-email_simple_subscription h1, .widget-type-email_simple_subscription h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    margin: 1px 0 4px
}

html body .page-header {
    margin: 0;
    padding-bottom: 1em
}

.widget-type-email_subscriptions p, .widget-type-email_subscriptions_confirmation p, .widget-type-email_simple_subscription p {
    font-size: 14px
}

.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
    font-size: 14px
}

.email-prefs .item {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding-bottom: 1px;
    position: relative;
    margin: 20px 0;
    cursor: pointer;
    cursor: hand
}

label {
    cursor: pointer;
    cursor: hand
}

.email-prefs .item.disabled {
    opacity: .6;
    cursor: not-allowed
}

.email-prefs .item .item-inner * {
    color: #444
}

.email-prefs .item .item-inner {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -moz-transition-duration: .15s;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    margin-top: 0;
    padding: 15px;
    background: #FEFEFE
}

    .email-prefs .item .item-inner.hovered {
        -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
        -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
        -o-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
        box-shadow: 1px 1px 4px rgba(0,0,0,0.1)
    }

    .email-prefs .item .item-inner.selected {
        background: #f0f7fc;
        border: 1px solid #e0e7ec
    }

.email-prefs .item.disabled .item-inner.hovered {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.checkbox-row {
    margin-top: 0;
    overflow: hidden
}

    .checkbox-row span.fakelabel {
        -moz-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        text-transform: normal;
        vertical-align: middle
    }

    .checkbox-row input {
        vertical-align: middle;
        margin: 0;
        padding: 0;
        float: left
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .checkbox-row input {
        position: relative;
        top: 3px
    }
}

p.header {
    margin-left: 7px
}

.checkbox-row span.fakelabel span {
    float: left;
    font-weight: bold;
    margin-left: 7px;
    vertical-align: top
}

.email-prefs .item p {
    clear: both;
    margin: 5px 20px 0
}

.email-prefs .thumbnail {
    bottom: 1px;
    position: absolute;
    right: 6px
}

    .email-prefs .thumbnail.float-top {
        top: 7px
    }

.subscribe-options {
    margin-bottom: 12px;
    overflow: hidden
}

    .subscribe-options label {
        font-size: 13px;
        margin-left: 16px;
        margin-right: 16px
    }

        .subscribe-options label span {
            font-weight: normal;
            margin-left: 3px;
            font-size: 14px;
            font-weight: bold
        }

#submitbutton {
    margin-bottom: 0
}

#email-prefs-form {
    padding-top: 20px
}

html body input.hs-input.email-edit {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 2px -6px;
    width: 450px
}

#menu-switch {
    display: none
}

#nav-icon3 {
    position: relative;
    top: 0;
    float: right;
    width: 50px;
    height: 45px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

        #nav-icon3 span:nth-child(1) {
            top: 0
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 18px
        }

        #nav-icon3 span:nth-child(4) {
            top: 36px
        }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0;
        left: 50%
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0;
        left: 50%
    }

nav.menu-h {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    padding: 50px 20px;
    background-color: #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

    nav.menu-h ul {
        text-align: left;
        padding: 0
    }

        nav.menu-h ul li {
            list-style: none;
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            padding-bottom: 20px
        }

            nav.menu-h ul li a {
                color: #fff;
                text-decoration: none
            }

#menu-switch:checked ~ nav.menu-h {
    right: 0
}

#menu-switch:checked ~ .page-wrap {
    left: -400px
}

.page-wrap {
    position: relative;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.page-center {
    padding: 20px 0;
}

.contact {
    font-size: .85em;
    padding: .35em 0;
    text-align: right;
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(251,251,251,0) 30%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#f0f0f0',GradientType=1)
}

.wrap {
    position: relative;
    max-width: 1080px;
    margin: 0 auto
}

.tel strong {
    font-weight: 600
}

.tel, .contact a {
    display: inline-block;
    margin: 0 .35em
}

.header-logo {
    width: 100%;
    overflow: hidden
}

.branding {
    float: left;
    padding: 1.1em 0 1em
}

.button-support {
    float: right;
    padding: .4em .8em;
    margin-top: 1.5em;
    text-decoration: none !important
}

.button-black {
    background: #000;
    color: #fff
}

    .button-black:hover {
        color: #fff
    }

.button, .button-black, button {
    position: relative;
    font-size: .95em;
    font-weight: 600;
    text-align: center;
    border: 1px solid rgba(100,100,100,.25);
    line-height: normal;
    vertical-align: middle
}

.button-pointy:after {
    position: relative;
    content: '»';
    padding-left: .35em;
    left: 0;
    transition: left .1s ease
}

.toggle-nav-site {
    display: none;
    float: right;
    font-size: 1.75em;
    margin: 1.5rem 0 1rem 1.5rem
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

    .hamburger:hover {
        opacity: .5
    }

.hamburger-box {
    width: 1em;
    height: .7em;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    margin-top: -.05em
}

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 1em;
        height: .1em;
        background-color: #000;
        border-radius: .1em;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

        .hamburger-inner::after, .hamburger-inner::before {
            content: "";
            display: block
        }

        .hamburger-inner::before {
            top: -.3em
        }

        .hamburger-inner::after {
            bottom: -.3em
        }

.hamburger--squeeze .hamburger-inner {
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--squeeze .hamburger-inner::before {
        transition: top .1s .14s ease,opacity .1s ease
    }

    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top .1s ease,opacity .1s .14s ease
    }

    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1)
    }

.nav-site {
    position: relative;
    background: #ebebeb;
    padding: 1em 0;
    z-index: 2;
    width: 100%;
    float: left
}

button.toggle {
    display: none
}

.nav-site .nav-top-level {
    padding: 0;
    margin: 0 0 0 -1em
}

    .nav-site .nav-top-level li {
        position: relative;
        z-index: 1;
        list-style: none
    }

    .nav-site .nav-top-level > li {
        display: inline-block;
        vertical-align: middle
    }

        .nav-site .nav-top-level > li:nth-child(-n+3) > a {
            font-weight: 700
        }

    .nav-site .nav-top-level li a {
        display: block;
        text-decoration: none;
        color: #111;
        font-size: 1em;
        padding: .5em 1em;
        font-weight: 400
    }

    .nav-site .nav-top-level li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        margin: 0;
        padding: 1em 0 0 0;
        min-width: 15em;
        max-width: 20em;
        box-shadow: 0 1em 3em -2em rgba(0,0,0,.25)
    }

        .nav-site .nav-top-level li ul a {
            border-top: 1px dashed #ddd;
            border-color: rgba(255,255,255,.2);
            padding: .5em 1em;
            background: #00a59b;
            color: #fff;
            padding-top: .25em;
            padding-bottom: .25em
        }

            .nav-site .nav-top-level li ul a:hover {
                text-decoration: underline
            }

    .nav-site .nav-top-level li:hover ul {
        display: block;
        z-index: 9
    }

.footer-container-wrapper {
    padding: 0 10px;
    background: no-repeat #eee;
    margin: 0;
    border-top: 1px solid #ccc
}

footer {
    background-size: cover
}

.footer-container {
    background: 0
}

footer ul {
    padding: 20px 0;
    margin: 0;
    list-style: none
}

    footer ul li {
        margin-right: 20px;
        display: inline;
        padding-bottom: 0;
        font-size: 13px;
        line-height: 22px;
        color: #000;
        margin-bottom: 5px
    }

        footer ul li a {
            color: #000 !important;
            text-decoration: none;
            padding-bottom: 5px;
            border-bottom: 1px solid #ccc
        }

            footer ul li a:link, footer nav ul li a:visited {
                color: #000 !important;
                font-weight: 400;
                cursor: pointer
            }

                footer ul li a:link:hover, footer nav ul li a:visited:hover {
                    color: #999 !important;
                    text-decoration: none
                }

footer p {
    font-size: 13px;
    padding: 0;
    line-height: 22px;
    color: #000 !important;
    font-weight: 400
}

@media(max-width:1079px) {
    .wrap {
        padding-right: 10px;
        padding-left: 10px
    }

    .nav-site .nav-top-level li a {
        font-size: .85em
    }
}

@media(max-width:849px) {
    .nav-site .nav-top-level li a {
        font-size: .8em
    }
}

@media(max-width:779px) {
    .page-center {
        padding: 20px 0
    }

    .button-support {
        font-size: .85em
    }

    .contact {
        font-size: .68em
    }

    #email-prefs-form {
        padding-top: 0
    }

    .nav-site {
        display: none;
        padding: 1em 0;
        margin-bottom: 20px
    }

        .nav-site a {
            font-size: .85em;
            display: block
        }

        .nav-site .nav-top-level {
            margin: 0 -1rem
        }

            .nav-site .nav-top-level > li {
                display: block
            }

            .nav-site .nav-top-level li a {
                font-size: .85em;
                padding: .7em 1.25rem
            }

            .nav-site .nav-top-level li ul {
                position: relative;
                max-width: 100%;
                box-shadow: none;
                padding: .4em 1em 0 1em
            }

                .nav-site .nav-top-level li ul a {
                    background: 0;
                    border-top: 1px dashed #ddd;
                    color: #111;
                    font-size: .8em;
                    padding-top: .7em;
                    padding-bottom: .7em
                }

            .nav-site .nav-top-level li:hover ul {
                display: none
            }

    .toggle-nav-site {
        display: block
    }

    .nav-site .toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        border: 0;
        padding: 0 2rem 0 2em;
        background: 0;
        cursor: pointer;
        z-index: 2
    }

        .nav-site .toggle:after {
            display: block;
            color: #00a59b;
            font-size: 2rem;
            content: '+';
            line-height: 1;
            padding: .1em 0 .3em;
            transition: all .2s linear
        }

        .nav-site .toggle.is-active:after {
            transform: rotate(-45deg)
        }

    .footer-container-wrapper {
        background-position: 58% center
    }

    #nav-icon3 {
        height: 35px;
        width: 40px;
        margin: 0
    }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 16px
        }

        #nav-icon3 span:nth-child(4) {
            top: 31px
        }

        #nav-icon3.open span:nth-child(1) {
            top: 15px;
            width: 0;
            left: 50%
        }

        #nav-icon3.open span:nth-child(4) {
            top: 15px;
            width: 0;
            left: 50%
        }

    footer ul {
        padding: 0
    }

        footer ul li {
            font-size: 12px;
            display: block
        }

        footer ul li {
            padding-bottom: 10px;
            font-size: 12px
        }

    footer p {
        font-size: 12px;
        line-height: 16px
    }
}

@media(max-width:480px) {
    .tel strong {
        display: none
    }

    #menu-switch:checked ~ .page-wrap {
        left: -230px
    }

    nav.menu-h {
        width: 230px;
        right: -230px
    }

        nav.menu-h ul {
            margin: 0
        }
}

.x_header_nav.closecur {
    color: #06e;
    font-size: 14px;
    line-height: 24px;
    width: 50px;
    height: 50px;
    background: url(images/close_nav.png) center no-repeat #0066ed;
    background-size: 20px auto;
}

.x_header_nav_c {
    display: none;
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    overflow-x: hidden;
}
/*2018/5/17 fred.li*/
.footer-container-wrapper {
    background-image: none;
}

.unsubscribeForm {
    margin-top: 20px;
}

.formError .formErrorContent {
    background-color: #FFF;
    box-shadow: 0 0px 3px #333;
    -moz-box-shadow: 0 0px 3px #333;
    -webkit-box-shadow: 0 0px 3px #333;
}

.formError .formErrorArrow div {
    background-color: #FFF;
    box-shadow: 0 2px 2px #555;
    -moz-box-shadow: 0 2px 2px #555;
    -webkit-box-shadow: 0 2px 2px #555;
}

#nav-icon3 span {
    height: 2px;
}

#nav-icon3 {
    width: 30px;
    top: 6px;
}

    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 10px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 20px;
    }

.form-group {
    margin-bottom: .2em;
}

    .form-group .smalltx {
        font-size: 14px;
    }

.subscriptions {
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #dcf0ff;
    border-radius: 5px;
}

.form-group .label {
    font-size: 14px;
    font-weight: bold;
}

.form-group input[type=text] {
    margin-bottom: .5em;
}

/*2019/4/17 fred.li 顶部添加下拉菜单*/
.ho-dropdown-box {
    float: right;
    margin-right: 1em;
}

    .ho-dropdown-box .dropdown button {
        background-color: transparent;
        border: none;
        margin-top: .5em;
    }
