@charset "utf-8";
/* CSS Document */

/*弹窗*/
.lq_up{width: 100%;max-width: 750px;margin: 0 auto; position: fixed;top:0;left: 0;right: 0;bottom:0;background: rgba(0,0,0,0.5); z-index:30000;}
.lq_upin{ padding: 2rem 1.5rem 0 1.5rem;margin-top: 8rem; position: relative;box-sizing: border-box;text-align: center;}
.lq_upimg{ width: 100%; height: auto;}
.close{ width: 1.875rem; position: absolute;right: 2rem;top:0px;}

.lq_upin2{position: relative;}
.lq_upin3{ position: absolute;top:45%;left: 20%;right: 20%; }
.lq_upinput{  
    background: transparent;border:none;
    width: 100%;height: 2.6rem;border:1px solid #fc7a11; text-align: center;box-sizing: border-box;
}
.lq_upbtn{
    background: transparent;border:none;
    margin-top: 2.8rem;width: 100%;height: 3rem;font-size: 1rem;color: #834e02;font-weight: bold;
    background-image: url(../images/btn_bg2.png);background-repeat: no-repeat;background-size: 100% 100%;
}
.lq_upbtn2{
   background: transparent;border:none;
    margin-top: 1.5rem;width: 100%;height: 3rem;font-size: 1rem;color: #834e02;font-weight: bold;
    background-image: url(../images/btn_bg2.png);background-repeat: no-repeat;background-size: 100% 100%; 
}
.lq_upin4{line-height: 180%;color: #fc7a11;text-align: left;margin-top: -0.6rem;}
@media screen and (min-width:700px){
  .lq_upinput{ height: 72px; }
  .lq_upbtn{ height: 77px; margin-top: 6rem;font-size: 22px;}
  .lq_upbtn2{ height: 77px; margin-top: 6rem;font-size: 22px;}
  .lq_upin4{ font-size: 22px; }
}
.buttom_placeholder{ background:#feeddb;}

.zsd_yq{ position: fixed;max-width: 750px;margin: 0 auto;top:0;left:0;right: 0; bottom: 0;z-index: 10;background: rgba(0,0,0,0.5); }
.zsd_yq1{width: 80%;height: auto;background: #fff;border-radius: 0.5rem;position: absolute;top:35%;left: 10%;z-index: 11;overflow: hidden;}
.zsd_yq2{ width: 100%;height: 3rem;line-height: 3rem;font-size: 1rem; background: #f6f6f6;border-bottom: 1px solid #eeeeee;text-align: center; position: relative;}
.zsd_yq2_quxiao1{ display: inline-block;position: absolute;width: 2rem;height: 2rem;right: 0.5rem;top:0.5rem;}
.zsd_yq3{ padding: 1rem 1.5rem; }
.zsd_yq3in{ color: #ccc }
.zsd_yq4{ padding-top: 1rem; }
.zsd_yq3input{background: transparent;border:none; width: 50%;height: 2.2rem;border:1px solid #ccc;border-radius: 0.3rem;text-indent: 0.5rem }
.zsd_yq5{ padding: 0.8rem 0 1.5rem 0; text-align: center;}
.zsd_yq5btn{background: transparent;border:none; width: 40%;height: 2.5rem;border-radius: 0.3rem;background: #ff9600;color: #fff;margin: 0 2%; }

.gg_up{
	position: fixed;
	z-index: 101;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	top:0rem;
	left:0;
	right: 0;
	bottom:0;
	background: rgba(0,0,0,0.5);
}
.gg_upin{
	position: absolute;
	z-index: 100;
	width: 80%;
	height: auto;
	margin: 8rem 10%;
	background: #fff;
	border-radius: 1.3rem;
}
.gg_qx{
	position: absolute;
	width: 2.4rem;
	height: 2.4rem;
	bottom:-3.2rem;
	left: 50%;
	margin-left: -1.2rem;
}
.gg_upin1{
	text-align: center;
	padding: 5rem 1rem 1.5rem;
	margin-top: -3rem;
	border-radius: 1rem;
	background-image:url(../images/gg_img.png) ;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.gg_upin2{
	text-align: left;
	max-height: 18rem;
	overflow-x: hidden;
	overflow-y: auto;
	min-height:14rem;
	padding-top: 3rem;
	line-height:180%;
}

  #noticePopup .popup-box {
  width: 330px;
  background:url(../assets/img/popup_bg.png);
  background-size: 100% 100%;
  padding: 20px 20px 40px;
  white-space: wrap;
  word-break: break-all;
}
#noticePopup .popup-box:before {
  content: "";
  width: 138px;
  height: 122px;
  background: url(../assets/img/icon_notice.png);
  background-size: 100% 100%;
  position: absolute;
  right: -40px;
  top: -50px;
  pointer-events: none;
}
#noticePopup .popup-close {
  width: 32px;
  height: 32px;
  background: url(../assets/img/icon_close.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
}
#noticePopup .inner-box {
  padding: 0 20px;
  height: 368px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  scrollbar-width: thin;
}
#noticePopup .text p {
  font-size: 14px;
  color: #333;
  line-height: 200%;
  white-space: wrap !important;
  word-break: break-all;
}
#noticePopup .text span.r {
  font-size: 14px;
  color: #ff6a00;
}