@charset "utf-8";

/*#region 字体*/

@font-face {
    font-family: 'lucida_sansdemibold';
    src: url('//img.fjmryj.com/static/fonts/lucidasansdemibold-webfont.eot');
    src: url('//img.fjmryj.com/static/fonts/lucidasansdemibold-webfont.eot?#iefix') format('embedded-opentype'), url('//img.fjmryj.com/static/fonts/lucidasansdemibold-webfont.woff2') format('woff2'), url('//img.fjmryj.com/static/fonts/lucidasansdemibold-webfont.woff') format('woff'), url('//img.fjmryj.com/static/fonts/lucidasansdemibold-webfont.ttf') format('truetype'), url('//img.fjmryj.com/static/fonts/lucidasansdemibold-webfont.svg#lucida_sansdemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'klavika-regular';
    src: url('/static/fonts/Klavika Regular.eot');
    src: url('/static/fonts/Klavika Regular.eot?#iefix') format('embedded-opentype'), url('/static/fonts/Klavika Regular.woff2') format('woff2'), url('/static/fonts/Klavika Regular.woff') format('woff'), url('/static/fonts/Klavika Regular.ttf') format('truetype'), url('/static/fonts/Klavika Regular.svg#Klavika-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dincond-regular';
    src: url('//img.fjmryj.com/static/fonts/dincond-regular.eot');
    src: url('//img.fjmryj.com/static/fonts/dincond-regular.eot?#iefix') format('embedded-opentype'), url('//img.fjmryj.com/static/fonts/dincond-regular.woff2') format('woff2'), url('//img.fjmryj.com/static/fonts/dincond-regular.woff') format('woff'), url('//img.fjmryj.com/static/fonts/dincond-regular.ttf') format('truetype'), url('//img.fjmryj.com/static/fonts/dincond-regular.svg#dincond-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dincond-light';
    src: url('//img.fjmryj.com/static/fonts/dincond-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dincond-bold';
    src: url('//img.fjmryj.com/static/fonts/dincond-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINbek-Bold';
    src: url('//img.fjmryj.com/static/fonts/DINbek-Bold.eot');
    src: url('//img.fjmryj.com/static/fonts/DINbek-Bold.eot?#iefix') format('embedded-opentype'), url('//img.fjmryj.com/static/fonts/DINbek-Bold.woff2') format('woff2'), url('//img.fjmryj.com/static/fonts/DINbek-Bold.woff') format('woff'), url('//img.fjmryj.com/static/fonts/DINbek-Bold.ttf') format('truetype'), url('//img.fjmryj.com/static/fonts/DINbek-Bold.svg#DINbek-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MingLan_UI_B';
    src: url('//img.fjmryj.com/static/fonts/MingLan_UI_B.eot');
    src: url('//img.fjmryj.com/static/fonts/MingLan_UI_B.eot?#iefix') format('embedded-opentype'), url('//img.fjmryj.com/static/fonts/MingLan_UI_B.woff') format('woff'), url('//img.fjmryj.com/static/fonts/MingLan_UI_B.ttf') format('truetype'), url('//img.fjmryj.com/static/fonts/MingLan_UI_B.svg#MingLan_UI_B') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf-pro';
    src: url('//img.fjmryj.com/static/fonts/SF-Pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sf-pro {
    font-family: sf-pro;
}

.dincond-regular {
    font-family: dincond-regular;
}

.dincond-light {
    font-family: dincond-light;
}

.dincond-bold {
    font-family: dincond-bold;
}

.klavika-regular {
    font-family: klavika-regular;
}

.jp {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif !important;
}

html {
    font-family: -apple-system, "Helvetica Neue", "Nimbus Sans L", "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "Source Han Sans SC", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
    letter-spacing: normal;
}

/*#endregion*/

/*#region 全局重写*/

html {
    font-size: 62.5%;
    color: #383838;
}

body {
    position: relative;
    font-size: 14px;
    text-align: center;
    min-width: 1340px;
    max-width: 1920px;
    padding-top: 50px;
    margin: auto;
    padding-top: 72px;
}

header,
footer,
body>section {
    width: 100%;
    /*max-width: 1920px;*/
    text-align: center;
    overflow: hidden;
}

em {
    font-style: normal;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #08c;
}

a:not(.no-underline):hover {
    text-decoration: underline;
}

a+.icon-right {
    font-size: 12px;
    color: #e73d6e;
}

.pagination {
    list-style: none;
    padding: 0;
    margin-bottom: 60px;
}

.pagination li {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
}

.vjs-default-skin .vjs-big-play-button {
    background: none;
    border: none;
    width: 142px;
    height: 144px;
    margin-top: -71px;
    margin-left: -72px;
    background-image: url('https://img.fjmryj.com/static/images/home/play.png?_=052005&imageView2/0/format/webp/q/100');
}
.vjs-default-skin:hover .vjs-big-play-button {
    background: none;
    background-image: url('https://img.fjmryj.com/static/images/home/play-hover.png?_=052005&imageView2/0/format/webp/q/100');
}

.vjs-default-skin.vjs-paused .vjs-big-play-button::before {
    content: none;
}

.vjs-default-skin .vjs-resolution-button-label {
    line-height: 36px;
    vertical-align: middle;
}


/*#endregion*/


/*#region 工具类*/

[data-alink] {
    cursor: pointer;
}

.flex {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 1 auto;
}

.flex-2 {
    -webkit-box-flex: 2;
    flex: 2;
    -ms-flex: 2 1 auto;
}

.flex-ie {
    flex: 1;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-align-items-baseline {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: baseline;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-distribute {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-no-shrink {
    flex-shrink: 0;
}

.fill {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.abs-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.vertical-top {
    vertical-align: top !important;
}
.vertical-bottom {
    vertical-align: bottom !important;
}

.pointer {
    cursor: pointer;
}

.hide {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.medium {
    font-weight: medium !important;
}

.bold {
    font-weight: bold !important;
}

.bold-underline {
    padding-bottom: 5px;
    border-bottom: 3px solid black;
}

.italic {
    font-style: italic;
}

.font-weight-normal {
    font-weight: normal !important;
}

.lighter {
    font-weight: lighter !important;
}

.font-weight-lighter {
    font-weight: 300 !important;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.half-width {
    width: 50%;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.bg-center {
    background-position: center;
    background-repeat: no-repeat;
}

.no-shadow {
    -webkit-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.lite-border {
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.lighter {
    font-weight: lighter !important;
}

.normal {
    font-weight: normal !important;
}

.font-lighter {
    font-weight: lighter !important;
}

.line-clamp-2 {
    display: -webkit-box;
    -moz-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-clamp-3 {
    display: -webkit-box;
    -moz-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@supports not (-webkit-line-clamp: 3) {
    [class^="line-clamp-"],
    [class*=" line-clamp-"] {
        position: relative;
        overflow: hidden;
        line-height: 1.2em;
        flex: none;
    }
    [class^="line-clamp-"]:after,
    [class*=" line-clamp-"]:after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        text-align: right;
        height: 1.2em;
        line-height: 1.2em;
        padding: 0 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    }
    .line-clamp-2 {
        height: 2.4em;
    }
    .line-clamp-3 {
        height: 3.6em;
    }
}


/*#endregion*/

/*#region 通用-布局*/

.left-container {
    width: 50%;
    margin-right: 50%;
}

.right-container {
    width: 50%;
    margin-left: 50%;
}

.half-wrapper {
    width: 600px;
}

.center-wrapper {
    width: 1200px !important;
    display: inline-block;
    position: relative;
}

.content {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    box-sizing: border-box;
}

.left-container.content,
.right-container.content {
    box-sizing: inherit;
}

.left-container .content,
.left .content {
    padding-left: 0;
    padding-right: 70px;
}

.right-container .content,
.right .content {
    padding-left: 70px;
    padding-right: 0;
}

.logo-container h1 {
    margin: 0;
}

.content h1 {
    font-size: 36px;
    line-height: normal;
    font-weight: lighter;
    margin-bottom: 45px;
    margin-top: 60px;
}

.content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 45px;
    margin-top: 40px;
}

#index .content h2 {
    font-size: 28px;
    font-weight: lighter;
    margin-bottom: 45px;
    margin-top: 40px;
}

.content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.content .note {
    font-size: 14px;
    margin-top: 0px;
    margin-left: 5px;
    width: 93%;
    line-height: 30px;
}

.content p {
    margin-bottom: 23px;
    text-align: justify;
}

.break-left {
    margin-left: -258px;
}

.bar {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #e73d6e;
}

.bar .center-wrapper {
    text-align: left;
}

.bar p,
.bar h1 {
    display: inline;
    color: white;
    font-size: 30px;
    font-weight: normal;
    vertical-align: middle;
    font-weight: lighter;
}

.bar p .jp,
.bar h1 .jp {
    font-size: 18px;
    margin-left: 20px;
}

.bar .service-items {
    display: inline-block;
    margin-right: 0;
    position: absolute;
    right: 45px;
    margin-top: 5px;
    color: #333;
}

.bar .service-item {
    margin-right: 20px;
}

.bar .service-item i {
    font-size: 28px;
}

/*头尾样式*/

header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    height: 73px;
    background: #f6f6f6;
    overflow: hidden;
}

header:hover {
    height: 230px;
}

header .logo {
    width: 140px;
}

header .nav {
    border-top: 1px solid #e9e9e9;
}

header a,
header a:hover,
header a:active {
    color: #333;
    text-decoration: none !important;
}

header a:hover {
    color: #e73d6e;
}

header .nav>ul {
    padding-top: 5px;
}

header .nav>ul>li {
    margin-right: 60px;
    position: relative;
    border-bottom: 3px solid transparent;
}

header .nav>ul>li:last-child {
    margin-right: 16px;
}

header .nav>ul>li>a:first-child,
header .nav>ul>li>span:first-child {
    line-height: 28px;
}

header .nav>ul>li:hover {
    border-color: #e73d6e !important;
    transition: border-color .3s;
}

header .nav>ul>li>ul {
    position: absolute;
    padding-top: 5px;
    padding-left: 1px;
}

header .nav>ul>li>ul a {
    white-space: nowrap;
    line-height: 28px;
}

footer {
    height: 535px;
    background: black;
    box-sizing: border-box;
    padding-top: 30px;
    color: #8E8E8E !important;
}

footer .logo {
    /*  width: 214px;*/
    margin-left: 70px;
    margin-top: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

footer .footer-info {
    width: 65%;
    position: absolute;
    left: 40%;
    margin-left: -50px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
}

footer .footer-links {
    line-height: 28px;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

footer .footer-links li {
    display: inline-block;
    text-decoration: none;
    margin-right: 17px;
}

footer .footer-links a {
    color: #8E8E8E !important;
}

.footlink {
    background: #000000;
    margin-top: -40px;
    color: #8E8E8E;
}

.footlink a {
    color: #8E8E8E;
}

footer .footer-contact {
    margin-top: 15px;
    line-height: 24px;
}

footer .footer-copyright {
    margin-top: 0px;
}

.footer-menu {
    text-align: left;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 15px;
}

.footer-menu .nav-link {
    margin-right: auto !important;
    line-height: 30px;
    vertical-align: middle;
    display: inline;
    margin-right: 20px;
    color: #8E8E8E !important;
}

.footer-menu .nav-col {
    float: left;
}

.footer-menu .nav-col li {
    position: relative;
}

.footer-menu .nav-col-product {
    margin-left: 15px;
}

.footer-menu .prefix-product::before {
    top: 7px;
    color: black;
    left: -38px;
}

/*#endregion*/

/*#region 通用-容器*/

.table-strip tr:nth-child(even) {
    background: #fafafa;
}

.list-unstyled {
    list-style: none;
    padding: 0;
}

.list-red-number {
    padding-left: 0;
    list-style: none;
    counter-reset: item;
}

/*#endregion*/

/*#region 通用-元素*/

.list-red-number>li::before {
    counter-increment: item;
    color: #e73d6e;
    font-style: italic;
    font-family: dincond-regular;
    content: counter(item) ".";
    font-size: 150%;
    vertical-align: middle;
}

.square-before::before {
    content: '';
    margin-right: 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e63e6f;
}
.square-big-before::before {
    content: '';
    margin-right: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #e63e6f;
}
.red-box strong {
    background-color: #e73d6e;
    color: #ffffff;
    padding: 2px 6px;
    margin-right: 3px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.red-box-light {
    background-color: #e73d6e;
    color: #ffffff;
    padding: 1px 4px;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
.red-box-ghost {
    background-color: #ffffff;
    color: #e73d6e;
    padding: 1px 4px;
    margin-right: 10px;
    border:1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.10);
}

/*#endregion*/

/*#region 通用-阴影*/

.image-shadow {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.32));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.32));
}

.lite-shadow {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
}

.lite-shadow-a {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
}

.lite-shadow-a:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
}

.lite-shadow-a-strong {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
}

.lite-shadow-a-strong:hover {
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.30);
}

.text-shadow {
    -webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}

/*#endregion*/

/*#region 通用-颜色*/

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.color-inherit {
    color: inherit !important;
}

.color-primary {
    color: #e73d6e !important;
}

.bg-primary {
    background-color: #e73d6e !important;
}

.bg-black {
    background-color: black !important;
}

.border-color-primary {
    border-color: #e73d6e !important;
}

.color-primary-light {
    /*color: #ffa9c1 !important;*/
    color: rgba(51, 51, 51, 0.5) !important;
}

.color-female {
    color: #e63e6f;
}

.color-male {
    color: #7ecdfe;
}

.border-color-transparent {
    border-color: transparent !important;
}

.color-grey {
    color: #888888 !important;
}

.color-grey2 {
    color: #9e9e9e !important;
}
.color-grey2-1 {
    color: #8e8e8e !important;
}
.color-grey2-1-link {
    color: #8e8e8e !important;
}
a.color-grey2-1-link:hover {
    color: #08c !important;
}
.color-grey3 {
    color: #aaa !important;
}

.color-grey4 {
    color: #ccc;
}

.color-grey5 {
    color: #999999 !important;
}

.bg-grey {
    background-color: #fbfbfb;
}

.color-white {
    color: white !important;
}

.color-white a {
    font-size: 16px;
    color: #ffffff;
}

.bg-white {
    background-color: white;
}

.color-black {
    color: #333 !important;
}

.border-color-black {
    border-color: black !important;
}

a.color-black:hover {
    color: #08c !important;
}

.bg-gradient-b2p {
    color: white;
    background: linear-gradient(-44deg, #d7b1e7, #8eddf2);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
}

.bg-gradient-p2b {
    color: white;
    background: linear-gradient(-44deg, #b0c3fb 15%, #feb6db 85%);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
}

.border-hover-hl {
    border: 1px solid #e9e9e9;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.18);
    text-decoration: none !important;
}
.border-hover-hl:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-color: rgba(231, 61, 110, .5);
    text-decoration: none !important;
}

/*#endregion*/

/*#region 通用-字号*/

.font12 {
    font-size: 12px !important;
}
.font13 {
    font-size: 13px !important;
}
.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font22 {
    font-size: 22px !important;
}

.font24 {
    font-size: 24px !important;
}

.font26 {
    font-size: 26px !important;
}

.font28 {
    font-size: 28px !important;
}

.font30 {
    font-size: 30px !important;
}

.font34 {
    font-size: 34px !important;
}

.font36 {
    font-size: 36px !important;
}

.font38 {
    font-size: 38px !important;
}

.font40 {
    font-size: 40px !important;
}
.font42 {
    font-size: 42px !important;
}
.font44 {
    font-size: 44px !important;
}
.font48 {
    font-size: 48px !important;
}
.font52 {
    font-size: 52px !important;
}
.font60 {
    font-size: 60px !important;
}

.font90 {
    font-size: 90px !important;
}

/*#endregion*/

/*#region 通用-宽度*/
.w25p, .content-new .w25p {
    width: 25%;
}
.w33p, .content-new .w33p {
    width: 33%;
}
.w50p, .content-new .w50p {
    width: 50%;
}
.w60p, .content-new .w60p {
    width: 60%;
}
.w66p, .content-new .w66p {
    width: 66%;
}
.w70p, .content-new .w70p {
    width: 70%;
}
.w75p, .content-new .w75p {
    width: 75%;
}
.w80p, .content-new .w80p {
    width: 80%;
}
.w100p, .content-new .w100p {
    width: 100%;
}
/*#endregion*/

/*#region 通用-边距*/

.m-auto {
    margin: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.m-top-n10 {
    margin-top: -10px !important;
}

.m-top-n20 {
    margin-top: -20px !important;
}

.m-top-n30 {
    margin-top: -30px !important;
}

.m-top-n60 {
    margin-top: -60px !important;
}

.m-top-n15 {
    margin-top: -15px !important;
}

.m-top-n5 {
    margin-top: -5px !important;
}

.m-top-0 {
    margin-top: 0 !important;
}
.m-top-4 {
    margin-top: 4px !important;
}

.m-top-5 {
    margin-top: 5px !important;
}

.m-top-10 {
    margin-top: 10px !important;
}

.m-top-15 {
    margin-top: 15px !important;
}

.m-top-16 {
    margin-top: 16px !important;
}

.m-top-20 {
    margin-top: 20px !important;
}

.m-top-25 {
    margin-top: 25px !important;
}

.m-top-30 {
    margin-top: 30px !important;
}

.m-top-35 {
    margin-top: 35px !important;
}

.m-top-40 {
    margin-top: 40px !important;
}

.m-top-45 {
    margin-top: 45px !important;
}

.m-top-50 {
    margin-top: 50px !important;
}

.m-top-60 {
    margin-top: 60px !important;
}

.m-top-70 {
    margin-top: 70px !important;
}

.m-top-80 {
    margin-top: 80px !important;
}
.m-top-90 {
    margin-top: 90px !important;
}
.m-top-100 {
    margin-top: 100px !important;
}
.m-top-110 {
    margin-top: 110px !important;
}
.m-top-120 {
    margin-top: 120px !important;
}

.m-top-150 {
    margin-top: 150px !important;
}

.m-top-170 {
    margin-top: 150px !important;
}

.m-top-200 {
    margin-top: 200px !important;
}

.m-top-300 {
    margin-top: 300px !important;
}

.m-left-n25 {
    margin-left: -25px !important;
}

.m-left-0 {
    margin-left: 0 !important;
}

.m-left-5 {
    margin-left: 5px !important;
}

.m-left-10 {
    margin-left: 10px !important;
}

.m-left-15 {
    margin-left: 15px !important;
}

.m-left-20 {
    margin-left: 20px !important;
}

.m-left-25 {
    margin-left: 25px !important;
}

.m-left-30 {
    margin-left: 30px !important;
}

.m-left-35 {
    margin-left: 35px !important;
}

.m-left-40 {
    margin-left: 40px !important;
}

.m-left-45 {
    margin-left: 45px !important;
}

.m-left-50 {
    margin-left: 50px !important;
}

.m-left-55 {
    margin-left: 55px !important;
}
.m-left-60 {
    margin-left: 60px !important;
}
.m-left-65 {
    margin-left: 65px !important;
}

.m-left-70 {
    margin-left: 70px !important;
}

.m-left-80 {
    margin-left: 80px !important;
}

.m-left-90 {
    margin-left: 90px !important;
}

.m-left-100 {
    margin-left: 100px !important;
}

.m-left-150 {
    margin-left: 150px !important;
}

.m-right-0 {
    margin-right: 0 !important;
}

.m-right-5 {
    margin-right: 5px !important;
}

.m-right-10 {
    margin-right: 10px !important;
}

.m-right-15 {
    margin-right: 15px !important;
}

.m-right-16 {
    margin-right: 16px !important;
}

.m-right-20 {
    margin-right: 20px !important;
}

.m-right-30 {
    margin-right: 30px !important;
}

.m-right-35 {
    margin-right: 35px !important;
}

.m-right-40 {
    margin-right: 40px !important;
}

.m-right-45 {
    margin-right: 45px !important;
}

.m-right-50 {
    margin-right: 50px !important;
}

.m-right-60 {
    margin-right: 60px !important;
}

.m-right-65 {
    margin-right: 65px !important;
}

.m-right-70 {
    margin-right: 70px !important;
}

.m-right-80 {
    margin-right: 80px !important;
}

.m-right-100 {
    margin-right: 100px !important;
}

.m-bottom-0 {
    margin-bottom: 0px !important;
}

.m-bottom-5 {
    margin-bottom: 5px !important;
}

.m-bottom-8 {
    margin-bottom: 8px !important;
}

.m-bottom-10 {
    margin-bottom: 10px !important;
}

.m-bottom-15 {
    margin-bottom: 15px !important;
}

.m-bottom-20 {
    margin-bottom: 20px !important;
}

.m-bottom-25 {
    margin-bottom: 25px !important;
}

.m-bottom-30 {
    margin-bottom: 30px !important;
}

.m-bottom-35 {
    margin-bottom: 35px !important;
}

.m-bottom-40 {
    margin-bottom: 40px !important;
}

.m-bottom-50 {
    margin-bottom: 50px !important;
}

.m-bottom-60 {
    margin-bottom: 60px !important;
}

.m-bottom-70 {
    margin-bottom: 70px !important;
}

.m-bottom-80 {
    margin-bottom: 80px !important;
}

.m-bottom-90 {
    margin-bottom: 90px !important;
}

.m-bottom-100 {
    margin-bottom: 100px !important;
}

.m-bottom-n10 {
    margin-bottom: -30px !important;
}

.p-0 {
    padding: 0;
}

.p-top-0 {
    padding-top: 0px !important;
}

.p-top-10 {
    padding-top: 10px !important;
}

.p-top-15 {
    padding-top: 15px !important;
}

.p-top-20 {
    padding-top: 20px !important;
}

.p-top-30 {
    padding-top: 30px !important;
}

.p-top-40 {
    padding-top: 40px !important;
}

.p-top-50 {
    padding-top: 50px !important;
}

.p-top-60 {
    padding-top: 60px !important;
}

.p-left-0 {
    padding-left: 0 !important;
}

.p-left-10 {
    padding-left: 10px !important;
}

.p-left-15 {
    padding-left: 15px !important;
}

.p-left-16 {
    padding-left: 16px !important;
}

.p-left-20 {
    padding-left: 20px !important;
}

.p-left-25 {
    padding-left: 25px !important;
}

.p-left-30 {
    padding-left: 30px !important;
}

.p-left-40 {
    padding-left: 40px !important;
}

.p-left-50 {
    padding-left: 50px !important;
}

.p-left-70 {
    padding-left: 70px !important;
}

.p-left-80 {
    padding-left: 80px !important;
}

.p-left-85 {
    padding-left: 85px !important;
}

.p-left-90 {
    padding-left: 90px !important;
}

.p-left-56 {
    padding-left: 56px !important;
}

.p-right-10 {
    padding-right: 10px !important;
}
.p-right-15 {
    padding-right: 15px !important;
}
.p-right-20 {
    padding-right: 20px !important;
}

.p-right-30 {
    padding-right: 30px !important;
}

.p-right-40 {
    padding-right: 40px !important;
}

.p-right-50 {
    padding-right: 50px !important;
}

.p-right-70 {
    padding-right: 70px !important;
}

.p-right-80 {
    padding-right: 80px !important;
}

.p-right-85 {
    padding-right: 85px !important;
}

.p-right-90 {
    padding-right: 90px !important;
}

.p-right-120 {
    padding-right: 120px !important;
}

.p-right-180 {
    padding-right: 180px !important;
}

.p-right-300 {
    padding-right: 300px !important;
}

.p-bottom-0 {
    padding-bottom: 0px !important;
}

.p-bottom-10 {
    padding-bottom: 10px !important;
}

.p-bottom-15 {
    padding-bottom: 15px !important;
}

.p-bottom-20 {
    padding-bottom: 20px !important;
}

.p-bottom-30 {
    padding-bottom: 30px !important;
}

.p-bottom-40 {
    padding-bottom: 40px !important;
}

.p-bottom-50 {
    padding-bottom: 50px !important;
}

.p-bottom-70 {
    padding-bottom: 70px !important;
}

.b-all-2sw {
    border: 2px solid white;
}


/*#endregion*/


/*#region 通用-定位*/

.left0 {
    left: 0;
}

.right0 {
    right: 0;
}

.right10 {
    right: 10px;
}

.right20 {
    right: 20px;
}

.top0 {
    top: 0;
}

.bottom0 {
    bottom: 0;
}

.bottom10 {
    bottom: 10px;
}

.bottom20 {
    bottom: 20px;
}


/*#endregion*/


/*#region 通用-行高*/

.lh14 {
    line-height: 14px;
}

.lh15 {
    line-height: 15px;
}

.lh16 {
    line-height: 16px;
}

.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh26 {
    line-height: 26px;
}

.lh28 {
    line-height: 28px;
}

.lh30 {
    line-height: 30px;
}

.lh32 {
    line-height: 32px !important;
}

.lh36 {
    line-height: 36px !important;
}

.lh40 {
    line-height: 40px;
}

.lh42 {
    line-height: 42px;
}

.lh50 {
    line-height: 50px;
}

.lh54 {
    line-height: 54px;
}


/*#endregion*/


/*#region 通用-宽高*/

.w40 {
    width: 40px;
}

.w60 {
    width: 60px;
}

.width-20 {
    width: 20px;
}

.width-300 {
    width: 300px;
}

.width-400 {
    width: 400px;
}

.width-450 {
    width: 450px;
}

.width-500 {
    width: 500px;
}

.width-550 {
    width: 550px;
}

.width-600 {
    width: 600px;
}

.width-800 {
    width: 800px;
}

.width-900 {
    width: 900px;
}

.width-950 {
    width: 950px;
}

.width-1000 {
    width: 1000px;
}

.width-1100 {
    width: 1100px;
}

.width18pc {
    width: 18%;
}

.width19pc {
    width: 19.6667%;
}

.width20pc {
    width: 20%;
}
.width80pc {
    width: 80%;
}
.width99pc {
    width: 99%;
}


/*#endregion*/


/*#region 组件 404*/
.c404 {
    overflow: hidden;
    max-width: 922px;
    margin: 0 auto;
}
.c404 img {
    width: 100%;
    transform: translateX(-2px);
}
/*#endregion*/

/*#region 组件 loading*/

.MdLoader {
    position: relative;
    margin: 0px auto;
    width: 44px;
}

.MdLoader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.MdLoader-circular {
    -webkit-animation: mdLoaderRotate 2s linear infinite;
    -moz-animation: mdLoaderRotate 2s linear infinite;
    animation: mdLoaderRotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.MdLoader-path {
    stroke: #e73d6e;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 4px;
    stroke-miterlimit: 10;
    cx: 22px;
    cy: 22px;
    r: 18px;
    fill: none;
    -webkit-animation: mdLoaderDash 1.5s ease-in-out infinite;
    -moz-animation: mdLoaderDash 1.5s ease-in-out infinite;
    animation: mdLoaderDash 1.5s ease-in-out infinite;
}

@keyframes mdLoaderRotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mdLoaderDash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}


/*#endregion*/


/*#region 组件 vex*/

.vex {
    padding: 0 20px;
}

body.vex-open {
    overflow: inherit !important;
}

.vex-content {
    background: linear-gradient(to bottom right, #ffeef7, white, #ffeef7) !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    width: 630px !important;
}

.vex-dialog-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.vex-dialog-button {
    float: none !important;
    border-radius: 3px !important;
    margin: 10px auto 20px auto !important;
    padding: 0 !important;
    display: inline-block !important;
    width: 190px !important;
    color: white !important;
    background: linear-gradient(-46deg, #b0c3fb 15%, #feb6db 85%) !important;
    font-size: 18px !important;
    line-height: 40px !important;
    vertical-align: middle !important;
    text-align: center !important;
}


/*#endregion*/


/*#region 组件 contact-dialog*/

.contact-dialog__logo {
    max-width: 250px;
    margin: 38px auto 20px auto;
}

.contact-dialog__logo img {
    max-width: 100%;
}

.contact-dialog__success {
    width: 140px;
}

.contact-dialog__input-container {
    width: 100%;
    margin: 15px auto 10px auto;
    background: white;
    border: 1px solid #efefef;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #727272;
}

.contact-dialog__icon {
    width: 60px;
    text-align: center;
    font-size: 30px;
}

.contact-dialog__input {
    border: none;
    outline: none;
    font-size: 14px;
    vertical-align: middle;
}

.contact-dialog__footer {
    margin: 20px auto;
    line-height: 30px;
    text-align: center;
    color: #727171;
}


/*#endregion*/


/*#region 组件 contact-badge*/

.contact-badge-closed {
    z-index: 1000;
    position: fixed;
    right: 12px;
    bottom: 12px;
    border: 2px solid #e73d6e;
    cursor: pointer;
    user-select: none;
}

.contact-badge-closed-brand {
    height: 40px;
    width: 44px;
    box-sizing: border-box;
    padding: 6px 6px 4px 4px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background: #e73d6e;
    color: white;
    float: left;
}

.contact-badge-closed-contact {
    margin-left: 44px;
    padding: 0 16px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    background: white;
    font-weight: normal;
}

.contact-badge-open {
    z-index: 1000;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 0 10px;
    transition: .6s transform;
}

.contact-badge-open-collapsed {
    transform: translateY(100%);
}

.contact-badge-open-content {
    margin: 0 auto 6px 0;
    min-width: 900px;
}

.contact-badge-open-content>img,
.contact-badge-open-content>div {
    display: inline-block;
    line-height: initial;
    text-align: left;
    margin-right: 45px;
    vertical-align: top;
}

.contact-badge-open-title {
    color: white;
    font-size: 18px;
}

.contact-badge-open-phone {
    color: #e73d6e;
    font-size: 40px;
    font-family: dincond-regular;
}

.contact-badge-open-form {
    margin-left: 90px;
}

.contact-badge-open-form input {
    border: none;
    font-size: 14px;
    display: block;
    line-height: 28px;
    height: 28px;
}

.contact-badge-open-form input[type=text] {
    background: #ccc;
    padding: 0 10px;
    width: 230px;
    margin-bottom: 10px;
}

.contact-badge-open-form input[type=submit] {
    background: #e73d6e;
    color: white;
}

.contact-badge-open-qr {
    margin-left: 108px;
    padding: 6px;
    margin-top: -6px;
}

.contact-badge-open-qr img {
    display: block;
}

.contact-badge-open-logo {
    /*height: 85px;*/
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: bottom;
}

.contact-logo {
    margin-top: 15px;
    margin-right: 60px !important
}

@media only screen and (max-width: 1180px) {
    .contact-badge-open-img {
        display: none !important;
    }
}

@media only screen and (max-width: 1460px) {
    .contact-badge-open-logos {
        display: none !important;
    }
}

.contact-badge-open-close-btn {
    position: absolute;
    right: 16px;
    top: 6px;
    font-size: 34px;
    cursor: pointer;
    color: white;
    font-weight: lighter;
    opacity: 0.8;
}


/*#endregion*/


/*#region 组件 btn-primary*/

.btn-primary {
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    background: #e73d6e;
    color: white;
    font-size: 16px;
    line-height: 36px;
    padding: 0 30px;
    border: 1px solid #e73d6e;
    border-radius: 4px;
    transition: .3s color, .3s background-color;
}

.btn-primary:hover,
.btn-primary:active {
    text-decoration: none;
    background: #d43261;
    text-decoration: none !important;
    /* color: #e73d6e; */
}
.btn-primary-white {
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    background: white;
    color: #e73d6e;
    font-size: 16px;
    line-height: 36px;
    padding: 0 30px;
    border: 1px solid #e73d6e;
    border-radius: 3px;
    transition: .3s color, .3s background-color;
}
.btn-primary-white:hover,
.btn-primary-white:active {
    text-decoration: none;
    color: white;
    background: #e73d6e;
    text-decoration: none !important;
    /* color: #e73d6e; */
}

/*#endregion*/


/*#region 组件 suggest-package-item*/

.suggest-package-item__tag {
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 5px;
    padding: 0 8px;
    color: white;
}

.suggest-package-item__tag:nth-child(odd) {
    background: linear-gradient(-44deg, #d7b1e7, #8eddf2);
}

.suggest-package-item__tag:nth-child(even) {
    background: linear-gradient(-44deg, #b0c3fb 15%, #feb6db 85%);
}


/*#endregion*/


/*#region 组件 article-item*/

.article-item:not(:last-child) {
    border-bottom: 1px solid #efefef;
}

.article-item__content {
    width: 570px;
}

.article-item__img {
    width: 318px;
}


/*#endregion*/


/*#region 组件 swiper-pagination-pgbar*/

.swiper-pagination-pgbar .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    margin: 0 10px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.swiper-pagination-pgbar .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.swiper-pagination-pgbar .swiper-pagination-bullet-progress {
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}


/*#endregion*/


/*#region 组件 swiper-pagination-bar*/

.swiper-pagination-bar .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    margin: 0 4px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.swiper-pagination-bar .swiper-pagination-bullet-active {
    /* background-color: white; */
    background-color: rgba(255, 255, 255, 0.2);
    -o-transition: 1s color, 1s background-color;
    -ms-transition: 1s color, 1s background-color;
    -moz-transition: 1s color, 1s background-color;
    -webkit-transition: 1s color, 1s background-color;
    transition: 1s color, 1s background-color;
    opacity: 1;
}

.swiper-pagination-bar .swiper-pagination-bullet-progress {
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}


/*#endregion*/


/*#region 组件 price-packages*/

.price-number {
    color: #e73d6e !important;
    font-weight: bold;
    font-family: MingLan_UI_B, sans-serif !important;
    font-size: 36px;
    font-style: italic;
}

.package-price em {
    font-style: italic;
    font-size: 24px;
    color: #e73d6e;
    font-weight: bold;
    margin: auto 08px;
}

.price-packages .package-head {
    width: 100%;
    height: 132px;
    border-top: 1px solid white;
    color: #e73d6e;
    font-weight: bold;
    padding-top: 70px;
    line-height: 46px;
    height: 132px;
}

.price-packages .package-head-vip {
    background: #e73d6e;
    color: white;
    text-align: right;
    padding-right: 14px;
}

.price-packages .package-body {
    padding-top: 15px;
    margin-top: 12px;
    /* height: 550px; */
}

.price-packages .package-desc {
    font-size: 12px;
    vertical-align: bottom;
}

.price-packages .package-no {
    font-size: 50px;
    margin-left: 6px;
    font-family: lucida_sansdemibold !important;
}

.price-packages .package-name {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.price-packages .package-journey {
    margin-top: 10px;
}

.price-packages .package-suggest {
    margin-top: 20px;
}

.price-packages .package-location {
    margin-top: 22px;
}

.price-packages .package-contains {
    margin-top: 10px;
    /*  height: 150px;*/
    font-size: 14px;
}

.price-packages .package-contains ul {
    box-sizing: border-box;
    list-style-type: decimal;
    margin-left: -22px;
}

.price-packages .package-icons {
    margin-top: 30px;
    height: 30px;
}

.price-packages .package-price {
    margin-top: 20px;
    line-height: 24px;
}

.price-packages .package-price em {
    font-style: italic;
    font-size: 24px;
    color: #e73d6e;
    font-weight: bold;
    margin: auto 08px;
}

.price-packages .package-price-item {
    margin-bottom: 02px;
}

.price-color {
    font-style: italic;
    font-size: 24px;
    color: #e73d6e;
    font-weight: bold;
    margin: auto 08px;
}

.price-packages .package-head {
    width: 100%;
    height: 132px;
    border-top: 1px solid white;
    color: #e73d6e;
    font-weight: bold;
    padding-top: 50px;
    line-height: 46px;
    height: 100px;
}

.price-packages .package-head-vip {
    background: #e73d6e;
    color: white;
    text-align: right;
    padding-right: 14px;
}


/*#endregion*/


/*#region 组件 qa-item*/

.qa-item-label {
    margin-right: 10px;
}

.qa-item-label__content {
    line-height: 28px;
    padding-left: 7px;
    padding-right: 7px;
}

.qa-item-question__content {
    font-size: 18px;
}

.qa-item-answer::before {
    display: none;
}

.qa-item-answer__content {
    font-size: 14px;
    line-height: 22px;
}

.qa-item_detail .qa-item-label {
    margin-right: 15px;
}

.qa-item_detail .qa-item-label__content {
    line-height: 30px;
}

.qa-item_detail .qa-item-question__content {
    font-size: 24px;
}

.qa-item_detail .qa-item-answer__content {
    font-size: 16px;
    margin-right: 10px;
}

.qa-item_side .qa-item-question__content {
    font-size: 18px;
}


/*#endregion*/


/*#region 组件 qa-order*/

.qa-order {
    color: #e73d6e !important;
    line-height: 55px;
    font-size: 40px;
    font-family: dincond-regular !important;
    font-style: italic;
    font-weight: normal;
    width: 40px;
    margin-left: -50px;
    vertical-align: middle;
}

.qa-order-white {
    color: white !important;
    line-height: 55px;
    font-size: 40px;
    font-family: dincond-regular !important;
    font-style: italic;
    font-weight: normal;
    width: 40px;
    margin-left: -50px;
    vertical-align: middle;
}


/*#endregion*/


/*#region 组件 contact*/

.contact {
    padding: 30px 0;
}

.contact__form {
    width: 520px;
    text-align: left;
}

.contact__form-channel {
    height: 67px;
    line-height: 70px;
}

.contact__form-channel-content {
    margin-left: 26px;
    font-size: 16px;
}

.contact__form-channel-content.dincond-regular {
    font-size: 40px;
}

.contact__form-channel-content.klavika-regular {
    font-size: 30px;
}

.contact__form-form {
    margin-top: 12px;
}

.contact__form-form input,
.contact__form-form textarea {
    display: block;
    border: none;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none;
}

.contact__form-form input[type=text],
.contact__form-form input[type=tel] {
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    width: 100%;
    padding: 0 25px;
    background: #efefef;
}

.contact__form-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px 25px;
    resize: none;
    background: #efefef;
}

.contact__form-submit {
    background: #e73d6e;
    color: white;
    line-height: 36px;
    padding: 0 48px;
}

.contact__wx,
.contact__wx-bg {
    width: 440px;
    height: 440px;
}

.contact__wx {
    margin-right: 30px;
    color: white;
    text-align: left;
}

.contact__wx-title {
    top: 40px;
    left: 40px;
}

.contact__wx-title-1 {
    font-size: 36px;
    font-weight: lighter;
}

.contact__wx-title-2 {
    font-size: 24px;
    font-weight: bold;
}

.contact__wx-qr {
    bottom: 30px;
    left: 40px;
}

.contact__wx-qr-img {
    width: 96px;
    height: 96px;
}

.contact__wx-qr-desc {
    font-size: 14px;
    margin-top: 10px;
}


/*#endregion*/


/*#region 组件 title-light-box*/

.title-light-box {
    font-size: 34px;
    font-weight: lighter;
    border-left: 8px solid #e73d6e;
    padding-left: 16px;
    letter-spacing: 2px;
}

.title-light-box .title-jp {
    font-size: 14px;
}
.title-jp {
    font-size: 14px;
    font-weight: lighter;
}


/*#endregion*/


/*#region 组件 news-list*/

.new-card-hover:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border-color: rgba(231, 61, 110, .5);
}

.news-suggest-package-item__img {
    margin: 10px 12px 10px 0px;
    width: 119px;
    height: 100px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.18);
    /*px*/
}

.news-list-red-box-light {
    background-color: #e73d6e;
    color: #ffffff;
    padding: 0px 8px;
}

.news-item__title {
    max-width: 366px;
}

/*.news-item__title::before {*/
/*    content: '';*/
/*    margin-right: 4px;*/
/*    display: inline-block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-color: #e63e6f;*/
/*}*/


/*#endregion*/


/*#region 组件 case-item*/

.case-item {
    font-size: 14px;
    line-height: 22px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 325px;
    margin-right: 30px;
    margin-bottom: 15px;
}

/*.case-item__title::before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-color: #e63e6f;*/
/*}*/


/*#endregion*/


/*#region 组件 case-detail*/

.case-detail__sidebar {
    width: 320px;
}

.case-detail__sidebar .title-light-box {
    margin-top: 50px;
    margin-bottom: 10px;
}

.case-detail__sidebar .case-item {
    flex: none;
}

.case-detail__sidebar .case-item__content {
    margin-bottom: 12px !important;
    width: 320px !important;
    box-sizing: border-box;
    padding: 9px 12px;
    border: 1px solid #f1f1f1;
}

.case-detail__sidebar .case-item__content:hover {
    border-color: rgba(231, 61, 110, .5);
}

.case-detail__sidebar .case-item__img {
    width: 296px !important;
    height: 166px !important;
}

.case-detail__sidebar .case-item__info {
    /*display: none;*/
}

.case-detail__sidebar .side-qa__item:hover,
.case-detail__sidebar .side-qa__item:active {
    text-decoration: none;
}

.case-detail__sidebar .side-qa__item {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 12px;
}

.case-detail__sidebar .side-qa__item .red-box-light {
    padding: 4px;
    margin-right: 5px;
}

.case-detail__sidebar .side-qa__q,
.case-detail__sidebar .side-qa__a {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-detail__sidebar .side-qa__a {
    margin-top: 6px;
}

.case-detail__sidebar .side-news__item {
    padding: 10px;
    box-sizing: border-box;
}

.case-detail__main ul {
    padding-left: 20px;
}

.case-detail__main p,
.case-detail__main li,
.case-detail__main img {
    max-width: 600px;
    font-size: 16px;
    line-height: 24px;
    color: #868686;
}

.case-detail__main img {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18);
}

.case-detail__main .break-left {
    margin-left: 0;
    width: 860px;
    max-width: 860px;
}

.case-detail__main div.break-left.left {
    margin-left: 0;
    width: 230px;
    float: right;
    margin-right: 40px;
}

.case-detail__main .break-left img {
    width: 100%;
    max-width: 100%;
}

.case-detail__main .portrait {
    margin-left: 0;
    width: 430px;
    max-width: 430px;
}

.case-detail__main .break-left.left img.break-left.left {
    margin-left: 0;
    width: 100%;
}

.case-detail__main .img-alt {
    display: block;
    color: #e63e6f;
    font-size: 14px;
    line-height: 20px;
}

.case-detail__main .img-alt::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e63e6f;
    margin-right: 4px;
}

.case-detail__more-cases .case-item__content {
    border: 1px solid #f1f1f1;
    padding: 16px 20px;
    /* width: auto !important; */
}

.case-detail__prompt {
    width: 850px;
    margin: 30px auto 30px 0px;
}

.case-detail__quote {
    box-sizing: border-box;
    padding: 32px 50px 32px 30px;
}

.case-detail__quote-img {
    width: 78px !important;
    height: 78px !important;
    border-radius: 50%;
    background-color: #fafafa;
    margin-right: 56px;
}

.case-detail__quote-content::before,
.case-detail__quote-content::after {
    font-size: 48px;
    position: absolute;
    font-family: serif;
}

.case-detail__quote-content::before {
    content: '“';
    top: -20px;
    left: 0px;
    padding-right: 10px;
    transform: translateX(-100%);
}

.case-detail__quote-content::after {
    content: '”';
    bottom: -30px;
    right: 0px;
    transform: translateX(100%);
    /*padding-left: 0px;*/
}

.case-detail__inst,
.case-detail__plan {
    position: relative;
    box-sizing: border-box;
}

.case-detail__inst::before,
.case-detail__plan::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    /*background-color: #e84773;*/
    width: 12px;
    height: 20px;
}

.case-detail__inst {
    padding: 20px 28px;
    width: 600px;
}

.case-detail__inst-img {
    width: 85px !important;
    position: absolute;
    top: 20px;
    right: 45px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18) !important;
}

.case-detail__plan {
    width: 230px;
}

.case-detail__plan .productdetail-table-item {
    border: none;
    padding: 20px 10px 18px 15px;
}


/*#endregion*/


/*#region 组件 productdetail-table*/

.productdetail-table {
    border-collapse: collapse;
}

.productdetail-table tr {
    /* border-bottom: 10px solid #fafafa; */
}

.productdetail-table td {
    /* border-right: 10px solid #fafafa; */
}

.productdetail-table td:last-child {
    border-right: none;
}

.productdetail-table-item:hover,
.productdetail-table-item:active {
    text-decoration: none;
    /* border-color: #eee; */
}

.productdetail-table-item {
    color: #333;
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    margin: 5px;
    box-sizing: border-box;
    height: 250px;
    background-color: white;
    border: 1px solid #e9e9e9;
}

.productdetail-table-item:hover {
    border-color: rgba(231, 61, 110, 0.5);
}

.productdetail-items__title {
    font-size: 16px;
    font-weight: bold;
}

.productdetail-items__list {
    height: 340px;
}
.productdetail-items__list_tokyo {
    height: 276px;
}

body:not(.browser-weird) .productdetail-items__list {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-writing-mode: vertical-lr; */
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    counter-reset: sectioncounter;
}

body:not(.browser-weird) .productdetail-items__item {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    box-sizing: border-box;
    height: 34px;
    line-height: 36px;
    vertical-align: middle;
    min-width: 170px;
    padding-left: 30px;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.browser-weird .productdetail-items__list {
    min-width: 440px;
    /* -webkit-writing-mode: vertical-lr; */
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    counter-reset: sectioncounter;
}

.browser-weird .productdetail-items__item {
    float: left;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    box-sizing: border-box;
    height: 34px;
    line-height: 36px;
    vertical-align: middle;
    width: 220px;
    padding-left: 30px;
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
    white-space: nowrap;
}

.productdetail-items__item:nth-child(even) {
    /*background-color: #fafafa;*/
}

.productdetail-items__item:before {
    content: counter(sectioncounter);
    counter-increment: sectioncounter;
    float: right;
    text-align: right;
    display: inline-block;
    width: 22px;
    font-size: 12px;
    line-height: 36px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    color: #bbb;
}


/*#endregion*/


/*#region 组件 service-item*/

.service-item {
    display: inline-block;
    text-align: left;
    line-height: 50px;
    vertical-align: middle;
}

.service-item i {
    display: inline-block;
    font-size: 40px;
    width: 30px;
    margin-right: 16px;
    margin-bottom: 5px;
    vertical-align: middle;
}


/*#endregion*/


/*#region 组件 other-cases*/

.other-cases {
    margin-top: 10px;
    box-sizing: border-box;
    padding-right: 0;
}

.other-cases .case-list {
    padding: 0;
    /*  display: flex;
  align-content: space-between;*/
    margin-bottom: 10px;
}

.other-cases {
    font-size: 14px;
    line-height: 22px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 365px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.other-cases .case-item p {
    margin-bottom: 10px;
}


/*#endregion*/


/*#region 组件 case-card*/

.case-card {
    border: 1px solid #f1f1f1;
    padding: 15px 14px 5px 10px;
    background: #fff;
}

.case-card:hover {
    border-color: rgba(231, 61, 110, .5);
}


/*#endregion*/


/*#region 组件 sidelist-showcase*/

.sidelist-showcase {
    width: 320px;
}


/*#endregion*/


/*#region 组件 package-item-summary*/

.package-item-summary {
    /*  height: 550px;*/
    /*  background: #e73d6e;*/
    position: relative;
    text-align: left;
    margin-top: -20px;
    /*  margin-bottom: 10px;*/
}

.package-item-summary .summary-col {
    display: inline-block;
    vertical-align: top;
}

.package-item-summary h3 {
    margin-left: 48px;
    /*background: #e73d6e;
  color: white;*/
}

.package-item-summary ul {
    box-sizing: border-box;
    list-style-type: decimal;
    /*  display: inline-block;
  vertical-align: top;*/
    margin-left: -38px;
}

.package-item-summary li {
    line-height: 20px;
}


/*#endregion*/


/*#region 组件 swiper*/

.full-swiper {
    width: 100%;
    height: 450px;
}

.common-swiper {
    user-select: none;
    margin: auto;
    position: relative;
    width: 430px;
    height: 240px;
}

.full-swiper .swiper-container,
.common-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.full-swiper .swiper-slide,
.common-swiper .swiper-slide {
    background-size: cover;
}

.full-swiper .swiper-prev,
.full-swiper .swiper-next,
.common-swiper .swiper-prev,
.common-swiper .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.full-swiper .swiper-prev,
.full-swiper .swiper-next {
    z-index: 100;
}

.full-swiper .swiper-prev i,
.full-swiper .swiper-next i {
    color: white;
    font-size: 58px;
    font-weight: lighter;
}

.common-swiper .swiper-prev,
.common-swiper .swiper-next {
    width: 25px;
    height: 57px;
    background-image: url(//img.fjmryj.com/static/images/home/tall-arrow5.png);
}

.full-swiper .swiper-pagination-bullet,
.common-swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 9px;
    background: white;
    opacity: 0.4;
}

.full-swiper .swiper-pagination-bullet-active,
.common-swiper .swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}

.common-swiper .swiper-next {
    transform: translateY(-50%) rotate(180deg);
}

.full-swiper .swiper-prev {
    left: 40px;
}

.full-swiper .swiper-next {
    right: 40px;
}

.common-swiper .swiper-prev {
    left: -50px;
}

.common-swiper .swiper-next {
    right: -50px;
}

.full-swiper .swiper-explain {
    position: absolute;
    left: 80px;
    bottom: 30px;
}

.full-swiper .swiper-explain-right {
    position: absolute;
    right: 80px;
    bottom: 30px;
}

.tip-swiper .swiper-pagination {
    bottom: auto;
    top: 320px;
    text-align: left;
    text-indent: 40px;
}

.tip-swiper .swiper-pagination-bullet {
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #e73d6e;
    background: transparent;
    width: 13px;
    height: 13px;
    margin: 0 3.5px !important;
}

.tip-swiper .swiper-pagination-bullet-active {
    background: #e73d6e;
}

/*#endregion*/


/*#region 组件 card*/

.card-white,
.card-red,
.card-white-large,
.card-white-small,
.card-white-tall,
.card-white-fat {
    box-sizing: border-box;
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 50px 40px 40px;
    text-align: left;
    font-size: 28px;
    line-height: 34px;
    font-weight: lighter;
    vertical-align: middle;
}

.card-white {
    background-image: url(//img.fjmryj.com/static/images/egg/card-white.png);
}

.card-red {
    background-image: url(//img.fjmryj.com/static/images/egg/card-red.png);
    color: white;
}

.card-white-large {
    background-image: url(//img.fjmryj.com/static/images/egg/card-white-large.png);
    width: 335px;
    height: 415px;
    line-height: 36px;
}

.card-white-small {
    /*background-image: url(//img.fjmryj.com/static/images/egg/card-white-small.png);*/
    width: 236px;
    height: 236px;
    font-size: 24px;
    line-height: 32px;
    padding: 20px 33px;
}

.card-white-tall {
    background-image: url(//img.fjmryj.com/static/images/egg/card-white-tall.png);
    width: 411px;
    height: 595px;
}

.card-white-fat {
    background-image: url(//img.fjmryj.com/static/images/egg/card-white-fat.png);
    width: 636px;
    height: 383px;
}

.card-subtext {
    font-size: 16px;
    margin-top: 30px;
    line-height: 20px;
}


/*#endregion*/


/*#region 组件 video-modal*/

.video-modal,
.video-modal-video {
    width: 853px;
    height: 480px;
}

.video-modal {
    border-radius: 0;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin: 0;
}

.video-modal .close {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: black;
    color: white;
    opacity: 0.6;
    font-size: 32px;
    line-height: 42px;
    vertical-align: middle;
    text-align: center;
    width: 42px;
    height: 42px;
    z-index: 100;
    transform: translate(50%, -50%);
    cursor: pointer;
}


/*#endregion*/


/*#region 组件 egg-price*/

.egg-price-overview-list {
    list-style: none;
    padding: 0;
}

.egg-price-overview-order {
    color: #e73d6e !important;
    line-height: 120px;
    font-size: 72px;
    font-family: dincond-regular !important;
    font-style: italic;
    font-weight: lighter;
    width: 70px;
    vertical-align: middle;
}

.egg-price-detail-order {
    color: #e73d6e !important;
    line-height: 60px;
    font-size: 60px;
    font-family: dincond-regular !important;
    font-style: italic;
    font-weight: lighter;
    width: 50px;
    vertical-align: middle;
}

.egg-price-overview-list li {
    display: block;
    width: 100%;
    padding: 15px 100px;
    margin-left: -100px;
}

.egg-price-overview-list li:nth-child(odd) {
    background: #f5f5f5;
}

.egg-price-overview-list li .right {
    text-align: right;
}

.egg-price-overview-subtitle {
    font-size: 20px;
    line-height: 40px;
}

.egg-price-overview-detail {
    font-size: 14px;
    line-height: 20px;
}

.egg-price-overview-icons {
    color: #b4b4b4;
    padding-top: 12px;
}

.egg-price-overview-icons i {
    margin: 0 6px;
}

.egg-price-detail-table {
    width: 1240px;
    padding: 0 20px;
    margin-left: -20px;
    margin-top: 20px;
}

.egg-price-detail-table thead {
    background: black;
    color: white;
    text-align: center;
}

.egg-price-detail-table th {
    padding-top: 10px;
    padding-bottom: 10px;
}

.egg-price-detail-table td {
    padding: 12px 50px;
    font-size: 14px;
    line-height: 18px;
}

.egg-price-detail-table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.egg-price-detail-table-th-time {
    text-align: left;
    width: 150px;
    padding-left: 40px;
}

.egg-price-detail-table-th-project {
    width: 415px;
}

.egg-price-detail-table-th-comment {
    width: 200px;
}

.egg-price-detail-table-th-stage {
    width: 150px;
}

.egg-price-detail-table-td-time {
    line-height: 30px !important;
    font-size: 16px;
}

.egg-price-detail-table-td-time-number i:first-child {
    position: absolute;
    font-size: 30px;
    left: -30px;
}

.egg-price-detail-table-td-time-number i:last-child {
    position: absolute;
    right: 12px;
    font-size: 14px;
    line-height: 30px;
    color: #e73d6e;
}

.egg-price-detail-table-td-time-number {
    position: relative;
    font-size: 16px;
    border: 2px solid #333;
    font-weight: bold;
    padding-left: 10px;
    display: inline-block;
    width: 80px;
    box-sizing: border-box;
    margin-right: 10px;
    font-family: DINbek-Bold, sans-serif !important;
}

.egg-price-detail-table-tr-important {
    background: #e73d6e;
    color: white;
}

.egg-price-detail-table-tr-important .egg-price-detail-table-td-time-number {
    border-color: white;
}


/*#endregion*/


/*#region 组件 enterprise-case-item*/

.enterprise-case-item {
    margin: 60px 0 80px;
}

.enterprise-case-item-meta {
    float: left;
    margin: 0 15px;
    font-size: 14px;
}

.enterprise-case-item-meta p {
    margin: 0;
}

.enterprise-case-item-meta .enterprise-logo {
    padding: 5px 5px;
    position: absolute;
    left: 0;
    transform: translateY(-100%);
}

.enterprise-case-item-content {
    margin-left: 425px;
}

.enterprise-case-item-content .case-quote {
    text-align: left;
    font-size: 24px;
    margin-top: 10px;
    line-height: 36px;
    text-indent: -32px;
    font-weight: lighter;
}

.case-quote-sign {
    font-size: 60px;
    font-family: Baskerville, Georgia, "Liberation Serif", "Kaiti SC", STKaiti, "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", KaiTi, KaiTi_GB2312, "TW\-Kai", serif !important;
    vertical-align: middle;
}

.enterprise-case-item-content .case-intro {
    margin: 25px 0 20px;
    font-size: 16px;
}

.enterprise-case-item-content .case-intro-title {
    float: left;
}

.enterprise-case-item-content .case-intro-content {
    margin-left: 100px;
}


/*#endregion*/


/*#region 组件 exam-packages-compare-table*/

.exam-packages-compare-table-current {
    position: absolute;
    margin-top: 90px;
    margin-left: 68px;
    /* border: 2px dashed #e73d6e; */
    box-shadow: 0px 0px 1px 2px #e73d6d5e;
    display: none;
    z-index: 10;
}

.exam-packages-compare-table .exam-packages-compare-table-title {
    height: 60px;
}

.exam-packages-compare-table .exam-packages-compare-table-dot {
    font-size: 16px;
}

.browser-weird .exam-packages-compare-table .exam-packages-compare-table-dot {
    font-size: 12px;
}

.exam-packages-compare-table .icon-yes {
    font-size: 22px;
}

.exam-packages-compare-table th:first-child,
.exam-packages-compare-table td:first-child {
    width: 65px;
    font-size: 22px;
}

.exam-packages-compare-table .table-strip tr:nth-child(odd) {
    height: 40px;
}

.exam-packages-compare-table .table-strip tr:nth-child(even) {
    height: 34px;
}


/*#endregion*/


/*#region 组件 order-button*/

.order-button a {
    color: white;
    text-decoration: none;
}

.order-button-index a {
    color: white;
    text-decoration: none;
    background-color: #e73d6e;
    color: #ffffff;
    padding: 1px 4px;
    margin-right: 0px;
}

.order-button-index a:hover {
    color: white;
    text-decoration: none;
    background-color: #e73d6e;
    color: #ffffff;
    padding: 1px 4px;
    margin-right: 0px;
}


/*#endregion*/


/*#region 组件 insight*/

.insight-title-no-container {
    counter-reset: insight-1-title;
}

.insight-title-no-item {
    padding-left: 60px;
    position: relative;
}

.insight-title-no-item::before {
    counter-increment: insight-1-title;
    color: #e73d6e;
    font-family: 'dincond-regular';
    font-style: italic;
    font-size: 1.4em;
    content: counter(insight-1-title) ".";
    position: absolute;
    top: 0;
    left: 0.2em;
}

.insight-3-table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

.insight-3-table td {
    vertical-align: top;
    padding: 30px 25px;
    border: 1px solid #eee;
}

.insight-entry-swiper {
    width: 590px;
    height: 200px;
}

.insight-entry-swiper-content {
    left: 80px;
    top: 36px;
}

.insight-entry-swiper .swiper-pagination {
    left: 80px;
    width: auto;
    bottom: 30px;
}

.insight-entry-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 9px;
    background: white;
    opacity: 0.2;
}

.insight-entry-swiper .swiper-pagination-bullet-active {
    opacity: 0.8;
}

.insight-entry-swiper .swiper-prev,
.insight-entry-swiper .swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: white;
    z-index: 100;
    cursor: pointer;
}

.insight-entry-swiper .swiper-prev {
    left: 20px;
}

.insight-entry-swiper .swiper-next {
    left: 550px;
}


/*#endregion*/


/*#region 组件 new-case-card*/

.new-case-card-container {
    margin: 0;
    padding: 0;
    margin-bottom: 38px;
    width: 370px;
    /*height: 370px;*/
}

.new-case-card-vlog-container {
    margin: 0;
    padding: 0;
    margin-bottom: 38px;
    width: 224px;
    height: 400px;
}

.new-case-card {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.18);
    text-decoration: none !important;
}

.new-case-card:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-color: rgba(231, 61, 110, .5);
    text-decoration: none !important;
}

.new-case-card__img-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.new-case-card__vlog-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new-case-card__img {
    width: 100%;
}

.new-case-card__content {
    padding: 14px 22px;
}

.new-case-card__info {
    font-size: 12px;
    color: #bcbcbc;
}

.new-case-card__title {
    font-size: 18px;
    color: #333;
    margin: 15px 0 12px;
}

.new-case-card__quote {
    overflow: hidden;
    font-size: 14px;
    color: #9e9e9e;
}


/*#endregion*/


/*#region 组件 swiper */

.full-swiper-thin-nav .swiper-prev,
.full-swiper-thin-nav .swiper-next {
    position: absolute;
    bottom: 35px;
    font-size: 30px;
    /*color: black;*/
    color: white;
    z-index: 100;
    cursor: pointer;
}

.full-swiper-thin-nav .swiper-button-disabled {
    opacity: 0.2;
}

.full-swiper-thin-nav .swiper-prev {
    left: 64px;
}

.full-swiper-thin-nav .swiper-next {
    right: 64px;
}

.full-swiper-thin-nav .swiper-pagination {
    bottom: 30px;
}

.inst-swiper .swiper-slide {
    /* height: 774px; */
    background-repeat: no-repeat;
}

.inst-swiper .card-white-tall {
    position: absolute;
    z-index: 1;
    right: 50%;
    margin-right: 150px;
    top: 105px;
    padding: 30px 60px;
}

.inst-swiper .institution-explain {
    position: absolute;
    margin-left: 320px;
    left: 50%;
    bottom: 90px;
    background-color: #e73d6e;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
}

.inst-swiper .card-white-fat .swiper-container {
    width: 587px;
    height: 332px;
    margin: 11px 16px;
}

.inst-swiper .card-white-fat {
    padding: 1px 0 0;
    margin-bottom: 50px;
}


/*#endregion*/



/*#region 页面 about*/

.about-swiper .swiper-pagination {
    bottom: 40px;
    text-align: right;
    width: 50%;
}

/*#endregion*/


/*#region 页面 home*/


.home-banner-play-button {
    will-change: opacity;
    transition: opacity .3s;
    width: 142px;
    height: 144px;
    cursor: pointer;
}
.home-banner-play-button + .home-banner-play-button {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
}
.home-banner-play-button:hover,
.home-banner-play-button:hover + .home-banner-play-button {
    opacity: 1 !important;
}

#home {
    position: relative;
    height: 500px;
    color: black;
}

#home .swiper-container {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
}

#home .swiper-prev,
#home .swiper-next {
    position: absolute;
    bottom: 35px;
    font-size: 30px;
    /*color: black;*/
    color: white;
    z-index: 100;
    cursor: pointer;
}

#home .swiper-button-disabled {
    opacity: 0.2;
}

#home .swiper-prev {
    left: 64px;
}

#home .swiper-next {
    right: 64px;
}

#home .swiper-pagination {
    bottom: 30px;
}

#home .service-items {
    width: 1108px;
    margin: 90px auto auto;
}

#home .service-item {
    box-sizing: border-box;
    padding: 0 10px 55px 50px;
}

#home .home-buttons {
    position: absolute;
    z-index: 100;
    top: 250px;
    width: 100%;
    text-align: center;
}

#home .home-button {
    color: black;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 0 20px;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 20px;
    border: 1px solid;
    -webkit-user-select: none;
    user-select: none;
    -o-transition: 0.3s color, 0.3s background-color;
    -ms-transition: 0.3s color, 0.3s background-color;
    -moz-transition: 0.3s color, 0.3s background-color;
    -webkit-transition: 0.3s color, 0.3s background-color;
    transition: 0.3s color, 0.3s background-color;
}

#home .home-button:hover {
    color: white;
    background-color: #e73d6e;
    border-color: #e73d6e;
}

#home .home-images,
#home .swiper-slide .home-cases {
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 220px;
    text-align: center;
}

#home .home-image {
    padding-left: 20px;
    display: inline-block;
}

