body {
    font-family: "Microsoft YaHei";
}

em {
    font-style: normal;
}

strong {
    font-weight: normal;
}
.text-sm {
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
}
ul.even {
    background: #f3f9fd;
}
ul.even1 {
    background: #FAFAFA;
}
/* line 1, ../../sass/index/index.scss */
.clearfix {
    clear: both;
}

/**¡¡top menu**/
.top-menu {
    background: #ffffff;
    width: 100%;
    height: 105px;
    margin-top: 33px;
    _margin-top: 0px;
}

.top-menu .menu {
    position: relative;
    width: 100%;
    height: 76px;
}

.top-menu .menu .banner {
    display: inline-block;
    float: left;
    width: 159px;
    height: 50px;
    margin-right: 40px;
    margin-top: 13px;
    margin-left: 5px;
}

.top-menu .menu .banner a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.top-menu .menu .navbar {
    overflow: hidden;
    display: inline-block;
    float: left;
}

.top-menu .menu .navbar ul {
    overflow: hidden;
    float: left;
}

.top-menu .menu .navbar li {
    float: left;
    line-height: 68px;
    margin-right: 10px;
    _margin-right: 25px;
    position: relative;
}

.top-menu .menu .navbar li.active {
    border-top: 3px solid #ff3300;
    border-bottom: 3px solid #ff3300;
    background: #fffbfa;
}

.top-menu .menu .navbar li.active .arrow {
    position: absolute;
    bottom: 0;
    left: 45%;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #ff0000 transparent;
    border-style: dashed dashed solid dashed;
    border-width: 5px;
}

.top-menu .menu .navbar li a {
    color: #333333;
    font-size: 18px;
    display: inline-block;
}

.top-menu .menu .header-search {
    position: relative;
    float: right;
    margin-top: 10px;
}

.header-search .search-select {
    left: -83px;
    position: absolute;
    top: 0;
}

.header-search .search-select label {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-weight: lighter;
    font-size: 12px;
    height: 34px;
    line-height: 36px;
    padding: 0 23px 0 12px;
    position: relative;
    text-align: center;
    /* width: 77px; */
    border: 1px solid #6699cc;
    border-right: none;
    text-align: left;
}

.header-search .search-select .ico_arrow-down {
    position: absolute;
    right: 12px;
    top: 14px;
}

.header-search .search-select:hover ul {
    display: inline-block;
}

.header-search .search-select ul {
    background: #fff;
    border: 1px solid #6699cc;
    border-bottom: 0;
    border-top: 0;
    color: #333333;
    display: none;
    font-size: 12px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 36px;
    width: 82px;
    z-index: 50;
    -moz-box-shadow: 0 0 3px #ddd;
    -webkit-box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 3px #ddd;
}

.header-search .search-select ul li {
    border-bottom: 1px solid #6699cc;
    cursor: pointer;
    line-height: 28px;
    padding-left: 11px;
}

.header-search .search-input {
    float: left;
}

.header-search .search-input input {
    border: 1px solid #6699cc;
    height: 34px;
    font-size: 12px;
    line-height: 35px;
    padding: 0 10px;
    width: 200px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*

    border: 1px solid #6699cc;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px;
    width: 156px;*/
}

.header-search .search-btn {
    float: left;
}

.header-search .search-btn input {
    width: 68px;
    height: 36px;
    border: 1px solid #6699cc;
    background: #336699;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
}

.top-menu .market-center {
    overflow: hidden;
    margin-left: 5px;
}

.top-menu .market-center .center {
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    position: relative;
}

.top-menu .market-center .center span {
    position: absolute;
    left: 0;
    top: 2px;
}

.top-menu .market-center .center p {
    display: inline-block;
    font-size: 14px;
    margin-left: 25px;
    _margin-left: 15px;
    color: #336699;
    float: left;
}

.top-menu .market-center .line {
    float: left;
    margin-left: 23px;
    margin-right: 30px;
}

.top-menu .market-center .line .line-border {
    width: 1px;
    height: 24px;
    background: #ddd;
}

.top-menu .market-center .global {
    float: left;
    display: inline-block;
}

.top-menu .market-center .global .rbox {
    display: inline-block;
    float: left;
}

.top-menu .market-center .global ul {
    overflow: hidden;
    margin-top: 3px;
}

.top-menu .market-center .global ul li {
    float: left;
    margin-right: 20px;
    _margin-right: 35px;
}

.top-menu .market-center .global ul .last {
    margin-right: 0;
}

.top-menu .market-center .global ul li a strong {
    color: #336699;
    font-size: 12px;
}

.top-menu .market-center .global ul li span {
    color: #ff0000;
}

.top-menu .market-center .broadcast {
    display: inline-block;
    position: relative;
    margin-top: 2px;
    float: left;
}

.top-menu .market-center .ico_notice {
    position: absolute;
    left: 0;
    right: 5px;
}

.top-menu .market-center .title {
    float: left;
    margin-left: 26px;
    _margin-left: 12px;
    margin-right: 10px;
    _margin-right: 15px;
    font-size: 12px;
    color: #333333;
}

.top-menu .market-center .content {
    font-size: 12px;
    float: left;
    margin-right: 10px;
    _margin-right: 15px;
    color: #336699;
}

.top-menu .market-center .time {
    float: left;
    font-size: 12px;
    color: #999999;
}

/* line 16, ../../sass/index/index.scss */
/*.left-bar .user-info {
  width: 180px;
  height: 200px;
  background: #d0e9c6;
  margin-bottom: 15px;
}

.user-info a{
    display: inline-block;
    color: #fff;
    background-color: #FF4901;
    text-decoration: none;
    width: 89px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    margin: 80px 45px;
}*/
/*user-info*/
/* line 10, ../../sass/index/index.scss */
.left-bar {
    width: 180px;
    height: 1000px;
    background: #ffffff;
    margin-right: 20px;
    float: left;
}

/* line 16, ../../sass/index/index.scss */
.left-bar .user-detail {
    width: 180px;
    height: 200px;
    background: #ffffff;
    margin-bottom: 15px;
}

