html {
    overflow-y: scroll;
  }
  
  :root {
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  :root body {
    position: absolute;
  }
  
  body {
    width: 100vw;
    /*overflow: hidden;*/
  }

.iUp
{
	position:relative;
	animation:myfirst 3s;
}
@keyframes myfirst
{
	0%  {opacity:0}
	100% {opacity:1}
}


p{
	margin-bottom: 0.3rem;
}
.content {
	max-width: 100%;
	display: block;
    font-size: 0;
    margin: 0 auto;
    position: relative;
    background-color: #343a40!important;
}

.content .item {
    display: inline-block;
    width: 25%;
    height: auto;
    position: relative;
    border: none;
}
html,body{
	height: 100%;
	background-color: #343a40!important;
}

.show_body{
	margin: 0 auto;
	background-color: #343a40!important;	
	display: flex;
    align-items: center;

}

.show_content{
	max-width: 1920px;	
}
a {
    text-decoration: none;
}

.content .show {
	width: 100%;
}

.float-right  {
	margin: 6px 10px;
	float: right;
}

.show_footer a {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.content .item .card {
    display: block;
    height: 100%;
    position: relative;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    border: 0px;
}

.content .item .card img {
    width: 100%;
    border: 0;
}

.content .item .card .mark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(40%, transparent), color-stop(60%, transparent), color-stop(60%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.6));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.6));
    -webkit-filter: blur(15px);
    filter: blur(15px);
    z-index: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.container{
max-width: 2400px;
}

.content .item .card .options {
    font-size: .6rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: .05rem;
    display: block;
    text-align: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    z-index: 3;
    color: #fff;
}

.content .item .card .ctrl {
    display: inline-block;
    height: .32rem;
    line-height: .31rem;
    cursor: pointer;
    text-align: center;
    padding: 0 .1rem;
    color: #fff;
}

.content .item .card .ctrl+.ctrl {
    margin-left: .05rem;
}

.content .item .card .ctrl.heart .icon {
    color: #f15151 !important;
}

.content .item .card .t {
    margin-left: .05rem;
    font-style: normal;
}

.content .item .card .description {
    position: absolute;
    width: 100%;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    padding: .05rem;
    display: block;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1;
    pointer-events: none;
}

.content .item .card .description h3 {
    font-size: 16px;
    letter-spacing: .01rem;
    font-weight: 400;
    color: #fff;
    padding: .02rem;
}

.content .item .card .description h3 span {
    font-size: 12px;
    letter-spacing: .01rem;
    font-weight: 400;
    color: #fff;
    padding: .02rem;
}

.content .item .card .description p {
    font-size: 14px;
}

.content .item .card .description p .icon {
    color: #dedede;
}

.content .item .card .description p .t {
	margin-left:4px;
    color: #dedede;
}

.content .item:hover .mark {
    opacity: 1;
}

.content .item:hover .options {
    opacity: 1;
}

.content .item:hover .description {
    opacity: 1;
}

.mobile .mark,
.mobile .options,
.mobile .description {
    opacity: 1 !important;
}

.ctrl.hide {
    display: none;
}

.page {
	font-size: 18px;
	color: #fff;
    text-align: center;
    padding: .3rem;
}

.page a {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    cursor: pointer;
    -webkit-border-radius: .06rem;
    border-radius: .06rem;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: 0 .1rem;
    color: #fff;
}

.page span {
    display: inline-block;
    padding: 0 .1rem;
}

.copyright {
    padding-bottom: .3rem;
    text-align: center;
}


/**********************Detail.css***********************/

.detail {
    height: 100vh;
    position: relative;
    background: rgba(1, 1, 1, .5);
}

.detail .mark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: blur(30px);
    filter: blur(20px);
}

.detail .preview img {
    width: 0;
    height: 0;
    border: 0;
}

.detail .preview .progressive {
    background: transparent;
}

.detail .preview .options {
    font-size: .12rem;
    padding: .1rem;
    width: 100%;
    display: block;
    text-align: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    right: 0;
    top: 0;
}

.progressive_img {
    width: 80%;
}

.detail .preview .ctrl {
    display: inline-block;
    height: .32rem;
    line-height: .31rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-border-radius: .06rem;
    border-radius: .06rem;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: 0 .1rem;
}

.detail .preview .ctrl+.ctrl {
    margin-left: .05rem;
}

.detail .preview .ctrl.heart .icon {
    color: #f15151 !important;
}

.detail .preview .ctrl.left {
    left: .15rem;
    top: .1rem;
    position: absolute;
}

.detail .preview .ctrl:hover {
    background: #fff;
}

.detail .preview .ctrl .t {
    font-style: normal;
    margin-left: .05rem;
    display: inline-block;
    vertical-align: top;
}

.detail .preview .description {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .1rem;
    display: block;
    width: 100%;
    color: #fff;
    background: rgba(1, 1, 1, 0.5);
}

.detail .preview .description .title {
    font-size: .2rem;
}

.detail .preview .description .sub {
    color: #c6cccc;
}

.detail .preview .description .t {
    font-style: normal;
    margin-left: .05rem;
    display: inline-block;
    vertical-align: top;
}

.detail .preview .description .show+.show {
    margin-left: .3rem;
}