@charset "utf-8";

.pc {
	display: none !important;
}

.sp {
	display: block !important;
}

.sec {
	margin: 0 auto;
	width: 1024px;
}

.sec.video-btn {
	border: 0;
	margin-bottom: 0;
}

.breadcrumb {
	padding: 25px 0 12px 0;
}

.breadcrumb ul li {
	display: inline-block;
}

.breadcrumb ul li:after {
	content: ">>";
	margin: 0 10px;
}

.breadcrumb ul li.last:after {
	display: none;
}

.breadcrumb ul li a {
	color: #898989;
}

.pageTitle {
	padding: 0 0 25px 0;
}

.pageTitle h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 2.2;
}

.pageTitle h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.kv {
	width: 100%;
	/*height: 400px;*/
	padding-bottom: 24%;
	margin-bottom: 35px;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.kv .title {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff
}

.kv .title.black {
	color: #333;
}

/* 视频 */
.videos-container {
	margin-bottom: 25px;
}

.videos-container .videos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.videos-container .videos .video {
	width: 49%;
	margin-bottom: 30px;
	position: relative;
}

.videos-container .videos .video .play-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 5%;
	right: 2%;
}

@media screen and (max-width:640px) {
	.videos-container .videos .video {
		width: 100%;
		margin-bottom: 15px;
		position: relative;
	}
}

.play-btn {
	display: inline-block;
	position: relative;
	width: 3.57143vw;
	height: 2.38095vw;
	border: solid 1px #000;
	line-height: 1;
	margin-top: 2.61905vw;
	font-size: 1.07143vw;
	cursor: pointer;
	overflow: hidden;
}

.play-btn:hover {
	/*border: solid 1px transparent; */
}

.play-btn:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	background: #000;
	content: "";
	transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	z-index: 1;
}

.play-btn:hover:before {
	transform: translateX(0%);
}

.play-btn span {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/upload/webpage/play_btn_arrow_black.svg);
	background-position: 51% 51%;
	background-repeat: no-repeat;
	background-size: 65%;
	position: relative;
	z-index: 99;
}

.play-btn:hover span {
	background-image: url(/upload/webpage/play_btn_arrow_white.svg);
}

.play-btn.play-btn-circular,
.play-btn.play-btn-circular:before {
	border-radius: 50%;
}

.play-btn.play-btn-circular .play-btn.play-btn-square {}

.play-btn.play-btn-circular {
	border: 1px solid transparent;
}

.play-btn.play-btn-circular.play-btn-white,
.play-btn.play-btn-circular.play-btn-black {
	border: 1px solid transparent;
}

.play-btn.play-btn-circular span {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 50%;
}

.play-btn.play-btn-white {
	border: solid 1px #fff;
}

.play-btn.play-btn-white span {
	background-image: url(/upload/webpage/play_btn_arrow_white.svg);
	border: solid 1px #fff;
}

.play-btn.play-btn-white:hover span {
	background-image: url(/upload/webpage/play_btn_arrow_black.svg);
}

.play-btn.play-btn-white:before {
	background: #fff;
}

.play-btn.play-btn-black {
	border: solid 1px #000;
}

.play-btn.play-btn-black span {
	background-image: url(/upload/webpage/play_btn_arrow_black.svg);
	border: solid 1px #000;
}

.play-btn.play-btn-black:hover span {
	background-image: url(/upload/webpage/play_btn_arrow_white.svg);
}

.play-btn.play-btn-black:before {
	background: #000;
}

/* 新闻区块 */
.news .kv {
	background-image: url(/upload/images/kv/press_kv.jpg);
}

.news .list {
	display: flex;
	align-items: flex-start;
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}

.news .list .image {
	width: 182px;
	margin-right: 46px;
	margin-top: 0.5em;
}

.news .list .article {
	overflow: hidden;
}

.news .list .article .time,
.news .list .article .title {
	line-height: 1.8
}

.news .list .article .time {
	color: #6a6a6a;
	font-size: 23px;
}

.news .list .article .title {
	font-size: 23px;
}

.news .list .article .body {
	font-size: 16px;
}

.white_bg {
	background-color: #ffffff;
	padding-bottom: 1px;
}

