﻿.caseview{
    padding: 180px 0 180px 0;
	background: none;
	min-height: 875px;
}
.section-title{
	color:#000;
}
.section-title span:before{
	background: -moz-linear-gradient(140deg, #3abdb3 32%, #3d75e0 68%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(32%,#3abdb3), color-stop(68%,#3d75e0));
    background: -webkit-linear-gradient(140deg, #3abdb3 32%,#3d75e0 68%);
    background: -o-linear-gradient(140deg, #3abdb3 32%,#3d75e0 68%);
    background: -ms-linear-gradient(140deg, #3abdb3 32%,#3d75e0 68%);
    background: linear-gradient(140deg, #3abdb3 32%,#3d75e0 68%);
    opacity: .3;
}

.caseview .caseImg-view{
	margin: 0 auto;
	width: 506px;
	height: 485px;
	max-width: 100%;
}


.caseview .layui-carousel, .caseview .layui-carousel>[carousel-item]>*{
	background: none;
}
.caseview .layui-carousel>[carousel-item]:before{
	display: none;
}
.caseview .caseImg-view img{
	height: 100%;
	max-width: 100%;
}
.caseview .caseInfo-view>div{
	
	position: absolute;
	top: 0;
	right: 0;
}

.caseview .caseInfo-view .case-app-title{
	font-size: 1.3rem;
	line-height: 70px;
	margin: 60px 0 40px 0;
}
.caseview .caseInfo-view .case-app-title img{
	width: 70px;
	height: 70px;
	margin-right: 8px;
	border: 3px solid #fff;
	box-sizing: border-box;
	border-radius: 20px;
}

.caseview .caseInfo-view .case-app-desc{
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin-bottom: 25px;
	
	color: #9c9ea4;
}
.caseview .caseInfo-view .case-app-desc h3{
	font-size: 1.1rem;
	font-weight: 600;
}

.sortlist{
	position: absolute;
	top: 50%;
	left: -100px;
	transform: translate(0,-50%);
	width: 90px;
	z-index: 10;

	background: -moz-linear-gradient(15deg, #3abdb3 32%, #3d75e0 68%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(32%,#3abdb3), color-stop(68%,#3d75e0));
    background: -webkit-linear-gradient(15deg, #3abdb3 32%,#3d75e0 68%);
    background: -o-linear-gradient(15deg, #3abdb3 32%,#3d75e0 68%);
    background: -ms-linear-gradient(15deg, #3abdb3 32%,#3d75e0 68%);
    background: linear-gradient(15deg, #3abdb3 32%,#3d75e0 68%);
    color: #fff;
}
.sortlist li{
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 15px 0;
	font-size: 1.13rem;
	position: relative;
	cursor: pointer;
}
.sortlist li:first-child{
	margin-top: 8px;
}
.sortlist li:last-child{
	margin-bottom: 8px;
}

.sortlist li.layui-this{
	font-weight: 600;
}
.sortlist li.layui-this span:after{
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: #fff;
	border-radius: 5px;
	margin-left: -20px;
}

.caseview .layui-carousel[lay-indicator=outside] .layui-carousel-ind{
	top: 100px;
}
.caseview .layui-carousel[lay-indicator=outside] .layui-carousel-ind ul{
	background: none;
}
.caseview .layui-carousel-ind li{
	margin: 0rem .5rem;
	background-color: #c7c7c7;
	border-radius: 0;
	width: 100px;
	height: 5px;
}

.layui-carousel-ind li.layui-this{
	background-color: #242424;
}