#home .swiper-slide .center-wrapper {
    height: 100%;
}

#home .swiper-slide .slogan,
#home .swiper-slide .subtitle {
    color: #333;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

#home .swiper-slide .slogan {
    font-size: 28px;
    font-weight: lighter;
}

#home .swiper-slide .subtitle {
    margin: 16px auto 0;
    font-size: 14px;
}

#home .swiper-slide .home-cases {
    top: 220px;
}

#home .swiper-slide .home-case {
    display: inline-block;
    color: white;
}

#home .swiper-slide .home-case .home-case-image-link {
    display: block;
    border: 2px solid white;
    width: 320;
    height: 180px;
    margin: 0 30px 8px;
}

#home .swiper-slide .home-case .home-case-image-link img {
    width: 100%;
    height: 100%;
}

#home .swiper-slide .home-case .home-case-text-link {
    color: white;
}

#home .swiper-slide .home-case .home-case-text-link-black {
    color: #333;
}

#home .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
}

#home .swiper-slide.nth-child-1 .center-wrapper .slogan {
    color: #fff;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-top: 350px;
}

#home .swiper-slide.nth-child-1 .home-images {
    top: 110px;
}

#home .swiper-slide.nth-child-1 .home-image:first-child {
    width: 250px;
}

#home .swiper-slide.nth-child-1 .home-image:last-child {
    width: 200px;
    padding-bottom: 16px;
    padding-left: 46px;
    padding-right: 04px;
}