.detail {
	margin-bottom: 5%;
}

.detail .time,
.detail .category {
	color: #6a6a6a;
	line-height: 32px;
	display: inline-block;
	font-size: 16px;
}

.detail article {
	font-size: 16px;
	min-height: 455px;
	word-wrap: break-word;
}

.detail article img {
	width: auto;
}

.detail article p {
	padding: 0.5em 0;
}

.detail article .image-container-r-ml24 {
	float: right;
	margin-left: 24px;
}

.detail article .image-container-l-ml24 {
	float: left;
	margin-right: 24px;
}

.detail article .news-video {
	width: 60%;
	margin: auto;
	display: block;
}

@media screen and (max-width:640px) {
	.news .kv {
		background-image: url(/upload/images/kv/press_kv_sp.jpg);
	}

	.news .list .image {
		width: 18%;
		margin-right: 5%;
	}
}

/* 历史 */
.history .kv {
	background-image: url(/upload/images/kv/history_kv.jpg);
}

.history .content {
	border-bottom: 1px solid #919292;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.history .content img {
	width: 51%;
	display: inline-block;
}

.history article.intro_container {
	display: inline-block;
	width: 35%;
	vertical-align: top;
	margin-right: 12%;
}

.history article .year {
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}

@media screen and (max-width:640px) {
	.history .kv {
		background-image: url(/upload/images/kv/history_kv_sp.jpg);
	}

	.history .content {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.history article.intro_container {
		display: block;
		width: 100%;
	}

	.history article .year {
		font-weight: normal;
	}

	.history .content img {
		margin-top: 35px;
		width: 100%;
		display: block;
	}
}

/* 问题 */
.faq .content {
	font-size: 16px;
}

.faq .list p {
	margin-bottom: 10px;
	color: #979797;
}

.faq .list li {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 1em;
	padding-top: 1em;
}

/* 技术 */
.technology .kv {
	background-image: url(/upload/images/kv/technologies_kv.jpg);
}

.technology .tabs {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.technology .tabs a {
	width: calc((100% - 70px) / 6);
	font-size: 18px;
	display: block;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	padding: 0 10px;
}

.technology .tabs a.current {
	background-color: #000;
	color: #fff;
}

.technology .list ul {
	display: flex;
	flex-wrap: wrap;
}

.technology .list ul li {
	width: 33.333333%;
	margin-bottom: 30px;
}

.technology .list ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 328px;
}

.technology .list ul li .info {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
	min-height: 125px;
}

.technology .list ul li .logo {
	font-size: 22px;
	font-weight: bold;
	padding: 19px 0 10px 20px;
	height: 58px;
}

.technology .list ul li .logo img {
	height: 100%;
	margin-right: 0.4rem;
}

.technology .list ul li .text {
	display: block;
	padding: 0 0 10px 20px;
	width: calc(100% - 40px);
}

@media screen and (max-width:640px) {
	.technology .kv {
		background-image: url(/upload/images/kv/technologies_kv_sp.jpg);
	}

	.technology .tabs {
		flex-wrap: wrap;
	}

	.technology .tabs a {
		width: calc((100% - 16px) / 2);
		margin-bottom: 16px;
	}

	.technology .list ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.technology .list ul li a {
		width: auto;
	}

	.technology .list ul li a .image {
		width: 100%;
	}
}

.technologies .pc {
	display: block !important;
}

.technologies .sp {
	display: none !important;
}

.technologies .logo {
	font-size: 24px;
	font-weight: bold;
	padding: 12px 0 12px 14px;
	height: 68px;
}

.technologies .logo img {
	height: 100%;
	margin-right: 0.4rem;
}

.technologies .content {
	margin-bottom: 46px;
	font-size: 16px;
	line-height: 1.7;
}

.technologies .content h3 {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 50px;
}

.technologies .content .p {
	margin-bottom: 14px;
}

@media screen and (max-width:640px) {
	.technologies .pc {
		display: none !important;
	}

	.technologies .sp {
		display: block !important;
	}
}

/* 新品上市 */
.newarrival .image-kv {
	margin: 30px 0;
}

.newarrival .product-title {
	display: none;
}

.newarrival .product-cate ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.newarrival .product-cate ul li {
	width: calc((100% - 45px) / 4);
	margin-right: 15px;
	margin-bottom: 15px;
}

@media screen and (min-width:640px) {
	.newarrival .product-cate ul li:nth-child(4n) {
		margin-right: 0;
	}
}

.newarrival .product-cate ul li .border {
	background-color: #ffffff;
}

.newarrival .product-cate ul li .border .title {
	font-size: 12px;
	padding: 12px;
	word-break: break-word;
}

.newarrival .product-cate ul li .border .image {
	text-align: center;
	padding: 30px 0;
}

@media screen and (max-width:640px) {
	.newarrival .image-kv {
		margin: 24px 0 0 0;
	}

	.newarrival .product-title {
		display: block;
		padding: 10px 0;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.6;
		text-align: center;
	}

	.newarrival .product-cate ul li {
		width: calc((100% - 15px) / 2);
	}

	.newarrival .product-cate ul li:nth-child(2n) {
		margin-right: 0;
	}

	.newarrival .product-cate ul li .border .image {
		padding: 20px 0;
	}
}

/* 产品 */
.categories {}

.categories .subcategories ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.categories .subcategories ul li {
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	margin-bottom: 18px;
}

@media screen and (min-width:640px) {
	.categories .subcategories ul li:nth-child(3n) {
		margin-right: 0;
	}
}

.categories .subcategories ul li .title {
	padding: 18px 0;
	word-break: break-word;
}

@media screen and (max-width:640px) {
	.categories .subcategories ul li {
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 15px;
	}

	.categories .subcategories ul li:nth-child(2n) {
		margin-right: 0;
	}
}


.categories .subcategories-kv {
	margin-bottom: 18px;
}

.categories .subcategories-big {
	display: flex;
	flex-wrap: wrap;
}

.categories .subcategories-big a {
	width: calc((100% - 32px) / 2);
	margin-right: 32px;
	margin-bottom: 16px;
}

@media screen and (min-width:640px) {
	.categories .subcategories-big a:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:640px) {
	.categories .subcategories-kv {
		margin-top: 18px;
	}

	.categories .subcategories-big a {
		width: 100%;
		margin-right: 0;
	}

	.categories .kv-childs {
		padding-bottom: 35%;
	}
}


.categories .subcategories-small ul {
	display: flex;
	flex-wrap: wrap;
}

.categories .subcategories-small ul li {
	width: calc((100% - 94px) / 5);
	margin-right: 23.5px;
	margin-bottom: 15px;
}

@media screen and (min-width:640px) {
	.categories .subcategories-small ul li:nth-child(5n) {
		margin-right: 0;
	}
}

.categories .subcategories-small ul li .title {
	padding: 10px 0 10px 10px;
	word-break: break-word;
}

.categories .subcategories-small ul li .image {
	background-color: #ffffff;
	text-align: center;
	padding: 20px 0;
}

.categories .subcategories-small ul li:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width:640px) {
	.categories .subcategories-small ul li {
		width: calc((100% - 15px) / 2);
		margin-right: 15px;
	}

	.categories .subcategories-small ul li:nth-child(2n) {
		margin-right: 0;
	}
}

