@charset "UTF-8";

@import "reset.css";
@import "sprite.css";
@import "base.css";
@import "header.css";
@import "popin-viewer.css";

/*@import "article-slideshow.css";*/

/* line 1, src/scss/module/_cover.scss */
.cover {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mobiletoutu{
   display: none!important;
   	margin-bottom:30px;
   }
.toutu{
	display: block!important;
}
/* line 6, src/scss/module/_cover.scss */
.cover h1 {
    display: block;
    position: relative;
    top: 7%;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
    -webkit-backface-visibility: hidden;
}

@media only screen and (max-width: 768px) {
    /* line 6, src/scss/module/_cover.scss */
    .cover h1 {
        display: none;
    }
}

/* line 23, src/scss/module/_cover.scss */
.cover .cover-video {
    padding-bottom: 75%;
}

/* line 26, src/scss/module/_cover.scss */
.cover .cover-video video, .cover .cover-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 35, src/scss/module/_cover.scss */
.cover .header-clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* line 42, src/scss/module/_cover.scss */
.filtered .cover {
    max-width: 1400px;
    margin: 0 auto;
}

/* line 48, src/scss/module/_cover.scss */
.front .cover .article-thumb.slide span.arrow {
    position: absolute;
    height: 100px;
    width: 70px;
    z-index: 110;
    margin-top: -50px;
    top: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

/* line 57, src/scss/module/_cover.scss */
.front .cover .article-thumb.slide span.arrow.left {
    background-image: url(../images/arrow-left.png);
    left: 0;
}

/* line 61, src/scss/module/_cover.scss */
.front .cover .article-thumb.slide span.arrow.right {
    background-image: url(../images/arrow-right.png);
    right: 0;
}

/* line 69, src/scss/module/_cover.scss */
.cover .meta-infos .desc {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    /* line 69, src/scss/module/_cover.scss */
    .cover .meta-infos .desc {
        font-size: 13px;
    }
}

/* line 74, src/scss/module/_cover.scss */
.cover.white {
    color: #ffffff;
}

/* line 79, src/scss/module/_cover.scss */
.cover.white .cover-content hgroup .author {
    color: #ffffff;
}

/* line 86, src/scss/module/_cover.scss */
.cover.black {
    color: #000000;
}

/* line 91, src/scss/module/_cover.scss */
.cover.black .cover-content hgroup .author {
    color: #000000;
}

/* line 102, src/scss/module/_cover.scss */
.js .cover .article-thumb.slide img {
    /*visibility: hidden;*/
}

/* line 104, src/scss/module/_cover.scss */
.js .cover .article-thumb.slide img.loaded {
    visibility: visible;
}

/* line 109, src/scss/module/_cover.scss */
.cover .article-thumb.slide {
    position: absolute;
    width: 100%;
    max-width: none;
    /* overwrite: .tight-section */
    height: 100%;
    opacity: 0;
    top: 0;
}

/* line 117, src/scss/module/_cover.scss */
.filtered .cover .article-thumb.slide {
    left: 2%;
    width: 96%;
}

/* line 122, src/scss/module/_cover.scss */
.cover .article-thumb.slide.slideshowing {
    opacity: 1;
    z-index: 1;
}

/* line 127, src/scss/module/_cover.scss */
.cover .article-thumb.slide img {
    position: absolute;
    width: 100%;
    background: #fff;
}

/* line 133, src/scss/module/_cover.scss */
.cover .article-thumb.slide figcaption {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* line 140, src/scss/module/_cover.scss */
.cover .article-thumb.slide figcaption hgroup,
.cover .article-thumb.slide figcaption .numero {
    position: absolute;
    bottom: 10%;
}

/* line 146, src/scss/module/_cover.scss */
.cover .article-thumb.slide figcaption hgroup {
    font-size: 18px;
    line-height: 1.11111;
    left: 2%;
    width: 100%;
    padding-right: 350px;
    -webkit-backface-visibility: hidden;
}

/* line 158, src/scss/module/_cover.scss */
.cover .article-thumb.slide figcaption .numero {
    right: 2%;
}

/* line 164, src/scss/module/_cover.scss */
.cover .article-thumb.slide h2 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    /* line 69, src/scss/module/_cover.scss */
    .cover .article-thumb.slide h2 {
        margin-bottom: 16px;
    }
}

/* line 169, src/scss/module/_cover.scss */
.article-list .article-thumb.slide {
    position: relative;
    float: left;
    text-align: left;
    width: 33.3%;
    margin: 0 0 4%;
    padding: 0 1%;
}

/* line 177, src/scss/module/_cover.scss */
.article-list .article-thumb.slide * {
    opacity: 1 !important;
    /* overwrite: cover's animation */
}

@media only screen and (max-width: 768px) {
    /* line 169, src/scss/module/_cover.scss */
    .article-list .article-thumb.slide {
        float: none;
        width: 100%;
        padding: 0 0;
        margin: 6% 0;
    }
}

/* line 188, src/scss/module/_cover.scss */
.article-list .article-thumb.slide img {
    width: 100%;
    height: auto;
    transform: none !important;
    /* overwrite: parallax */
}

/* line 198, src/scss/module/_cover.scss */
.article-list .article-thumb.slide figcaption {
    margin-top: 25px;
}

/* line 201, src/scss/module/_cover.scss */
.article-list .article-thumb.slide figcaption hgroup {
    width: 100%;
    padding-right: 20%;
}

/* line 205, src/scss/module/_cover.scss */
.article-list .article-thumb.slide figcaption hgroup h2 {
    font-size: 24px;
    line-height: 26px;
}

/* line 210, src/scss/module/_cover.scss */
.article-list .article-thumb.slide figcaption hgroup p {
    font-size: 24px;
    line-height: 1.25;
}

/* line 215, src/scss/module/_cover.scss */
.article-list .article-thumb.slide figcaption hgroup .meta-infos {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 2px;
}

/* line 221, src/scss/module/_cover.scss */
.article-list .article-thumb.slide figcaption hgroup .author {
    font-size: 14px;
}

/* line 227, src/scss/module/_cover.scss */
.article-list .article-thumb.slide:nth-child(3n+1) {
    clear: both;
}

/* line 230, src/scss/module/_cover.scss */
.home-page .article-list .article-thumb.slide {
    margin: 4% 0 0;
}

/* line 237, src/scss/module/_cover.scss */
.print-cover {
    position: relative;
}

/* line 240, src/scss/module/_cover.scss */
.print-cover .column-two-tier {
    margin-bottom: 0;
}

/* line 244, src/scss/module/_cover.scss */
.print-cover .print-cover-figcaption {
    position: absolute;
    bottom: 0;
    left: 66.248%;
    margin: 2% 0 0;
    padding: 0 1%;
    width: 32.634%;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    /* line 259, src/scss/module/_cover.scss */
    .cover .article-thumb h1 {
        margin-left: -5px;
        font-size: 100px;
    }

    /* line 263, src/scss/module/_cover.scss */
    .cover .article-thumb h2 {
        font-size: 32px;
    }

    /* line 267, src/scss/module/_cover.scss */
    .cover .article-thumb hgroup {
        position: absolute;
        -webkit-backface-visibility: hidden;
    }

    /* line 271, src/scss/module/_cover.scss */
    .cover .article-thumb hgroup .meta-infos {
        margin-left: 2px;
    }

    /* line 273, src/scss/module/_cover.scss */
    .cover .article-thumb hgroup .meta-infos .desc {
        font-size: 16px;
    }

    /* line 278, src/scss/module/_cover.scss */
    .cover .article-thumb hgroup .author {
        margin-left: 2px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    /* line 288, src/scss/module/_cover.scss */
    .filtered .cover {
        margin: 0 auto;
        width: 100%;
        max-width: 1400px;
        padding: 0 2%;
    }

    /* line 294, src/scss/module/_cover.scss */
    .filtered .cover .background {
        left: 2%;
        width: 96%;
    }
}

@media only screen and (max-width: 768px) {
    /* line 303, src/scss/module/_cover.scss */
    .cover {
        /*display: none;*/
        height: 200px;
    }

    .cover .article-thumb.slide figcaption hgroup {
        padding-right: 150px;
    }

    .front .cover .article-thumb.slide span.arrow {
        height: 50px;
        width: 30px;
        background-size: 30px 50px;
        margin-top: -30px;
        top: 50%;
    }

    .front .cover .article-thumb.slide span.arrow.right {
        right: 5px;
    }

    .front .cover .article-thumb.slide span.arrow.left {
        left: 5px;
    }
}

/* line 1, src/scss/page/_home.scss */
.interstitial {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    overflow: hidden;
    z-index: 9999;
    display: none;
}

/* line 13, src/scss/page/_home.scss */
.interstitial .interstitial-content {
    padding: 50px 0 60px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

/* line 21, src/scss/page/_home.scss */
.interstitial .interstitial-container-video {
    -webkit-transition: opacity 450ms ease-in;
    -moz-transition: opacity 450ms ease-in;
    -ms-transition: opacity 450ms ease-in;
    -o-transition: opacity 450ms ease-in;
    transition: opacity 450ms ease-in;
    width: 100%;
    height: 100%;
    position: relative;
    /*&.loading{
        @include opacity(0);
    }*/
}

/* line 33, src/scss/page/_home.scss */
.interstitial .interstitial-video .player-youtube,
.interstitial .interstitial-video .poster-player,
.interstitial .interstitial-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* line 43, src/scss/page/_home.scss */
.interstitial .interstitial-video .poster-player {
    -webkit-transition: opacity 450ms ease-in;
    -moz-transition: opacity 450ms ease-in;
    -ms-transition: opacity 450ms ease-in;
    -o-transition: opacity 450ms ease-in;
    transition: opacity 450ms ease-in;
    display: block;
    z-index: 1;
}

/* line 50, src/scss/page/_home.scss */
.interstitial .interstitial-skip {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    text-align: center;
}

/* line 56, src/scss/page/_home.scss */
.interstitial .interstitial-skip a {
    font-size: 13px;
    line-height: 1.30769;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 11px 15px;
}

/* line 68, src/scss/page/_home.scss */
.home-page {
    /*padding-top: 77px;*/
}

/* line 71, src/scss/page/_home.scss */
.home-page .column-tier, .home-page .article-list .article-thumb.slide, .home-page .column-two-tier, .home-page .article .column-left, .article .home-page .column-left, .home-page .article .column-right, .article .home-page .column-right, .home-page .article .column-wide, .article .home-page .column-wide {
    position: relative;
    float: left;
    padding: 0 10px;
    margin: 2% 0;
    text-align: left;
}

/* line 79, src/scss/page/_home.scss */
.home-page .column-tier, .home-page .article-list .article-thumb.slide {
    width: 33.3%;
}

@media only screen and (max-width: 767px) {
    /* line 79, src/scss/page/_home.scss */
    .home-page .column-tier, .home-page .article-list .article-thumb.slide {
        float: none;
        width: 100%;
        margin: 5% 0 !important;
    }
}

/* line 91, src/scss/page/_home.scss */
.home-page .column-two-tier {
    width: 66.6%;
}

@media only screen and (max-width: 768px) {
    /* line 91, src/scss/page/_home.scss */
    .home-page .column-two-tier {
        float: none;
        width: 100%;
        padding: 0 3%;
        margin: 6% 0;
    }
}

/* line 103, src/scss/page/_home.scss */
.home-page .article-list {
    position: relative;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 80px;
}

/* line 108, src/scss/page/_home.scss */
.home-page .article-list .wrapper-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* line 114, src/scss/page/_home.scss */
.home-page .article-list .slideshow {
    position: relative;
    margin-bottom: 40px;
}

/* line 139, src/scss/page/_home.scss */
.home-page .article-list .preloader {
    position: relative;
    margin: 50px 0;
    text-align: center;
    display: none;
}

/* line 166, src/scss/page/_home.scss */
.subscription {
    float: inherit !important;
    margin: 0 auto !important;
}

/* line 169, src/scss/page/_home.scss */
.subscription .numero-p-bold {
    padding: 10px 0 10px;
}

/* line 173, src/scss/page/_home.scss */
.subscription img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 50%;
    position: static;
    vertical-align: top;
}

/* line 181, src/scss/page/_home.scss */
.subscription .subscription-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #000000;
    border: 1px solid #e1e1e1;
}

/* line 190, src/scss/page/_home.scss */
.subscription .subscription-content .subscription-info {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    padding: 7% 5%;
}

/* line 200, src/scss/page/_home.scss */
.subscription .subscription-content .subscription-info .numero-p2 {
    position: absolute;
    bottom: 20px;
}

/* line 211, src/scss/page/_home.scss */
.subscription .subscription-content .valign-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 218, src/scss/page/_home.scss */
.subscription .subscription-content .valign-wrapper .valign-middle-box {
    width: 100%;
    padding: 0 4%;
}

/* line 223, src/scss/page/_home.scss */
.subscription .subscription-content .valign-wrapper .column-tier, .subscription .subscription-content .valign-wrapper .home-page .article-list .article-thumb.slide, .home-page .article-list .subscription .subscription-content .valign-wrapper .article-thumb.slide {
    float: right;
    width: initial;
}

/* line 346, src/scss/page/_home.scss */
#social-sharing {
    margin: 90px 0 0;
}

/* line 349, src/scss/page/_home.scss */
#social-sharing .numero-p-bold {
    padding: 10px 0 40px;
    text-align: center;
}

