﻿.home-body .home-eval:not(.home-eval_one) .eval-item {
    min-height: 360px;
}

.cms-body:not(.navHide) .menuBar {
    overflow: auto;
}

.invalid {
    color: red;
}

.select2 {
    width: 179px !important;
}

.control-inner .select2-container--default .select2-selection--single {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .control-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: initial;
    }

.header-h3 .small-title {
    font-size: 15px;
    margin-left: 20px;
}

.dt-bodys .ques-item .item {
    height: auto;
    min-height: 46px;
    padding: 10px 16px;
    line-height: 26px;
}
/*客户说宽度先返回原宽度*/
/*.report-body .inner{
      width: 1000px;
      min-height: 1415px;
 }*/

/*.report-body + .report-body {
    margin-top: 45px;
}*/
.control-inner.hasIcon {
    position: relative;
    width: 500px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    .control-inner.hasIcon .form-control {
        padding-right: 35px;
    }

    .control-inner.hasIcon .cgWatch {
        position: absolute;
        right: 10px;
        top: 6px;
        cursor: pointer;
        z-index: 99;
    }

.hasAudio {
    font-size: 28px;
    margin-right: 15px;
}

.dt-bodys .check-table .table .form-control {
    width: 85px;
}
/*.ques-ruler-warp .slider .slider-selection {
    background: -webkit-gradient(linear, left top, right top, from(#FDDD16), color-stop(50%, #46DDD4), to(#EE61C9));
    background: -webkit-linear-gradient(left, #FDDD16 0%, #46DDD4 50%, #EE61C9 100%);
    background: -o-linear-gradient(left, #FDDD16 0%, #46DDD4 50%, #EE61C9 100%);
    background: linear-gradient(90deg, #FDDD16 0%, #46DDD4 50%, #EE61C9 100%);
}*/
.login-right .bootstrap-select {
    padding: 0 !important;
}

    .login-right .bootstrap-select .btn-default:hover, .login-right .bootstrap-select .btn-default:active, .login-right .bootstrap-select .btn-default:focus {
        background-color: #fff !important;
        box-shadow: none;
        outline: none !important;
    }

.login-right .btn-group.open .dropdown-toggle {
    background-color: #fff !important;
    box-shadow: none;
    outline: none !important;
}

.login-right .bootstrap-select .btn {
    padding: 10px 25px 10px 0;
    font-size: 16px;
}

.login-right .bootstrap-select > .dropdown-toggle {
    border: none !important;
}

.login-right .bs-searchbox .form-control {
    border: 1px solid #35d6e0 !important;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px !important;
}

.login-right .dropdown-menu > .active > a, .login-right .dropdown-menu > .active > a:focus, .login-right .dropdown-menu > .active > a:hover {
    background-color: #35d6e0;
}

.login-right .dropdown-menu.inner {
    max-height: 300px !important;
}
/*.report-body .inner {
    width: 1000px;
    height: 1415px;
    background-size: 100% 100%;
}*/ .report-body .inner {
    /*background: url(../img/bgao1.png) no-repeat center center;*/
    background-size: 100% 100%;
}

    .report-body .inner.inner-first {
        /*background: url(../img/bgao.png) no-repeat center center;*/
        background-size: 100% 100%;
    }

.chart-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.circleChart-wrap {
    padding: 35px 26px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

    .circleChart-wrap .circleChart-inner {
        margin-right: 20px;
        margin-bottom: 20px;
    }

.circleChart_text {
    font-size: 28px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

    .circleChart_text span {
        font-size: 14px;
        font-weight: 400;
        color: rgba(102,102,102,1);
        line-height: 20px;
        margin-left: 3px;
    }

    .circleChart_text .title {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: rgba(115,115,115,1);
        line-height: 20px;
        margin-left: 0;
    }

.circleChart-inner .circle-title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(115,115,115,1);
    line-height: 20px;
    margin-left: 0;
    padding-top: 10px;
    max-width: 150px;
}

.eval-body {
    max-height: 420px;
    overflow: hidden;
    overflow-y: auto;
}

.information-form__input .information-form__img {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    overflow: hidden;
}

.nav-header .nav-img img {
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {

    .mine-info__footer .def-button {
        font-size: 4vw;
    }

    .dt-bodys, body {
        overflow: hidden;
    }

    * {
        -webkit-overflow-scrolling: touch;
    }

    .dt-bodys .cricle {
        font-size: 5vw;
    }


    .dt-bodys .ques-item .item:hover {
        background-color: #fff;
        color: #333333;
    }

    .dt-bodys .dt-body {
        overflow: hidden;
        overflow-y: auto;
    }

    .mine-info {
        overflow: hidden;
    }

    .mine-info, .information-form {
        overflow: hidden;
    }

    .ques-ruler-warp * {
        touch-action: none;
    }

    .ans-layer .ques-card {
        overflow: hidden;
        overflow-y: auto;
    }

    .ans-layer .layui-layer-setwin .layui-layer-close2 {
        top: -12px;
        right: -12px;
    }

    .dt-bodys .check-img_body {
        height: 200px;
    }

    .ques-ruler-warp .cricle-wraps .cricle-small i {
        font-size: 12px;
    }

    .ques-ruler-warp .slider .slider-handle {
        width: 36px;
        height: 74px;
        background-size: 100% auto;
        top: -110px;
        margin-left: -22px;
    }

    .ques-ruler-warp {
        /*transform: scale(0.4);*/
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .ques-ruler-warp .slider, .ques-ruler-warp .cricle-wraps {
            width: 300px;
        }

    .check-table {
        display: none;
    }

        .check-table.mobile {
            display: block !important;
        }
}

.verify {
    width: 80%;
    height: 340px;
    border-radius: 10px !important;
    max-width: 420px;
    overflow: hidden;
}

    .verify .layui-m-layercont, .verify .role-layer {
        height: 100%;
        overflow: hidden;
    }

    .verify .header {
        width: 100%;
        height: 60px;
        background: -webkit-gradient(linear, left top, left bottom, from(#54ede2), to(#43cefa));
        background: -webkit-linear-gradient(top, #54ede2 0%, #43cefa 100%);
        background: -o-linear-gradient(top, #54ede2 0%, #43cefa 100%);
        background: linear-gradient(180deg, #54ede2 0%, #43cefa 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .verify .header img {
            width: 100%;
        }

        .verify .header h3 {
            font-size: 6vw;
            margin: auto;
            letter-spacing: 2px;
            color: #fff;
        }

    .verify .title {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
        text-indent: 2em;
    }

    .verify .text {
        max-width: 460px;
        text-indent: 2em;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 26px;
    }

    .verify .btn-start {
        border: none;
        font-size: 4vw !important;
        background: #40cfed;
        border-radius: 30px;
        color: #fff;
        min-width: 235px;
        margin: 20px auto 0;
        display: block;
        font-size: 18px;
        padding: 10px 0;
        box-shadow: none;
        outline: none;
    }

    .verify .btn-countine {
        border: 1px solid;
        border-color: #40cfed;
        font-size: 4vw !important;
        background: #40cfed;
        border-radius: 30px;
        color: #fff;
        min-width: 130px;
        margin: 20px auto 0;
        display: block;
        font-size: 14px;
        padding: 8px 0;
        box-shadow: none;
        outline: none;
    }

    .verify .btn-refresh {
        border: 1px solid;
        border-color: gray;
        font-size: 4vw !important;
        background: #fff;
        border-radius: 30px;
        color: black;
        min-width: 130px;
        margin: 20px auto 0;
        display: block;
        font-size: 14px;
        padding: 8px 0;
        box-shadow: none;
        outline: none;
    }

    .verify .cs-info {
        height: calc(100% - 60px);
        overflow: hidden;
        /*overflow-y: auto;*/
    }

        .verify .cs-info .cs-info-wrap {
            padding: 20px;
        }

.dt-bodys .ques-item .item.active {
    background: #40cfed !important;
    color: #fff;
}

.upload-text img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.home-body .home-eval .tab-item .item::before {
    bottom: -20px;
}

.nothing {
    padding: 20px;
    min-height: 100px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin-top: 240px;
    color: #b9b9b9;
}

    .nothing img {
        margin-bottom: 20px;
    }

.show-body {
    width: 100%;
    overflow: hidden;
}

.role-table {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 5px;
}

    .role-table th, .role-table td {
        white-space: nowrap;
    }

    .role-table::-webkit-scrollbar {
        width: 6px;
        height: 10px;
    }

    .role-table::-webkit-scrollbar-thumb,
    .role-table::-webkit-scrollbar-thumb:horizontal,
    .role-table::-webkit-scrollbar-thumb:vertical {
        background-color: #cac5bc;
    }

    .role-table::-webkit-scrollbar-track-piece {
        background-color: rgba(0,0,0,.04);
    }
