
/* 搜索框 */
body{
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    min-width: 320px;
    background-color: #f4f4f4;
}
.login_header_box{
    border: none;
    position: relative;
    z-index: 14;
}
.consultSearchBox{
    width: 100%;
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    padding: 1rem 0px;
    position: fixed;
    top: 0px;
    z-index: 500;
}
.consultSearchBox .search_mid {
    width: 70%;
    margin: 0 16% 0 14%;
}
/* 眼睛式头部导航 */


/*  眼睛式固顶导航栏 */
.eyeHeaderBg{
    position: fixed;
    top: 0px;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 5.6rem;
}
.eyeHeadLef{
    position: fixed;
    left: 2%;
    top: 1rem;
    z-index: 6666;
}
.eyeHeadRig{
    position: fixed;
    right: 4%;
    top: 1rem;
    z-index: 66666;
}
.eyeHeadLef .go_back,.eyeHeadRig .clickAlert {
    display: inline-block;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    border-radius: 50%;
    width: 3.6rem;
    height: 3.6rem;
}
.eyeHeadLef .go_back img,.eyeHeadRig .clickAlert img{
    width: 2rem;
    height: 2rem;
    margin:.8rem;
}
.pageTitleBox{
    position: fixed;
    display: block;
    width: 100%;
    top: 0px;
    z-index: 98;
}
.pageTitle{
    display: flex;
    height: 5.6rem;
    line-height: 5.6rem;
    justify-content: center;
    font-size: 1.6rem;
    color: #222;
    font-weight: 700;
}
.popupMenu{
    display: none;
    position: absolute;
    z-index: 6665;
    width: 12rem;
    height: auto;
    right: -1.5rem;
    top: 4.6rem;
    -webkit-border-radius: 3px;
    background: white;
    text-align: left;
    box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
}
.popupMenu::before{
    content: "";
    width: 0;
    height: 0;
    border: 1.5rem solid #fff;
    border-color:  transparent transparent #fff transparent;
    position:absolute;
    top: -2.4rem;
    right: 1.6rem;
}
.popupMenu li a{
    display: block;
    width: 8rem;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    background: none;
    color: #333;
    line-height: 4.6rem;
    font-size: 1.6rem;
}
#eyebgs {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 6664;
}



/* 搜索遮罩层 */
.box-cover{
    top: 5.6rem;
}
.sea_tips{
    top: 5.6rem;
}



/*   帮助中心 ，面包屑样式  */
.breadNavBox{
    background-color: #ffffff;
    margin-top: .5rem;
    border-radius: 1rem 1rem 0px 0px;
}


.breadNavBox .breadnav{
    padding-left: 4%;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.4rem;
    color:#222222;
    border-bottom: 1px dashed#eee;
    font-family: 微软雅黑;

}
.breadNavBox .breadnav a{
    font-size: 1.4rem;
    color:#222222;
    font-family: 微软雅黑;
}
.backlist h1{
    display: block;
    line-height: 1.6;
    margin: auto;
    padding: 1.2rem 4% 0px 4%;
    font-size: 1.8rem;
    color: #222222;
}


/* 帮助中心内容页样式 */

.articalDetailBox{
    background-color: #ffffff;
    padding: .8rem 4% 1.4rem 4%;
    border-radius: 0px 0px 1rem 1rem;
}

.articalDetailBox h3{
    color: #222;
    font-size: 1.8rem;
    font-family:微软雅黑;
    line-height: 2;
}
.articalDetailBox p{
    color: #222;
    font-size: 1.6rem;
    font-family:微软雅黑;
    line-height: 2;
    text-indent: 2em;
}


/*  以上样式为咨询页面的样式 下面的为helpCenter.css 源文件样式 */


.login_header_box{
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    top: 0px;
}

.buding{
    height: 5.5rem;
}
.helpcenter {
    margin-top: .5rem;
    padding-top: 1rem;
    background-color: #ffffff;
    border-radius: 1rem;
}



.helpcenter .helpTit {
    font-size: 1.6rem;
    padding-left: 4%;
    font-weight: bolder;
    height: 4.8rem;
    line-height: 4.8rem;
}

.helpcenter ul li{
    border-top:1px solid #eee;
    margin-left: 4%;
    margin-right: 4%;
}
.helpcenter ul li a {
    display: block;
}
.helpcenter ul .helpLeft {
    float: left;
    font-size: 1.6rem;
    line-height: 5rem;
    color: #222;
}
.helpcenter ul .helpRight {
    float: right;
    width: 1.5rem;
    height: 5rem;
    background: url(/skin/default/images/user_right.png)no-repeat center;
    background-size: 1.2rem 1.2rem;
}


/* 2020.8.10 新加手机端站点地图页面样式 Mr.xiao */
.websiteBox{
    background-color: #fff;
    border-radius: 1rem;
    margin-top: .5rem;
    padding-left: 4%;
    padding-right: 4%;
}
.websiteBox .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.8rem;
}
.websiteBox .tit h3{
    font-size: 1.6rem;
    color: #222;
}
.websiteBox .tit span{
    font-size: 1.4rem;
    color: #555;
}
.websiteBox .cont a{
    display: block;
    font-size: 1.4rem;
    color: #555;
    height: 4.6rem;
    line-height: 4.6rem;
    border-bottom: 1px solid #eee;
}
.websiteBox .cont a:nth-last-child(1){
    border-bottom: none;
}
.website{
    border-radius: 1rem;
}