/* line 354, src/scss/page/_home.scss */
#social-sharing .social-sharing-box {
    text-align: center;
}

/* line 358, src/scss/page/_home.scss */
#social-sharing .icon-social {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #000000;
    text-align: center;
    width: 90px;
    margin: 5px;
}

/* line 367, src/scss/page/_home.scss */
#social-sharing .icon-social:before {
    display: block;
    content: "";
    margin: 0 auto;
}

#social-sharing .icon-social img {
    max-width: 100%;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {

    /* line 391, src/scss/page/_home.scss */
    .subscription {
        padding: 20px !important;
        /*margin: 1% 0 2%;*/
        width: 100% !important;
    }

    /* line 397, src/scss/page/_home.scss */
    .subscription .subscription-content .subscription-info {
        left: 50%;
        padding: 12% 10%;
    }

    /* line 401, src/scss/page/_home.scss */
    .subscription .subscription-content .subscription-info .numero-p2 {
        position: absolute;
        bottom: 20px;
    }

    /* line 409, src/scss/page/_home.scss */
    #newsletter {
        width: 100%;
        margin: 1% 0 2%;
        padding: 0%;
    }

    /* line 415, src/scss/page/_home.scss */
    #newsletter .newsletter-box .webform-component-checkboxes {
        padding: 6%;
    }

    /* line 418, src/scss/page/_home.scss */
    #newsletter .newsletter-box .webform-component-checkboxes label {
        display: block;
    }

    /* line 422, src/scss/page/_home.scss */
    #newsletter .newsletter-box .webform-component-checkboxes #edit-submitted-categories {
        display: block;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* line 434, src/scss/page/_home.scss */
    .subscription .subscription-content .subscription-info {
        left: 50%;
        padding: 7% 7%;
    }
}