#home .swiper-slide.nth-child-2 .slogan {
    margin-top: 40px;
    margin-left: -325px;
}

#home .swiper-slide.nth-child-2 .subtitle {
    margin-top: 20px;
    margin-left: -330px;
    line-height: 20px;
}

#home .swiper-slide.nth-child-2 .home-images {
    top: 285px;
    margin-left: -135px;
}

#home .swiper-slide.nth-child-2 .home-images .qq-logo {
    top: 495px;
    margin-left: -905px;
    margin-top: 55px;
}

#home .swiper-slide.nth-child-2 .home-case {
    margin-top: -25px;
    margin-left: -670px;
}

#home .swiper-slide.nth-child-2 .home-buttons {
    top: 150px;
    margin-left: -330px;
}

#home .swiper-slide.nth-child-3 .slogan {
    margin-top: 30px;
}

#home .swiper-slide.nth-child-3 .subtitle {
    max-width: 555px;
}

#home .swiper-slide.nth-child-3 .home-images {
    top: 100px;
}

#home .swiper-slide.nth-child-4 .slogan {
    margin-top: 40px;
    margin-left: -284px;
}

#home .swiper-slide.nth-child-4 .subtitle {
    /*  max-width: 655px;*/
    margin-top: 20px;
    margin-left: -277px;
    line-height: 20px;
}

