/*公共样式*/
.personal_wide{
    width: 910px;
    margin: 0 auto;
}
.back_w{
    background-color: white;
}
.cursor_p{
    cursor: pointer;
}
.personal{
    padding-bottom: 70px;
    padding-top: 50px;
}
.my_picture{
    padding-top: 0;
}
.padding-top0{
    padding-top: 0;
}
.clear{
    overflow: hidden;
}
.personal_left_sex{
    color: #f2bb51;
    margin-left: 10px;
}
.travel_inside_right{
    padding-top: 30px;
    padding-bottom: 75px;
}
.curd{
    cursor: default;
}
.curp{
    cursor: pointer;
}
.delete{
    cursor: pointer !important;
}

/*公共input*/
.personal_right_top{
    margin-bottom: 30px;
}
.personal_right_top span{
    font-size: 24px;
    margin-right: 15px;
    vertical-align: sub;
}
.personal_right_top input {
    width: 200px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    color: #aaaaaa;
    padding-left: 10px;
    font-size: 12px;
    height: 35px;
}
.personal_right_top input::-webkit-input-placeholder{
    color:#aaaaaa;
}
.personal_right_top input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#aaaaaa;
}
.personal_right_top input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#aaaaaa;
}
.personal_right_top input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#aaaaaa;
}
.personal_right_top i{
    position: relative;
    left: -35px;
    color: #e5e5e5;
    cursor: pointer;
}
.personal_right_top a{
    width: 140px;
    color: white;
    line-height: 45px;
    background-color: #f2ad29;
    border-radius: 5px;
    cursor: pointer;
}
.vt{
    vertical-align: top;
}

/*公用分页样式*/
.public-paging {
    margin-top: 40px;
    text-align: center;
}
.public-paging .page-list {
    font-size: 0;
}
.public-paging .pagebut a {
    display: block;
    margin: 0 5px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    border-radius: 3px;
}
.public-paging .pagebut.on a {
    color: #fff;
    background-color: #f2bb51;
}
.public-paging .pagebut:hover a {
    color: #fff;
    background-color: #f2bb51;
}
.public-paging .form-group form {
    border: solid 1px #e0e0e0;
    border-radius: 2px;
}
.public-paging .form-group form select {
    width: 60px;
    height: 34px;
    background-color: #e5e5e5;
    border-radius: 3px;
    border: 4px solid #fff;
}
/*单行排列，把父元素font-size:0;*/
.lineblock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.hiddle640 {
    display: none !important;
}

/*面包屑*/
.crumbs {
    /*background-color: #f9f9f9;*/
}
.crumbs span,
.crumbs a {
    font-size: 14px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #888;
}
.crumbs a span {
    font-size: 16px;
    margin-left: 0px;
    margin-right: 10px;
}
.crumbs span {
    font-size: 12px;
    /*margin: 0 3px;*/
    color: inherit;
}
.crumbs a:hover {
    color: #ffad10;
}
.crumbs a:last-child {
    cursor: text;
    color: #ffad10;
}

/*收藏2级导航*/
.personal_collect_top{
    margin-top: 30px;
    height: 30px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    margin-bottom: 30px;
}
.personal_collect_top a{
    cursor: pointer;
    height: 100%;
    margin-right: 35px;
}
.personal_collect_on{
    color: #e9a115;
    border-bottom: 3px solid #e9a115;
}

/*个人中心左侧菜单*/
.personal_left{
    width: 300px;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 55px;
    margin-right: 25px;
    float: left;
}
.personal_left_top{
    border-radius: 50%;
    background-color: #ebe7de;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.personal_left_top img{
    /*width: 100%;*/
    -webkit-transition: .5s;-o-transition: .5s;transition: .5s;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-width: 100%;height: 100%;
}
.personal_left p:nth-of-type(1){
    font-size: 20px;
    color: #a9a9a9;
}
.personal_left p:nth-of-type(2){
    font-size: 14px;
    color: #f8bd6b;
    margin: 20px auto;
}
.personal_left p:nth-of-type(2) a{
    color: #f8bd6b;
    cursor: pointer;
}
.personal_left_textarea{
    width: 240px;
    background-color: #f3f3f3;
    height: 110px;
    margin-bottom: 20px;
    padding: 15px 15px;
}
.personal_left_input{
    width: 240px;
    background-color: #f3f3f3;
    line-height: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 5px;
}
.personal_left_hold{
    width: 240px;
    background-color: #f3f3f3;
    line-height: 50px;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 5px;
}

.personal_left_ul{
    border-top: 1px solid #efefef;
}
.personal_left_on{
    color: #e9a115;
}
.personal_left_ul li{
    width: 240px;
    line-height: 53px;
    border-top: 1px solid #efefef;
    margin: 0 auto;
    cursor: pointer;
}
.personal_left_ul li a{
    width: 100%;
}
.personal_left_ul li i{
    margin-right: 10px;
}
.personal_left_ul li:nth-of-type(1){
    border-top: 0;
}
.personal_left_ul li i:nth-of-type(2){
    float: right;
}

