/* 字体图标symbol模式 */
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/* 头部 */
/* **********top.css start*********** */
.top{
    width: 100%;
    min-width: 1000px;
    height: 36px;
    background:rgba(242,242,242,1);
    opacity:1;
}
.top>.topContent{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.topLeft{
    line-height: 36px;
    font-size: 12px;
    color:rgba(170,170,170,1);
    opacity:1;
    display: flex;
}
.topLeft>a{
    line-height: 36px;
    color:rgba(170,170,170,1);
    opacity:1;
    display: flex;
}
.topLeft i{
    width: 14px;
    height: 14px;
    background-image: url(../imgs/bubiao.png);
    margin-top: 11px;
    margin-right: 4px;
}
.topLeft>a:hover{
    color: rgba(225,21,21,1);
    text-decoration: none;
}
.topLeft>a:visited{
    text-decoration: none;
}
.topLeft>span{
    margin-left: 20px;
}
.topLeft>:nth-child(4){
    margin-left: 0;
}
.phoneNum{
    color: #E00B0B;
}
.topRight{
    height: 100%;
    font-size: 12px;
    color: rgba(170,170,170,1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topRight a{
    line-height: 36px;
    color: rgba(170,170,170,1);
}
.topRight a:hover{
    color: rgba(225,21,21,1);
    text-decoration: none;
}
.topRight>:nth-child(1){
    margin-right: 15px;
}
.topRight>:nth-child(3){
    margin:0 20px;
}
.topRight>div>a{
    line-height: 50px;
    width: 20px;
    height: 20px;
}
.topRight i{
    background-image: url(../imgs/bubiao.png);
}
.dl{
    display: flex;
    height: 100%;
    line-height: 36px;
    flex-direction: row;
    position: relative;
}
.dl img{
    width: 24px;
    height: 24px;
    margin-top: 6px;
    margin-right: 6px;
    border-radius: 50%;
}
.dl span{
    color: #333333;
    font-size: 12px;
}
.dlShow{
    position: absolute;
    width: 80px;
    position: absolute;
    margin-top: 38px;
    margin-left: 30px;
    border: 1px solid rgba(73, 71, 71, 0.13);
    border-radius: 5px;
    z-index: 999;
    background: #FFFFFF;
    /* opacity: 0.8; */
    display: none;
}
.dlShow li{
    height: 40px;
    text-align: center;
    color:#333333;
    font-size: 12px;
}
.dlShow a{
    color:#333333;
}
.dlShow li:hover a{
    color: rgba(225,21,21,1);
}
.gz{
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.gz a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gz i{
    display: inline-block;
    width: 20px;
    height: 20px;
}
.gz>:nth-child(1)>i{
    background-position: -25px 0;
}
.gz>:nth-child(2)>i{
    background-position: -55px 0;
}
.gz>:nth-child(3)>i{
    background-position: -84px 0;
}
.gz>.wx-qr{
    display: none;
    position: absolute;
    top: 40px;
    right: -30px;
    width: 120px;
    height: 150px;
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.wx-qr>img{
    width: 100px;
    height: 100px;
    margin: 10px auto;
}
/* **********top.css end*********** */
/* 头部搜索导航 */
.head{
    width: 100%;
    height: 170px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.head>ul{
    width: 1200px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.head>ul>li{
    padding: 0 20px;
    border-right: 1px solid #EBEBEB;
    cursor: pointer;
}
.head>ul a{
    color: #666666;
}
.head>ul>:last-child{
    border: none;
}
.head>ul>li:hover>a{
    color: #E00B0B;
}
.search{
    width: 1200px;
    height:116px;
    background:rgba(255,255,255,1);
}
.searchContent{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchContent>a{
    width: 180px;
    height: 60px;
}
.searchContent>.search-box{
    width: 540px;
    height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search-box ul{
    font-size: 12px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.search-box ul a{
    color:rgba(0,0,0,0.50);
}
.search-box li{
    margin-right: 10px;
}
.searchText{
    position: relative;
    display: flex;
    align-items: center;
}
.searchText>i{
    background-image: url(../imgs/bubiao.png);
    background-position: -114px 0;
    width:20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top:10px
}
.searchText>input{
    width: 428px;
    height: 38px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(224,11,11,1);
    border-right: none;
    outline: none;
    border-radius:4px 0px 0px 4px;
    padding-left:36px ;
    font-size:14px;
    padding-right: 20px;
}
.searchText>button{
    width:72px;
    height:40px;
    font-size: 16px;
    background:rgba(224,11,11,1);
    color:rgba(255,255,255,1);
    border: none;
    outline: none;
    border-radius:0px 4px 4px 0px;
    cursor: pointer;
}
.QR-box{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phoneCode{
    font-size:12px;
    line-height:17px;
    color:rgba(0,0,0,0.60);
    opacity:1;
}
.QR-box img{
    width: 60px;
    height: 60px;
}
.officalCode{
    font-size:12px;
    line-height:17px;
    color:rgba(0,0,0,0.60);
}
/* **********search.css end*********** */

/* 底部 */

.fdlinks {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.fdlinks_bx {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
.fd_links{
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px 10px 0px;
    box-sizing: border-box;
}
.fd_links_nav {
    border-bottom: 1px solid #dddddd;
    position: relative;
    width: 1200px;
    height: 46px;
    margin: 0 auto;
}
.fd_links_nav>p:hover{
    color: #E00B0B;
}
.fd_links_nav p {
    float: left;
    font: 18px/46px "微软雅黑";
    color: #333333;
    margin-right: 40px;
    cursor: pointer;
}
.fd_links_nav {
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.fd_links_nav p {
    float: left;
    font: 18px/46px "微软雅黑";
    color: #333333;
    margin-right: 40px;
    cursor: pointer;
}
.fd_links_nav {
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.udline {
    position: absolute;
    display: block;
    height: 2px;
    width: 30px;
    bottom: 0px;
    left: 20px;
    background: #e00b0b;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.fd_links_lists {
    display: none;
    padding-top: 10px;
    height: 80px;
    overflow: hidden;
}
.fd_links_lists>li {
    height: 80px;
    position: relative;
}
.fd_links_lists a {
    display: block;
    float: left;
    font: 14px/34px "微软雅黑";
    color: #999;
    width: 120px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-link-content>ul{
    position: relative;
    margin-top: 8px;
}
.new-join-friend>.content>a:hover{
    color: #E00B0B;
    text-decoration: none;
}
.new-friend-links>li:nth-of-type(1),
.new-join-friend>li:nth-of-type(1){
    line-height: 30px;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
    word-wrap: break-word;
    word-break: keep-all;
    height: auto;
    overflow: hidden;
}
.new-link-content>ul>li>a{
    padding: 0 8px;
    color: #999;
}
.new-link-content>ul>li>a:hover{
    color: #E00B0B;
    text-decoration: none;
}


/* 选中颜色 */
.chose_color_red{
    color: #FF0000;
}


.hb-icon {
    background-image: url(../imgs/haibao.png) !important;
}

.public-tools .haibao-btn {
    margin-bottom: 10px;
    border-radius: 8px;
    color: #EA2B37;
}