#home .swiper-slide.nth-child-4 .home-images {
    top: 275px;
    margin-left: -100px;
}

#home .swiper-slide.nth-child-4 .home-case {
    margin-top: -25px;
    margin-left: -590px;
}

#home .swiper-slide.nth-child-4 .home-buttons {
    top: 150px;
    margin-left: -295px;
}

#home .swiper-slide.nth-child-5 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home .swiper-slide.nth-child-5 .egg-home-case-lele-subtitle {
    position: absolute;
    /*top: 440px;*/
    bottom: 80px;
    right: 51%;
    /*margin-right: 180px;*/
    width: 560px;
    color: white;
    text-align: left;
}

#home .swiper-slide.nth-child-5 .egg-home-case-lele-video {
    position: absolute;
    top: 90px;
    left: 45%;
    margin-left: 200px;
    color: white;
    text-align: center;
}

#home .swiper-slide.nth-child-6 .exam-home-video {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.88);
    padding: 5px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -473px;
    text-align: center;
}

#home .swiper-slide.nth-child-6 .exam-home-video-title {
    position: absolute;
    width: 100%;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

#home .swiper-slide.nth-child-6 .slogan {
    margin-top: 70px;
    margin-left: -305px;
}

#home .swiper-slide.nth-child-new-2 .exam-home-video {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    padding: 7px 7px 2px 7px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -433px;
    text-align: center;
}


