.auth {
			    background-color: #F8F7F7;
			    padding: 60px 0 40px 0;
			}
			.auth .auth-center {
			    text-align: center;
			    max-width: 1903px;
			    margin: 0 auto;
			}
			.title {
			    color: #1D1716;
			    font-size: 32px;
			    margin-bottom: 20px;
			    font-weight: normal;
			}
			.auth .auth-carousel {
    position: relative;
}


.auth .auth-carousel .carousel-box {
    width: 80px;
    height: 80px;
    background-color: rgba(153, 153, 153, 0.2);
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    left: 49px;
    top: 160px;
    z-index: 3;
    transition: all ease-in-out 0.2s;
}

.auth .auth-carousel .carousel-box::before {
    content: "";
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 30%;
    left: 39%;
    width: 30px;
    height: 30px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}
.auth .auth-carousel .carousel-content {
    max-width: 1194px;
    overflow: hidden;
    padding: 20px;
    margin: 0 auto;
}

.auth .auth-box {
    transition: all ease-in-out 0.3s;
}
.auth .auth-carousel .demo-carousel {
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(95, 95, 95, 0.25);
    width: 245px;
    height: 337px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.auth .auth-carousel .demo-carousel .dc-shadow {
    opacity: 0;
    background-color: rgba(39,32,32,0.86);
    text-align: center;
    width: 86%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    z-index: 1;
    transition: opacity ease-in-out 0.3s;
}
.auth .auth-carousel .demo-carousel .dc-shadow .dc-img {
    width: 160px;
    height: 160px;
    display: inline-block;
    line-height: 16;
    margin-top: 40px;
}
.auth .auth-carousel .demo-carousel .dc-shadow p {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    margin-top: 40px;
}
.auth .auth-carousel .demo-carousel>img {
    width: 100%;
    height: 100%;
}
.auth .auth-carousel .carousel-content .demo-carousel .dp1 {
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
}
.auth .auth-carousel .carousel-content .demo-carousel>p {
    font-size: 12px;
    color: #514644;
    text-align: left;
    line-height: 20px;
}
.auth .auth-carousel .carousel-box2 {
    width: 80px;
    height: 80px;
    background-color: rgba(153, 153, 153, 0.2);
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    right: 49px;
    top: 160px;
    z-index: 3;
    transition: all ease-in-out 0.2s;
}
.auth .auth-carousel .carousel-box2::before {
    content: "";
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 30%;
    left: 20%;
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.auth .auth-carousel .demo-carousel:hover>.dc-shadow {
  opacity: 1;
}
.dc-img img{
    width: 150px;
    height: 240px;
}
.auth .auth-carousel .carousel-box:hover,.auth .auth-carousel .carousel-box2:hover {
  background-color: rgb(90, 90, 90);
}