@charset "UTF-8";

.feedback-part-layer.layui-layer{
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
}
.feedback-part-layer .layui-layer-title{
    position: relative;
    padding: 0 80px;
    background: #FFF;
    text-align: center;
    border-bottom: none;
    font-size: 20px !important;
    color: #000 !important;
    border-radius: 12px 12px 0 0;
    height: 52px;
    line-height: 62px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3)
}
.feedback-part-layer .fbleft-backbtn{
    position: absolute;
    left: 15px;
    top: 15px;
    width: 16px;
    height: 16px;
    background: url(/mobile/images/helpcenter/left-backbtn.png?v=6) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 100;
}
.feedback-part-layer .fbleft-backbtn:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.feedback-part-layer.smallIpt .layui-layer-title{
    width: 540px;
    margin: auto;
    background: #F9F9F9 !important;
}
.feedback-part-layer .layui-layer-content{
    padding: 0;
    height: 634px;
}
.feedback-part-layer .layui-layer-btn{
    padding: 0;
}
.feedback-part-layer.smallIpt .layui-layer-setwin{
    right: 95px;
}
.feedback-input{
    width: 540px;
    background: #F9F9F9;
    margin: auto;
    border-radius: 0 0 12px 12px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}
.feedback-list{
    display: none;
    background: #FFFFFF;
    border-radius: 0 0 12px 12px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    padding:0 10px 12px;
}
.feedback-cont{
    width: 486px;
    margin: auto;
}

.feedback-navbar{
    line-height: 45px;
    background: #F9F9F9;
    color: #999;
    font-size: 14px;
    letter-spacing: -0.333px;
    margin-bottom: 10px;
    text-align: center;
}
.feedback-navbar .fbchoose-cont{
    width: 7%;
    text-align: center;
}
.feedback-navbar .type{
    width: 21%;
    text-align: left;
}
.feedback-navbar .cont{
    width: 50%;
}
.feedback-navbar .time{
    width: 21%;
}

.feedback-listall{
    height: 536px;
    overflow: auto;
}
.feedback-listall .grid-item{
    line-height: 67px;
}
.feedback-listall .grid-item:nth-child(odd){
    background: #F9F9F9;
}
.feedback-listall .problem-detail{
    position: relative;
    padding: 0 0 0 76px;
    display: none;
    text-align: left;
}
.feedback-listall .problem-detail .fsplit-line{
    position: absolute;
    z-index: 10;
    width: 1px;
    height: 88%;
    top: 12px;
    left: 50px;
}
.feedback-listall .problem-detail .fsplit-line p{
    background: #3F9EFF;
    width: 100%;
    height: 100%;
}
.feedback-listall .problem-detail .fsplit-line:after{
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 12px;
    height: 12px;
    background: #3F9EFF;
    border-radius: 50px;
}
.feedback-listall .problem-detail .fsplit-line:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -6px;
    width: 12px;
    height: 12px;
    background: #3F9EFF;
    border-radius: 50px;
}