@media only screen and (max-width: 768px) {
    /* line 444, src/scss/page/_home.scss */
    .home-page {
        /*padding-top: 70px;*/
    }

    .page-taxonomy-term .home-page {
        /*padding-top: 111px;*/
    }

    /* line 447, src/scss/page/_home.scss */
    .home-page .article-list .article-thumb {
        margin: 8% 0 0;
    }

    /* line 452, src/scss/page/_home.scss */
    .home-page .article-list .article-thumb figcaption hgroup h2 {
        font-size: 20px;
        line-height: 26px;
    }

    /* line 457, src/scss/page/_home.scss */
    .home-page .article-list .article-thumb figcaption hgroup .meta-infos {
        font-size: 14px;
        line-height: 16px;
        margin-top: 8px;
        margin-bottom: 2px;
    }

    /* line 508, src/scss/page/_home.scss */
    .subscription {
        padding: 0;
    }

    /* line 511, src/scss/page/_home.scss */
    .subscription img {
        width: 100%;
        vertical-align: top;
    }

    /* line 518, src/scss/page/_home.scss */
    .subscription .subscription-content {
        position: relative;
        width: 100%;
        background: #ffffff;
        color: #000000;
        border: 1px solid #e1e1e1;
    }

    /* line 526, src/scss/page/_home.scss */
    .subscription .subscription-content .subscription-info {
        position: initial;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0 20px 20px;
    }

    /* line 534, src/scss/page/_home.scss */
    .subscription .subscription-content .subscription-info .numero-p2 {
        display: none;
    }

    /* line 539, src/scss/page/_home.scss */
    .subscription .subscription-content .valign-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* line 546, src/scss/page/_home.scss */
    .subscription .subscription-content .valign-wrapper .valign-middle-box {
        width: 100%;
        padding: 0 4%;
    }

    /* line 551, src/scss/page/_home.scss */
    .subscription .subscription-content .valign-wrapper .column-tier, .subscription .subscription-content .valign-wrapper .home-page .article-list .article-thumb.slide, .home-page .article-list .subscription .subscription-content .valign-wrapper .article-thumb.slide {
        float: right;
        width: initial;
    }

    /* line 559, src/scss/page/_home.scss */
    #social-sharing {
        padding: 0;
    }

    /* line 562, src/scss/page/_home.scss */
    #social-sharing .social-sharing-box {
        border: none;
        padding: 0;
    }

    /* line 567, src/scss/page/_home.scss */
    #social-sharing .icon-social {
        color: #000000;
        /*width: 80px;*/
        margin: 0px;
        font-size: 0;
    }

    /* line 573, src/scss/page/_home.scss */
    #social-sharing .icon-social:before {
        display: block;
        content: "";
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1025px) {
    .home-page .article-list {
        padding: 0 30px;
    }

    .articles-article-6633-page .tight-section {
        padding: 0 20px;
    }

    .articles-article-6633-page .footer-article {
        padding: 0 15px;
    }

    /* line 591, src/scss/page/_home.scss */
    .home-page .article-list .article-thumb figcaption hgroup h2 {
        font-size: 26px;
        line-height: 28px;
    }

    /* line 595, src/scss/page/_home.scss */
    .home-page .article-list .article-thumb figcaption hgroup .meta-infos {
        margin-top: 10px;
        margin-bottom: 2px;
    }
}

