body {
    overflow-y:scroll;
}
.main {
    width: 1200px;
    padding-bottom: 50px;
}

.container-flud {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.banner {
    height: 420px;
}

    .banner .focus-bg {
        height: 420px;
        width: 100%;
        overflow: hidden;
    }


        .banner .focus-bg a {
            display: block;
            height: 100%;
            width: 100%;
            text-indent: -200px;
            background-position: top center;
            background-repeat: no-repeat;
        }

.container-flud > span {
    position: absolute;
    display: block;
    top: 50%;
    width: 30px;
    height: 40px;
    background: url(../images/img7.png) no-repeat;
    cursor: pointer;
}

.container-flud .left_arrow {
    left: 12%;
    background-position: 0 -58px;
}

.container-flud .right_arrow {
    right: 12%;
    background-position: -40px -57px;
}

.g-box2 .g-list2 .item {
    width: 220px;
}

.g-box2 .box-hd {
    position: relative;
}

    .g-box2 .box-hd .box-title .icon {
        left: 0;
    }

    .g-box2 .box-hd .box-title a {
        text-decoration: none;
    }

        .g-box2 .box-hd .box-title a:hover {
            color: #1da2ff;
        }

    .g-box2 .box-hd .more {
        color: #999;
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 18px;
        text-decoration: none;
    }

        .g-box2 .box-hd .more:hover {
            color: #666;
        }

.nolive {
    width: 243px;
    margin: 30px auto;
}

    .nolive p {
        text-align: center;
        margin-top: 10px;
    }

.banner ul li {
    float: left;
    width: 100%;
    position: absolute;
}

.banner_list .banner_ul {
    position: absolute;
    list-style-type: none;
    /*z-index: 998;*/
    padding: 0;
    bottom: 30px;
    left: 50%;
    /*width: 44px;*/
    margin-left: -22px;
    z-index: 33;
}

    .banner_list .banner_ul li {
        float: left;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #fff;
        border: none;
        filter: Alpha(Opacity=80);
        opacity: 0.8;
        margin-right: 10px;
        cursor: pointer;
    }

        .banner_list .banner_ul li.on {
            filter: Alpha(Opacity=100);
            opacity: 1;
        }

.g-feed2 .top {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 8px;
    height: 35px;
    color: #fff;
    width: 100%;
}

    .g-feed2 .top .people_num {
        width: 98px;
        float: left;
        margin: 2px 0 0 10px;
    }

        .g-feed2 .top .people_num i {
            display: inline-block;
            width: 20px;
            height: 12px;
            margin-right: 5px;
            background: url("../images/small-icon.png") no-repeat -78px 0;
            vertical-align: -.2em;
        }

    .g-feed2 .top .is-live {
        float: right;
        margin-right: 10px;
        width: 40px;
        height: 22px;
        border: 2px solid #fff;
        border-radius: 12px;
        text-align: center;
        line-height: 22px;
    }

    .g-feed2 .top span {
        display: block;
    }

.g-feed2 .text {
    color: #fff;
    position: absolute;
    left: 0;
    padding: 10px 0;
    height: 38px;
    top: 164px;
    width: 100%;
}

    .g-feed2 .text span {
        display: block;
    }

    .g-feed2 .text .list1, .g-feed2 .text .list2 {
        width: 100%;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .g-feed2 .text .list1 {
        height: 20px;
    }

        .g-feed2 .text .list1 .theme {
            width: 30px;
            text-align: center;
            height: 18px;
            line-height: 18px;
            float: left;
            background: #ebebec;
            color: #000;
        }

        .g-feed2 .text .list1 .title {
            float: left;
            width: 150px;
            height: 20px;
            line-height: 20px;
            margin-left: 5px;
            overflow: hidden;
            word-break: keep-all;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .g-feed2 .text .list2 {
        height: 20px;
        line-height: 20px;
    }

        .g-feed2 .text .list2 .nickname {
            float: left;
            font-size: 16px;
        }

            .g-feed2 .text .list2 .nickname span {
                float: left;
                max-width: 95px;
                overflow: hidden;
                word-break: keep-all;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .g-feed2 .text .list2 .nickname i {
                display: inline-block;
                float: left;
                width: 18px;
                height: 20px;
                margin-left: 3px;
                background: url("../images/small-icon.png") no-repeat 0 -34px;
                vertical-align: -.2em;
            }

        .g-feed2 .text .list2 .addr {
            float: right;
            width: 70px;
            text-align: right;
            overflow: hidden;
            word-break: keep-all;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .g-feed2 .text .list2 .addr i {
                display: inline-block;
                width: 15px;
                height: 15px;
                /*margin-right: 5px;*/
                vertical-align: -.2em;
                background: url("../images/small-icon.png") no-repeat -22px 0;
            }

.box-title .icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background: url("../images/small-icon.png") no-repeat 0 -72px;
    vertical-align: -.2em;
}

.banner_img_ul .focus-bg a {
    background-color: #ffffff;
}
/*footer*/

    .footer .footercr {
        clear: both;
        text-align: center;
        line-height: 200%;
        padding: 20px 0 40px 0;
        min-width: 1200px;
        background:#fff;
    }

        .footer .footercr .icon {
            vertical-align: -3px;
            margin-right: 2px;
        }

.icon_icp {
    background-position: -32px -2px;
    width: 15px;
    height: 17px;
}

.icon {
    background-image: url(../images/footer_icon.png);
    background-repeat: no-repeat;
}

.footer .footer .footercr a:visited {
    color: #3F3F3F;
    text-decoration: none;
}

.footer .footercr .icon {
    vertical-align: -3px;
    margin-right: 2px;
}

.icon_pol {
    background-position: -2px -3px;
    width: 18px;
    height: 20px;
}

.footer .icon, .navlist li a {
    display: inline-block;
}

/*财富页*/
.money_container .g-box2 .box-title {
    padding-left: 32px;
}

    .money_container .g-box2 .box-title .icon {
        width: 36px;
    }

.money_container .box-title .icon.money_icon {
    background-position: -109px -72px;
}

/*生活页*/
.life_container .g-box2 .box-title {
    padding-left: 32px;
}

    .life_container .g-box2 .box-title .icon {
        width: 36px;
    }

.life_container .box-title .icon.life_icon {
    background-position: -69px -74px;
}

/*直播*/
.live_container .g-box2 .box-title {
    padding-left: 32px;
}

    .live_container .g-box2 .box-title .icon {
        width: 30px;
        left: 0;
    }

.live_container .box-title .icon.live_icon {
    background-position: -31px -70px;
}

.advert_div {
    position: relative;
    padding: 10px 0 25px;
    display:block;
}

    .advert_div img {
        width: 100%;
    }
/*他人的主页*/
.user-list li .info-box .info h3 {
    width: 95px;
}

.user-list li .info-box .avatar a {
    position: relative;
}

.user-list li .info-box .avatar.no1_div i {
    position: absolute;
    left: -3px;
    top: -22px;
    top:-21px\9;
    width: 60px;
    height: 40px;
    background: url(../images/img7.png) no-repeat -65px -106px;
}
.user-list li .info-box .avatar .n2_a {
    margin-left: 8px;
}

        .user-list li .info-box .avatar.no2_div i {
        position: absolute;
        left: 6px;
        top: -19px;
        top:-19px\9;
        width: 60px;
        height: 40px;
        background: url(../images/img7.png) no-repeat 0 -109px;
    }

.user-list li .info-box .avatar .n3_a {
    margin-left: 13px;
}
    .user-list li .info-box .avatar.no3_div i{
        position: absolute;
        left: 13px;
        top: -18px;
        top:-18px\9;
        width: 40px;
        height: 30px;
        background: url(../images/img7.png) no-repeat -64px -27px;
    }
.user-list li .info-box .avatar .n1_a img {
    width: 50px;
    height: 50px;
    border: 3px solid #ffe63b;
}

.user-list li .info-box .avatar .n2_a img {
    width: 40px;
    height: 40px;
    border: 3px solid #878787;
}

.user-list li .info-box .avatar .n3_a img {
    width: 36px;
    height: 36px;
    border: 3px solid #dfad88;
}

.user-list li .info-box.rank1 .info {
    padding: 11px 0 0 5px;
}

.user-list li .info-box.rank2 .info {
    padding: 4px 0 0 5px;
}

.user-list li .info-box.rank3 .info {
    padding: 2px 0 0 5px;
}

.handle.rank1 {
    padding-top: 8px;
}

/*右侧二维码*/
.right_code {
    position: absolute;
    left: 88%;
    top: 552px;
    width: 120px;
    display:none;
}

    .right_code img {
        width: 100%;
        display: block;
    }

.passlogin {
    background: #fff;
}
/*东财登录*/
#passport .login_eastmoney {
    position: absolute;
    z-index: 1;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -230px;
    background: #fff;
    overflow: hidden;
    color: #5d5d5d;
}

    #passport .login_eastmoney form div {
        height: 45px;
        line-height: 45px;
    }

    #passport .login_eastmoney .field {
        margin: 10px 0;
    }

#passport .oauth li.phone_login a {
    background: url(../images/phone_login.png) no-repeat center 0;
}
/*#passport .login_eastmoney .field {
        padding: 0px 35px 10px;
    }*/

