﻿@charset "utf-8";
/* CSS Document */

body {
    font-size:.512rem;
}
figure {
	margin:0 10px;
}
.cf:before, .cf:after {
	content:'';
	display:table
}
.cf:after {
	clear:both
}
.main {
	padding:100px 0 0!important;
	width:100%;
	height:100vh;
	position:relative;
	z-index:1;
	overflow: hidden;
}
.main .picture-background {
	position:absolute;
	top:0;
	bottom:0;
	z-index:0;
	width:100%;
	height:100%;
}
.main .picture-background .picture-background-bd {
	height:100%;
}
.main .mask-image {
	position:relative;
	width:100%;
	height:100%;
}
.main .mask-image:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	background-color:rgba(0, 0, 0, .5);
	content:' ';
}
.section {
	width:100%;
	height:100vh;
	position:relative;
}
.unit-title {
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	padding:0 15px;
	padding:0 1rem;
	color:#fff;
	font-size:1.5rem;
	line-height:2rem;
	font-weight:700;
}
.unit {
	width:100%;
	height:65%;
	position:absolute;
	bottom:7rem;
}
.unit .swiper-container {
	overflow:hidden;
	width:100%;
	height:100%;
}
.unit .swiper-container .swiper-slide {
	padding: 0 1%;
	margin: 0 auto;
}
.unit .swiper-container .swiper-slide .mod {
	background-color: #fff;
	border-radius:5px;
	width: 98%;
	height: 100%;
	margin: 0 auto;
	padding:16px 0 15px;
    padding:.9rem 0 .75rem;
	overflow:hidden;
}
.unit .swiper-container .swiper-slide:first-child {
	margin-left:10px;
	margin-left:.75rem;
}
.unit .swiper-container .swiper-slide .mod-tile .media img {
	max-width: 100%!important;
	width:100%!important;
}
.unit .swiper-container .swiper-slide .mod-tile .media a img {
	max-width: 100%!important;
	width:100%!important;
	display:block;
}
.unit .swiper-container .swiper-slide .mod-tile .caption {
	font-weight:700;
	font-size:18px;
	font-size:1.2rem;
	line-height:1.5;
    margin:.5rem 0!important;;
}
.unit .swiper-container .swiper-slide .mod-tile .abstract {
	font-size:15px!important;
    font-size:.95rem!important;
	line-height:22px!important;
	line-height:1.5!important;
	padding-top:5px;
	padding-top:.25rem;
}
.unit .swiper-container .swiper-slide .mod-tile .order {
    height: 14px;
    height: .8rem;
	line-height: 14px;
    line-height: .8rem;
    color: #989898;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    font-size: .7rem;
}

.operation_wrap {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:100;
	font-size:0;
	background:#09f;
}
.operation_wrap .operation_btn {
	float:left;
	width:100%;
	height:2.34667rem;
	line-height:2.34667rem;
    font-size:.74rem;
	color:#fff;
	text-align:center;
}
.operation_wrap .operation_btn.btn_disabled {
	background:#9c8f89;
	color:#827055;
	cursor:default;
}