/*个人中心右侧内容*/
.personal_right{
    width: 970px;
    font-size: 16px;
    float: left;
}
.personal_top{
    height: 220px;
    width: 100%;
    background-color: white;
}
.personal_top div{
    width: 242px;
    margin-top:40px;
    border-right: 1px solid #f0f0f0;
}
.personal_top div:nth-of-type(1){
    border-left: 1px solid #f0f0f0;
    width: 244px;
}
.personal_top div p{
    color: #757575;
    font-size: 18px;
}
.personal_top div img{
    margin-bottom: 20px;
}

.personal_new_travels{
    margin-top: 30px;
    background-color: white;
    padding-top: 30px;
    overflow:hidden;
    padding-bottom: 45px;
    margin-bottom: 30px;
}
.personal_new_h1{
    float: left;
    font-weight: 600;
    font-size: 24px;
}
.personal_travels_release{
    width:140px;
    line-height:40px;
    height: 40px;
    background-color: #f2bb51;
    float: right;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}
.personal_travels_wold{
    font-size: 16px;
    line-height: 25px;
    color:#a2a2a2;
    word-spacing:10px;
    margin-bottom: 35px;
}
.personal_travels_wold img{
    width: unset !important;
    height: unset !important;
}
.personal_travels_btn{
    color:#e9a115;
    font-size: 14px;
}
.personal_travels_btn a{
    margin-left: 30px;
    cursor: pointer;
}
.personal_travels_btn a:nth-of-type(1){
    cursor: default;
    margin-left: 0;
 }