/*#endregion*/
#home .swiper-slide.nth-child-4 .home-case {
    margin-top: -25px;
    margin-left: -590px;
}

#home .swiper-slide.nth-child-4 .home-buttons {
    top: 150px;
    margin-left: -295px;
}

#home .swiper-slide.nth-child-5 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home .swiper-slide.nth-child-5 .egg-home-case-lele-subtitle {
    position: absolute;
    /*top: 440px;*/
    bottom: 80px;
    right: 51%;
    /*margin-right: 180px;*/
    width: 560px;
    color: white;
    text-align: left;
}

#home .swiper-slide.nth-child-5 .egg-home-case-lele-video {
    position: absolute;
    top: 90px;
    left: 45%;
    margin-left: 200px;
    color: white;
    text-align: center;
}

#home .swiper-slide.nth-child-6 .exam-home-video {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.88);
    padding: 5px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -473px;
    text-align: center;
}

#home .swiper-slide.nth-child-6 .exam-home-video-title {
    position: absolute;
    width: 100%;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

#home .swiper-slide.nth-child-6 .slogan {
    margin-top: 70px;
    margin-left: -305px;
}

#home .swiper-slide.nth-child-new-2 .exam-home-video {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    padding: 7px 7px 2px 7px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -433px;
    text-align: center;
}

.home-hospital-list-arrow {
    bottom:100px;
    font-size:100px;
    color:#9e9e9e;
    opacity:0.2;
}
.home-hospital-list-arrow.icon-left-thin {
    left:-90px;
}
.home-hospital-list-arrow.icon-right-thin {
    right:-60px;
}
.home-hospital-list-arrow:hover {
    cursor: pointer;
    opacity: 0.6;
}


/*#endregion*/


/*#region 页面 city*/

#city {
    height: 780px;
    position: relative;
}

#city .left-container,
#city .right-container {
    position: absolute;
}

#city .left-container .content {
    width: 600px;
    margin-left: auto;
}

#city .swiper-container {
    position: relative;
    height: 100%;
}

#city .swiper-nav {
    position: absolute;
    color: white;
    font-size: 36px;
    z-index: 10;
    font-weight: lighter;
    left: 46px;
    top: 50px;
    text-align: left;
}

#city .swiper-nav .cities {
    list-style: none;
    font-size: 0;
    padding: 0;
    /*margin-top: 34px;*/
}

#city .swiper-nav .cities li {
    display: inline-block;
    /*padding-right: 20px;*/
    /*padding-left: 26px;*/
    height: 64px;
    line-height: 64px;
    font-size: 30px;
    cursor: pointer;
}

#city .swiper-nav .cities li.current {
    /*background: url(//img.fjmryj.com/static/images/city/current-city-name.png) no-repeat center;*/
}

#city .swiper-nav .cities .en {
    font-size: 16px;
    margin-left: 10px;
}

#city .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#city .swiper-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    -o-transition: opacity .7s ease-in-out, background-image 1s ease-in-out;
    -webkit-transition: opacity .7s ease-in-out, background-image 1s ease-in-out;
    -ms-transition: opacity .7s ease-in-out, background-image 1s ease-in-out;
    -moz-transition: opacity .7s ease-in-out, background-image 1s ease-in-out;
    transition: opacity .7s ease-in-out, background-image 1s ease-in-out;
}

#city .swiper-slide:first-child {
    opacity: 1;
}

#city .swiper-slide .city-des {
    width: 556px;
    height: 216px;
    background: rgba(255, 255, 255, 0.85);
    text-align: left;
    position: absolute;
    left: 46px;
    bottom: 80px;
    box-sizing: border-box;
    padding: 28px 32px;
    font-size: 16px;
    line-height: 24px;
}

#city .swiper-slide .city-des p {
    padding: 0;
    margin: 0 0 18px;
}

#city .logo {
    position: absolute;
    left: 50%;
    margin-left: 810px;
    bottom: 79px;
    z-index: 100;
    /*  width: 68px;*/
}

#city .note {
    font-size: 14px;
}


/*#endregion*/
    line-height: 64px;
    font-size: 30px;
    cursor: pointer;
}

#city .swiper-nav .cities li.current {
    /*background: url(//img.fjmryj.com/static/images/city/current-city-name.png) no-repeat center;*/
}

#city .swiper-nav .cities .en {
    font-size: 16px;
    margin-left: 10px;
}

#city .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#city .swiper-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    -o-transition: opacity .7s ease-in-out, background-image 1s ease-in-out;
    -webkit-transition: opacity .7s ease-in-out, background-image 1s ease-in-out;
    -ms-transition: opacity .7s ease-in-out, background-image 1s ease-in-out;
    -moz-transition: opacity .7s ease-in-out, background-image 1s ease-in-out;
    transition: opacity .7s ease-in-out, background-image 1s ease-in-out;
}

#city .swiper-slide:first-child {
    opacity: 1;
}

#city .swiper-slide .city-des {
    width: 556px;
    height: 190px;
    background: rgba(255, 255, 255, 0.85);
    text-align: left;
    position: absolute;
    left: 46px;
    bottom: 80px;
    box-sizing: border-box;
    padding: 28px 32px;
    font-size: 16px;
    line-height: 24px;
}

#city .swiper-slide .city-des p {
    padding: 0;
    margin: 0 0 18px;
}

#city .logo {
    position: absolute;
    left: 50%;
    margin-left: 810px;
    bottom: 79px;
    z-index: 100;
    /*  width: 68px;*/
}

#city .note {
    font-size: 14px;
}


/*#endregion*/


/*#region 页面 institution*/

#institution {
    height: 750px;
    border-top: 1px solid white;
    /*background-image: url(//img.fjmryj.com/static/images/institution/1.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

#institution .left-container .content {
    padding-bottom: 80px;
}

#institution .left-container .content h2 {
    margin-top: 40px;
    margin-bottom: 49px;
}

#institution .institution-logos {
    list-style: none;
    margin-top: 30px;
    padding-left: 60px;
}

#institution .institution-slides {
    position: absolute;
    margin-left: 60px;
    bottom: 50px;
    left: 50%;
    border: 2px solid white;
    overflow: hidden;
    width: 544px;
    height: 309px;
}

#institution .swiper-container {
    height: 100%;
}

#institution .swiper-slide {
    /* width: 100%; */
    /* height: 100%; */
    background-size: cover;
}

#institution .swiper-slide img {
    width: 100%;
    height: 100%;
}

#institution .institution-logos li {
    display: inline-block;
    margin-top: 24px;
}

#institution .logo {
    position: absolute;
    /*  width: 130px;*/
    top: 40px;
    left: 50%;
    margin-left: 46px;
}

#institution .swiper-prev,
#institution .swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    /*color: black;*/
    color: white;
    z-index: 100;
    cursor: pointer;
}

#institution .swiper-prev {
    left: 20px;
}

#institution .swiper-next {
    right: 20px;
}


/*#endregion*/


/*#region 页面 service*/

#service .home-items {
    display: inline-block;
    width: 850px;
    margin-left: 120px;
}

#service .project,
#service .service {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

#service .project {
    height: 500px;
}

#service .project .legend {
    position: relative;
    width: 50%;
    height: 100%;
    color: black;
}

#service .project .legend-box {
    position: absolute;
    top: 120px;
    width: 270px;
    height: 270px;
    border-left: solid 3px;
    border-top: solid 3px;
}

#service .project .legend-box .right-line {
    position: absolute;
    border-right: 3px solid;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 37px;
}

#service .project .legend-box .bottom-line {
    position: absolute;
    border-bottom: 3px solid;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 35px;
}

#service .project .legend-box .corner-icon {
    position: absolute;
    color: #e73d6e;
    font-size: 26px;
    right: -9px;
    bottom: -7px;
}

#service .project .legend-box .title {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 26px;
    top: 20px;
    font-size: 36px;
    line-height: 42px;
    font-weight: lighter;
    text-align: left;
}

#service .project .legend-box .title-en,
#service .project .legend-box .title-jp {
    position: absolute;
    font-size: 14px;
    text-align: left;
    left: 5px;
    top: 100%;
    margin-top: 10px;
}

#service .project:nth-child(2) .legend-box .title-jp {
    margin-top: -46px;
    left: 90px;
}

#service .project:nth-child(3) .legend-box .title-jp,
#service .project:nth-child(4) .legend-box .title-jp {
    top: 56px;
    left: 30px;
}

#service .project:nth-child(5) .legend-box .title-jp {
    margin-top: -34px;
    left: 20px;
}

#service .project:nth-child(6) .legend-box .title-jp {
    position: relative;
    display: inline;
}

#service .project .legend-box .legend-icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 70px;
}

