.gototop{
	z-index: 1;
}

.quantity input{
	border: 0px;
	outline: none;
	width: 60%;
}

.cd-cart .quantity{
	width: 70%;
}
.black{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
	background-color: rgba(0,0,0,.7);
	display: none;
}

.black-indent{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
	background-color: rgba(0,0,0,.7);
	display: none;
}
#Img{
	width: 1100px;
	height: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -550px;
	background-color: #fff;
	z-index: 999;
	/*-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);*/
	display: none;
	box-sizing:content-box;
}

#indent .box{
	width: 500px;height:470px;position: relative;margin: 15px;float: left;
}

#indent .box dl{
	margin-bottom: 0px;
	text-align: center;
}

#indent .box dl div{
	background-image: url();
	width: 100px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#Img.act{
	display: block;
	/*-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	animation:myfirst 0.5s;
	-moz-animation:myfirst 0.5s;
	-webkit-animation:myfirst 0.5s;
	-o-animation:myfirst 0.5s;*/
}

.

@keyframes myfirst
{
	0%   {display: block;transform: scale(0.6);}
	90%  {display: block;transform: scale(1.1);}
	100% {display: block;transform: scale(1);}
}

@-moz-keyframes myfirst /* Firefox */
{
	0%   {display: block;transform: scale(0.6);}
	90%  {display: block;transform: scale(1.1);}
	100% {display: block;transform: scale(1);}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%   {display: block;transform: scale(0.6);}
	90%  {display: block;transform: scale(1.1);}
	100% {display: block;transform: scale(1);}
}

@-o-keyframes myfirst /* Opera */
{
	0%   {display: block;transform: scale(0.6);}
	90%  {display: block;transform: scale(1.1);}
	100% {display: block;transform: scale(1);}
}

#Img .set{
	width: 440px;
	float: left;
	margin: 60px 15px;
}

#Img .set .info button{
	width: 80%;
	margin: auto;
	border: 1px solid #eee;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	outline: none;
	background-color: transparent;
}

#Img .set .info button img{
	height: 20px;
}

#Img .set .Btn1{
	width: 80%;
	text-align: right;
	margin-top: 30px;
}

#Img .set .Btn1 p{
	font-size: 13px;
	line-height: 15px;
	color: #999;
}

#Img .set .Btn1 input{
	width: 140px;
	height: 32px;
	border: 0px;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	outline: none;
	background-color: #f7c639;
}

#Img .set .Btn1 a{
	width: 140px;
	height: 32px;
	display: inline-block;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #555;
}

.close1{
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 24px; 
	color: #1b1b1b;
}

/*订单*/
#indent{
	width: 50%;
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -25%;
	z-index: 999;
	display: none;
}

#indent .main{
	width: 80%;
	height: 80%;
	margin: 20% auto;
	min-height: 680px;
	border-radius: 6px;
	background-color: #fff;
	position: relative;
}

#indent .main .tit{
	text-align: center;
	font-size: 26px;
	line-height: 80px;
	color: #1b1b1b;
	font-weight: bold;
	margin-bottom: 0px;
}

#indent .main .info{
	width: 80%;
	max-height: 530px;
	margin: auto;
	overflow: hidden;
	overflow-y: auto;
}

#indent .main .info .import{
	border: 1px solid #f7f7f7;
	margin-bottom: 10px;
	border-radius: 3px;
	background-color: #f7f7f7;
	clear: both;
	overflow: hidden;
	padding: 6px 20px;
}

#indent .main .info .import span{
	float: left;
	width: 90%;
	line-height: 24px;
}

#indent .main .info .import p{
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #1b1b1b;
	line-height: 40px;
}


#indent .main .info .import span:first-child{
	width: 10%;
	line-height: 26px;
	color: #1b1b1b;
}

#indent .main .info .import span input{
	border: 0px;
	outline: none;
	line-height: 24px;
	width: 100%;
	font-size: 13px;
	background-color: transparent;
}

#indent .main .info .import .img-b{
	width: 100%;
}

#indent .main .info .import .img-b img{
	width: 32.33%;
	margin-right: 1%;
	float: left;
}

#indent .main .t-box{
	background-color: #f7f7f7;
	border-radius: 3px;
}

#indent .main .t-box p{
	margin-bottom: 0px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #1b1b1b;
	line-height: 40px;
}

#indent .main .t-box ul{
	padding-left: 0px;
	margin-bottom: 10px;
	font-size: 13px;
}

#indent .main .t-box ul li{
	border-top: 1px solid #ddd;
	line-height: 30px;
	clear: both;
	overflow: hidden;
	padding: 5px 0px;
}

#indent .main .t-box ul li span{
	float: left;
}

#indent .main .t-box ul li span.img{
	width: 15%;
}

#indent .main .t-box ul li span.img span{
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 20px;
	background-size: cover;
}

#indent .main .t-box ul li span.name{
	width: 55%;
	padding-right: 15px;
	display: block;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

#indent .main .t-box ul li span.price{
	width: 20%;
}

#indent .main .t-box ul li span.num{
	width: 10%;
}

#indent .Btn{
	width: 80%;
	margin: auto;
	margin-top: 15px;
	text-align: right;
}

#indent .Btn button{
	line-height: 36px;
	padding: 0px 30px;
	border-radius: 4px;
	border: 0px;
	color: #fff;
	background-color: #f7c639;
}

#indent .main .info .import .imgFile label{
	margin-bottom: 0px;
}

