/* 栏目标题 */
.column_title{
    height: 30px;
    margin-top: 17px;
    margin-left: 19px;
}
.column_title a{  
    width:60px;
    height:30px;
    font-size:30px;
    font-weight:500;
    line-height:45px;
}
/* 更多 */
.more a{
    font-size:14px;
    color:rgba(153,153,153,1);
    line-height:21px;
}
.more a:hover{color:rgba(153,153,153,1);}
.arrow_more{
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-left: 5px;
}
/* 当前位置 */
.cur_place{
    height: 64px;
    line-height: 64px;
    color: #999999FF;
   font-size:14px;
}
.cur_place a{
    color: #999999FF;
    padding-right: 5px;
    padding-left: 5px;
}
.cur_place a:hover{
   color:#EB891B;
}



.position li {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}

.position li a {
    font-size: 14px;
    color: #999;
}

.position li a:hover {
    color: #EB891B;
}
/* 视频播放器 */

.jw-icon-barlogo-new{
    display: none!important;
}
.jw-skin-bce .jw-progress{
    background: #EB891B!important;
}
.jw-skin-bce .jw-button-color:hover, .jw-skin-bce .jw-toggle {
    color: #EB891B!important;
}
.jw-rightclick{
  
  display:none!important;
}
.jw-skin-bce .jw-controlbar .jw-icon-hd .jw-hd-label:hover{
  background-color: #EB891B!important;
  
}
.jw-skin-bce .jw-icon-tooltip .jw-active-option{
   background-color: #EB891B!important;
}
.jw-skin-bce .jw-background-color {
    background: rgb(0,0,0,0.6)!important;
}

/* 评论右侧栏目 */
.v_middle_l{
    width: 840px;
}
.v_middle{
    background-color: #F6F6F6FF;
    padding-bottom: 60px;
}
.v_middle_r{
    width:339px;
}
.v_middle_r h2.title{
    height: 90px;
    font-size:30px;
    font-weight:500;
    line-height: 100px;
}
.r_wrap{
    padding: 20px;
}
.r_items{
    margin-bottom: 15px;
}
.r_items .item_l{
    width:141px;
    height:80px;
    position: relative;
}
.r_items .item_r{
    height: 79px;
    width:141px;
}
.r_items .item_l img{
    width: 100%;
    height: 100%;
}
.r_items .item_l  .duration,.videoAbout  .item_l  .duration{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width:40px;
    height:17px;
    background:rgba(0,0,0,0.51);
    border-radius:3px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    display: block;
    padding:0 4px;
}
.r_items .item_r .info{
    max-height: 44px;
    overflow: hidden;
}
.r_items .item_r .time{
    color: #999999FF;
    font-size: 14px;
    margin-top: 19px;
}
/* 分享 */
.share{
    color: #999999FF;
    font-size: 14px;
    width: 220px;
}
.share .share_icon{
    margin-top: -8px;
}
.bdshare-button-style1-24 a{
    padding-left: 26px!important;
    margin-right: 15px!important;
    background-position: 0 0!important;
}

.bdshare-button-style1-24 .bds_tsina{
    background-image: url('{$TEMPLATE}images/common/a_wb.png');
} 
.bdshare-button-style1-24 .bds_weixin{
    background-image: url('{$TEMPLATE}images/common/a_wx.png');
}
.bdshare-button-style1-24 .bds_sqq{
    background-image: url('{$TEMPLATE}images/common/a_qq.png');
}
.bdshare-button-style1-24 .bds_qzone{
    background-image: url('{$TEMPLATE}images/common/a_zone.png');
}
.bdshare-button-style1-24 .bds_tsina:hover{
    background-image: url('{$TEMPLATE}images/common/wb_hover.png')!important;
} 
.bdshare-button-style1-24 .bds_weixin:hover{
    background-image: url('{$TEMPLATE}images/common/wx_hover.png');
}
.bdshare-button-style1-24 .bds_sqq:hover{
    background-image: url('{$TEMPLATE}images/common/a_qq_hover.png');
}
.bdshare-button-style1-24 .bds_qzone:hover{
    background-image: url('{$TEMPLATE}images/common/a_zone_hover.png');
}


