@charset "utf-8";

/* CSS Document */

body {
    text-align: center;
    font-family: '微软雅黑';
    font-size: 14px;
    min-width: 1200px!important;
    overflow-y: scroll;
}

* {
    margin: 0px;
    padding: 0px
}

a {
    text-decoration: none
}

em,
i {
    font-style: normal
}

ul {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.cl {
    clear: both
}

.rad {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

input {
    font-family: '微软雅黑';
    font-size: 14px;
    outline: none
}

input::-webkit-input-placeholder {
    color: #b9b9b9
}

input:-moz-placeholder {
    color: #b9b9b9
}

input::-moz-placeholder {
    color: #b9b9b9
}

input:-ms-input-placeholder {
    color: #b9b9b9
}

#login_container {
    padding: 15px;
}
.top_phone{
    float:left;
    color:white;
    font-size:18px;
    font-weight: 700;
}
.top_menu{
    float:right;
    background: #fff;
    width: 280px;
    height: 40px;

}
.top_menu>a{
    color:#444!important;
    font-size: 18px;
    display: table-cell;
    width: 140px;
    height: 40px;
    position: relative;
}
.top_menu>a:nth-child(2):after{
    content: '';
    position: absolute;
    width: 1px;
    height: 23px;
    left: -5px;
    top: 11px;
    background: #444;
}
.top_menu>a:nth-child(2):hover .qCode{
    height: 150px;
}
.top_menu>a>img{
    margin-left:10px;
    width: 22px;
    height: auto;
    vertical-align: middle;
}
.qCode{
    background: #fff;
    width: 140px;
    position: absolute;
    height: 0px;
    top:40px;
    z-index: 999;
    right: 0;
    background: #f7f7f7;
    overflow: hidden;
}
.qCode>img{
    display: block;
    width: 80%;
    height: auto;
    margin:5px auto ;
}
.qCode>p{
    line-height: 1;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    height: auto;
}
.middle {
    width: 1200px;
    margin: auto;
    text-align: left
}
.middle:after{
    content:'';
    clear:both;
}

.header .top {
    font-size: 14px;
    background: #3cb4f9;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ececec;
    color: #666;
    box-sizing: initial;
}

.header .top em {
    color: #eb4746;
    margin-right: 20px
}

.header .top a {
    color: #e41c1b;
    margin-left: 8px
}

.header .top a.first {
    background: url(../images/first.gif) no-repeat right center;
    padding-right: 10px
}

.header .logo-nav {
    height: 85px;
}

.header .logo {
    display: block;
    margin-top: 12px
}

.header .logo img {
    width: 190px;
}

.header .nav li {
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 30px 0 0;
    font-size: 16px;
    margin-left: 2px;
}

.header .nav li a {
    color: #888;
    display: block;
    padding: 0 13px;
}

.header .nav li.home a {
    padding: 0px 13px
}

.header .nav li.current,
.header .nav li:hover {
    height: 42px;
    line-height: 35px;
}

.header .nav li.current a,
.header .nav li:hover a {
    color: #ffffff;
    background: #3cb4f9;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

.header .nav li.last {
    position: relative;
}

.header .nav li.last:hover a {
    background: #0091e4;
    color: #FFF;
}

.header .nav li .sub-nav {
    position: absolute;
    left: 0px;
    top: 65px;
    z-index: 999;
    background: #0091e4;
    display: none;
    width: 100%;
    text-align: center;
    width: 100px !important;
}

.header .nav li .sub-nav1 {
    position: absolute;
    left: 0px;
    top: 65px;
    z-index: 999;
    background: #0091e4;
    display: none;
    width: 100%;
    text-align: center;
}

.header .nav li.last:hover>.sub-nav {
    display: block;
}

.header .nav li.last:hover>.sub-nav1 {
    display: block;
}

.header .nav li.last>.sub-nav div.suosuo:hover>.sub-nav1 {
    display: block;
}

.header .nav li.last>.sub-nav div.suosuo:hover>.sub-nav {
    display: block;
}

.header .nav li.last>.sub-nav div.suosuo>.sub-nav {
    left: -99px;
    top: 30px;
}

.header .nav li.last>.sub-nav div.suosuo>.sub-nav1 {
    left: -99px;
    top: 0px;
}

.header .nav li.subhover a span {
    background: url(../images/subhover.png) no-repeat right center;
    color: #fff;
    padding-right: 15px
}

.header .nav li .sub-nav a {
    color: #fff;
    font-size: 14px;
    line-height: 30px
}

.header .nav li .sub-nav a:hover {
    color: #e9ff2c
}

.footer {
    box-sizing: border-box;
    padding: 0 25px;
    overflow: hidden;
    background: #2b2b2b;
}

.footer a {
    color: #dfdfdf
}

.footer .footer-nav dl {
    margin: 65px 40px 65px 0px;
    min-height: 74px;
    width: 15%;
}

.footer .footer-nav dl.last {
    background: none
}

.footer .footer-nav dl dt {
    font-size: 18px;
    color: #dfdfdf;
    line-height: 26px;
    margin-bottom: 10px
}

.footer .footer-nav dl dt span {
    margin-right: 12px
}

.footer .footer-nav dl dd {
    padding-left: 38px;
    margin-bottom: 12px
}

.footer .footer-nav dl dd a {
    color: #dfdfdf;
    font-size: 12px
}

.footer .box-l p {
    margin-top: 15px
}

.footer .box-l a {
    margin-right: 30px
}

.footer .box-r {
    border-left: 1px solid #666;
    height: 150px;
    margin-top: 58px;
    padding-left: 250px;
    color: #ccc;
    font-size: 12px;
    position: relative;
}

.footer .rwk_qr {
    height: 150px;
    width: 150px;
    /* background: #f7f7f7; */
    position: absolute;
    right: 57%;
    /* background: #ffffff; */
    background-image: url(../images/rwk_rq.png);
    /* background-repeat: repeat; */
}

.erwm {
    text-align: left;
    margin-right: 50px;
    padding-top: 12px
}

.footer .box-r span {
    display: block;
    margin-bottom: 5px
}

.footer .box-r h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    padding: 5px 0px 2px
}

.footer .box-r .box span {
    padding-bottom: 6px
}

.footer .box-r p {
    line-height: 22px;
    padding-left: 33px;
    margin-top: 12px
}

.footer .box-r p.e-mail {
    background: url(../images/mail.png) no-repeat left center
}

.footer .box-r p.qq {
    background: url(../images/qqicon.png) no-repeat left center
}

.footer .box-r dl {
    text-align: center
}

.footer .box-r dl img {
    width: 82px;
    height: 82px;
    margin: 10px 0px 10px 0px
}

.footer .copyright {
    background: #2c2c2c;
    text-align: center;
    height: 61px;
    line-height: 61px;
    color: #ccc;
    font-size: 12px
}

.footer .copyright a {
    color: #ccc
}

.error_tig,
.success_tig {
    width: 500px;
    padding: 10px 0;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    position: fixed;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -250px;
    background: #d9ae4fb3;
    border-radius: 5px;
    opacity: 0.9;
    z-index: 999999999999;
    border-radius: 35px;
}

.error_tig i,
.success_tig i {
    font-size: 30px;
    display: inline;
    margin-right: 10px;
}

.qixinbaodescription {
    width: 985px;
    border: 1px solid #e8e8e8;
    height: 22px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    height: 90px;
    resize: none;
    line-height: 22px;
    color: #999;
}


/*登录注册成功*/

.login_welcome {
    top: 45px;
    left: 0;
    font-size: 12px;
    padding-top: 48px;
    width: 241px;
    text-align: center;
    margin-top: -1px;
    z-index: 99;
}

.login_welcome p {
    height: 30px;
    line-height: 30px;
}

.login_welcome p,
.login_welcome p a {
    color: #666;
}

.login_welcome p span {
    margin: 0 5px;
}

.m-loginPanel {
    width: 240px;
    margin: 0 auto;
}

.login_welcomeAPanel {
    position: relative;
}

.login_welcomeAvatar {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/wellcome_avatar.png) no-repeat;
}