/* line 3, src/scss/page/_legal.scss */
.legal-page .article-hgroup {
    position: fixed;
    top: 27%;
    right: 64%;
    text-align: right;
    width: 36%;
}

/* line 11, src/scss/page/_legal.scss */
.legal-page .article .column-right {
    padding-top: 180px;
    padding-left: 0;
    padding-right: 15%;
}

@media only screen and (max-width: 768px) {
    /* line 23, src/scss/page/_legal.scss */
    .legal-page .article-hgroup {
        position: relative;
        top: auto;
        right: auto;
        text-align: left;
        width: 100%;
    }

    /* line 31, src/scss/page/_legal.scss */
    .legal-page .article .column-right {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 320px) {
    /* line 3, src/scss/page/_404.scss */
    .page-page-404 .page-404 .inside {
        max-width: 1400px;
        margin-top: 145px;
        padding: 0 2%;
        display: table;
    }

    /* line 8, src/scss/page/_404.scss */
    .page-page-404 .page-404 .inside .wrap-text {

        display: table-footer-group;
    }

    /* line 12, src/scss/page/_404.scss */
    .page-page-404 .page-404 .inside .wrap-title {
        display: table-header-group;
    }

    /* line 14, src/scss/page/_404.scss */
    .page-page-404 .page-404 .inside .wrap-title h1 {

        font-size: 160px;
    }

    /* line 19, src/scss/page/_404.scss */
    .page-page-404 .page-404 .inside p {
        width: 70%;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    /* line 25, src/scss/page/_404.scss */
    .page-page-404 .page-404 .inside a {

        font-size: 12px;
        text-decoration: underline;
    }

    /* line 31, src/scss/page/_404.scss */
    .page-page-404 .page-404 p.more-articles {
        font-size: 18px;

        padding: 30px 0 0px;
    }
}

@media only screen and (min-width: 768px) {
    /* line 40, src/scss/page/_404.scss */
    .page-page-404 .page-404 .inside {
        width: 100%;
        margin: 145px auto;
    }

    /* line 43, src/scss/page/_404.scss */
    .page-page-404 .page-404 .inside .wrap-title {
        display: inline-block;
        text-align: right;
        width: 69%;
        vertical-align: bottom;
    }

    /* line 49, src/scss/page/_404.scss */
    .page-page-404 .page-404 .inside .wrap-text {
        display: inline-block;
        width: 30%;
    }

    /* line 54, src/scss/page/_404.scss */
    .page-page-404 .page-404 p.more-articles {
        padding: 70px 1% 20px;
    }
}

/* line 2, src/scss/page/_article.scss */
.ad-banner div div {
    max-height: 250px;
}

/* line 7, src/scss/page/_article.scss */
.article {
    position: relative;
}

/* line 9, src/scss/page/_article.scss */
.article-thumb.slide {
    cursor: pointer;
}

/* line 11, src/scss/page/_article.scss */
.article-thumb.slide.ad-thumb {
    cursor: default;
}

/* line 14, src/scss/page/_article.scss */
.article-thumb.slide.hide {
    display: none;
}

/* line 17, src/scss/page/_article.scss */
.article-thumb.slide .category {
    text-transform: uppercase;
    display: block;
}

/* line 23, src/scss/page/_article.scss */
.article-list .article-thumb.slide {
    position: relative;
    float: left;
    text-align: left;
    width: 33.3%;
    margin: 0 0 4%;
    padding: 0 1%;
}

/* line 31, src/scss/page/_article.scss */
.article-list .article-thumb.slide * {
    opacity: 1 !important;
    /* overwrite: cover's animation */
}

.article-list .article-thumb.slide .desc {
    line-height: 1.5;
}

.desc {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    /* line 23, src/scss/page/_article.scss */
    .article-list .article-thumb.slide {
        float: none;
        width: 100%;
        padding: 0 0;
        margin: 6% 0;
    }

    .desc {
        font-size: 14px;
    }
}

/* line 42, src/scss/page/_article.scss */
.article-list .article-thumb.slide img {
    width: 100%;
    height: auto;
    transform: none !important;
    /* overwrite: parallax */
}

/* line 52, src/scss/page/_article.scss */
.article-list .article-thumb.slide figcaption {
    margin-top: 25px;
}

/* line 81, src/scss/page/_article.scss */
.article-list .article-thumb.slide:nth-child(3n+1) {
    clear: both;
}

/* line 84, src/scss/page/_article.scss */
.home-page .article-list .article-thumb.slide {
    margin: 4% 0 0;
}

/* line 89, src/scss/page/_article.scss */
.home-page .footer-article .article-list .article-thumb.slide {
    margin-top: 0;
}

/* line 93, src/scss/page/_article.scss */
.header-fixed .article {
    padding-top: 90px;
}

/* line 97, src/scss/page/_article.scss */
.article a {
    text-decoration: underline;
}

/* line 100, src/scss/page/_article.scss */
.article a:hover, .article a:active {
    text-decoration: underline;
}

/* line 105, src/scss/page/_article.scss */
.article .iframe-box-container.expanded {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 99999;
}

/* line 116, src/scss/page/_article.scss */
.article .iframe-box {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
}

/* line 121, src/scss/page/_article.scss */
.article .iframe-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 130, src/scss/page/_article.scss */
.article .article-surtitle {
    font-size: 24px;
    line-height: 1.25;
}

/* line 136, src/scss/page/_article.scss */
.article .title {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1.2;
    word-break: break-word;
}

/* line 144, src/scss/page/_article.scss */
.article .article-category {
    font-size: 16px;
    line-height: 16px;
    margin: 5px 0 10px 0;
    display: block;
}

/* line 150, src/scss/page/_article.scss */
.article .article-category strong {
    text-transform: uppercase;
}

/* line 155, src/scss/page/_article.scss */
.article .subtitle {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

/* line 163, src/scss/page/_article.scss */
.article .title.italic,
.article .subtitle.italic {
    font-style: italic;
}

/* line 166, src/scss/page/_article.scss */
.article .title.bold,
.article .subtitle.bold {
    font-weight: bold;
}

/* line 171, src/scss/page/_article.scss */
.article .article-intro {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
}

/* line 178, src/scss/page/_article.scss */
.article .numero-h3 {
    margin-bottom: 30px;
}

.article-5 figure:nth-child(2n+1) {
    clear: both;
}

/* line 182, src/scss/page/_article.scss */
.article .home-page .column-tier, .home-page .article .column-tier, .article .home-page .article-list .article-thumb.slide, .home-page .article-list .article .article-thumb.slide, .article .home-page .column-two-tier, .home-page .article .column-two-tier, .article .column-left, .article .column-right, .article .column-wide, .article .footer-article .column-two-tier, .footer-article .article .column-two-tier {
    position: relative;
    margin: 0 0 4%;
}

/* line 187, src/scss/page/_article.scss */
.article .column-left {
    float: left;
    width: 22%;
    /*padding-right: 3%*/;
    position: relative;
   margin-right:15%;
}

/* line 194, src/scss/page/_article.scss */
/*.article .column-right {
    float: right;
    width: 50%;
    padding-left: 20px;
}*/
.article .column-right {
    float: left;
    width: 33%;
    padding-left: 0!important;
}

/* line 200, src/scss/page/_article.scss */
.article .column-wide {
    width: 100%;
    clear: both;
}

/* line 205, src/scss/page/_article.scss */
.article .column-tier, .article .home-page .article-list .article-thumb.slide, .home-page .article-list .article .article-thumb.slide {
    width: 33.3%;
}
.article .column-tier{
	width:33%;
}
/* line 208, src/scss/page/_article.scss */
/*.article .column-two-tier {
    width: 66.6%;
}*/
/*lee 2018.5.31*/
.article .column-two-tier {
    width: 25%;
}

/* line 212, src/scss/page/_article.scss */
.article figure img {
    display: block;
    width: 100%;
    height: auto;
}

/* line 218, src/scss/page/_article.scss */
.article .img-box {
    position: relative;
}

/* line 222, src/scss/page/_article.scss */
.article .ytplayer-section {
    padding-bottom: 40px;
}

/* line 224, src/scss/page/_article.scss */
.article .ytplayer-section .ytplayer-description {
    width: 66.6%;
    margin-left: 33.3%;
    font-size: 20px;
    line-height: 1.2;
    padding: 40px 0;
}

/* line 235, src/scss/page/_article.scss */
.article .slideshow-parallax.numero-parallax {
    padding: 0;
}

/* line 241, src/scss/page/_article.scss */
.share-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    display: none;
    text-align: center;
    vertical-align: middle;
}

/* line 250, src/scss/page/_article.scss */
.bg-black .share-menu {
    background: #000000;
}

/* line 254, src/scss/page/_article.scss */
.share-menu .copy-confirm {
    vertical-align: 7px;
    padding: 0 10px;
    display: none;
}

/* line 262, src/scss/page/_article.scss */
.footer-article {
    background: #ffffff;
    padding: 0 20px;
}

/* line 266, src/scss/page/_article.scss */
.footer-article .numero-hr2 {
    margin: 3% 1%;
    display: inline-block;
    width: 98%;
}

/* line 272, src/scss/page/_article.scss */
.footer-article .share-text {
    padding: 70px 0 0px;
}

/* line 276, src/scss/page/_article.scss */
.footer-article .share-box {
    padding: 0 1%;
}

/* line 280, src/scss/page/_article.scss */
.footer-article .more-articles {
    padding: 70px 1% 20px;
    font-size: 18px;
    line-height: 1.33333;
}

/* line 286, src/scss/page/_article.scss */
.footer-article .more-articles span {
    text-transform: uppercase;
}

/* line 295, src/scss/page/_article.scss */
.footer-article .column-two-tier {
    width: 66.6%;
}

@media only screen and (max-width: 768px) {
    /* line 295, src/scss/page/_article.scss */
    .footer-article .column-two-tier {
        float: none;
        width: 100%;
        /*padding: 0 3%;*/
        margin: 6% 0;
    }
}

/* line 307, src/scss/page/_article.scss */
.footer-article .article-list {
    padding: 0;
    position: relative;
    text-align: center;
}

/* line 312, src/scss/page/_article.scss */
.footer-article .article-list .wrapper-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* line 318, src/scss/page/_article.scss */
.footer-article .article-list .slideshow {
    position: relative;
    margin-bottom: 40px;
}

/* line 323, src/scss/page/_article.scss */
.footer-article .article-list .article-thumb {
    position: relative;
    float: left;
    text-align: left;
    width: 33.3%;
    margin: 0 0 4%;
    padding: 0 1%;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    /* line 323, src/scss/page/_article.scss */
    .footer-article .article-list .article-thumb {
        float: none;
        width: 100%;
        padding: 0 0;
        margin: 6% 0;
    }
}

/* line 340, src/scss/page/_article.scss */
.footer-article .article-list .article-thumb.slide img {
    width: 100%;
    height: auto;
}

/* line 346, src/scss/page/_article.scss */
.footer-article .article-list .article-thumb a {
    text-decoration: none;
}

/* line 354, src/scss/page/_article.scss */
.footer-article .article-list .article-thumb figcaption {
    margin-top: 16px;
}

/* line 357, src/scss/page/_article.scss */
.footer-article .article-list .article-thumb figcaption hgroup {
    width: 100%;
    padding-right: 70px;
}

/* line 361, src/scss/page/_article.scss */
.footer-article .article-list .article-thumb figcaption hgroup p {
    font-size: 24px;
    line-height: 1.25;
}

/* line 366, src/scss/page/_article.scss */
.footer-article .article-list .article-thumb figcaption hgroup .meta-infos {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 2px;
}

/* line 371, src/scss/page/_article.scss */
.footer-article .article-list .article-thumb figcaption hgroup .meta-infos strong {
    text-transform: uppercase;
}

/* line 376, src/scss/page/_article.scss */
.footer-article .article-list .article-thumb figcaption hgroup .author {
    font-size: 14px;
}

/* line 384, src/scss/page/_article.scss */
.footer-article .article-list .preloader {
    position: relative;
    margin: 50px 0;
    text-align: center;
    display: none;
}

/* line 392, src/scss/page/_article.scss */
.bg-black .footer-article {
    background: #000000;
}

/* line 397, src/scss/page/_article.scss */
.share-box {
    text-align: center;
}

/* line 400, src/scss/page/_article.scss */
.share-box .share-text {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.33333;
}

/* line 409, src/scss/page/_article.scss */
.cross-article-title {
    text-align: center;
}

/* line 412, src/scss/page/_article.scss */
.cross-article-title:after {
    display: block;
    content: "";
    margin: 20px auto;
}

/* line 421, src/scss/page/_article.scss */
.cross-article {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/* line 427, src/scss/page/_article.scss */
.cross-article hgroup {
    position: absolute;
    left: 4%;
    top: 56%;
}

/* line 433, src/scss/page/_article.scss */
.cross-article .numero-numero3 {
    position: absolute;
    right: 4%;
    top: 56%;
}

/* line 441, src/scss/page/_article.scss */
.numero-numero3 {
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    /* line 452, src/scss/page/_article.scss */
   .mobiletoutu{
   	display: block!important;
   }
   .toutu{
   	display: none!important;
   }
    .articles-article-6633-page .article,
    .articles-article-5050-page .article,
    .articles-article-event-page .article {
        padding-left: 0;
        padding-right: 0;
    }
	.article .column-left{
		position:relative;
	}
    /* line 455, src/scss/page/_article.scss */
    .articles-article-6633-page .article .column-left.column-two-tier,
    .articles-article-5050-page .article .column-left.column-two-tier,
    .articles-article-event-page .article .column-left.column-two-tier {
        height: auto !important;
    }

    /* line 466, src/scss/page/_article.scss */
    .articles-article-6633-page .article.tight-section .column-right > div, .articles-article-6633-page .article.tight-section .column-right > span, .articles-article-6633-page .article.tight-section .column-right > hgroup, .articles-article-6633-page .article.tight-section .column-right > figure, .articles-article-6633-page .article.tight-section .column-left > div, .articles-article-6633-page .article.tight-section .column-left > span, .articles-article-6633-page .article.tight-section .column-left > hgroup, .articles-article-6633-page .article.tight-section .column-left > figure,
    .articles-article-5050-page .article.tight-section .column-right > div,
    .articles-article-5050-page .article.tight-section .column-right > span,
    .articles-article-5050-page .article.tight-section .column-right > hgroup,
    .articles-article-5050-page .article.tight-section .column-right > figure,
    .articles-article-5050-page .article.tight-section .column-left > div,
    .articles-article-5050-page .article.tight-section .column-left > span,
    .articles-article-5050-page .article.tight-section .column-left > hgroup,
    .articles-article-5050-page .article.tight-section .column-left > figure {
        padding: 0 20px;
    }

    /* line 469, src/scss/page/_article.scss */
    .articles-article-6633-page .article.tight-section .column-right #slideshow-parallax, .articles-article-6633-page .article.tight-section .column-right #article-slideshow, .articles-article-6633-page .article.tight-section .column-left #slideshow-parallax, .articles-article-6633-page .article.tight-section .column-left #article-slideshow,
    .articles-article-5050-page .article.tight-section .column-right #slideshow-parallax,
    .articles-article-5050-page .article.tight-section .column-right #article-slideshow,
    .articles-article-5050-page .article.tight-section .column-left #slideshow-parallax,
    .articles-article-5050-page .article.tight-section .column-left #article-slideshow {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 1025px) {
    /* line 485, src/scss/page/_article.scss */
    .footer-article .article-list .article-thumb figcaption hgroup p {
        font-size: 26px;
        line-height: 28px;
    }

    /* line 489, src/scss/page/_article.scss */
    .footer-article .article-list .article-thumb figcaption hgroup .meta-infos {
        font-size: 16px;
        line-height: 18px;
        margin-top: 10px;
        margin-bottom: 2px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    /* line 505, src/scss/page/_article.scss */
    /*.article .title {
        font-size: 60px;
    }*/
   .article .title {
        font-size: 24px;
    }

    /* line 509, src/scss/page/_article.scss */
    .article .article-surtitle {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    /* line 517, src/scss/page/_article.scss */
    .article .subtitle {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    /* line 522, src/scss/page/_article.scss */
    .article .title {
        font-size: 28px;
        text-align: left;
    }

    /* line 526, src/scss/page/_article.scss */
    .article .article-surtitle {
        font-size: 24px;
    }

    /* line 530, src/scss/page/_article.scss */
    .article .article-category {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    /* line 535, src/scss/page/_article.scss */
    .article .home-page .column-tier, .home-page .article .column-tier, .article .home-page .article-list .article-thumb.slide, .home-page .article-list .article .article-thumb.slide, .article .home-page .column-two-tier, .home-page .article .column-two-tier, .article .column-left, .article .column-right, .article .column-wide, .article .footer-article .column-two-tier, .footer-article .article .column-two-tier {
        margin: 0 0 10%;
    }

    /* line 539, src/scss/page/_article.scss */
    .article .column-left {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }

    /* line 545, src/scss/page/_article.scss */
    .article .column-right {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
        padding-top:0!important;
    }

    /* line 551, src/scss/page/_article.scss */
    .article .column-tier, .article .home-page .article-list .article-thumb.slide, .home-page .article-list .article .article-thumb.slide {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    }

    /* line 556, src/scss/page/_article.scss */
    .article .column-two-tier {
        width: 100% !important;
    }

    /* line 559, src/scss/page/_article.scss */
    .article .column-tight {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* line 564, src/scss/page/_article.scss */
    .article .numero-parallax {
        position: relative !important;
        -webkit-transform: translate(0px, 0px) translateZ(0px) !important;
        -moz-transform: translate(0px, 0px) translateZ(0px) !important;
        -ms-transform: translate(0px, 0px) translateZ(0px) !important;
        -o-transform: translate(0px, 0px) translateZ(0px) !important;
        transform: translate(0px, 0px) translateZ(0px) !important;
        top: 0 !important;
    }

    /* line 569, src/scss/page/_article.scss */
    .article .numero-p2 {
        font-size: 14px;
    }

    /* line 574, src/scss/page/_article.scss */
    .article .ytplayer-section .ytplayer-description {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
    }

    /* line 583, src/scss/page/_article.scss */
    .share-box .share-text {
        font-size: 17px;
        margin-bottom: 0;
    }

    /* line 589, src/scss/page/_article.scss */
    .footer-article {
        padding: 0 10px;
    }

    /* line 592, src/scss/page/_article.scss */
    .footer-article .numero-hr2 {
        margin: 12% 0 5%;
        width: 100%;
    }

    /* line 597, src/scss/page/_article.scss */
    .footer-article .more-articles {
        padding: 30px 0 0px;
    }

    /* line 604, src/scss/page/_article.scss */
    .cross-article hgroup {
        width: 50%;
        top: auto;
        left: 4%;
        bottom: 4%;
    }

    /* line 610, src/scss/page/_article.scss */
    .cross-article hgroup .numero-h3 {
        margin-bottom: 10px;
    }

    /* line 614, src/scss/page/_article.scss */
    .cross-article .numero-numero3 {
        left: 4%;
        top: 4%;
    }
}

/* line 3, src/scss/page/articles/_article-galerie.scss */
.articles-article-galerie-page .article {
    margin-top: 30px;
}

/* line 7, src/scss/page/articles/_article-galerie.scss */
.articles-article-galerie-page .chapeau {
    position: absolute;
    top: 0;
    right: 0;
}

/* line 13, src/scss/page/articles/_article-galerie.scss */
.articles-article-galerie-page .column-two-tier {
    margin-bottom: 3%;
}

/* line 17, src/scss/page/articles/_article-galerie.scss */
.articles-article-galerie-page .numero-figcaption {
    margin-top: 20px;
    margin-bottom: 9%;
}

/* line 22, src/scss/page/articles/_article-galerie.scss */
.articles-article-galerie-page .column-right.column-tight {
    padding-right: 10%;
}

/* line 26, src/scss/page/articles/_article-galerie.scss */
.articles-article-galerie-page .numero-figcaption {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    /* line 38, src/scss/page/articles/_article-galerie.scss */
    .articles-article-galerie-page .article-number-mobile {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /* line 50, src/scss/page/articles/_article-galerie.scss */
    .articles-article-galerie-page .article .numero-numero3 {
        margin-bottom: 40px;
    }

    /* line 53, src/scss/page/articles/_article-galerie.scss */
    .articles-article-galerie-page .article-number-mobile {
        display: block;
    }

    /* line 57, src/scss/page/articles/_article-galerie.scss */
    .articles-article-galerie-page .chapeau {
        position: relative;
    }
}

/* line 3, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .article .numero-numero3 {
    text-align: left;
    display: block;
   /* margin-bottom: 200px;*/
   margin-bottom: 15px;
    letter-spacing: -2px;
    font-size: 120px;
    /*line-height: 140px;*/
   /* padding-left: 20px;*/
    font-family: NHaasGroteskDSPro-Bd, Arial, Helvetica, sans-serif;
}

/* line 9, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .numero-p1 {
    margin-top: 40px;
    margin-bottom: 15px;
}

/* line 14, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .numero-parallax {
    position: relative;
    top: 0;
    padding-top: 25px;
   /* padding-left: 20px;*/
}

.articles-article-6633-page .numero-parallax:first-child {
    padding-top: 0;
}

/* line 23, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .column-tier, .articles-article-6633-page .home-page .article-list .article-thumb.slide, .home-page .article-list .articles-article-6633-page .article-thumb.slide {
    padding-left: 4%;
}

/* line 26, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .column-wide {
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
}

/* line 33, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .column-left {
    text-align: left;
    margin-left:20px;
}

/* line 37, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .column-left figcaption {
    text-align: left;
}

/* line 40, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .column-left .column-wide {
    padding-top: 70px;
    padding-right: 0;
    padding-left: 0;
}

/* line 46, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .column-right {
    padding-right: 20px;
    padding-top:140px;
}

/* line 49, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .column-left.column-tight {
    padding-left: 20%;
}

/* line 51, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .column-left.column-tight.column-video {
    padding-left: 0;
}

/* line 53, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .column-left.column-tight.column-video .numero-parallax {
    width: 100%;
}

/* line 58, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .column-right.column-tight {
    padding-right: 2%;
}

/* line 61, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .citation {
    width: 100%;
    margin: 10% 0 14%;
    text-align: right;
}

/* line 66, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .citation blockquote {
    width: 60%;
    display: inline-block;
    text-align: left;
}

/* line 72, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .citation.empty {
    margin: 1% 0;
}

/* line 76, src/scss/page/articles/_article-6633.scss */
.articles-article-6633-page .citation p {
    display: inline;
}

@media only screen and (max-width: 768px) {
    /* line 88, src/scss/page/articles/_article-6633.scss */
    .articles-article-6633-page .numero-p1 {
        margin-bottom: 30px;
    }

    /* line 92, src/scss/page/articles/_article-6633.scss */
    .articles-article-6633-page .numero-parallax {
        width: 100% !important;
    }

    /* line 96, src/scss/page/articles/_article-6633.scss */
    .articles-article-6633-page .article .numero-numero3 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 60px;
    }

    /* line 101, src/scss/page/articles/_article-6633.scss */
    .articles-article-6633-page .column-wide {
        padding: 10px 0 0;
    }

    /* line 106, src/scss/page/articles/_article-6633.scss */
    .articles-article-6633-page .citation blockquote {
        width: 100%;
        display: block;
    }
}

/* line 1, src/scss/module/_footer.scss */
#copyright {
    position: relative;
    background: #ffffff;
}

/* line 6, src/scss/module/_footer.scss */
#copyright .copyright-box {
    text-align: center;
    padding: 1% 0 3%;
    margin-top: 2%;
    color: #000000;
}

/* line 13, src/scss/module/_footer.scss */
#copyright .copyright-box b {
    display: inline-block;
    font-size: 12px;
    margin: 0;
}

/* line 20, src/scss/module/_footer.scss */
#copyright .copyright-box span, #copyright .copyright-box a {
    display: inline-block;
    font-size: 14px;
}

/* line 25, src/scss/module/_footer.scss */
#copyright .copyright-box .copyright {
    font-size: 12px;
    padding-top: 20px;
}
#copyright .copyright-box .copyright .icp{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/* line 32, src/scss/module/_footer.scss */
.bg-black #copyright {
    background: #000000;
}

