﻿.PE-header .header-detailMsg {
    width: 70% !important;
}
.PE-header {
    background-color: #fff !important;
    border-bottom: 1.598721rem solid #eef2f3;
    padding-bottom: 0 !important;
    position: relative;
}
.PE-header .qrcode-add {
    width: 12.6rem;
    height: 15.5rem;
    position: absolute;
    top: 5.5rem;
    right: 2.6rem;
}

.no-select {
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

li .qrcode-add {
    margin-top: 1rem;
    width: 100%;
}

.xiangqing_box_right {
    display: none !important;
}

.pingfen .qrcode-add {
    width: 135px;
    /* height: 143px; */
}

.content .xiangqing .xiangqing_box .xiangqing_info .xiangqing_info_con .pingfenBox .pingfen {
    height: auto !important;
    padding-top: 0 !important;
    background-color: #fff !important;
    margin-top: -70px !important;
}

.content .xiangqing .xiangqing_box .xiangqing_info .xiangqing_info_con .pingfenBox {
    height: auto !important;
}
.banner_box .peopleInfo_box {
    position: relative;
}
.banner_box .peopleInfo_box .qrcode-add {
    position: absolute;
    right: -250px;
    top: 0;
    width: 190px;
    height: 226px;
}

.content .imgbox .imgbox-left {
    position: relative;
}

.content .imgbox .imgbox-left .qrcode-add {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: 190px;
    height: 226px;
    z-index: 999999999;
}
.img-information-wrap .image-des {
    width: 60%;
    position: relative;
}
.img-information-wrap .image-des .img-sub-time,
.img-information-wrap .image-des .img-view  {
    float: none;
}
.img-information-wrap .image-des .qrcode-add  {
    width: 13rem;
    height: 15.9rem;
    position: absolute;
    top: 1rem;
    right: -60%;    
}

#second_banner .qrcode-add {
    width: 100%;
}

.wp .qrcode-add {
    width: 100%;
    height: 216px;
    margin-bottom: 10px;
}

.main_index_center .new_ys .qrcode-add  {
    width: 100%;
}

.seletStyle .qrcode-add {
    width: 100%;
    margin-bottom: 20px;
}



/* 找我设计吧 */
.PE-header .choose-me{
	width: 11.6rem;
	line-height: 3.6rem;
	text-align: center;
	position: absolute;
	top: 16rem;
	right: 2rem;
	background-color: #00a151;
	color: #fff;
	border-radius: 3px;
	font-weight: 700;
}
.wx-pop-copy{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}
.wx-pop-copy .wx-pop-mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.wx-pop-content {
	background: #00a151;
	color: #fff;
	position: fixed;
	bottom: 20%;
	left: 50%;
	width: 80%;
	height: auto;
	z-index: 2000;
	margin-left: -40%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	animation: skyset 0.3s linear;-moz-animation: skyset 0.3s linear; -webkit-animation: skyset 0.3s linear; -ms-animation: skyset 0.3s linear; 
}

.wx-pop-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 1.8rem;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.wx-pop-content > div {
	padding: 15px 40px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15rem;
}

.wx-pop-content > div p {
	margin: 0;
	padding: 10px 0;
}

.wx-pop-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.wx-pop-content > div ul li {
	padding: 5px 0;
}

.wx-pop-content button.wx-pop-close {
	display: block;
	margin: 0 auto;
	font-size: 1.4rem;
	color: #fff;
}

.wx-pop-content .copy-content{
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}
.wx-pop-content .copy-content div{
	flex: 1;
	text-align: center;
	line-height: 2.8rem;
	border: 1px solid #fff;
	margin-right: 15px;
	border-radius: 3px;
}
.wx-pop-content .copy-content div:last-child{
	margin-right: 0;
	/* display: none; */
}
@keyframes skyset {
    0% {transform:scale(0.1,0.1);-webkit-transform:scale(0.1,0.1);}
    50%{transform:scale(0.5,0.5); -webkit-transform:scale(0.5,0.5);}
    100% {transform:scale(1,1); -webkit-transform:scale(1,1);}
}
@-webkit-keyframes skyset {
    0% {transform:scale(0.1,0.1);-webkit-transform:scale(0.1,0.1);}
    50%{transform:scale(0.5,0.5); -webkit-transform:scale(0.5,0.5);}
    100% {transform:scale(1,1); -webkit-transform:scale(1,1);}
}
@-ms-keyframes skyset {
    0% {transform:scale(0.1,0.1);-ms-transform:scale(0.1,0.1);}
    50%{transform:scale(0.5,0.5); -ms-transform:scale(0.5,0.5);}
    100% {transform:scale(1,1); -ms-transform:scale(1,1);}
}
@-moz-keyframes skyset {
    0% {transform:scale(0.1,0.1);-moz-transform:scale(0.1,0.1);}
    50%{transform:scale(0.5,0.5); -moz-transform:scale(0.5,0.5);}
    100% {transform:scale(1,1); -moz-transform:scale(1,1);}
}



/* 工地详情 */
.gongdi_nav .choose-me{
	 border-radius: 25px;
	line-height: 4.5rem !important;
	height: 4.5rem !important;
	width: 90% !important;
	margin: 1.5rem auto 0;
	color: #fff;
	font-size: 1.6rem;
	background: #1ac078;
	border-top: 1px solid #1ac078;
}
/* 效果图详情 */
.img-information-wrap .choose-me{
	width: 11.6rem;
	line-height: 3.6rem;
	text-align: center;
	position: absolute;
	top: 7rem;
	right: -60%;
	background-color: #00a151;
	color: #fff;
	border-radius: 3px;
	font-weight: 700;
}



/* 优化页面内容
 1、去掉顶部图片轮播，还有顶部图片上的箭头
 2、去掉标题右侧的分享
 3、去掉浮动的心图标
 4、去掉底部的设计报名
 5、在设计师头像平分 右侧加 按钮（加微信的按钮）
 文案，效果 都用 设计师页面的
	2020年11月18日10:35:19 
 */

.anli-detail-wx .person_ul .choose-me{
	width:10rem;
	line-height: 3.6rem;
	text-align: center;
	background-color: #00a151;
	color: #fff;
	border-radius: 3px;
	font-weight: 700;
}