#service .project .content {
    width: 50%;
    box-sizing: border-box;
    padding-left: 46px;
    font-size: 16px;
    padding-top: 40px;
}

#service .project .content h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

#service .project .content p {
    margin-bottom: 20px;
}

#service .project:nth-child(even) .center-wrapper .legend {
    float: left;
}

#service .project:nth-child(even) .center-wrapper .legend-box {
    right: 160px;
}

#service .project:nth-child(odd) .center-wrapper .legend {
    float: right;
}

#service .project:nth-child(odd) .center-wrapper .legend-box {
    left: 175px;
}

#service .project:nth-child(even) .center-wrapper .content {
    float: right;
    padding-right: 40px;
}

#service .project:nth-child(odd) .center-wrapper .content {
    float: left;
    padding-right: 0;
}

#service .project:nth-child(2) {
    /*background-image: url(//img.fjmryj.com/static/images/service/inspection.jpg);*/
}

#service .project:nth-child(3) {
    /*background-image: url(//img.fjmryj.com/static/images/service/nmr.jpg);*/
    background-color: #ededed;
}

#service .project:nth-child(3) .legend-box {
    top: 135px;
}

#service .project:nth-child(4) {
    /*background-image: url(//img.fjmryj.com/static/images/service/ct.jpg);*/
}

#service .project:nth-child(4) .content {
    /* padding-top: 40px; */
}

#service .project:nth-child(4) .legend-box {
    top: 162px;
}

#service .project:nth-child(5) {
    /*background-image: url(//img.fjmryj.com/static/images/service/digestive.jpg);*/
    background-color: #ededed;
}

#service .project:nth-child(5) .legend-box {
    top: 100px;
}

#service .project:nth-child(5) .legend-box .title {
    left: auto;
    right: 36px;
}

#service .project:nth-child(5) .legend-box .legend-icon {
    left: auto;
    right: 10px;
}

#service .project:nth-child(6) {
    /*background-image: url(//img.fjmryj.com/static/images/service/cancer.jpg);*/
    background-color: #d0cfdc;
}

#service .project:nth-child(6) .content {
    padding-top: 69px;
}

#service .project:nth-child(6) .legend-box {
    top: 132px;
}

#service .project .legend-box .logo {
    position: absolute;
    height: 90px;
    right: 26px;
    bottom: 18px;
}

#service .service {
    height: 328px;
    border-top: 1px solid white;
    position: relative;
}

#service .service h2 {
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    font-weight: lighter;
    font-size: 30px;
    margin-top: 10px;
    width: 240px;
}

#service .service .right-container {
    position: relative;
}

#service .service .content {
    padding-left: 46px;
    padding-right: 50px;
}

#service .service .content h3 {
    font-size: 24px;
    margin-top: 60px;
    line-height: 24px;
    margin-bottom: 18px;
}

#service .service .content p {
    margin-bottom: 22px;
}

#service .service .title-icon {
    position: absolute;
    display: block;
    top: 0;
    left: 16px;
    line-height: 24px;
    font-size: 16px;
}

#service .service:nth-child(8) .title-icon {
    color: #e73d6e;
}

#service .service:nth-child(9) .title-icon {
    color: #333;
}

#service .service:nth-child(10) .title-icon {
    color: #3699df;
}

#service .service:nth-child(11) .title-icon {
    color: #a07045;
}

#service .service:nth-child(12) .title-icon {
    color: #e73d6e;
}


/*#endregion*/


/*#region 页面 process-solo*/

#process-solo>.process-container {
    /*margin-top: 12px;*/
    position: relative;
    line-height: 405px;
    font-size: 0;
}

#process-solo .process-box {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    padding: 31px 0;
}

#process-solo .process-step {
    font-weight: bold;
    font-size: 32px;
    margin-top: 50px;
}

#process-solo .process-detail {
    line-height: 30px;
    height: 60px;
    width: 85%;
    bottom: 06px;
    position: absolute;
    display: table;
    margin-left: 25px;
    margin-bottom: 10px;
}

#process-solo .process-detail span {
    display: table-cell;
    vertical-align: middle;
}

#process-solo .process-icon {
    font-size: 54px;
    color: black;
    padding-top: 46px;
}

#process-solo .process-jp {
    font-family: "MS PGothic" !important;
}

#process-solo .process-en,
#process-solo .process-jp {
    font-size: 14px;
    margin-top: 18px;
}

#process-solo .arrow {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #e73d6e;
}

#process-solo .arrow.arrow-down {
    position: absolute;
    transform: rotate(90deg);
    right: 174px;
    /*top: 395px;*/
    top: 205px;
    /* background: yellow; */
}

#process-solo .process-box>div {
    border: 4px solid black;
    width: 346px;
    height: 165px;
    position: relative;
}

#process-solo .process-box>div:not(:first-child) {
    border-top: none;
}


/*#endregion*/


/*#region 页面 price-lite*/

#price-lite .title-image {
    background-image: url(//img.fjmryj.com/static/images/product-detail/title.png);
}

#price-lite .center-wrapper {
    height: auto;
}

#price-lite .city-tab {
    text-align: center;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    box-sizing: border-box;
    cursor: pointer;
}

#price-lite .city-tab.current {
    background-color: #f7f7f7;
}

#price-lite .city-tab.current h2 {
    color: black;
}

#price-lite .price-packages {
    text-align: left;
    height: 380px;
}

#price-lite .price-packages .package-body {
    padding-top: 15px;
    margin-top: 12px;
    height: 250px;
}

#price-lite .price-packages .pure-u-1-4>* {
    padding-left: 52px;
    box-sizing: border-box;
}

#price-lite .price-packages .package-body {
    border-right: 1px dashed #383838;
}

#price-lite .price-packages>div:last-child .package-body {
    border-right: none;
}

#price-lite .package-status {
    margin-top: 30px;
    font-size: 12px;
    /*  padding-left: 30px;*/
}

#price-lite .package-link {
    margin-top: -15px;
    margin-bottom: 25px;
    font-size: 16px;
}

#price-lite .package-explain {
    text-align: left;
    margin-top: 20px;
    padding-left: 46px;
    line-height: 24px;
}

#price-lite .package-explain em {
    font-style: normal;
    font-weight: bold;
}

#price-lite .payment-icons {
    margin-top: -120px;
    line-height: 30px;
    width: 100px;
    margin-left: 650px;
}

#price-lite .payment-icons img {
    margin-top: 40px;
}


/*#endregion*/


/*#region 页面 case*/

#case {
    height: 500px;
}

#case .swiper-container {
    width: 100%;
    height: 500px;
}

#case .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#case .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: relative;
}

#case .case-content {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 754px;
    height: 212px;
}

#case .case-content .case-icon {
    position: absolute;
    border: 1px dashed #e73d6e;
    text-align: center;
    color: #e73d6e;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    left: -28px;
    top: -28px;
}

#case .case-content .case-icon i {
    vertical-align: middle;
    line-height: 56px;
    font-size: 24px;
}

#case .case-content .logo {
    position: absolute;
    width: 130px;
    right: 30px;
    bottom: 40px;
}

#case .case-content .case-quote {
    font-size: 24px;
    top: 20px;
    position: absolute;
    left: 30px;
}

#case .case-content .case-quote>span {
    font-family: Baskerville, Georgia, "Liberation Serif", "Kaiti SC", STKaiti, "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", KaiTi, KaiTi_GB2312, "TW\-Kai", serif !important;
}

#case .case-content .case-quote-sign {
    font-size: 48px;
}

#case .case-content .case-person {
    font-weight: lighter;
    position: absolute;
    font-size: 16px;
    bottom: 56px;
    left: 90px;
}

#case .case-content .case-person a {
    margin-left: 10px;
}

#case .swiper-slide:nth-child(1) .case-content {
    left: 50%;
    margin-left: -554px;
    top: 110px;
}

#case .swiper-slide:nth-child(2) .case-content {
    left: 50%;
    margin-left: -554px;
    top: 110px;
}

#case .case-content2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 118px;
    left: 47%;
    height: 134px;
    width: 800px;
    margin-left: -240px;
    color: white;
    font-weight: lighter;
}

#case .case-content2 .case-content2-container {
    height: 134px;
    display: table-cell;
    vertical-align: middle;
}

#case .case-content2 .case-quote {
    text-align: left;
    font-size: 20px;
    text-indent: -24px;
    line-height: 30px;
}

#case .case-content2 .case-person {
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
}

#case .case-content2 a {
    color: white !important;
}

#case .case-content2 a:hover {
    text-decoration: underline;
}

#case .case-content2 .case-quote-sign {
    font-size: 36px;
    font-family: Baskerville, Georgia, "Liberation Serif", "Kaiti SC", STKaiti, "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", KaiTi, KaiTi_GB2312, "TW\-Kai", serif !important;
    vertical-align: middle;
}

#case .swiper-prev,
#case .swiper-next {
    position: absolute;
    top: 46%;
    margin-top: -80px;
    font-size: 60px;
    /*color: black;*/
    color: white;
    z-index: 100;
    opacity: 0.8;
    cursor: pointer;
}

#case .swiper-button-disabled {
    opacity: 0.2;
}

#case .swiper-prev {
    left: 50%;
    margin-left: -650px;
}

#case .swiper-next {
    right: 50%;
    margin-right: -650px;
}

#case .swiper-pagination {
    bottom: 30px;
}

#case .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 9px;
}

#case .swiper-pagination-bullet-active {
    background: black;
    opacity: 0.8;
}


/*#endregion*/


/*#region 页面 qa-full*/

#qa-full {
    /*height: 1450px;*/
    background: #e73d6e;
    position: relative;
}

#qa-full .bar {
    height: 120px;
    line-height: 120px;
}

#qa-full .bar .en {
    font-weight: lighter;
    font-family: serif;
}

#qa-full .content {
    color: #f8f8f8;
    padding: 0;
    line-height: 28px;
}

#qa-full dl {
    width: 50%;
    float: left;
    padding: 0 46px;
    box-sizing: border-box;
    margin-top: 0px;
}

#qa-full dl:nth-child(odd) {
    padding-left: 0;
    padding-right: 92px;
}

#qa-full dt {
    font-weight: bold;
    font-size: 18px;
}

#qa-full dd {
    margin-left: 0;
    margin-bottom: 43px;
    font-weight: lighter;
}

#qa-full dd em {
    font-size: 18px;
}

#qa-full .logo {
    position: absolute;
    width: 140px;
    bottom: 50px;
    left: 50%;
    margin-left: 400px;
}


/*#endregion*/


/*#region 页面 case-detail*/

#case-detail .other_cases {
    max-width: 320px;
}

#case-detail .title-image {
    background-image: url(//img.fjmryj.com/static/images/case-detail/title.png);
    height: 333px;
}

#case-detail .bar {
    height: 86px;
    line-height: 86px;
    margin-bottom: 35px;
}

#case-detail .case-image {
    margin-bottom: 35px;
}

#case-detail .case-info,
#case-detail .case-description {
    text-align: left;
    box-sizing: border-box;
}

#case-detail .case-info {
    padding-left: 46px;
}

#case-detail .case-info .price-packages {
    margin-top: 20px;
    height: auto;
}

#case-detail .case-info .price-packages .package-body {
    margin-top: 0px;
    padding-left: 6px;
    /* font-size: 12px; */
    line-height: 20px;
    height: auto;
}

#case-detail .case-info .price-packages .package-suggest {
    margin-top: 22px;
}

#case-detail .case-info .price-packages .package-contents {
    /* height: 20px; */
}

#case-detail .case-info .price-packages .package-icons {
    /* margin-top: 10px; */
}

#case-detail .case-info .location {
    font-size: 0;
}

#case-detail .case-info .city {
    display: inline-block;
    padding-right: 20px;
    padding-left: 26px;
    margin-left: 0;
    margin-right: 24px;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
    color: white;
    background: url(//img.fjmryj.com/static/images/city/current-city-name.png) no-repeat center;
    vertical-align: baseline;
}

#case-detail .case-info .city .en {
    font-size: 16px;
    margin-left: 3px;
    line-height: 64px;
}

#case-detail .case-info .institution {
    display: inline-block;
    box-sizing: border-box;
    padding-bottom: 12px;
    vertical-align: bottom;
}

#case-detail .case-description {
    padding: 0;
    /* font-size: 14px; */
    margin-left: -44px;
    margin-top: 13px;
}

#case-detail .case-description h1 {
    font-weight: lighter;
    font-size: 36px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 36px;
}

#case-detail .case-description h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 24px;
    /*  border-left: 10px !important;
  border-color: #e73d6e !important;*/
}

#case-detail .case-description p {
    margin-top: 0;
    /*margin-bottom: 26px;*/
    line-height: 24px;
}

#case-detail .case-description img {
    border: 0;
    /*margin-bottom: 10px;*/
}

#case-detail .case-description .case-figure {
    margin-bottom: 36px;
}

#case-detail .case-figure-explain {
    font-size: 14px;
}

#case-detail .case-description .break-left {
    margin-left: -258px;
    /*margin-bottom: 14px;*/
}


/*#endregion*/


/*#region 页面 product-detail*/

#product-detail #price {
    height: inherit;
}

#product-detail .tables-container {
    margin-top: 70px;
}

#product-detail .tables-container>h2 {
    text-align: left;
    padding-left: 46px;
    font-size: 30px;
    font-weight: lighter;
    margin-top: 0;
    margin-top: -25px;
}

#product-detail .price-summary-table {
    border-collapse: collapse;
    /*margin-left: 46px;*/
    margin-top: 20px;
}

#product-detail .price-summary-table th {
    text-align: center;
    /* color: #e73d6e; */
    /*background-color: #e73d6e;*/
    font-size: 16px;
    /*line-height: 30px;*/
    padding-left: 10px;
    padding-right: 10px;
}

#product-detail .price-summary-table th,
#product-detail .price-summary-table td {
    /*border-left: 1px solid white;*/
    /*border-right: 1px solid white;*/
    padding: 10px 18px;
    text-align: left;
}

#product-detail .price-summary-table tbody {
    list-style-type: none;
    counter-reset: sectioncounter;
}

#product-detail .price-summary-table tbody tr {
    height: 36px;
}

#product-detail .price-summary-table tbody tr:before {
    content: counter(sectioncounter);
    counter-increment: sectioncounter;
    float: right;
    text-align: right;
    /*width: 45px;*/
    /*margin-right: 10px;*/
    float: right;
    text-align: right;
    /*width: 45px;*/
    /*margin-right: 10px;*/
     padding-top: 5px;
    /*padding-top: 11px;*/
    font-size: 12px;
    line-height: 40px;
    color: #bbb;
}

#product-detail .price-summary-table tbody tr:nth-child(odd) {}

#product-detail .price-summary-table tbody tr:nth-child(even) {
    background: #fafafa;
}

#product-detail .price-summary-table tbody td:not(:first-child) {
    /*color: #e73d6e;*/
    font-size: 14px;
    /*font-weight: bolder;*/
    text-align: center;
}

#product-detail .price-table {
    border-collapse: collapse;
    border: 1px solid white;
    margin-bottom: 44px;
}

#product-detail .price-table td {
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    /*border: 1px solid white;*/
}

#product-detail .price-table thead {}

