﻿/*
*头部
*/ 

input[type=button]:focus,
input[type=submit]:focus {
    outline: none;
}

input[type=button]::-moz-focus-inner {
    outline: 0;
}

a {
    outline: none;
}

.m1 {
    width: 145px;
    height: 42px;
    line-height: 42px;
}

.m2 {
    width: 145px;
    height: 42px;
    line-height: 42px;
}

.mmb {
    background: url('../images/select1.jpg') no-repeat 50% 100%;
}

.mml {
    background-color: #F88E37;
}

.mmr {
    background-color: #EDEDED;
}

.loginContent_table {
    width: 290px;
    border-top: none;
    padding-left: 10px;
    clear: both;
}

.loginContent_table th {
    width: 68px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #7d644e;
    font-weight: bold;
    float: right;
    font-family: "Microsoft YaHei";
    text-align: right;
}

.loginContent_table .btn img {
    margin-left: 3px;
}

.loginContent_table .reg,
.confirm {
    text-align: center;
}

.loginContent_table .zhanwei {
    height: 10px;
}

.loginContent_table .confirm a {
    color: #7d644e;
    font-size: 12px;
    margin-left: 2px;
    vertical-align: middle;
    font-family: "Microsoft YaHei";
}

.loginContent_table .confirm span {
    color: #BABABA;
    vertical-align: middle;
    margin-left: 8px;
    display: block-inline;
    ;
}

.loginContent_table .confirm input {
    vertical-align: middle;
    margin-left: 10px;
}

.btn a {
    margin-left: 12px;
}

.loginContent_input input {
    width: 192px;
    padding-left: 8px;
    height: 30px;
    border: 1px solid #e7dfcf;
    font-size: 14px;
    background: #fff;
    vertical-align: middle;
}

.loginContent_input span {
    color: #7d644e;
}

.loginContent_input img {
    vertical-align: middle;
}


/*遮盖层*/

.mask {
    width: 326px;
    height: 375px;
    z-index: 1;
    _background: none;
    background: #b6bfc3;
    _width: 204px;
    position: absolute;
    margin-top: 205px;
    top: 580px;
    /*兼容透明度*/
    /*filter:alpha(opacity=90);*/
    background: rgba(185, 194, 199, 1);
}

.mask .mask_a {
    width: 300px;
    padding-left: 13px;
    font-family: "Microsoft YaHei";
}

.mask .mask_a h1 {
    font-size: 20px;
    color: #19649d;
    font-weight: bold;
    margin-top: 16px;
}

.mask .mask_a h2 {
    font-size: 16px;
    color: #373737;
    font-weight: bold;
    margin-top: 15px;
}

.mask .mask_a p {
    font-size: 14px;
    color: #616162;
    margin-top: 8px;
}

body.m-adminBody .g-content {
    min-height: 580px;
    margin-bottom: 24px;
}

.m-loginForm .u-loginItems {
    margin-bottom: 16px;
}

.m-loginForm {
    padding-top: 0;
}

.m-loginPanel {
    width: 240px;
    height: 280px;
    border-radius: 3px;
    margin: 0 auto;
    z-index: 8;
    padding-top: 18px;
}

.u-loginItems .u-loginInputs {
    width: 184px;
    height: 33px;
    background-color:#fff !important;
    line-height: 33px\9;
    color: #666;
    border: 1px solid #cccccc;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.u-loginItems .u-loginInputs::placeholder {
    color: #ccc;
    font-size: 16px;
}

.u-loginItems .u-loginInputSpec {
    width: 126px;
}

.u-loginItems .u-loginIcon {
    background: #eeeeee url(../images/register_icon.png) no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.u-loginItems .u-loginIcon1 {
    background-position: -5px -4px;
}

.u-loginItems .u-loginIcon2 {
    background-position: 0 -42px;
}

.u-loginItems .u-loginIcon3 {
    background-position: 0 -84px;
}

.u-loginItems .u-loginIcon4 {
    background-position: -5px -131px;
}

.u-loginUnit label.error {
    margin-top: 5px;
}

.u-gainYzm {
    display: inline-block;
    width: 177px;
    height: 42px;
    /* border:1px solid #ccc; */
    margin-left: 20px;
    border-radius: 3px;
}

.u-loginSubtn {
    width: 400px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 0;
    border-radius: 3px;
    background: url(../images/register_icon.png) no-repeat -47px -54px;
}

.u-getPhoneYZM {
    background: url(../images/register_icon.png) no-repeat -47px -2px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
}

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

.u-getPhoneYZM.current {
    background: url(../images/yzm_bg.png) 0 0 repeat-x;
    border-radius: 3px;
}

.u-loginInputs::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.u-loginInputs::-moz-placeholder {
    color: #999999;
    font-size: 14px;
}

#yanzhengma-error {
    position: absolute;
    left: 280px;
    top: 0;
}

#phoneYZM-error {
    position: absolute;
    left: 430px;
    top: 0;
}

#agree-error {
    margin-top: 6px;
}

label.error {
    margin-left: 15px;
}

.u-loginUnitSpec {
    min-height: 22px;
    line-height: 25px;
    height: auto !important;
    font-size: 14px;
}

.u-loginUnit {
    position: relative;
    min-height: 51px;
    height: auto !important;
}

.m-loginForm .u-loginItems {
    margin-bottom: 0;
}


/*广告主注册改版*/


/*个人中心改版*/

.u-loginTab ul li {
    height: 43px;
    line-height: 43px;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
    font-size: 12px;
    padding: 0;
}

.u-loginTab ul li a {
    display: block;
    color: #666666;
    width: 120px;
    background-color: #fff;
}

.u-loginTab ul li.current {
    border-bottom: 1px solid #fafafa;
}

.u-loginTab ul li.current a {
    background-color: #fafafa;
    color: #404040;
    border-top: 2px solid #ffb600;
    height: 41px;
}

.u-loginTab ul li a:hover {
    background-color: #fafafa;
    color: #404040;
    border-top: 2px solid #ffb600;
    height: 41px;
}

.m-adminContent {
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
}

.u-InfoMain {
    padding: 40px 0 35px 343px;
}

.u-rewriteTitle {
    padding-left: 30px;
    height: 35px;
    line-height: 35px;
    width: 400px;
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: 404px -8px;
    cursor: pointer;
}

.u-rewriteTitle.current {
    background-position: 404px 15px;
}