.categories .subcategories-product ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.categories .subcategories-product ul li {
	width: calc((100% - 94px) / 5);
	margin-right: 23.5px;
	margin-bottom: 15px;
}

@media screen and (min-width:640px) {
	.categories .subcategories-product ul li:nth-child(5n) {
		margin-right: 0;
	}
}

.categories .subcategories-product ul li {
	background-color: #ffffff;
}

.categories .subcategories-product ul li .title {
	font-size: 12px;
	padding: 12px;
	word-break: break-word;
	border-bottom: 1px solid #f9f9f9;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.categories .subcategories-product ul li .logo {
	padding: 12px 0 0 12px;
}

.categories .subcategories-product ul li .image {
	text-align: center;
	padding: 20px 0;
}

.categories .subcategories-product ul li .tech {
	border-top: 1px solid #f9f9f9;
	padding: 8px 12px;
	display: flex;
	flex-wrap: wrap;
}

.categories .subcategories-product ul li .tech img {
	margin: 2px;
}

@media screen and (max-width:640px) {
	.categories .subcategories-product ul li {
		width: calc((100% - 15px) / 2);
		margin-right: 15px;
	}

	.categories .subcategories-product ul li:nth-child(2n) {
		margin-right: 0;
	}

	.categories .subcategories-product ul li .image {
		padding: 10px 0;
	}
}

