/* 大盒子 */
.buildbox {
	font-size: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.9rem;
}

/* 大图 */
.buildbox .buildtop {
	width: 100%;
	height: 6.23rem;
	font-size: 0;
}

.buildbox .buildtop img {
	width: 100%;
	height: 6.23rem;
	font-size: 0;
}

/* 标题 */
.buildbox .title {
	font-size: 0.36rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #004DA5;
	line-height: 0.47rem;
	margin:0.61rem 1.8rem 0;
}

.buildbox>.title>span {
	font-size: 0.28rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #004DA5;
	line-height: 0.37rem;
	margin-left: 0.3rem;
	display: inline-block;
}
.weizhi {
	overflow: hidden;
	display: inline-block;
	font-size: 0.22rem;
	font-weight: 400;
	color: #999999;
	/* width: 4.2rem; */
	margin-top: 0.5rem;
	    line-height: 20px;
		padding-bottom: 0.2rem;
}

/* 中心内容 */
.buildbox .content1 {
	margin-top: 0.3rem;
}

/* 左侧标题 */
.buildbox .content1 .left {
	margin-left: 1.81rem;
	width: 4.2rem;
	float: left;
	border-radius: 0.02rem;
	margin-right: 0.3rem;
}

.buildbox .content1 .left ul li {
	width: 4.2rem;
	height: 0.7rem;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	border: 0.01rem solid #ECECEC;
	margin: 0;
	line-height: 0.7rem;
	cursor: pointer;
}

.buildbox .content1 .left ul .selected {
	background: #004DA5;
}

.buildbox .content1 .left ul li span {
	font-size: 0.18rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #666666;
	margin: 0;
	float: left;
	margin-left: 0.19rem;
}

.buildbox .content1 .left ul .selected span {
	color: #FFFFFF;
}

.buildbox .content1 .left ul li img {
	width: 0.25rem;
	height: 0.19rem;
	margin-top: .26rem;
	margin-left: 3.58rem;
}

/* 客服 */
.buildbox .content1 .left .kf {
	text-align: left;
	width: 4.2rem;
	/* height: 3.5rem; */
	border: 1px solid #ECECEC;
	margin-top: 0.3rem;
}

.buildbox .content1 .left .kf .title {
	/* width: 0.73rem; */
	margin: 0.1rem 0.24rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.buildbox .content1 .left .contact {
	width: 3.72rem;
	overflow: hidden;
	border-top: 0.01rem solid #ECECEC;
	margin: 0 0 0.12rem 0.24rem;
}

.buildbox .content1 .left .contact img {
	float: left;
	width: 0.56rem;
	height: 0.58rem;
	margin: 0.24rem 0;
}

/* 右侧盒子 */
.buildbox .content1 .left .contact .right {
	float: left;
	width: 2.3rem;
	height: 0.51rem;
	margin: 0.24rem 0 0 0.24rem;
}

.buildbox .content1 .left .contact .right p {
	font-family: Microsoft YaHei;
	color: #4AA256;
	font-size: 0.18rem;
	line-height: 0.36rem;
}

.buildbox .content1 .left .contact .right p:first-child {
	font-weight: bold;
	font-size: 0.16rem;
	color: #333333;
}


.buildbox .content1 .right {
	/* width: 12rem; */
	/* margin-left: 6.35rem; */
	float: left;
	/* padding-left: 0.34rem; */
	font-size: 0;
}





.buildbox .content1 .right .zoom-info {
	width: 4rem;
	height: 4rem;
	position: relative;
	float: left;
}

.buildbox .content1 .right .zoom-info .zoom {
	width: 4rem;
	height: 3.4rem;
	cursor: move;
	position: relative;
}

.buildbox .content1 .right .zoom-info .zoom img {
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: top;
}

.buildbox .content1 .right .zoom-info .mask {
	width: 1.5rem;
	height: 1.5rem;
	/* background: rgba(255, 255, 255, 0.5); */
	background: #fede4f;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	pointer-events: none;
}

.buildbox .content1 .right .zoom-info .big-img {
	width: 5rem;
	height: 5rem;
	position: absolute;
	border: 1px solid #ddd;
	left: 5.5rem;
	top: 0;
	overflow: hidden;
	display: none;
	z-index: 6;
}

.buildbox .content1 .right .zoom-info .big-img img {
	width: 7rem;
	height: 7rem;
	position: absolute;
}

.buildbox .content1 .right .imglist {
	list-style: none;
	float: left;
	width: 0.8rem;
	margin-left: .36rem;
	overflow: hidden;
	/* overflow-y: scroll; */
	max-height: 3.5rem;
}
/* .buildbox .content1 .right .imglist::-webkit-scrollbar{
	width: 0;
} */
.buildbox .content1 .right .imglist li {
	width: 0.8rem;
	height: 0.8rem;
	overflow: hidden;
	margin-top: 0.1rem;
	opacity: 0.6;
	border: 2px solid transparent;
}

.buildbox .content1 .right .imglist li img {
	width: 0.8rem;
	height: 0.8rem;
}

.buildbox .content1 .right .imglist .selectimg {
	opacity: 1;
	border-color: #0077cc;
}

.buildbox .content1 .right .details {
	float: left;
	list-style: none;
	width: 4.5rem;
	overflow: hidden;
	margin-left: 0.4rem;
}

.buildbox .content1 .right .details h3 {
	margin: 0 0 .3rem;
	text-align: left;
	font-size: .26rem;
	font-weight: 600;
	color: rgba(0, 0, 0, .8);
	/* line-height: 33px; */
}

.buildbox .content1 .right .details li {
	font-size: 0.18rem;
	padding: 0;
	margin-bottom: 0.1rem;
	color: rgba(0, 0, 0, .8);
	line-height: 1.4;
}

.buildbox .content1 .right .details li span {
	min-width: 0.62rem;
	margin-right: 0.1rem;
	color: rgba(0, 0, 0, .6);
	vertical-align: top;
}

.buildbox .content1 .right .details .btn {
	margin-top: .3rem;
	width:1.6rem;
	min-width: 1.6rem;
	padding: 0.12rem 0;
	text-align:center;
	font-size: 0.2rem;
	border: 0;
	color: #fff;
	border-radius:0.05rem;
	cursor: pointer;
	/* background:#0077cc; */
	background: linear-gradient(134deg,  #63abe0 10%, #0077cc 100%);
}
.buildbox .content1 .right .details .btn:hover{
	background:#0077cc;
}