/* line 35, src/scss/module/_footer.scss */
.bg-black #copyright .copyright-box {
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    /* line 51, src/scss/module/_footer.scss */
    #copyright .copyright-box {
        margin: 0;
        text-align: left;
        padding-bottom: 7%;
        word-wrap: break-word;
    }

    /* line 56, src/scss/module/_footer.scss */
    #copyright .copyright-box b {
        font-size: 15px;
        margin: 20px 0 10px;
    }

    /* line 61, src/scss/module/_footer.scss */
    #copyright .copyright-box span, #copyright .copyright-box a {
        display: block;
        font-size: 15px;
    }

    /* line 66, src/scss/module/_footer.scss */
    #copyright .copyright-box .copyright {
        text-align: center;
        margin-top: 30px;
        padding-top: 20px;
        font-size: 15px;
        border-top: 1px solid #e1e1e1;
    }
    /* line 73, src/scss/module/_footer.scss */
    #copyright .copyright-box .copyright span, #copyright .copyright-box .copyright a {
        display: inline-block;
    }
}

.bd_weixin_popup .bd_weixin_popup_foot {
    padding-bottom: 20px;
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 1) !important;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    padding-top: 30%;
}

.vjs-error .vjs-error-display:before {
    content: "" !important;
    background: url("../images/logo-mobile.png") no-repeat center -20.5px;
    height: 41px;
    background-size: 100px 41px;
}