.personal_travels_btn i{
    margin-right: 5px;
}
.personal_new_comment{
    background-color: white;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.personal_comment_top{
    margin-top: 30px;
    height: 30px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    margin-bottom: 30px;
}
.personal_comment_top a{
    cursor: pointer;
    height: 100%;
    margin-right: 35px;
}
.personal_comment_on{
    color: #e9a115;
    border-bottom: 3px solid #e9a115;
}
.personal_comment{
    height: 45px;
    background-color: #f0f0f0;
    width: 100%;
    border-radius: 5px;
    line-height: 45px;
    margin-bottom: 25px;
    color: #aaaaaa;
    cursor: pointer;
    padding: 0 25px;
}
.personal_comment_two{
    color: #777777;
}
.personal_comment_two p:nth-of-type(1){
    font-size: 16px;
}
.personal_comment_two p:nth-of-type(2){
    margin: 25px 0;line-height: 30px;
}
.personal_comment_off{
    height: 50px;line-height: 50px;width: 100%;color: #a9a9a9;
}

/* 点赞，收藏效果 */
@-webkit-keyframes zoom_move {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes zoom_move {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.active{
    -webkit-animation: zoom_move 0.5s linear;
    animation: zoom_move 0.5s linear;
    color: #f8bd6b !important;
.iconfont{
    color: #f8bd6b !important;
}
}

/*个人咨询*/
.personal_btn_send{
    background-color: #f2bb51;
    border: 0;
    color: white;
    border-radius: 5px;
    padding: 12px 45px;
    cursor: pointer;
}
.personal_data_right{
    padding-top: 30px;
    padding-bottom: 90px;
}
.personal_data_right h1{
    font-size: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 40px;
}
.personal_data_content p{
    /*height: 55px;*/
    line-height: 55px;
}
.sex a{
    position: relative;
}
.sex span{
    margin-right: 10px;
    color: black;
}
.personal_data_content a:nth-of-type(1){
    width: 100px;
    vertical-align: top;
}
.personal_data_content textarea{
    height: 160px;
    width: 790px;
    border:1px solid #e5e5e5;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 5px;
}
.personal_data_content select{
    height: 38px;
    width: 140px;
    border:1px solid #e5e5e5;
    border-radius: 10px;
    padding-left: 5px;
}
#name{
    height: 38px;
    width: 290px;
    border:1px solid #e5e5e5;
    border-radius: 10px;
    padding-left: 10px;
}
#address{
    height: 38px;
    width: 490px;
    border:1px solid #e5e5e5;
    border-radius: 10px;
    margin-left: 10px;
    padding-left: 10px;
}
.tel{

}
.tel span{
    margin-right: 20px;
}
.tel span{
    margin-right: 20px;
}
.tel a:nth-of-type(2){
    color: #f2ad29;
    cursor: pointer;
}
.tel i{
    color: #c4c4c4;
    margin-right: 10px;
}
.email input{
    height: 38px;
    width: 290px;
    border:1px solid #e5e5e5;
    border-radius: 10px;
    padding-left: 10px;
}
.email{
    margin-bottom: 35px;
}
.age input{
    height: 38px;
    width: 290px;
    border:1px solid #e5e5e5;
    border-radius: 10px;
    padding-left: 10px;
}
.age {
    margin-bottom: 15px;
}
.personal_data_content p a{
    color: #c6c6c6;
}

.personal_bottom_comment .personal_release{
    color: #777777;
}
.personal_bottom_comment .personal_release .comment_video_title{
    color: #333;
}
.personal_bottom_comment .comment_video_btn{
    margin: 15px 0;
}
.personal_bottom_comment .personal_picture_comment .comment_video_btn{
    margin: 30px 0;
}



/*弹窗*/
#cover{
    position:fixed;left:0px;top:0px;
    background:rgba(0, 0, 0, 0.4);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
    display:none;
    z-Index:5;
}
#modal{
    position: fixed;
    width:680px;
    height: 400px;
    /*height:auto;*/
    top: 50%;
    left: 50%;
    background-color:white;
    display:none;
    z-Index:6;
    border-radius: 15px;
    cursor:default;
    margin-bottom: 25%;
    margin-left: -340px;
    margin-top: -200px;
    padding: 10px 10px 0 20px;
}
.modal_exit{
    background-color: #f6f6f6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: right;
    cursor: pointer;
}
.modal_tel_title{
    font-size: 18px;
    margin-bottom: 30px;
}
#modal p:nth-of-type(1){
    font-size: 20px;
    margin-bottom: 75px;
}
#animationTipBox p:nth-of-type(1){
    font-size: 20px;
    margin-bottom: 75px;
}
.modal_button_send{
    height: 45px;
    width: 120px;
    background-color: #f2ad29;
    color: white;
    border: 0;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    /*取消选中后边框*/
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
    margin-top: 75px;
}
.modal_tel_two p:nth-of-type(3) input:nth-of-type(1){
    height: 40px;
    width: 200px;
    border:1px solid #e5e5e5;
    border-radius: 5px;
    color: #c6c6c6;
    padding-left: 10px;
}
.modal_tel_three p:nth-of-type(3) i{
    position: relative;
    left: 24px;
}
.modal_tel_three p:nth-of-type(3) input{
    height: 40px;
    width: 360px;
    border:1px solid #e5e5e5;
    border-radius: 5px;
    color: #c6c6c6;
    margin-bottom: 20px;
    padding-left: 30px;
}
.modal_tel_three p:nth-of-type(4) input:nth-of-type(1){
    height: 40px;
    width: 250px;
    border:1px solid #e5e5e5;
    border-radius: 5px;
    color: #c6c6c6;
    padding-left: 30px;
}
.modal_tel_three p:nth-of-type(4) i{
    position: relative;
    left: 24px;
}
.modal_tel_three .modal_button_send{
    margin-top: 45px;
}
.tel_send{
    height: 40px;
    width: 100px;
    border:1px solid #e5e5e5;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
}
.tel1_send{
    height: 40px;
    width: 100px;
    border:1px solid #f2ad29;
    color: #f2ad29;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}
.marker {
    width: 6px;
    height: 6px;
    border: 1px solid #cea262;
    border-radius: 100px;
    background-color: #cea262;
    display: inline-block;
    margin-right: 5px;
}

/*头像、密码弹窗*/

#cover1{
    position:fixed;left:0px;top:0px;
    background:rgba(0, 0, 0, 0.4);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
    display:none;
    z-Index:1;
}
#modal1{
    position:fixed;
    width:680px;
    height: 400px;
    /*height:auto;*/
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -200px;
    background-color:white;
    display:none;
    z-Index:2;
    border-radius: 15px;
    cursor:default;
    margin-bottom: 25%;
    padding: 10px 10px 0 20px;
}
#modal1 p:nth-of-type(1){
    font-size: 20px;
    margin-bottom: 30px;
}
.modal1_revise_one input{
    height: 45px;
    width: 430px;
    border:1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 5px;
    color: #999999;
    padding-left: 10px;
    margin-bottom: 20px;
}
.modal1_revise_one input::-webkit-input-safebox-button{
    display: none;
}

.modal1_revise_password i{
    cursor: pointer;
    position: relative;
    left: -30px;
}
.modal1_button_send{
    height: 45px;
    width: 120px;
    background-color: #f2ad29;
    color: white;
    border: 0;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    /*取消选中后边框*/
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
    margin-top: 35px;
}
.modal1_revise_two p:nth-of-type(3){
    margin-top: 20px;
}
.modal1_revise_two #preview img{
    height: 100%;
}
.modal1_portrait{
    border-radius: 50%;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    /*display: -webkit-box;*/
    background-color: #ebe7de;
    overflow:hidden;
    cursor: pointer;
    margin: 0 auto;
}
.modal1_portrait_button{
    height: 45px;
    width: 120px;
    background-color: #f2ad29;
    color: white;
    border: 0;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    /*取消选中后边框*/
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
    margin-top: 40px;
}
#preview img{
    width: 100%;
    height: auto;
}

