[v-cloak]{
    display:none;
}



.table>thead>tr>th {
    border-bottom: 1px solid #e6e8eb;
    color: #6a7c8f;
}




.validatorMsg{ margin-top:-40px; position:relative;}
.oauth_login{
}
.oauth_login a {
    display: inline-block;
    padding: 5px 10px;
    height: 30px;   
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: #cbcbcb;
    cursor: pointer;
}
.oauth_login a#wechat {
    background: #35b558;
}
.oauth_login a#open_wechat {
    background: #ff6600;
}
.oauth_login a#wechat:hover {
    background: #35b558;
}
.oauth_login a#qq {
    background: #60a6e8;
}
.oauth_login a#wxapp {
    background: #f76363;
}
.fastlogin {
    position: relative;
    height: 30px;
    text-align: center;
}
.fastlogin .line {
    position: absolute;
    top: 20px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #eee;
}
.fastlogin .text-center {
    position: absolute;
    display: block;
    top: 8px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    height: 30px;
    color: #999;
    background-color: #fff;
    letter-spacing: 2px;
}

.wall {
    background-color: #fd2b50;
    height: 360px;
}
.login,
.register,
.forget {
    width:600px;
    margin-top: -240px;
}



#content {
    width: 950px;
}




.user-card {
    padding-top: 16px;
}

.user-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
}

.user-card .username {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.user-card .auth-icon .iconfont {
    font-size: 22px;
    color: #ccc;
}

.user-card .auth-icon .iconfont.success {
    color: #ffc900;
}

.user-card .action {
    border-top: 1px solid #eee;
    font-size: 0px;
}

.user-card .action li {
    display: inline-block;
    width: 50%;
    border-bottom: 2px solid transparent;
}

.user-card .action li.active {
    border-bottom: 2px solid #fd2b50;
}

#sidebar .action li a {
    padding: 0px;
}

.user-card .action li.active a {
    color: #fd2b50;
}

.user-card .action a {
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px; font-weight:bold;
    color: #999;
}

.user-card .action a:hover {
    color: #fd2b50;
}

.user-card .action li+li {
    border-left: 1px solid #eee;
}




#sidebar {
    width: 190px;
    float: left;
}

#sidebar .avatar-box {
    position: relative;
    height: 96px;
    width: 96px;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
}

#sidebar .avatar-box a {
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    bottom: 0px;
    z-index: 3;
    line-height: 30px;
}

#sidebar .avatar-box a:focus {
    outline: none;
}

#sidebar .avatar-box .virtual {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -32px;
    font-size: 12px;
    height: 32px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    line-height: 32px;
    z-index: 2;
    transition: bottom .3s;
    -moz-transition: bottom .3s;
    -webkit-transition: bottom .3s;
    -o-transition: bottom .3s;
}

.preview {
    height: 96px;
    width: 96px;
    margin-top: 45px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #999;
}

#sidebar .avatar-box:hover span {
    bottom: 0px;
}

#sidebar .operation a {
    display: block;
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
    border-left: 2px solid #fff; font-size:16px;
    margin-bottom: 2px;
}

#sidebar .operation .active a,
#sidebar .operation a:hover {
    border-left: 2px solid #fd2b50;
    color: #fd2b50;
    background-color: #f1f1f1;
}

#sidebar .operation .current{
    border-left: 2px solid #fd2b50;
    color: #fd2b50; font-weight:bold;
    background-color: #f1f1f1;
}

#sidebar .operation .line a {
    border-bottom: 1px solid #eee;
}




#main .main-content {
    width: 990px;
}




.pager li>a {
    padding: 3px 10px;
}

.info-intro,
.info-view {
    line-height: 30px;
}




.cmt-list .msg .label {
    font-weight: normal;
}

.cmt-list .msg .title {
    font-weight: bold;
    color: #222;
}

.cmt-list .msg .time {
    padding-top: 2px;
    font-size: 12px;
}

.cmt-list .text {
    margin-left: 60px;
    position: relative;
    padding: 5px 10px;
    line-height: 30px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    word-break: break-all;
}

.cmt-list .text:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    position: absolute;
    top: -10px;
    left: 20px;
}




.binding .media .fa-mobile {
    font-size: 48px;
    padding-right: 11px;
}

.binding .media .fa-envelope {
    font-size: 24px;
    padding-right: 8px;
}

.binding .media .fa-mobile.done {
    color: #509adc;
}

.binding .media .fa-envelope.done {
    color: #fcac00;
}

.verifyModel .form-group {
    margin-bottom: 0px;
}

.verifyModel .form-control {
    width: 130px;
}




label.payment {
    cursor: pointer;
}

label.payment img {
    filter: grayscale(100%);
}

input[type="radio"]:checked+img {
    filter: none;
}

.payitem {
    position: relative;
    display: inline-block;
    height: 150px;
}

