.help_centerSearch {
    width: 100%;
    height: 597px;
    background: url("/images/helpcenter/help_back-6b9c1907ac8a5b3c4800eeed2106bd57.png") no-repeat;
}

#help_center{
    padding-top:80px;
}
.help_searchBox {
    height: auto;
}

.help_text {
    font-size:24px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin: 0 auto;
    padding-top: 110px;
    width: 610px;
}

.help_text>img {
    margin-right: 12px;
    margin-left: 130px;
    vertical-align: middle;
}

.help_searchInfo {
    width: 700px;
    margin: 40px auto 0;
}

.help_searchInput {
    line-height: 50px;
    margin-bottom: 20px;
}

.help_searchInput>input {
    float: left;
}

.help_searchInput>input[type="text"] {
    border: 1px solid #fff;
    height: 48px;
    padding-left: 10px;
    width: 410px;
}
.search_help{
    height: 50px;
    width: 92px;
    background-color: rgba(255,136,0,1);
    border: none;
    float: left;
    cursor: pointer;
}
.help_searchInput>a {
    color: #ffffff;
    font-size: 14px;
    margin-left: 20px;
}


.hot_search>span {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-right: 10px;
}

.hot_search>a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-right: 22px;
}

.hot_search>a:hover,.hot_search .hot_filed {
    color: rgba(255,136,0,1);
}

.problem_type{
    height:322px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 5px 0px rgba(4,0,0,0.05);
    border-radius:5px;
    margin-top: -147px;
    padding: 30px 0 0 38px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.problem_type>a {
    float: left;
    color: #666666;
    display: block;
    width: 33%;
    margin-top: 40px;
}

.problem_type>a>img {
    margin: 0 16px 0 120px;
}

.problem_type>a:hover {
    color: #666666;
}

.common_problemStyle>span:nth-of-type(1) {
    display: inline-block;
    width: 3px;
    height: 17px;
    background-color: rgba(0,140,214,1);
    margin-right: 10px;
    margin-left: 20px;
    vertical-align: middle;
}

.common_problemStyle>span:nth-of-type(2) {
    font-size: 16px;
    color: #343434;
}
.common_problem{
    min-height: 550px;
    background: #fff;
    margin-top: 70px;
}
.problem_text{
    height: 24px;
    text-align: center;
    font-size:24px;
    font-weight:bold;
    color:rgba(49,49,49,1);
    margin-bottom: 60px;
}
.problem_text>span{
    position: relative;
}
.problem_text>span:after{
    position: absolute;
    left: 36px;
    bottom: -10px;
    display: block;
    content: "";
    width:21px;
    height:4px;
    background:rgba(0,140,214,1);
}
.problem_listBox{
    min-height: 460px;

}
.problem_listBox>ul{
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.problem_box2{
    padding: 0 80px 0 130px;
}
.problem_box1{
    padding: 0 130px 0 80px;
    position: relative;
}
.problem_box1:after{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    background: rgba(201,201,201,1);
    right: 0;
    top: 18%;
}
.problem_list{
    height: 90px;
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.problem_list:nth-last-of-type(1){
    border-bottom: none;
}
.problem_title{
    margin-bottom: 15px;
    display: block;
}
.problem_title>span:nth-of-type(1){
    text-indent: 20px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}
.problem_title>span:nth-of-type(1):after{
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background: #008fcd;
    position: absolute;
    top: 6px;
    left: 0;
}

.problem_list>p{
    color:#b9b9b9;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.option_btn {
    color: #FFFFFF;
    background: linear-gradient(
            135deg,rgba(52,174,255,1),rgba(64,126,255,1));
    width: 120px;
    height: 30px;
    border: none;
    border-radius: 5px;
}