.container {
    margin-top: 76px;
}

.detail-help {
    width: 100%;
    position: relative;
    margin-top: 80px;
  }
  
  .detail-help .main {
    width: 700px;
	margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

.detail-help .main .title {
	color: #fff;
	text-align: center;
}

.detail-help .main .title .btitle {
	font-size: 40px;
	/* padding-top: 96px; */
	padding-bottom: 30px;
}

.detail-help .main .title .stitle {
	font-size: 20px;
	padding-bottom: 60px;
}


.detail-help .main .row-three {
    width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.detail-help .main .row-three .item {
	width: 100px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
}

.detail-help .main .row-three .item .pic {
	width: 47px;
}

.detail-help .main .row-three .item .item-txt {
	padding-top: 11px;
}

.top {
    width: 1180px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.top .ikon_help_detail{
    position: absolute;
    width: 200px;
    top: 20px;
    right: -180px;
}

.top .search-title {
    font-size: 35px;
    font-weight: 800;
    color: #333333;
    padding-bottom: 46px;
}

.top .search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    width: 590px;
    height: 50px;
    border-radius: 34px;
    position: relative;
    box-shadow: 0px 8px 27px 0px rgba(160,160,160,0.25);
}

.top .search .enter-input {
    display: inline-block;
    width: 410px;
    height: 50px;
    font-size: 18px;
    position: relative;
    margin-left: 20px;
}

.top .search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(90deg,rgba(230,40,40,1),rgba(241,133,133,1));
    border-radius: 34px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    border-radius: 0px 35px 35px 0px;
}

.top .search .search-btn .search-icon {
    width: 29px;
}

.trouble-wrap {
    width: 1300px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.trouble-wrap .left .left-title {
    color: #333333;
    font-size: 24px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.trouble-wrap .left {
    width: 250px;
    height: 654px;
    padding-right: 24px;
    border-right: 1px solid #ECECEC;
}

.trouble-wrap .left .column-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.trouble-wrap .left .column-list .item {
    width: 100%;
    margin-top: 5px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
}

.trouble-wrap .left .column-list .item:hover {
    background: #F6F9FF;
    color: #2362FB;
}

.leftactive {
    background: #F6F9FF;
    color: #2362FB !important;
}

.trouble-wrap .left .column-list .line {
    width: 100%;
    height: 1px;
    background: #ECECEC;
    margin-top: 10px;
}

.trouble-wrap .right {
    width: 1050px;
    padding-left: 30px;
}

.trouble-wrap .right .right-title {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    margin-top: 0;
    line-height: 35px;
    margin-bottom: 20px;
}

.trouble-wrap .right .back-title {
    color: #111;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0;
    line-height: 35px;
    margin-bottom: 20px;
}

.trouble-wrap .right .main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.trouble-wrap .right .main .item {
    color: #2362FB;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.trouble-wrap .right .main .item::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background: #2362FB;
    border-radius: 50%;
    margin-right: 8px;
}

.summary{
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #CECECE;
    font-weight: 400;
    margin-bottom:10px;
}