.left-bar .user-detail .title {
    height: 32px;
    line-height: 32px;
    background: #ff3300;
    text-align: center;
}

.left-bar .user-detail p {
    color: #ffffff;
    font-size: 12px;
}

.left-bar .user-detail .detail {
    height: 55px;
    margin-top: 10px;
}

.left-bar .user-detail .detail .portrait {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 10px;
}

.left-bar .user-detail .detail .portrait img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.left-bar .user-detail .detail .user-info {
    margin-left: 10px;
    float: left;
    height: 50px;
    max-height: 50px;
    display: inline-block;
}

.left-bar .user-detail .detail .name p {
    font-size: 12px;
    color: #336699;
    line-height: 30px;
}

.left-bar .user-detail .mygroup {
    margin: auto 13px;
    background: #ff3300;
    margin-top: 5px;
}

.left-bar .user-detail .mygroup p {
    padding: 10px 16px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    display: block;
}

.left-bar .user-detail .user-op {
    margin-top: 15px;
    margin-left: 7px;
}

.left-bar .user-detail .user-op .simulate {
    display: inline-block;
    margin-bottom: 10px;
}

.left-bar .user-detail .user-op .simulate .ico_sim-transtion {
    float: left;
}

.left-bar .user-detail .user-op .firm-bargain {
    display: inline-block;
}

.left-bar .user-detail .user-op .firm-bargain .ico_firm-bargin {
    float: left;
}

.left-bar .user-detail .user-op ul {
    display: inline-block;
    margin-left: 5px;
}

.left-bar .user-detail .user-op li {
    display: inline-block;
    float: left;
}

.left-bar .user-detail .user-op li .line {
    height: 15px;
    float: left;
}

.left-bar .user-detail .user-op li .line .line-border {
    display: block;
    height: 100%;
    width: 1px;
    /* border: 1px solid blue; */
    margin: auto 10px;
    background: #ddd;
}

.custombox-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.custombox-modal-wrapper {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1063;
    width: auto;
}

.custombox-modal-container {
    margin: 0 auto;
    position: relative;
    z-index: 1064;
    width: 600px;
    margin-top: 364px;
    margin-left: auto;
    margin-right: auto;
}