/*我的游记*/
.personal_notes{
    height: 210px;
    padding: 30px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.personal_notes:hover{
    background-color: #f8f8f8;
}
.personal_notes_img{
    width: 210px;
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.personal_notes_img a{
    height: 100%;
}
.personal_notes_img img{
    max-height: 100%;
}
.personal_notes_r{
    width: 574px;
}
.personal_notes p:nth-of-type(1){
    font-size: 18px;
    margin-bottom: 30px;
}
.personal_notes p:nth-of-type(1) span a{
    font-size: 14px;
    cursor: pointer;
 }
.personal_notes p:nth-of-type(1) span a.draft{
    color: #f8a300;
    cursor: default;
 }
.personal_notes p:nth-of-type(1) span a:nth-of-type(2){
    border-right: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    padding: 0 8px;
    margin: 0 8px;
    line-height: 15px;
 }
.personal_notes .personal_release p:nth-of-type(1) span a{
    border-right: 0;
    border-left: 1px solid #bebebe;
    padding-left:8px;
    padding-right:0;
    margin-left:8px;
    margin-right:0;
    line-height: 15px;
}

.personal_notes .personal_release p:nth-of-type(1) span a:first-child{
    border-left: none;
    color:#f2ad29;
}
.personal_notes p:nth-of-type(2){
    font-size: 14px;
    margin-bottom: 30px;
    color: #888888;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.personal_btn span a:nth-of-type(1){
    color: #b4b4b4;
}
.personal_btn span a:nth-of-type(2) i{
    font-size: 18px;
}
.personal_btn a:nth-of-type(5){
    margin-right: 0;
}
.personal_btn i{
    color: #b4b4b4;
}

/*删除弹窗*/
#cover2{
    position:fixed;left:0px;top:0px;
    background:rgba(0, 0, 0, 0.4);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
    display:none;
    z-Index:999;
}
#modal2{
    /*position:absolute;*/
    width:680px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -200px;
    background-color:white;
    display:none;
    z-Index:9999;
    border-radius: 15px;
    cursor:default;
    margin-bottom: 25%;
    padding: 10px 10px 0 20px;
    position: fixed;
}
.modal2_portrait_button{
    height: 45px;
    width: 120px;
    background-color: #9d9d9d;
    color: white;
    border: 0;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    /*取消选中后边框*/
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
    margin-top: 40px;
    margin-left: 20px;
}
#modal2 p:nth-of-type(1){
    font-size: 20px;
    margin-bottom: 75px;
}
.modal_del_title{
    font-size: 14px;
    margin-bottom: 30px;
    color: #f2ad29;
}

/*游记详情*/
.notes_details_top{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background:rgba(0,0,0,0.5);
    line-height: 55px;
    cursor: default;
    font-weight: 500;
    margin-bottom: 8px;
}
.note_details_circle{
    color: white;
    margin-right: 50px;
    font-size: 14px;
    font-weight: 600;
}
.note_detail_writer{
    border-bottom: 1px solid #ededed;
    height: 75px;
    margin-bottom: 30px;
}
.note_detail_portrait{
    border-radius: 50%;
    position: relative;
    top: -50px;
    overflow: hidden;
    margin-right: 30px;
    width: 96px;height: 96px;
}
.note_detail_portrait img{
    height: 100%;
}
.note_detail_portrait img{ max-width: 100%;}
.note_detail_writer .personal_wide div:nth-of-type(2){
    margin-top: 20px;
}
.note_detail_writer .personal_wide div:nth-of-type(2) a{
    color: #bbbbbb;
}
.note_detail_writer .personal_wide div:nth-of-type(2) a:nth-of-type(1){
    color: #f2bb51;
}
.note_detail_writer .personal_wide div:nth-of-type(2) a:nth-of-type(2){
    margin: 0 10px;
    padding: 0 10px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    line-height: 15px;
}

