﻿.gf-reply{
    resize: none;
    height:150px;
    border-radius:6px;
    padding: 20px;
    border:1px solid rgba(233,233,233,1);
    background-color: #fff !important;
    width: 100%;
    font-family: "Microsoft-YaHei";
    display: block;
    font-size:16px;
    color:rgba(34,34,34,1);
    line-height:21px;
}
.gf-reply-title{
    font-size:20px;
    font-weight:bold;
    color:rgba(34,34,34,1);
    line-height:26px;
}
.score-a{
    background:linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -webkit-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -moz-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -ms-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -o-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    text-align: center;
    padding: 12px 0 14px;
    display: block;
    font-size:18px;
    cursor: pointer;
    color:rgba(255,255,255,1);
    line-height:24px;
    width: 192px;
    border-radius: 100px;
}
.comment-ul li{
    padding: 30px 0 20px 0;
    border-top: 1px solid #E1E1E1;
}
.comment-head{
    margin-right: 15px;
}
.comment-head,.comment-head img{
    width:50px;
    height:50px;
    display: block;
    float: left;
    border-radius: 50%;
}
.comment-div{
    overflow: hidden;
}
.comment-top{
    font-size:14px;
    font-weight:bold;
    color:rgba(34,34,34,1);
    line-height:19px;
}
.comment-top span{
    font-size:14px;
    margin-left: 10px;
    color:rgba(153,153,153,1);
    line-height:19px;
    font-weight: normal;
}
.comment-a{
    margin-top: 12px;
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height:22px;
}
.comment-opction>div{
    float: left;
    cursor: pointer;
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:rgba(153,153,153,1);
    line-height:16px;
}
.comment-opction a{
    color:rgba(153,153,153,1);
}
.comment-opction>div+div{
    margin-left: 20px;
}
.comment-opction i{
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 6px;
}
.comment-1 i{
    background: url("../images/commit.png") no-repeat;
    background-size: 100% 100%;
}
.comment-2 i{
    background: url("../images/dianzan.png") no-repeat;
    background-size: 100% 100%;
}
.comment-2 .zaned-i{
    background: url("../images/zan2.png") no-repeat;
    background-size: 100% 100%;
}
.jubao i{
    background: url("../images/jubao.png") no-repeat;
    background-size: 100% 100%;
}
.hf-tit{
    font-size:16px;
    color:#222;
    line-height:21px;
}
.hf-tit a{
    color: #2E8CFF;
}
.comment-hf{
    display: none;
    margin-top: 5px;
    width: 100%;
    height: 59px;
    background: url("../images/bg.png") no-repeat;
    background-size: 100% 59px;
    position: relative;
}
.comment-hf input{
    width: 99%;
    height: 50px;
    padding-right: 118px;
    padding-left: 20px;
    border: none;
    display: block;
    position: relative;
    top:6px;
    font-size:14px;
    color: #222;
    background-color: #fff !important;
}
.comment-hf a{
    position: absolute;
    right: 0;
    top:4px;
    width:108px;
    text-align: center;
    display: block;
    height:54px;
    background:linear-gradient(90deg,rgba(255,118,150,1) 0%,rgba(255,26,72,1) 100%);
    background-image: -webkit-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -moz-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -ms-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -o-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    border-radius:0px 4px 4px 0px;
    font-size:18px;
    font-family:MicrosoftYaHei;
    color:rgba(255,255,255,1);
    line-height:54px;
}
.comment-show{
    display: block;
}
.comment-sty{
    background:rgba(238,238,238,1);
    border-radius:6px;
    padding: 14px 20px 15px 20px;
    font-size:16px;
    color:rgba(34,34,34,1);
    line-height:21px;
}
.score-div{
    background:rgba(255,255,255,1);
    width: 420px;
    padding: 30px 40px;
    background: #fff;
    border-radius:8px;
}
.score-text{
    height:150px;
    border-radius:6px;
    border:1px solid rgba(233,233,233,1);
    padding: 15px 20px;
    line-height:19px;
    font-size: 14px;
    color: #222;
    display: block;
    background: #fff !important;
    width: 100%;
}
.score-option{
    text-align: center;
}
.score-option>a{
    display: inline-block;
    height: 50px;
    width: 160px;
    text-align: center;
    font-size:18px;
    line-height: 50px;
    color:rgba(34,34,34,1);
    border-radius:100px;
}
.score-git{
    background:linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -webkit-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -moz-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -ms-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -o-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    color: #fff !important;
}
.score-quxiao{
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
}
.reason-div-p{
    margin-top: 23px;
    font-size:14px;
    font-weight:bold;
    color:rgba(34,34,34,1);
    line-height:19px;
    margin-bottom: 17px;
}
.reason-div li+li{
    margin-left: 0;
    margin-top: 20px;
}
.flex-layer .register-input>div{
    width: 100px;
    height: 100px;
    margin: 0 20px 20px 0;
}
.flex-layer .register-input>div:nth-child(3n){
    margin: 0 0 20px 0;
}
.flex-title{
    font-size:14px;
    border-radius: 8px 8px 0 0;
    color:rgba(34,34,34,1);
    line-height:22px;
    padding: 20px;
    border-bottom: 1px solid #EEEEEE;
}
.btn-flex{
    display: flex;
    display: -webkit-flex;
}
.btn-flex a{
    flex: 1;
    -webkit-flex: 1;
    font-size:16px;
    color:rgba(34,34,34,1);
    line-height:53px;
    cursor: pointer;
    text-align: center;
}
.btn-flex a:hover{
    color: #2E8CFF;
}
.xiala-i{
    background: url("../images/right.png") no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    margin-left: 6px;
}
.my-wenzheng{
    position: relative;
    padding-bottom: 30px;
}
.my-wenzheng-box{
    width: 109px;
    background:rgba(255,255,255,1);
    box-shadow:0 1px 6px 0 rgba(0,0,0,0.1);
    border-radius:8px;
    text-align: center;
    position: absolute;
    top: 41px;
    display: none;
    left: -21px;
    z-index: 999;
}
.my-wenzheng-box a{
    font-size:14px;
    padding: 10px;
    display: block;
    font-weight: normal;
    color:rgba(34,34,34,1);
    line-height:19px;
    border-bottom: 1px solid #EEEEEE;
}
.my-wenzheng:hover .my-wenzheng-box{
    display: block;
}
.my-wenzheng-box a:hover{
    display: block;
    font-weight: bold;
}
.head-img{
    width: 120px;
}
.head-img-a,.head-img-a img{
    width: 100%;
    height: 120px;
    border-radius: 100%;
    display: block;
}
.head-img-p{
    margin-top: 16px;
    font-size:14px;
    margin-top: 16px;
    color:rgba(34,34,34,1);
    line-height:19px;
    text-align: center;
}
.infor-list>div{
    padding: 30px 0;
    border-bottom: 1px solid #E1E1E1;
}
.infor-list>div:last-child{
    border-bottom: none;
}
.infor-list-tit{
    font-size:18px;
    font-weight: bold;
    color:rgba(34,34,34,1);
    line-height:24px;
    padding-bottom: 10px;
}
.nickname-fl{
    padding-right: 12px;
    font-size:12px;
    color:rgba(34,34,34,1);
    line-height:44px;
    width: 85px;
    text-align: right;
}
.infor-list-div{
    margin: 0 8px;
    height: 44px;
    width: 340px;
}
.infor-list-div>input{
    border-radius:6px;
    border:1px solid rgba(233,233,233,1);
    display: block;
    width: 100%;
    color: #222;
    height: 100%;
    padding: 0 10px;
    background: rgba(0,0,0,0) !important;
}
.edit-fl{
    width: 72px;
    text-align: center;
    font-size:14px;
    color:rgba(46,140,255,1);
    line-height:44px;
    cursor: pointer;
}
.ask-politics img{
    width: 100%;
    display: block;
}
.ask-politics a{
    padding: 15px 32px;
    border-radius:100px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ff2854, endColorstr=#ff6f90);
    background:linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -webkit-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -moz-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -ms-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -o-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    font-size:18px;
    color:rgba(255,255,255,1);
    line-height:24px;
}
.ask-politics i{
    width: 24px;
    height: 24px;
    background: url("../images/btn11.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    float: left;
    margin-right: 10px;
}
.ask-politics{
    position: relative;
}
.interview-ul{
    padding-top: 10px;
}
.interview-ul li{
    float: left;
    margin: 20px 20px 0 0;
    width: 285px;
    height: 189px;
    border-radius:8px;
    position: relative;
}
.interview-ul li:nth-child(4n){
    margin: 20px 0 0 0;
}
.img-maxWidth img{
    max-width: 100% !important;
    height: auto !important;
}
.interview-ul a{
    display: block;
    cursor: pointer;
}
.interview-ul img{
    border-radius:8px;
    width: 100%;
    height: 100%;
    display: block;
}
.interview-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:14px;
    padding: 10px 15px 11px 15px;
    background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    border-radius:0px 0px 8px 8px;
    color:rgba(255,255,255,1);
    line-height:19px;
    text-shadow:0px 2px 4px rgba(0,0,0,0.5);
}
.interview-po{
    position: absolute;
    right: 10px;
    top:10px;
    background:linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -webkit-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -moz-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -ms-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    background-image: -o-linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    padding: 5px 10px;
    border-radius:2px;
    font-size:12px;
    color:rgba(255,255,255,1);
    line-height:16px;
}
.notice-color{
    background:linear-gradient(135deg,rgba(153,104,218,1) 0%,rgba(124,50,223,1) 100%);
    background-image: -webkit-linear-gradient(135deg,rgba(153,104,218,1) 0%,rgba(124,50,223,1) 100%);
    background-image: -moz-linear-gradient(135deg,rgba(153,104,218,1) 0%,rgba(124,50,223,1) 100%);
    background-image: -ms-linear-gradient(135deg,rgba(153,104,218,1) 0%,rgba(124,50,223,1) 100%);
    background-image: -o-linear-gradient(135deg,rgba(153,104,218,1) 0%,rgba(124,50,223,1) 100%);
}
.review-color{
    background:linear-gradient(135deg,rgba(83,235,224,1) 0%,rgba(0,197,170,1) 100%);
    background-image: -webkit-linear-gradient(135deg,rgba(83,235,224,1) 0%,rgba(0,197,170,1) 100%);
    background-image: -moz-linear-gradient(135deg,rgba(83,235,224,1) 0%,rgba(0,197,170,1) 100%);
    background-image: -ms-linear-gradient(135deg,rgba(83,235,224,1) 0%,rgba(0,197,170,1) 100%);
    background-image: -o-linear-gradient(135deg,rgba(83,235,224,1) 0%,rgba(0,197,170,1) 100%);
}
.department-div>ul,.department-div>div{
    display: none;
}
.commented{
    background:rgba(245,245,245,1);
    border-radius:4px;
    margin-top: 19px;
    padding: 12px 20px;
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:#222222;
    line-height:21px;
}
.commented span{
    color: #2E8CFF;
}
.load-more{
    background: #F6F6F6;
    cursor: pointer;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}
.load-more:hover{
    color: #ff214e;
}
.no-comment{
    text-align: center;
    padding: 50px 0 20px;
    font-size: 16px;
    color: #999;
}