#product-detail .price-table th {
    color: white;
    background-color: #e73d6e;
    /*border: 1px solid white;*/
    font-size: 24px;
    font-weight:lighter;
    padding: 16px 14px;
}

#product-detail .price-table th:nth-child(3),
#product-detail .price-table th:nth-child(4),
#product-detail .price-table th:nth-child(5) {
    font-size: 14px;
}

#product-detail .price-table th:nth-child(5) {
    /* padding-right: 42px; */
    /* background: #bb9865; */
}

#product-detail .price-table tbody {}

#product-detail .price-table tr {}

#product-detail .price-table tr:first-child {}

#product-detail .price-table tr:nth-child(even) {
    background: #f9f9f9;
}

#product-detail .price-table tr:nth-child(odd) {
    /*background: #e1e1e1;*/
}

#product-detail .price-table td {
    color: #383838;
    font-size: 14px;
    line-height: 20px;
    padding: 14px;
}

#product-detail .price-table td:nth-child(1) {
    width: 60px;
    /* padding-left: 46px; */
    text-align: center;
    padding: 0;
}

#product-detail .price-table td:nth-child(2) {
    width: 220px;
}

#product-detail .price-table td:nth-child(3) {
    width: 350px;
}

#product-detail .price-table td:nth-child(4) {
    width: 550px;
    padding:20px;
}

#product-detail .price-table td:nth-child(5),
#product-detail .price-table td:nth-child(6),
#product-detail .price-table td:nth-child(7) {
    width: 100px;
    text-align: center;
}

#product-detail .price-table th:nth-child(5),
#product-detail .price-table td:nth-child(7) {
    border-right: none;
}

#product-detail .price-table th:nth-child(6),
#product-detail .price-table td:nth-child(8) {
    border-left: none;
}


/*#endregion*/


/*#region 页面 health-plan*/

#health-plan .title-image {
    background-image: url(//img.fjmryj.com/static/images/health-plan/title.png);
}

#health-plan .bar {
    margin-bottom: 69px;
}

#health-plan .right-container {
    text-align: left;
    padding-left: 50%;
    margin-left: -70px;
}

#health-plan .right-container h3 {
    margin: 0 0 26px;
    font-size: 24px;
}

#health-plan .right-container p {
    font-size: 16px;
    margin: 0 0 28px;
    line-height: 24px;
}

#health-plan .healthplan-legend {
    position: absolute;
    left: 25px;
    top: 95px;
}

#health-plan .icons {
    font-size: 28px;
}

#health-plan .icons i {
    margin-left: 32px;
    margin-right: 18px;
}

#health-plan .years {
    margin-top: 150px;
    margin-left: -50px;
    width: 1152px !important;
    margin-bottom: 165px;
}

#health-plan .years>div {
    /* border-top: 11px solid #e73d6e; */
    box-sizing: border-box;
    border-right: 2px solid white;
    height: 11px;
    background-color: #e73d6e;
}

#health-plan .years>div>div {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding-left: 50%;
    margin-left: -10px;
    margin-top: -50px;
}

#health-plan .dashed-circle {
    width: 36px;
    border: 1px dashed black;
    height: 36px;
    border-radius: 50%;
    margin-top: 14px;
    margin-bottom: 10px;
}

#health-plan .year {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 31px;
}

#health-plan .year:first-child {
    margin-top: 83px;
}

#health-plan .preorder-price {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

#health-plan .preorder-price em {
    font-weight: lighter;
    font-size: 24px;
    margin-right: 2px;
}

#health-plan .discount {
    margin-top: 30px;
}

#health-plan .steps-legend {
    position: absolute;
    left: 0;
    margin-top: 369px;
}

#health-plan .steps {
    padding-left: 0;
    margin-top: 168px;
    font-size: 24px;
    padding-left: 155px;
}

#health-plan .steps li {
    list-style: none;
    margin-bottom: 87px;
    position: relative;
    height: inherit;
}

#health-plan .steps li .order {
    font-weight: bold;
}

#health-plan .steps li i {
    position: absolute;
    left: -110px;
    font-size: 54px;
    margin-left: -9px;
    vertical-align: middle;
    line-height: 100%;
}

#health-plan .card-img {
    position: relative;
    height: 785px;
}

#health-plan .card-img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#health-plan .break-left {
    margin-left: -258px;
    margin-bottom: 14px;
}

#health-plan .break-long-left {
    margin-left: -500px;
    margin-bottom: 14px;
}


/*#endregion*/
#health-plan .dashed-circle {
    width: 36px;
    border: 1px dashed black;
    height: 36px;
    border-radius: 50%;
    margin-top: 14px;
    margin-bottom: 10px;
}

#health-plan .year {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 31px;
}

#health-plan .year:first-child {
    margin-top: 83px;
}

#health-plan .preorder-price {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

#health-plan .preorder-price em {
    font-weight: lighter;
    font-size: 24px;
    margin-right: 2px;
}

#health-plan .discount {
    margin-top: 30px;
}

#health-plan .steps-legend {
    position: absolute;
    left: 0;
    margin-top: 369px;
}

#health-plan .steps {
    padding-left: 0;
    margin-top: 168px;
    font-size: 24px;
    padding-left: 155px;
}

#health-plan .steps li {
    list-style: none;
    margin-bottom: 87px;
    position: relative;
    height: inherit;
}

#health-plan .steps li .order {
    font-weight: bold;
}

#health-plan .steps li i {
    position: absolute;
    left: -110px;
    font-size: 54px;
    margin-left: -9px;
    vertical-align: middle;
    line-height: 100%;
}

#health-plan .card-img {
    position: relative;
    height: 785px;
}

#health-plan .card-img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#health-plan .break-left {
    margin-left: -258px;
    margin-bottom: 14px;
}

#health-plan .break-long-left {
    margin-left: -500px;
    margin-bottom: 14px;
}


/*#endregion*/


/*#region 页面 health-tips-content*/

#health-tips-content .title-image {
    background-image: url(//img.fjmryj.com/static/images/health-plan/title.png);
}

#health-tips-content .bar {
    margin-bottom: 69px;
}

#health-tips-content h2 {
    margin-top: 35px;
}

#health-tips-content .left-container {
    text-align: left;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 200px;
    height: 2800px;
}

#health-tips-content .right-container {
    text-align: left;
    padding-left: 50%;
    margin-left: -70px;
    margin-bottom: 30px;
}

#health-tips-content .right-container h1 {
    /*  margin: 0 0 26px;*/
    font-size: 24px;
    margin-top: 60px;
    line-height: 36px;
    font-weight: bold;
}

#health-tips-content .right-container h2 {
    /*  margin: 0 0 26px;*/
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

#health-tips-content .right-container p {
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0;
}

#health-tips-content .right-container .tip-time {
    font-size: 14px;
}

#health-tips-content .healthplan-legend {
    margin-top: 25px;
}

#health-tips-content .right-container li {
    margin: 10px 0;
    margin-left: -21px;
    font-size: 16px;
    line-height: 24px;
}

#health-tips-content .icons {
    font-size: 28px;
    margin-bottom: 35px;
}

#health-tips-content .icons i {
    margin-left: 32px;
    margin-right: 18px;
}

#health-tips-content .years {
    margin-top: 150px;
    margin-left: -50px;
    width: 1152px !important;
    margin-bottom: 165px;
}

#health-tips-content .years>div {
    /* border-top: 11px solid #e73d6e; */
    box-sizing: border-box;
    border-right: 2px solid white;
    height: 11px;
    background-color: #e73d6e;
}

#health-tips-content .years>div>div {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding-left: 50%;
    margin-left: -10px;
    margin-top: -50px;
}

#health-tips-content .dashed-circle {
    width: 36px;
    border: 1px dashed black;
    height: 36px;
    border-radius: 50%;
    margin-top: 14px;
    margin-bottom: 10px;
}

#health-tips-content .year {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 31px;
}

#health-tips-content .year:first-child {
    margin-top: 83px;
}

#health-tips-content .preorder-price {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

#health-tips-content .preorder-price em {
    font-weight: lighter;
    font-size: 24px;
    margin-right: 2px;
}

#health-tips-content .discount {
    margin-top: 30px;
}

#health-tips-content .steps-legend {
    position: absolute;
    left: 0;
    margin-top: 369px;
}

#health-tips-content .steps {
    padding-left: 0;
    margin-top: 168px;
    font-size: 24px;
    padding-left: 155px;
}

#health-tips-content .steps li {
    list-style: none;
    margin-bottom: 87px;
    position: relative;
    height: inherit;
}

#health-tips-content .steps li .order {
    font-weight: bold;
}

#health-tips-content .steps li i {
    position: absolute;
    left: -110px;
    font-size: 54px;
    margin-left: -9px;
    vertical-align: middle;
    line-height: 100%;
}


#health-tips-content .tip-link-list {
    margin-bottom: 85px;
}

#health-tips-content .tip-link-list li {
    font-size: 15px;
    margin: 16px 0;
}


/*#endregion*/


/*#region 页面 health-tips-list*/

#health-tips-list .title-image {
    background-image: url(//img.fjmryj.com/static/images/health-plan/title.png);
}

#health-tips-list .bar {
    margin-bottom: 50px;
}

#health-tips-list .right-container {
    text-align: left;
    padding-left: 50%;
    margin-left: -90px;
    margin-bottom: 85px;
}

#health-tips-list .right-container h3 {
    margin: 0 0 26px;
    font-size: 24px;
}

#health-tips-list .right-container p {
    font-size: 16px;
    margin: 0 0 28px;
    line-height: 24px;
}

#health-tips-list .healthplan-legend {
    position: absolute;
    left: 0px;
    top: 50px;
}

#health-tips-list .icons {
    font-size: 28px;
}

#health-tips-list .icons i {
    margin-left: 32px;
    margin-right: 18px;
}

#health-tips-list .years {
    margin-top: 150px;
    margin-left: -50px;
    width: 1152px !important;
    margin-bottom: 165px;
}

#health-tips-list .years>div {
    /* border-top: 11px solid #e73d6e; */
    box-sizing: border-box;
    border-right: 2px solid white;
    height: 11px;
    background-color: #e73d6e;
}

#health-tips-list .years>div>div {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding-left: 50%;
    margin-left: -10px;
    margin-top: -50px;
}

#health-tips-list .dashed-circle {
    width: 36px;
    border: 1px dashed black;
    height: 36px;
    border-radius: 50%;
    margin-top: 14px;
    margin-bottom: 10px;
}

#health-tips-list .year {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 31px;
}

#health-tips-list .year:first-child {
    margin-top: 83px;
}

#health-tips-list .preorder-price {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

#health-tips-list .preorder-price em {
    font-weight: lighter;
    font-size: 24px;
    margin-right: 2px;
}

#health-tips-list .discount {
    margin-top: 30px;
}

#health-tips-list .steps-legend {
    position: absolute;
    left: 0;
    margin-top: 369px;
}

#health-tips-list .steps {
    padding-left: 0;
    margin-top: 168px;
    font-size: 24px;
    padding-left: 155px;
}

#health-tips-list .steps li {
    list-style: none;
    margin-bottom: 87px;
    position: relative;
    height: inherit;
}

#health-tips-list .steps li .order {
    font-weight: bold;
}

#health-tips-list .steps li i {
    position: absolute;
    left: -110px;
    font-size: 54px;
    margin-left: -9px;
    vertical-align: middle;
    line-height: 100%;
}

#health-tips-list h1 {
    font-size: 36px;
    font-weight: lighter;
    line-height: 36px;
    margin-top: 55px;
}

#health-tips-list h2 a {
    color: #000;
}

#health-tips-list h2 a:hover {
    color: #08c;
}

#health-tips-list .tip-list {
    padding: 0;
    margin-top: 110px;
}

#health-tips-list .tip-item {
    list-style: none;
    position: relative;
    min-height: 150px;
    margin-top: 90px;
}

#health-tips-list .tip-img {
    position: absolute;
    width: 320px;
    height: 180px;
    left: -395px;
}

#health-tips-list .tip-title {
    font-size: 20px;
    line-height: 50px;
    margin: 0 0 12px;
}

#health-tips-list .tip-intro {
    font-size: 16px;
    line-height: 22px;
}

#health-tips-list .tip-time {
    margin-top: 15px;
    display: inline-block;
}

#health-tips-list .tip-link {
    margin-left: 8px;
}


/*#endregion*/


/*#region 页面 allcase-list*/

#allcase-list .content h3 {
    font-size: 24px;
    margin-top: 40px;
    line-height: 24px;
    margin-bottom: 20px;
}

#allcase-list .allcase-link {
    font-size: 16px;
    margin-top: -20px;
    margin-bottom: 40px;
    line-height: 22px;
}


/*#endregion*/


/*#region 页面 insight*/

#insight .title-image {
    background-image: url(//img.fjmryj.com/static/images/health-plan/title.png);
}

#insight .bar {
    margin-bottom: 69px;
}

#insight .right-container {
    text-align: left;
    padding-left: 50%;
    margin-left: -70px;
}

#insight .right-container h3 {
    margin: 0 0 26px;
    font-size: 24px;
}

#insight .right-container p {
    font-size: 16px;
    margin: 0 0 28px;
    line-height: 24px;
}

#insight .healthplan-legend {
    position: absolute;
    left: 100px;
    top: 40px;
}

#insight .icons {
    font-size: 28px;
}

#insight .icons i {
    margin-left: 32px;
    margin-right: 18px;
}

#insight ul {
    margin-top: -10px;
    margin-bottom: 25px;
}


/*#endregion*/


/*#region 页面 medcity21*/

#medcity21 .package-list td {
    height: 55px;
}

#medcity21 .package-list td,
#medcity21 .package-list th {
    padding: 5px;
}

#medcity21 .package-title {
    font-size: 16px;
    margin-left: 6px;
    margin-right: 4px;
}


/*#endregion*/


/*#region 页面 medcity21-institution*/

#medcity21-institution .swiper-slide {
    /* height: 774px; */
    background-repeat: no-repeat;
}

#medcity21-institution .swiper-pagination {
    bottom: 12px;
}

#medcity21-institution .swiper-large .swiper-pagination {
    bottom: 60px;
}

#medcity21-institution .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 9px;
    background: white;
    opacity: 0.4;
}

#medcity21-institution .swiper-large .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 9px;
}

#medcity21-institution .swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}

#medcity21-institution .card-white-tall {
    position: absolute;
    z-index: 1;
    right: 50%;
    margin-right: 150px;
    top: 105px;
    padding: 30px 60px;
}

#medcity21-institution .institution-explain {
    position: absolute;
    margin-left: 320px;
    left: 50%;
    bottom: 90px;
    background-color: #e73d6e;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
}

#medcity21-institution .card-white-fat .swiper-container {
    width: 587px;
    height: 332px;
    margin: 11px 16px;
}

#medcity21-institution .card-white-fat {
    padding: 1px 0 0;
    margin-bottom: 50px;
}

#medcity21-institution .swiper-prev,
#medcity21-institution .swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    /*color: black;*/
    color: white;
    z-index: 100;
    cursor: pointer;
}

#medcity21-institution .swiper-button-disabled {
    opacity: 0.2;
}

#medcity21-institution .swiper-prev {
    left: 20px;
}

#medcity21-institution .swiper-next {
    right: 20px;
}


/*#endregion*/