.jiathis_modal_header h3 {
    font-size: 16px;
}

.adver-pic {
    max-height: 786px;
    max-width: 490px;
}

.isScroll {
    overflow: hidden;

}

.opening-adver {
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
}

.openingImg {
    max-width: 946px;
    max-height: 712px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.close-img {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer
}

.opening-img {
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 768px) {
    .openingImg {
        width: 100%;
    }

    .close-img {
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer
    }
    .scollWraplee{
    	position:relative!important;
    }
}

.close-newsletter {
    position: absolute;
    top: -5%;
    right: 0;
    color: #fff;
    font-size: 2.2em;
    cursor: pointer;
}

#subscriptionBox {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    #subscriptionBox{
        width: 96%;
    }
}
#subscriptionBoxBg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}



#subscriptionBox .left, #subscriptionBox .right {
    width: 50%;
    padding: 2%;
}

#subscriptionBox .right p {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.tip-box{
    position: fixed;
    background: rgba(0,0,0, 0.5);
    font-size: 28px;
    opacity: 1;
    color: #fff;
    z-index: 1111;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    border-radius: 5px;
    display: none;
}
/*xinzheng*/
@media only screen and (min-width: 641px) and (max-width: 1024px){
	.articles-article-6633-page .column-right {
	    padding-right: 20px;
	    padding-top:90px;
	}
}
.social-sharing-qrcode{
    width:300px;
    position: fixed;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:20px;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    z-index:9;
    display: none;
}
.social-sharing-qrcode .close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width:15px;
    height:15px;
    background: url(../images/close-mobile.png) center no-repeat;
    background-size: 100%;
}
.social-sharing-qrcode .weixin-qrcode{
    width: 100%;
}
#home-logo{
    width:600px;
}