/* 登录--注册--个人中心 */
body,html{
    height: 100%;
}
#wrap{
    width: 100%;
    height: 100%;
    min-height: 750px;
    background: url(../../images/personal/login_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}
#nav_wrap{
    width: 100%;
    height: 40px;
    margin:auto;
    padding-top:48px;
}
#nav_wrap .logo h1 .logo-bd {
    display: block;
    width: 142px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../../images/personal/logo_s.png) 0 0 no-repeat;
}
#nav_wrap  .nav li{
    float: left;
}
#nav_wrap  .nav li a{
    width:48px;
    display: inline-block;
    font-size:24px;
    color:#666666;
    margin-right: 60px;
}
#nav_wrap  .nav li a:hover{
    text-decoration: none;
    color: #EB891B;
}
.main{
    width: 100%;
    height: 600px;
    margin: 50px auto 0;
}
.main .right{
    width: 620px;
    height: 100%;
    background:url(../../images/personal/r_bg.png) no-repeat;
    position: relative;
}
/* 提示 */
.error_info{
bottom: 62px!important;
}
.error_info{
    color: red;
    position: absolute;
    bottom: 75px;
    left: 35px;
    /* margin-left: 15px;
    margin-top: 15px; */
}
#noticeMsg{
    color: red;
    position: absolute;
    top: 98px;
    left: 55px;
}
.main .right .text{
    font-size:36px;
    font-weight:500;
    color:#EB891B;
    line-height:54px;
    margin-top: 40px;
    margin-left: 50px;
    margin-bottom: 50px;
}
.main .right .form_box{
    width: 520px;
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
}
.main .right .form_box .field{
     height: 70px;
     line-height: 70px;
     margin-top: 20px;
     padding-left: 30px;
     background:url(../../images/personal/field_bg.png);
}
.main .right .form_box .field.pwd-field{
    position: relative;
}
.passwordeye{
    position: absolute;
    right: 30px;
    top: 30px;
}
.pwd-field .invisible{
    width: 29px;
    height: 12px;
    background:url(../../images/personal/unlook.png) no-repeat;
}
.pwd-field .visible{
    width: 30px;
    height: 21px;
    background:url(../../images/personal/look.png) no-repeat;
}

.main .right .form_box .field label{
    height:20px;
    font-size:20px;
    color:#666666;
    margin-right: 60px;
}
.main .right .form_box .forget,.main .right .form_box .returnLogin{
    font-size:16px;
    color:#BBBBBB;
    line-height:24px;
    min-width: 68px;
}

.main .right .form_box .forget a,.main .right .form_box .returnLogin a{
    color:#BBBBBB;
}
.main .right .form_box .forget a:hover,.main .right .form_box .returnLogin a:hover{
    color: #EB891B;
}
.main .right .form_box .btn-field{
    margin-top: 30px;
}
.form_box .btn-field  button{
    width: 245px;
    height: 58px;
    font-size: 20px;
    cursor: pointer;
}
.form_box .btn-field .btn-left .register{
    color: #EB891B;
    background:url(../../images/personal/regist_bg.png) no-repeat;
}
.form_box .btn-field .btn-right .submit{
    color: #ffffff;
    background:url(../../images/personal/login-btn_bg.png) no-repeat;
}
.form_box .btn-field .btn-right .submit:hover{
    color: #ffffff;
    background:url(../../images/personal/login-btn_bg2.png) no-repeat;
}
.other_account{
    margin-top: 50px;
}
.other_account .name{
    color: #666666;
    font-size:20px;
    margin-right: 30px;
}
.other_account ul li{
   display: inline-block;
   margin-right: 30px;
   margin-top: -4px;
}
.other_account ul li a{
    width: 35px;
    height: 30px;
    display: block;
} 
.other_account ul li i{
    width: 35px;
    height: 30px;
    display: inline-block;
    cursor:pointer;
}
.other_account ul li i.ic-weibo{
    background:url('../../images/personal/weibo.png') no-repeat;
}
.other_account ul li i.ic-weibo:hover{
    background:url('../../images/personal/weibo_hover.png') no-repeat;
}
.other_account ul li i.ic-wechat{
    background:url('../../images/personal/wechat.png') no-repeat;
}
.other_account ul li i.ic-wechat:hover{
    background:url('../../images/personal/wechat_hover.png') no-repeat;
}
.other_account ul li i.ic-qq{
    background:url('../../images/personal/qq.png') no-repeat;
}
.other_account ul li i.ic-qq:hover{
    background:url('../../images/personal/qq_hover.png') no-repeat;
}