.login_welcomeAvatar2 {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/wellcome_avatar2.png) no-repeat;
}

.loginAdvUserOut {
    position: absolute;
    top: 8px;
    left: 180px;
    width: 15px;
    height: 15px;
    background: url(../images/wellcome_quit.png) no-repeat;
}

.loginUserName {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #ffb600;
}

.u-advPlatform {
    display: block;
    width: 240px;
    height: 35px;
    line-height: 35px;
    margin: 50px auto 0;
    text-align: center;
    background-color: #ffb600;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.u-advPlatform:hover {
    color: #fff;
}

.redbg {
    background: #000;
    opacity: 0.4;
    z-index: 9999999999999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.newred {
    z-index: 99999999999999;
    background: url(../images/newredbg.png);
    width: 238px;
    height: 307px;
    position: fixed;
    left: 50%;
    margin-left: -119px;
    top: 150px;
}

.newred span.closered {
    width: 19px;
    height: 19px;
    background: url(../images/closered.png);
    display: block;
    float: right;
    margin: 15px;
    cursor: pointer;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.newred span.closered:hover {
    background: url(../images/closeredhover.png);
}

.newred p.redmsg {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin-top: 60px;
    padding: 0 40px;
    line-height: 40px;
}

.newred p.usedred {
    color: #ffcc00;
    font-size: 20px;
    text-align: center;
    bottom: 20px;
    position: absolute;
    width: 100%;
}

.newred p.usedred a {
    color: #ffcc00;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.newred p.usedred a:hover {
    color: #FFF;
}

.getred {
    z-index: 99999999999999;
    background: url(../images/getredbg.png);
    width: 396px;
    height: 352px;
    position: fixed;
    left: 50%;
    margin-left: -198px;
    top: 150px;
}

.getred span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: url(../images/closered2hover.png) #df3121 center center no-repeat;
    position: absolute;
    top: 10px;
    right: 65px;
    cursor: pointer;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.getred span:hover {
    background: url(../images/closered2.png) #fff center center no-repeat;
}

.getred p.redmsg {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin-top: 45px;
    padding: 0 40px;
    line-height: 40px;
    text-indent: 0.5em;
    font-weight: 600;
}

.getred p.redprice {
    font-size: 30px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    bottom: 110px;
    position: absolute;
    display: block;
    width: 100%;
}

.getred p.redprice i {
    font-size: 60px;
}

.getred p.usedred {
    bottom: 50px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.getred p.usedred a {
    display: inline-block;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
    background: #FFF;
    border-radius: 5px;
    color: #df3121;
}

.selecttypebg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
}

.selectbox {
    z-index: 3;
    position: fixed;
    background: #FFF;
    width: 450px;
    height: 305px;
    top: 50%;
    margin-top: -160px;
    left: 50%;
    margin-left: -225px;
    transition: all 0.2s ease-in-out;
    text-align: left;
}

.selectbox h4 {
    height: 40px;
    line-height: 40px;
    background: url(../images/edit-icon.png)#fafafa 15px center no-repeat;
    text-align: left;
    text-indent: 2em;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.selectbox h4 span {
    width: 44px;
    height: 44px;
    line-height: 42px;
    float: right;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 0px;
    font-style: normal;
    font-size: 24px;
    font-family: Arial, Baskerville, monospace;
    cursor: pointer;
}

.selectbox h4 span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.panel-body {
    position: relative;
    padding: 15px;
    /* border: 1px solid #e5e5e5 */
    margin-right: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.selectbox h4+.panel-body {
    border-top: 0;
}

hr.alt {
    border: 0;
    border-top: 1px dashed #cccccc;
}

hr.short {
    margin: 20px 0;
}

.selectbox h3 {
    margin-bottom: 9.5px;
    font-size: 18px;
}

.selectbox .mt5 {
    margin-top: 5px !important;
}

.selectbox .panel-footer {
    padding: 10px 15px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    text-align: right !important;
    border-top: 0;
}

.selectbox .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 微软雅黑, Arial, sans-serif;
    outline: none;
    box-sizing: border-box;
}

.selectbox .btn-primary {
    color: #ffffff;
    background-color: #4a89dc;
}

.selectbox .btn-primary:hover {
    color: #ffffff;
    background-color: #2a74d6;
    border-color: rgba(0, 0, 0, 0.05);
}

.selectbox .btn-info {
    color: #ffffff;
    background-color: #e82219;
}

.selectbox .btn-info:hover {
    color: #ffffff;
    background-color: #00a3ff;
    border-color: rgba(0, 0, 0, 0.05);
}

.option-group {
    text-align: left;
    width: 600px;
    margin: 0 auto;
}

.option-primary {
    margin-right: 10px;
}

.admin-form a {
    color: #757575;
}

.admin-form .radio {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    background: #fff;
    display: inline-block;
    border: 3px solid #DDD;
    height: 15px;
    width: 15px;
    top: 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    top: 1px;
    vertical-align: bottom;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
}

.admin-form .option-primary input:hover+.radio {
    border-color: #5d9cec;
}

.admin-form .option-primary input:checked+.radio,
.admin-form .option-primary input:focus+.radio {
    border-color: #4a89dc;
}

.admin-form .option>input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0;
}

.admin-form .radio:before,
.admin-form .radio:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.admin-form .checkbox:before,
.admin-form .radio:before {
    content: '';
    display: none;
}

.admin-form .radio:before {
    margin: 4px;
    width: 7px;
    height: 7px;
    background: #888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.admin-form input:checked+.checkbox:before,
.admin-form input:checked+.radio:before {
    display: block;
}

.admin-form .option-primary input:checked+.radio:before,
.admin-form .option-primary input:focus+.radio:before {
    background: #4a89dc;
}

.pager {
    padding: 15px;
    height: 30px;
    font-size: 12px;
    background-color: #f5f6f6;
    border-top: 2px solid #d9dcdc;
}

.pager span {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    color: #3c78ce;
}

.pager .panel-foot {
    float: right;
}

.pager .panel-foot ul {
    float: left;
}

.pager .pagination li {
    float: left;
}

.pager .pagination li a {
    display: block;
    float: left;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    color: #3c78ce;
    margin-left: -1px;
}

.pager .pagination li a:hover {
    background: #EEEEEE;
    color: #333;
}

.pager .pagination li.disabled a:hover {
    color: #3c78ce;
    border: 1px solid #ddd;
}

.pager .pagination li a.active {
    background: #3c78ce;
    color: #fff;
    border: 1px solid #26A7E0;
    border-left: 1px solid #ddd;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none !important;
}

.register_re {
    color: #ff7700!important;
    border-bottom-color: #d62f40!important;
    border-bottom: 3px solid #d62f40!important;
    display: inline-block!important;
    height: 50px!important;
    line-height: 50px!important;
    width: 200px!important;
    text-align: center!important;
    font-size: 16px!important;
    cursor: pointer!important;
    margin-bottom: -1px!important;
}

.form_fr {
    float: right;
    width: 88% !important;
    height: 36px;
}

.form-control_box {
    border: 1px solid #c8c8c8;
    width: 350px;
    height: 38px;
    margin-top: 20px;
    font-size: 14px;
}

.label_400p {
    width: 434px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 0px !important;
}

.black_overlay {
    display: none;
    position: absolute;
    top: -36%;
    left: -33%;
    width: 176%;
    height: 200%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=88);
}

.white_content {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 5px solid #ebebeb;
    border-top: 20px solid #ebebeb;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_text {
    text-align: left;
    font-family: serif;
}

.white_text_title {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.white_content_title {
    /* background:#ebebeb; */
    width: 100%;
    position: absolute;
    height: 50px;
    top: 14%;
    opacity: 1;
}

.white_content_title>p {
    font-family: serif;
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: 900;
    margin-right: 108px;
}

.iconfont-img {
    width: 16px;
    height: 16px;
    display: inline-block;
    /* background: red; */
    margin-top: 10px;
    background-size: 100% 100%;
}

.iconfont-img2 {
    width: 24px;
    height: 24px;
    display: inline-block;
    /* background: red; */
    margin-top: 10px;
    background-size: 100% 100%;
}

.iconfont-yonghu {
    background-image: url(../images/yonghu.png);
}

.iconfont-mima {
    background-image: url(../images/mima.png);
}

.iconfont-qq {
    background-image: url(../images/qq.png);
}

.iconfont-shouji {
    background-image: url(../images/shouji.png);
}

.iconfont-yanjing {
    background-image: url(../images/yanjing.png);
}

.iconfont-fangwen {
    background-image: url(../images/fangwen.png);
}

.iconfont-qq2 {
    background-image: url(../images/qq2.png);
}

.iconfont-weibo2 {
    background-image: url(../images/weibo2.png);
}

.iconfont-weixin {
    background-image: url(../images/weixin.png);
}

.radio-inline-title {
    width: 175px!important;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: large;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.radio-active {
    color: #ff7700;
    border-bottom-color: #d62f40;
    border-bottom: 4px solid #d62f40;
}

.radio-role1 {
    color: #505050;
    border-bottom: 3px solid #ddd;
    border-bottom-color: #ddd;
}

.pay_bgcu {
    width: 500px;
    height: 300px;
    background: url('../images/back_pya.jpg');
    background-size: 100% 100%;
}

/* 2020新增 */
.cus_footer_box{
    width: 1200px;
    margin: 0 auto;
    height: 270px;
    padding: 20px 0;
    box-sizing: border-box;
    background: #2b2b2b;
}
.cus_footer_copyright{
    padding: 20px 0;
    width: 100%;
    color:#fff;
    line-height: 30px;
}
.cus_footer_copyright >p{
    text-align: center;
    display: block;
    margin: 0 auto;
    width: auto;
}
.cus_footer_item{
    width: 33.33%;
    padding:0 35px;
    box-sizing: border-box;
    float: left;
    height: 100%;
}
.cus_footer_box .cus_footer_item:first-child{
    padding-right: 70px;
    padding-left: 0;
}
.cus_footer_item>p{
    color: #dfdfdf;
    padding: 10px 0;
    text-align: left;
    line-height: 25px;
}
.cus_footer_item>h2{
    text-align: left;
    font-weight: 400;
    color:#fff;

}
.cus_footer_item>.cus_footer_item_list{
    
}
.cus_footer_item>.cus_footer_item_list>ul{
    padding: 7px 0;
    overflow: hidden;

}
.cus_footer_item>.cus_footer_contact{
    padding:7px 0;
    overflow: hidden;
}
.cus_footer_item>.cus_footer_contact:after{
    content:'';
    float: left;
}
.cus_footer_item>.cus_footer_contact>img{
    float: left;
    width: 127px;
    height: auto;
}
.cus_footer_contact_item{
    float: left;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    width: 50%;
}
.cus_footer_contact_item>p{
    margin: 0 0 5px;
    font-weight: 600;
    color:#dfdfdf;
    text-align: left;
}
.cus_footer_contact_item>em{
    display: block;
    width: auto;
    color:#dfdfdf;
    text-align: left;
}
.cus_footer_item>.cus_footer_item_list>ul:after{
    content:'';
    clear: both;
}
.cus_footer_item>.cus_footer_item_list>ul li{
    color:#dfdfdf;
    float:left;
    margin:5px 40px 0 0;
    width: auto;
}
.cus_footer_item>.cus_footer_item_list>ul li>a{
    color:#dfdfdf;
}
.footer:after{
    content:'';
    clear: both;
}



.wxqq_element {
    position: fixed;
    right: 2px;
    display: block;
    top: 50%;
    /* transform: translateY(-50%); */
    margin-top: 54px;
    width: 155px;
    background-color: #ffffff;
    z-index: 999999;
    border: 1px solid #5882ed;
    border-top: none;
}
.wxqq_element a{
    margin: 10px 10px;
    border-radius: 16px;
    list-style: none;
    background-color: #cbdaff;
    border: 1px solid #5178dd;
    position: relative;
    width: calc(100% - 20px);
    display: block;
}
.wxqq_element a.wechathover{
    margin-top: 0;
}

.wxqq_element a .nb-group-icon {
    width: 31px;
    height: 31px;
    text-align: center;
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    float: left;
    background: #5882ed;
    border-radius: 50%;
}
.wxqq_element a .nb-group-icon img.qq{
    width: 17px;
    margin-top: 6px;
}
.wxqq_element a .nb-group-icon img.weChat{
    width: 21px;
    margin-top: 5px;
}
.wxqq_element a .nb-group-text {
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
    margin-left: 38px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    _text-overflow: clip;
    _width: 60%;
    _overflow: hidden;
    color:#5178dd;
    text-align: left;
}
.wxqq_element a .wx_text{
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    /*left: -126px;*/
    top: -115px;
    right: 0;
    padding: 8px;
    background-color: #5882ed;
    color: #ffffff;
    text-align: center;
    -webkit-transition: -webkit-transform .5s ease,opacity 1s ease;
    -moz-transition: -moz-transform .5s ease,opacity 1s ease;
    -ms-transition: -ms-transform .5s ease,opacity 1s ease;
    transition: transform .5s ease,opacity 1s ease;
    -webkit-transform: translate3d(100%, 0%, 0);
    -moz-transform: translate3d(100%, 0%, 0);
    -ms-transform: translate3d(100%, 0%, 0);
    transform: translate3d(100%, 0%, 0);
}
.wx_text.mover{
    -webkit-transform: translate3d(-147px, 0%, 0) !important;
    -moz-transform: translate3d(-147px, 0%, 0) !important;
    -ms-transform: translate3d(-147px, 0%, 0) !important;
    transform: translate3d(-147px, 0%, 0) !important;
    opacity: 1!important;
    filter: alpha(opacity=100);
}
.wxqq_element a .wx_text img{
    width: 100px;
    height: 100px;
}
.wxqq_element a .wx_text .img-tis{
    color: #ffffff;
    margin-top: 4px;
}
#newBridge .nb-icon-skin-3 .nb-icon-groups {
    border-bottom: none!important;
}