/*#passport .login_eastmoney .form_div div {
        border-top: 1px solid #ededed;
        height: 42px;
        line-height: 42px;
    }*/

/*#passport .login_eastmoney .form_div div.list1 {
            padding-left: 40px;
        }

        #passport .login_eastmoney .form_div div.list2 {
            padding-left: 55px;
        }

        #passport .login_eastmoney .form_div div.list3 {
            padding-left: 0px;
        }*/

/*#passport .login_eastmoney input {
        border: none;
        width: 200px;
        padding-left: 5px;
    }*/
/*#passport .login_eastmoney input {
        height:45px;
        line-height:45px;

    }*/
#passport .login_eastmoney #eastlogin_ver {
    /*border: none;*/
    width: 170px;
    /*padding-left: 5px;*/
}

#passport .sure_a {
    display: block;
    width: 330px;
    height: 40px;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    background-color: #1da2ff;
    color: #fff;
}

#passport .login_eastmoney .eastlogin_p {
    width: 110px;
    float: right;
    height: 40px;
    padding-top:3px;
}

    #passport .login_eastmoney .eastlogin_p img {
        width: 100%;
    }

#passport .login_eastmoney .prompt_msg, #passport .register .prompt_msg {
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #ff4970;
}

#passport .login_eastmoney .field.ver-field:after {
    left: 14px;
    top: 13px;
}