.search {}

.search .search-text {
	margin-bottom: 15px;
}

.search .search-text span.big {
	font-weight: bold;
}

.product {
	background-color: #ffffff;
}
.product .detail {
	display: flex;
	border: 1px solid #eeeeee;
	position: relative;
}
.product .detail .big {
	width: 60%;
}
.product .detail .big .pic {
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
	height: 500px;
}
.product .detail .big .thumbnail ul {
	display: flex;
	padding: 20px;
}
.product .detail .big .thumbnail ul li {
	margin-right: 15px;
}
.product .detail .big .productimg .logo {
	position: fixed;
}
.product .detail .big .productimg .thumbnail ul li {
	border: 1px solid #eeeeee;
}
.product .detail .big .productimg .thumbnail ul li.current {
	border-color: #0c50a2;
}
.product .detail .big .help {
	display: none;
}

.product .detail .magnifier {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    width: 26px;
    height: 22px;
    left: 12px;
    top: 470px;
    background: url(/upload/webpage/product/product_magnifier.png) no-repeat center;
}

.product .detail .big .help .magnifier {
    cursor: pointer;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.product .detail .intro {
	width: 40%;
	border-left: 1px solid #eeeeee;
}
.product .detail .intro .tabbg ul {
	display: flex;
}
.product .detail .intro .tabbg ul li {
	background-color: #eeeeee;
	width: 33.3333333%;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
}
.product .detail .intro .tabbg ul li.current {
	background-color: #000000;
	color: #ffffff;
}
.product .detail .specifications {
	padding: 8px;
}
.product .detail .specifications>li {
	display: flex;
	margin-bottom: 8px;
}
.product .detail .specifications>li .label {
	width: 100px;
	font-weight: 700;
}
.product .detail .specifications>li .content {
	word-break: break-word;
	flex: 1;
}

.product .detail .technologys ul {
	display: flex;
	flex-wrap: wrap;
}
.product .detail .technologys ul li {
	margin-right: 5px;
	margin-bottom: 5px;
}

.product .intro {
	display: flex;
	flex-direction: column;
}

.product .intro .tab {
	display: none;
	flex: 1;
}

.product .intro .tab:first-child {
	display: block;
}

.product .intro #tabcontent {
	display: flex;
	flex: 1;
}

.product .intro #features {
	min-height: 526px;
}

.product .intro #features ul {
	padding: 15px 10px 0 10px;
}

.product .intro #features ul li {
    font-size: 12px;
    color: #868686;
    line-height: 150%;
    margin-bottom: 12px;
    padding-left: 13px;
    background: url(/upload/webpage/product/dot_icon.png) no-repeat 1px 5px;
}

.product .intro #installationguide ul {
	padding: 15px 10px 0 10px;
}

.product .intro #installationguide ul li {
    font-size: 12px;
    color: #868686;
    line-height: 150%;
    margin-bottom: 12px;
    padding: 10px 0 10px 13px;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	flex-wrap: wrap;
}

.product .intro #installationguide ul li.name {
    background: url(/upload/webpage/product/dot_icon.png) no-repeat 5px 17px;
}

.product .intro #installationguide ul li .label {
	flex: 1;
}

.product .intro #installationguide ul li .format {
	width: 60px;
}

.product .intro #installationguide ul li .download {
	text-indent: -1000px;
	width: 24px;
	overflow: hidden;
	background: url(/upload/webpage/product/product_download_bg.png) no-repeat center;
}

@media screen and (max-width:640px) {
	.product .detail {
		flex-direction: column;
	}
	.product .detail .big {
		width: auto;
	}
	.product .detail .big .magnifier {
		top: 265px;
	}
	.product .detail .big .pic {
		height: 295px;
	}
	.product .detail .intro {
		width: auto;
	}
}

