.banner-detail-txt {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
/* 複製用的 */
.customer-fun {
    width: 1200px;
    margin: 90px auto 50px;
    overflow: hidden;
}

/* 帮助文档导航 */
.category {
	width: 1200px;
	height: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}
.category-left {
	width: 150px;
	float: left;
	margin: 5px;
}
.category-right {
	width: 1040px;
	height: 100%;
	float: left;
	padding: 5px;
	border-bottom: 1px solid #f0f0f0; 
}
.category-item {
	width: 190px;
	height: 80px;
	float: left;
	text-align: center;
	padding: 25px 0px 25px 0px;
	border-radius: 6px;
	margin: 15px 15px 15px 0px;
}
.category-item:hover{
	-moz-box-shadow: 1px 2px 5px #ccc;
	-webkit-box-shadow: 1px 2px 5px #ccc;
	box-shadow:1px 2px 5px #ccc;
}
.category-left-item {
	width: 150px;
	height: 80px;
	float: left;
	text-align: center;
	padding: 40px 0px 0px 0px;
	border-radius: 10px;
}
.category-left-item span {
	font-size: 18px;
	float: left;
	font-weight: 700;
	line-height: 30px;

}
.item-inner {
	width: 100%;
    height: 30px;
	text-align: center;
	margin: 0 auto;
}
.category-item img {
	margin-left: 10px;
	width: 30px;
	height: 30px;
	float: left;

}
.category-item span {
	width: 150px;
	font-size: 16px;
	float: left;
	font-weight: 400;
	line-height: 30px;

}
.item-inner span{
	padding-left: 10px;
}
.question {
	width: 1200px;
	float: left;
}
.question-item{
	margin-top: 30px; 
	width: 600px;
	float: left;
}
.question-item-left{
	width: 60px;
	height: 100%;
	float: left;
	margin-top: 5px;
}
.question-item-right{
	width: 400px;
	float: left;
}
.item-title{
	width: 100%;
	line-height: 35px;
	font-size: 18px;
	font-weight: 400;
}
.item-content{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
}
.customer-manage {
    margin-top: 76px;
}
.banner-box {
    position: relative;
}
.manage-banner {
	width:100% ;
    display: block;
    width: 100%;
}
.block {
	width: 1200px;
    height: 420px;
    font-size: 36px;
}

.banner-txt {
    width: 1200px;
    margin: 0 auto;
}

.banner-btitle {
    margin-bottom: 30px;
}

.banner-stitle {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 38px;
}
.c-t-title {
    font-size: 30px;
    padding: 8px 0 18px;
}

.c-t-stitle {
    font-size: 16px;
    padding-bottom: 60px;
    color: #777777;
}
.c-f-title {
    font-size: 30px;
    text-align:center;
    margin-bottom: 12px;
}
.block {
	width: 1200px;
    height: 420px;
    font-size: 36px;
    margin: 0 auto;
}
.block-left{
	float: left;
	width: 49%;
	height: 100%;
}
.block-right{
	float: left;
	width: 49%;
	height: 100%;
}
.block-right img{
	margin-top: 54px;
}
.left-f {
	position: absolute;
	top: 50%;
    left: 33%;
    transform: translate(-50%,-50%);
    color: #000;
	color: black;
	font-weight: 30px;
}
.left-f-s {
	width: 450px;
}
.left-f-x {
	margin-top: 40px;
	width: 450px;
}
.sear {
	display: inline-block;
	text-indent: 60px;
	width: 300px;
	height: 50px;
	border-radius: 30px;
	border: 1px solid #f0f0f0;
	font-size: 16px;
}
.sear::-webkit-input-placeholder{
  color:#dbdbdb;
}
.sear::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#dbdbdb;
}
.sear:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#dbdbdb;
}
.sear:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#dbdbdb;
}
.sear1 {
	width: 76%;
	float: left;
}
.sear1 i{
	font-size: 20px;
    position: relative;
    left: 40px;
    top: 0px;
    color: #dbdbdb;
}
.sear2 {
	width: 20%;
	float: left;
	height: 50px;
	background-color: #0252CC;
	text-align: center;
	border-radius: 30px;
	cursor: pointer;
}
.sear2 p{
 	color: #fff;
 	line-height: 50px;
	font-size: 16px;
}