﻿#container {
    width: 990px;
}
#container .npsChartBox {
    padding: 0 52px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cross-container {
    text-align: left;
}

.btn_control {
    display: inline-block;
    padding: 8px;
    line-height: 34px;
    border: 1px solid #CDCDCD;
}

    .btn_control:hover {
        background: #f3f4f5;
    }

.downBtn {
    display: block;
    font-size: 14px;
    color: #FFFFFF !important;
    background-color: #1ea0fa;
    border-radius: 4px;
    text-align: center;
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

    .downBtn:hover {
        background-color: #0987db;
        color: #fff !important;
    }

.select_zone span {
    margin-right: 6px;
}

#selectContainer select {
    margin-right: 10px;
    width: 112px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D6D6D6;
    font-size: 12px;
    color: #343434;
    outline: none;
}

.chartBox {
    overflow: hidden;
    background: #fff;
}

.chartBoxItem {
    width: 378px;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E1E7F2;
    float: left;
    overflow: hidden;
}
.chartBoxTitle {
    padding: 24px 30px 0;
    color: #000000;
    font-weight: 600;
}
.tit_score dt {
    font-size: 18px;
    float:left;
}

.tit_score dd {
    font-size: 24px;
    float:right;
}

.rightChart {
    float: right;
}

.leftChart img {
    display: block;
    width: 76px;
    height: 76px;
    float: right;
    margin: 23px 30px 0 0;
}

#scoreChart {
    width: 120px;
    height: 120px;
    float: right;
}


#selectContainerCustom select {
    margin-right: 10px;
}

.h1Title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.shareDown {
    display: none;
    margin-left: 500px;
}

.sic_wrap {
    overflow: visible;
}
.headerMask {
    top: 0;
    left: 0;
    right:0;
    bottom:0;
}
.headerSet {
    padding: 0;
    margin-bottom:0px;
}
.tradeContrast {
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 18px 20px;
    border: 1px solid #F2F2F2;
}

    .tradeContrast h3 {
        font-size: 14px;
        font-weight: 600;
        color: #262626;
        line-height: 20px;
    }

        .tradeContrast h3 .comIcon {
            color: #0095ff;
            margin-right: 6px;
        }

.tc_detail {
    margin-top: 4px;
    color: #595959;
    line-height: 24px;
}

.startContrast {
    width: 76px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    margin-left: 4px;
    color: #0095FF;
    display: inline-block;
}

.wjxui-btn-ssm {
    box-sizing: content-box;
}
.headerSet {
    border-radius: 0;
    background: #046dff
}
.npsReportHead {
    background: #fff;
    padding: 30px 30px 16px;
}
.nl_selitem {
    line-height: 32px;
}
.nl_selitem * {
    margin-right: 4px;
    vertical-align: middle;
}

.nl_selitem select {
    min-width:100px;
    max-width: 500px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
}
.nl_selbox{
    width:600px;
}
.head_nav{
    display:flex;
    align-items:flex-start;
    justify-content:space-between
}
.npsChartBox{
    margin-top:20px;
}
.npschartWrap{
    width:412px;
    margin-right:20px;
}
.chartBox {
    background: #FFFFFF;
}
.chartContainerBox{
    height:286px;
}
#chartContainerBing, #chartContainerZhizhen {
    width: 412px;
    height: 300px;
    padding:10px 30px;
}
.zhizhenImg {
    position: absolute;
    bottom: 116px;
    left: 61px;
    z-index: 52;
    width: 289px;
}
.dataItem {
    background: #fff;
    padding: 30px 0px 10px;
    margin: 20px 0;
}
.dataItemTitle {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    height: 40px;
    line-height: 36px;
    padding: 0 12px;
    background-color: #046dff;
    background-image: url(/images/newimg/npsSurvey/bg-title-bar-cover.png);
    background-size: cover;
    border-bottom: 5px solid #046dff;
    border-bottom-width: 5px !important;
    position: relative;
    margin-bottom: 20px;
}

    .dataItemTitle::after {
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0px;
        left: 0;
    }

    .dataItemTitle::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: -4px;
        left: 0;
    }
