/******专属域名******/
/*banner*/
/*banner渐变背景*/
.ExBanner{
	width: 100%;
	height: 500px;
	background: url(../img/bannerBgSLink.png);
	background-size: auto 500px;
	background-repeat:repeat-x;
}
.ExTitle{
	font-size: 48px;
	color: #2F3950;
	margin-bottom: 14px;
}
.ExWord{
	font-size: 22px;
	color: #687089;
	margin-bottom: 4px;
	width: 100%;
	display: inline-block;
}
.ExMinWord{
	font-size: 16px;
	color: #b6bbcc;
	margin-top: 8px;
}
.ExBtn{
	width: 136px;
	height: 46px;
	background: #28b28b;
	color: #ffffff;
	font-size: 14px;
	border: none;
	cursor: pointer;
	margin-top: 38px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.ExBtn:hover{
	background: #239f7c;
}
.bannerEx{
	width: 643px;
}
.ExImg{
	width: 590px;
}
.GraphicWord{
	width: 462px;
}
.GraphicTitle{
	font-size: 36px;
	color: #333333;
	margin-bottom: 20px;
}
.GraphicMin{
	font-size: 22px;
	color: #999999;
	line-height: 34px;
}
/******API接口******/
.APIMain{
	padding: 146px 0 170px;
}
.APIImg{
	width: 144px;
	margin-bottom: 56px;
}
/******推广客服码******/
.KfCodeMargin{
	margin: 120px auto 33px;
}
.KfCode{
	width: 100%;
	display: inline-block;
	padding: 85px 0 138px;
}
.KfCode li{
	float: left;
	width: 25%;
	color: #666666;
	font-size: 14px;
	margin-bottom: 90px;
}
.KfCode li img{
	width: 110px;
}
.KfCodeTitle{
	font-size: 20px;
	color: #333333;
	margin: 20px 0;
}
/******推广小程序******/
.ArcBanner{
	width: 100%;
	height: 500px;
	background: url(../img/bannerBgArc.png) center center;
	background-size: auto 500px;
	background-repeat:no-repeat;
}
.ArcLeftMain{
	height: 72px;
	font-size: 16px;
	color: #999999;
	border-left: 6px solid transparent;
}
.ArcLeftMain span{
	margin-left: 24px;
}
.active .ArcLeftMain{
	background: #f4f8fb;
	color: #333333;
	border-left: 6px solid #28B28B;
}
.ArcLeftImg1,.ArcLeftImg2,.ArcLeftImg3,.ArcLeftImg4,.ArcLeftImg5{
	width: 40px;
	height: 40px;
	margin-left: 60px;
}
.ArcLeftImg1{
	background: url(../img/ArcLeftImg1.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ArcLeftImg1{
	background: url(../img/ArcLeftImg1on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ArcLeftImg2{
	background: url(../img/ArcLeftImg2.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ArcLeftImg2{
	background: url(../img/ArcLeftImg2on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ArcLeftImg3{
	background: url(../img/ArcLeftImg3.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ArcLeftImg3{
	background: url(../img/ArcLeftImg3on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ArcLeftImg4{
	background: url(../img/ArcLeftImg4.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ArcLeftImg4{
	background: url(../img/ArcLeftImg4on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ArcLeftImg5{
	background: url(../img/ArcLeftImg5.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ArcLeftImg5{
	background: url(../img/ArcLeftImg5on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ArcRight{
	width: 726px;
	margin-top: 36px;
}
.ArcRightImg{
	width: 180px;
	height: 180px;
}
.ArcRightTitle{
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	margin: 33px 0 8px;
}
.ArcRightWord{
	font-size: 20px;
	color: #666666;
	line-height: 30px;
}
.ArrowArc{
	height: 180px;
}
.ArrowArc img{
	width: 32px;
	height: 20px;
}
/******推广小程序******/
.ApplyBanner{
	height: 300px;
	background-image: linear-gradient(#ffffff, #F4F8FB);
}
.ApplyTitle{
	font-size: 36px;
	color: #2F3950;
	margin-bottom: 18px;
}
.ApplyWord{
	font-size: 16px;
	color: #687089;
}
.ApplyWord span{
	font-size: 16px;
	color: #28B28B;
}
/******小程序封装App******/
.Apply-form-padding{
	padding: 66px 0 146px;
}
.Apply-form{
	width: 564px;
	margin: auto;
	padding-left: 14px;
}
.Apply-form-item{
	width: 100%;
	text-align: left;
	position: relative;
	display: inline-block;
}
.Apply-form-Dots{
	position: absolute;
	top: 21px;
	left: -14px;
	width: 4px;
	height: 4px;
	background: #F14539;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.Apply-form-label{
	font-size: 14px;
	color: #999999;
	margin-bottom: 8px;
	margin-top: 19px;
	display: block;
}
.Apply-form-label a{
	float: right;
	font-size: 14px;
	color: #28B28B;
}
.Apply-input{
	width: 100%;
	height: 46px;
	border: 1px solid #C6CAD7;
	padding: 0 15px;
	color: #333333;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.Apply-input:hover{
	border: 1px solid #28B28B;
}
.Apply-input[type=text]:hover{ 
	border: 1px solid #28B28B;	
}
.Apply-input[type=text]:focus{ 
	border: 1px solid #28B28B;
}
.Apply-input[type=text]::-webkit-input-placeholder {
    color: #C8C8C8;
}
.Apply-input[type=text]:-moz-placeholder {
    color: #C8C8C8;
}
.Apply-input[type=text]::-moz-placeholder {
    color: #C8C8C8;
}
.Apply-input[type=text]:-ms-input-placeholder {
    color: #C8C8C8;
}
.Apply-input[type=password]::-webkit-input-placeholder {
    color: #C8C8C8;
}
.Apply-input[type=password]:-moz-placeholder {
    color: #C8C8C8;
}
.Apply-input[type=password]::-moz-placeholder {
    color: #C8C8C8;
}
.Apply-input[type=password]:-ms-input-placeholder {
    color: #C8C8C8;
}
.HomeIconBg{
	width: 100%;
	height: 92px;
	border: 1px solid #C6CAD7;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.HomeIconImg{
	margin: 8px;
	vertical-align: bottom;
}
.HomeIconBg span{
	font-size: 14px;
	color: #C8C8C8;
	margin-bottom: 12px;
	margin-left: 2px;
	display: inline-block;
}
.HomeIconAdd{
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 32px;
	cursor: pointer;
}
.ApplyBtn{
	width: 100%;
	height: 46px;
	margin-top: 46px;
	border: none;
	font-size: 14px;
	color: #ffffff;
	background: #28B28B;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.ApplyBtnDisabled{
	background: #93d8c5;	
}

/******申请小程序******/
.PackTitle{
	font-size: 36px;
	color: #333333;
	margin-top: 104px;
	margin-bottom: 28px;
}
.PackWord{
	font-size: 16px;
	color: #666666;
	margin-bottom: 84px;
}
.PackWord span{
	font-size: 16px;
	color: #28B28B;
}
.PackQrBg{
	width: 250px;
	height: 270px;
	border: 1px solid #E7E7E7;
	margin: auto;
	margin-bottom: 84px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.PackQrBg img{
	width: 180px;
	height: 180px;
	margin: 30px auto 10px;
}
.PackQrTitle{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 8px;
}
.PackQrWord{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.PackLine{
	width: 1400px;
	height: 1px;
	background: #EEEEEE;
	margin: 0 auto;
}
.PackProb{
	width: 100%;
	display: inline-block;
	padding-bottom: 126px;
}
.PackProb li{
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
.PackProb li:nth-child(odd){
	padding-right: 10px;
}
.PackProb li:nth-child(even){
	padding-left: 10px;
}
.PackProbMain{
	max-height: 60px;
	border: 1px solid #E7E7E7;
	padding: 18px 30px;
	font-size: 16px;
	color: #333333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.PackProbMain a{
	font-size: 16px;
	color: #333333;
}
.PackProbMain:hover{
	border: 1px solid transparent;
	-moz-box-shadow: 0 4px 30px rgba(114,136,159,.19);
	-webkit-box-shadow: 0 4px 30px rgba(114,136,159,.19);
	box-shadow: 0 4px 30px rgba(114,136,159,.19);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
@media (max-width: 1440px) {
	.PackLine{
		width: 90%;
		height: 1px;
		background: #EEEEEE;
		margin: 0 auto;
	}
}

/******App下载******/
.bannerDlWord{
	position: absolute;
	height: 100%;
	top: 0;
}
.DlTitleMargin{
	margin: 124px auto 29px;
}
.line-height21{
	line-height: 21px;
}
.DlImg{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 104px;
}

/******定价******/
.PricingTMargin{
	margin: 102px auto 27px;
}
.PricingSubtitle{
    text-align: center;
    color: #687089;
    font-size: 16px;
    margin: auto;
}
.PricingPort{
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin: 17px auto 100px;
}
.PricingPort span{
    color: #28b28b;
    font-size: 14px;
}
.GearBg{
	width: 100%;
	height: 343px;
	background: #ffffff;
	padding-top: 51px;
	-moz-box-shadow: 0 4px 30px rgba(114,136,159,.19);
	-webkit-box-shadow: 0 4px 30px rgba(114,136,159,.19);
	box-shadow: 0 4px 30px rgba(114,136,159,.19);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.Gear{
	width: 25%;
	float: left;
	position: relative;
}
.GearBorder{
	width: 1px;
	height: 232px;
	background: #DADADA;
	position: absolute;
	top: 0;
	right: 0;
}
.GearLine{
	width: 51px;
	height: 8px;
	margin: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.GearBg1{
	background: #A9E0D1;
}
.GearBg2{
	background: #7ED1B9;
}
.GearBg3{
	background: #53C1A2;
}
.GearBg4{
	background: #28B28B;
}
.GearOne{
	font-size: 16px;
	color: #333333;
	margin: 10px auto 0;
}
.GearTwo{
	font-size: 16px;
	color: #333333;
	margin: 28px auto 0;
}
.GearTwo span{
	font-size: 36px;
}
.GetPt{
	font-size: 14px;
	color: #999999;
	margin-top: 35px;
}
.GetPtDots{
	width: 6px;
	height: 6px;
	background: #D8D8D8;
	display: inline-block;
	margin-right: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.GetPtNum{
	font-size: 14px;
	color: #333333;
	margin-left: 8px;
}
.GetPtBtn{
	width: 136px;
	height: 46px;
	border: 1px solid #28B28B;
	background: #28B28B;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	margin-top: 40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.GetPtBtn:hover{
	border: 1px solid #239F7C;
	background: #239F7C;
	color: #ffffff;
}

.PointMain{
	margin-bottom: 29px;
}
.PointTop{
	width: 100%;
	display: inline-block;
	margin: 36px auto 17px;
}
.PointLeft{
	float: left;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.PointLeft img{
	width: 24px;
	height: 24px;
	margin: 0 14px 0 32px;
}
.PointRight{
	float: right;
	font-size: 14px;
	color: #666666;
	margin-right: 32px;
}
.PointRightcolor{
	color:#28b28b !important;
	font-weight: bold;
}
.pcolorfont{
	font-size: 18px !important;
}
.PointRight span{
	color: #999999;
	margin-left: 10px;
}
.PointTableBg{
	width: 100%;
	background: #ffffff;
	padding: 20px 32px;
	-moz-box-shadow: 0 4px 30px rgba(114,136,159,.19);
	-webkit-box-shadow: 0 4px 30px rgba(114,136,159,.19);
	box-shadow: 0 4px 30px rgba(114,136,159,.19);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.PointTable{
	border-collapse: collapse;
	width: 100%;
	table-layout:fixed;
}
.PointTable tr th{
	height: 54px;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #EEEEEE;
}
.PointTable tr td{
	height: 54px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	word-break: break-all;
}
.PointTable tr td:first-child{
	height: 54px;
	font-size: 14px;
	color: #333333;
}

/*文档中心*/
.DocumentMainBg{
	width: 100%;
	display: inline-block;
}
.DocumentMainBg li{
	float: left;
	margin-left: 100px;
	margin-bottom: 50px;
}
.DocumentMainBg li:nth-child(3n+1){
	margin-left: 0;
}
.DocumentMain{
	width: 333px;
	height: 380px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 10px 0 rgba(139,139,139,.5);
	-webkit-box-shadow: 0 2px 10px 0 rgba(139,139,139,.5);
	box-shadow: 0 2px 10px 0 rgba(139,139,139,.5);
}
.DocumentTop{
	height: 84px;
	line-height: 84px;
	padding: 0 26px;
	font-size: 21px;
	background: #28B28B;
	color: #FFFFFF;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.DocumentTop a{
	color: #FFFFFF;
	font-size: 20px;
}
.DocumentDown{
	font-size: 14px;
	padding: 26px 26px 0;
}
.DocumentDown a{
	color: #333333;
}
.DocumentDown p{
	margin-bottom: 8px;
}
.DocumentText,.DocumentDown p.DocumentText{
	color: #666666;
	margin-bottom: 40px;
}

/*域名检测*/
.DomainButton button{
	margin: 50px 10px;
}

/*二维码工具*/
.QRtitle{
	text-align: center;
    font-size: 36px;
    color: #333333;
}
.QRtoolImg{
	width: 320px;
	height: 320px;
	margin-right: 20px;
	margin-top: 32px;
}
.QRtool{
	display: table;
	background: #F4F8FB;
	padding: 4px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	-ms-border-radius: 48px;
	-o-border-radius: 48px;
	border-radius: 48px;
}
.QRtool li{
	float: left;
	height: 40px;
	padding: 0 24px;
	margin-left: 8px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
.QRtool li:first-child{
	margin-left: 0;
}
.QRtool li.active{
	color: #ffffff;
	background: #28b28b;
}
.QRtoolDown{
	margin-top: 30px;
}
.CSInput_text{
	width: 100%;
	height: 200px;
	font-weight: 700;
    font-size: 18px;
    padding: 24px;
    border: 1px solid #E5E5E5;
    outline: 0;
    text-align: left;
    resize: none;
}
.QRtoolBg{
	width: 860px;
	min-height: 320px;
}
/*二维码工具---小tab*/
.tabIcon{
	font-size: 16px;
	color:#333333;
}
.tabIcon >ul.tab-top{
	width: 100%;
	display: inline-block;
}
.tabIcon >ul.tab-top >li{
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.tabIcon >ul.tab-top >li>i{
	width: 15px;
	height: 15px;
	display: inline-block;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	border: 1px solid #E5E5E5;
	background: #ffffff;
}
.tabIcon >ul.tab-top >li.active>i{
	width: 15px;
	height: 15px;
	display: inline-block;
	float: left;
	border: 1px solid #E5E5E5;
	background: #28B28B;
}
.tabIcon >.tab-down>ul{
	display: none;
}
/*二维码工具---上传图片*/
.tabIconFileBg{
	position: relative;
	line-height: 34px;
}
.tabIconFile {
	float: left;
	width: 80px;
	height: 34px;
	line-height: 34px;
    position: relative;
    display: inline-block;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    color: #333333;
    text-decoration: none;
    text-indent: 0;
    text-align: center;
}
.tabIconFile input {
	width: 80px;
	height: 34px;
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 0;
    opacity: 0;
	cursor: pointer;
}
.tabIconFile:hover {
	cursor: pointer;
    color: #333333;
    text-decoration: none;
}
.CSspan{
	line-height: 34px;
	padding-left: 12px;
    font-size: 14px;
}
.ColorSetMain{
	width: 100%;
	display: inline-block;
}
.ColorSet{
	float: left;
	margin: 2px 0;
	padding: 6px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ColorSet>label{
	min-width: 100px;
	color: #333333;
	font-size: 14px;
	text-align: right;
	float: left;
	line-height: 34px;
	margin-right: 18px;
	display: inline-block;
}
.ColorSetInput{
	width: 28px;
	height: 28px;
	border: 1px solid #E5E5E5;
	outline: 0;
}
input[type="color" i] {
    -webkit-appearance: square-button;
    background-color: none;
    cursor: default;
    padding: 0;
}
::-webkit-color-swatch-wrapper{
	padding: 0;
}
::-webkit-color-swatch{
	border: 0;
}
.Gradient{
	width: 80px;
	height: 34px;
	border: 1px solid #E5E5E5;
	outline: 0;
	padding: 0 4px;
}
/*二维码工具---单选*/
.radioStyle {
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
}
.radioStyle input {
	visibility: hidden;
}
.radioStyle input[type="radio"]+label {
	cursor: pointer;
	padding-left: 4px;
}
.radioStyle input+label::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #E5E5E5;
	border-radius: 50%;	
}
.radioStyle input:checked+label::after {
	content: '';
	position: absolute;
	left: 1px;
	top: 8px;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	border: 1px solid #E5E5E5;
	background: #28B28B;
}
.customSelect {
    text-align: left;
    padding-left: 4px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    overflow: hidden;
}
/*二维码工具---单选*/
.switch {
  position: relative;
  display: inline-block;
  height: 28px;
  cursor: pointer;
}
.switch input {display:none;}
.switch label {
	cursor: pointer;
	display:block;
	border:1px solid #E5E5E5;
	background: #E5E5E5;
	width: 56px;
	height:28px;
	border-radius:15px;
	transition:.3s;
}
.switch label .move {
	display:block;
	width:24px;
	height:24px;
	margin-top: 1px;
	border-radius:50%;
	box-shadow:1px 1px 1px #E5E5E5;
	background:#fff;
	transition:.3s;
	overflow:hidden;
}
.switch input:checked+label {
	background:#28B28B;
	border:1px solid #28B28B;
}
.switch input:checked+label .move {
	transform:translateX(28px);
	box-shadow:none;
}
.switch .move span {
	width:50px;
	display:block;
	height:24px;
	line: 24px;
	transition:0.3s;
}
.switch input:checked+label .move span {
	transform:translateX(-30px);
}
.switch em {
	text-align:center;
	width:50%;
	font-size:16px;
	font-style:normal;
	float:left;
}
.ColorSetRadio{
	font-size: 16px;
}
.ColorSetRadio>.radioStyle{
	line-height: 34px;
}
.CSInput{
    margin-top: 3px;
	width: 200px;
	height: 28px;
	padding: 0 8px;
	border: 1px solid #E5E5E5;
	outline: 0;
}
.ColorSet>.tabIcon{
	padding: 4px 0;
}
.ColorSet2{
	float: left;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ColorSet2>label{
	min-width: 100px;
	color: #333333;
	font-size: 14px;
	text-align: right;
	float: left;
	line-height: 34px;
	margin-right: 18px;
	display: inline-block;
}
.picker {
    text-align: center;
    font-size: 16px;
    width: 80px;
    height: 33px;
    line-height: 33px;
    display: block;
    background: none;
    color: #ffffff;
    border: 1px solid #28B28B;
    background: #28B28B;
    cursor: pointer;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    margin-right: 10px;
}
.picker_delete {
    text-align: center;
    font-size: 16px;
    width: 80px;
    height: 33px;
    display: block;
    background: none;
    color: #ffffff;
    border: 1px solid #28B28B;
    background: #28B28B;
    cursor: pointer;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
}
.FAInput{
	resize:none;
	height:150px;
	width:100%;
	border: 1px solid #E5E5E5;
    padding: 8px;
}

/*各个页面中增加一层放二维码图片修改*/
/*客服码**二维码*/
.atServImg{
	position: absolute;
	top: 156px;
	left: 274px;
	width: 124px;
	height: 124px;
}
/*群码**二维码*/
.atGroupImg{
	position: absolute;
	top: 156px;
	left: 270px;
	width: 124px;
	height: 124px;	
}
/*小程序**二维码*/
.atJumpxcxImg{
	position: absolute;
    top: 82px;
    left: 170px;
	width: 124px;
	height: 124px;	
}
/*App下载**二维码*/
.atAppdownImg{
	position: absolute;
    top: 312px;
    left: 50%;
    margin-left: -62px;
	width: 124px;
	height: 124px;	
}
/*跳转App**二维码*/
.atAppjumpImg{
	position: absolute;
    top: 174px;
    left: 366px;
	width: 124px;
	height: 124px;	
}
.atAppjumpImg-right{
	position: absolute;
    top: 170px;
    left: 106px;
	width: 124px;
	height: 124px;	
}
.atAppjumpImg2{
	position: absolute;
    top: 210px;
    left: 366px;
	width: 124px;
	height: 124px;	
}