﻿@CHARSET "UTF-8";

.head2 {
    width: 100%;
    height: 60px;
    float: left;
}

/*reset*/
*, :after, :before {
    box-sizing: border-box;
    list-style: none;
}

a {
    text-decoration: none;
}

a, body, button, html, input, select, textarea {
    margin: 0px;
    padding: 0px;
    color: #333333;
    border: 0 none;
    font-size: 14px;
    font-family: arial, 'Microsoft Yahei', '微软雅黑', 'Pingfang SC',
    STHeitiSC-Light, STHeiti, SimSun, '宋体', 'Lantinghei SC', Helvetica,
    'Hiragino Sans GB', 'Source Han Sans SC', 'WenQuanYi Micro Hei',
    sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #f2f4f7;
    min-width: 1140px;
}

input {
    margin: 0px;
    padding: 0px;
    border: 0 none;
    outline: none;
}

img {
    border: none;
}

label {
    cursor: inherit;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

form{
    margin: 0;
    padding: 0;
}
/*reset end*/

/*font-size*/
.f_h1 {
    font-size: 32px;
}

.f_h15 {
    font-size: 29px;
}

.f_h2 {
    font-size: 26px;
}

.f_h25 {
    font-size: 24px;
}

.f_h3 {
    font-size: 22px;
}

.f_h35 {
    font-size: 20px;
}

.f_h355 {
    font-size: 19px;
}

.f_h4 {
    font-size: 18px;
}

.f_h45 {
    font-size: 16px;
}

.f_h5 {
    font-size: 15px;
}

.f_h55 {
    font-size: 14px;
}

.f_h6 {
    font-size: 13px;
}

.f_h7 {
    font-size: 12px;
}

.f_h8 {
    -webkit-text-size-adjust: none;
    font-size: 10px;
}

/*font-size end*/

/*font color*/
.f_g1 {
    color: #333333;
}

.f_g2 {
    color: #666666;
}

.f_g3 {
    color: #999999;
}

.f_g4 {
    color: #aaaaaa;
}

.f_g5 {
    color: #bbbbbb;
}

.f_g6 {
    color: #cccccc;
}

.f_g7 {
    color: #dddddd;
}

.f_g8 {
    color: #eeeeee;
}

.f_g9 {
    color: #ffffff;
}

/*.f_c1 {
    color: #529fcc;
}*/

.f_c1 {
    color: #1da1f2;
}

/*.f_c_r {
    color: #d95e40;
}*/

.f_c_r {
    color: #ff5e39;
}

.f_c_r2 {
    color: #cd4a34;
}

.f_c2 {
    color: #a8cfe5;
}

.f_c3 {
    color: #a3bfd6;
}

.f_c4 {
    color: #78808a;
}

.f_c5 {
    color: #4f5b6a;
}

.f_c6 {
    color: #999999;
}

.f_c7 {
    color: #989ba0;
}

.f_c8 {
    color: #9da8d1;
}

/*.f_c9 {
    color: #3b639f;
}*/

.f_c9 {
    color: #34495e;
}

.f_c10 {
    color: #a47e6b;
}

.f_c11 {
    color: #FA523E;
}

.f_c12 {
    color: #525558;
}

.f_c13 {
    color: #05a352;
}

/*.f_c_r {
    color: #d02b21;
}

.f_c_r {
    color: #e6510a;
}*/

.f_c_or {
    color: #f4af12;
}

.f_c_g2 {
    color: #05a352;
}

.f_c_g {
    color: #05a352;;
}

/*font color end*/
.f_l {
    text-decoration: underline;
}

.f_w_b {
    font-weight: 600;
}

.t_a_c {
    text-align: center;
}

.t_a_l {
    text-align: left;
}

.t_a_r {
    text-align: right;
}

/*border radius*/
.b_r3 {
    border-radius: 3px;
}

.b_r5 {
    border-radius: 5px;
}

/*border radius end*/

/*background-color*/
/*.bg_c_bu {
    background-color: #529fcc;
}*/

.bg_c_bu {
    background-color: #1da1f2;
}

.bg_c_g {
    background-color: #f2f4f7;
}

.bg_c_w {
    background-color: #ffffff;
}

/*.bg_c_r {
    background-color: #d95e40;
}

.bg_c_r2 {
    background-color: #f1614a;
}*/

.bg_c_r {
    background-color: #ff5e39;
}

/*.bg_c_gn {
    background-color: #55bc89;
}*/

.bg_c_gn {
    background-color: #02b879;
}

.bg_c_p {
    background-color: #a67dc2;
}

.bg_c_gy {
    background-color: #737f89;
}

.bg_c_gy2 {
    background-color: #fafafa;
}

.bg_c_gy3 {
    background-color: #33383e;
}

.bg_c_gy4 {
    background-color: #2c3238;
}

.bg_c_gy5 {
    background-color: #f8f9fb;
}

.bg_c_gy6 {
    background-color: #eeeeee;
}

.bg_c_gy7 {
    background-color: #a67dc1;
}

.bg_c_gy8 {
    background-color: #f2f2f2;
}

.bg_c_b {
    background-color: #222222;
}

.bg_r {
    background-color: #d02b21;
}

.bg_r2 {
    background-color: #e6510a;
}

.bg_or {
    background-color: #f4af12;
}

.bg_g {
    background-color: #05a352;
}

.bg_g2 {
    background-color: #29bc0e;
}

/*background-color end*/
.c_p {
    cursor: pointer;
}

.c_a {
    cursor: auto;
}

.hover:hover {
    color: #ff5e39;
    text-decoration: underline;
}

.hover2:hover {
    color: #1da1f2;
    text-decoration: underline;
}

.hover2:hover > em {
    color: #1da1f2 !important;
}

.cont {
    width: 100%;
    height: auto;
    float: left;
}

.cent {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.cent_annual_in {
    float: none;
    margin-left: 46%;
    margin-top: 16%;
}

.single_l {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont_footer {
    position: relative;
    height: 150px;
    margin-top: -150px;
    width: 100%;
}

.cont.footer {
    position: relative;
    width: 100%;
}

.cont.footer .foo_cont {
    width: 1170px;
    height: 115px;
}

.float_bar {
    position: absolute;
    right: 34px;
    bottom: 155px;
}

.float_bar_fixed {
    position: fixed;
    bottom: 20px;
}

.float_bar_absolute {
    position: absolute;
}

.float_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.float_list > li {
    box-sizing: content-box;
    width: 52px;
    height: 48px;
    margin-top: 2px;
    padding-top: 4px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 16px;
    color: #529fcc;
    border: 1px solid #d2d2d2;
}

.float_list > li:hover {
    cursor: pointer;
    border: 1px solid #529fcc;
    background: #fff;
}

.float_list > li:hover:after {
    content: attr(data-content);
}

.fl_li_bg1 {
    position: relative;
    background: url(../images/contact_ico.png) no-repeat;
}

.fl_li_bg2 {
    background: url(../images/contact_ico.png) -52px 0px no-repeat;
}

.fl_li_bg3 {
    background: url(../images/contact_ico.png) -104px 0px no-repeat;
}

.fl_qq {
    display: none;
    position: absolute;
    width: 185px;
    height: 39px;
    top: 7px;
    right: 50px;
    background: url(../images/contact_ico.png) 0px -52px no-repeat;
    line-height: 39px;
    font-size: 14px;
    text-indent: -15px;
    letter-spacing: 0px;
    color: #fff;
}

.cont.footer .foo_cont .foo_item {
    width: 100%;
    height: 25px;
    float: left;
}

.cont.footer .foo_cont .foo_item.top {
    margin-top: 25px;
}

.cont.footer .foo_cont .foo_item .nav_item {
    height: 15px;
    min-width: 50px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-top: 2px;
    border-right: 1px solid #63686e;
    line-height: 15px;
}

.cont.footer.copy .foo_cont .foo_item .nav_item {
    line-height: 35px;
}

.cont.footer .foo_cont .foo_item .nav_item.right {
    border: none;
}

.cont.footer.copy {
    height: 35px;
}

.cont.footer.copy .foo_cont {
    height: 100%;
}

/*意见反馈*/
.feedback_back {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    background-color: #000000;
}

.feedback_box_cont {
    position: fixed;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 40%;
    z-index: 1001;
}

.feedback_box {
    width: 448px;
    height: 275px;
    float: left;
    margin-left: -224px;
    margin-top: -137px;
    box-shadow: 0px 0px 10px 2px #666666;
    padding: 13px;
    overflow: hidden;
}

.feedback_title {
    /*line-height: 64px;
    height: 63px;
    border-bottom: 1px #666666 solid;
    padding: 0 23px;
    overflow: hidden*/

}

.feedback_cont {
    /*height:327px;
    padding:15px 30px 33px 23px;
    overflow: hidden*/
    margin-top: 10px;
}

.feedback_tit {
    width: 100px;
    float: left;
}

.feedback_cont .feedback_text {
    resize: none;
    border: 1px #e0e0e0 solid;
    /*overflow: hidden;*/
    padding: 10px;
    width: 100%
}

.feedback_cont .t1 {
    height: 126px;
    outline: none
}

.feedback_cont .t2 {
    height: 40px;
    margin-top: 10px;
}

.feedback_l {
    margin-top: 22px;
}

.feedback_submit {
    width: 113px;
    height: 33px;
    float: right;
    margin-top: 11px;
}

.feedback_submit:hover {
    background-color: #50b3f1;
}

.feedback_submit:active {
    background-color: #0a8bdb;
}

#blackBg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    background-color: #000000;
}

.feedback_close {
    cursor: pointer;
    position: absolute;
    top: -125px;
    right: -210px;
}

.feedback_close img {
    width: 9px;
    height: 9px;
}

/*意见反馈结束*/
.cont_min {
    min-height: 810px;
}

.t {
    background-color: chocolate;
}

.index-cont .sh_his .items {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #eeeeee;
}

/*顶部消息通知*/
.mess-tip {
    height: 20pt;
    margin: 20px 15px 0px 15px;
}

.mess-tip, .mess-tip div {
    display: inline-block;
    position: relative;
}

.mess-tip div {
    width: 12pt;
    height: 12pt;
    background-color: #e7212a;
    color: #fff;
    position: absolute;
    top: -4pt;
    right: -5pt;
    text-align: center;
    line-height: 12pt;
    font-size: .9em;
}

.mess-tip img {
    width: 19pt;
    height: 14pt;
}

.b_rb {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*v3-header*/
.v3-header {
    width: 100%;
    height: 60px;
}

.v3-header .header-content {
    height: 60px;
    border-bottom: 1px solid #dfdfdf;
}

.v3-header .header-content .logo {
    float: left;
    width: 191px;
    height: 60px;
    padding: 12px 0 0 28px;
    border-right: 1px solid #dfdfdf;
}

.v3-header .header-content .logo img {
    width: 131px;
    height: 37px;
}

.v3-header .header-content .navigate {
    float: left;
    height: 60px;
}

.v3-header .header-content .navigate .nav-list {
    float: left;
    height: 14px;
    margin: 0;
    margin: 0;
}

.v3-header .header-content .navigate .nav-list > li {
    float: left;
}

.v3-header .header-content .navigate .nav-list > li a {
    display: block;
    width: 100%;
    padding: 0 20px;
    line-height: 60px;
}

.v3-header .header-content .navigate .nav-list > li:hover {
    background: #f5f5f5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.v3-header .header-content .navigate .nav-list > .li-cur a {
    color: #2678cb;
}

.v3-header .header-content .com-join {
    position: relative;
    width: 140px;
    height: 60px;
    padding-top: 15px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    border-right: 1px solid #dfdfdf;
}

.v3-header .header-content .com-join:hover {
    background-color: #f5f5f5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.v3-header .header-content .com-join .com-join-btn {
    width: 88px;
    height: 28px;
    margin: 0 auto;
    border: 2px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.v3-header .header-content .com-join .com-join-text {
    display: none;
    position: absolute;
    right: 0px;
    top: 60px;
    background: #ffffff;
    box-shadow: 0px -1px 0px 0px #dce0e0;
    width: 260px;
    height: 76px;
}

.v3-header .header-content .header-help {
    z-index: 5;
    position: relative;
    width: 170px;
    height: 60px;
    border-right: 1px solid #dfdfdf;
    cursor: pointer;
}

.v3-header .header-content .header-help .header-help-t {
    text-align: center;
    line-height: 60px;
}

.v3-header .header-content .header-help:hover {
    background: #f5f5f5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.v3-header .header-content .header-help-content {
    z-index: 5;
    position: absolute;
    display: none;
    right: 0px;
    top: 60px;
    background: #ffffff;
    box-shadow: 0px -1px 0px 0px #dce0e0;
    width: 320px;
    height: 300px;
    overflow: hidden;
}

.help-top {
    height: 66px;
    padding: 18px 20px 15px 20px;
}

.help-top .help-ico {
    float: left;
    width: 26px;
    height: 27px;
}

.help-top .help-ico > img {
    vertical-align: top;
    width: 26px;
    height: 27px;
}

.help-top .help-t, .question-list > li .que-t {
    float: left;
    margin-left: 15px;
    font-size: 14px;
    color: #82888a;
    line-height: 1.75;
}

.help-top .help-t > input {
    width: 235px;
}

.question-list {
    height: 265px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.question-list > li {
    height: 55px;
    width: 280px;
    margin: 0 auto;
    border-bottom: 1px solid #dce0e0;
}

.question-list > .q-title {
    background: #f5f5f5;
    width: 319px;
    height: 50px;
    padding-left: 20px;
    padding-top: 0px;
    font-size: 16px;
    color: #565a5c;
    line-height: 50px;
    font-weight: bold;
    border-bottom: none;
}

.question-list > li .q-link {
    display: inline-block;
    *zoom: 1;
    *display: block;
    line-height: 55px;

    font-size: 14px;
    color: #82888a;
}

.question-list > li .q-link > img {
    width: 29px;
    height: 32px;
    vertical-align: middle;
    margin-right: 8px;
}

.question-list > li .que-ico {
    float: left;
    width: 29px;
    height: 32px;
}

.question-list > li .que-ico > img {
    width: 29px;
    height: 32px;
}

.help-bottom {
    position: relative;
    z-index: 1;
    height: 36px;
    line-height: 36px;
    padding-left: 18px;
    border-top: 1px solid #c4c4c4;
    box-shadow: 0px -10px 15px #fff;

}

.help-bottom > a {
    font-size: 14px;
    color: #2678cb;
}

.help-bottom > a:hover {
    text-decoration: underline;
}

.header-content .user-count {
    width: 150px;
}

.header-content .user-count .user-register {
    float: left;
    width: 75px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #dfdfdf;

}

.header-content .user-count .user-login {
    float: left;
    width: 74px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.v3-header .header-content .user-count .user-register > a,
.v3-header .header-content .user-count .user-login > a {
    display: inline-block;
    width: 100%;
    *display: block;
    *zoom: 1;
}

.v3-header .nav-user-info {
    z-index: 5;
    position: relative;
    width: 150px;
    height: 60px;
    cursor: pointer;
}

.v3-header .header-content .user-count .user-register:hover, .v3-header .header-content .user-count .user-login:hover, .v3-header .nav-user-info:hover {
    background-color: #f5f5f5;;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.v3-header .nav-user-arr {
    float: right;
    height: 4px;
    margin: 28px 2px 0px 5px;
}

.v3-header .nav-user-arr img{
    vertical-align: top;
}

.v3-header .nav-user-name {
    float: right;
    margin-left: 8px;
    margin-top: 22px;
}

.v3-header .nav-user-avatar {
    height: 35px;
    width: 35px;
    margin-top: 12px;
    border-radius: 50%;
    overflow: hidden;
    float: right;
}

.v3-header .nav-user-avatar img {
    width: 35px;
    height: 35px;
}

.v3-header .drop-menu {
    position: relative;
    z-index: 5;
    width: 0px;
    height: 0px;
    float: right;
    text-align: center;
}

.v3-header .user-drop-menu {
    display: none;
    position: absolute;
    width: 91px;
    top: 60px;
    left: 0px;
    overflow: hidden;
}

.v3-header .user-drop-menu .drop-arr {
    height: 8px;
}

.v3-header .user-drop-menu .drop-arr img {
    vertical-align: top
}

.v3-header .nav-user-drop-list {
    width: 91px;
    padding: 7px 0;
    background: #fff;
    filter: Alpha(opacity=90);
    position: static;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    line-height: 30px;
    overflow: hidden;
}

.v3-header .nav-user-drop-list > li, .country-drop-list > li {
    height: 24px;
    text-align: center;
    line-height: 1.75;
}

.v3-header .nav-user-drop-list > li, .country-drop-list > li > a {
    display: inline-block;
    height: 24px;
    width: 100%
}

.v3-header .nav-user-drop-list > li:hover, .country-drop-list > li:hover {
    background-color: #1da1f2;
    cursor: pointer;
}

.v3-header .nav-user-drop-list > li:hover a, .country-drop-list > li:hover a {
    color: #fff;
}

/*v3-bottom*/
.v3-bottom {

}

.v3-bottom .bottom-nav {
    width: 100%;
    height: 290px;
    background: #2b2d2e;
    padding-top: 60px;

}

.v3-bottom .footer {
    width: 100%;
    background: #1e1f20;
    height: 50px;
}

.v3-bottom .bottom-nav .content {
    width: 1170px;
    margin: 0 auto;
    min-height:0px;
}

.v3-bottom .bottom-item {
    float: left;
    margin-right: 100px;
}

.v3-bottom .bottom-item > li a, .v3-bottom .bottom-item > li {
    font-size: 14px;
    color: #82888a;
    line-height: 1.75;
}

.v3-bottom .bottom-item > .li-t {
    float: none;
    margin-bottom: 16px;
    font-size: 16px;
    color: #babebf;
    font-weight: bold;
}

.v3-bottom .friend-list {
    width: 300px;
}

.v3-bottom .friend-list > li {
    float: left;
    margin-right: 15px;
}

.v3-bottom .bottom-item > li .edit {
    position: relative;
    background: #3e4142;
    border-radius: 2px;
    width: 262px;
    height: 40px;
    margin-top: 23px;
    font-size: 16px;
    color: #82888a;
    line-height: 40px;
    text-indent: 1em;
    cursor: pointer;
}

.v3-bottom .edit-sel {
    display: none;
    position: absolute;
    left: 13px;
    top: -11px;
    background: #3e4142;
    box-shadow: 0px 2px 5px 0px rgba(16, 16, 16, 0.20);
    border-radius: 2px;
    width: 99px;
    height: 74px;
    padding-top: 11px;
}

.v3-bottom .edit-sel > li {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    text-indent: 25px;
    cursor: pointer;
}

.v3-bottom .edit-sel > li > a {
    color: #82888a;
}

.v3-bottom .edit-sel .sel {
    background: url(../images/edit_sel.png) no-repeat 10px 10px;
}

.v3-bottom .footer .content {
    width: 1170px;
    margin: 0 auto;
    min-height:0px;
    font-size: 14px;
    color: #82888a;
    line-height: 50px;
}