.note_detail_writer .personal_wide div a .iconliulan{
    font-size: 20px;
    margin-right: 10px;
}
.note_detail_titletwo{
    height: 75px;
    background-color: #f9f9f9;
    margin-bottom: 40px;
}
.note_detail_titletwo a{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #f2bb51;
    margin-right: 10px;
}
.note_detail_titletwo i{
    color: #ffffff;
}
.note_detail_titletwo div{
    color: #bababa;
    width: 25%;
    float: left;
    margin-top: 25px;
    line-height: 30px;
}
.note_detail_titletwo span{
    color: #888888;
}
.note_detail_content{
    border-bottom: 1px solid #e5e5e5;
    padding: 0 8px;
    margin-bottom: 60px;
}
.note_detail_content video{
    width: 100%;
    height: 400px;
}
.note_detail_content h1{
    font-size: 24px;
    margin-bottom: 45px;
}
.note_detail_content p{
    color: #666666;
    line-height: 30px;
    margin-bottom: 45px;
}
.note_detail_comment{
    padding-bottom: 80px;
}
.note_detail_comment h1{
    font-size: 28px;
}
.note_detail_comment .comment_list div{
    padding: 20px 8px 30px 4px;
    border-bottom: 1px solid #efefef;
}
.note_detail_comment span{
   color: #b4b4b4;
}
.note_detail_comment span i{
   margin-right: 8px;
}
.note_detail_comment p:nth-of-type(1) a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 20px;

}
.note_detail_comment p:nth-of-type(1) a img{
    border-radius: 100%;
    height: 40px;
    width: 40px;
}
.note_detail_comment p:nth-of-type(2){
    padding-left: 60px;
    line-height: 30px;
    margin-bottom: 30px;
}
.note_detail_comment p:nth-of-type(3){
    padding-left: 60px;
    font-size: 12px;
}
.note_detail_comment p:nth-of-type(3) a{
    color: #666666;
    font-size: 12px;
    cursor: pointer;
}
#top_comment{
    cursor: pointer;
}
.note_detail_comment p a.reply1{
    color: #f2bb51;
    font-size: 12px;
    margin-left: 35px;
}
.note_detail_comment p:nth-of-type(3) a i{
    color: #aaaaaa;
}
.note_detail_btn{
    background-color: #f0f0f0;
    height: 45px;
    margin-top: 40px;
    width: 100%;
    line-height: 45px;
    color: #aaaaaa;
    cursor: pointer;
}


/*发布游记*/
.travel_edit{
    padding: 60px 80px 80px 80px;
}
.travel_edit h1{
    font-size: 24px;
    margin-bottom: 50px;
}
.travel_edit select{
    width: 560px;
    background-color: #fbfbfb;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    /*color: #e5e5e5;*/
    font-size: 14px;
    margin-right: 15px;
    padding: 0 13px;
    color: #999999;
    fl
}
.travel_edit_title{
    width: 100%;
    padding-left: 70px;
    padding-right: 20px;
    background-color: #fbfbfb;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    /*color: #e5e5e5;*/
    font-size: 14px;
}
.travel_edit input::-webkit-input-placeholder{
    color:#aaaaaa;
}
.travel_edit input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#aaaaaa;
}
.travel_edit input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#aaaaaa;
}
.travel_edit input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#aaaaaa;
}
.travel_edit p{
    position: relative;
    margin-bottom: 20px;

}
.travel_edit p a:nth-of-type(2){
    margin-left: 15px;
}
.travel_edit p span{
    color: #999999;
}
.travel_edit p:nth-of-type(1) span:nth-of-type(1),.back_w .edit_title{
    position: absolute;
    left: 15px;
    top: 12px;
    color: #666666;
}

.travel_edit p:nth-of-type(1) span:nth-of-type(2),.back_w .edit_title2{
    position: absolute;
    right: 15px;
    top: 12px;
    color: #aaaaaa;
}
.travel_edit_a{
    background-color: #fbfbfb;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
    font-size: 14px;
    width: 560px;
    padding: 0 25px 0 15px;
}
.travel_edit_a input{
    background-color: #fbfbfb;
    height: 92%;
    width: 83%;
}
.travel_edit_video p:nth-of-type(3){
    color: #999999;
}
/*上传视频*/
.travel_edit_video{
    /*height: 290px;*/
    border: 1px solid #e5e5e5;
    background-color: #fbfbfb;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.travel_edit_video p:nth-of-type(1){
    color: #777777;
    padding: 25px 0 25px 30px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    /*margin-bottom: 0;*/
}
.travel_edit_video i{
    font-size: 30px;
    margin-right: 10px;
}
.travel_edit_video p:nth-of-type(1) a {
     vertical-align: top;
     line-height: 33px;
}
.travel_video_btn{
    width: 230px;
    height: 60px;
    background-color: #cbcbcb;
    border-radius: 40px;
    color: white;
    border: 0;
    font-size: 18px;
    outline:none;
    cursor: pointer;
    margin-top: 65px;
}
.travel_video_exit{
    background:rgba(0,0,0,0.5);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
    left: -30px;
    top: 10px;
    color: white;
    cursor: pointer;
}
.travel_video_exit i{
    font-size: 18px;
    margin-right: 0;
}
.travel_edit_video #preview img{
    width: 200px;
}
.travel_btn_p{
    margin-top: 70px;
}
.travel_edit_btn{
    width: 220px;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background-color: #f2ad29;
    color: white;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}
.travel_btn_p .travel_edit_btn:nth-of-type(2){
    background-color: #9f9f9f;
    margin-left: 20px;
}

/*我的收藏*/

