#footad a {
    color: #000;
    text-decoration: none;
}
#footad a:hover {
    color: #e10000;
    text-decoration: underline;
}
#footad{
    vertical-align: baseline;
    line-height: 170%;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #6e6e6e;
    background: rgba(0,0,0,0.9);
    min-height: 100px;
    bottom: 0;
    color: #fff;

}
#footad .ad-content-box{
	width: 1200px;
	height: 158px;
	position: relative;
	margin:0 auto;
}
#footad .ad-content{
	width: 1200px;
	height: 158px;
	overflow: hidden;
	position: relative;
}
#footad .ad-content  .ad-content-all{
	position: absolute;
	left: 0;
	top: 0;
}
#footad .ad-content .ad-item{
	display: inline-flex;
	justify-content: space-between;
	position: relative;
	padding: 10px 0;
	width: 1200px;
}
#footad .ad-content .ad-pro-box{
	width: 700px;
	display: flex;
}
#footad .ad-content .ad-pro-box .proimg{
	height: 130px;
	flex-shrink: 0;
	margin-right: 25px;
	border: 1px solid #fff;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
#footad .ad-content .ad-pro-box .ad-info{
	text-align: left;
}
#footad .ad-info .title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:10px;
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box;
    color: #fff;
}
#footad .ad-info .title a{
	color: #fff;
}
#footad .ad-info .content_p{
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 18px;
}
#footad .ad-info .coname{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding:0;
	color: #fff;
}
#footad .ad-info .keyword{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
#footad .content_box{
	overflow: hidden;
}
#footad .ad-linkus{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 50px 30px 20px 0px;
}
#footad .ad-linkus .mobile{
	font-size: 32px;
	font-weight: bold;
}
#footad .fixed-ad{
	position: absolute;
	right: -15px;
	top: 15px;
 	font-size: 8px;
	cursor: pointer;
	padding: 0 5px;
}
#footad .fixed-ad img{
	width: 8px;
	height: 8px;
}
#footad .see-more{
	color: #fff;
}
#footad .fixed-ad-arrow{
	position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    opacity: .8;
	display: none;
}
#footad .fixed-ad-arrow-left{
	background: url("arrows.png")/*tpa=http://www.7g63.com/masterwebsite/gpyg2022/images/new/arrows.png*/ no-repeat left top;
	left: -30px;
}

#footad .fixed-ad-arrow-right {
    background: url("arrows.png")/*tpa=http://www.7g63.com/masterwebsite/gpyg2022/images/new/arrows.png*/ no-repeat left bottom;
    right: -30px;
}

#footad .fixed-ad-arrow:hover {
    opacity: 1;
}