@charset "UTF-8";

html, body{
    height: auto;
    overflow-y: auto;
}
body > .main-wrap > .container > .content .tab-bar {
    position: relative;
    width: 100%;
    padding: 0 0 1em ;
}

body > .main-wrap > .container > .content .tab-bar .tab {
    position: relative;
    white-space: nowrap;
    text-align: left;
    line-height: 200%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

body > .main-wrap > .container > .content .tab-bar .tab.active {
    color: #ba9a55;
}

body > .main-wrap > .container > .content .tab-bar .tab.active:after {
    opacity: 1;
    transform: scaleX(1);
    -ms-transform: scaleX(1); /* IE 9 */
    -moz-transform: scaleX(1); /* Firefox */
    -webkit-transform: scaleX(1); /* Safari 和 Chrome */
    -o-transform: scaleX(1);
}

body > .main-wrap > .container > .content .tab-bar .tab:hover {
    color: #ba9a55;
}

body > .main-wrap > .container > .content .tab-bar .tab:hover:after {
    opacity: 1;
    transform: scaleX(1);
    -ms-transform: scaleX(1); /* IE 9 */
    -moz-transform: scaleX(1); /* Firefox */
    -webkit-transform: scaleX(1); /* Safari 和 Chrome */
    -o-transform: scaleX(1);
}

body > .main-wrap > .container > .content .tab-bar .tab:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    display: block;
    height: 1px;
    background: #ba9a55;
    opacity: 0;
    content: '';
    transform: scaleX(0.2);
    -ms-transform: scaleX(0.2); /* IE 9 */
    -moz-transform: scaleX(0.2); /* Firefox */
    -webkit-transform: scaleX(0.2); /* Safari 和 Chrome */
    -o-transform: scaleX(0.2);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

body > .main-wrap > .container > .content .tab-panel {
    display: none;
    width: 100%;
}

body > .main-wrap > .container > .content .tab-panel.active {
    display: inline-block;
}

body > .main-wrap > .container > .content .email-content {
    position: relative;
    min-height: 3em;
    padding: 10px;
    line-height: 200%;
}

body > .main-wrap > .container > .content .email-content .email-content-date {
    text-align: right;
}

/*body > .main-wrap > .container > .content .unread {*/
    /*color: #FF5573;*/
    /*font-weight: bold;*/
/*}*/

body > .main-wrap > .container > .content .unread-count {
    color: #FF5555;
}

body > .main-wrap > .container > .content .text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 9em;
}

.main-wrap .container .content{
    position: relative;
    padding: 0;
}
.main-wrap .container{
    background: none;
}
.feedback-listall{
    background: #FFF;
    margin-top: 15px;
}
.feedback-listall .grid-item{
    border-bottom: 1px solid #E7E7E7;
}
.feedback-listall .problem-detail{
    padding: 0 0 0 50px;
    display: none;
    position: relative;
    margin-bottom: 10px;
}
.feedback-listall .problem-detail .fsplit-line{
    position: absolute;
    z-index: 10;
    width: 1px;
    height: 88%;
    top: 9px;
    left: 28px;
}
.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: 34px;
}
.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:33.3333%;
    flex:0 0 33.3333%;
    height: auto;
    padding-right: 2%;
    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: 12px 0;
}
.tips-title a{
    color: #2A93FF;
    text-decoration: underline;
}
.question-type{
    border-radius: 4px;
    background: #FFF;
    padding: 16px 12px 4px;
    margin-bottom: 12px;
}
.describe-problem h3,
.question-type h3{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 12px;
}
.question-list{
    display:flex;
    flex-flow:row wrap;
}
.question-list .item{
    max-width: 31%;
    flex: 0 0 31%;
    padding: 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 10px;
}
.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;
}
.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;
}
.upload-id-item{
    position: relative;
    width: 48%;
    min-height: 100px;
    padding: 18px 0;
    margin-bottom: 10px;
    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.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%;
}

.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: 50px;
}
.upload-next-btn-cont .edit-tips{
    margin: 0;
    line-height: 36px;
    min-height: auto;
}
.upload-next-btn-cont .btn{
    margin-top: 20px;
}
.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;
    position: relative;
}
#comm-other-button .count-mark{
    position: absolute;
    z-index: 10;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: red;
    top: 7px;
    right: -4px;
}
.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;

}
.context-header .email-title{
    width: 53%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    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;
}
.context-body p:first-child{
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    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;
}
.context-header .right-cont span{
    color: #999;
    font-size: 14px;
    letter-spacing: -1px;
}
.context-header .right-cont span.night{
    color: #656E90;
}
.new-cont{
    position: relative;
    width: 100%;
    padding: 8px 10px 0;
    margin-bottom: 8px;
    border-radius: 4px;
    transition: all .3s;
    box-shadow: none;
    background: none;
}
.grid-item .new-cont .pro-icon{
    display: 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;
}

.choose-cont{
    padding: 0;
    transition: all .3s;
}
.choose-cont.active{
    padding:0 5px;
}
.choose-cont .check{
    display: inline-block;
    width: 0;
    height: 16px;
    background: url(/mobile/images/helpcenter/proun-check.png?v=6) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}
.choose-cont .check.active{
    background: url(/mobile/images/helpcenter/pro-check.png?v=6) no-repeat center center;
    background-size: 100%;
}
.choose-cont.active .check{
    width: 16px;
}

/*底部快捷删除及全选按钮*/
.fast-menu-cont{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #FFF;
    box-shadow: 5px 0px 9px rgba(147, 169, 192, 0.77);
}
.fast-menu-cont .menu-item{
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.fast-menu-cont .js-count{
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 10;
    color: #ff0000;
}
.fast-menu-cont .menu-item:nth-of-type(2){
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}


.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;

}

/*详情页*/
.email-detail-html{
    padding: 20px;
    border-radius: 4px;
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.07);
    font-size: 14px;
    color: #111;
    background:#f8f8f8;
}
.email-detail-html.night{
    color: #8F97A7;
    background:#191F36;
}
.email-detail-html .detail-title{
    font-size: 16px;
    color: #111;
}
.email-detail-html .detail-title.night{
    color: #E1E9FF;
}

.email-detail-html .detail-sec-title{
    margin: 10px 0 20px;
}

.email-detail-html .detail-context{
    line-height: 1.5;
}

@media (max-width: 320px) {
    .tips-title{
        letter-spacing: -1px;
    }
}