/*注册弹窗  同步东财资料*/
#passport .register, #passport .eastmoney_login {
    position: absolute;
    z-index: 1;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -230px;
    background: #fff;
    overflow: hidden;
    color: #5d5d5d;
}

    #passport .register form div, #passport .eastmoney_login form div {
        height: 45px;
        line-height: 45px;
    }
/*#passport .register .field,#passport .eastmoney_login .field {
    margin: 10px 0;
}*/
#passport .register-hd, #passport .eastmoney-hd {
    height: 54px;
    line-height: 54px;
    text-align: center;
    width: 100%;
    background: #1da2ff;
    color: #fff;
}

    #passport .register-hd h3, #passport .eastmoney-hd h3 {
        font-size: 20px;
    }

/*#passport .register .form_div {
    margin-top: 0;
    padding: 0;
}*/

#passport .register .prompt_msg {
    text-align: center;
    color: #ff4970;
}

#passport .eastmoney_login .prompt_msg {
    height:25px;
    line-height:25px;
    text-align: center;
    color: #ff4970;
}

#passport .field.nickname-field:after {
    content: ' ';
    left: 12px;
    top: 14px;
    background: url(../images/img8.png) no-repeat 0 0;
}

#passport .field.sex-field:after {
    content: ' ';
    left: 12px;
    top: 17px;
    background: url(../images/img8.png) no-repeat 0 -32px;
}

#passport .field.psd-field:after {
    content: ' ';
    left: 15px;
    top: 18px;
    background: url(../images/img8.png) no-repeat 0 -57px;
}

#passport .register .sex-field .sex_down, #passport .eastmoney_login .sex-field .sex_down {
    position: absolute;
    display: block;
    right: 5px;
    top: 6px;
    width: 30px;
    height: 36px;
    cursor: pointer;
}

#passport .eastmoney_login .sex-field .sex_down {
    right: 0px;
    top:6px;
}

    #passport .register .sex-field .sex_down i, #passport .eastmoney_login .sex-field .sex_down i {
        width: 9px;
        height: 5px;
        display: block;
        position: relative;
        margin: 16px 0 0 10px;
        background: url(../images/img7.png) 0px 0px no-repeat;
    }

#passport .sex_list {
    display:none;
    position: absolute;
    background: #fff;
    border: 1px solid #b6b6b6;
    border-top: none;
    width: 328px;
    top: 43px;
    cursor: pointer;
    z-index: 99;
}

    #passport .sex_list li {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
    }

        #passport .sex_list li:hover {
            background: #e5e5e5;
        }

#passport .eastmoney_login .header_img {
    width: 100%;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

    #passport .eastmoney_login .header_img img {
        width: 100%;
    }