.u-rewriteTitle h3 {
    font-weight: normal;
    color: #404040;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}

.u-loginItems .u-loginIconSpec {
    background-image: url(../images/admin_icon.png);
    background-repeat: no-repeat;
}

.u-loginItems .u-loginIconSpec1 {
    background-position: 0 0;
}

.u-loginItems .u-loginIconSpec2 {
    background-position: 0 -42px;
}

.u-loginItems .u-loginIconSpec3 {
    background-position: 0 -84px;
}

.u-loginItems .u-loginIconSpec4 {
    background-position: 0 -126px;
}

.u-loginItems .u-loginIconSpec5 {
    background-position: 0 -165px;
}

.u-loginItems .u-loginIconSpec6 {
    background-position: 0 -205px;
}

.u-loginItems .u-loginIconSpec7 {
    background-position: 0 -247px;
}

.u-loginItems .u-loginIconSpec8 {
    background-position: 0 -292px;
}

.u-loginItems .u-loginIconSpec9 {
    background-position: 0 -339px;
}

.u-loginItems .u-loginIconSpec10 {
    background-position: 0 -387px;
}

.u-loginItems .u-loginIconSpec11 {
    background-position: 0 -429px;
    height: 118px;
}

.u-loginItems .u-loginIconSpec12 {
    background: #eeeeee url(../images/register_icon.png) no-repeat 0 -128px;
}

.u-loginItems .u-loginIconSpec13 {
    background-position: 0 -463px;
}

.u-loginItems .u-loginIconSpec15 {
    background: #eeeeee url(../images/alipay_icon.png) no-repeat center center;
}

.u-loginItems .u-loginIconSpec20 {
    background: #eeeeee url(../images/verycode_icon.png) no-repeat center center;
}

.u-loginItems .u-loginText {
    height: 118px;
}

.u-personalPanel {
    margin-bottom: 30px;
}

.u-submitPanel {
    padding-left: 30px;
    margin-top: 40px;
}

.u-submitBtn {
    width: 240px;
    height: 35px;
    background: #ffb600;
    color: #fffcf3;
    border: 0;
    font-size: 14px;
    border-radius: 3px;
}

.u-submitPanelSpec {
    margin-top: 18px;
}

.u-CompanyPanel .u-loginItemsPos {
    display: none;
}

.u-selectStars {
    position: absolute;
    top: 1px;
    font-size: 14px;
    color: #f30;
}

.u-selectStarsSpec {
    top: 15px;
}

.u-selectPayMethods {
    margin: 0 0 17px 30px;
}

.u-loginUnit .u-alipayS,
.u-loginUnit .u-bankS {
    width: 150px;
    height: 40px;
    overflow: hidden;
}

.u-loginUnit .u-alipayS .u-payMethodLabels,
.u-loginUnit .u-bankS .u-payMethodLabels {
    display: inline-block;
    width: 148px;
    height: 38px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}

.u-loginUnit .u-alipayS .u-payMethodLabels.current,
.u-loginUnit .u-bankS .u-payMethodLabels.current {
    border: 1px solid #ffb600;
}

.u-loginUnit .u-bankS {
    margin-left: 25px;
}

.u-getPhoneYZMSpec {
    background: #ffb600;
}

.m-loginTitlePanel {
    width: 590px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.m-loginTitlePanel ul li {
    float: left;
    margin-right: 10px;
    width: 290px;
}

.m-loginTitlePanel ul li a {
    display: block;
    width: 288px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e8e8e8;
}

.m-loginTitlePanel ul li.current a {
    background-color: #fafafa;
    border-bottom: 1px solid #fafafa;
    color: #404040;
}

.u-loginItems .u-loginInputYZM {
    width: 64px;
}

.u-loginItems .u-agreed {
    margin-left: 0;
}

.login-tipsPanel {
    display: block;
    top: -38px;
}


/*个人中心改版*/


/*米汇指数分析*/

.m-dataAnalyst,
.m-effectProPanel {
    background-color: #fff;
    margin: 30px auto;
    padding: 20px 30px 30px;
    width: 1140px;
}

.u-moreAnalyst {
    color: #666;
}

.u-dataAnalystAccount {
    margin-bottom: 30px;
    padding-left: 20px;
}

.u-analystTitle {
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
}

.u-analystTitle h3 {
    font-weight: normal;
    font-size: 14px;
}

.u-dataAnalystMain .u-dataAnalystItems {
    width: 542px;
    padding: 0 27px 0 0;
    border-right: 1px solid #eee;
}

.u-dataAnalystMain .u-dataAnalystItems2 {
    padding: 0 0 0 27px;
    border-right: 0;
}

.u-analystAccountIcon {
    width: 78px;
    height: 78px;
    border: 1px solid #eee;
    border-radius: 39px;
}

.u-dataAccountInfo {
    margin-left: 15px;
    color: #999;
}

.u-dataAccountInfo .u-dataAccountName {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 6px;
    color: #666;
}

.u-dataAccountInfo .u-dataAccountFans {
    font-size: 28px;
    margin-bottom: 6px;
    color: #666;
}

.u-dataAccountInfo .u-dataAccountLabel {
    font-size: 14px;
    margin-left: 6px;
}

.u-dataAccountFields span {
    display: inline-block;
    height: 18px;
    line-height: 16px;
    padding: 0 6px;
    border-radius: 9px;
    border: 1px solid #999;
    font-size: 14px;
}

.u-dataAccountDetail {
    padding-top: 24px;
}

.u-dataDetailTable {
    table-layout: fixed;
}

.u-dataDetailTable tr th,
.u-dataDetailTable tr td {
    width: 90px;
    text-align: center;
}

.u-dataDetailTable tr th {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #999;
}

.u-dataDetailTable tr td {
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    color: #ffb600;
}

.u-hightChartTilte {
    font-weight: normal;
    color: #999;
    margin-bottom: 20px;
    background: url(../images/index_sprite02.png) no-repeat -87px -3px;
    text-indent: 30px;
    height: 14px;
    line-height: 14px;
}

.u-hightChartPanel {
    width: 100%;
    height: 100px;
}

.u-analystDetailBtn {
    font-size: 14px;
    color: #ffb600;
    margin-top: 15px;
}

.u-analystDetailBtn:hover {
    color: #ffb600;
}


/*米汇指数分析*/

.effectImg {
    width: 495px;
    height: 320px;
    padding: 10px 0 20px 20px;
    background: url(../images/effect_main_img.jpg) no-repeat 20px 10px;
}

.effectProIntro {
    width: 392px;
    padding: 90px 60px 0 0;
}

.effectInTitle {
    font-size: 24px;
    color: #666;
    margin-bottom: 25px;
}

.effectDesc {
    word-break: break-word;
    line-height: 22px;
    font-size: 14px;
}

.effectKnowMore {
    display: block;
    width: 145px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 35px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    margin-top: 25px;
    background-color: #f5b117;
    background-image: url(../images/effect_arrow.png);
    background-repeat: no-repeat;
    background-position: 114px 17px;
    transition: background-position 0.25s ease-in-out;
    -webkit-transition: background-position 0.25s ease-in-out;
}

.effectKnowMore:hover {
    color: #fff;
    background-position: 134px 17px;
}


/*主页改版*/


/*我们覆盖2016-06-02*/

.our-range-block {
    background-color: #fff;
}

.common-title-center h2 {
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-size: 32px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 12px;
    padding-top: 50px;
}

.en-title-block {
    position: relative;
    width: 470px;
    margin: 0 auto;
}

.en-title-block i {
    position: absolute;
    top: 12px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ccc;
}

.en-title-block {
    height: 20px;
}

.en-title-block label {
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 5px;
    width: 225px;
    margin: 0 0 0 -112px;
    text-align: center;
    background-color: #fff;
    color: #ffb600;
}

.our-ad-block {
    margin: 0 auto 35px auto;
    height: 270px;
}

.our-ad-content {
    width: 400px;
    text-align: center;
}

.ur-ad-conLf {}

.our-ad-img {
    width: 70px;
    height: 55px;
    background: url(../images/index_sprite02.png) no-repeat;
}

.our-ad-img.weixin {
    background-position: 0 -227px;
}

.our-ad-img.weibo {
    background-position: -93px -227px;
}

.our-ad-img.effect {
    background-position: -183px -227px;
}

.main-content {
    padding-top: 540px;
}

.index-block-item {
    background-color: #fff;
    margin-bottom: 50px;
}

.common-block-title {
    padding-bottom: 30px;
    background-color: #f5f5f5;
}

.common-block-title .block-icon {
    width: 58px;
    height: 58px;
    border-radius: 100px;
    border: 1px solid #cdcdcd;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: 0 -36px;
}

.common-block-title .weixin-b-icon {
    background-position: 0 -36px;
}

.common-block-title .weibo-b-icon {
    background-position: -108px -36px;
}

.common-block-title .shortvideo-b-icon {
    background-position: -203px -125px;
}
.common-block-title .moments-b-icon {
    background-position: -201px -40px;
}

.common-block-title .block-txt {
    margin-left: 12px;
}

.block-txt {
    padding-top: 3px;
}

.block-txt h3 {
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 6px;
}

.block-txt p {
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.block-data-title {
    border-bottom: 1px solid #e8e8e8;
}

.block-data-title li {
    float: left;
    width: 171px;
    height: 60px;
    padding: 20px 0;
    text-indent: 52px;
    cursor: pointer;
}

.block-data-title li.lastLi {
    padding-left: 3px;
}

.block-data-title li .block-title-wrap {
    width: 100%;
    height: 100%;
    border-right: 1px solid #e8e8e8;
}

.block-data-title li.lastLi .block-title-wrap {
    border-right: 0;
}

.block-data-title li h4 {
    padding-top: 15px;
    font-size: 16px;
    color: #999;
    margin-bottom: 6px;
}

.block-data-title li span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-indent: 52px;
}

.block-data-title li.current {
    background-color: #ffb600;
    color: #fff;
}

.block-data-title li.current h4,
.block-data-title li.current span {
    color: #fff;
}

.block-data-title li.current span:after {
    display: block;
    margin: 5px 0 0 55px;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
}

.block-main-data {
    padding: 40px 50px 50px;
}

.block-data-top {
    padding-bottom: 40px;
}

.block-data-top.current {
    border-bottom: 1px solid #e8e8e8;
}

.block-data-bottom {
    padding-top: 20px;
}

.account-info {
    margin-bottom: 30px;
}

.account-avatar {
    position: relative;
    width: 78px;
    height: 78px;
    border-radius: 100px;
    border: 1px solid #eee;
}

.account-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.account-avatar .account-verified {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/index_sprite02.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.account-detail {
    margin-left: 15px;
    padding-top: 10px;
}

.account-main-det {
    width: 238px;
}

.account-det-info h5 {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.account-det-info h5 span {
    display: inline-block;
    height: 18px;
    line-height: 16px;
    padding: 0 6px;
    border-radius: 9px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    margin-left: 10px;
    color: #999;
}

.check-more {
    margin: 15px 0 0 0;
    text-align: center;
}

.check-more2 {
    width: 160px;
    margin: 20px 0 0 10px;
}

.check-more3 {
    margin: 28px 0 0 0;
    text-align: left;
    padding-left: 125px;
}

.check-more a {
    color: #a3a3a3;
    transition: color ease-in-out .2s;
    -webkit-transition: color ease-in-out .2s;
}

.check-more a:hover {
    color: #ffb600;
}

.account-labels li {
    float: left;
    width: 50px;
    margin-right: 18px;
    text-align: center;
}

.label-title {
    font-size: 12px;
    color: #999;
    margin-bottom: 3px;
}

.label-stars {
    width: 49px;
    height: 9px;
}

.label-stars span {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: -24px 0;
}

.label-stars .lastStar {
    margin-right: 0;
}

.label-stars span.current {
    background-position: -39px 0;
}

.account-main-det .label-stars {
    width: 50px;
}

.account-dets li {
    line-height: 22px;
    font-size: 12px;
    color: #999;
}

.account-dets li .account-det-name {
    display: inline-block;
    width: 60px;
}

.account-dets li .account-det-num {
    font-weight: bold;
    color: #ffb600;
    margin-left: 9px;
}

.stars-item {
    display: inline-block;
    width: 49px;
}

.block-data-item {
    float: left;
    width: 499px;
    padding-right: 50px;
    border-right: 1px solid #e8e8e8;
}

.block-data-item2 {
    padding-left: 50px;
    border-right: 0;
    padding-right: 0;
}

.bot-data-list li {
    float: left;
    width: 190px;
    padding-left: 20px;
    border-right: 1px solid #e8e8e8;
}

.bot-data-l-top {
    margin-bottom: 15px;
}

.bot-data-avatar {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
}

.bot-avatar-icon {
    width: 100%;
    border-radius: 100px;
}

.bot-data-avatar .verified {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: -78px -96px;
}

.wx-bot-list .verified {
    bottom: 0;
    background-position: 0 -22px;
}

.bot-data-info {
    width: 128px;
    margin-left: 10px;
}

.bot-data-info h5 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.bot-inner-info {
    width: 100px;
    height: 18px;
    margin-left: 20px;
}

.bot-inner-info dt,
.bot-inner-info dd {
    float: left;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.bot-inner-info dd {
    margin-left: 10px;
    color: #666;
    font-weight: bold;
}

.bot-data-bottom {
    position: relative;
}

.bot-data-l-bottom {
    width: 160px;
    margin-left: 10px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
}

.bot-data-l-bottom .bot-data-labels {
    margin-right: 3px;
}

.bot-data-l-bottom .lastLabel {
    margin-right: 0;
}

.get-more-accounts {
    display: block;
    width: 16px;
    height: 65px;
    padding: 57px 10px 0;
    font-size: 16px;
    text-align: center;
    transition: color ease-in-out .2s;
    -webkit-transition: color ease-in-out .2s;
}

.get-more-accounts:hover {
    color: #ffb600;
}

.wb-account-detail {
    margin-top: 25px;
}

.wb-det-info {
    width: 158px;
    padding-top: 40px;
}

.wb-det-info dl {
    margin-bottom: 10px;
}

.wb-det-info dt,
.wb-det-info dd {
    line-height: 18px;
    font-size: 12px;
    color: #999;
}

.wb-det-info dd {
    font-size: 14px;
    font-weight: bold;
    color: #ffb600;
}

.wb-data-chart {
    position: relative;
    width: 141px;
    height: 141px;
    background-image: url(../images/weibo_chart_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.wb-chart-tooltip {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.wb-chart-tips {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    padding: 5px;
    border: 1px solid #ffb600;
    border-radius: 3px;
    color: #ffb600;
    background-color: #fff;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.wb-chart-tips .wb-chart-arrow {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.wb-chart-tips .wb-chart-arrow:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.wb-chart-tips.top .wb-chart-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffb600;
}

.wb-chart-tips.right .wb-chart-arrow {
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ffb600;
}

.wb-chart-tips.bottom .wb-chart-arrow {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffb600;
}

.wb-chart-tips.left .wb-chart-arrow {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffb600;
}

.wb-chart-tips.top .wb-chart-arrow:after {
    left: -5px;
    top: -7px;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
}

.wb-chart-tips.right .wb-chart-arrow:after {
    left: 1px;
    top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #fff;
}

.wb-chart-tips.bottom .wb-chart-arrow:after {
    top: 1px;
    left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
}

.wb-chart-tips.left .wb-chart-arrow:after {
    right: 1px;
    top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
}

.wb-chart-tips span.wb-tips-num {
    color: #333;
    font-family: "Microsoft Yahei";
}

.wb-main-data {
    padding-right: 0;
}

.wb-main-data .block-data-top {
    border-bottom: 0;
}

.wb-main-data .block-data-bottom {
    margin-right: 50px;
    border-top: 1px solid #e8e8e8;
}

.wb-main-data .block-data-bottom.current {
    border-top: 1px solid #e8e8e8;
}

.wb-main-data .account-verified {
    width: 22px;
    height: 22px;
    background-position: -55px 0;
}

.videoaccount-verified2{

    display: inline-block;
    width: 24px;
    height: 24px; 
    border: 2px solid #fff;
    background-color: #fff;
    background: url(../images/index_sprite02.png) no-repeat -88px -136px;
    position:absolute;
    bottom:0px;
    right:0px;
    border-radius: 50%;
}
.videoaccount-verified1{

    display: inline-block;
    width: 24px;
    height: 24px; 
    border: 2px solid #fff;
    background-color: #fff;
    background: url(../images/index_sprite02.png) no-repeat -40px -137px;
    position:absolute;
    bottom:0px;
    right:0px;
    border-radius: 50%;
}

.videoverified2 {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: -88px -168px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 50%;
}
.videoverified1 {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: -44px -168px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 50%;
}


.wb-main-data .block-data-item {
    width: 350px;
    padding-right: 0;
}

.wb-main-data .block-data-item3 {
    padding-left: 48px;
}

.wb-main-data .nobor {
    border-right: 0;
}


/*效果汇*/

.moments-wrap {
    padding-bottom: 42px;
}

.know-more {
    height: 56px;
    line-height: 56px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.know-more-btn {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.know-more-btn:hover {
    color: #ffb600;
}

.moments-step-icons {
    height: 40px;
    background: url(../images/index_sprite01.png) no-repeat 0 -250px;
}

.moments-step-txt {
}

.moments-step-txt li {
    float: left;
    width: 300px;
    text-align: center;
}

.moments-step-txt li span {
    display: block;
    font-size: 14px;
    color: #737373;
    margin-top: 25px;
    margin-bottom: 16px;
}

.moments-step-txt li p {
	width:220px;
	margin:0 auto;
    font-size: 12px;
    color: #b6b6b6;
    line-height: 16px;
}

.moments-step-txt li div {
	margin:0 auto;
    font-size: 14px;
    color: #737373;
    margin-bottom: 6px;
    background: url(../images/index_sprite03.png) no-repeat;
}
.moments-step-txt li div.moments-icon1{
	width: 156px;
    height: 140px;
	background-position: 0px 5px;
}
.moments-step-txt li div.moments-icon2{
	width: 140px;
    height: 140px;
	background-position: -200px 0px;
}
.moments-step-txt li div.moments-icon3{
	width: 130px;
    height: 140px;
	background-position: -400px 5px;
}
.moments-step-txt li div.moments-icon4{
	width: 122px;
    height: 140px;
	background-position: -600px 5px;
}


/*精选案例*/

.main-cases {
    background-color: #fff;
    margin-top: 68px;
}

.main-cases2{
   background-color: #fff;
}

.cases-container {
    margin-top: 32px;
}

.cases-tab {
    position: relative;
    height: 81px;
    border-bottom: 1px solid #e8e8e8;
}

.cases-tab li {
    float: left;
    margin: 0 67px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}

.cases-tab li a {
    display: block;
    color: #999;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.cases-tab li.current a {
    border-bottom: 2px solid #ffb600;
    color: #ffb600;
}

.cases-tab li a:hover {
    border-bottom: 2px solid #ffb600;
    color: #ffb600;
}

.cases-panel {
    padding: 30px 0 60px 72px;
}

.cases-items {
    float: left;
    display: none;
}

.cases-items.current {
    display: block;
}

.cases-screenshot {
    width: 288px;
    height: 505px;
    /*background-image: url(../images/test.jpg); background-repeat: no-repeat; background-position: 0 0;*/
}

.cases-screenshot2 {
    background-position: -304px 0;
}

.cases-screenshot3 {
    background-position: -603px 0;
}

.cases-screenshot4 {
    background-position: -904px 0;
}

.cases-screenshot5 {
    background-position: -1205px 0;
}

.cases-screenshot6 {
    background-position: -1503px 0;
}

.cases-info {
    width: 700px;
    margin-left: 140px;
}

.cases-info .case-title {
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
}

.cases-info .cases-desc {
    height: 155px;
    overflow: hidden;
    line-height: 24px;
    padding-right: 20px;
    font-size: 14px;
    color: #999;
}

.cases-detail {
    margin-bottom: 25px;
}

.bright-spot {
    width: 300px;
}

.bright-spot h4,
.spread-effect h4,
.cooperates h4 {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.bright-desc {
    height: 120px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.spread-effect {
    margin-left: 50px;
}

.effect-list {
    width: 350px;
}

.effect-list li {
    float: left;
    width: 125px;
}

.effect-list li.lastLi {
    width: 100px;
}

.effect-list li dl dt {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}

.effect-list li dl dd {
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-size: 24px;
    color: #ffb600;
}

.leaders-list li {
    float: left;
    width: 245px;
    margin-bottom: 20px;
}

.leaders-list li.spec-item {
    width: 200px;
}

.leaders-avatar {
    width: 86px;
    height: 86px;
    border-radius: 100px;
    border: 1px solid #e8e8e8;
}

.leaders-info {
    margin-left: 20px;
    padding-top: 3px;
}

.leaders-info h5 {
    margin-bottom: 6px;
    font-size: 14px;
    color: #999;
}

.leaders-info .wx-account {
    display: block;
    height: 16px;
    margin-bottom: 6px;
    background: url(../images/index_sprite02.png) no-repeat -99px -97px;
    font-size: 12px;
    text-indent: 25px;
    color: #999;
}

.leaders-price {
    display: block;
    width:60px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #ffb600;
    border-radius: 3px;
    color: #ffb600;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.leaders-price:hover {
    background-color: #ffb600;
    color: #fff;
}


/*优势服务*/

.avan-services {
    padding-bottom: 125px;
}

.services-pic {
    height: 124px;
    background: url(../images/index_sprite01.png) no-repeat 0 0;
    margin-bottom: 60px;
}

.services-desc li {
    float: left;
    width: 240px;
}

.services-desc li div{
	background-color: #f5f5f5;
	margin:0 auto 64px auto;
	background: url(../images/index_sprite01.png) no-repeat 0 0;
}

.services-desc li div.services-pic1{
	width:127px;
	height: 124px;
	background-position: -60px 0px;
}

.services-desc li div.services-pic2{
	width:127px;
	height: 124px;
	background-position: -296px 0px;
}
.services-desc li div.services-pic3{
	width:108px;
	height: 124px;
	background-position: -546px 0px;
}
.services-desc li div.services-pic4{
	width:127px;
	height: 124px;
	background-position: -778px 0px;
}
.services-desc li div.services-pic5{
	width:85px;
	height: 124px;
	background-position: -1038px 0px;
}


/*.services-desc li div.services-pic1:hover{
	width:127px;
	height: 124px;
	background: url(../images/index_sprite02.gif) no-repeat;
	background-position: -216px -122px;
}

.services-desc li div.services-pic2:hover{
	width:127px;
	height: 124px;
	background: url(../images/index_sprite02.gif) no-repeat;
	background-position: -452px -122px;
}
.services-desc li div.services-pic3:hover{
	width:110px;
	height: 124px;
	background: url(../images/index_sprite02.gif) no-repeat;
	background-position: -104px -333px;
}
.services-desc li div.services-pic4:hover{
	width:127px;
	height: 124px;
	background: url(../images/index_sprite02.gif) no-repeat;
	background-position: -335px -333px;
}
.services-desc li div.services-pic5:hover{
	width:85px;
	height: 124px;
	background: url(../images/index_sprite02.gif) no-repeat;
	background-position: -597px -333px;
}*/


.services-desc li h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #737373;
    text-align: center;
}

.services-desc li p {
    width: 160px;
    padding-left: 40px;
    line-height: 20px;
    color: #999;
}


/*客户和合作伙伴*/

.main-customers {
    background-color: #fff;
}

.common-title {
    margin: 0 0 60px;
    width: 100%;
}

.common-title .common-title-center {
    text-align: center;
}

.common-title .common-title-center h2 {
    padding-top: 80px;
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
    font-weight: normal;
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
}

.common-title .common-title-center p {
    color: #666;
}

.links-show {
    width: 100%;
    margin-top: 0;
    padding-bottom: 55px;
}

.links-show .link-list {
    overflow: hidden;
}

.links-show .link-list li {
    float: left;
    width: 218px;
    height: 148px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    margin: 0 25px 25px 0;
    display: block;
}

.links-show .link-list li.u-noBorLi {
    margin-right: 0;
}

.link-list .link-list-item {
    display: block;
    width: 218px;
    height: 148px;
    background-image: url(../images/customers.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.link-list .link-list-item01 {
    background-position: -244px 0;
}

.link-list .link-list-item02 {
    background-position: -488px 0;
}

.link-list .link-list-item03 {
    background-position: -731px 0;
}

.link-list .link-list-item04 {
    background-position: -975px 0;
}

.link-list .link-list-item05 {
    background-position: 0 -173px;
}

.link-list .link-list-item06 {
    background-position: -244px -173px;
}

.link-list .link-list-item07 {
    background-position: -488px -173px;
}

.link-list .link-list-item08 {
    background-position: -731px -173px;
}

.link-list .link-list-item09 {
    background-position: -975px -173px;
}

.link-list .link-list-item10 {
    background-position: 0 -348px;
}

.link-list .link-list-item11 {
    background-position: -244px -348px;
}

.link-list .link-list-item12 {
    background-position: -488px -348px;
}

.link-list .link-list-item13 {
    background-position: -731px -348px;
}

.link-list .link-list-item14 {
    background-position: -975px -348px;
}

.link-list .link-list-item15 {
    background-position: 0 -524px;
}

.link-list .link-list-item16 {
    background-position: -244px -524px;
}

.link-list .link-list-item17 {
    background-position: -488px -524px;
}

.link-list .link-list-item18 {
    background-position: -731px -524px;
}

.link-list .link-list-item19 {
    background-position: -975px -175px;
}


/*客户和合作伙伴*/


/*联系我们*/

.work-location {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(../images/location_nation.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #b2daff;
    /* transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;*/
}

.work-location.current {
    background: none;
}

.location-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

.location-bg .location-bg-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/location_bj.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #b2daff;
}

.location-bg .location-bg-item02 {
    background-image: url(../images/location_sh.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.location-bg .location-bg-item03 {
    background-image: url(../images/location_gz.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.location-list {
    position: absolute;
    left: 100px;
    top: 60px;
}

.location-items {
    width: 300px;
    margin-bottom: 20px;
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
}

.location-items dt {
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: 262px -120px;
    background-color: #ffb600;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.location-items dt.current {
    background-position: 262px -162px;
}

.location-items dd {
    display: none;
    padding: 30px 40px 30px 20px;
    line-height: 20px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
}

.location-items dd .l-telephone,
.location-items dd .l-email {
    color: #999;
}



/*短视频部分*/

.video-area {
    position: relative;
    height:300px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.video-btn-bg {
    display:none;
    position: absolute;
    left:0;
    top:0;
    width:300px;
    height:300px;
    background: rgba(0,0,0,0.6);
}

.video-play-btn3 {
    display: none;
    position: absolute;
    left:50%;
    top:50%;
    width:50px;
    height:50px;
    margin:-25px 0 0 -25px;
    background-image: url(../images/video-sprite.png);
    background-repeat: no-repeat;
    background-position: -5px -397px;
}

.shortvideo-account-detail{
    width:300px;
    height: 300px;
}

.video-desc {
    position: absolute;
    left:0;
    bottom: 0;
    width:300px;
    height:40px;
    line-height: 40px;
    text-indent:10px;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
    color: #fff;
}

.video-desc a{
    color: #fff;
}

.sv-det-info {
    width: 300px;
    margin-top:10px;
    /*padding-top: 40px;*/
}

.sv-det-info dl {
    float:left;
    width:50%; 
    /*margin-bottom: 10px;*/
}

.sv-det-info dt,
.sv-det-info dd {
    line-height: 18px;
    font-size: 12px;
    color: #999;
}

.sv-det-info dt strong {
    font-size: 12px;
    font-weight: bold;
    color: #ffb600;
}

.text-right{
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right;
}

.check-more4{
    margin: 20px 0 0;
    text-align: left;
    padding-left: 125px;
}

.m1 {
    width: 145px;
    height: 42px;
    line-height: 42px;
}
.m2 {
    width: 145px;
    height: 42px;
    line-height: 42px;
}
.mmb {
    background: url('../images/select1.jpg') no-repeat 50% 100%;
}
.mml {
    background-color: #F88E37;
}

.mmr {
    background-color: #EDEDED;
}

/*遮盖层*/

.mask {
    width: 326px;
    height: 375px;
    z-index: 1;
    _background: none;
    background: #b6bfc3;
    _width: 204px;
    position: absolute;
    margin-top: 205px;
    top: 580px;
    /*兼容透明度*/
    /*filter:alpha(opacity=90);*/
    background: rgba(185, 194, 199, 1);
}

.mask .mask_a {
    width: 300px;
    padding-left: 13px;
    font-family: "Microsoft YaHei";
}

.mask .mask_a h1 {
    font-size: 20px;
    color: #19649d;
    font-weight: bold;
    margin-top: 16px;
}

.mask .mask_a h2 {
    font-size: 16px;
    color: #373737;
    font-weight: bold;
    margin-top: 15px;
}

.mask .mask_a p {
    font-size: 14px;
    color: #616162;
    margin-top: 8px;
}

body.m-adminBody .g-content {
    min-height: 580px;
    margin-bottom: 24px;
}

#yanzhengma-error {
    position: absolute;
    left: 280px;
    top: 0;
}

#phoneYZM-error {
    position: absolute;
    left: 430px;
    top: 0;
}

#agree-error {
    margin-top: 6px;
}

label.error {
    margin-left: 15px;
}

/*主页改版*/


/*我们覆盖2016-06-02*/

.our-range-block {
    background-color: #fff;
}

.common-title-center h2 {
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-size: 32px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 12px;
    padding-top: 50px;
}

.en-title-block {
    position: relative;
    width: 470px;
    margin: 0 auto;
}

.en-title-block i {
    position: absolute;
    top: 12px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ccc;
}

.en-title-block {
    height: 20px;
}

.en-title-block label {
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 5px;
    width: 225px;
    margin: 0 0 0 -112px;
    text-align: center;
    background-color: #fff;
    color: #ffb600;
}

.our-ad-block {
    margin: 0 auto 35px auto;
    height: 270px;
}

.our-ad-content {
    width: 400px;
    text-align: center;
}

.ur-ad-conLf {}

.our-ad-img {
    width: 70px;
    height: 55px;
    background: url(../images/index_sprite02.png) no-repeat;
}

.our-ad-img.weixin {
    background-position: 0 -227px;
}

.our-ad-img.weibo {
    background-position: -93px -227px;
}

.our-ad-img.effect {
    background-position: -183px -227px;
}

.main-content {
    padding-top: 540px;
}

.index-block-item {
    background-color: #fff;
    margin-bottom: 50px;
}

.common-block-title {
    padding-bottom: 30px;
    background-color: #f5f5f5;
}

.common-block-title .block-icon {
    width: 58px;
    height: 58px;
    border-radius: 100px;
    border: 1px solid #cdcdcd;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: 0 -36px;
}

.common-block-title .weixin-b-icon {
    background-position: 0 -36px;
}

.common-block-title .weibo-b-icon {
    background-position: -108px -36px;
}

.common-block-title .shortvideo-b-icon {
    background-position: -203px -125px;
}

.common-block-title .live-b-icon {
    background-position: -1px -197px;
}

.common-block-title .fans-b-icon {
    background-position: -120px -121px;
}

.common-block-title .block-txt {
    margin-left: 12px;
}

.block-txt {
    padding-top: 3px;
}

.block-txt h3 {
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 6px;
}

.block-txt p {
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.block-data-title {
    border-bottom: 1px solid #e8e8e8;
}

.block-data-title li {
    float: left;
    width: 171px;
    height: 60px;
    padding: 20px 0;
    text-indent: 52px;
    cursor: pointer;
}

.block-data-title li.lastLi {
    padding-left: 3px;
}

.block-data-title li .block-title-wrap {
    width: 100%;
    height: 100%;
    border-right: 1px solid #e8e8e8;
}

.block-data-title li.lastLi .block-title-wrap {
    border-right: 0;
}

.block-data-title li h4 {
    padding-top: 15px;
    font-size: 16px;
    color: #999;
    margin-bottom: 6px;
}

.block-data-title li span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-indent: 52px;
}

.block-data-title li.current {
    background-color: #ffb600;
    color: #fff;
}

.block-data-title li.current h4,
.block-data-title li.current span {
    color: #fff;
}

.block-data-title li.current span:after {
    display: block;
    margin: 5px 0 0 55px;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
}

.block-main-data {
    padding: 40px 50px 50px;
}

.block-data-top {
    padding-bottom: 40px;
}

.block-data-top.current {
    border-bottom: 1px solid #e8e8e8;
}

.block-data-bottom {
    padding-top: 20px;
}

.account-info {
    margin-bottom: 30px;
}

.account-avatar {
    position: relative;
    width: 78px;
    height: 78px;
    border-radius: 100px;
    border: 1px solid #eee;
}

.account-avatar img,
.account-avatar2 img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.account-avatar .account-verified,
.account-avatar2 .account-verified {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/index_sprite02.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.account-avatar2 {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #eee;
}

.account-detail {
    margin-left: 15px;
    padding-top: 10px;
}

.account-main-det {
    width: 238px;
}

.account-det-info h5 {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.account-det-info h5 span {
    display: inline-block;
    height: 18px;
    line-height: 16px;
    padding: 0 6px;
    border-radius: 9px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    margin-left: 10px;
    color: #999;
}

.check-more {
    margin: 15px 0 0 0;
    text-align: center;
}

.check-more2 {
    width: 160px;
    margin: 20px 0 0 10px;
}

.check-more3 {
    margin: 28px 0 0 0;
    text-align: left;
    padding-left: 125px;
}

.check-more.check-more-live{
    margin: 27px 0 0 0;
}

.check-more a {
    color: #a3a3a3;
    transition: color ease-in-out .2s;
    -webkit-transition: color ease-in-out .2s;
}

.check-more a:hover {
    color: #ffb600;
}

.account-labels li {
    float: left;
    width: 50px;
    margin-right: 18px;
    text-align: center;
}

.label-title {
    font-size: 12px;
    color: #999;
    margin-bottom: 3px;
}

.label-stars {
    width: 49px;
    height: 9px;
}

.label-stars span {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: -24px 0;
}

.label-stars .lastStar {
    margin-right: 0;
}

.label-stars span.current {
    background-position: -39px 0;
}

.account-main-det .label-stars {
    width: 50px;
}

.account-dets li {
    line-height: 22px;
    font-size: 12px;
    color: #999;
}

.account-dets li .account-det-name {
    display: inline-block;
    width: 60px;
}

.account-dets li .account-det-num {
    font-weight: bold;
    color: #ffb600;
    margin-left: 9px;
}

.stars-item {
    display: inline-block;
    width: 49px;
}

.block-data-item {
    float: left;
    width: 499px;
    padding-right: 50px;
    border-right: 1px solid #e8e8e8;
}

.block-data-item2 {
    padding-left: 50px;
    border-right: 0;
    padding-right: 0;
}

.bot-data-list li {
    float: left;
    width: 190px;
    padding-left: 20px;
    border-right: 1px solid #e8e8e8;
}

.bot-data-l-top {
    margin-bottom: 15px;
}

.bot-data-avatar {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
}

.bot-avatar-icon {
    width: 100%;
    border-radius: 100px;
}

.bot-data-avatar .verified {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: -78px -96px;
}

.wx-bot-list .verified {
    bottom: 0;
    background-position: 0 -22px;
}

.bot-data-info {
    width: 128px;
    margin-left: 10px;
}

.bot-data-info h5 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.bot-inner-info {
    width: 100px;
    height: 18px;
    margin-left: 20px;
}

.bot-inner-info dt,
.bot-inner-info dd {
    float: left;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.bot-inner-info dd {
    margin-left: 10px;
    color: #666;
    font-weight: bold;
}

.bot-data-bottom {
    position: relative;
}

.bot-data-l-bottom {
    width: 160px;
    height: 30px;
    margin-left: 10px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
}

.bot-data-l-bottom .bot-data-labels {
    margin-right: 3px;
}

.bot-data-l-bottom .lastLabel {
    margin-right: 0;
}

.get-more-accounts {
    display: block;
    width: 16px;
    height: 65px;
    padding: 57px 10px 0;
    font-size: 16px;
    text-align: center;
    transition: color ease-in-out .2s;
    -webkit-transition: color ease-in-out .2s;
}

.get-more-accounts:hover {
    color: #ffb600;
}

.wb-account-detail {
    margin-top: 25px;
}

.wb-det-info {
    width: 158px;
    padding-top: 40px;
}

.wb-det-info dl {
    margin-bottom: 10px;
}

.wb-det-info dt,
.wb-det-info dd {
    line-height: 18px;
    font-size: 12px;
    color: #999;
}

.wb-det-info dd {
    font-size: 14px;
    font-weight: bold;
    color: #ffb600;
}

.wb-data-chart {
    position: relative;
    width: 141px;
    height: 141px;
    background-image: url(../images/weibo_chart_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.wb-chart-tooltip {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.wb-chart-tips {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    padding: 5px;
    border: 1px solid #ffb600;
    border-radius: 3px;
    color: #ffb600;
    background-color: #fff;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.wb-chart-tips .wb-chart-arrow {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.wb-chart-tips .wb-chart-arrow:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.wb-chart-tips.top .wb-chart-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffb600;
}

.wb-chart-tips.right .wb-chart-arrow {
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ffb600;
}

.wb-chart-tips.bottom .wb-chart-arrow {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffb600;
}

.wb-chart-tips.left .wb-chart-arrow {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffb600;
}

.wb-chart-tips.top .wb-chart-arrow:after {
    left: -5px;
    top: -7px;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
}

.wb-chart-tips.right .wb-chart-arrow:after {
    left: 1px;
    top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #fff;
}

.wb-chart-tips.bottom .wb-chart-arrow:after {
    top: 1px;
    left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
}

.wb-chart-tips.left .wb-chart-arrow:after {
    right: 1px;
    top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
}

.wb-chart-tips span.wb-tips-num {
    color: #333;
    font-family: "Microsoft Yahei";
}

.wb-main-data {
    padding-right: 0;
}

.wb-main-data .block-data-top {
    border-bottom: 0;
}

.wb-main-data .block-data-bottom {
    margin-right: 50px;
    border-top: 1px solid #e8e8e8;
}

.wb-main-data .block-data-bottom.current {
    border-top: 1px solid #e8e8e8;
}

.wb-main-data .account-verified {
    width: 22px;
    height: 22px;
    background-position: -55px 0;
}

.videoaccount-verified2 {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    background-color: #fff;
    background: url(../images/index_sprite02.png) no-repeat -88px -136px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
}

.videoaccount-verified1 {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    background-color: #fff;
    background: url(../images/index_sprite02.png) no-repeat -40px -137px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
}

.videoverified2 {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: -88px -168px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 50%;
}

.videoverified1 {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: -44px -168px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 50%;
}

.wb-main-data .block-data-item {
    width: 350px;
    padding-right: 0;
}

.wb-main-data .block-data-item3 {
    padding-left: 48px;
}

.wb-main-data .nobor {
    border-right: 0;
}


/*效果汇*/


/*.moments-wrap {
    padding-bottom: 42px;
}*/

.know-more {
    height: 56px;
    line-height: 56px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.know-more-btn {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.know-more-btn:hover {
    color: #ffb600;
}

.moments-step-icons {
    height: 40px;
    background: url(../images/index_sprite01.png) no-repeat 0 -250px;
}

.moments-step-txt {}

.moments-step-txt li {
    float: left;
    width: 300px;
    text-align: center;
}

.moments-step-txt li span {
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 50px;
    margin-bottom: 80px;
}

.moments-step-txt li span a {
    color: #666;
}

.moments-step-txt li span a:hover {
    color: #ffb600;
}

.moments-step-txt li p {
    width: 220px;
    margin: 0 auto;
    font-size: 12px;
    color: #b6b6b6;
    line-height: 16px;
}

.moments-step-txt li div {
    margin: 0 auto;
    font-size: 14px;
    color: #737373;
    /*margin-bottom: 6px;*/
    background: url(../images/big_top_icon.png) no-repeat;
}

.moments-step-txt li div.moments-icon1 {
    height: 186px;
    width: 215px;
    background-position: -43px 0px;
}

.moments-step-txt li div.moments-icon2 {
    height: 186px;
    width: 215px;
    background-position: -344px 0px;
}

.moments-step-txt li div.moments-icon3 {
    height: 186px;
    width: 215px;
    background-position: -644px 0px;
}

.moments-step-txt li div.moments-icon4 {
    height: 186px;
    width: 215px;
    background-position: -943px 0px;
}


/*精选案例*/

.main-cases {
    background-color: #fff;
    margin-top: 68px;
}

.main-cases2 {
    background-color: #fff;
}

.cases-container {
    margin-top: 32px;
}

.cases-tab {
    position: relative;
    height: 81px;
    border-bottom: 1px solid #e8e8e8;
}

.cases-tab li {
    float: left;
    margin: 0 67px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}

.cases-tab li a {
    display: block;
    color: #999;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.cases-tab li.current a {
    border-bottom: 2px solid #ffb600;
    color: #ffb600;
}

.cases-tab li a:hover {
    border-bottom: 2px solid #ffb600;
    color: #ffb600;
}

.cases-panel {
    padding: 30px 0 60px 72px;
}

.cases-items {
    float: left;
    display: none;
}

.cases-items.current {
    display: block;
}

.cases-screenshot {
    width: 288px;
    height: 505px;
    /*background-image: url(../images/test.jpg); background-repeat: no-repeat; background-position: 0 0;*/
}

.cases-screenshot2 {
    background-position: -304px 0;
}

.cases-screenshot3 {
    background-position: -603px 0;
}

.cases-screenshot4 {
    background-position: -904px 0;
}

.cases-screenshot5 {
    background-position: -1205px 0;
}

.cases-screenshot6 {
    background-position: -1503px 0;
}

.cases-info {
    width: 700px;
    margin-left: 140px;
}

.cases-info .case-title {
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
}

.cases-info .cases-desc {
    height: 155px;
    overflow: hidden;
    line-height: 24px;
    padding-right: 20px;
    font-size: 14px;
    color: #999;
}

.cases-detail {
    margin-bottom: 25px;
}

.bright-spot {
    width: 300px;
}

.bright-spot h4,
.spread-effect h4,
.cooperates h4 {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.bright-desc {
    height: 120px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.spread-effect {
    margin-left: 50px;
}

.effect-list {
    width: 350px;
}

.effect-list li {
    float: left;
    width: 125px;
}

.effect-list li.lastLi {
    width: 100px;
}

.effect-list li dl dt {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}

.effect-list li dl dd {
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-size: 24px;
    color: #ffb600;
}

.leaders-list li {
    float: left;
    width: 245px;
    margin-bottom: 20px;
}

.leaders-list li.spec-item {
    width: 200px;
}

.leaders-avatar {
    width: 86px;
    height: 86px;
    border-radius: 100px;
    border: 1px solid #e8e8e8;
}

.leaders-info {
    margin-left: 20px;
    padding-top: 3px;
}

.leaders-info h5 {
    margin-bottom: 6px;
    font-size: 14px;
    color: #999;
}

.leaders-info .wx-account {
    display: block;
    height: 16px;
    margin-bottom: 6px;
    background: url(../images/index_sprite02.png) no-repeat -99px -97px;
    font-size: 12px;
    text-indent: 25px;
    color: #999;
}

.leaders-price {
    display: block;
    width: 60px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #ffb600;
    border-radius: 3px;
    color: #ffb600;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.leaders-price:hover {
    background-color: #ffb600;
    color: #fff;
}


/*优势服务*/

.avan-services {
    padding-bottom: 125px;
}

.services-pic {
    height: 124px;
    background: url(../images/index_sprite01.png) no-repeat 0 0;
    margin-bottom: 60px;
}

.services-desc li {
    float: left;
    width: 240px;
}

.services-desc li div {
    background-color: #f5f5f5;
    margin: 0 auto 64px auto;
    background: url(../images/index_sprite01.png) no-repeat 0 0;
}

.services-desc li div.services-pic1 {
    width: 127px;
    height: 124px;
    background-position: -60px 0px;
}

.services-desc li div.services-pic2 {
    width: 127px;
    height: 124px;
    background-position: -296px 0px;
}

.services-desc li div.services-pic3 {
    width: 108px;
    height: 124px;
    background-position: -546px 0px;
}

.services-desc li div.services-pic4 {
    width: 127px;
    height: 124px;
    background-position: -778px 0px;
}

.services-desc li div.services-pic5 {
    width: 85px;
    height: 124px;
    background-position: -1038px 0px;
}


/*.services-desc li div.services-pic1:hover{
    width:127px;
    height: 124px;
    background: url(../images/index_sprite02.gif) no-repeat;
    background-position: -216px -122px;
}

.services-desc li div.services-pic2:hover{
    width:127px;
    height: 124px;
    background: url(../images/index_sprite02.gif) no-repeat;
    background-position: -452px -122px;
}
.services-desc li div.services-pic3:hover{
    width:110px;
    height: 124px;
    background: url(../images/index_sprite02.gif) no-repeat;
    background-position: -104px -333px;
}
.services-desc li div.services-pic4:hover{
    width:127px;
    height: 124px;
    background: url(../images/index_sprite02.gif) no-repeat;
    background-position: -335px -333px;
}
.services-desc li div.services-pic5:hover{
    width:85px;
    height: 124px;
    background: url(../images/index_sprite02.gif) no-repeat;
    background-position: -597px -333px;
}*/

.services-desc li h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #737373;
    text-align: center;
}

.services-desc li p {
    width: 160px;
    padding-left: 40px;
    line-height: 20px;
    color: #999;
}


/*客户和合作伙伴*/

.main-customers {
    background-color: #fff;
}

.common-title {
    margin: 0 0 60px;
    width: 100%;
}

.common-title .common-title-center {
    text-align: center;
}

.common-title .common-title-center h2 {
    padding-top: 80px;
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
    font-weight: normal;
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
}

.common-title .common-title-center p {
    color: #666;
}

.links-show {
    width: 100%;
    margin-top: 0;
    padding-bottom: 55px;
}

.links-show .link-list {
    overflow: hidden;
}

.links-show .link-list li {
    float: left;
    width: 218px;
    height: 148px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    margin: 0 25px 25px 0;
    display: block;
}

.links-show .link-list li.u-noBorLi {
    margin-right: 0;
}

.link-list .link-list-item {
    display: block;
    width: 218px;
    height: 148px;
    background-image: url(../images/customers.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.link-list .link-list-item01 {
    background-position: -244px 0;
}

.link-list .link-list-item02 {
    background-position: -488px 0;
}

.link-list .link-list-item03 {
    background-position: -731px 0;
}

.link-list .link-list-item04 {
    background-position: -975px 0;
}

.link-list .link-list-item05 {
    background-position: 0 -173px;
}

.link-list .link-list-item06 {
    background-position: -244px -173px;
}

.link-list .link-list-item07 {
    background-position: -488px -173px;
}

.link-list .link-list-item08 {
    background-position: -731px -173px;
}

.link-list .link-list-item09 {
    background-position: -975px -173px;
}

.link-list .link-list-item10 {
    background-position: 0 -348px;
}

.link-list .link-list-item11 {
    background-position: -244px -348px;
}

.link-list .link-list-item12 {
    background-position: -488px -348px;
}

.link-list .link-list-item13 {
    background-position: -731px -348px;
}

.link-list .link-list-item14 {
    background-position: -975px -348px;
}

.link-list .link-list-item15 {
    background-position: 0 -524px;
}

.link-list .link-list-item16 {
    background-position: -244px -524px;
}

.link-list .link-list-item17 {
    background-position: -488px -524px;
}

.link-list .link-list-item18 {
    background-position: -731px -524px;
}

.link-list .link-list-item19 {
    background-position: -975px -175px;
}


/*客户和合作伙伴*/


/*联系我们*/

.work-location {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(../images/location_nation.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #b2daff;
    /* transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;*/
}

.work-location.current {
    background: none;
}

.location-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

.location-bg .location-bg-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/location_bj.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #b2daff;
}

.location-bg .location-bg-item02 {
    background-image: url(../images/location_sh.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.location-bg .location-bg-item03 {
    background-image: url(../images/location_gz.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.location-list {
    position: absolute;
    left: 100px;
    top: 60px;
}

.location-items {
    width: 300px;
    margin-bottom: 20px;
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
}

.location-items dt {
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    background-image: url(../images/index_sprite02.png);
    background-repeat: no-repeat;
    background-position: 262px -120px;
    background-color: #ffb600;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.location-items dt.current {
    background-position: 262px -162px;
}

.location-items dd {
    display: none;
    padding: 30px 40px 30px 20px;
    line-height: 20px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
}

.location-items dd .l-telephone,
.location-items dd .l-email {
    color: #999;
}


/*短视频部分*/

.video-area {
    position: relative;
    height: 300px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.video-btn-bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, 0.6);
}

.video-play-btn3 {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background-image: url(../images/video-sprite.png);
    background-repeat: no-repeat;
    background-position: -5px -397px;
}

.shortvideo-account-detail {
    width: 300px;
    height: 300px;
}

.video-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.video-desc a {
    color: #fff;
}

.sv-det-info {
    width: 300px;
    margin-top: 10px;
}

.sv-det-info dl {
    float: left;
    width: 50%;
}

.sv-det-info dt,
.sv-det-info dd {
    line-height: 18px;
    font-size: 12px;
    color: #999;
}

.sv-det-info dt strong {
    font-size: 12px;
    font-weight: bold;
    color: #ffb600;
}

.text-right {
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right;
}

.check-more4 {
    margin: 20px 0 0;
    text-align: left;
    padding-left: 125px;
}


/*直播部分*/

.live-data-item {
    width: 245px;
    box-sizing: content-box;
}

.live-data-item2 {
    padding-left: 20px;
    width: 245px;
    box-sizing: content-box;
    border-left: 1px solid #e8e8e8;
}

.account-detail-live {
    margin-left: 20px;
    padding-top: 10px;
}

.live-name span {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    height: 16px
}

.livevideo-sex1 {
    position: relative;
    top: 3px;
    margin-left: 2px;
    width: 16px;
    height: 16px;
    background: url(../images/live-video.png) no-repeat 0 -26px;
}

.livevideo-sex2 {
    position: relative;
    top: 3px;
    margin-left: 2px;
    width: 16px;
    height: 16px;
    background: url(../images/live-video.png) no-repeat 0 0px;
}

.live-uid {
    margin-top: 10px;
    margin-bottom: 10px;
}

.live-location {
    padding-left: 24px;
    background: url(../images/live-video.png) no-repeat 0 -86px;
}

.m-l-20 {
    margin-left: 20px;
}

.data-list {
    margin-bottom: 25px;
    /*margin-bottom: 20px;*/
}

.progress-bar {
    width: 100px;
    height: 20px;
    background-color: #f5f5f5;
}

.outer-therm {
    margin: 0 !important;
}

.progress-value {
    display: block;
    margin-left: 24px;
    height: 20px;
    line-height: 20px;
}

.progress-title {
    display: inline-block;
    width: 45px;
    height: 20px;
    line-height: 20px;
    color: #666;
}

.live-data-top {
    width: 805px;
}

.live-left-box {
    width: 855px;
    border-right: 1px solid #e8e8e8;
}

.live-right-box {
    width: 260px;
    padding-top: 40px;
    padding-left: 35px;
}

.rank-title {
    width: 100%;
}

.big-title {
    font-size: 16px;
    height: 16px;
    color: #666;
}

.more-rank {
    color: #999;
    height: 16px;
    padding-top: 4px;
}

.rank-tab {
    width: 260px;
    position: relative;
}

.rank-tab .go-pre {
    z-index: 100;
    display: inline-block;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 28px;
    left: 0px;
    background: url(../images/index_icon.png) no-repeat -45px -160px;
}

.rank-tab .go-next {
    z-index: 100;
    display: inline-block;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 28px;
    right: 0px;
    background: url(../images/index_icon.png) no-repeat -66px -160px;
}

.live-nav-ul {
    width: 480px;
}

.live-nav-ul li {
    color: #666;
    cursor: pointer;
    float: left;
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.live-nav-ul li.active {
    color: #ffb600;
    font-size: 16px;
}

.live-nav-box {
    padding-top: 16px;
    margin-left: 10px;
    width: 240px;
    height: 32px;
    color: #666;
    overflow: hidden;
}

.live-nav-ul {
    position: relative;
}

.rank-data-con {
    position: relative;
    width:260px;
    height: 316px;
}

.rank-data-item {
    width: 80px;
}

.rank-data-item.rank-data-item1 {
    position: absolute;
    top: 35px;
    left: 90px;
}

.rank-data-item.rank-data-item2 {
    margin-top: 61px;
    margin-right: 10px;
}

.rank-data-item.rank-data-item3 {
    margin-top: 71px;
}

.live-hot-num {
    padding-left: 14px;
    background: url(../images/index_icon.png) no-repeat 0px -250px;
    color: #00d990;
}

.live-total-num {
    padding-left: 18px;
    background: url(../images/index_icon.png) no-repeat 0px -270px;
}

.live-rank-num {
    width: 80px;
    background: url(../images/index_icon.png) no-repeat;
}

.live-rank-num.live-rank-num1 {
    height: 50px;
    background-position: 0px 0px;
}

.live-rank-num.live-rank-num2 {
    height: 40px;
    background-position: 0px -60px;
}

.live-rank-num.live-rank-num3 {
    height: 30px;
    background-position: 0px -120px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.rank-data {
    /*overflow: hidden;*/
}

.rank-data-ul {
    width: 1040px;
}

.rank-data-ul li {
    width: 260px;
    float: left;
}

.livevideo-platform-yingke {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(../images/platform.png) no-repeat 0 0px;
}

.livevideo-platform-huajiao {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(../images/platform.png) no-repeat 0 -62px;
}

.star-icon{
    z-index: 100;
}

.live-name{
    position:relative;
}

.accountTips {
    display: none;
    z-index: 100;
    position: absolute;
    height: 12px;
    white-space:nowrap; 
    left:0;
    bottom:-35px;
    padding:8px 15px;
    font-size:14px;
    border:1px solid #999;
    border-radius: 3px;
    color: #999;
    background-color: #fff;
}
