﻿@charset "utf-8";

/* CSS Document */
html {
    background: none repeat scroll 0 0 #fff;
    color: #333;
    overflow-y: scroll;
    font-family: "Microsoft YaHei", "宋体";

}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
form,
th,
td {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 'Microsoft Yahei', '宋体';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

img {
    border: none;
}

input {
    outline: none;
    border: none;
}

input[type="button"] {
    cursor: pointer;
}

input {
    outline: none;
    border: none;
    vertical-align: middle;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888;
    opacity: 1!important;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888;
    opacity: 1!important;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888;
}

textarea {
    outline: none;
}

table,
td,
th,
tr {
    border-spacing: 0;
    border-collapse: collapse;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff6000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*背景颜色*/
.bgGray {
    background: #f7f7f7;
    padding-bottom: 20px;
}

.bgWhite {
    background: #fff;
}

/*字体*/
.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.fs12 {
    font-size: 12px;
}

/*字体颜色*/
.gray6 {
    color: #666;
}

.gray9 {
    color: #999;
}

.gray8 {
    color: #888;
}

.grayB {
    color: #b1b1b1;
}

.red {
    color: #f00;
}

.fontOrange {
    color: #fa5000;
}

.fontOrange2 {
    color: #fe6700;
}

.fontGray {
    color: #999;
}

.fontGreen {
    color: #009900;
}

.font3 {
    color: #333;
}

/*边距*/
.mtb15 {
    margin: 15px auto;
}

.h10 {
    height: 10px;
    overflow: hidden;
}

.h15 {
    height: 15px;
    overflow: hidden;
}

.marginBottom10 {
    margin-bottom: 10px;
}

/*操作*/
.cur {
    cursor: pointer;
}


/*topBar*/
.topBar {
    background: #f6f6f6;
    border-bottom: 1px solid #e7e7e7;
    height: 30px;
    line-height: 30px;
}

.topBox {
    color: #555;
}

.memberid {}

.memberid a {
    color: #fb5000;
    margin: 0 3px;
}

/*topNav*/
.topNav ul li {
    float: left;
    padding: 0 4px;
    position: relative;
    margin-left: 4px;
}

.topNav .aWrap {
    position: relative;
    margin-right: 12px;
    cursor: pointer;
}

.quickNav span {
    border: 4px #f9f9f9 solid;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin-left: 4px;
    border-top-color: #666;
    top: 13px;
    right: 5px;
    position: absolute;
    font-size: 0;
    line-height: 0;
    -webkit-transition: -webkit-transform .2s ease-in;
    -webkit-backface-visibility: hidden;
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}

.quickNav:hover span {
    border: 4px transparent solid;
    border-top-color: #f99236;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 30%;
    transform: rotate(180deg);
    transform-origin: 50% 30%;
}

.quickNav {
    border: 1px solid #f6f6f6;
    border-top: none;
    border-bottom: none;
}

.quickNav .aWraphover {
    display: none;
}

.quickNav:hover .aWraphover {
    display: block;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-top: none;
    position: absolute;
    clear: both;
    right: -1px;
    width: 100%;
    text-align: left;
    line-height: 25px;
    padding: 5px 0;
}

.quickNav:hover span {
    border: 4px transparent solid;
    border-top-color: #f99236;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 30%;
    transform: rotate(180deg);
    transform-origin: 50% 30%;
}

.quickNav:hover {
    z-index: 9999;
    border: 1px solid #e7e7e7;
    border-top: none;
    border-bottom: none;
    background: #fff;
}

.wxGZH {
    border: 1px solid #f6f6f6;
    border-top: none;
    border-bottom: none;
}
.wxGZH .aWraphover {
    display: none;
}
.wxGZH:hover .aWraphover {
    display: block;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-top: none;
    position: absolute;
    clear: both;
    text-align: left;
    width: 130px;
    left: 45%;
    z-index: 999;
    margin-left: -65px;
}
.wxGZH img{
    width: 130px;
    height: 130px;
}

.topNav li.myTms {
    background: url(../../images/images_2018/topcoin.png) 1px -619px no-repeat;
    height: 30px;
    padding-left: 25px;
}

.topNav li.myGps {
    background: url(../../images/images_2018/topcoin.png) 1px -34px no-repeat;
    height: 24px;
    padding-left: 21px;
}

.topNav li.myFahuo {
    background: url(../../images/images_2018/topcoin.png) 3px -565px no-repeat;
    height: 30px;
    padding-left: 25px;
}

.topNav li.myPhrj {
    background: url(../../images/images_2018/topcoin.png) 5px -54px no-repeat;
    height: 30px;
    padding-left: 25px;
}

.topNav li.myPhrj:hover {
    background: url(../../images/images_2018/topcoin.png) 5px -54px no-repeat #fff;
    height: 30px;
    padding-left: 25px;
}

.topNav li.myVip {
    background: url(../../images/images_2018/topcoin.png) 5px -105px no-repeat;
    height: 30px;
    padding-left: 25px;
}

.topNav li.myVip:hover {
    background: url(../../images/images_2018/topcoin.png) 5px -105px no-repeat #fff;
    height: 30px;
    padding-left: 25px;
}

.topNav li.myApp {
    background: url(../../images/images_2018/topcoin.png) 5px -591px no-repeat;
    height: 30px;
    padding-left: 25px;
}

.topNav li.myApp:hover {
    background: url(../../images/images_2018/topcoin.png) 5px -591px no-repeat #fff;
    height: 30px;
    padding-left: 25px;
}

/*.aWraphover .aWrapList{padding:10px;}*/
.aWraphover .aWrapList .aWrapList1-1 {
    background: url(../../images/images_2018/topcoin.png) -1px -567px no-repeat;
    height: 24px;
    padding-left: 20px;
}

.aWraphover .aWrapList .aWrapList1-2 {
    background: url(../../images/images_2018/topcoin.png) -1px -567px no-repeat;
    height: 24px;
    padding-left: 20px;
}

.quickNav:hover .incItems {
    width: 90px;
}

/*logoBar*/
.logoNew {
    width: 220px;
    height: 90px;
}
    .logoNew img {
        width: auto;
        height: 100%;
        margin-left:10px;
    }

.logoSearch {
    width: 540px;
    margin-left: 80px;
    margin-top: 10px;
}

.logoTel {
    background: url(../../images/images_2018/pubIcon.png) 0 0 no-repeat;
    height: 40px;
    padding-left: 48px;
    margin-top: 15px;
}

.logoTel .telTxt {
    line-height: 18px;
}

.logoTel .telNum {
    font-size: 21px;
    line-height: 22px;
    color: #fa5000;
    font-family: Georgia;
    font-weight: bold;
}

.logoQR {
    margin-top: 10px;
    margin-left: 20px;
}

.logoQR img {
    float: left;
    width:80px;
    height:80px;
}

.logoQR p {
    width: 16px;
    float: left;
    line-height: 12px;
    text-align: center;
}

.searchItems {
    font-size: 14px;
}

.searchItems a {
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    letter-spacing: normal;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    word-spacing: normal;
}

.searchItems span {
    font-size: 10px;
    color: #d8d8d8;
}

.searchItems a.now {
    color: #ff500b;
}

.searchItems a:hover {
    color: #ff500b;
}

.searchWrap {
    border: 2px solid #ff6000;
}

.searchWrap .inputCf,
.searchWrap .inputDd {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    width: 187px;
    font-size: 14px;
}

.searchWrap .searchArw {
    display:inline-block;
    width:19px;
    height:18px;
    background:url(../../images/images_2018/pubIcon.png) -10px -517px no-repeat;
    vertical-align:middle;
}

.searchWrap .searchBtn {
    width: 90px;
    height: 38px;
    line-height: 38px;
    background: #ff6000;
    color: #fff;
    font-size: 16px;
}



/*nav*/
.nav {
    background: #fb5000;
    height: 44px;
    line-height: 44px;
    color: #fff;
}

.nav ul li {
    float: left;
    display: inline;
    font-size: 16px;
    position:relative;
}

.nav ul li a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 0 12px;
}

.nav ul li a:hover {
    background: #ff9201
}

.nav ul li a.on {
    background: #ff9201;
}

/*subNav*/
.subNav {
    background: #fff;
    height: 36px;
    line-height: 36px;
}

.subNav a {
    padding: 0 8px 0 7px;
    color: #666;
}

.subNav a:hover {
    color: #ff500a;
}

.subNav .subNavTit {
    font-weight: bold;
    color: #ff500a;
}

.subNav .subNavTit i {
    display: inline-block;
    padding-right: 6px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #ff500a;
    border-bottom: 4px solid transparent;
}

.subNav .downBox {
    padding: 2px 0;
    width: 110px;
    background: #fff;
    position: absolute;
    right: -1px;
    top: 36px;
    z-index: 9999;
    border: 1px solid #eee;
    border-top: none;
}

.subNav .downBox a {
    width: 40px;
    display: inline-block;
    float: left;
    text-align: left;
}

.subNav .w1200 {
    position: relative;
}

.subNav .w1200 .more_btn {
    cursor: pointer;
    color: #666;
}
.subNav .w1200 .more_btn:hover{
    color: #ff4800;
}
/*footer*/
.footer {
    background: #f0f0f0;
    border-top: solid 1px #ddd;
}

.footerCont {
    margin: 0 auto;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #3c3c3c
}

.footer .footer_l {
    width: 185px;
    height: 140px;
    float: left;
    padding: 5px 0 0 0
}

.footer .footer_l img {
    padding: 16px 0 10px 53px
}

.footer .footer_r {
    width: 1000px;
    float: left;
    line-height: 25px
}

.footer .footer_r p {
    line-height: 30px
}

.footer .footer_r a {
    color: #3c3c3c
}

.footer .footer_r a:hover {
    color: #ff500b;
    text-decoration: none
}

.footer .footer_r .h_ge {
    padding: 0 4px;
    color: #d0d0d0
}

.footer_r .banQuan a,
.footer_r .banQuan span {
    color: #83888a;
    font-size: 12px
}

.footer_r .tuBiao {
    padding: 20px 0;
    position:relative;
}

.footer_r .tuBiao a {
    margin-right: 5px
}
.fzApp{position:relative; cursor:pointer;}
.fzAppImg{display:none; position:absolute; top:-90px; right:-105px;}
.fzApp:hover .fzAppImg {display: block;}

/*盒子*/
.mainWapper {
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 40px;
}

.mainBox {
    width: 1200px;
    margin: 0 auto;
}

.leftWapper {
    float: left;
    width: 950px;
}

.rightWapper {
    float: right;
    width: 238px;
}

/*文本框*/
.grayInput {
    display: block;
    height: 28px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*.grayInput:focus{border:solid 1px #ff8042; color:#333;  -webkit-box-shadow:0 0 5px rgba(248,81,0,.3);-moz-box-shadow:0 0 5px rgba(248,81,0,.3);box-shadow: 0 0 5px rgba(248,81,0,.3);}*/

.banJiaList .lineList {
    position: relative;
}




/*清空条件*/
.qingKong {
    line-height: 34px;
    color: #1391ce;
    padding: 0 0 0 10px;
    cursor: pointer;
}

/*所在的位置*/
.stateBox {
    padding: 10px 0;
}

.stateBox h1 {
    display: inline;
    font-size: 12px;
    font-weight: normal;
}

/*左侧栏目title*/
.leftTit {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #f85100;
    background: #fff;
}

.leftTit h3 {
    height: 18px;
    line-height: 18px;
    padding: 0 0 0 6px;
    font-size: 16px;
    border-left: 3px solid #f85100;
    color: #ff4800;
}

.leftTit .wxtTips {
    background: url(../../images/images_2018/details/wxtips.png) left no-repeat;
    padding-left: 30px;
}

/*右侧栏目title*/
.rightTit {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #f85100;
    background: #fff;
}

.rightTit h3 {
    height: 18px;
    line-height: 18px;
    padding: 0 0 0 6px;
    font-size: 16px;
    border-left: 3px solid #f85100;
    color: #ff4800;
    overflow: hidden;
}

/*图标*/
.wxtIcon {
    line-height: 21px;
}

.wxtIcon a {
    display: inline-block;
    float: left;
    width: 63px;
    height: 21px;
    font-size: 14px;
    background: url(../../images/images_2018/icon.png) no-repeat -4px -97px;
}

.wxtIcon .wxtIcon_img {
        display: inline-block;
        float: left;
        width: 63px;
        height: 21px;
        font-size: 14px;
        background: url(../../images/images_2018/icon.png) no-repeat -4px -97px;
        cursor: pointer;
}

.wxtsub {
    vertical-align: sub;
    margin-right: 6px;
}

/*btn*/
.faHuoBtn,
.faHuoBtn:hover,
.chaKanBtn,
.chaKanBtn {
    display: block;
    width: 82px;
    height: 28px;
    margin: 5px auto 0;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #ff7300;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}

.faHuoBtn:hover {
    background: #ff5400;
}

.chaKanBtn,
.chaKanBtn:hover {
    display: block;
    /*width: 64px;*/
    height: 26px;
    margin: 10px auto 0;
    line-height: 26px;
    color: #9b9b9b;
    border: solid 1px #dddbdc;
    background: #fff;
}

.chaKanBtn:hover {
    color: #fff;
    border: solid 1px #2a8ad4;
    background: #2a8ad4;
}

.qqBtn {
    display: block;
    width: 82px;
    height: 26px;
    background: url(../../images/images_2018/icon.png) no-repeat 0 -599px;
    cursor: pointer;
}

.qqBtn:hover {
    background: url(../../images/images_2018/icon.png) no-repeat 0 -626px;
}
/* 推荐logo */
.special_logo{
    vertical-align: middle;
    cursor:pointer;
}
/*底部推荐（优化）*/
.linkCnt {
    width: 1158px;
    padding: 12px 20px 2px;
    margin: 10px auto 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #eee;
}

.briefLink {
    color: #999;
    line-height: 26px;
}

.bottomLink {
   
    border-top: 1px dashed #ddd;
    padding: 8px 0;
    line-height: 26px;
}
.bottomLinkthree {
    height: 20px;
    overflow: hidden;
}
.bottomLinkfour {
    height: 20px;
    overflow: hidden;
}
.bottomLinkfive {
    height: 20px;
    overflow: hidden;
}
.opendiv {
    color: aliceblue;
    float: right;
    width: 43px;
    background-color: #ff7300;
    text-align: center;
    cursor: pointer;
}

.bottomLink a {
    margin: 0 4px;
    color: #999;
    font-size: 14px;
}

.linkCnt a:hover {
    text-decoration: underline;
    color: #fa5000;
}


/*分页*/
.pageBox {
    padding: 30px;
    text-align: center;
    color: #333;
    font-size: 13px;
    background: #fff;
    border: solid 1px #eee;
}

.subPagination {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.subPaging {
    overflow: hidden;
}

.subPagination li {
    float: left;
    text-align: center;
    padding: 0 0 0 8px;
    height: 32px;
    line-height: 30px;
}

.subPagingAll {
    height: 25px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 12px;
    margin-right: 50px;
}

.subPagination li a {
    display: block;
    background: #fff;
    color: #333;
    font-size: 13px;
    padding: 0 12px;
    border: 1px solid #ddd;
}

.subPagination li a:hover,
.subPagination li .pagingActive {
    color: #fff;
    background: #ff6600;
    border: 1px solid #ff6600;
}

.subPagination li.cp {
    background: #f60;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 0 12px;
    margin-left: 5px;
}

.subPagination li .pagingActive {
    cursor: text;
}

.pageNumInput {
    width: 50px;
    height: 30px;
    *height: 29px;
    text-align: center;
    border: solid 1px #ddd;
}

.subPagination li .pageBtn {
    background: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.subPagination li span {
    display: inline-block;
}

.subPagination2 a {
    background: #fff;
    color: #333;
    font-size: 13px;
    padding: 8px 12px;
    border: 1px solid #ddd;
}

.subPagination2 a:hover,
.subPagination .pagingActive {
    color: #fff;
    background: #ff6600;
    border: 1px solid #ff6600;
}

.subPagination2 .theon {
    color: #fff;
    background: #ff6600;
    border: 1px solid #ff6600;
    font-size: 13px;
    padding: 8px 12px;
}

.page_num {
    padding: 20px 0;
}

#page_num a,
#page_num .th,
#page_num .breakspeak {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 12px;
    background: #fff;
}

#page_num a,
#page_num .th {
    border: 1px solid #ddd;
    margin: 0 5px 0 0;
    padding: 0 9px;
    cursor: pointer;
}

#page_num .breakspeak {
    color: #aaa;
    padding: 0 12px;
    border: 1px solid #ddd;
    margin: 0 5px 0 0;
}

#page_num .th {
    background-color: #ff7300;
    border: none;
    color: white;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border: 1px solid #ff7300;
}

#page_num a:link,
#page_num a:visited {
    color: #333
}

#page_num a:hover,
#page_num a:active {
    color: #ff7300;
    border: 1px solid #ff7300;
}