/*#region 页面 enterprise*/

#enterprise .bar {
    margin-bottom: 35px;
}

#enterprise h2 {
    font-size: 30px;
}

#enterprise .healthplan-legend {
    position: absolute;
    left: 25px;
    top: 95px;
}

#enterprise .icons {
    font-size: 28px;
}

#enterprise .icons i {
    margin-left: 32px;
    margin-right: 18px;
}

#enterprise .years {
    margin-top: 150px;
    margin-left: -50px;
    width: 1152px !important;
    margin-bottom: 165px;
}

#enterprise .years>div {
    /* border-top: 11px solid #e73d6e; */
    box-sizing: border-box;
    border-right: 2px solid white;
    height: 11px;
    background-color: #e73d6e;
}

#enterprise .years>div>div {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding-left: 50%;
    margin-left: -10px;
    margin-top: -50px;
}

#enterprise .dashed-circle {
    width: 36px;
    border: 1px dashed black;
    height: 36px;
    border-radius: 50%;
    margin-top: 14px;
    margin-bottom: 10px;
}

#enterprise .year {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 31px;
}

#enterprise .year:first-child {
    margin-top: 83px;
}

#enterprise .preorder-price {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

#enterprise .preorder-price em {
    font-weight: lighter;
    font-size: 24px;
    margin-right: 2px;
}

#enterprise .discount {
    margin-top: 30px;
}

#enterprise .steps-legend {
    position: absolute;
    left: 0;
    margin-top: 369px;
}

#enterprise .steps {
    padding-left: 0;
    margin-top: 168px;
    font-size: 24px;
    padding-left: 155px;
}

#enterprise .steps li {
    list-style: none;
    margin-bottom: 87px;
    position: relative;
    height: inherit;
}

#enterprise .steps li .order {
    font-weight: bold;
}

#enterprise .steps li i {
    position: absolute;
    left: -110px;
    font-size: 54px;
    margin-left: -9px;
    vertical-align: middle;
    line-height: 100%;
}

#enterprise .card-img {
    position: relative;
    height: 785px;
}

#enterprise .card-img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#enterprise {
    /*  margin-top: 10px;*/
    box-sizing: border-box;
    padding-right: 0;
}

#enterprise .case-list {
    padding: 0;
    /*  display: flex;
  align-content: space-between;*/
    margin-bottom: 30px;
    width: 320px;
}

#enterprise .case-item {
    font-size: 14px;
    line-height: 22px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 325px;
    margin-right: 70px;
    /*  margin-bottom: 30px;*/
}

#enterprise .case-item p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
}


/*#endregion*/


/*#region 页面 egg-home*/

#egg-home {
    height: 500px;
}

#egg-home .swiper-slide {
    height: 500px;
    background-position: center center;
    background-size: cover;
}

#egg-home .swiper-slide .card-white-large {
    position: absolute;
    top: 50px;
    right: 52%;
    margin-right: 70px;
    padding-left: 50px;
    padding-top: 40px;
}

#egg-home .egg-home-case-lele-subtitle {
    position: absolute;
    /*top: 440px;*/
    bottom: 80px;
    right: 50%;
    /*margin-right: 180px;*/
    width: 560px;
    color: white;
    text-align: left;
}

#egg-home .egg-home-case-lele-video {
    position: absolute;
    top: 95px;
    left: 45%;
    margin-left: 200px;
    color: white;
    text-align: center;
}

#egg-home .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 9px;
    background: white;
    opacity: 0.4;
}

#egg-home .center-wrapper {
    width: 1200px !important;
    display: inline-block;
    position: relative;
}

#egg-home .swiper-prev,
#egg-home .swiper-next {
    position: absolute;
    bottom: 50px;
    font-size: 30px;
    /*color: black;*/
    color: white;
    z-index: 100;
    cursor: pointer;
}

#egg-home .swiper-pagination {
    bottom: 50px;
}

#egg-home .swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}

#egg-home .swiper-button-disabled {
    opacity: 0.2;
}

#egg-home .swiper-prev {
    left: 20px;
}

#egg-home .swiper-next {
    right: 20px;
}


/*#endregion*/


/*#region 页面 egg-knowledge*/

#egg-knowledge .half-width {
    height: 100%;
    background-size: cover;
    position: relative;
}

#egg-knowledge .half-width.left {
    background-position: right center;
}

#egg-knowledge .half-width.right {
    background-position: left center;
}

#egg-knowledge .left .card-white {
    position: absolute;
    top: 80px;
    right: 60px;
}

#egg-knowledge .left .logo-badge {
    position: absolute;
    top: 84px;
    right: 490px;
}

#egg-knowledge .right .card-red {
    position: absolute;
    top: 88px;
    left: 85px;
}

#egg-knowledge .right .logo-badge {
    position: absolute;
    top: 91px;
    left: 500px;
}


/*#endregion*/
    padding-top: 40px;
}

#egg-home .egg-home-case-lele-subtitle {
    position: absolute;
    /*top: 440px;*/
    bottom: 80px;
    right: 50%;
    /*margin-right: 180px;*/
    width: 560px;
    color: white;
    text-align: left;
}

#egg-home .egg-home-case-lele-video {
    position: absolute;
    top: 95px;
    left: 45%;
    margin-left: 200px;
    color: white;
    text-align: center;
}

#egg-home .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 9px;
    background: white;
    opacity: 0.4;
}

#egg-home .center-wrapper {
    width: 1200px !important;
    display: inline-block;
    position: relative;
}

#egg-home .swiper-prev,
#egg-home .swiper-next {
    position: absolute;
    bottom: 50px;
    font-size: 30px;
    /*color: black;*/
    color: white;
    z-index: 100;
    cursor: pointer;
}

#egg-home .swiper-pagination {
    bottom: 50px;
}

#egg-home .swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}

#egg-home .swiper-button-disabled {
    opacity: 0.2;
}

#egg-home .swiper-prev {
    left: 20px;
}

#egg-home .swiper-next {
    right: 20px;
}


/*#endregion*/


/*#region 页面 egg-knowledge*/

#egg-knowledge .half-width {
    height: 100%;
    background-size: cover;
    position: relative;
}

#egg-knowledge .half-width.left {
    background-position: right center;
}

#egg-knowledge .half-width.right {
    background-position: left center;
}

#egg-knowledge .left .card-white {
    position: absolute;
    top: 80px;
    right: 60px;
}

#egg-knowledge .left .logo-badge {
    position: absolute;
    top: 84px;
    right: 490px;
}

#egg-knowledge .right .card-red {
    position: absolute;
    top: 88px;
    left: 85px;
}

#egg-knowledge .right .logo-badge {
    position: absolute;
    top: 91px;
    left: 500px;
}


/*#endregion*/


/*#region 页面 egg-institution*/

#egg-institution .swiper-slide {
    height: 774px;
    background-repeat: no-repeat;
}

#egg-institution .swiper-pagination {
    bottom: 12px;
}

#egg-institution .swiper-large .swiper-pagination {
    bottom: 36px;
}

#egg-institution .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 9px;
    background: white;
    opacity: 0.4;
}

#egg-institution .swiper-large .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 9px;
}

#egg-institution .card-white-tall {
    position: absolute;
    z-index: 1;
    right: 50%;
    margin-right: 150px;
    top: 115px;
    padding: 30px 60px;
}

#egg-institution .institution-explain {
    position: absolute;
    margin-left: 320px;
    left: 50%;
    bottom: 90px;
    background-color: #e73d6e;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
}

#egg-institution .card-white-fat .swiper-container {
    width: 587px;
    height: 332px;
    margin: 11px 16px;
}

#egg-institution .card-white-fat {
    padding: 1px 0 0;
    margin-bottom: 50px;
}

#egg-institution .swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}

#egg-institution .swiper-prev,
#egg-institution .swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    /*color: black;*/
    color: white;
    z-index: 100;
    cursor: pointer;
}

#egg-institution .swiper-button-disabled {
    opacity: 0.2;
}

#egg-institution .swiper-prev {
    left: 20px;
}

#egg-institution .swiper-next {
    right: 20px;
}


/*#endregion*/

}

#egg-knowledge .left .logo-badge {
    position: absolute;
    top: 84px;
    right: 490px;
}

#egg-knowledge .right .card-red {
    position: absolute;
    top: 88px;
    left: 85px;
}

#egg-knowledge .right .logo-badge {
    position: absolute;
    top: 91px;
    left: 500px;
}


/*#endregion*/


/*#region 页面 egg-institution*/

#egg-institution .swiper-slide {
    height: 774px;
    background-repeat: no-repeat;
}

#egg-institution .swiper-pagination {
    bottom: 12px;
}

#egg-institution .swiper-large .swiper-pagination {
    bottom: 36px;
}

#egg-institution .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 9px;
    background: white;
    opacity: 0.4;
}

#egg-institution .swiper-large .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 9px;
}

#egg-institution .card-white-tall {
    position: absolute;
    z-index: 1;
    right: 50%;
    margin-right: 150px;
    top: 115px;
    padding: 30px 60px;
}

#egg-institution .institution-explain {
    position: absolute;
    margin-left: 320px;
    left: 50%;
    bottom: 90px;
    background-color: #e73d6e;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
}

#egg-institution .card-white-fat .swiper-container {
    width: 587px;
    height: 332px;
    margin: 11px 16px;
}

#egg-institution .card-white-fat {
    padding: 1px 0 0;
    margin-bottom: 50px;
}

#egg-institution .swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}

#egg-institution .swiper-prev,
#egg-institution .swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    /*color: black;*/
    color: white;
    z-index: 100;
    cursor: pointer;
}

#egg-institution .swiper-button-disabled {
    opacity: 0.2;
}

#egg-institution .swiper-prev {
    left: 20px;
}

#egg-institution .swiper-next {
    right: 20px;
}


/*#endregion*/


/*#region 页面 egg-tech*/

#egg-tech .content .pure-u-1-2:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 70px;
}

#egg-tech .content .pure-u-1-2:nth-child(even) {
    box-sizing: border-box;
    padding-right: 50px;
}

#egg-tech .content ol {
    padding-left: 20px;
}


/*#endregion*/


/*#region 页面 egg-services*/

#egg-services .half-width.left {
    background-repeat: no-repeat;
    background-position: right 54px center;
}

#egg-services .half-width.right .content {
    padding-left: 10px;
}

#egg-services .card-white-small {
    position: absolute;
    right: 100px;
    top: 40px;
}

#egg-services .egg-services-item {
    margin-top: 1px;
    margin-bottom: 2px;
}

#egg-services .egg-services-item:nth-child(odd) {
    background: rgb(248, 248, 248);
}

#egg-services .service-icon {
    width: 60px;
    margin-top: 40px;
    margin-bottom: 10px;
}

#egg-services .card-red {
    position: absolute;
    top: 50px;
}

#egg-services .logo-badge {
    position: absolute;
    left: 800px;
    bottom: 20px;
}
    bottom: 90px;
    background-color: #e73d6e;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
}

#egg-institution .card-white-fat .swiper-container {
    width: 587px;
    height: 332px;
    margin: 11px 16px;
}

#egg-institution .card-white-fat {
    padding: 1px 0 0;
    margin-bottom: 50px;
}

#egg-institution .swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}

#egg-institution .swiper-prev,
#egg-institution .swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    /*color: black;*/
    color: white;
    z-index: 100;
    cursor: pointer;
}

#egg-institution .swiper-button-disabled {
    opacity: 0.2;
}

#egg-institution .swiper-prev {
    left: 20px;
}

#egg-institution .swiper-next {
    right: 20px;
}


/*#endregion*/


/*#region 页面 egg-tech*/

#egg-tech .content .pure-u-1-2:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 70px;
}

#egg-tech .content .pure-u-1-2:nth-child(even) {
    box-sizing: border-box;
    padding-right: 50px;
}

#egg-tech .content ol {
    padding-left: 20px;
}


/*#endregion*/


/*#region 页面 egg-services*/

#egg-services .half-width.left {
    background-repeat: no-repeat;
    background-position: right 54px center;
}

#egg-services .half-width.right .content {
    padding-left: 10px;
}

#egg-services .card-white-small {
    position: absolute;
    right: 100px;
    top: 40px;
}

#egg-services .egg-services-item {
    margin-top: 1px;
    margin-bottom: 2px;
}

#egg-services .egg-services-item:nth-child(odd) {
    background: rgb(248, 248, 248);
}


#egg-services .card-red {
    position: absolute;
    top: 50px;
}

#egg-services .logo-badge {
    position: absolute;
    left: 800px;
    bottom: 20px;
}


/*#endregion*/

/*#region 页面 healthcase-cancers*/
.healthcase-cancers > li {
    width: 150px;
}
.healthcase-cancers-item {
    margin-bottom: 30px;
}
.healthcase-cancers-link {
    color: #333333;
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    padding: 20px;
}
.healthcase-cancers-link:hover {
    cursor: pointer;
}
.healthcase-cancers-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -65%) scale(0.5);
}
.healthcase-cancers-text {
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
    letter-spacing: 1px;
}


.healthcase-cancers__xsmall.healthcase-cancers > li {
    width: 80px;
}
.healthcase-cancers__xsmall .healthcase-cancers-item {
    margin-bottom: 15px;
}
.healthcase-cancers__xsmall .healthcase-cancers-link {
    width: 80px;
    height: 80px;
    padding: 10px;
}
.healthcase-cancers__xsmall .healthcase-cancers-img {
    transform: translate(-50%, -58%) scale(0.25);
}
.healthcase-cancers__xsmall .healthcase-cancers-text {
    font-size: 11px;
    line-height: 10px;
    right: 10px;
    bottom: 10px;
    letter-spacing: 0.5px;
}


.healthcase-cancers__small.healthcase-cancers > li {
    width: 165px;
}
.healthcase-cancers__small .healthcase-cancers-item {
    margin-bottom: 15px;
}
.healthcase-cancers__small .healthcase-cancers-link {
    width: 165px;
    height: 165px;
    padding: 10px;
}
.healthcase-cancers__small .healthcase-cancers-img {
    transform: translate(-50%, -58%) scale(0.5);
}
.healthcase-cancers__small .healthcase-cancers-text {
    font-size: 14px;
    line-height: 14px;
    right: 16px;
    bottom: 16px;
    letter-spacing: 0.5px;
}
/*#endregion*/

/*#region qz-video*/

.qz-video-play-button, .qz-video-play-button-active {
    will-change: opacity;
    transition: opacity .3s;
    width: 142px;
    height: 144px;
    z-index: 1;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.6);
}
.qz-video-container:hover .qz-video-play-button {
    opacity: 1;
}
.qz-video-play-button-big {
    transform: translate(-50%, -50%) scale(1);
}
/* .qz-video-container:hover .qz-video-play-button-inactive {
    opacity: 0;
} */
.qz-video-container:hover .qz-video-play-button-active {
    opacity: 1;
}
/*#endregion*/

/*#region hit*/

.hit-compare-table td {
    text-align: center;
    min-width: 100px;
    line-height: 40px;
}
.hit-compare-table thead td {
    line-height: 50px;
}
.hit-compare-table td:first-child {
    text-align: left;
    white-space: nowrap;
}
.hit-compare-table td > * {
    vertical-align: middle;
}

/*#endregion*/

