/*图片放大*/
.mask-layer {
    overflow: scroll;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, .85);
}
/*.mask-layer-black {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .85;
    position: absolute;
    top: 0;
    left: 0;
}*/
.mask-layer-container {
    width: 40%;
    height: auto;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mask-layer-imgbox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mask-layer-imgbox > img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*按钮样式*/
.btn-default-styles {
	position: absolute;
	width: 100px;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*color: #fff;*/
    z-index: 100;
    cursor: pointer;
}

.mask-prev {
	top: 50%;
	left: 60px;
	font-size: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mask-next {
	top: 50%;
	right: 60px;
	font-size: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mask-next:hover .icon--8:before,
.mask-prev:hover .icon---:before {
	color: #004898;
}

.mask-close {
	right: 80px;
    top: 80px;
    width: 35px;
    height: 35px;
    font-size: 42px;
    line-height: 35px;
    font-weight: bold;
	/*text-align: center;
	background: rgba(0, 0, 0, .3);
	border-radius: 50%;
	color: #cacbca;
	transition: all .6s;*/
}
/*gxq 0511*/
.mask-close.icon-2:before {
	color: #FFF;
	margin-left: 0;
}
/*.mask-close:hover.icon-1:before {
	transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.mask-close:hover.icon-1:before {
  	color: rgb(74, 74, 74, 1);
}*/

.btn-default-styles:focus {
    outline: none;
}

.mask-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	padding: 0 80px;
	font-size: 24px;
	color: #FFF;
	line-height: 80px;
}

.mask-title p {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/*样品展示模块弹出层*/
.mask-layer-container{
	width: 75%;
	top: 50px;
	display: flex;
	display: -webkit-flex;
}
.mask-left{
	width: 47%;
	margin-right: 3%;
	/*border-right: 1px solid #dcdddd;*/
	padding-bottom: 50px;
}
.mask-left .sample-bottom-swiper {
	margin-top: 16px;
}
.mask-right{
	width: 47%;
	margin-left: 3%;
}
.mask-left img{
	width: 80%;
}
.mask-right{
	color: #FFFFFF;
	font-size: 24px;
	padding-bottom: 50px;
	position: relative;
}
.sample-name{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 50px;
}
.sample-item{
	line-height: 36px;
	font-family: "Helvetica LT Pro","HarmonyOS_Sans_SC_Regular";
}
.sample-more,
.sample-more:hover{
	display: block;
	/*position: absolute;
	right: 0;
	bottom: 0;*/
	float: right;
	margin-top: 50px;
	width: 240px;
	height: 40px;
	color: #004898;
	background: #FFFFFF !important;
	text-align: center;
	line-height: 40px;
}
.sample-info{
	display: flex;
	display: -webkit-flex;
}
.sample-title{
	text-align: left;
	width: 103px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.mask-left .sample-bottom-swiper .swiper-slide {
	margin-right: 16px;
}
.mask-left .sample-bottom-swiper .swiper-slide.swiper-slide-thumb-active::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #00ffff;
    margin-top: 4px;
}
.mask-left .sample-bottom-swiper .swiper-slide:not(.swiper-slide-thumb-active)::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background-color: rgba(0, 0, 0, 1);*/
	background-color: rgba(0, 0, 0, .35);
	cursor: pointer;
}
@media only screen and (max-width: 1599px) {
	.sample-title{
		width: 91.7px;
	}
}
@media only screen and (max-width: 1299px) {
	.sample-title{
		width: 83.4px;
	}
}
.sample-content{
	margin-left: 4px;
}
@media only screen and (max-width: 1599px) {
	.mask-right {
	    font-size: 22px;
	}
	.sample-name {
	    font-size: 28px;
	    line-height: 38px;
	    margin-bottom: 45px;
	}
	.sample-item {
    	line-height: 34px;
	}
	.sample-more, .sample-more:hover {
	    width: 220px;
	    font-size: 22px;
	}
}
@media only screen and (max-width: 1299px) {
	.mask-right {
	    font-size: 20px;
	}
	.sample-name {
	    font-size: 26px;
	    line-height: 36px;
	    margin-bottom: 40px;
	}
	.sample-item {
    	line-height: 32px;
	}
	.sample-more, .sample-more:hover {
	    width: 200px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.mask-layer {
		max-width: 750px;
		left: 50%;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.mask-layer-container {
		width: calc(100% - 30px);
		display: block;
		top: 135px;
		left: 50%;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.mask-close {
		top: 60px;
		right: 15px;
	}
	.mask-left {
		padding: 0;
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	.mask-right {
		padding: 0;
		width: 100%;
		margin-left: 0;
	}
	.mask-prev,
	.mask-next {
		display: none;
	}
	.mask-left .sample-bottom-swiper {
		margin-top: 8px;
	}
	.mask-left .sample-bottom-swiper .swiper-slide {
		margin-right: 8px;
	}
	.sample-name {
		font-size: 20px;
		margin-bottom: 24px;
		line-height: 1;
	}
	.sample-item {
		font-size: 16px;
		line-height: 1.5;
	}
	.sample-title {
		width: 45px;
	}
}
@media only screen and (max-width: 450px) {
	.sample-name {
		font-size: 18px;
	}
	.sample-item {
		font-size: 14px;
	}
	.sample-title {
		width: 35px;
	}
}