.personal_collect{
    height: 210px;
    padding: 30px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.personal_collect .personal_notes_r{
    width: 604px;
}
.personal_collect:hover{
    background-color: #f8f8f8;
}
.personal_collect p:nth-of-type(1){
    font-size: 18px;
    margin-bottom: 30px;
}
.personal_collect p:nth-of-type(1) span a{
    font-size: 14px;
    cursor: pointer;
}
.personal_collect p:nth-of-type(1) span a:nth-of-type(1){
    /*color: #999999;*/
    cursor: pointer;
}
.personal_collect .personal_release p:nth-of-type(1) span a:nth-of-type(2){
    border-right: 0;
    border-left: 1px solid #bebebe;
    padding-left:8px;
    padding-right:0;
    margin-left:8px;
    margin-right:0;
    line-height: 15px;
}
.personal_collect p:nth-of-type(2){
    font-size: 14px;
    margin-bottom: 30px;
    color: #888888;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.personal_collect_portrait{
    color: #999999;
}
.personal_collect_portrait img{
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border-radius: 100%;
}

/*我的视频*/
.personal_video{
    height: 234px;
    padding: 30px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.personal_video:hover{
    background-color: #f8f8f8;
}
.personal_video p:nth-of-type(1){
    font-size: 18px;
    margin-bottom: 30px;
}
.personal_video p:nth-of-type(1) span a{
    font-size: 14px;
    cursor: pointer;
}
.personal_video p:nth-of-type(1) span a:nth-of-type(1){
    /*color: #999999;*/
    cursor: pointer;
}

.personal_video .personal_release p:nth-of-type(1) span a:nth-of-type(1){
    border-left:0;
    color: #f8a300;
    cursor: default;
}
.personal_video .personal_release p:nth-of-type(1) span a{
    border-right: 0;
    border-left: 1px solid #bebebe;
    padding-left:8px;
    padding-right:0;
    margin-left:8px;
    margin-right:0;
    line-height: 15px;
}
.personal_video p:nth-of-type(2){
    font-size: 14px;
    margin-bottom: 50px;
    color: #888888;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.personal_notes_video{
    width: 260px;
    position: relative;
}

.personal_notes_video i{
    position: absolute;
    left: 43%;
    top: 34%;
    color: #ffffff;
    font-size: 35px;
}

.personal_notes_video video{
    width: 100%;
    height: 174px;
    cursor: pointer;
}
.personal_notes_video span{
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}
.upload_video select{
    width: 100%;
}
.personal_picture{
    width: 440px;
    margin-bottom: 30px;
    height: 380px;
    float: left;
    margin-right: 30px;

}
.personal_picture:nth-child(2n){
    margin-right:0px;
}
.max-img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
}
.max-img {
    position: relative;
    display: block;
}
.personal_picture .max-img{
    height: 280px;

}
.personal_picture p:nth-of-type(1){
    margin: 20px 0;
    font-size: 14px;
    color: #999999;
    padding: 0 5px;
}
.personal_picture p:nth-of-type(1) a{
    color: #999999;cursor: pointer;
}
.personal_picture p:nth-of-type(2) a{
    color: #999999;
    padding: 10px;
    background-color: #eeeeee;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 5px;
}
.personal_picture div{
    background-color: black;
    position: relative;
}
.personal_picture div:hover img{
    opacity: 0.5;
    cursor: pointer;
}

.personal_picture div a{
    display: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
}
.personal_picture div a img{
    margin-right: 15px;
    border-radius: 100%;
    height: 50px;
    width:50px;
}
.collect_picture_top{
    display: none;
}

.personal_picture div:hover a{
    display: inline-block;
}
.personal_picture div:hover a img{
    opacity: 1;
}

.travel_picture_exit{
    background:rgba(0,0,0,0.5);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    position: absolute;
    vertical-align: top;
    right: 30px;
    top: 20px;
    color: white;
    cursor: pointer;
    display: none;
}

.travel_picture_exit i{
    font-size: 18px;
    margin-right: 0;
}
.picture_label{
    width: 100%;
    padding-left: 15px;
    /*padding-right: 20px;*/
    background-color: #fbfbfb;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
    font-size: 14px;
}
.picture_label_block{
    height: 30px;
    padding: 9px;
    border-radius: 5px;
    background-color: #eeeeee;
    color: #999999;
    font-size: 14px;
    margin-right: 15px;

}
.picture_label_del{
    margin-left: 10px;
    cursor: pointer;
}
.picture_label_add{
    cursor: pointer;
}

.my-picture-swiper{
    margin-bottom: 40px;
    text-align: center;
}
.my_picture_detail{
    position: relative;
}
.my_picture_top{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    margin-bottom: 30px;
    position: relative;
}
.my_picture_detail .picture_btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #323232;
    box-shadow: 2px 3px 10px 0px
    rgba(0, 0, 0, 0.1);
}
.my_picture_detail .picture_btn:hover {
    background: #fca61b;
    color: #fff;
}
.my_picture_detail .picture_btn span {
    line-height: 60px;
    font-size: 20px;
    color: inherit;
}
.my_picture_detail .picture_btn span {
    line-height: 60px;
    font-size: 20px;
    color: inherit;
}
.my_picture_detail .picture_prev {
    left: -75px;
}
.my_picture_detail .picture_next {
    right: -75px;
}
.picture_travel_edit{
    padding: 40px 40px 80px 40px;
}
.my_picture_title{
    padding-left: 25px;
}
.my_picture_title a:nth-of-type(1){
    font-size: 24px;
    margin-right: 25px;
}
.my_picture_country{
    background-color: #f2bb51;
    font-size: 14px;
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
}
.my_picture_span{
    padding: 10px;
    background-color: #eeeeee;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    border-radius: 5px;
}
.my_picture_icon{
    border-top: 2px solid #ff6100;
    width:50px;
    position: relative;
    bottom: -36px;
    left: 25px;
}
.my_picture_middle{
    padding-left: 25px;
    padding-bottom: 70px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 60px;
}
.my_picture_middle p:nth-of-type(1){
    margin-bottom: 60px;
}
.my_picture_middle_icon{
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: default;
}
.my_picture_middle_icon .iconfont{
    margin-right: 6px;
}
.my_picture_middle p:nth-of-type(2) span{
    color: #888888;
    margin-top: 20px;
}
.my_picture_middle p:nth-of-type(2) span i{
    margin-right: 10px;
}
.my_picture_bottom h1{
    font-size: 28px;
    margin-right: 5px;
}

