@charset "utf-8";
.bg {
    width: 100%;
    height: auto;
    background: url("../images/bg03.jpg") no-repeat 50% 0;
}

.wrap {
    width: 100%;
    min-width: 1000px;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

/* header */
.header {
    width: 100%;
    height: 101px;
    background: url("../images/top_line.jpg") repeat-x 0 bottom;
}

.header h1 {
    padding: 17px 60px 0 18px;
    display: block;
    float: left;
}

.header .menu {
    display: block;
    float: left;
}

.header .menu li {
    display: inline-block;
    float: left;
    margin-right: 55px;
    font-size: 18px;
    line-height: 30px;
    padding: 38px 0 0;
}

.header .menu li a {
    color: #646464;
}

.header .menu li.on a {
    color: #901e96;
}

.header h2 {
    position: absolute;
    top: 44px;
    right: 0;
}


.footer {
    width: 100%;
    height: 100px;
    background: #d8d8da;
    /*     position: fixed;
    bottom: 0px;
    left: 0; */
}

.footer .inner p {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    padding-top: 15px;
}

/* 侧边栏 */
.mian_bg {
    width: 1000px;
    height: auto;
    /*background: url("../images/bg_main.jpg") repeat-y;*/
    background: #fff;
}

.mod_sidebar {
    width: 200px;
    float: left;
    height: auto;
}

.mod_sidebar li {
    display: block;
    height: 65px;
}

.mod_sidebar li a {
    padding: 18px 0 15px 34px;
    border-left: 5px solid #403b52;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #8a80a5;
    font-size: 16px;
    -webkit-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -moz-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -ms-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    -o-text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
    text-shadow: 1px 2px rgba(8, 1, 3, 0.5);
}

.mod_sidebar li a:hover, .mod_sidebar li.cur a {
    border-left: 5px solid #9589bb;
    background: #4f4663;
    color: #ffffff;
    font-weight: bold;
}

.ico {
    background: url(../images/sp_ico.png) no-repeat;
    display: inline-block;
}

.ico_user, .ico_folder, .ico_lock {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    vertical-align: top;
    *vertical-align: -6px;
}

.ico_user {
    background-position: -73px 0;
}

.ico_folder {
    background-position: -118px 0;
}

.ico_lock {
    background-position: -165px 0;
}

.mod_sidebar li.cur .ico_user,.mod_sidebar li a:hover .ico_user {
    background-position: -73px -40px;
}

.mod_sidebar li.cur .ico_folder,.mod_sidebar li a:hover .ico_folder {
    background-position: -118px -40px;
}

.mod_sidebar li.cur .ico_lock,.mod_sidebar li a:hover .ico_lock {
    background-position: -165px -40px;
}

/* 右侧主体 */
.mod_contant {
    width: 800px;
    float: left;
    height: auto;
    padding-bottom: 30px;
}

.h_tit {
    margin: 18px 0 18px 5px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border-left: 5px solid #763f79;
    font-size: 22px;
    font-weight: bold;
    color: #8a80a5;
    /*border-bottom: 1px solid #e2e2e2;*/
}

.main_info {
    width: 650px;
    margin: 0 auto;
}

.basic {
    padding-bottom: 40px;
    border-bottom: 1px solid #c3c3c3;
}

.acc_ava {
    display: inline-block;
    float: left;
    width: 148px;
    height: 148px;
    border: 1px solid #888888;
    background: #fff;
}

.acc_avb {
    display: inline-block;
    float: right;
}

.acc_avb dl {
    margin-top: 6px;
}

.acc_avb dl dt, .acc_avb dl dd {
    display: inline;
    font-size: 18px;
    color: #5e5e5e;
    line-height: 30px;
}

.prev_login {
    font-size: 18px;
    color: #888888;
    margin-top: 12px;
    line-height: 30px;
}

.prev_login a {
    margin-left: 110px;
    color: #ff4c4c;
    text-decoration: underline;
}

.infomation_perfect {
    margin: 50px 0 10px;
    text-align: center;
}

.infomation_perfect_hh{
    margin-bottom: 40px;
}

.safe_bar {
    width: 270px;
    height: 10px;
    background-color: #b5b5b5;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0px 30px;
}

.safe_pro {
    display: inline-block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.safe_pro.red {
    background: #ea6153;
}

.safe_pro.yellow {
    background: #f1c40f;
}

.safe_pro.green {
    background: #2ecc71;
}

.c_red {
    color: #ea6153;
}

.c_yellow {
    color: #f1c40f;
}

.c_green {
    color: #2ecc71;
}

.infomation-tips{
    color: #893262;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
}


.infomation_list {
    margin-top: 24px;
}

.infomation_list li {
    position: relative;
    display: block;
    float: left;
    width: 140px;
    margin-right: 30px;
    text-align: center;
}

.infomation_list li:before{
    content: "";
    position: absolute;
    top: -10px;
    right: -14px;
    width: 48px;
    height: 48px;
}

.infomation_list li.nodo:before{
    background: url(../images/ico_tips.png) no-repeat;
}

.infomation_list li.bg_purple {
    margin: 0;
}

.infomation_list li span {
    position: relative;
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    margin-top: 8px;
    display: block;
}


.infomation_list li .fuc {
    width: 140px;
    height: 140px;
    text-align: center;
}

.infomation_list li.bg_green .fuc {
    background: url(../images/bg_green.jpg) no-repeat;
}

.infomation_list li.bg_purple .fuc {
    background: url(../images/bg_purple.jpg) no-repeat;
}

.infomation_list li.bg_yellow .fuc {
    background: url(../images/bg_yellow.jpg) no-repeat;
}

.infomation_list li.bg_blue .fuc {
    background: url(../images/bg_blue.jpg) no-repeat;
}

.infomation_list li.bg_green .fuc img {
    margin-top: 35px;
}

.infomation_list li.bg_purple .fuc img {
    margin-top: 44px;
}

.infomation_list li.bg_yellow .fuc img {
    margin-top: 38px;
}

.infomation_list li.bg_blue .fuc img {
    margin-top: 46px;
}

.infomation_list li a:hover img {
    -moz-animation: swing 0.5s ease 3;
    -webkit-animation: swing .5s ease 3;
    -o-animation: swing .5s ease 3;
    -ms-animation: swing .5s ease 3;
    animation: swing .5s ease 3;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

/* 个人资料 */
.data_info {
    width: 706px;
    margin: 0 auto;
}

.tab_tit {
    height: 35px;
    border-bottom: 3px solid #4f4663;
}

.tab_tit li {
    display: block;
    float: left;
    font-size: 14px;
    color: #5e5e5e;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.tab_tit li.cur {
    background: #4f4663;
    color: #fff;
}

.tab_tit li a {
    padding: 0 25px;
    color: #5e5e5e;
    display: block;
}

.tab_tit li.cur a {
    color: #fff;
}

.data_modifi {
    display: none;
}

.fill li {
    display: block;
    margin-top: 23px;
}

.fill li label {
    font-size: 14px;
    color: #5e5e5e;
    text-align: right;
    display: inline-block;
    width: 113px;
}

.fill li .ipt {
    *vertical-align: middle;
}

.ipt {
    display: inline-block;
    width: 220px;
    border: 1px solid #e0e0e0;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    text-indent: 10px;
    font-size: 14px;
    color: #5e5e5e;
}

.fill li select, .fb select {
    height: 36px;

    } 

.b_radio {
    vertical-align: middle;
}

.fill li .w_220 {
    width: 220px;
}

.error {
    font-size: 12px;
    color: #ff4c4c;
}

.links {
    text-decoration: underline;
    font-size: 14px;
    color: #529bef;
}

.fill li .text {
    font-size: 14px;
    color: #5e5e5e;
}

.btn-save {
    display: inline-block;
    border: 1px solid #c2c2c2;
    color: #5e5e5e;
    width: 168px;
    height: 36px;
    *height: 33px;
    height: 33px \0;
    line-height: 36px;
    *line-height: 33px;
    line-height: 33px \0;
    *margin-top: 1px;
    font-size: 16px;
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: -webkit-moz-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    *background: #f6f6f6;
    background: #f6f6f6 \0;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.btn {
    width: 128px;
    font-size: 12px;
}

.choose_pic {
    width: 432px;
    padding: 0 0 60px 19px;
    border-right: 1px solid #c3c3c3;
    display: inline-block;
    float: left;
    margin-top: 22px;
}

.choose_pic h4 {
    font-size: 14px;
    color: #5e5e5e;
    line-height: 27px;
    margin-bottom: 12px;
}

.file {
    position: relative;
    display: inline-block;
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: -webkit-moz-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    *background: #f6f6f6;
    background: #f6f6f6 \0;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    padding: 8px 0px;
    overflow: hidden;
    color: #5e5e5e;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    font-size: 14px;
    width: 128px;
    text-align: center;
    vertical-align: top;
    margin-right: 15px;
}

.file input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity:0);
    zoom: 1;
    width: 128px;
    height: 36px;
}

.step {
    width: 400px;
    height: 300px;
    margin: 18px 0 40px;
    display: none;
}

.ico_arrow {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-position: 0 -135px;
    margin-left: 8px;
}

.preview {
    width: 248px;
    float: right;
}

.preview h4 {
    font-size: 20px;
    color: #8a80a5;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    line-height: 30px;
}

.eb {
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.eb span {
    margin-top: 10px;
    line-height: 24px;
    display: block;
}

.eb.small p, .eb.middle p, .eb.big p {
    text-align: center;
    border: 1px solid #b4b2b3;
}

.eb.small {
    width: 50px;
    margin: 45px 37px 0 62px
}

.eb.small p {
    width: 48px;
    height: 48px;
}

.eb.middle {
    width: 70px;
    margin: 25px 0 0 0;
}

.eb.middle p {
    width: 68px;
    height: 68px;
}

.eb.big {
    width: 200px;
    margin: 10px 0 0 40px
}

.eb.big p {
    width: 198px;
    height: 198px;
}

.eb img {
    width: 100%;
    height: 100%;
}

/* 账户安全 */
.fc {
    display: inline-block;
    width: 140px;
    height: 140px;
    text-align: center;
}

.bg_yellow {
    background: url(../images/bg_yellow.jpg) no-repeat;
}

.bg_blue {
    background: url(../images/bg_blue.jpg) no-repeat;
}

.bg_green {
    background: url(../images/bg_green.jpg) no-repeat;
}

.bg_yellow img {
    margin-top: 38px;
}

.bg_blue img {
    margin-top: 46px;
}

.bg_green img {
    margin-top: 38px;
}

.fc:hover img {
    -moz-animation: swing 0.5s ease 3;
    -webkit-animation: swing .5s ease 3;
    -o-animation: swing .5s ease 3;
    -ms-animation: swing .5s ease 3;
    animation: swing .5s ease 3;
}

.b_tip {
    width: 530px;
    float: right;
    font-size: 14px;
    color: #5e5e5e;
    line-height: 30px;
}

.w_108 {
    width: 108px !important;
}

.bar {
    width: 590px;
    height: 38px;
    background: url(../images/bg_bar.png) no-repeat;
    margin: 0 auto;
}

.bar.first {
    background-position: 0 0;
}

.bar.second {
    background-position: 0 -46px;
}

.bar.third {
    background-position: 0 -92px;
}

.bar li {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    width: 33.3%;
}

.fb {
    margin: 20px auto 0;
}

.fb .fc {
    margin-left: 85px;
}

.fb .fc img {
    margin: 0;
}

.fb .b_tip {
    width: 465px;
}

.fb .b_tip label {
    font-size: 16px;
    color: #5e5e5e;
    width: 105px;
    text-align: right;
    display: inline-block;
}

.fb .b_tip .ipt {
    vertical-align: middle;
}

.fb .b_tip p {
    margin-bottom: 23px;
}

.getVerificationCode {
    display: inline-block;
    width: 108px;
    height: 38px;
    line-height: 38px;
    *line-height: 30px;
    color: #fff;
    *background: #f8f8f8;
    background: #f8f8f8 \0;
    background: rgba(242, 242, 242, 0.3);
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #c2c2c2;
    color: #5e5e5e;
    vertical-align: middle;
}

.tipsError {
    color: #ff5959;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 3px;
    visibility: hidden;
}

.show {
    visibility: visible !important;
}

.ico_small_tip {
    width: 12px;
    height: 12px;
    background-position: 0px -116px;
    vertical-align: -1px;
    *vertical-align: 2px;
    margin-right: 5px;
}

.successful {
    font-size: 33px;
    color: #ff4c4c;
    text-align: center;
    line-height: 50px;
    margin: 50px 0;
}

.no_binding_phone .fb .b_tip label.lb {
    float: none;
    width: auto;
    margin-left: 5px;
}

.more {
    color: #ff4c4c;
    text-decoration: underline;
}

/* 绑定邮箱 */
.no_float {
    float: none;
    margin: 0 auto;
}

.e_mark {
    width: 620px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid #c3c3c3;
}

.send_email {
    padding: 20px 0 0 0;
    height: 80px;
    font-size: 18px;
    margin-bottom: 50px;
}

.send_email span {
    vertical-align: top;
}

.w_22 {
    width: 220px !important;
}

.ico_hook {
    width: 42px;
    height: 39px;
    background-position: 0 -164px;
    vertical-align: middle;
}

.binding_bartender_success, .w_6 {
    width: 635px !important;
    margin: 0 auto;
}

.answer {
    padding: 20px 0 0px 60px;
    background: #f2f2f2;
    margin-top: 25px;
}

.answer dl {
    padding-bottom: 20px;
}

.answer dl dt, .answer dl dd, .solution dt, .solution dd {
    display: inline-block;
    *display: inline;
    color: #5e5e5e;
    line-height: 24px;
}

.solution dt, .answer dt {
    margin-right: 20px;
}

.h_tit2 {
    font-size: 18px;
    font-weight: bold;
}

.question {
    font-size: 16px;
}

.w_4 {
    width: 450px;
    margin: 0 auto;
}

.ico_danger {
    width: 19px;
    height: 19px;
    background-position: -47px -26px;
    vertical-align: text-bottom;
}

.changePassword .safe_bar {
    margin: 0;
    width: 220px;
}

.sep {
    border-bottom: 1px solid #e2e2e2;
    margin-top: 10px;
    margin-bottom: 10px;
}
