@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", sans-serif;
}

/*清除谷歌浏览器*/
#trans-tooltip, #tip-arrow-bottom, #tip-arrow-top {
    display: none !important;
}

html, body {
    background: #ffffff;
    font-size: 14px;
    color: #222222;
}

body {
    padding-top: 58px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

i {
    font-style: normal;
}

.blueColor {
    color: #1d63ef !important;
}

.ehrWidthArea {
    width: 1200px;
    margin: 0 auto;
}

.navPhone {
    display: none;
}

.ehrNav,
.ehrNavPhone {
    background: #ffffff;
    height: 58px;
    padding: 0 60px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}

.ehrNavPhone {
    height: 46px;
    padding: 0 12px;
}

.logoInfo {
    width: 160px;
    height: 58px;
    display: table;
}

.logoInfo-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
}

.logoInfo-box img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 34px;
}

.qwLogo {
    background: url("../images/qw-logo.png") left center no-repeat;
    background-size: auto 24px;
    width: 148px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.loginArea {
    width: 160px;
    padding: 11px 0;
    font-size: 0;
    text-align: right;
}

.loginArea a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.loginBtn {
    color: #3E4967;
}

.loginBtn:hover {
    color: #1d63ef;
}

.onTrialBtn {
    background: #1d63ef;
    height: 36px;
    padding: 0 26px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 30px;
}

.navMenu {
    padding-right: 160px;
    text-align: center;
    font-size: 0;
}

.navMenu-item {
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    position: relative;
}

.navMenu-item a {
    min-width: 110px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    color: #2C2C2C;
}

.navMenu-item a:hover {
    color: #1d63ef;
}

.navMenu-item a.navSelected {
    background: #1d63ef;
    color: #ffffff;
}

.levelMenu {
    background: rgba(255, 255, 255, 1);
    width: 160px;
    height: 0;
    padding: 5px 0;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    list-style: none;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navMenu-item:hover .levelMenu {
    top: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
}

.levelMenu li {
    display: block;
    width: 100%;
    height: 36px;
}

.levelMenu li a {
    display: block;
    height: 100%;
    line-height: 36px;
    padding: 0 24px;
    font-size: 14px;
    color: #2c2c2c;
    text-align: left;
}

.levelMenu li a:hover {
    background: rgba(45, 134, 255, .1);
    color: #1d63ef;
}

/*通用banner*/
.ehrBannerSection {
    display: block;
    position: relative;
    height: 500px;
    overflow: hidden;
}

/*banner上文字*/
.ehrHeader-section-text {
    display: table-cell;
    vertical-align: middle;
}

.ehrHeader-section-text p {
    width: 100%;
    padding: 0;
    color: #ffffff;
    text-align: left;
}

.textTitleInfo {
    font-size: 42px;
    font-weight: bold;
}

.textTipsInfo {
    font-size: 24px;
    margin-top: 24px;
}

.textLinkInfo .linkBtn {
    background: #ffffff;
    width: 170px;
    height: 44px;
    padding: 0 50px 0 20px;
    line-height: 44px;
    border-radius: 4px;
    font-size: 16px;
    color: #1d63ef;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    position: relative;
}

.textLinkInfo .linkBtn:after {
    content: "";
    background: url("../images/rightBlue.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.textLinkInfo .linkBtn:hover:after {
    right: 10px;
}

/*分页*/
.ehrPages {
    padding: 35px;
    text-align: center;
    font-size: 14px;
}

.ehrPages a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin: 0 4px;
}

.ehrPages .current {
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: rgba(45, 134, 255, 1);
    border: 1px solid rgba(45, 134, 255, 1);
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-align: center;
    margin: 0 4px;
}

.ehrPages a.prev {
    background: url("../images/leftArrow.png") center no-repeat;
    background-size: 16px auto;
}

.ehrPages a.next {
    background: url("../images/rightArrow.png") center no-repeat;
    background-size: 16px auto;
}

/*面包屑*/
.ehrCrumb {
    background: #FAFAFA;
}

.footerFrame {
    border: 0;
    width: 100%;
    height: 230px;
    vertical-align: top;
}

.footerFrame iframe {
    width: 100%;
    height: 180px;
    border: 0;
    margin-top: 50px;
    overflow: hidden;
}

.footerAnther {
    height: 120px;
    display: block;
    position: relative;
}

.webSite-info {
    margin: 0 auto;
    position: relative;
    padding: 36px 0;
}

.footerLogo {
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.footerLogo img {
    height: 30px;
    vertical-align: top;
}

.footerNav {
    display: block;
    font-size: 0;
}

.footerNav a {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    color: #3E4967;
    position: relative;
    padding-right: 24px;
}

.footerNav a:hover {
    color: #1d63ef;
}

.footerNav a:after {
    content: "";
    height: 14px;
    border-right: 1px solid #D8E1E6;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.footerNav a:last-child:after {
    display: none;
}

.footerNum {
    color: rgba(62, 73, 103, .5);
}

.footerNum a {
    text-decoration: none;
    color: rgba(62, 73, 103, .5);
    margin-left: 10px;
}

.footerNum a:hover {
    color: #1d63ef;
}

.ehrB-section-footer {
    background: #FAFAFA;
    position: relative;
}

.ehrB-section-footer-area {
    background: #ffffff;
    width: 100%;
    height: 300px;
    padding-top: 50px;
    text-align: center;
    box-shadow: 0 11px 33px 0 rgba(109, 123, 135, 0.2);
    border-radius: 13px;
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;

}

.ehrB-section-footer-title {
    font-size: 28px;
    font-weight: 300;
    color: rgba(62, 73, 103, 1);
    line-height: 42px;
    text-align: center;
    margin-bottom: 15px;
}

.ehrB-section-footer-info {
    font-size: 24px;
    font-weight: 300;
    color: rgba(62, 73, 103, .6);
    line-height: 33px;
    margin-bottom: 50px;
}

.ehrB-section-footer-btn a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #1d63ef;
    background: linear-gradient(308deg, rgba(71, 189, 244, 1) 0%, rgba(55, 150, 236, 1) 100%);
    border-radius: 35px;
    display: inline-block;
    margin: 0 auto;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.footer-qrCode {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-qrCode img {
    width: 123px;
    vertical-align: top;
}

@media screen and (max-width: 720px) {
    html {
        font-size: 100px;
    }

    body {
        padding-top: 46px;
        font-size: .16rem;
    }

    .ehrWidthArea {
        width: 100%;
    }

    .ehrBannerSection {
        height: 220px;
    }

    .navWeb,
    .footerFrame {
        display: none;
    }

    .navPhone {
        display: block;
    }

    .ehrHeader-section-text p {
        text-align: center;
        margin-top: .1rem;
    }

    .textTitleInfo {
        font-size: .2rem;
    }

    .textTipsInfo {
        font-size: .14rem;
    }

    .textLinkInfo .linkBtn {
        width: auto;
        height: .32rem;
        line-height: .34rem;
        font-size: .16rem;
        padding: 0 .26rem;
        margin-top: .3rem;
    }

    .textLinkInfo .linkBtn:after {
        display: none;
    }

    .logoInfo {
        width: auto;
        height: inherit;
    }

    .logoInfo-box img {
        height: 24px;
    }

    .qwLogo {
        background-size: auto 16px;
    }
}


.iphone {
    height: inherit;
    position: relative;
    display: inline-block;
    float: right;
}

.iphoneScreen {
    width: 100%;
    height: 18px;
    position: relative;
}

/**
* Navigation Defaults
*/
.nav {
    position: fixed;
    right: 5px;
    top: 0;
    z-index: 999;
    opacity: 0;
    box-shadow: 0 7px 18px 0 rgba(207, 212, 220, 0.34);
    border-radius: 4px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.navActive .nav {
    opacity: 1;
    background-color: #ffffff;
}

.navList {
    margin: 0;
    padding: 10px 0;
}

.navItem {
    list-style-type: none;
    text-align: left;
}

.navLink {
    padding: 0 34px;
    display: block;
    font-size: .16rem;
    line-height: 2.2;
    text-transform: uppercase;
    text-decoration: none;
    color: #222222;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

/* Default navigation icon */
.navTrigger {
    z-index: 2000;
    position: relative;
}

.navIcon {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #222222;
    border-radius: 4px;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.navIcon:before,
.navIcon:after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    background: #222222;
    border-radius: 4px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.navIcon:before {
    margin-top: -8px;
}

.navIcon:after {
    margin-top: 8px;
}

/* Don't nest if you don't have to. */
/**
* Style #4
*/
.style-4 .nav {
    width: auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.style-4 .navActive .nav {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
}

.style-4 .navActive .navIcon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.style-4 .navLink {
    opacity: 0;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.style-4 .navActive .navLink {
    opacity: 1;
}

@keyframes floatUserlive {
    from, to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 12px, 0);
        -moz-transform: translate3d(0, 12px, 0);
        -ms-transform: translate3d(0, 12px, 0);
        transform: translate3d(0, 12px, 0);
    }
}

@-webkit-keyframes floatUserlive {
    from, to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 12px, 0);
        -moz-transform: translate3d(0, 12px, 0);
        -ms-transform: translate3d(0, 12px, 0);
        transform: translate3d(0, 12px, 0);
    }
}

@keyframes showHide {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2px, 0);
        -moz-transform: translate3d(0, 2px, 0);
        -ms-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.sectionTitle {
    display: block;
    text-align: center;
}

.sectionTitle span {
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sectionTitle span:after {
    content: "";
    background: #1d63ef;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
}

.sectionTitle-dsc {
    font-size: 22px;
}

@-webkit-keyframes zy {
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50%, 100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes zy {
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50%, 100% {
        transform: rotate(0deg);
    }
}

@-o-keyframes zy {
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50%, 100% {
        transform: rotate(0deg);
    }
}

@keyframes zy {
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50%, 100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes twinkle {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}

@keyframes twinkle {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}

@keyframes leftRight {
    from, to {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: translate3d(-20px, 0, 0);
        -moz-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
}

@keyframes modotani {
    0% {
        opacity: 1;
        top: -46px;
        transform: translateX(0);
    }
    100% {
        top: 120%;
        transform: translateX(-640px);
        opacity: 0;
    }
}

/*右侧浮动*/
.sideWrapper {
    height: 340px;
    position: fixed;
    right: 24px;
    bottom: 64px;
    z-index: 99;
}
.sideWrapper-area{
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    transition: height .3s ease;
}
.sideWrapper-item {
    width: 82px;
    height: 68px;
    position: relative;
    cursor: pointer;
}

.sideWrapper-item:after {
    content: "";
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
}

.sideWrapper-item:hover:after {
    border-bottom-color: rgba(45, 134, 255, 1);
}

.sideWrapper-item:last-child:after {
    display: none;
}

.sideWrapper-item-area {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 13px;
    border-radius: 4px;
}

.sideWrapper-item-area a{
    display: block;
    width: 100%;
    height: 100%;
}

.sideWrapper-text {
    font-size: 14px;
    color: #2c2c2c;
    margin-top: 2px;
}

.sideWrapper-icon {
    background: url("../images/sideWrapper-icon.png?version=1.0.0") no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
}

.sideWrapper-icon-1 {
    background-position: -22px 0;
}

.sideWrapper-icon-2 {
    background-position: -44px 0;
}

.sideWrapper-icon-3 {
    background-position: -66px 0;
}

.sideWrapper-icon-4 {
    background-position: -88px 0;
}

.sideWrapper-icon-5 {
    background-position: -110px 0;
}

.sideWrapper-item:hover .sideWrapper-icon-1 {
    background-position: -22px -22px;
}

.sideWrapper-item:hover .sideWrapper-icon-2 {
    background-position: -44px -22px;
}

.sideWrapper-item:hover .sideWrapper-icon-3 {
    background-position: -66px -22px;
}

.sideWrapper-item:hover .sideWrapper-icon-4 {
    background-position: -88px -22px;
}

.sideWrapper-item:hover .sideWrapper-icon-5 {
    background-position: -110px -22px;
}

.sideWrapper-item:hover .sideWrapper-item-area {
    background: rgba(45, 134, 255, 1);
}

.sideWrapper-item:hover .sideWrapper-text {
    color: #ffffff;
}

.sideWrapper-item-float {
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}

.sideWrapper-item:hover .sideWrapper-item-float {
    opacity: 1;
    visibility: visible;
}

.sideWrapper-qrCode {
    padding: 0 10px;
}

.sideWrapper-qrCode-box {
    background: url("../images/ehrCode.png") no-repeat;
    width: 132px;
    height: 132px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.sideWrapper-phone {
    padding: 0 10px;
}

.sideWrapper-phone-box {
    width: 160px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

.sideWrapper-phone-box-item {
    display: block;
    margin-bottom: 10px;
}

.sideWrapper-phone-box-item:last-child {
    margin-bottom: 0;
}

.sideWrapper-phone p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 4px;
}

.sideWrapper-phone p:nth-child(2) {
    font-size: 18px;
    color: rgba(45, 134, 255, 1);
}

.sideWrapper-hand {
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    padding: 0 10px;
}

.sideWrapper-hand-box {
    background: #ffffff;
    width: 176px;
    padding: 0 14px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.sideWrapper-icon-hand {
    background-position: 0 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 10px;
    animation: headShake infinite 2s linear;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.closeHand {
    background: url("../images/chose.png") center no-repeat;
    background-size: 7px auto;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 5;
    cursor: pointer;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    18.5% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    31.5% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }
    43.5% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    18.5% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    31.5% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }
    43.5% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.maoDian {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