.payitem img {
    width: 120px;
    height: 120px;
}

.payitem span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}




.box {
    width: 480px;
    background: #fff;
    margin: 0 auto;
}

.box .member-login {
    font-size: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
}


.box .form-control {
    height: 45px;
    line-height: 45px!important;
    padding: 0 12px;
}

.box form #checkcode,
.box form #reg-captcha {
    display: inline-block;
    width: 55%;
    height: 45px;
}

.box form #get_verify {
    width: 115px;
    height: 45px;
    float: right;
}

.box .form-group #captcha_img {
    height: 45px;
}

.find-step {
    position: relative;
    float: none!important;
    margin: 0 auto 40px 15px;
    height: 80px;
    text-align: center;
    padding-top: 20px
}

.find-step .step {
    float: left;
    width: 90px;
    height: 80px;
    font-size: 16px;
    margin-left: 25px
}

.find-step hr {
    float: left;
    width: 200px;
    margin-top: 55px;
    border-top: 1px solid #ddd;
}

.mr-0 {
    margin-right: 0!important
}

.find-step .step .num {
    width: 50px;
    height: 30px;
    margin: 20px 15px 0;
    padding: 0 10px
}

.find-step .step .num span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 18px;
    color: #222
}

.find-step .active {
    color: #fd2b50;
}

.find-step .active .num span {
    background-color: #fd2b50;
    color: #fff;
}

.reg_form {
    float: none!important;
    margin: 0 auto
}

.form-horizontal .control-label {
    padding-right: 0!important;
    color: #999
}




.panel #img-upload .item {
    height: 190px;
    width: 196px;
}




.panel-body .messages+.no-msg {
    color: #ccc;
    text-align: center;
    padding: 45px 0;
}

.messages .button-group a {
    color: #999;
    display: none;
}

.messages li:hover .button-group a {
    display: block;
}

.messages .media-body .overflow {
    max-width: 666px;
}

.messages .media-body .time {
    font-size: 12px;
}

.form-control22 {
  
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; float:left; margin-bottom:15px;
}