/*关闭按钮*/
#passport .register .close, #passport .eastmoney_login .close, #passport .login_eastmoney .close {
    position: absolute;
    top: 13px;
    right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Times New Roman';
    -webkit-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
}

    #passport .register .close:hover, #passport .eastmoney_login .close:hover, #passport .login_eastmoney .close:hover {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

/*#passport .register .header_img {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

    #passport .register .header_img .img_div {
        border-radius: 50%;
        height: 80px;
        width: 80px;
        margin: 0 0 10px 125px;
    }*/

/*#passport .register .header_img .img_div img {
            height: 80px;
            width: 80px;
            border-radius: 50%;
            cursor: pointer;
        }

    #passport .register .header_img .text {
        width: 120px;
        text-align: center;
        color: #5d5d5d;
        cursor: pointer;
        margin-left: 95px;
    }

    #passport .register .header_img .text {
        padding: 4px 10px;
        height: 20px;
        line-height: 20px;
        position: relative;
        cursor: pointer;
        background: #fafafa;
        overflow: hidden;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        #passport .register .header_img .text input {
            position: absolute;
            font-size: 100px;
            right: 0;
            top: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            cursor: pointer;
        }

        #passport .register .header_img .text:hover {
            color: #444;
            background: #eee;
            border-color: #ccc;
            text-decoration: none;
        }*/

/*#passport .eastmoney_login .form_div div {
    border-top: 1px solid #ededed;
    height: 38px;
    line-height: 38px;
    padding-left: 28px;
    position: relative;
}*/



#passport .reg_psd {
    position: absolute;
    left: 88px;
    top: 5px;
}

/*#passport .register .list3 .isVisible {
    width: 20px;
    height: 100%;
    display: inline-block;
    float: right;
    margin-right: 30px;
    cursor: pointer;
    background: url("../images/blue_eyes.png") no-repeat 0 18px;
}

    #passport .register .list3 .isVisible.select {
        background: url("../images/gray_eyes.png") no-repeat 0 18px;
    }*/

/*#passport .register .form_div div i, #passport .eastmoney_login .form_div div i, #passport .login_eastmoney .form_div div i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/small-icon2.png") no-repeat 0 0;
    vertical-align: -.4em;
}

#passport .register .form_div .sex, #passport .eastmoney_login .form_div .sex {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/small-icon2.png") no-repeat -27px 0;
    vertical-align: -.3em;
}

#passport .register .form_div .man_sex, #passport .eastmoney_login .form_div .man_sex {
    cursor: pointer;
}

#passport .register .form_div .famale_sex, #passport .eastmoney_login .form_div .famale_sex {
    margin-left: 15px;
    cursor: pointer;
}

#passport .register .form_div .sex.noselect, #passport .eastmoney_login .form_div .sex.noselect {
    background: url("../images/small-icon2.png") no-repeat -63px 0;
}*/

/*#passport .eastmoney_login input {
    border: none;
    width: 200px;
    padding-left: 5px;
}*/

#passport .eastmoney_login .msg {
   margin-top:-10px;
}

/*#passport .eastmoney_login .field {
    padding: 0 15px 10px;
}*/

/*#passport .register .sure_a, #passport .eastmoney_login .sure_a {
    display: block;
    width: 330px;
    height: 36px;
    text-decoration: none;
    line-height: 36px;
    text-align: center;
    background-color: #1da2ff;
    color: #fff;
}*/

#passport .register .sure_a {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
/*#passport .register .field {
        margin: 0px 0 20px;
}*/

/*搜索框*/
#search_list {
    height: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    left: 0;
    top: 26px;
    width: 140px;
    color: #000;
    z-index: 99;
    /*padding:6px 0;*/
    /*padding: 6px;*/
    /*box-sizing:border-box;*/
}

    #search_list li {
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 6px;
    }
        /*#search_list li:first-child {
    padding-top:0;
}*/
        #search_list li:hover {
            background: #e5e5e5;
        }

        #search_list li i {
            font-style: normal;
            color: #1da2ff;
        }


/*index.html  登录窗口*/
.country-field .country_down {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 30px;
    height: 36px;
    cursor: pointer;
}

    .country-field .country_down i {
        width: 9px;
        height: 5px;
        display: block;
        position: relative;
        margin: 16px 0 0 10px;
        background: url(../images/img7.png) 0px 0px no-repeat;
    }

#country_list {
    position: absolute;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    width: 100%;
    max-height: 100px;
    cursor: pointer;
    z-index: 99;
    box-sizing:border-box;
    overflow: auto;
}

    #country_list li {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
    }

        #country_list li:hover {
            background: #e5e5e5;
        }