#indent .main .info .import .imgFile {
	border:1px solid #dbdbdb;
	display:flow-root;
	clear: both;
	overflow: hidden;
	margin-bottom: 6px;
}
@supports (display:flow-root) {
	#indent .main .info .import .imgFile {
	display:flow-root;
}
}
#indent .main .info .import .imgFile label input {
	display:none;
	height: 0px;
}
#indent .main .info .import .imgFile label span {
	width:60px;
	height:60px;
	display:inline-block;
	border:1px solid #dbdbdb;
	margin:5px;
	margin-bottom: 0px;
	position:relative
}
#indent .main .info .import .imgFile label span:after {
	width:60%;
	height:1px;
	background:#dbdbdb;
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:calc(50% - 30%)
}
#indent .main .info .import .imgFile label span:before {
	width:1px;
	height:60%;
	background:#dbdbdb;
	content:"";
	display:inline-block;
	position:absolute;
	left:50%;
	top:calc(50% - 30%)
}
#indent .main .info .import .imgFile .imgDiv {
	width:60px;
	height:60px;
	border:1px solid #dbdbdb;
	margin:5px;
	margin-bottom: 0px;
	position:relative;
	float:left;
	overflow: hidden;
}
#indent .main .info .import .imgFile .imgDiv img {
	width:60px;
	height:60px;
}
#indent .main .info .import .imgFile .imgDiv span {
	width:100%;
	height:20px;
	color:white;
	display:none;
	background:rgba(0,0,0,0.38);
	position:absolute;
	top:0;
	left:0;
	right:0
}
#indent .main .info .import .imgFile .imgDiv i {
	font-style:inherit;
	float:right;
	cursor:pointer;
	margin-right:5px;
	line-height:100%;
	font-size:20px;
}
#indent .main .info .import .imgFile .imgDiv:hover > span {
	display:block
}

#gtco-portfolio-list li a.color-1:before{
	opacity: 0;
}

#gtco-portfolio-list li{
	min-height: auto
}

#gtco-portfolio-list li a{
	min-height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
}

.buy h2{
	font-size: 17px;
	margin-bottom: 10px;
	height: 36px;
	line-height: 18px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #1b1b1b;
}

.buy span{
	font-size: 14px;
}

.cd-add-to-cart{
	font-size: 12px;
	padding: 0px 15px;
	line-height: 32px;
	background-color: #d2ac68;
	letter-spacing: 0px;
}

.cd-add-to-cart i{
	margin-right: 5px;
}

.img-eye{
	margin-top: -67px;
	outline: none;
	background-color: #999;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
	padding: 0px 13px;
	line-height: 32px;
	float: right;
	border: 0px;
	margin-right: 4px;
	letter-spacing: 0px;
}

.img-eye:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.img-eye i{
	margin-right: 5px;
}

.directory{
	height: 44px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 26px;
}

.directory .left{
	float: left;
	font-size: 28px;
	font-weight: bold;
	color: #1b1b1b;
	line-height: 30px;
	margin-top: 5px;
}

.directory .right{
	float: right;
	margin-top: 8px;
}

.directory .right a{
	float: left;
	color: #999;
	line-height: 24px;
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid #eee;
}

.directory .right a.active{
	color: #d2ac68;
}

.directory .right span{
	float: left;
	line-height: 24px;
}

.directory .right .interval{
	float: left;
	position: relative;
}

.directory .right .interval button{
	background-color: transparent;
	border: 0px solid #666;
	border-radius: 4px;
	color: #999;
	outline: none;
	line-height: 24px;
	float: left;
}

.directory .right .interval button.active{
	color: #d2ac68;
}

.directory .right .interval .main{
	width: 400px;
	clear: both;
	overflow: hidden;
	z-index: 999;
	margin-top: -8px;
}

.directory .right .interval .main .left{
	width: 80%;
}

.directory .right .interval .main .left input{
	font-size: 13px;
	font-weight: normal;
	float: left;
	width: 140px;
	border-radius: 4px;
	border: 0px;
	padding-left: 10px;
	line-height: 30px;
	outline: none;
	background-color: #efefef;
}

.directory .right .interval .main .left span{
	width: 20px;
	font-weight: normal;
	float: left;
	text-align: center;
	font-size: 16px;
}

.directory .right .interval .main .right{
	float: right;
	width: 18%;
}

.directory .right .interval .main .right a{
	line-height: 29px;
	color: #fff;
	display: inline-block;
	background-color: #f7c639;
	border-radius: 3px;
	font-size: 12px;
}

#gtco-portfolio-list li a{
	min-height: auto;
	padding: 0px;
}

#gtco-portfolio-list li .img{
	height: 260px;
	min-height: 259px;
	overflow: hidden;
}

#gtco-portfolio-list li .img img{
	width: 100%;
	transition-duration: 0.6s;
}

#gtco-portfolio-list li a:hover  img{
	transform: scale(1.2);
}

#gtco-portfolio-list li a .case-studies-summary{
	position: relative;
	color: #1b1b1b;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}

#gtco-portfolio-list li a .case-studies-summary h2{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	height: 36px;
}

#gtco-portfolio-list li a .case-studies-summary span{
	color: #999;
	font-size: 13px;
}

.buy .left{
	float: left;
	width: 40%;
}

.buy .left p{
	display: block;
	float: none;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.buy .left .price{
	color: #f7c639;
}

.buy .left .sale{
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.prompt{
	width: 460px;
	padding: 20px 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	z-index: 999;
	background-color: rgba(228,196,138,.9);
	display: none;
}

.prompt p{
	font-size: 18px;
	color: #fff;
}

.prompt p span{
	margin-right: 10px;
}

.prompt .close2{
	position: absolute;
	right: 10px;
	top: 6px;
	color: #fff;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.directory .right .interval .main{
		width: 100%;
	}

	.directory .right{
		width: 100%;
		float: left;
		margin-bottom: 8px;
	}

	.directory .right .interval .main .left input{
		width: 90px;
	}

	.directory .right .interval .main{
		overflow: 	visible;
	}
}