.outset_newbox th{
    text-align:left
}
.fillet__chart--dataGraph{
    border-radius:2px;
    padding:8px;
}
.fillet__chart--dataGraph .highcharts-container {
    border: 1px solid #E0E0E0;
    border-radius: 0;
}
.headerControl {
    right: 34px;
    top: 12px;
}
body .outset_newbox .headerPic_default_bg {
    background: url(/images/newimg/npsSurvey/pcbg-baogao@2x.png) no-repeat center;
    background-size: cover;
}
body .inside-box .outset_newbox .headerPic_default_bg {
    width: 846px;
    margin-left: -423px;
}
body .outset_newbox .headerPic_default_bg *{
    display:none;
}
.tdwrap{
    /*display:flex;*/
    overflow:hidden
}

.nsitem {
    min-height: 40px;
    background: #F2F2F2;
    box-shadow: 0px 1px 0px 0px #E8E8E8, 0px -1px 0px 0px #E8E8E8;
}
.nsitem >.tdwrap>.td:first-child {
    vertical-align: middle;
    display: inline-block;
    float:left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 236px;
    text-indent: 26px;
    user-select: none;
    position: relative;
    z-index: 52;
    flex-shrink:0;
}
.nsright .nsitem > .tdwrap > .td:first-child {
    text-indent: 20px;
}
.nsitem > .tdwrap > .td:nth-child(2) {
    vertical-align: middle;
    display: inline-block;
    line-height: 40px;
    width: 232px;
    float: right;
    border-left: 1px solid #D9D9D9;
    padding-left:10px;
    /*flex:1 1 auto;*/
}
.nsleft {
    height: 332px;
    background: #F7F7F7;
}
.childrenItem{
    padding-left:20px;
}
.itemOpen, .itemClose {
    position: relative;
}
.itemClose>.childrenItem{
    display:none;
}
.itemOpen:before, .itemClose :before {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    width: 18px;
    height: 18px;
    background: url(/images/commonImgPC/openfile.png);
    visibility:visible;
}
.itemClose :before {
    background: url(/images/commonImgPC/closefile.png)
}
.nsright{
    margin-top:20px;
}
.nsright dt {
    width: 78px;
    float: left;
    font-weight: 600
}
#multiSelect {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nsright dd {
    width: 620px;
    float: left;
}
.nstitle {
    background: #F2F2F2;
    font-weight: 600;
    color: #262626;
}
.npsshareitem {
    font-size: 14px;
}
.nsitem dl{
    margin-bottom:12px;
}
.nsitem dt {
    float: left;
    width: 100px;
    text-indent: 20px;
    line-height: 34px;
}
.nsitem dd {
    float: left;
}
.span-item {
    display: inline-block;
    padding: 0px 10px;
    margin: 5px 10px 5px 0;
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    line-height: 30px;
}
.textareaTitle {
    width: 280px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #F7F7F7;
    border: 1px solid #D9D9D9;
    font-size: 13px;
    color: #262626;
    font-weight: 600;
    border-bottom: none;
}
.textareaWrap{
    margin-top:14px;
}
.textareaWrap textarea {
    width: 280px;
    height: 258px;
    border: 1px solid #D9D9D9;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
}
.textareaRight .textareaTitle, .textareaRight textarea {
    border-left: none;
}
#batchProcess1 li {
    margin-bottom: 4px;
}
.joinFolderCont {
    height: 274px;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #E8E8E8;
    background: #fff;
}
.wjxtree_anchor {
    width: 240px;
    font-size: 14px;
    padding-right: 0;
    height: 32px;
    line-height: 32px;
}
.wjxtree_toggle{
    margin-left:8px;
}
.wjxtree_cont:hover {
    background: #ededed
}

.wjxtree_cont:hover .folderControl {
    background: #ededed !important;
}

.wjxtree_anchor:active:hover {
    color: #262626
}

.joinFolderCont .wjxtree_anchor {
    padding-right: 0;
}

.moveFolderCont .wjxtree_anchor {
    width: 278px;
    padding-right: 0;
}

.wjx__templet__beautifyInput label:before {
    top: 3px;
}

.wjxtree_node.wjxtree_checked > .wjxtree_cont .folderControl {
    display: block;
    background: #e0e0e0;
}
 .wjxtree_wholerow {
    height: 32px;
}