.feedback-listall .problem-detail .detail-title{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.feedback-listall .problem-detail .detail-title .time{
    color: #999;
    font-size: 12px;
    margin-left: 16px;
}
.feedback-listall .problem-detail .detail-body{
    color: #333;
    font-size: 12px;
    line-height: 20px;
}
.feedback-listall .problem-detail .img-list{
    display:flex;
    flex-flow:row wrap;
}
.feedback-listall .problem-detail .img-list img{
    max-width:19%;
    flex:0 0 19%;
    height: auto;
    margin: 10px 1% 10px 0;
}
.feedback-listall .problem-detail .img-list img:last-child{
    margin: 10px 0;
}

.main-wrap{
    background: #F8F8F8;
    padding: 0 2.7%;
    height: auto;
    overflow-y: auto;
}
.tips-title{
    color: #999;
    font-size: 12px;
    line-height: 24px;
    padding: 6px 0;
    text-align: center;
}
.tips-title a{
    color: #2A93FF;
    text-decoration: underline;
}
.question-type{
    border-radius: 4px;
    background: #FFF;
    padding: 16px 12px 4px;
    margin-bottom: 12px;
    min-height: 182px;
}
.describe-problem h3,
.question-type h3{
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin-bottom: 12px;
    letter-spacing: normal;
    font-weight: normal;
    text-align: left;
}
.question-list{
    display:flex;
    flex-flow:row wrap;
}
.question-list .item{
    max-width: 31%;
    flex: 0 0 31%;
    padding: 2px 5px;
    text-align: center;
    color: #333;
    font-size: 12px;
    border-radius: 30px;
    border: 1px solid #78F5F5;
    background: #EFF9FF;
    margin: 0 1% 12px;
    cursor: pointer;
}
.question-list .questype-icon{
    display: inline-block;
    margin: 0 auto 2px;
    width: 22px;
    height: 22px;
    background-image: url('/mobile/images/helpcenter/questype-icon.png');
    background-size: 40px;
    background-position: -9px -245px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.question-list .questype-icon.a1{
    background-position: -9px -245px;
}
.question-list .questype-icon.a2{
    background-position: -9px -8px;
}
.question-list .questype-icon.a3{
    background-position: -9px -88px;
}
.question-list .questype-icon.a4{
    background-position: -9px -47px;
}
.question-list .questype-icon.a5{
    background-position: -9px -127px;
}
.question-list .questype-icon.a6{
    background-position: -9px -207px;
}
.question-list .questype-icon.a7{
    background-position: -9px -167px;
}
.question-list .questype-icon.a8{
    background-position: -9px -88px;
}

.question-list .item.active{
    border-radius: 30px;
    border: 1px solid #78F5F5;
    background: #89C2FC;
    color: #FFF;
}

.describe-problem{
    border-radius: 4px;
    background: #FFF;
    padding: 16px;
}
.describe-area{
    border-radius: 4px;
    border: 1px dashed #2A93FF;
    padding: 16px 10px 0;
}
.describe-area .pro-ipt{
    width: 100%;
    height: 70px;
    border: none;
    font-size: 14px;
}
.describe-area .pro-ipt::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #aab2bd;
    /* placeholder字体大小 */
    font-size: 14px;
}
.describe-problem .img-remark{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-bottom: 9px;
    letter-spacing: -0.5px;
    text-align: left;
}
.character-count{
    float: right;
}
.character-count i{
    font-style: normal;
    color: #333;
}
.left-cont{
    float: left;
}

.upload-id-list{
    flex-wrap: wrap;
    padding: 10px 0 0;
    justify-content: flex-start;
    margin: 0;
}
.upload-id-item{
    position: relative;
    width: 19%;
    min-height: 80px;
    padding: 10px 0;
    margin: 0 1% 10px 0;
    text-align: center;
    background: #F9F9F9;
    border: 0.5px dashed rgba(10, 132, 255, 0.5);
    border-radius: 10px;
    font-size: 14px;
    color: #999;
    display: none;
}
.upload-id-item:last-child{
    margin: 0 0 10px;
}
.upload-id-item p{
    font-size:12px;
    color:#999;
    line-height: 18px;
}
.upload-id-item.active{
    display: inline-block;
}
.upload-img{
    width:40px;
    height: 40px;
    margin-bottom: 5px;
}
.u-item4-context{
    width: 64%;
    padding-left: 10px;
    text-align: left;
}
.upload-item-title{
    line-height: 1;
    margin-bottom: 4px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.upload-item-text{
    line-height: 1.1;
}
.imgShow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.upload-id-item .icon-shanchu{
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
    font-size: 20px;
    color: #ff0000;
    cursor: pointer;
}
.upload-file{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-input-item {
    position: relative;
    height: 50px;
    line-height: 49px;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #E7E7E7;
}
.upload-input-item .upload-input-title{
    min-width: 80px;
    font-size: 16px;
    color: #333;
}
.upload-input-item  .upload-input{
    width: 70%;
    height: 49px;
    line-height: 49px;
    padding:0 10px;
    border: none;
    outline: none;
}
.upload-next-btn-cont{
    padding-bottom: 20px;
    width: 355px;
    margin: auto;
}
.upload-next-btn-cont .edit-tips{
    margin: 0;
    line-height: 36px;
    min-height: auto;
}
.upload-next-btn-cont .btn{
    border-radius: 6px;
    background: linear-gradient(180deg, #57A7FA 0%, #1584F8 100%);
    width: 100%;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    transition: all .2s;
    transform: scale(1);
    cursor: pointer;
    text-align: center;
    margin-top: 12px;
}
.feedback-list-btn:hover,
.upload-next-btn-cont .btn:hover{
    transform: scale(1.05);
}
.feedback-list-btn{
    display: block;
    color: #39B4E4;
    font-size: 14px;
    margin: auto;
    text-decoration: underline;
    transition: all .2s;
    transform: scale(1);
    line-height: 20px;
    margin-top: 10px;
}
.upload-layer .layui-m-layercont{
    padding: 20px;
    color: #666;
}
.upload-layer .layui-m-layercont h3{
    color: #333;
    font-weight: bold;
}
.layui-m-layer-problem-lay img{
    width: 148px;
}
.layui-m-layer-problem-lay h3{
    font-size: 16px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
}

/*nav*/
#comm-other-button{
    display: block;
    cursor: pointer;
}

.context-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    clear: both;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;

}
.new-cont .title-right .email-title{
    width: 16%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

.context-body .round{
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    background: #2A93FF;
}

.feedback-listall .grid-item.read .context-body .round,
.context-header .round.read{
    background: transparent;
}

.context-header .arr-r{
    position: absolute;
    right: 0;
    top: 41%;
    display: inline-block;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s;
}
.context-header .arr-r.active{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.context-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    clear: both;
    overflow: hidden;
    line-height: 18px;
}
.new-cont .title-right .cont-abbrev{
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #999;
    transition: all .3s;
}
.context-body p:last-child{
    width: 45%;
    text-align: center;
}

.context-body span {
    color: #656E90 !important;
    font-size: 12px!important;
    line-height: 17px!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.context-body.show{
    min-height: 24px;
    height: auto;
    overflow: auto;
    white-space:normal;
    text-overflow: clip;
}
.new-cont .title-right .feedback-time{
    color: #333;
    font-size: 13px;
    letter-spacing: -1px;
}
.context-header .right-cont span.night{
    color: #656E90;
}
.new-cont{
    position: relative;
    width: 100%;
    padding: 0 10px 0;
    border-radius: 4px;
    transition: all .3s;
    align-items: center;
}
.grid-item .new-cont .pro-icon{
    display: inline-block;
    margin: 0 8px 0 0;
    width: 32px;
    height: 32px;
    background-image: url(/mobile/images/helpcenter/questype-icon.png?v=6);
    background-size: 73px;
    background-position: -20px -452px;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.grid-item.read .new-cont .pro-icon{
    background-image: url(/mobile/images/helpcenter/questype-greyicon.png?v=6);
    background-size: 73px;
    background-position: -20px -452px;
    background-repeat: no-repeat;
}
.grid-item .new-cont .pro-icon.protype1{
    background-position: -20px -452px;
}
.grid-item .new-cont .pro-icon.protype2{
    background-position: -20px -20px;
}
.grid-item .new-cont .pro-icon.protype8{
    background-position: -20px -164px;
}
.grid-item .new-cont .pro-icon.protype4{
    background-position: -20px -92px;
}
.grid-item .new-cont .pro-icon.protype5{
    background-position: -20px -236px;
}
.grid-item .new-cont .pro-icon.protype7{
    background-position: -20px -308px;
}
.grid-item .new-cont .pro-icon.protype6{
    background-position: -20px -380px;
}
.grid-item .new-cont .pro-icon.protype3{
    background-position: -20px -380px;
}

.new-cont .title-right{
    flex: 1;
    overflow: auto;
    cursor: pointer;
    text-align: left;
}

.fbchoose-cont{
    padding: 0;
    transition: all .3s;
}
.fbchoose-cont.active{
    padding:0 5px;
}
.feedback-listall .fbchoose-cont{
    line-height: 67px;
}
.feedback-navbar .fbchoose-cont{
    line-height: 45px;
}
.fbchoose-cont .check{
    display: inline-block;
    width: 0;
    height: 16px;
    background: url(/mobile/images/helpcenter/pcproun-check.png?v=6) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}
.fbchoose-cont .check.active{
    background: url(/mobile/images/helpcenter/pcpro-check.png?v=6) no-repeat center center;
    background-size: contain;
}
.fbchoose-cont.active .check{
    width: 16px;
}

/*底部快捷删除及全选按钮*/
.fast-menu-cont{
    line-height: 20px;
    text-align: right;
    padding: 0 14px 10px;
}
.fast-menu-cont .fast-menu{
    display: none;
}
.fast-menu-cont .txt-tips,
.fast-menu-cont .js-count{
    color: #ff0000;
}
.fast-menu-cont .txt-tips{
    margin-right: 15px;
}
.fast-menu-cont .fblist-btn{
    display: inline-block;
}
.fast-menu-cont .manage-topbtn{
    display: inline-block;
    color: #2A93FF;
    font-size: 14px;
    cursor: pointer;
}
.fast-menu-cont .delete-btn{
    display: none;
    color: #999;
    font-size: 14px;
    padding-left: 28px;
    background: url(/mobile/images/helpcenter/gray-delete.png?v=6) no-repeat left center;
    cursor: pointer;
}
.fast-menu-cont .delete-btn.active{
    color: #2A93FF;
    background: url(/mobile/images/helpcenter/blue-delete.png?v=6) no-repeat left center;
}

.toggle-btn{
    position: fixed;
    top: 8px;
    right: 0;
    z-index: 100;
    width: 65px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: none;
    border: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.problem-lay.layui-layer{
    border-radius: 12px;
    min-width: 360px;
    padding-bottom: 20px;
}
.problem-lay .layui-layer-title{
    display: none;
}
.problem-lay .layui-layer-content{
    padding: 20px 0;
}
.problem-lay .layui-layer-content img{
    width: 180px;
    margin: auto;
    display: block;
}
.problem-lay .layui-layer-content h3{
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 30px;
}
.problem-lay .layui-layer-content p{
    font-size: 14px;
    color: #666;
    text-align: center;
}
.problem-lay .layui-layer-btn{
    text-align: center;
}
.feedback-listall .no-data{
    text-align: center;
    padding-top: 130px;
}
.feedback-listall .no-data img{
    margin-bottom: 20px;
}
