@charset "utf-8";
/* CSS Document */

/*--用户资料--*/
.profile_box {
    /*height:auto;
    padding:30px 10px;*/
}
.profile {
    height:52px;
}
.profile li {
    line-height:46px;
    float:left;
}
.profile .main_title {
    display: inline-block;
    width:90px;
    font-size: 16px;
    font-weight: bold;
    color: #202124;
}
.profile li.title {
    display: inline-block;
    width:64px;
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    text-align: right;
}
.profile li.inputlist {
    width:680px;
    position:relative;
    margin-left: 36px;
}
.profile li.inputlist .infoedit i{
    display: inline-block;
    width: 45px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-style:normal;
    color: #fff;
    border: #ccc solid 1px;
    background:#ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
/*修改密码*/
.password_box {
    margin-top: 40px;
}
.password {
    height:52px;
}
.password li {
    line-height:46px;
    float:left;
}
.password .main_title {
    display: inline-block;
    width:90px;
    font-size: 16px;
    font-weight: bold;
    color: #202124;
}
.password li.title {
    display: inline-block;
    width:64px;
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    text-align: right;
}
.password li.inputlist {
    width:680px;
    position:relative;
    margin-left: 36px;
}
.password li.inputlist .infoedit i{
    display: inline-block;
    width: 45px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-style:normal;
    color: #fff;
    border: #ccc solid 1px;
    background:#ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.password .inputlist input {
    border:0;
    /*border-bottom:#d9d9d9 1px solid;*/
    line-height:35px;
    height:35px;
    font-size:14px;
    color:#525252;
    margin-right:10px;
    outline: none;
    font-weight: 500;
    background: #F4F4F4;
    width: 303px;
    border-radius: 5px;
    padding-left: 5px;
}
.passwordbtn {
    margin-left: 36px;
}
.passwordbtn input{
    border:0;
    line-height:31px;
    text-align:center;
    border-radius: 5px;
    cursor:pointer;
    color:#FFF;
    font-size: 14px;
    width: 80px;
    height: 31px;
    background: #BE2239;
}
/*--修改信息--*/
.infoedit{
    position:absolute;
    top:11px;
    right:44px;
    text-align:center;
}
.infoedit a{
    display:block;
    line-height:22px;
    height:22px;
    width:45px;
    border:#ddd 1px solid;
    color:#888;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size:12px;
}

/*--修改——弹窗--*/

.userinfo_change {
    margin: 30px 21px 20px 16px;
}
.userinfo_change .cur_info {}
.userinfo_change .cur_info .info{
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    text-decoration: underline;
}
.userinfo_change .cur_info_desc {
    margin-top: 14px;
}
.userinfo_change .cur_info_desc .desc{
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.userinfo_change .input_block {
    margin-top: 50px;
    position: relative;
}
.userinfo_change .input_block .input{
    width: 305px;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #525252;
    padding-bottom: 4px;
}
.userinfo_change .input_block .send{
    position: absolute;
    top: -10px;
    right: 0px;
    line-height: 32px;
    cursor: pointer;
    z-index: 1113;
    font-size: 12px;
    text-align: center;
    padding-left: 5px;
    width: 82px;
    height: 32px;
    background-color: #EAEAEA;
}
.userinfo_change .input_block .send a {
    color: #525252;
}
.userinfo_change .submit_block {
    margin-top: 55px;
}
.userinfo_change .submit_block .cancel{
    float: right;
    width: 80px;
    height: 27px;
    border-radius: 5px;
    border: 2px solid #D6D6D6;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.userinfo_change .submit_block .submit{
    float: right;
    width: 80px;
    height: 31px;
    background: #BE2239;
    border-radius: 5px;
    border: 0;
    margin-left: 17px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 31px;
    text-align: center;
}
label.error {
    font-size:12px;
}

.profile li.inputlist .infoedit a{
    color: #525252;
    width: 79px;
    height: 29px;
    border-radius: 5px;
    border: 2px solid #D6D6D6;
    line-height: 29px;
    font-size: 14px;
    font-weight: 500;
}
.profile li.inputlist .infoedit a:hover{
    /*background: #BE2239;*/
}
.profile li.inputlist span.sradio {
    display:inline-block;
    padding-right:10px;
}
.profile li.inputlist span.sradio input {
    line-height: auto!important;
    height:auto !important;
    padding-right:10px;
}
.profile .inputlist input {
    border:0;
    /*border-bottom:#d9d9d9 1px solid;*/
    line-height:46px;
    height:46px;
    font-size:14px;
    color:#525252;
    margin-right:10px;
    outline: none;
    font-weight: 500;
}

.profile li.bz {
    width:250px;
    font-size:12px;
    color:#999;
    padding-left:5px;
}
.profile li.bz span {
    color:#f00;
    display:inline-block;
    padding-right:5px;
}

/*--更改头象--*/



/*--我的评论--*/
.plun_main_margin {
    padding: 16px 0 0 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    min-height: 700px;
}
.plun_box {
    height:auto;
    padding:14px 0px;
}
.pluninfo_box {
    padding:28px 0px 16px 0px;
    border-bottom:1px solid #e4e4e4;
}
.pinglun {
    height:auto;
}
.pluninfo {
    height:auto;

    padding:0px 24px 0px 24px;
    position:relative
}
.pluninfo:hover {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: #fff;
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
}
.pluninfo .pface {
    margin:0px 18px 0 0;
    float:left;
    background: #fff;
    width:60px;
}
.pluninfo .pface img {
    display:block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.pluninfo .plright {
    margin:0px 0 0 0;
    width:700px;
    float:left;
    word-break:break-all;
    color:#888
}
.pluninfo_top {
    /*line-height:42px;*/
    height:auto;
    overflow:hidden;
    font-size:12px
}
.pluninfo_top1 {
    float:left;
    margin-right:10px
}
.pluninfo_top2 {
    float:left;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.pluninfo_top2 span.lzy {
    display:inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #525252;
    padding: 0 5px;
}
.pluninfo_top3 {
    width:200px;
    float:right;
    text-align:right;
    font-weight: 500;
    color: #ABABAB;
}
.pluninfo_top3a {
    /*--回复我的使用时间--*/
    height:16px;
    line-height:16px;
    color:#999;
    font-size:12px;
}
.pluninfo_top3a span.time {
    display:inline-block;
    padding:0 5px;
}
.pluninfo_top3a span.me {
    color:#444;
    font-weight:bold;
    display:inline-block;
    padding:0 3px;
    text-decoration:underline;
}
.pluninfo_center {
    padding:5px 0 0 0;
    font-size:14px;
    line-height:20px;
    font-weight: 500;
    color: #888888;
}

.yinyong {
    padding:16px 0;
    height:auto;
}
.yinyong .news {
    float:left;
    width: 566px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.yinyong a{
    display:block;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    color: #202124;
}
.yuantie{
    border: #ececec 1px solid;
    padding: 11px 15px;
    margin: 13px 0 0px 0;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    background: #F4F4F4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    color: #888888;
}
.yuantie span{
    display:block;
    padding-bottom:5px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.pluninfo_bottom {
    HEIGHT:35px;
    line-height:35px;
    COLOR:#514f4f;
    FONT-SIZE:12px
}
.fayan {
    FLOAT:right;
    margin:0;
    font-size: 12px;
    font-weight: 500;
    color: #BE2239;
}
.fayan li {
    padding-left: 10px;
    float: right;
}

.no_moreinfo, .moreinfo {
    text-align: center;
    line-height: 70px;
    height: 70px;
    padding-top:15px;
    font-size: 14px;
    color:#999;
}
/*--我的文章--*/
.news_box {
    height:auto;
    padding:0px 0px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    min-height: 700px;
}
.news_lb{
    padding:0;
    margin:0;
    clear:both;
}
.news_lb li {
    height:auto;
    padding: 16px 15px 16px 15px;
    border-bottom: #e4e4e4 1px dotted;
    overflow:hidden;
}
.news_lb li:hover {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: #fff;
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
}
.news_lb .h3 {
    font-size: 18px !important;
    color: #999;
    line-height: 28px;
    padding-left: 0;
    /*padding-bottom: 15px;*/
    display: block;
}
.news_lb .h3 a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

/*.news_lb a {
    color:#999;
    text-decoration:underline;
}*/
.news_left {
    padding-top: 10px;
}
.news_left, .news_right {
    float:left;
    overflow: hidden;
}
.news_left img {
    width: 112px;
    height: 85px;
    display:block;
}
.news_right {
    width:664px;
    line-height:22px;
    float:right;
}
.news_right p {
    margin: 0 0 5px 0;

    overflow: hidden;
    display: inline-block;
}
.news_right .desc {
    color:#888888;
    font-size:14px;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*.news_right a:hover {
    color:#666;
}*/


.news_plun {
    margin-top:5px;
}
.news_plun li {
    padding:0px;
    float:left;
    height:25px;
    border:0;
    font-size:13px;
    color:#ABABAB;
}
.news_plun li a {
    color:#999;
    font-size:14px;
}
.news_plun li a.nocollection {
    color:#BE2239;
}
a.pc_list {
    padding-left:23px;
    background-position:0 -149px;
}
/*a.news_plun {
    padding-left:20px;
    background-position:0 -180px;
}
a.news_plun:hover {
    padding-left:20px;
    background-position:0 -841px;
}*/


.news_right span a{
    font-size:12px !important;
    display: inline-block;
    padding:0 10px;
    height: 26px;
    line-height: 26px;
    background: #fbe8e8;
    color:#f00 !important;
    margin-right: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.news_right span a:hover{
    background: #fdd8d8;
}
.news_right span a i{
    width: 20px;
    height:14px;
    display: inline-block;
    background: url("https://11.mydrivers.com/passport/images/user_icon_2019.png") no-repeat 0 -1201px;
    vertical-align: middle;
    padding-bottom: 3px;
}

/*--翻页--*/
.m-page {
    overflow:hidden;
    margin-top:20px;
    padding:10px 0;
    height:37px;
    text-align:center;
}
.m-page a{
    text-align:center;
    height:37px;
    line-height:37px;
    display:inline-block;
}
.m-page .item {
    margin-left:-1px;
    width:35px;
    border:solid 1px #ededed;
    height:35px;
    color:#3e3e3e;
    text-align:center;
    line-height:35px;
    cursor:pointer;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
    transition:all .1s linear
}
.m-page .item .num {
    position:relative;
    z-index:1;
    display:inline-block;
    width:100%;
    text-decoration:none;
    font-size:14px
}
.m-page .item:hover {
    z-index:1;
    border-color:#6db5f9 !important;
    background: #51a5f5;
    color: #fff;
    cursor: pointer;
    border-color: #51a5f5;
}
.m-page a.next, .m-page a.prev {
    width:70px;
    font-weight:400
}
.m-page a.prev {
    margin-left:0
}
.m-page a.next {
}
.m-page a.dot+.next {
    margin-left:-1px
}
.m-page a.active, .m-page a.active:hover {
    background:#51a5f5;
    color:#fff;
    border-color:#51a5f5;
    cursor:default;
    text-decoration:none
}
.m-page .dot {
    border:none;
    line-height:37px;
    width:24px;
    cursor:default;
    color:#ccc;
}
.m-page .dot:hover {
    color:#51a5f5;

}
.m-page a.next-disabled, .m-page a.prev-disabled {
    color: #ccc !important;
}
.m-page a.next-disabled:hover, .m-page a.prev-disabled:hover {
    background:#FFF !important;
}

.item a:hover{
    color:#51a5f5 !important;
    display:block;
}
.m-bottomsearch {
    margin-top:20px;
}

.particular {position: relative;}
.particular_wrap {background: #fff;position: relative;}
.particular_wrap p {width: 450px;margin: 0 auto;padding: 100px 0;}
.particular_wrap p b {position: relative;top: 10px; word-break:break-all}
.particular_wrap p span {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #BE2239;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.particular_wrap .error-icon:before {
    content: '\1006';
}