.folderWrap .wjxtree_custom_checked {
    display: none !important
}

 .wjxtree_checked {
    background: #fff;
}

 .wjxtree_checked > .wjxtree_cont > .wjxtree_anchor,  .wjxtree_checked > .wjxtree_cont > .wjxtree_anchor .wjxtree_icon,  .wjxtree_checked > .wjxtree_cont > .wjxtree_custom_checked {
    color: #0095FF
}

 .wjxtree_cont {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

 .wjxtree_checked > .wjxtree_cont {
    background: #F5FBFF;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.joinFolderCont .close {
    float: none;
    font-size: unset;
    font-weight: normal;
    line-height: normal;
    color: unset;
    text-shadow: unset;
    filter: unset;
    opacity: unset;
}

.npsAnalysis {
    position: relative;
    line-height: 32px;
    padding-left: 20px;
    background: rgba(0, 149, 255, 0.1);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background-color: rgba(255,255,255,.9);
}


.npsAnalysis p{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.npsAnalysis span {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
}

.nps_wrap {
    background-color:#fff;
    padding:0 20px;
}

.npsChartBox {
    display:flex;
}
.npsChartBox > .chartBox {
    border: 1px solid #F2F2F2;
}

.npsChartBox > div:nth-of-type(3){
    margin-left:10px;
}

.summaryWrap {
    background: #EBEFF2;
    /* box-shadow: inset 0px 2px 0px 0px #365b76; */
    border-top: 3px solid #365B76;
    border-radius: 3px;
    padding: 12px;
    margin-bottom: 20px;
}

.summaryWrap h4 {
    font-size: 14px;
    font-weight: 600;
    color: #003459;
    line-height: 20px;
    margin-bottom: 6px;
}

.summaryWrap dl {
    margin-bottom: 6px;
}

.summaryWrap dt {
    display: inline;
    font-weight: 600;
}

.summaryWrap dd {
    display: inline;
}

.npscolorbox {
    width: 100%;
    height: 100%;
    background-color: #046dff;
}

.npscolorbox .npsAnalysis .before{
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #0095FF;
    display:inline-block;
}

div.factor-item {
    margin-bottom:20px;
}



.half-circle {
    width: 160px;
    height: 82px;
    border-radius: 160px 160px 0 0;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
    top: 143px;
    left: 125.5px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.nps-scale {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: repeating-conic-gradient( #ccc 0, #ccc .8deg, transparent 1deg, transparent calc((360/20)*1deg) );
    -webkit-mask: radial-gradient(transparent 0, transparent 72px, #ccc 72px);
    mask: radial-gradient(transparent 0, transparent 72px, #ccc 72px);
}


@media screen and (max-width:768px) {
    #searchLi{
        width:230px !important;
    }
    .wjxtree_cont{
        display:flex;
        align-items:center;
    }
    .wjxtree_toggle{
        flex-shrink:0;
    }
    .wjxtree_anchor{
        width:100px;
        flex:1 1 auto;
    }
    .wjxtree_anchor {
    }
    .wjxtree_node > ul > li{
        padding-left:10px;
    }
    .headerSet {
        display: none;
    }
    #multiSelect, #selectYQuestion {
        max-width: 200px;
    }
    .fillet__chart--dataGraph {
        height: 300px !important
    }
    .h1Title{
        margin-bottom:30px;
        margin-top:20px;
    }
    body {
        background: #f7f7f7
    }
    body .outset_newbox .headerPic_default_bg {
        width: 100%;
        background: url(/images/newimg/npsSurvey/bg-baogaoapp@2x.png) no-repeat center;
        background-size: cover;
        left: 0;
        margin-left: 0;
    }
    .npsReportHead{
        padding:10px;
        margin-top:10px;
    }
    .head_nav{
        flex-wrap:wrap
    }
    .nps_wrap {
        padding: 0 10px !important;
    }
    .headerSet{
        margin-bottom:10px;
    }
    .npsChartBox {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .npsAnalysis span {
        
    }
    .chartBox, #chartContainerBing, #chartContainerZhizhen {
        width: 100%;
    }
    .nl_selitem  .fl:last-child{
        width:230px !important;
    }
    #chartContainerBing, #chartContainerZhizhen{
        padding:10px;
    }
    .zhizhenImg {
        left: 50%;
        margin-left: -144px;
    }
    /*.chartBox:first-child {*/
/*        border-bottom: 10px solid #f7f7f7*/
    /*}*/
    .dataItem {
        padding: 30px 10px 10px;
    }

    .npsChartBox > div:nth-of-type(3) {
        margin-left: 0;
    }

    .half-circle {
        top: 139px;
        left: 97.5px;
    }
}