.user_info { position:relative; }
.user_info .pic { float:left; }
.user_info .pic img { border:1px solid #c4c4c4; }
.user_info .ft { position:absolute; top:0; right:0; }
.user_info .info_cont { text-align:left; float:left; display:inline; margin:20px 10px; }
.user_info .info_cont p { margin-bottom:8px; }
.user_info .info_cont p .blue_skin { color:#4875e7; font-size:18px; font-weight:bold; }
.red_skin { color:#e74863; }
a.red_skin { color:#e74863; text-decoration:none; }
a.red_skin:hover { text-decoration:none; }
a.menu_info { width:69px; height:20px; display:inline; float:left; margin-right:5px; background-position:-318px -229px; line-height:20px; color:#fff!important; text-align:center; }
a.red_menu { background-position:-249px -229px; }
.count_box { margin-top:10px; background-position:0 8px; height:237px; }
.count_box .hd { font-size:14px; color:#e33b14; font-weight:bold; text-align:left; padding-left:24px; }
.count_box .bd { text-align:left; padding:20px; font-size:14px; line-height:25px; }
.count_box .bd b { color:#ef3509; }
.count_box .bd p.more { background-position:0 4px; padding-left:20px; font-size:12px; margin-top:20px; color:#666; }
.secondary_information { background-color:#fefce4; border:1px solid #efebc0; padding:8px; text-align:left; margin-top:10px; line-height:22px; color:#888; }
.secondary_information b { color:#f3390e; font-weight:normal; }
.secondary_information .huodong a { color:#333; }
.secondary_information .huodong a:hover { color:#f30; }
.secondary_information a { text-decoration:none; }
.fot_module { float:left; margin-right:10px; display:inline; position:relative; background-position:0 -229px; width:237px; height:135px; padding:8px 0 0 12px; text-align:left; }
.fot_module .hd { width:57px; height:14px; text-indent:-999em; overflow:hidden; }
.fot_module .h_01 { background-position:-708px -244px; }
.fot_module .h_02 { background-position:-708px -272px; }
.fot_module .h_03 { background-position:-708px -258px; }
.fot_module .ft { text-align:center; position:absolute; top:5px; right:8px; }
.fot_module .ft .more { display:block; background-position:-240px -240px; width:50px; height:20px; padding-top:3px; color:#4c6c8e; }
.fot_module .ft .jianyi { background-position:-240px -216px; width:68px; height:21px; }
.text_list { margin-top:10px; }
.text_list li { background:url(404.png) no-repeat 0 8px; padding-left:10px; zoom:1; height:21px; line-height:21px; overflow:hidden; }
.data_box { background-color:#fbf5e6; border:1px solid #f8e38f; zoom:1; margin-top:5px; height:30px; line-height:30px; padding:0 5px; }
.data_box .left { float:left; }
.data_box .right { float:right; }
.data_box span.red_skin { color:#f70538; }
.data_box span.blue_skin { color:#436bed; }
.data_box span.yellow_skin { color:#ee804f; }
.service_zone { position:relative; text-align:left; margin-top:20px; }
.service_zone .bd { margin:10px 8px; }
.service_zone .bd li { line-height:23px; color:#333; padding-left:20px; zoom:1; margin-top:2px; }
.service_zone .bd li.ser_tel { background-position:2px 6px; }
.service_zone .bd li.ser_qq { background-position:1px -47px; }
.service_zone .bd li.ser_qqs { background-position:0 -20px; }
.service_zone .bd li a:link { color:#36c; text-decoration:none; }
.service_zone .bd li a:hover { color:#f30; }
.guishubut:hover, a.fabubut2:hover { background:#f80; color:#fff; text-decoration:none; }
.guishubut { width:90px; height:24px; color:#FFF; background:#d5d5d5; line-height:24px; border:0; font-size:12px; border-radius:5px; margin:0 3px; text-align:center; cursor:pointer; display:inline-block; }

.headbottom {
    border-bottom: 2px solid #fd2b50;
}



.edit_box { text-align:left; background-color:#f5faff; }
.edit_box li { clear:both; font-size:14px; padding:5px 0; line-height:22px; border-bottom:1px solid #e4edf4; color:#333; zoom:1; overflow:hidden; }
.edit_box li span.span_1 { display:block; float:left; text-align:right; width:100px; font-size:14px; font-weight:bold; color:#036; margin-right:10px; }
.edit_box li span.span_2 { display:block; float:left; }
.edit_box li span.red_skin { font-size:20px; color:#f00; }
.edit_box li a { text-decoration:none; }
.edit_box li input, .edit_box li select { font-size:12px; }
.edit_box li input.text { border:1px solid #a7a6aa; height:22px; line-height:20px; color:#333; }
.edit_box li input.button { height:28px; width:50px; line-height:20px; font-size:14px; }
.text { border:1px solid #ddd; height:22px; line-height:20px; color:#333; padding:3px; }
.bigtitle { color:#00e; font-size:18px; font-weight:bold; height:45px; line-height:45px; }
#contentfloat { float:right; width:100%; }
#contentt { color:#333; padding:10px; padding-bottom:0; }
.tx_box { margin:15px 0; border:solid 1px #deebfc; background-color:#f3f6fb; }
.tx_box .tx_title { color:Red; }
.tx_title span { font-weight:bold; font-size:14px; }

.tditem { background-color:#FFF; padding:9px; text-align:right; }
.tdcontent { background-color:#FFF; padding:9px; }
.smalltitle { border-left:4px solid #F80; background:#e2e2e2; padding:6px 20px; color:#333; font-size:14px; font-weight:bold; }
.tdcontent span { color:#999; }

.tablelist { background-color:#ddd; }
.tablelist td { padding:6px; }
.tablelist .tabletitle { background-color:#f8f8f8; vertical-align:middle; text-align:center; height:25px; }
.table_over { background-color:#f9f9f9; }
.ptag { border-bottom:#069 2px solid; }
.ptag .card_line { width:3px; }
.ptag .card_normal { border-right:#ddd 1px solid; border-top:#ddd 1px solid; background-image:url(404.png); border-left:#ddd 1px solid; color:#000; line-height:22px; border-bottom:#ddd 1px; background-repeat:repeat-x; background-color:white; text-align:center; }
.ptag .card_down { border-right:#e10000 1px solid; padding-right:0; border-top:#e10000 1px solid; padding-left:0; background-image:url(404.png); padding-bottom:0; border-left:#e10000 1px solid; color:white; line-height:22px; padding-top:3px; border-bottom:#e10000 1px solid; background-repeat:repeat-x; background-color:#e10000; text-align:center; }
.ptag .card_normal a { display:block; color:#000; padding-top:3px; text-decoration:none; }
.ptag .card_normal a:link { display:block; color:#000; padding-top:3px; text-decoration:none; }
.ptag .card_normal a:visited { display:block; color:#000; padding-top:3px; text-decoration:none; }
.okbut:hover, a.fabubut2:hover { background:#f20; }
.okbut { width:200px; height:40px; color:#FFF; background:#f80; border:0; font-size:18px; font-weight:bold; margin:0 12px; text-align:center; cursor:pointer; display:inline-block; border-radius:3px; }
.pingbut:hover, a.fabubut2:hover { background:#f80; }
.pingbut { width:100px; height:26px; color:#FFF; background:#0194e4; border:0; font-size:14px; font-weight:bold; margin:0 12px; text-align:center; cursor:pointer; display:inline-block; border-radius:3px; }