.collect_rank_r{
    width: 550px;
}
.collect_rank_img{
    width: 290px;
    height: 100%;
    overflow: hidden;
}
.collect_rank_tltle{
    font-size: 22px;
    /*font-weight: 600;*/
}

.collect_rank{
    height: 240px;
    padding: 30px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.collect_rank:hover{
    background-color: #f8f8f8;
}
.collect_rank p:nth-of-type(1){
    margin-bottom: 30px;
}
.collect_rank p:nth-of-type(1) span a{
    font-size: 14px;
    cursor: pointer;
}
.collect_rank p:nth-of-type(1) span a:nth-of-type(1){
    /*color: #999999;*/
    cursor: pointer;
}
.collect_rank .personal_release p:nth-of-type(1) span a:nth-of-type(2){
    border-right: 0;
    border-left: 1px solid #bebebe;
    padding-left:8px;
    padding-right:0;
    margin-left:8px;
    margin-right:0;
    line-height: 15px;
}
.collect_rank p:nth-of-type(2){
    font-size: 14px;
    margin-bottom: 30px;
    color: #888888;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}



.comment_note{
    padding-top: 30px;
    padding-bottom: 35px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.comment_note p:nth-of-type(1){
    margin-bottom: 30px;
    height: 45px;
    background-color: #f0f0f0;
    border-radius: 5px;
    color: #aaaaaa;
    line-height: 45px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 25px;
}
.comment_note p.comment_title{
    font-size: 14px;
    margin-bottom: 25px;
    color: #888888;
    width: 100%;
}
.comment_note p.comment_text{
    font-size: 14px;
    margin-bottom: 25px;
    color: #777777;
    line-height: 20px;
}
.comment_note p.comment_title a{
    color: #aaaaaa;
    cursor: pointer;
}


.comment_btn span a:nth-of-type(2) i{
    font-size: 18px;
}
.comment_btn a:nth-of-type(5){
    margin-right: 0;
}
.comment_btn i{
    color: #b4b4b4;
}

.comment_video{
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.comment_video_title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.comment_video_title2{
    font-size: 14px;
    color: #555555;
    margin-bottom: 25px;
}
.comment_video p:nth-of-type(1){
    /*margin-bottom: 30px;*/
    /*height: 45px;*/
    /*background-color: #f0f0f0;*/
    /*border-radius: 5px;*/
    /*color: #aaaaaa;*/
    /*line-height: 45px;*/
    /*font-size: 14px;*/
    /*padding-left: 20px;*/
    /*padding-right: 25px;*/
}

.comment_video p:nth-of-type(2),.comment_video .comment_title{
    font-size: 14px;
    margin-bottom: 20px;
    color: #888888;
}
.comment_video p:nth-of-type(3),.comment_video .comment_text{
    font-size: 14px;
    margin-bottom: 25px;
    color: #777777;
    line-height: 20px;
}
.comment_video p:nth-of-type(2) a{
    color: #aaaaaa;
    cursor: pointer;
}
.comment_content_video{
    width: 280px;
    position: relative;
}
.comment_content_video>a{
    display: block;
}
.comment_content_video i{
    position: absolute;
    left: 43%;
    top: 34%;
    color: #ffffff;
    font-size: 35px;
}

.comment_content_video video{
    width: 100%;
    height: 187px;
    cursor: pointer;
}
.comment_content_video span{
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}
.comment_video_r{
    width: 590px;
}
.comment_video .personal_release{
    margin-top: 12px;
}
.comment_video_btn{
    color:#e9a115;
    font-size: 14px;
}
.comment_video_btn a{
    margin-left: 30px;
}
.comment_video_btn a:nth-of-type(1){
    margin-left: 0px;
}
.comment_video_btn i{
    margin-right: 5px;
}
.comment_video_portrait{
    color: #f2bb51;
}
.comment_video_portrait img{
    width: 50px;
    margin-right: 8px;
    border-radius: 50%;
    height: 50px;
}

.personal_comment_btn span a:nth-of-type(1){
    color: #666666;
}
.personal_comment_btn span a:nth-of-type(2) i{
    font-size: 18px;
}
.personal_comment_btn a:nth-of-type(5){
    margin-right: 0;
}
.personal_comment_btn i{
    color: #666666;
}
.comment_video_title2 .delete{
    color: #b7b7b7;
}


.comment_picture{
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.comment_picture>a{
    display: block;
}
.comment_picture p:nth-of-type(1){
    /*margin-bottom: 30px;*/
    /*height: 45px;*/
    /*background-color: #f0f0f0;*/
    /*border-radius: 5px;*/
    /*color: #aaaaaa;*/
    /*line-height: 45px;*/
    /*font-size: 14px;*/
    /*padding-left: 20px;*/
    /*padding-right: 25px;*/
}
.comment_picture p.ellipselist{
    font-size: 14px;
    margin-bottom: 35px;
    color: #888888;
    line-height: 18px;
    height: 36px;

}
.comment_picture .personal_release .comment_text{    color: #888888;    margin-bottom: 35px;}
.comment_picture p:nth-of-type(3){
    font-size: 14px;
    margin-bottom: 25px;
    color: #777777;
    line-height: 20px;
}
.comment_picture p:nth-of-type(2) a{
    color: #aaaaaa;
    cursor: pointer;
}

.my_play {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 550px;
}
.my_video_main{
    position: relative;
}

.my_play span {
    color: rgba(255,255,255,0.8);
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -42.4px;
    width: 80px;
    overflow: hidden;

}

.my_video_btn{
    color:#e9a115;
    font-size: 14px;
    margin-top: 30px;
}
.my_video_btn a:nth-of-type(3){
    margin-right: 0;
}
.my_video_btn a:nth-of-type(1){
    margin-left: 0px;
}
.my_video_btn i{
    margin-right: 5px;
}

.my_video_writer{
    border-bottom: 1px solid #ededed;
    margin: 30px 0;
    padding-bottom: 30px;
}
.my_video_writer .personal_wide div:nth-of-type(2){
    margin-top: 20px;
}
.my_video_writer .personal_wide div:nth-of-type(2) a{
    color: #bbbbbb;
}
.my_video_writer .personal_wide div:nth-of-type(2) a:nth-of-type(1){
    color: #f2bb51;
}
.my_video_writer .personal_wide div:nth-of-type(2) a:nth-of-type(2){
    margin: 0 10px;
    padding: 0 10px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    line-height: 15px;
}

.note_detail_writer .personal_wide div a .iconliulan{
    font-size: 20px;
    margin-right: 10px;
}
.my_video_writer .my_video_span{
    margin-left:20px;
    font-size: 14px;
    padding: 7px 15px;
    background-color: #f2bb51;
    color: #ffffff;
    border-radius: 5px;
}
.my_video_writer .clear{
    font-size: 24px;
    height: 37px;
}

.comment_note_title{
    width: 100%;color: #aaaaaa;
}

.personal_comment_reply{
    height: 50px;
    margin-top: 30px;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding-left: 25px;
}
.personal_comment_reply input{
    height: 100%;
    width: 80%;
    background-color: #f0f0f0;
    color: #999999;
}
.personal_comment_reply button{
    border: 0;
    background-color: #e1e1e1;
    width: 20%;
    height: 100%;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
}


.browse_news .collect_rank_r, .collect_news .collect_rank_r{
    width: 534px;
}

.personal_scenic_comment .comment_video_title2{
    margin-top: 20px;
}

.reply_content{
    padding-left: 60px;
    margin-top: 20px;
    font-size: 14px;
}
.reply_content img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.reply_content span{
    margin: 0 20px 0 15px;
}
.reply_content a{
    line-height: 25px;
    margin-top: 10px;
    width: 100%;
}
.comment_item .reply_content{
    padding-left: 0;
}
.comment_box .comment_item .explain .reply_content span{
    font-size: 14px;
}
.comment_box .comment_item .explain .reply_content a{
    font-size: 14px;
}
.intro{padding: 20px 10px; color: #505050;}