.gbpopboxclose {
    position: fixed;
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: #fff;
    background: url(http://g1.dfcfw.com/g2/201607/20160713123503.png) 4px -357px;
    margin-left: 165px;
    margin-top: 5px;
}

/* line 24, ../../sass/index/index.scss */
.display-none {
    display: none;
}

/* line 28, ../../sass/index/index.scss */
.display-block {
    display: block;
}

/* line 32, ../../sass/index/index.scss */
.main-con {
    width: 1000px;
    margin: 0 auto;
}

/* line 35, ../../sass/index/index.scss */
.main-con .banner {
    background: #d0d0d0;
    width: 100%;
    height: 250px;
    margin: 30px auto;
}

/* line 40, ../../sass/index/index.scss */
.main-con .com-info {
    height: 172px;
    margin-top: 10px;
    width: 100%;
    background: #f6f6f6;
}

.main-con .com-info .com-info-tableft {
    float: left;
    width: 140px;
    background-color: #FFCC99;
    text-align: center;
    height: 172px;
}

.com-info-tableft div:nth-child(1) {
    margin-top: 25px;
}

.com-info-tableft div:nth-child(4) {
    margin: 20px 0 15px 0;
}

.com-info-tableft p {
    line-height: 20px;
}

.main-con .com-info .com-info-tabright {
    display: inline;
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 170px;
    border: 1px solid #E5E5E5;
    background: #fff;

}

.main-con .com-info .com-info-tableft b {
    float: left;
    width: 24px;
    line-height: 23px;
    overflow: hidden;
    color: #ffffff;
    padding: 5px 0 0 4px;
    font-size: 18px;

}

.main-con .com-info .com-info-cont {
    float: left;
    width: 345px;
    height: 170px;
    overflow: hidden;
}

.com-info-cont .cont-top {
    margin-top: 1px;
    overflow: hidden;
    width: 340px;
}

.com-info-cont .cont-top .photo {
    width: 110px;
    margin-left: 15px;
}

.com-info-cont .cont-top .photo img {
    width: 100px;
    height:100px;
    border-radius: 50%;
}

.com-info-cont .cont-top .info {
    float: left;
    padding-left: 10px;
    padding-top: 30px;
    text-align: left;
}

.com-info-cont .cont-top .info p {
    height: 24px;
    line-height: 24px;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-size: 20px;
    color: #333;
}

.com-info-cont .cont-top .info span {
    line-height: 18px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size:12px;
    color: #333;
}

.com-info-cont .cont-bottom {
    padding: 0px 15px 0px 23px;
    text-align: left;
}

.main-con .com-info .com-info-cont-right {
    float: left;
    width: 130px;
    height: 170px;
    overflow: hidden;

}
.main-con .com-info .com-info-cont-right .match_rate {
        background: url("../../images/personalCMP/match_rate.png");
    background-repeat: no-repeat;
    width: 119px;
    height: 100px;
    position: relative;
    margin: 15px 15px 10px 10px;
}
.main-con .com-info .com-info-cont-right .match_rate span{
    height: 95px;
    line-height: 174px;
    font-size: 14px;
}
.main-con .com-info .com-info-cont-right .fan_num {
        background: url("../../images/personalCMP/fan_num.png");
    background-repeat: no-repeat;
    width: 110px;
    height: 91px;
    position: relative;
    margin: 33px 15px 1px 15px;
}
.main-con .com-info .com-info-cont-right .fan_num  span{
       height: 91px;
    line-height: 138px;
    font-size: 16px;
}
.number1, .number2, .number3, .number4 {

    width: 96px;
    height: 96px;
    position: relative;
    margin: 15px 15px 15px 20px;
}

.number1 {
    background: url("../../images/personalCMP/circle1.png");
}

.number2 {
    background: url("../../images/personalCMP/circle3.png");
}

.number3 {
    background: url("../../images/personalCMP/circle4.png");
}

.number4 {
    background: url("../../images/personalCMP/circle5.png");
}

.one-digit {
    top: 30px;
    left: 42px;
    font-size: 30px;
    position: absolute;
}

.two-digit {
    height: 96px;
    line-height: 96px;
    font-size:25px;
}

.three-digit {
    top: 30px;
    left: 20px;
    font-size: 30px;
    position: absolute;
}

.more-digit {
    height: 95px;
    line-height:95px;
    font-size:20px;
}

.com-info-cont-right .name {
    font-size: 16px;
    font-weight: 500;
}

.dashed {
    border-right: 1px dashed #E5E5E5;
}

.com-info-cont-main {
    padding: 10px;
}

.com-info-cont-main .photo {
    width: 110px;
    float: left;
}

.com-info-cont-main .info {
    float: left;
    padding-left: 10px;
}

.com-info-cont-main .info .pTop {
    height: 24px;
    line-height: 24px;
    width: 175px;
    overflow: hidden;
    font-size: 14px;

}

.com-info-cont-main .info .pTop a {
    color: #2E5795;
}

.com-info-cont-main .info .pBottom {
    height: 48px;
    line-height: 23px;
    width: 175px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    font-size: 12px;
    word-wrap: break-word;
}

/* line 46, ../../sass/index/index.scss */
.main-con .sim-info {
    height: auto;
    margin-bottom: 10px;
}

/* line 50, ../../sass/index/index.scss */
.main-con .sim-info .ranking {
    margin-top: 20px;
    height: 40px;
    width: 100%;
}
.ranking{
    margin-top:10px;
}
.ranking .ranking-top {
    width: 100%;
    height: 35px;
}

.ranking-top .ranking-top-left {
    float: left;
    text-align: right;
    overflow: hidden;
    height: 35px;
    margin-left: 358px;
    _margin-left: 200px;
    margin-top: 5px;
}

.ranking-top-left .divs {
    float: left;
    overflow: hidden;
}

.ranking-top .ranking-top-left .font {
    font-size: 20px;
    font-weight: 500;
    margin-left: 5px;
}

.ranking-top .ranking-top-left .Lline {
    margin-top: 12px;
    margin-right: 10px;
}

.ranking-top .ranking-top-left .Rline {
    margin-top: 12px;
    margin-left: 10px;
}

.ranking-top .ranking-top-right {
    float: right;
    text-align: right;
    overflow: hidden;
    height: 40px;
    line-height: 50px;
    margin-right: 10px;
        width: 90px;
}

.ranking-top .ranking-top-right span {
        float: right;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin: 15px 6px 6px 0;
    color: #ff4901;
}

.ranking-top .ranking-top-right a {
    float: left;
    line-height: 25px;
    height: 25px;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.ranking-top .ranking-top-right em {
        float: left;
    margin-top: 20px;
}

.ranking .ranking-bottom {
    width: 100%;
    height: 230px;
    background: #FFFFFF;
}

.ranking-bottom .ranking-bottom-cont {
    float: left;
    width: 248px;
    height: 230px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
}

.cont_ph {
    width: 248px;
    float: left;
    display: inline;
}

.cont_ph .phTitle {
    height: 42px;
    line-height: 45px;
    padding: 0 15px;
    font-family: "Microsoft YaHei";
}

.cont_ph .phTitle .f28 {
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}

.cont_ph .phBody {
    padding: 5px 15px;
}

.cont_ph .phBody .phname {
    width: 150px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cont_ph .phBody ul {
    overflow: hidden;
}

.cont_ph .phBody ul li {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
}

.cont_ph .phBody ul li span.fl, .cont_ph .phBody ul li span.fr {
    white-space: nowrap;
    overflow: hidden;
    width: 108px;
}

.cont_ph .phBody ul li span.fr .cbtn, .cont_ph .phBody ul li span.fr .txt_ygz {
    float: right;
}

.cont_ph .phBottom {
    margin-top: 1px;
    padding: 5px 15px;
    ckground-color: #f2f2f2;
    overflow: hidden;
    width: 210px;
}

.cont_ph .phBottom .photo {
    width: 68px;
    float: left;
}

.cont_ph .phBottom .photo img {
    width: 68px;
    height: 68px;
    border-radius: 34px;
}

.cont_ph .phBottom .info {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.cont_ph .phBottom .info p {
    height: 24px;
    line-height: 24px;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont_ph .phBottom .info p.update a {
    margin-right: 20px;
}

/* line 56, ../../sass/index/index.scss */
.main-con .sim-info .ranking-info {
    width: 100%;
    margin-top: 5px;
}

/* line 60, ../../sass/index/index.scss */
.main-con .sim-info .ranking-info .ranking-list {
    width: 998px;
    float: left;
    border: 1px solid #E5E5E5;
}

.tabTitle {
    float: left;
    height: 45px;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #E5E5E5;
}

.tabTitle .zhright {
    overflow: hidden;
    float: left;
    width: 440px;
    height: 28px;
    background: #EDEDED;
    border-radius: 15px;
    line-height: 28px;
    margin-top: 8px;
    margin-left: 25px;
}

.tabTitle .zhright span {
    margin-left: 10px;
}

.tabTitle .zhright a:hover {
    color: red;
}

.tabTitle .zhright a:visited {
    color: red;
}

.bar {
    float: left;
    top: 2px;
    text-align: center;
    z-index: 0;
    height: 46px;
    line-height: 46px;
    font-size: 18px;

}

.ranking-list .bar li {
    float: left;
    line-height: 46px;
    width: 88px;
    text-align: center;
    font-size: 18px;
    margin-left: 5px;
}

.ranking-list .bar li .cur {
    color: #fff;
}

.more {
    height: 46px;
    line-height: 46px;
    right: 10px;
    text-align: right;
    top: 8px;
    margin-right: 10px;
    float: right;
    overflow: hidden;
}

.contbody {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;

}

.contbody .chartData {
    overflow: hidden;
    float: left;
    background: #fff;
    width: 100%;
}

.contbody .chartData .subTit {
    width: 100%;
    overflow: hidden;
    height: 35px;
    border-bottom: 1px solid #E5E5E5;
}

.contbody .chartData .subTit ul li {
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    color: #000;
}

.contbody ul li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    display: inline;
    font-family: Arial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.data {
    overflow: hidden;
    width: 100%;
}

.data ul {
    position: relative;
    width: 100%;
    _float: left;
    overflow: hidden;
    height: 40px;
}
.data ul .wjs a{
    *height:40px;
    *display:inline-block;
    *line-height:0;
}
.data .btn_zjgz {
    margin-top: 12px;
    cursor: pointer;
}

.mar8 {
    margin-top: 8px;
}

/* line 66, ../../sass/index/index.scss */
.main-con .sim-info .ranking-info .sim-op {
    width: 280px;
    height: 482px;
    float: left;
    margin-left: 16px;
    border: 1px solid #E5E5E5;
}

.sim-op .tabTitle {
    background: #ffffff;
}

.main-con .combine-other {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

/* line 105, ../../sass/index/index.scss */
.main-con .combine-other .community {
    width: 700px;
    background: #ffffff;
    float: left;
}

/* line 111, ../../sass/index/index.scss */
.main-con .combine-other .attention {
    width: 280px;
    float: left;
    margin-left: 16px;
    border: 1px solid #E5E5E5;
    background: #fff;
}

.attention .sim-op {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    height: 60px;
    line-height: 60px;
}

.attention .sim-op .bar {
    float: left;
    top: 2px;
    text-align: center;
    z-index: 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-left: 15px;
}

.attention .contbody .phBottom {
    margin-top: 1px;
    padding: 5px 15px;
    overflow: hidden;
    width: 210px;
}

.attention .contbody .phBottom .photo {
    width: 68px;
    float: left;
}

.attention .contbody .phBottom .photo img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.attention .contbody .phBottom .info {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.attention .contbody .phBottom .info p {
    height: 24px;
    line-height: 24px;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

/* line 120, ../../sass/index/index.scss */
.over-flow {
    overflow: hidden;
    zoom: 1;
}

/* line 125, ../../sass/index/index.scss */
/* line 155, ../../sass/index/index.scss */
/* line 161, ../../sass/index/index.scss */
.down-menu {
    position: relative;
    width: 94px;
}

/* line 164, ../../sass/index/index.scss */
.down-menu.wz0 {
    width: auto;
}

/* line 167, ../../sass/index/index.scss */
.down-menu.wz2 {
    width: 64px;
}

/* line 170, ../../sass/index/index.scss */
.down-menu.wz3 {
    width: 70px;
}

/* line 173, ../../sass/index/index.scss */
.down-menu.wz4 {
    width: 82px;
}

/* line 178, ../../sass/index/index.scss */
.tw-nav .down-menu .category {
    display: block;
    float: none;
    padding: 7px 0;
    text-align: center;
    text-indent: -8px;
}

/* line 187, ../../sass/index/index.scss */
.down-menu .show {
    display: block;
}

/* line 190, ../../sass/index/index.scss */
.down-menu ul, .down-menu .loginBox {
    background: #b3d0e4;
    clear: both;
    padding-bottom: 1px;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
}

/* line 204, ../../sass/index/index.scss */
.down-menu ul li a {
    background-color: #fff;
    margin: 1px;
    margin-top: 0;
    padding: 6px 0;
    display: block;
    text-align: center;
    float: none;
}

/* line 213, ../../sass/index/index.scss */
.down-menu ul li .blue {
    color: #315895;
}

/* line 216, ../../sass/index/index.scss */
.down-menu ul li .red {
    color: #f02c71;
}

/* line 219, ../../sass/index/index.scss */
.down-menu ul li .tit {
    text-align: center;
    font-weight: bold;
}

/* line 224, ../../sass/index/index.scss */
.down-menu.wz5 ul {
    width: 145px;
}

/* line 226, ../../sass/index/index.scss */
.down-menu.wz5 ul li {
    width: 145px;
}

/* line 232, ../../sass/index/index.scss */
.tw-login {
    float: right;
    width: 386px;
    text-align: right;
}

/* line 236, ../../sass/index/index.scss */
.tw-login .down-menu, .tw-login .sitemap {
    float: right;
}

/* line 241, ../../sass/index/index.scss */
.nav-wrap .navbar-header {
    position: relative;
    margin-top: 30px;
}

/* line 246, ../../sass/index/index.scss */
.navbar-header .logo {
    background: url(http://g1.dfcfw.com/g1/201604/20160401112232.png) no-repeat;
    position: absolute;
    top: 29px;
    left: -15px;
    display: block;
    width: 189px;
    height: 100px;
    background-position: 10px 10px;
}

/* line 257, ../../sass/index/index.scss */
.bottom {
    background: #b4dbf9;
    width: 100%;
}

/*焦点图切换*/
.slider, .slider-panel img {
    width: 1000px;
    height: 250px;
}

.slider {
    text-align: center;

    position: relative;
    max-height: 250px;
    overflow: hidden;
}

.slider-panel, .slider-nav, .slider-pre, .slider-next {
    position: relative;
    z-index: 8;
}

.slider-panel {

    overflow: hidden;
}

.slider-panel img {
    border: none;

}

.slider-extra {

}

.slider-nav {
    margin-left: -51px;
    position: absolute;
    left: 50%;
    bottom: 4px;

}

.slider-nav li {
    background-image: url(../../images/index/icon_v9.png);
    background-repeat: no-repeat;
    float: left;
    width: 24px;
    height: 20px;
    margin: 0 1px;
    background-position: -24px -782px;
    text-indent: -10em;
    overflow: hidden;
    cursor: pointer;
}

.slider-nav .slider-item-selected {
    /*background: blue;*/
    background-position: -24px -762px;
    -moz-animation: a_slidercurrent 5s linear;
    -webkit-animation: a_slidercurrent 5s linear;
    -o-animation: a_slidercurrent 5s linear;
    animation: a_slidercurrent 5s linear;
}

.slider-page a {
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    color: #fff;
    text-align: center;
    display: block;
    font-family: "simsun";
    font-size: 22px;
    width: 28px;
    height: 62px;
    line-height: 62px;
    margin-top: -31px;
    position: absolute;
    top: 50%;
}

.slider-page a:HOVER {
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.slider-next {
    left: 100%;
    margin-left: -28px;
}

.slider-pre {
    right: 100%;
    margin-right: -28px;
}

/*操盘日志*/
.tab-content .detail {
    padding: 25px 0 25px 20px;
    border-bottom: 1px solid #dfdfdf;
}

.tab-content .tab-list .photo {
    float: left;
    width: 80px;

}

.tab-content .tab-list .photo img {
    border-radius: 34px;
}

.tab-content .tab-list .info {
    float: left;
    width: 575px;
}

.tab-content .tab-list .info .zhName {
    float: left;
    width: 80px;
}

.tab-content .tab-list .info .zhTime {
    float: left;
    width: 130px;
    line-height: 20px;
}

.tab-content .tab-list .info .zhAddZan {
    float: right;
    width: 130px;
    text-align: right;
    color: #2E5795
}

.tab-content .tab-list .zhleft {
    overflow: hidden;
    float: left;
    width: 80px;
    height: 30px;
}

.tab-content .tab-list .zhright {
    overflow: hidden;
    float: left;
    width: 565px;
    height: 30px;
    background: #EDEDED;
    border-radius: 15px;
    line-height: 30px;
}

/*黄利丰 20160722开始*/
/*--我的首页他的首页*/
.bg_blue1 {
    background: #f3f9fd;
}

.bg_white {
    background: #fff;
}

.com-info-ad {
    float: left;
}

.ico_attention {
    display: inline-block;
    height: 19px;
    width: 53px;
    background: #e52e04;
    color: #fff;
    line-height: 19px;
    padding: 0 5px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}

.ico_attentionCancel {
    display: inline-block;
    height: 19px;
    width: 53px;
    background: #dadada;
    color: #000000;
    line-height: 19px;
    padding: 0 5px;
    margin-top: 10px;
    cursor: pointer;
}

.unAttentionCon {
    width: 100%;
    height: 228px;
    background: #fff;
    padding: 140px 0 200px 0;
}

.btn_startAttentionCon {
    display: block;
    width: 250px;
    height: 50px;
    margin: 0 auto;
    border: none;
    background: #2f5895;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    font-family: "Microsoft YaHei";
}

.unAttentionTips {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #999999;
}

/*我的组合*/
.myGroupCon1 {
    width: 1000px;
    padding: 5px 10px;
    background: #e5e5e5;
    overflow: hidden;
}

.myGroupCon1L {
    float: left;
        width: 980px;
    height: 220px;
}

.myGroupCon1Ltit {
    float: left;
    width: 980px;
    height: 40px;
    line-height: 40px;
}

.myGroupCon1Ltit strong {
    font-size: 20px;
    float: left;
}

.icon_addAttention {
    float: left;
    height: 30px;
    line-height: 20px;
    margin-top: 7px;
    padding: 5px 10px;
    background: #2f5895;
    color: #fff;
    margin-left: 5px;
}

.myGroupCon1LtitText {
    padding-left: 10px;
    float: left;
}

.myGroupCon1LtitText em {
    color: #ff0000;
    font-style: normal;
}

.myGroupCon1Lb {
    overflow: hidden;
    width: 980px;
}

.myGroupCon1Lb1 {
    float: left;
    width: 760px;
    /*height: 180px;*/
    padding-top: 10px;
    background: #fff;
}

.myGroupCon1Lb1_1 {
    float: left;
    width: 535px;
    height: 135px;
    *height: 125px;
    border-right: 1px dashed #e5e5e5;
    background: #fff;
}

.myGroupCon1Lb1_1 li {
    display: inline;
    float: left;
    width: 120px;
    margin-left: 42px;
}

.myGroupCon1Lb1_1 li p {
    width: 120px;
    height: 100px;
    overflow: hidden;
    text-align: center;
}

.badge1 {
    background: url("../../images/personalCMP/badge1.png") no-repeat;
}

.badge2 {
    background: url("../../images/personalCMP/badge2.png") no-repeat;
}

.badge3 {
    background: url("../../images/personalCMP/badge3.png") no-repeat;
}

.myGroupCon1Lb1_1 li p span {
    display: block;
    width: 120px;
    height: 70px;
    line-height: 90px;
    font-size: 20px;
}

.myGroupCon1Lb1_1 li p em {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 35px;
    color: #fff;
    font-style: normal;
}

.myGroupCon1Lb1_1 li strong {
    display: block;
    width: 120px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
}

.myGroupCon1Lb1_2 {
    float: left;
    width: 225px;
    *width:223px;
    height: 135px;
    *height: 125px;
    background: #fff;
    padding-top: 10px;
    text-align: center;
}

.myGroupCon1Lb1_2 li {
    width: 224px;
    height: 62px;
    *height: 62px;
    font-style: normal;
}

.myGroupCon1Lb1_2 li strong, .myGroupCon1Lb1_2 li p {
    display: block;
}

/*.myGroupCon1Lb1_2_1 {
    background: url("../../images/personalCMP/bg_myGroupCon1Lb2_1.png") no-repeat 68px 0;
}

.myGroupCon1Lb1_2_2 {
    background: url("../../images/personalCMP/bg_myGroupCon1Lb2_2.png") no-repeat 35px 0;
}*/

.myGroupCon1Lb1_3 {
    float: left;
    width: 760px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    line-height: 35px;
    text-indent: 20px;
    overflow: hidden;
}

.personHead {
    display: inline;
    float: left;
    width: 210px;
    height: 180px;
    background: #fff;
    margin-left: 10px;
    text-align: center;
}

.photo {
    width: 90px;
    height: 90px;
    margin: 20px auto;
    margin-bottom:15px;
}

.photo img {
    width: 90px;
    height: 90px;
    border-radius: 45px;
}

.personHead p {
    width: 210px;
    height:20px;
}

.personHead p span {
    color: #2f5895;
}

.adsize1 {
    display: inline;
    float: left;
    width: 140px;
    height: 180px;
    margin-left: 15px;
    margin-top: 40px;
}

.adsize1 img {
    width: 140px;
    height: 180px;
}

.myGroupCon2tit {
    width: 1000px;
    height: 60px;
    padding: 20px 10px 0;
    *height: 40px;
}

.myGroupCon2tit a {
    display: inline-block;
    width: 90px;
    height: 25px;
    border-radius: 12px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    float:left;
}

.myGroupCon2tit a:link {
    color: #212121;
}

.myGroupCon2tit a:visited {
    color: #212121;
}

.myGroupCon2tit a:hover {
    color: #fff;
    background: #ff4901;
}

.myGroupCon2tit a:active {
    color: #212121;
}

.myGroupCon2tit .cur {
    background: #ff4901;
    color: #fff;
}

.myGroupCon2tit .cur:link {
    color: #fff;
}

.myGroupCon2tit .cur:visited {
    color: #fff;
}

.myGroupCon2tit .cur:hover {
    color: #fff;
}

.myGroupCon2tit .cur:active {
    color: #fff;
}

.myGroupCon2_1 {
    overflow: hidden
}

.myGroupCon2_1L {
    display: inline;
    float: left;
    width: 580px;
    border: 1px solid #dcdcdc;
    margin-right: 20px;
    *margin-right: 15px;
}

.myGroupCon2_1Ltit {
    width: 578px;
    height: 46px;
    overflow: hidden;
}

.myGroupCon2_1Ltit strong {
    float: left;
    width: 100px;
    height: 45px;
    border-bottom: 1px solid #fff;
    line-height: 46px;
    text-align: center;
    background: #fff;
    font-size: 16px;
}

.myGroupCon2_1Ltit span {
    float: left;
    /*display:inline-block;*/
    width:478px;
    *width: 467px;
    height: 45px;
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background: #f6f6f6;
    text-align: right;
    line-height: 45px;
    padding-right: 10px;
}

.myGroupCon2_1Ltit span em {
    margin-left: 10px;
}

.myGroupCon2_1LCon {
    width: 578px;
    height: 320px;
    background: #fff;
}

.myGroupCon2_1LConTable {
    overflow:auto;
    height: 280px;
}

.myGroupCon2_1R {
    float: left;
    width: 400px;
    border: 1px solid #dcdcdc;
}

.myGroupCon2_1Rtit {
    width: 398px;
    *width: 388px;
    height: 45px;
    border-bottom: 1px solid #d2d2d2;
    padding-left: 10px;
    line-height: 45px;
    font-size: 16px;
    background: #fff;
}

.myGroupCon2_1Rstit {
    width: 398px;
    overflow: hidden;
}

.myGroupCon2_1Rstit li {
    float: left;
    width: 25%;
    height: 40px;
    text-align: center;
    line-height: 38px;
}

.myGroupCon2_1Rc {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}

.myGroupCon2_1Rc thead tr {
    background: #f6f6f6;
}

.myGroupCon2_1Rc tbody tr {
    height: 40px;
}

.myGroupCon2_2Ltit {
    width: 578px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    position: relative;
}

.myGroupCon2_2Ltit strong {
    font-size: 16px;
    padding-left: 10px;
}

.myGroupCon2_2Ltit span {
    position: absolute;
    top: 0px;
    right: 10px;
}

.myGroupCon2_2LCon {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.myGroupCon2_2LCon thead tr th {
    height: 40px;
    background: #f6f6f6;
    width: 14%;
}

.myGroupCon2_2LCon tbody tr td {
    height: 40px;
    width: 14%;
}

.btn_buy1 {
    padding: 5px 10px;
    background: #fe0200;
    color: #fff;
}

.btn_sale1 {
    padding: 5px 10px;
    background: #339a01;
    color: #fff;
}

.myGroupCon2_2Rc {
    width: 398px;
    height: 320px;
    background: #fff;
    overflow: hidden;
}

.myGroupCon3 {
    width: 998px;
    border: 1px solid #dcdcdc;
}

.myGroupCon3tit {
    width: 998px;
    *width: 978px;
    height: 50px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 20px;
    line-height: 50px;
    font-size: 18px;
    /*background: #fff;*/
}

.link_seeAllfromApp {
    font-size: 12px;
    padding-left: 100px;
}

.myGroupCon3c {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.myGroupCon3c thead tr th {
    height: 40px;
    background: #f6f6f6;
    width: 14%;
}

.myGroupCon3c tbody {
    background: #fff;
}

.myGroupCon3c tbody tr td {
    height: 40px;
    width: 14%;
}

.icon_buy1 {
    background: #fe0200;
    border-radius: 50%;
    padding: 5px 6px;
    color: #fff;
}

.icon_sale1 {
    background: #339a01;
    border-radius: 50%;
    padding: 5px 6px;
    color: #fff;
}

.myGroupCon4 {
    width: 1000px;
}

.myGroupCon4tit {
    width: 1000px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-size: 18px;
}

.myGroupCon4c {
    width: 1000px;
    height: 170px;
    border: 1px solid #dcdcdc;
    background: #fff;
    position: relative;
}

.icon_xjt {
    display: block;
    width: 21px;
    height: 14px;
    background: url("../../images/personalCMP/icon_xjt.png") no-repeat;
    position: absolute;
    top: -14px;
    left: 50px;
}

.myGroupText {
    width: 995px;
    *width: 955px;
    height: 110px;
    outline: none;
    padding: 5px 20px;
    resize: none;
    overflow:auto;
    border: none;
    color:#999;
}

.myGroupTextBtnGroup {
    width: 1000px;
    height: 42px;
}

.icon_expression {
    display: inline;
    float: right;
    width: 24px;
    height: 24px;
    background: url("../../images/common/sprite-group.png") no-repeat -148px -108px;
    margin: 3px 20px 0 0;
    cursor: pointer;
}

.btn_myGroupTextSub {
    display: inline;
    float: right;
    width: 92px;
    height: 29px;
    background: #ff7800;
    color: #fff;
    border-radius: 2px;
    line-height: 29px;
    text-align: center;
    border: none;
    margin-right: 20px;
    cursor: pointer;
}

.btn_myGroupTextCancel {
    display: inline;
    float: right;
    width: 92px;
    height: 29px;
    background: #dcdcdc;
    color: #7a7a7a;
    border-radius: 2px;
    line-height: 29px;
    text-align: center;
    border: none;
    margin-right: 10px;
    cursor: pointer;
}

.myGroupCon5 {
    width: 998px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.commentTab {
    overflow: hidden;
}

.commentTab li {
    float: left;
    width: 155px;
    height: 54px;
    background: #f6f6f6;
    border-right: 1px solid #dcdcdc;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
}

.commentTab .cur {
    border-bottom: 1px solid #fff;
    background: #fff;
}

.commentConList {
    width: 998px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 15px 0;
    /*background: #fff;*/
}

.commentConListPhoto {
    display: inline;
    float: left;
    width: 90px;
    height: 90px;
    margin: 0 25px
}

.commentConListPhoto img {
    width: 75px;
    height: 75px;
    border-radius: 45px;
}

.commentConListR {
    float: left;
    width: 858px;
    line-height: 24px;
    position: relative;
}

.doComment {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.doComment span {
    display: inline;
    margin-right: 5px;
}

.dataTips {
    width: 960px;
    text-align: right;
    color: #ff4901;
    padding: 0 20px;
}

#dataRule {
    cursor: pointer;
}

.icon_question1 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../../images/common/sprite-group.png") no-repeat -73px -216px;
    vertical-align: middle;
}

.dataTipsCon {
    padding: 10px;
    width: 500px;
    min-height: 300px;
    border: 2px solid #c4c4c4;
    background: #fff;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    display: none;
}

.dataTipsConTit {
    width: 480px;
    font-size: 16px;
    color: #464646;
    position: relative;
    padding-bottom: 10px;
}

.dataTipsConTit span {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.dataTipsConText {
    font-size: 16px;
    line-height: 28px;
    color: #999;
    text-indent: 24px;
}

.gameRateNub {
    width: 1000px;
    border: 1px solid #dcdcdc;
    height: 60px;
    margin-top: 20px;
    line-height: 60px;
    font-size: 18px;
    color: #454545;
    text-align: center;
}

.gameRateNub .db {
    float: left;
    padding: 1px 3px;
    border-radius: 5px;
    border: 1px solid #3381E3;
    text-align: center;
    color: #3381E3;
        width: 110px;
    cursor: pointer;
    line-height: 17px;
        margin-top: 18px;
    margin-left: 30px;
}
    .gameRateNub .db span {
        font-size: 12px;
    margin-left: 2px;
    color:#3381E3;
    }
.gameRateNub .db.nbr {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.gameRateNub .db b {
    float: right;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gameRateNub .db b:before {
    content: " ";
    -ms-transform:rotate(-45deg); 	/* IE 9 */
    -moz-transform:rotate(-45deg); 	/* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg); 	/* Opera */
    border: 1px solid #3381E3;
    height: 8px;
    width: 8px;
    float: left;
    border-width: 0 0 1px 1px;
    margin-top: 3px;
    margin-left: 4px;
    margin-right: 2px;
}

.gameRateNub .dblist {
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #3381E3;
    width: 110px;
    margin-left: -4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    line-height: 25px;
}







.gameRateNub span {
    font-size: 26px;
}

.otherGameRate {
    width: 1000px;
    height: 60px;
}

.myGameRate {
    width: 50%;
    float: left;
    *width:498px;
}

.borderright {
    border-right: 1px solid #dcdcdc;
}

.doOrder {
    display: block;
    width: 60px;
    height: 20px;
    background: #335696;
    line-height: 20px;
    margin: 0 auto;
}

.doOrder a:link {
    color: #fff;
}

.doOrder a:visited {
    color: #fff;
}

.doOrder a:hover {
    color: #fff;
}

.doOrder a:active {
    color: #fff;
}

/*common里改的*/
.ico_right-hover, .ico_left-hover, .ico_rankList, .ico_banner, .ico_right-default, .ico_left, .ico_two, .ico_three, .ico_one, .ico_combination, .ico_Shape, .ico_monizuhe, .ico_green, .ico_red, .ico_lamp, .ico_SPFlag, .ico_creatCBN, .ico_sim-group, .ico_bind-group, .ico_Like, .ico_UnLike, .ico_firm-bargin, .ico_sim-transtion, .ico_master-operate, .ico_notice, .ico_market, .ico_plus, .ico_substration, .ico_arrow-down, .ico_arrowhead, .ico_pencil-default, .ico_pencil, .ico_line, .ico_menu-hover, .ico_creatMNB, .ico_mylikeZh, .ico_stars, .ico_mycomp, .ico_spjy, .ico_weixin, .ico_sina, .ico_qqkongjian, .ico_guba, .ico_V, .ico_myGroupTitle, .icon_bigGame {
    display: inline-block;
    background-image: url(../../images/common/sprite-group.png);
    background-repeat: no-repeat;
}

.ico_monizuhe {
    background-position: -223px -69px;
    height: 24px;
    width: 23px;
}

.ico_combination {
    background-position: -250px -70px;
    height: 23px;
    width: 24px;
}

.ico_myGroupTitle {
    background-position: -277px -69px;
    height: 24px;
    width: 24px;
}

.icon_bigGame {
    display: inline;
    float: left;
    margin-top: 5px;
    background-position: -130px -140px;
    height: 21px;
    width: 37px;
}

.w120 {
    width: 120px;
}

.mb20 {
    margin-bottom: 20px;
}

.myGroupCon1Ltit .ranking-top-right {
    float: right;
    text-align: right;
    overflow: hidden;
    height: 40px;
    line-height: 50px;
    margin-right: 10px;
}

.myGroupCon1Ltit .ranking-top-right span {
    float: left;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin: 6px 6px 6px 0;
}

.myGroupCon1Ltit .ranking-top-right a {
    float: left;
    line-height: 25px;
    height: 25px;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.buysell {
    color: #fff;
    padding-top: 3px;
}

.ico_guba {
    background-position: 0 -1300px;
}

.ico_weixin {
    background-position: 0 -1612px;
}

.ico_sina {
    background-position: 0 -104px;
}

.ico_qqkongjian {
    background-position: 0 -52px;
}

/*黄利丰 20160722结束*/
.attention-op{
    margin-top: 9px;
    margin-left: 10px;
    display: inline-block;
    float: left;
}

.myGroupCon2_1 .myGroupCon2_1L .tips {
    clear: both;
    padding-right: 0;
    padding-left: 25%;
    font-size: 14px;
    overflow: hidden;
}

.myGroupCon2_1 .myGroupCon2_1L .tips i {
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    border-radius: 2px;
    margin-top: 4px;
    margin-right: 2px;
}

.myGroupCon2_1 .myGroupCon2_1L .tips span {
    
    font-size: 14px;
    margin-left: 2px;
}

.myGroupCon2_1 .myGroupCon2_1L .tips .zh {
    float: left;
    width: 30%;
    padding-top: 3px;
}

.myGroupCon2_1 .myGroupCon2_1L .tips .zh i {
    background: #f00;
}

.myGroupCon2_1 .myGroupCon2_1L .tips .zs {
    float: left;
    width: 30%;
    padding-top: 3px;
}

.myGroupCon2_1 .myGroupCon2_1L .tips .zs i {
    background: #3381E3;
}

.myGroupCon2_1 .myGroupCon2_1L .tips .db {
   
    float: left;
    padding: 1px 3px;
    *height:18px;
    border-radius: 5px;
    border: 1px solid #3381E3;
    text-align: center;
    margin-left: 3px;
    color: #3381E3;
    width: 90px;
    cursor:pointer;
}

.myGroupCon2_1 .myGroupCon2_1L .tips .db.nbr {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.myGroupCon2_1 .myGroupCon2_1L .tips .db b {
    display: inline-block;
    background-image:url(../../images/common/icon.png);
    background-repeat:no-repeat;
    width:14px;
    height:10px;
    margin-left:3px;
    line-height:10px;
}



.myGroupCon2_1 .myGroupCon2_1L .tips .dblist {
   position:absolute;
    *position:relative;
      *float:left;
    z-index: 999;
    background: #fff;
    border: 1px solid #3381E3;
    width: 90px;
    *width: 81px;
    margin-left: -4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    line-height: 25px;
}

.myGroupCon2_1 .myGroupCon2_1L .chart {
    text-align: center;
    clear: both;
}

.myGroupCon2_1 .myGroupCon2_1L .chart .group-income-canvas {
    min-width: 190px;
    height: 150px;
}

.myGroupCon2_1 .myGroupCon2_1L .chart .chartloading {
    text-align: center;
    line-height: 150px;
}

.myGroupCon2_1R .myGroupCon2_2Rc .MaxStk {
    text-align: center;
    font-size: 14px;
    padding-bottom: 8px;
}

.myGroupCon2_1R .myGroupCon2_2Rc .MaxStk span {
    color: #f00;
    padding-left: 3px;
}

.g_dian_zan.on {
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../../images/personalCMP/icon_zan.png) no-repeat -45px -28px;
    background-size: 66px;
    position: absolute;
    right: 40px;
    top: 3px;
}

.g_dian_zan {
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../../images/personalCMP/icon_zan.png) no-repeat -45px 0px;
    background-size: 66px;
    text-decoration: none;
    position: absolute;
    right: 40px;
    top: 3px;
}

.g_dian_zan .g_zan_count {
    position: absolute;
    top: 1px;
    right: -7px;
}

.myGroupCon5 .tab {
    border: 1px solid #e5e5e5;
}

.myGroupCon5 .tab .tab-menu {
    background: #f6f6f6;
    width: 100%;
    height: 62px;
    overflow: hidden;
    padding-left: 0;
}

.myGroupCon5 .tab .tab-menu li {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f6f6f6;
    display: inline-block;
    float: left;
    margin: 0;
}

.myGroupCon5 .tab .tab-menu li a {
    border-bottom: 1px solid #e5e5e5;
    color: #3f3f3f;
    font-size: 18px;
    display: inline-block;
    padding: 20px 23px;
}

.myGroupCon5 .tab .tab-menu .active {
    background: #fff;
    border-bottom: none;
}

.myGroupCon5 .tab .tab-menu .active a {
    border-bottom: none;
    margin-bottom: 2px;
}

.myGroupCon5 .tab .tab-content .tab-list {
    display: none;
}

.myGroupCon5 .tab .tab-content .active {
    display: block;
}

.dialog-invited {

}

.dialog-invited-head {
    border-bottom: 1px solid #E4E4E4;padding-left: 45px;padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.dialog-invited-body {
    padding-left: 45px;padding-bottom: 10px;
}
.dialog-invited-item {
    display: inline-block;
    width: 150px;
}

.dialog-invited-head div,
.dialog-invited-body div{
    display: inline-block;
}


.dialog-invited-foot {
    margin-top: 30px;
    background: #F2F2F2;
    padding-left: 45px;
    padding-bottom: 20px;
}

.data-rule {
    cursor:pointer;
}
.mybgf6 {
    background: #f6f6f6;
    width:1000px;
}
.mybgf6_pc {
    background: #f6f6f6;
}
.mybgff {
    background: #fff;
}
.mybgfa {
   background: #FAFAFA
}
.myborder {
    border: 1px solid #dcdcdc;
}
.myml {
    margin-left: 15px;
        font-weight: bold;
    font-size: 15px;
    font-family: simsun;
}
.mynum {
    *margin-top:13px;
    height: 14px;
    width: 14px;
    display: inline-block;
    line-height: 15px;
    color: #fff;
    border-radius: 7px;
    font-family: simsun;
}

.mypop-content {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    padding: 5px 25px;
}
.mypop-content p {
    text-indent: 2em;
    }
.myConcent {
    width: 50px;
    height: 25px;
    border: none;
    background: #2f5895;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-left: 40px;
}
.myConBottom {
    background: #f6f6f6;
    width: auto;
    height: 40px;
    margin-left: 17px;
    padding-top: 8px;
    padding-left: 10px;
}