.WB_loginButton img,#qq-login img{
    display: none;
}


/* 注册 */
.main .right .text.regist_name{
    margin-bottom: 30px;
}
.check-field{
    position: relative;
}
#send_code{
    text-align: center;
    color: #C8B49D;
    width: 160px;
    position: absolute;
    height:70px;
    right:0;
    z-index:99;
	font-size: 16px;
    background:url(../../images/personal/send_bg.png) no-repeat;
    cursor:pointer;
}
.form_box .btn-field .btn-left .return-login{
    color: #EB891B;
    background:url(../../images/personal/regist_bg.png) no-repeat;
}
.form_box .btn-field .btn-right .finish{
    color: #ffffff;
    background:url(../../images/personal/login-btn_bg.png) no-repeat;
}
.form_box .btn-field .btn-right .finish:hover{
    color: #ffffff;
    background:url(../../images/personal/login-btn_bg2.png) no-repeat;
}

/* 绑定手机号 */
#confirmBind{
    width: 520px;
    height: 58px;
    color: #ffffff;
    background: url(../../images/personal/confirmBind.png) no-repeat;
}
#confirmBind:hover{
    background: url(../../images/personal/bind_hover.png) no-repeat;
}

/* 找回密码 */
.find_status{
    height: 72px;
    width: 520px;
    margin-bottom: 40px;
    margin-left: 50px;
    overflow: hidden;
}
.find_status ul li{
    float: left;
}
.find_status ul li.step{
    color:#BBBBBB;
    line-height:24px;
    text-align: center;
} 
.find_status ul li.step .icon_step{
    width: 36px;
    height: 42px;
    margin:auto;
    margin-bottom: 10px;
}
.find_status ul li.step .icon_step1{
    background: url(../../images/personal/one.png) no-repeat;
}
.find_status ul li.step .icon_step2{
    background: url(../../images/personal/two.png) no-repeat;
}
.find_status ul li.step .icon_step3{
    background: url(../../images/personal/three.png) no-repeat;
}
.find_status ul li.step .step1_success{
    background: url(../../images/personal/one_success.png) no-repeat;
}
.find_status ul li.step .step2_success{
    background: url(../../images/personal/two_success.png) no-repeat;
}
.find_status ul li.step .step3_success{
    background: url(../../images/personal/three_success.png) no-repeat;
}
.find_status .line{
    width: 78px;
    height: 1px;
    margin-top: 20px;
    background-color: #EFEFEF; 
}
.find_status .line_success{
    background-color: #FFD971; 
}
.findpwd-msg,.login-msg,.other-msg{
    color: red;
    margin-left: 25px;
}
.form_finish  .mark{
    width: 122px;
    height: 112px;
    padding-top: 30px;
    margin: auto;
}
.form_finish  .slogan{
    font-size:20px;
    color:#EB891B;
    line-height:30px;
    margin-top: 37px;
    margin-bottom: 30px;
    text-align: center;
}
#next-btn,#finish-btn,#return-login{
    width: 520px;
    height: 58px;
    color: #ffffff;
    background: url(../../images/personal/confirmBind.png) no-repeat;
}
#next-btn:hover,#finish-btn:hover,#return-login:hover{
    background: url(../../images/personal/bind_hover.png) no-repeat;
}

