/*banner*/
.bannerBg{
	width: 100%;
	height: 666px;
	background: url(../img/bannerBg.png);
	background-size: auto 666px;
	background-repeat:repeat-x;
	position: relative;
}
.banner{
	position: absolute;
	width: 100%;
	height: 665px;
	background: url(../img/banner.png);
	background-size: auto 390px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.bannerMain{
	position: absolute;
	width: 100%;
	height: 666px;
}
.bannerTitle{
	text-align: center;
	font-size: 42px;
	color: #2F3950;
	margin: 90px auto 44px;
}
.bannerTitle a{
	font-size: 16px;
	color: #28B28B;
}
/*生成框*/
.ShortInput{
	width: 766px;
    height: 56px;
	margin: auto;
	position: relative;
	-moz-box-shadow: 0 10px 30px rgba(85,99,141,.15);
	-webkit-box-shadow: 0 10px 30px rgba(85,99,141,.15);
	box-shadow: 0 10px 30px rgba(85,99,141,.15);
}
.ShortInput input{
	position: absolute;
	z-index: 9;
	width: 100%;
    height: 56px;
    font-size: 14px;
    border: 1px solid #28B28B;
    padding: 0 134px 0 16px;
    color: #333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.ShortInputBtn{
	position: absolute;
	z-index: 10;
    top: 0;
    right: 0;
    width: 116px;
    height: 56px;
    font-size: 16px;
    background: #28B28B;
    outline: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-ms-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.ShortInputBtn:hover{
    background: #239F7C;
}
.ShortInput:hover .ShortInputMain[type=text]{ 
	width: 100%;
	height: 56px;
	position: absolute;
	z-index: 8;
	-moz-box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
	-webkit-box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
	box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
}
.ShortInputMain[type=text]:hover{ 
	width: 100%;
	height: 56px;
	position: absolute;
	z-index: 8;
	-moz-box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
	-webkit-box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
	box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
	
}
.ShortInputMain[type=text]:focus{ 
	width: 100%;
	height: 56px;
	position: absolute;
	z-index: 8;
	-moz-box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
	-webkit-box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
	box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
}
.ShortInputMain[type=text]::-webkit-input-placeholder {
    color: #C8C8C8;
}
.ShortInputMain[type=text]:-moz-placeholder {
    color: #C8C8C8;
}
.ShortInputMain[type=text]::-moz-placeholder {
    color: #C8C8C8;
}
.ShortInputMain[type=text]:-ms-input-placeholder {
    color: #C8C8C8;
}
/*短链功能*/
.ShortChainBg{
	width: 100%;
	background: url(../img/ShortChainBg.png);
	background-size: auto 430px;
	background-repeat:no-repeat;
	background-position: right 40px top 56px;
	position: relative;
}
.ShortChain{
	width: 100%;
	background: url(../img/ShortChain.png);
	background-size: auto 200px;
	background-repeat:no-repeat;
	background-position: left 40px bottom 0;
	position: relative;
	padding-bottom: 125px;
}
.MainTitle{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333333;
}
.MainTitleMargin{
	margin: 104px auto 37px;
}
.subtitle{
	text-align: center;
	color: #999999;
	font-size: 16px;
	margin: auto;
}
.margin-top142{
	margin-top: 142px;
}
.margin-top150{
	margin-top: 150px;
}
.ShortWordBg{
	/*height: 228px;*/
	height: 190px;
	margin-bottom: 38px;
}
.ShortWord{
	width: 240px;
}
.ShortWord p{
	font-size: 14px;
	color: #666666;
	line-height: 27px;
}
.ShortSubMain{
	display: none;
}
.ShortWordBg:hover .ShortSubMain{
	display: block;
}
.ShortWord p.ShortWordTitle{
	font-size: 20px;
	color: #333333;
	margin-bottom: 16px;
}
.ShortWord p.ShortSubTitle{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 27px;
}
.ShortImg{
	width: 78px;
	height: 78px;
	background: #F4F8FB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.ShortImg img{
	width: 38px;
	height: 38px;
}
.margin-left57{
	margin-left: 57px;
}
.ShortWordBg:hover .ShortImg{
	background: #ffffff;
	-moz-box-shadow: 0 3px 34px rgba(10,90,177,.22);
	-webkit-box-shadow: 0 3px 34px rgba(10,90,177,.22);
	box-shadow: 0 3px 34px rgba(10,90,177,.22);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.margin-right57{
	margin-right: 57px;
}
.ShortChainImg{
	width: 338px;
	margin-top: 84px;
}

/*短链引流*/
.drainageHeight{
	height: 944px;
}
.drainageImg{
	max-width: 100%;
	margin-top: 60px;
}

/*更多功能*/
.padding-bottom86{
	padding-bottom: 86px;
}
.drainageMain{
	margin-top: 10px;
}
.drainageTop{
	display: table;
	margin: auto;
	background: #F4F8FB;
	padding: 4px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	-ms-border-radius: 48px;
	-o-border-radius: 48px;
	border-radius: 48px;
}
.drainageTop li{
	float: left;
	width: 152px;
	height: 40px;
	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;
}
.drainageTop li:first-child{
	margin-left: 0;
}
.drainageTop li.active{
	color: #ffffff;
	background: #28b28b;
}
.drainageMore{
	float: left;
}
.drainageMore img{
	width: 562px;
}
.drainageRight{
	width: 560px;
	margin-left: 78px;
	display: inline-block;
}
.DTTitle{
	font-size: 24px;
	color: #333333;
	margin-top: 59px;
	display: inline-block;
}
.drainageDown{
	margin-top: 57px;
	display: inline-block;
}
.notify{
	font-size: 14px;
	color: #666666;
	margin-top: 30px;
	display: table;
}
.notify li{
	float: left;
	margin-right: 38px;
	margin-bottom: 21px;
}
.notify li img{
	width: 18px;
	margin-right: 10px;
}
.Scan{
	width: 560px;
	height: 162px;
	border: 1px dashed #C6CAD7;
	font-size: 14px;
	color: #666666;
	letter-spacing:21px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.ScanImg{
	width: 130px;
	height: 130px;
	float: left;
	margin: 16px 0 16px 16px;
}
.ScanWord{
	width: 100%;
	text-align: center;
}
/*使用指南*/
.swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	padding-top: 50px;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
/*圆点位置*/
.swiper-pagination {
	position: absolute;
	text-align: center;
	z-index: 10
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: 1px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: #F5F6F6;
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	background: #28b28b;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}
/*箭头*/
.swiperButton{
	padding: 62px 0 100px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-next,
.swiper-button-prev {
	width: 22px;
	margin: 0 42px;
	cursor: pointer;
}
/*轮播内容*/
.guide{
	width: 100%;
	display: inline-block;
}
.guide li{
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.guide li:nth-child(odd){
	padding-right: 15px;
}
.guide li:nth-child(even){
	padding-left: 15px;
}
.guideMain{
	width: 100%;
	height: 148px;
	overflow: hidden;
	padding: 32px 40px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	border: 1px solid #E7E7E7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.guideMain:hover{
	-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);
}
.guideMainTitle{
	font-size: 18px;
	color: #333333;
	margin-top: 0!important;
}
.guideMain p{
	margin-top: 20px;
}
.guideMain:hover .guideMainTitle{
	color: #28B28B;	
}