/** help **/

.help_focus{
    background-image: url("/images/help_bg.jpg") !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /*background: #000;*/
    width: 100%;
    height: 300px;
    box-shadow: 1px 1px 1px #ddd;
    background-position: 0px 0px;
    background-repeat: repeat-x;
}
.help_focus_content{
    max-width: 1170px;
    width: 100%;
    height: 300px;
}

.help_search{
    float: left;
    width:850px;
    height: 300px;
    margin: 0 20px 0 0;
}

.h1_area{
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    width: 500px;
    height: 200px;
    padding: 80px 0 0 0;
    box-sizing: border-box;
}
.h1_area>h1{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 1px;

}

.enter_area{
    width: 500px;
    margin: auto;
    background: #17b;
    padding: 5px 5px 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding-right: 55px;
    border: 1px #05b solid;
}
@media (max-width: 767px) {     
    .enter_area{
        width: 100%;
    }
}

.enter_area input{
    width: 100%;
    display: inline-block;
    padding: 8px 40px 6px 15px;
    font-size: 18px;
    border: none;
    background: #f6f6f6;
    border:0;
}

.enter_area button{
    text-align: center;
    width: 50px;
    height: 44px;
    line-height: 44px;
    border: none;
    background: #17b;
    font-size: 20px;
    color: #fff;
    position:relative;
    margin-top: -45px;
    margin-right: -50px;
    float: right;
    overflow: auto;
    cursor: pointer;
}
.mobi_help_search{
    width: 100%;
    height: auto;
    width: auto;
    margin: 10px 19px 10px 19px ;
}


.mobi_help_search input{
    width: 100%;
    display: inline-block;
    padding: 8px 40px 6px 15px;
    font-size: 18px;
    border: none;
    background: #f6f6f6;
    border:0;
}


@media (max-width: 767px) {     
    .enter_area{
        width: 100%;
    }
}