@charset "UTF-8";

/**
 * 环球Time客户端-内容页
 * @authors Teng (tengxumin@huanqiu.com)
 * @date    2016-08-26 14:27:29
 * @version 1.0.0
 */

html {
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style-type: none;
}

img {
    vertical-align: top;
}


/* reset img vertical align */

a,
a:visited {
    color: #1f1f1f;
    text-decoration: none;
}

a:hover {
    color: #1f1f1f;
    text-decoration: none;
}

body {
    font: 1.0rem/1.6 Tahoma, Helvetica, Arial, sans-serif;
    max-width: 750px;
    margin: 0 auto!important;
    background-color: #f6f6f6;
    color: #1f1f1f;
}


/* 页面统一间隙 */

.inner {
    padding: 0.833333rem;
}

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

.down_top_wrap {
    background: url(https://t1.huanqiucdn.cn/fcd7f3e8340c00f1f4403155ab718848.png) no-repeat;
    background-size: cover;
    height: 4.166667rem;
    padding: 0.416667rem 1.666667rem 0.416667rem 1.25rem;
    box-sizing: border-box;
}

.down_top_wrap a {
    color: #fff;
}

.down_top_logo {
    background: url(https://rs2.huanqiucdn.cn/huanqiu/image/www/app/n_logo.png) no-repeat center center;
    width: 3.333333rem;
    height: 3.333333rem;
    background-size: cover;
    float: left;
    border-radius: 3px;
    /*	-moz-box-shadow:0px 4px 4px #f1f1f1; 
	-webkit-box-shadow:0px 4px 4px #f1f1f1; 
	box-shadow:0px 4px 4px #f1f1f1;*/
}

.down_top_tit {
    margin: 1.1rem 0 0 0.833333rem;
    width: 12rem;
    height: 2rem;
    float: left;
    text-align: center;
    background: url(https://t1.huanqiucdn.cn/5aa5310ffdea80dad89fb935b894c029.svg) no-repeat;
    background-size: contain;
    color: #fff;
}

.down_top_btn {
    width: 5.833333rem;
    height: 2.083333rem;
    line-height: 2.083333rem;
    border: 1px solid #cf302c;
    -webkit-border-radius: 0.416667rem;
    border-radius: 0.25rem;
    float: right;
    text-align: center;
    font-size: 1.166667rem;
    margin-top: 0.625rem;
    color: #cf302c;
}

#more_comment {
    background: #cf302c;
    text-align: center;
    height: 2.916667rem;
    line-height: 2.916667rem;
    font-size: 1.166667rem;
    -webkit-border-radius: 0.416667rem;
    border-radius: 0.416667rem;
    margin: 1.25rem 0.833333rem;
}

#more_comment a {
    display: block;
    color: #fff;
}


/**引导图*/

.opensafari {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8) url(http://a1.huanqiucdn.cn/images/fd5ec115a2265c9fdcf225242636ff1d.png) top right no-repeat;
    /*background-size: auto 80%;*/
    background-size: 190px auto;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.android .opensafari {
    /*background-image: url(http://a6.huanqiu.cn//data/hqsbwap/css/images/opensafari2.jpg);*/
}

.opensafari.show {
    z-index: 5;
    opacity: 1;
}

.article_container {
    padding: 0 0.833333rem 0.833333rem;
    min-height: 16.666667rem
}

.article_container .header {
    padding: 1.0rem 0;
    color: #444;
    /*border-bottom: 1px solid #d9d9d9;*/
}

.article_container .header .sho_title,
.article_container .header .sub_title {
    font-size: 1.5rem;
    line-height: 2.0rem;
}

.article_container .header .title {
    font-size: 1.666667rem;
    line-height: 2.166667rem;
    margin: 0 0 0.833333rem;
    font-weight: bold;
    word-break: break-word;
}
.article_container .hd_meta { margin-left: -.7142857142857143rem;}
.article_container .hd_meta a { color:#999;}
.article_container .hd_meta span {
    display: inline-block;
    vertical-align: middle;
    margin-left: .7142857142857143rem;
    color: #8E8E93;
    font-size: .8571428571428571rem;
    margin-bottom: 3px;
}
.article_container .hd_meta span:empty {
    display: none;
}

.article_container .header .info {
    margin: 0!important;
    color: #999;
    font-size: 1.0rem;
    line-height: 1.6rem;
}

.article_container .header .info .time {
    margin-right: 0.416667rem;
    width: 6rem;
    display: none;
}

.article_container .header .info .source {
    margin-right: 0.833333rem;
}

.article_container .header .info .author {
    margin-right: 0.833333rem;
}

.article_container .header .info .authors {
    display: block;
}

.article_container .introduction {
    padding: 0.833333rem 0;
    font-size: 1.5rem;
    line-height: 2.0rem;
    color: #666;
    text-align: justify;
    text-justify: distribute;
    border-bottom: 1px solid #d9d9d9;
}

.article {
    text-align: left;
    /*color: #333;
	padding: 0.833333rem 0 0.416667rem;
	font-size: 1.333333rem;
	line-height: 2.166667rem;*/
    overflow-x: hidden;
}

#recommend {
    border-top: 1px solid #d9d9d9;
    padding: 1.25rem 0.833333rem 0;
}

.block_title span {
    display: inline-block;
    line-height: 1.083333rem;
    font-size: 1.0rem;
    color: #cc3333;
    border-left: 0.166667rem solid #cc3333;
    padding-left: 0.666667rem;
    font-weight: normal;
}

.relat_post li {
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.333333rem;
    font-size: 1.166667rem;
    padding: 1.25rem 0;
    box-sizing: border-box;
    overflow: hidden;
}

.relat_post li:last-child {
    border-bottom: 0;
}

.relat_post .relat_post_pic {
    float: left;
    width: 8.333333rem;
    position: relative;
}

.relat_post .relat_post_pic img {
    width: 7.5rem;
    height: 5.208333rem;
    background: url("https://rs2.huanqiucdn.cn/huanqiu/image/hqtime/81b74d16411aad322c4a5fbf8561d1bc.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.relat_post .relat_post_text {
    position: relative;
}

.relat_post .relat_post_text .relat_post_tit {
    white-space: normal;
    font-size: 1.333333rem;
    color: #111;
    line-height: 1.75rem;
    height: 3.5rem;
    overflow: hidden;
}

.relat_post .relat_post_text .relat_post_tip {
    white-space: normal;
    font-size: 0.833333rem;
    color: #999;
    padding-top: 0.416667rem;
}

.relat_post .relat_post_text .relat_post_tip .left {
    display: none;
}


/*  ================= 专题列表 =================  */

#focus .img_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#focus .img_wrap img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 7.5rem;
}

#focus .img_wrap .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0.833333rem;
    font-size: 1.166667rem;
    color: #fff;
    background: url(http://a6.huanqiu.cn/data/hqsbwap/css/images/topic/pic_mongolialayer@3x.png) repeat-x left bottom;
    background-size: auto 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#focus .desc {
    padding: 1.083333rem 0.833333rem;
    font-size: 1.166667rem;
    color: #666;
    line-height: 150%;
    background: #fff;
    text-align: justify;
}

#focus .desc em {
    color: #cc3333;
    font-style: normal;
}

.group_wrap {
    background: #f6f6f6;
    border-bottom: 1px solid #d9d9d9;
}

.group_wrap .block_title {
    font-style: normal;
    padding-top: 1.25rem;
    padding-left: 0.833333rem;
}

.group_wrap li.normal:last-child .link,
.group_wrap li.img_1:last-child .link,
.group_wrap li.help:last-child .link,
.group_wrap li.live:last-child .link,
.group_wrap li.interview:last-child .link {
    border-bottom: 0;
}

.normal {
    line-height: 1.333333rem;
    font-size: 1.166667rem;
    padding: 0 0.833333rem;
    box-sizing: border-box;
    clear: both;
}

.normal .link {
    display: block;
    padding: 1.25rem 0;
    border-bottom: 0.01rem solid #d9d9d9;
}

.normal .img_wrap {
    position: relative;
    float: left;
    width: 7.5rem;
    height: 5.208333rem;
    border: 1px solid #eee;
    margin-right: 0.833333rem;
    background: url("https://rs2.huanqiucdn.cn/huanqiu/image/hqtime/81b74d16411aad322c4a5fbf8561d1bc.jpg") no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}

.normal .img_wrap .icon {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}


/*.normal .img_wrap .icon_audio {
	background-image: url(http://a6.huanqiu.cn/data/hqsbwap/css/images/icon_listen_small@3x.png);
}
.normal .img_wrap .icon_video {
	background-image: url(http://a6.huanqiu.cn/data/hqsbwap/css/images/icon_paly_small@3x.png);
}*/

.normal .text {
    position: relative;
    overflow: hidden;
}

.normal .text .title {
    white-space: normal;
    font-size: 1.333333rem;
    color: #111;
    line-height: 1.75rem;
    min-height: 3.5rem;
}

.normal .text .tip {
    font-size: 0.833333rem;
    color: #999;
    padding-top: 0.416667rem;
}

.normal .text .tip .icon {
    display: block;
    float: right;
    height: 1.0rem;
    line-height: 1.666667rem;
    width: 1.833333rem;
    margin-top: 0.166667rem;
    background-size: 100% auto;
}


/*.normal .text .tip .icon_subject {
	background-image: url(http://a6.huanqiu.cn/data/hqsbwap/css/images/pic_rectangle_zhuanti_red_small@3x.png);
}
.normal .text .tip .icon_dj {
	background-image: url(http://a6.huanqiu.cn/data/hqsbwap/css/images/pic_rectangle_dujia_red_small@3x.png);
}*/

.normal .text .comment_count {
    float: right;
    color: #999;
    padding-left: 1.5rem;
    line-height: 1.5rem;
    /*background: url(http://a6.huanqiu.cn/data/hqsbwap/css/images/icon_review@3x.png) no-repeat left center;*/
    background-size: auto 60%;
    margin-left: 1.25rem;
}

.img_1 {
    padding: 0 0.833333rem;
}

.img_1 .link {
    display: block;
    padding: 1.25rem 0;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.img_1 .img_wrap {
    overflow: hidden;
}

.img_1 .img_wrap .img_bg {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 8.833333rem;
    overflow: hidden;
}

.img_1 .img_wrap .img_bg:first-child {
    padding-right: 0.416667rem;
}

.img_1 .img_wrap .img_bg:last-child {
    padding-left: 0.416667rem;
}

.img_1 .img_wrap .img_bg img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.img_1 .info_wrap {
    margin-top: 0.833333rem;
    width: 100%;
    position: relative;
}

.img_1 .info_wrap .title {
    font-size: 1.333333rem;
    margin-right: 3.333333rem;
}

.img_1 .info_wrap .comment_count {
    color: #999;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.583333rem;
    padding-left: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    /*background: url(http://a6.huanqiu.cn/data/hqsbwap/css/images/icon_review@3x.png) no-repeat left center;*/
    background-size: auto 60%;
}


/* ==============  图集页 ================ */

.article_photo {
    position: relative;
    text-align: left;
    color: #333;
    padding: 0 0 0.416667rem;
    font-size: 1.333333rem;
    line-height: 2.0rem;
    overflow: hidden;
}

.article_photo .swiper-pagination {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
    height: 1.75rem;
    line-height: 1.666667rem;
    padding: 0 0.416667rem;
    font-size: 1.0rem;
    color: #fff;
    border-radius: 10px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

.swiper-slide {
    width: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.swiper-slide .items {
    padding: 0 0.25rem;
    position: relative;
}

.swiper-slide .items img {
    max-width: 100%;
    min-height: 72px;
    min-width: 102px;
    -webkit-transition: all .2s linear;
    position: relative;
    z-index: 2;
}

.swiper-container-autoheight .swiper-slide {
    height: auto
}


/*图片浏览*/

.pswp {
    max-width: 750px;
    margin: 0 auto;
    left: unset!important;
    top: -1px!important;
    bottom: 0;
    height: auto!important;
}

.pswp__top-bar {
    top: unset!important;
    bottom: 0;
}

.pswp__share-modal--fade-in {
    opacity: 1;
    /*display: block!important;*/
}

.pswp__share-modal {
    background: unset;
    /*display: block!important;*/
}

.pswp__counter {
    font-size: 14px!important;
    right: 0;
    text-align: center;
}

.load {
    background: url(//t1.huanqiucdn.cn/40e254ece619933539084cc8a45fd796.png) no-repeat center;
    background-size: 100%;
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 1600;
    top: 11px;
    right: 10px;
    cursor: pointer;
}

.close {
    background: url(//t1.huanqiucdn.cn/c630b5dfed61a4e9ab20d4ec966504dd.png) no-repeat center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 13px;
    z-index: 1600;
    cursor: pointer;
}

.pswp__item {
    background: url("//t1.huanqiucdn.cn/e34aafbb485a96eaf2a789b2bf3af6fe.gif") center center no-repeat
}

/* 图说 */
.pic_graph {
    display: block;
    border-left: 3px solid #B71C17;
    font-size: 1rem;
    color: #8E8E93;
    letter-spacing: 0;
    margin-top: 0.5714285714285714rem;
    line-height: 1.2;
    padding-left: 0.5714285714285714rem;
}
section[data-type="gallery"] .pic_graph {
    margin-bottom: 1.5rem;
}
@charset "UTF-8";

/* 正文区 */

.article_container {
    border-bottom: 1px dashed #d8d8d8;
    padding-bottom: 0.833333rem;
    font-size: 1.333333rem;
}

.article_container p {
    margin-bottom: 1.666667rem;
    text-align: justify;
    word-break: break-word;
}

.article_container ol {
    margin-left: 2em;
}

.article_container ol li {
    list-style: decimal;
}

.article_container ol p,
.article_container ul p {
    text-indent: 0;
}

.article_container ul {
    margin-left: 2em
}

.article_container ul li {
    list-style: disc;
}

.article_container img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.article_container blockquote {
    border-left: 2px solid blue;
    margin: 0;
    padding: 0 0.833333rem;
}

.article_container blockquote p {
    margin: 0;
    line-height: 2;
    text-indent: 0;
}

.article_container [data-scene="sup"] {
    vertical-align: super;
}

.article_container [data-scene="sub"] {
    vertical-align: sub;
}

.article_container [data-scene="strong"] {
    font-weight: bold;
    font-style: normal;
}

.article_container a {
    color: #00f;
}


/* 富媒体元素处理 */

#audio {
    display: block;
    width: 25.0rem;
    margin: 0 auto;
}

#video,
video {
    display: block;
    width: 25.0rem;
    height: 19.166667rem;
    margin: 0 auto;
    background: #f0f0f0 url(https://rs2.huanqiucdn.cn/huanqiu/image/hqtime/a6eae619ce390efd23d4d310d9554210.png) center no-repeat;
    box-shadow: 0 0 0 1px #e8e8e8 inset;
}

.frame-wrapper {
    word-break: break-all;
    width: 25.0rem;
    height: 19.166667rem;
}

.frame-wrapper iframe,
.frame-wrapper object,
.frame-wrapper embed {
    width: 100%;
    height: 100%
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//t1.huanqiucdn.cn/e3f799c6dec9af194c86decdf7392405.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media(-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//t1.huanqiucdn.cn/b257fa9c5ac8c515ac4d77a667ce2943.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,0.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);box-shadow:0 2px 5px rgba(0,0,0,0.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#FFF}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#FFF}a.pswp__share--pinterest:hover{background:#CCC;color:#ce272d}a.pswp__share--download:hover{background:#DDD}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//t1.huanqiucdn.cn/e34aafbb485a96eaf2a789b2bf3af6fe.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,0.5)}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none !important}.pswp--minimal--dark .pswp__top-bar{background:0}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);transition:transform 333ms cubic-bezier(0.4,0,0.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}