/* 个人中心 */
#personal_wrap{
    width:1200px;
    height:760px;
    background:#ffffff;
    margin-top: 60px;
}
#personal_wrap .left{
    width: 120px;
    margin-top: 60px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
}
#personal_wrap .left .avatar{
    width: 120px;
    height: 120px;
    background: #d7d7d7;
    border-radius: 50%;
}
#personal_wrap .left .avatar img{
    border-radius: 50%;
}
#personal_wrap .left .username{
    width:121px;
    font-size:18px;
    font-family:PingFangSC;
    color:#333333;
    line-height:33px;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 20px;
}
#personal_wrap .left .modify{
    width: 120px;
    height: 34px;
    line-height: 34px;
    margin-top: 20px;
    background: url(../../images/personal/rect1.png) no-repeat;
    position: relative;
}
#personal_wrap .modify .modify_input{
    position: absolute;
    opacity: 0;
    width: 120px;
    height: 34px;
    left:0;
}
#personal_wrap .left .modify a{
    color: #EB891B;
}
#personal_wrap .right{
    width: 778px;
    margin-top: 60px;
    margin-right: 100px;
}
#personal_wrap .right .title{
    font-size:30px;
    font-weight:500;
    color:#222222;
    line-height:45px;
    padding-left: 20px;
    padding-top: 20px;
    background: url(../../images/personal/icon_person.png) no-repeat left center;
    margin-bottom: 20px;
}
#personal_wrap .right  .line{
    width:778px;
    height:1px;
    background:#EEEEEE;
}
#personal_wrap .right  .info{
    padding:20px  0 20px 70px;
    font-size: 14px;
    position: relative;
}
#personal_wrap .right  .info .info_title{
    color:#999999;
    line-height:21px;
    display: inline-block;
}
#personal_wrap .right  .info .info_title.title_other{
    vertical-align: top;
}
#personal_wrap .right  .info .info_main{
    width: 450px;
    margin-left: 45px;
    display: inline-block;
}
.info_main_other{
    width: 520px;
    margin-left: 45px;
    display: inline-block;
}
#personal_wrap .right input{
    height: 40px;
    border-radius:2px;
    padding-left: 20px;
}

/* 基本信息表单 */
#nick_name{
    width: 430px;

}
#mobile{
    width: 200px;
  
}
.pwd_set label{
    font-size:14px;
    color:rgba(153,153,153,1);
    line-height:21px;
    margin-right: 20px;
}
.pwd_set label+input{
    width:220px;
    height:40px;
    background:rgba(248,248,248,1);
    border-radius:2px;
}
.pwd_set .pwd_input{
    margin-bottom: 10px;
}

#personal_wrap .right input[type="text"]:enabled{background:#F8F8F8;}
#personal_wrap .right input[type="text"]:disabled{background:#ffffff;}


.birthSelect select {
    width: 143px;
    height: 40px;
    text-indent: 20px;
    letter-spacing: 0.5px;
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    background: #F8F8F8 url("../../images/personal/down.png") 120px center no-repeat;
    border-radius:2px;

}
.radio_input{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
}
.radio_input .radio_label{
    margin-right: 15px;
    margin-left: 10px;
}
.radio_input input[type='radio']{
    width: 14px;
    height: 14px!important;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.radio_input input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(../../images/personal/radio.png) no-repeat;
}
.radio_input input[type="radio"]:checked + label::before {
    background: url(../../images/personal/radioSelected.png) no-repeat;
    
}


.info.other_platform .info_main_other ul li{
   float: left;
   margin-right: 36px;
   width: 126px;
  cursor:pointer;
}
.info.other_platform .info_main_other ul li a:nth-of-type(1){
    display: block;
    width: 150px;
    height: 50px;
    margin-bottom: 10px;
}
.info.other_platform .info_main_other ul li .wx_unbound{
    background: url(../../images/personal/wx.png) no-repeat;
}
.info.other_platform .info_main_other ul li .wx_bound{
    background: url(../../images/personal/wx_bound.png) no-repeat;
}

.info.other_platform .info_main_other ul li .wb_unbound{
    background: url(../../images/personal/wb.png) no-repeat;
}
.info.other_platform .info_main_other ul li .wb_bound{
    background: url(../../images/personal/wb_bound.png) no-repeat;
}

.info.other_platform .info_main_other ul li .qq_unbound{
    background: url(../../images/personal/qq_unbound.png) no-repeat;
}
.info.other_platform .info_main_other ul li .qq_bound{
    background: url(../../images/personal/qq_bound.png) no-repeat;
}

