#help {
    color: #66B1FF !important;
}

.nav li a {
    color: #333333;
}

.nav .slide_line {
    left: 282px;
}

/* 帮助中心背景图片====================================================================================================== */
.help_contain {
    /* overflow: hidden; */
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0 auto;
}

.help_img {
    /* max-width: 1903px; */
    max-width: 1920px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}

.help_img h3 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 400;
    padding-top: 50px;
}

.search {
    width: 570px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    margin-top: 30px;
    
}

.search_text {
    width: 480px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px 0 0 4px;
    border: none;
    font-size: 16px;
    padding-left: 15px;
    color: #BABABA;
    float: left;
    border: 1px solid #efefef;
}
.search_text:focus {
    outline: none;
    border: 1px solid #dedede;
}
.search_button {
    float: left;
    display: inline-block;
    margin-left: -3px;
    width: 70px;
    height: 46px;
    line-height: 46px;
    /* background: url(../image/btn_search_default.png) no-repeat center center; */
    
}

.search_button:hover {
    /* background: url(../image/btn_search_roll.png) no-repeat center center; */
}


/* 问题解答====================================================================================================================== */
.help {
    width: 100%;
    min-height: 1000px;
    /* background: #F1F1F1; */
    padding-bottom: 100px;
}

.help_center {
    position: relative;
    top: -90px;
    max-width: 1000px;
    width:100%;
    min-height: 1000px;
    margin: 0 auto;
    background: #F8F8F8;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.help_center_left {
    width: 270px;
    float: left;
}


.help_center_left ul {
    margin-top: 30px;
}

.help_center_left ul li {
    list-style: none;
    line-height: 60px;
    padding-left: 27px;
    border-left: 3px solid transparent;
}

.help_center_left ul li:hover {
    background: #FFFFFF;
    border-left: 3px solid #00B3DA;
}

.li_click {
    background: #FFFFFF !important;
    border-left: 3px solid #66B1FF !important;
}

.help_center_left ul li a {
    display: block;
    width: 240px;
    height: 60px;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}

.help_center_right {
    display: inline-block;
    /* float: left; */
    /* width:100%;  */
    min-height: 920px;
    background: #FFFFFF;
    padding: 40px 60px;
}

.help_div {
    width: calc(100% - 270px)px;
    min-height: 100px;
    margin-bottom: 40px;
}

.help_div_answer {
    color: #333333;
    font-size: 18px!important;
    font-weight: bold!important;
}

.help_div_question {
    color: #666666;
    font-size: 14px;
    background: #F8F8F8;
    margin-top: 20px;
    margin-left: 20px;
    padding: 14px;
    line-height: 24px;
}


/* new */
.container{
    margin-top: 160px;
    background: url(../image/new_icon/help_bac.png) no-repeat center 0px;
    background-attachment: fixed;
    /* background-size: cover;
    background-position: center center; */
    min-height: calc(100vh - 160px);
    /* max-height: calc(100vh - 160px); */
}


.help-iframe{
  width: 100%;
  height: 1600px;
  min-height:  calc(100vh - 160px);
  /* max-height: ; */
  /* min-height: 1652px; */
}

.search_text {
    width: 400px;
}
.search_button{
    width:100px ;
    border-radius:0px 10px 10px 0px ;
     background-color: #5FC2FE;
     text-decoration: none;
     color: #fff;
     display: flex;
     align-items: center;
}
.search_button img{
    height:25px;
    width: 25px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}
.help_img h3 {
    font-size: 45px;
    color: #333333 ;
}
.search {
    margin-top: 50px;
}
.help_center {
    top: -47px;
    display: flex;
    justify-content: space-between;
}
body {
    /* min-width: 1400px; */
    overflow-x: hidden;
}
@media all and (max-width:1000px){
    .help_center,.help {
        max-width: 100%;
        width: 95%;
    }
    .container{
        padding-bottom: 180px;
    }
}
img{
    max-width: 100%;
}
.right_help{
    background-color: #fff;
        width: calc(100% - 270px); 
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #66B1FF !important;
}
.layui-laypage a:hover{
    color: #66B1FF !important;
}