.case .content ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.case .content ul li{
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
	margin-bottom: 15px;
	position:relative;
}
@media screen and (min-width:640px){ 
.case .content ul li:nth-child(3n) {
		margin-right: 0;
	}
}
.case .content ul li img {
	width: 100%;
}
.case .content ul li .cover{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:90px;
	padding:15px 35px 15px 18px;
	background: rgba(0,0,0,0.6) url(/upload/webpage/icon-pdf.png) no-repeat bottom 10px right 10px;
	background-size:24px;
	overflow:hidden;
}
.case .content ul li .cover h2{
	font-size:1.25em;
	font-weight:bold;
	line-height:1.6;
	color:#FFF;
}
@media screen and (max-width:640px){ 
	.case .content ul li{
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.case .content ul li:nth-child(2n) {
		margin-right: 0;
	}
	.case .content ul li .cover{
		height:60px;
		padding:8px 16px 8px 9px;
		background: rgba(0,0,0,0.6) url(/upload/webpage/icon-pdf.png) no-repeat bottom 5px right 5px;
		background-size: 20px;
	}
	.case .content ul li .cover h2{
		font-size: 0.75em;
	} 
}
.catalogue .content {
	margin-bottom: 30px;
}
.catalogue .content .title{
	font-size:24px;
	margin-bottom:34px;
}
.catalogue .content .list {
	font-size:0;
	display: flex;
	flex-wrap: wrap;
}
.catalogue .content .list a{
	display:inline-block;
	width: calc((100% - 64px) / 4);
	margin-right: 21px;
	margin-bottom: 21px;
}
@media screen and (min-width:640px){ 
.case .content .list ul a:nth-child(4n) {
		margin-right: 0;
	}
}
.catalogue .content .list a:nth-of-type(4n){
	margin-right:0;
}
.catalogue .content .list a img{
	width:240px;height:359px;
}
.catalogue .content .list .intro{
	font-size:16px;
	margin-top:16px;
	min-height:3.4em;
}
.catalogue .content .list .summary{
	line-height:1.2
}
.catalogue .content .list .icon-pdf{
	background-image:url(/upload/webpage/icon-pdf-b.png);
	background-size:auto 68%;
	background-position:right 0.5em;
	background-repeat:no-repeat;
}














/* ---------------------------------------------------------------- */

/*为了ipad1024左右有留白 */
@media screen and (max-width:1024px) {
	.sec {
		width: 100%;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:640px) {
	.sec {
		width: 100%;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.sec.video-btn {
		margin-bottom: 30px;
	}

	.breadcrumb {
		display: none;
	}

	.pageTitle {
		padding: 28px 20px;
	}

	.pageTitle h1 {
		font-size: 21px;
	}

	.pageTitle h2 {
		font-size: 18px;
	}

	.kv {
		padding-bottom: 66%;
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}

.modal .modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

.modal .modal-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: 1024px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

@media screen and (min-width: 1600px) {
	.modal .modal-inner {
		max-width: 1280px;
	}
}

@media screen and (min-width: 0) and (max-width: 640px) {
	.modal .modal-inner {
		width: 90%;
	}
}

.modal #player {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	padding-top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 0) and (max-width: 640px) {
	.modal #player {
		min-width: 0;
		padding-top: 50%;
	}
}

.modal #player .video-js {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.modal #player video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.modal .modal-close {
	position: absolute;
	top: -70px;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media screen and (min-width: 0) and (max-width: 640px) {
	.modal .modal-close {
		top: -50px;
		right: 0;
		width: 40px;
		height: 40px;
	}
}

.modal .modal-close:hover {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.modal .modal-close:before {
	content: '';
	position: absolute;
	top: 25px;
	right: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}

@media screen and (min-width: 0) and (max-width: 640px) {
	.modal .modal-close:before {
		top: 20px;
	}
}

.modal .modal-close:after {
	content: '';
	position: absolute;
	top: 0;
	left: 25px;
	width: 2px;
	height: 100%;
	background: #fff;
}

@media screen and (min-width: 0) and (max-width: 640px) {
	.modal .modal-close:after {
		left: 20px;
	}
}