.info.other_platform .info_main_other ul li .bind{
    display: block;
    background:#F8F8F8;
    color: #A6A6A6;
    width: 126px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius:0px 10px 0px 10px;
}
.info.other_platform .info_main_other ul li .bound{
    background:#FCF2EF;
    color: #EB891B;
}
#personal_wrap .right  .info .info_set{
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top:30px;
    color: #999999;
}
#personal_wrap .right  .info .info_set:hover{
    color: #EB891B;
}
#personal_wrap .right  .info .info_set .oper_confirm a{
    color: #999999;
}
#personal_wrap .right  .info .info_set .oper_confirm a:hover{
    color: #EB891B;
}
#personal_wrap .right  .info .info_set .oper_confirm .cancel{
    margin-right: 22px;
}

/* 弹窗 */
.popup{
    display: none;
    position:fixed;
    z-index:199; 
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.45); 
}
.alertBox{
    width:366px;
    height:143px;
    background:rgba(255,255,255,1);
    border-radius:0px 20px 0px 20px;
    position: absolute;
    top: 45%;
    left: 38%;
    padding:40px;
}
.alertBox p{
    font-size:18px;
    color:rgba(51,51,51,1);
    line-height:30px;
    
}
.alertBox .operBtn a{
    margin-top: 26px;
}
.alertBox .operBtn a.cancel{
    margin-left: 80px;
}
.popBox{ 
    width:674px;
    height:542px;
    background: #fff;
    border-radius:0px 20px 0px 20px;
    position: absolute;
    top: 32%;
    left: 32%;
}
.popBox .left{
    width: 314px;
    margin-left: 80px;
}
.popBox .left .upload{
    margin-top: 50px;
    position: relative;
}
.popBox .left .upload .hide{
    position: absolute;
    opacity: 0;
    width: 120px;
    height: 34px;
}
.popBox .left .upload .uploadImg{
    color: #EB891B;
    background:#FCF2EF;
    border-radius: 0 10px 0 10px;
    width: 120px;
    height: 34px;
    font-size: 14px;
    cursor: pointer;
}
.popBox .left .upload .portrait-msg{
    color: #999999;
    margin-left: 20px;
    font-size: 14px;
}
.popBox .left .show_area{
    margin-top: 28px;
    margin-bottom: 2px;
    width: 319px;
    height: 319px;
    background:rgba(248,248,248,1);
    border:1px solid rgba(215,215,215,1);
}
.popBox .right{
    width: 120px;
    margin-left: 80px;
}
.popBox .right .bigImg{
    margin-top: 115px;
    width:120px;
    height:120px;
}
.popBox .right .middleImg{
    width: 48px;
    height: 48px;
}
.popBox .right .smallImg{
    width: 40px;
    height: 40px;
}
.popBox .right .middleImg,.popBox .right .smallImg{
    margin-top: 18px;
}
.popBox .right .bigImg,.popBox .right .middleImg,.popBox .right .smallImg{
    background:rgba(248,248,248,1);
    border:1px solid rgba(215,215,215,1);
}
.popBox .right .imgText{
    font-size:12px;
    color:#999999;
    margin-top: 10px;
} 

.operBtn{
    height: 35px;
 }
.operBtn a{
    display: inline-block;
    width:85px;
    height:34px;
    line-height: 34px;
    text-align: center;
    font-size:16px;
    color:#fff;
    margin-top:50px;
    border-radius:0px 5px 0px 5px;
    background: #d7d7d7;
    cursor: pointer;
}
.operBtn .cancel{
     margin-right:30px;
}
.operBtn .save{
     background:#EB891B;
}

/* common input  */
.common_input{
    width: 50%;
    height: 28px;
    background: none;
    font-size:20px;
    color: #333333;
}
input::-webkit-input-placeholder {
    color: #BBBBBB;
}
input::-moz-input-placeholder {
    color: #BBBBBB;
}
input::-ms-input-placeholder {
    color: #BBBBBB;
}
/* 通过延长增加自动填充背景色的方式, 是用户感受不到样式的变化 */
input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

/* radio style */