#page_num {
    float: left;
    margin: 0 0 0 5px;
}

/*友情链接*/
.friendLinks {
    padding: 10px 0 0 20px;
    font-size: 14px;
}

.friendLinks a {
    font-size: 14px;
    margin: 0 4px;
}

.friendLinks a:hover {
    text-decoration: underline;
}

/* 回到顶部 */
#returnTop {
    position: fixed;
    z-index: 999;
    right: 57px;
    bottom: 10px;
    _bottom: auto;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(../../images/images_2018/pubIcon.png);
    _background-image: url(../../images/images_2018/pubIcon.png);
    background-repeat: no-repeat;
    background-position: 0 -677px;
    cursor:pointer;
}

#returnTop:hover {
    background-position: 0 -717px;
}


.nofoundBg {
    border: solid 1px #eee;
}

.nofoundTips {
    /*width: 520px;
    margin: 0 auto;
    border-bottom: 1px dotted #b3b3b3;*/
    padding: 20px;
    text-align: center;
}

.blueTextBox {
    font-size:16px;
    color: #444;
    font-weight:bold;
}
.blueTextBox p{font-size:14px; color:#666; font-weight:normal; margin-top:5px;}

.blueTextTips {
    font-size: 30px;
    color: #048cd2;
    margin-right: 10px;
}

.nofoundCarImg {
    width: 354px;
    margin: 10px auto 26px;
}
/*2019-11-15修改-开始*/


.detInfoXl {
    font-size: 20px;
    font-weight: bold;
    color: #fa5000;
    text-align: center;
 
}

.detInfoXl img {
    vertical-align: middle;
}

.detInfoXl_right{
	width: 18%;
	float: right;
	position: absolute;
	top: 66px;
	right: 30px;
	
}

.detInfoXl_right_Scon{
	float: left;
	width: 49%;
	cursor:pointer;
}
.detInfoXl_right_Comp{
	float: right;
	width: 49%;
	cursor:pointer;

}
.detInfoXl_Scon_top{
	display: block;
	text-align: center;
}
.detInfoXl_Scon_bottom{
	display: block;
	text-align: center;
	color: #999999;
}

.QR_code_box{
	width: 140px;
	height: 166px;
	padding: 6px;
	box-shadow:0px 0px 10px 2px #CCCCCC;
	position: absolute;
	top: 120px;
	right: 120px;
	z-index: 9999;
	background: #FFFFFF;
	display: none;
	text-align: center;
	color: #333333;
}
.QR_code_box img{
	width: 100%;
	height: auto;
}


/*2019-11-15修改-结束*/

/*2019.11.28 广告位添加*/
.zhuanXianAd {
    overflow: hidden;
}
 .zhuanXianAd ul li {
        width: 310px;
        float: left;
        font-size: 0;
        overflow: hidden;
        margin-bottom: 10px;
    }

.zhuanXianAd ul li a img {
            width: 310px;
            height: 185px;
        }

/*.titClass {
    background: #ffff;
    border: 1px solid #eee;
}
*/

/* 新增样式 */
.tencent {
    position: relative;
    cursor: pointer;
}
.tencentL {
    background: #ff7300;
    padding: 2px 4px;
    color: #fff;
    border-radius: 3px;
}
.tencent .tencent_rwm {
    width: 14px;
    height: 14px;
}
/*.tencent .tencent_xia{width:11px;height: 6px;padding-left: 5px;}*/
.tencent_pop{position: absolute;right:0; top:32px; z-index:1;}
.tencent_cont{text-align: center;font-size:14px;line-height: 18px;color:#666;padding:15px 25px 10px;width:100px;box-shadow: 0 0 5px #333;background: #fff;}
.tencent_rwm02{width:100px;height: 100px;padding-bottom:10px;}
/*2020.6.12新增*/
.rightTit1 {
	background: url(../../images/images_2018/zxTit.png) no-repeat center;
	margin: 0 auto;
}

.rightTit1 h3 {
	height: 28px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	letter-spacing:1px;
	width:240px;
	margin:0 auto;
}

.lianjieDiv0class {
    overflow: hidden;
    height: 24px;
}
.lianjieDiv1class {
    overflow: hidden;
    height: 24px;
}
.lianjieDiv2class {
    overflow: hidden;
    height: 24px;
}
.lianjieDiv3class {
    overflow: hidden;
    height: 24px;
}
.wxkf_add, .wxkf_add2{position: relative;cursor:pointer;}
.wxkf_code{display: none; position:absolute; left:92px; top:-96px; z-index:9999;}
.wxkf_add:hover .wxkf_code,
.wxkf_add2:hover .wxkf_code{display: block;}

.theme-4 {
    background: #ff9232;
    color: #fff;
    border-color: #ff9232;
}

.icon-qq {
    background: url("../../images/images_2018/qqkefu.png") no-repeat;
}

.icon-qq {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 3px;
    margin-top: -3px;
}

.btn-text {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-top: -3px;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wpa-container {
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 94px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid #dadee7;
    border-radius: 2px;
    font-size: 14px;
    font-family: "microsoft yahei";
}
