html {
    width: auto;
}

body {
    min-width: 1204px;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    font-size: 15px;
    background-color: #F2F2F2;
}

body,
div,
p,
a,
span,
i,
u,
s,
ul,
li,
ol,
dl,
dt,
dd,
a,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

input {
    border: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.popover {
    max-width: 37%;
    background-color: rgb(240, 240, 240) !important;
    max-height: 100%;
    overflow: scroll;
}

@media only screen and (max-width:1024px) {
    .popover {
        max-width: 27%;
    }
}

#noData {
    font-size: 20px;
    text-align: center;
    margin: 50px;
    height: 20vh;
}

#voidChart, #myChart {
    width:100%;
    height:500px;
}
img {
    border: 0px;
}

input,
button {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.wrap {
    width: 1204px;
    margin: 0 auto;
    position: relative;
}

.hide {
    display: none!important;
}

header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
}

header .logo {
    padding-top: 15px;
    padding-left: 40px;
    float: left;
}

header .user {
    float: right;
    margin-right: 40px;
}

header .user div {
    float: left;
}

header .message {
    margin-right: 33px;
}

header .message span {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: red;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    position: relative;
    top: 16px;
    left: -5px;
}

header .us {
    position: relative;
}

header .us .boxTitle {
    text-align: right;
    margin-right: 42px;
    cursor: pointer;
}

header .us .boxTitle span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid #CCCCCC;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-bottom-width: 7px;
    top: 5px;
    border-bottom-style: solid;
    position: relative;
    border-bottom-color: transparent;
}

header .us .usBox {
    position: absolute;
    bottom: -113px;
    left: 4px;
    background-color: #fff;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    z-index: 50;
    white-space: nowrap;
}

header .us .usBox a {
    display: block;
    color: #262626;
    font-size: 13px;
    padding: 0 10px;
    line-height: 40px;
}

header .user div a {
    color: #262626;
}

header .user div img {
    position: relative;
    top: 4px;
}

header .user .message img {
    top: 27px;
}

header .user .userName {
    margin-right: 33px;
    line-height: 80px;
}

header .user .us {
    line-height: 80px;
}

header .user .us ul {
    line-height: 30px;
}

header .user .quit {
    line-height: 80px;
}

header .user .userName a {
    color: #262626;
}

.component-fade-enter-active,
.component-fade-leave-active {
    transition: opacity .3s ease;
}

.component-fade-enter,
.component-fade-leave-to {
    opacity: 0;
}

.main {
    overflow: hidden;
    position: relative;
}

.main .mainLeft {
    float: left;
    width: 15%;
    height: 95%;
    background: #0a1c26;
    position: fixed;
    top: 80px;
    left: 0;
}

.main .mainLeft .mainLeftBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 95%;
}

.main .mainLeft ul li {
    cursor: pointer;
    width: 100%;
}

.main .mainLeft ul li .menu {
    display: inline-block;
    padding: 30px 0;
    line-height: 30px;
    color: #fff;
    font-size: 19px;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
}

.main .mainLeft ul li p {
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 19px;
    line-height: 30px;
    word-wrap: break-word;
}

.main .mainLeft ul li i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

.main .mainLeft ul li .select p {
    background: #0D2633;
    font-size: 15px;
    text-align: center;
    padding-left: 0;
}

.main .mainLeft ul li .select p .menu2 {
    color: #808080;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
}

.main .mainLeft ul li .select p .elect {
    color: #FFF;
}

.main .mainLeft ul .people_img i {
    background: url(../img/options_01.png) no-repeat;
}

.main .mainLeft ul .diaper_img i {
    background: url(../img/options_02.png) no-repeat;
}

.main .mainLeft ul .record_img i {
    background: url(../img/options_03.png) no-repeat;
}

.main .mainLeft ul .statistic_img i {
    background: url(../img/options_04.png) no-repeat;
}

.main .mainLeft ul .system_img i {
    background: url(../img/options_05.png) no-repeat;
}

.main .mainLeft ul li .pitch {
    background: #102F40;
    color: #2FACAE;
}

.main .mainLeft ul .people_img .pitch i {
    background: url(../img/options_ed_01.png) no-repeat;
}

.main .mainLeft ul .diaper_img .pitch i {
    background: url(../img/options_ed_02.png) no-repeat;
}

.main .mainLeft ul .record_img .pitch i {
    background: url(../img/options_ed_03.png) no-repeat;
}

.main .mainLeft ul .statistic_img .pitch i {
    background: url(../img/options_ed_04.png) no-repeat;
}

.main .mainLeft ul .pending_img i {
    background: url(../img/options_03.png) no-repeat;
}

.main .mainLeft ul .pending_img .pitch i {
    background: url(../img/options_ed_03.png) no-repeat;
}

.main .mainLeft ul .system_img .pitch i {
    background: url(../img/options_ed_05.png) no-repeat;
}

.main .mainLeft .cut {
    position: absolute;
    bottom: 25px;
    color: #fff;
}

.main .mainLeft .cut a {
    margin-left: 78px;
    color: #ffffff;
}

.main .mainLeft .cut img {
    position: relative;
    top: 0;
    left: 60px;
}

.main .subject {
    float: left;
    width: 80.5%;
    background: #ffffff;
    margin-left: 17%;
    margin-top: 6.5%;
    border-radius: 5px;
    margin-bottom: 40px;
    height: 80.5%;
    overflow-y: auto;
    /**添加编辑老人**/
    /**记录详情**/
}

.main .subject::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.main .subject::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    background: #dddddd;
}

.main .subject::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #EDEDED;
}

.main .subject .subjectTop .return {
    font-size: 15px;
    margin-left: 30px;
    margin-top: 31px;
    padding-left: 20px;
    background: url(../img/return.png) no-repeat center left;
}

.main .subject .subjectTop .return a {
    color: #888888;
}

.main .subject .subjectTop .subjectTitle {
    font-size: 29px;
    font-weight: bold;
    color: #353535;
    margin-top: 21px;
    margin-left: 30px;
}

.main .subject .subjectTop .optionList {
    margin-top: 19px;
    margin-left: 30px;
    height: 42px;
}

.main .subject .subjectTop .optionList .optionListLeft {
    float: left;
}

.main .subject .subjectTop .optionList .optionListLeft ul {
    float: left;
}

.search-selectbox .optionList .optionListLeft ul li,
.main .subject .subjectTop .optionList .optionListLeft ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #D9D9D9;
    margin-right: 10px;
    border-radius: 5px;
    position: relative;
}

.main .subject .subjectTop .optionList .optionListLeft a {
    display: inline-block;
    width: 100px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    float: left;
}

.search-selectbox .optionList .optionListLeft ul li input,
.main .subject .subjectTop .optionList .optionListLeft ul li input {
    width: 110px;
    height: 90%;
    font-size: 15px;
}

.search-selectbox .optionList .optionListLeft ul li i,
.main .subject .subjectTop .optionList .optionListLeft ul li i {
    display: inline-block;
    position: absolute;
    width: 20px;
    top: 17px;
    right: -3px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.optionListLeft ul li i.close:not(i.reset) {
    top: 14px !important;
    right: 3px !important;
}

i.reset {
    top: 16px !important;
    right: 30px !important;
}

.optionListLeft ul li i.calendarIcon {
    left: 8px;
}

.main .subject .subjectTop .optionList .optionListLeft ul .optionName i {
    background: url(../img/optionName.png) no-repeat;
}

.main .subject .subjectTop .optionList .optionListLeft ul .roomNum i {
    background: url(../img/optionName.png) no-repeat;
}

.showContent {
    padding: 0 10px;
}

.search-selectbox .optionList .optionListLeft ul .optionType i,
.main .subject .subjectTop .optionList .optionListLeft ul .optionType i {
    background: url(../img/optionType.png) no-repeat;
    height: 20px;
}

.main .subject .subjectTop .optionList .optionListLeft ul .optionType input {
    width: 210px;
}

.main .subject .subjectTop .optionList .optionListLeft .selectBtn {
    float: left;
    overflow: hidden;
}

.main .subject .subjectTop .optionList .optionListLeft .selectBtn span {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-right: 10px;
    background: #2FACAE;
    color: #FFFFFF;
}

.main .subject .subjectTop .optionList .optionListLeft .selectBtn .on {
    background: #2FACAE!important;
    color: #ffffff!important;
}

.main .subject .subjectTop .optionList .optionListRight {
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

.main .subject .subjectTop .optionList .optionListRight span {
    display: inline-block;
    width: 100px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-right: 10px;
    background: #2FACAE;
    color: #FFFFFF;
    cursor: pointer;
}

.main .subject .subjectTop .optionList .optionListRight .switchover {
    background: transparent;
    color: #000000;
}

.main .subject .subjectTop .optionList .optionListRight a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.main .subject .subjectTop .optionList .optionListRight .on {
    background: #2FACAE;
    color: #ffffff;
}

.main .subject .bottomTable {
    margin: 0 30px;
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
}

.main .subject .bottomTable table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-radius: 5px;
}

.main .subject .bottomTable table th {
    height: 40px;
    line-height: 40px;
    background: #6A8EC0;
    color: #ffffff;
    width: 12.5%;
    position: relative;
}

.main .subject .bottomTable table td {
    height: 40px;
    line-height: 40px;
    width: 12.5%;
    border-right: 1px solid #d9d9d9;
}

.main .subject .bottomTable table td i {
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.main .subject .bottomTable table td .add {
    background: url(../img/add.png) no-repeat;
}

.main .subject .bottomTable table td .delete {
    width: 12px;
    background: url(../img/delete.png) no-repeat;
    margin-left: 20px;
}

.main .subject .bottomTable table td .plaint {
    background: url(../img/plaint.png) no-repeat;
}

.main .subject .bottomTable table td .cannot {
    background: url(../img/cannot.png) no-repeat;
    margin-left: 20px;
}

.main .subject .page_data {
    float: left;
}

.main .subject .paging {
    float: right;
    margin-right: 30px;
    overflow: hidden;
    padding: 20px 0;
    color: #353535;
    line-height: 40px;
}

.main .subject .page_data div {
    float: left;
}

.main .subject .paging .page_data3yes {
    height: 40px;
    padding: 0 5px;
    border-radius: 5px;
    text-align: center;
    margin-right: 30px;
}

.main .subject .paging .pageNum i {
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url(../img/optionType.png) no-repeat;
    margin-left: 16px;
}

.main .subject .paging .page_last_data2yes a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    color: #353535;
}


.main .subject .paging .page_next_data2_nextyes a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    color: #353535;
}
.main .subject .paging .page_next_data2_nextyes a {color: #353535;}
.san-prev-page>span,
.san-next-page>span,
.main .subject .paging .page_next_data2_nextno a,
.main .subject .paging .page_next_data2_nextyes a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
}
.san-prev-page>span,
.san-next-page>span{color:#ccc;}
.san-prev-page>span.active,
.san-next-page>span.active{color:#353535;cursor: pointer;}


.main .subject .paging .page_data3no a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    color: #353535;
}

.main .subject .paging .this {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    background: #2FACAE;
    color: #ffffff;
}

.main .subject .paging .pagingBtn span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    text-align: center;
    font-family: "宋体";
    cursor: pointer;
}

.main .subject .paging .skip {
    margin-left: 30px;
    float: left;
}

.main .subject .paging .skip a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    background: #2FACAE;
    color: #ffffff;
}

.main .subject .paging .skip input {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}

.main .subject .inputFrom {
    margin-top: 58px;
    margin-left: 30px;
    color: #666666;
}

.main .subject .inputFrom li div {
    float: left;
}

.main .subject .inputFrom li .uploading {
    width: 238px;
    height: 238px;
    border: 1px solid #E6E6E6;
    text-align: center;
    border-radius: 5px;
}

.main .subject .inputFrom li .uploading .uploadingImg {
    margin-top: 77px;
}

.main .subject .inputFrom li .uploading p {
    margin: 20px auto 0 auto;
}

.main .subject .inputFrom li .uploading input {
    filter: alpha(opacity=0);
    width: 36px;
    height: 36px;
    background: url(../img/uploading.png) no-repeat;
}

.main .subject .inputFrom li .all {
    margin-top: 20px;
    position: relative;
}

.main .subject .inputFrom li .gender .genderText {
    width: 205px;
    margin-right: 30px;
}

.main .subject .inputFrom li .portrait .portraitText {
    width: 205px;
    margin-right: 30px;
}

.main .subject .inputFrom li .all .allText {
    line-height: 40px;
    width: 205px;
    margin-right: 30px;
}

.main .subject .inputFrom li .all .allInput {
    margin-left: 0!important;
}

.main .subject .inputFrom li .all .allInput input {
    height: 40px;
    width: 380px;
    border: 1px solid #E6E6E6;
    padding-left: 19px;
    border-radius: 5px;
}

.main .subject .inputFrom li .gender {
    margin-top: 33px;
}

.main .subject .inputFrom li .gender .genderOption .wrapper {
    margin-right: 30px;
    padding-bottom: 1px;
}

.main .subject .inputFrom li .gender .genderOption .wrapper .box {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    top: 4px;
    position: relative;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
}

.main .subject .inputFrom li .gender .genderOption .wrapper .box input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.main .subject .inputFrom li .gender .genderOption .wrapper .box i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 0;
    z-index: 1;
}

.main .subject .inputFrom li .gender .genderOption .wrapper .box input[type="radio"]:checked+i {
    opacity: 1;
    z-index: 0;
    background: #2FACAE;
}

.main .subject .inputFrom li .gender .genderOption .wrapper .box span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    margin: -2px 0 0 -2px;
    z-index: 1;
}

.main .subject .inputFrom li .gender .genderOption .wrapper .box input[type="radio"]+span {
    opacity: 0;
}

.main .subject .inputFrom li .gender .genderOption .wrapper .box input[type="radio"]:checked+span {
    opacity: 1;
}

.main .subject .inputFrom li .num .allInput {
    position: relative;
}

.main .subject .inputFrom li .num .allInput p {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
}

.main .subject .inputFrom li .num .allInput p i {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #CCCCCC;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: 18px;
}

.main .oldDetaila .inputFrom li .room .allText {
    color: #B2B2B2;
    width: 201px;
    text-align: right;
    white-space: nowrap;
}

.main .subject .inputFrom li .room .allInput {
    margin-left: 19px;
}

.main .oldDetaila .inputFrom li .room .allInput {
    margin-left: 48px;
    line-height: 40px;
    color: #353535;
}

.main .subject .inputFrom li .bedNum .allInput {
    margin-left: 33px;
}

.main .subject .inputFrom li .threshold .allInput {
    position: relative;
}

.main .subject .inputFrom li .threshold .allInput select {
    height: 45px;
    width: 381px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding-left: 19px;
    outline: none;
    font-size: 15px;
}

.main .subject .inputFrom li .threshold .allInput p {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
}

.main .subject .inputFrom li .threshold .allInput p i {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #CCCCCC;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: 18px;
}

.main .subject .inputFrom li .delayed .allInput {
    margin-left: 19px;
}

.main .subject .subBtn {
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 30px;
    width: 100px;
}

.main .subject .subBtn button {
    width: 100px;
    height: 40px;
    margin-right: 5px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}

.main .subject .subBtn .submit {
    background: #2FACAE;
    color: #ffffff;
}

.main .subject .subBtn .cancel {
    background: #ffffff;
    color: #000000;
    border: 1px solid #e6e6e6;
}

.main .subject .recordDetails {
    margin-top: 39px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
}

.main .subject .recordDetails ul {
    overflow: hidden;
}

.main .subject .recordDetails ul li {
    overflow: hidden;
    line-height: 45px;
    width: 607px;
}

.main .subject .recordDetails ul li div {
    float: left;
}

.main .subject .recordDetails ul li .recordName {
    color: #B2B2B2;
    text-align: right;
    width: 130px;
    margin-right: 38px;
}

.main .subject .recordDetails ul li .recordText textarea {
    width: 480px;
    height: 160px;
    border-radius: 4px;
    resize: none;
    padding-top: 12px;
    padding-left: 21px;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #B2B2B2;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B2B2B2;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B2B2B2;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #B2B2B2;
}

.main .addUser .inputFrom li .allInput {
    margin-left: 34px;
    position: relative;
}

.main .addUser .inputTitle {
    margin-left: 30px;
    margin-top: 50px;
    overflow: hidden;
}

.main .subject .inputTitle .num .allInput p {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
}

.main .subject .inputTitle .num .allInput p i {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #CCCCCC;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: 18px;
}

.main .subject .inputFrom li .all .allInput p {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
}

.main .subject .inputFrom li .all .allInput p i {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid #CCCCCC;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-top: 18px;
    cursor: pointer;
}

.main .addUser .inputTitle .allText {
    float: left;
}

.main .addUser .inputTitle .allText span {
    color: #F56C6C;
    margin-right: 5px;
}

.main .addUser .inputTitle .allInput {
    margin-left: 34px;
    float: left;
    position: relative;
}

.main .addUser .inputTitle .allInput .wrapper {
    margin-right: 30px;
    float: left;
}

.main .addUser .inputTitle .allInput .wrapper .box {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    top: 0;
    position: relative;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
}

.main .addUser .inputTitle .allInput .wrapper .box input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.main .addUser .inputTitle .allInput .wrapper .box span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    margin: -2px 0 0 -2px;
    z-index: 1;
}

.main .addUser .inputTitle .allInput .wrapper .box i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 0;
    z-index: 1;
}

.main .addUser .inputTitle .allInput .wrapper .box input[type="radio"]+span {
    opacity: 0;
}

.main .addUser .inputTitle .allInput .wrapper .box input[type="radio"]:checked+span {
    opacity: 1;
    background: #2FACAE;
    z-index: 10;
}

.main .addUser .inputTitle .allInput .wrapper .box input[type="radio"]+i {
    opacity: 0;
}

.main .addUser .inputTitle .allInput .wrapper .box input[type="radio"]:checked+i {
    opacity: 1;
    z-index: 0;
    background: #2FACAE;
}

.main .addUser .inputFrom li .name .allInput {
    margin-left: 20px;
}

.main .addUser .inputFrom li .region .allInput {
    margin-left: 34px;
}

.main .addUser .inputFrom li .mailbox .allInput {
    margin-left: 62px;
}

.main .addUser .inputFrom li .password1 .allInput {
    margin-left: 62px;
}

.main .addUser .inputFrom li .password2 .allInput {
    margin-left: 34px;
}

.main .addUser .inputFrom .allText span {
    color: #F56C6C;
    margin-right: 5px;
}

.main .line .subjectTop .optionList .optionListLeft ul li .calendar input {
    width: 120px;
    color: #B2B2B2;
    margin-left: 28px;
}

.main .line .subjectTop .optionList .optionListLeft ul li .calendarIcon {
    background: url(../img/calendarIcon.png) no-repeat;
}

.main .line .subjectTop .optionList .optionListLeft ul li .close, .optionListLeft i.close {
    background: url(../img/close.png) no-repeat;
}

.main .line .lineBox {
    border: 1px solid #D9D9D9;
    padding: 22px 18px 0 18px;
    border-radius: 10px;
    /* width: 950px; */
    min-width: 80%;
    max-width: 90%;
    margin: 20px 30px 80px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.main .line .lineBox .lineBoxText {
    color: #262626;
    font-size: 15px;
}

.main .type .bottomTable table th {
    width: 25%;
}

.main .type .bottomTable table td {
    width: 25%;
    border-right: 1px solid #D9D9D9;
}


/**切换管理**/

.main .subject .bottomTable table td {
    width: auto;
}

.main .subject .bottomTable table th {
    width: auto;
}

.main .subject .gaunliList {
    margin-left: 30px;
    margin-top: 20px;
    /* overflow: hidden; */
    height: 602px;
}

.main .subject .gaunliList ul {
    overflow: hidden;
}

.main .subject .gaunliList ul li {
    /* width: 280px;
    height: 181px; */
    width: 300px;
    height: 228px;
    float: left;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    margin-right: 20px;
    margin-bottom: 20px;
}


.main .subject .gaunliList ul li .gaunliListTop .gaunliListName p:not(.lastOnline) {
    color: #FFFFFF;
}

.main .subject .gaunliList ul .borderRed {
    background: #ffd3d3;
    color: #FFFFFF;
    border: 1px solid #ffd3d3;
}

.main .subject .gaunliList ul .noborderRed {
    background: #F2F2F2;
}

.main .subject .gaunliList ul .noborderRed .gaunliListTop {
    border-bottom: 1px solid #FFFFFF;
}

.main .subject .gaunliList ul .borderRed .gaunliListTop .gaunliListName p {
    color: #FFFFFF;
}

.main .subject .gaunliList ul li .gaunliListTop {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #E6E6E6;
}

.main .subject .gaunliList ul li .gaunliListTop .gaunliListImg,
.main .subject .gaunliList ul li .gaunliListTop .gaunliListName {
    float: left;
}

.main .subject .gaunliList ul li .gaunliListTop .gaunliListImg img {
    width: 72px;
    height: 72px;
}

.main .subject .gaunliList ul li .gaunliListTop .gaunliListName {
    margin-left: 20px;
    line-height: 20px;
}

.main .subject .gaunliList ul li .gaunliListTop .gaunliListName p:not(.lastOnline) {
    font-size: 17px;
    width: 168px;
    height: 22px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lastOnline {
    font-size: 17px;
    width: 168px;
    /* height: 22px; */
    color: #000;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.lastOnline span {
    font-size: 14px;
    font-style: italic;
}

.main .subject .gaunliList ul li .gaunliListIcon {
    margin-top: 10px;
    margin-left: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}

.main .subject .gaunliList ul li .gaunliListIcon .gaunliListIconImg {
    float: left;
    margin-right: 10px;
    position: relative;
}

.main .subject .gaunliList ul li .gaunliListIcon .gaunliListIconImg .gaunli-num {
    position: absolute;
    bottom: -10px;
    left: 0;
    color: gray;
}

.main .subject .gaunliList ul li .gaunliListIcon .gaunliListIconImg:last-child {
    margin-right: 0;
}

.main .subject .gaunliList ul li .gaunliListIcon .gaunliListIconImg img {
    width: 40px;
}

.main .subject .nav {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background: #F5F5F5;
    overflow: hidden;
}

.main .subject .nav ul li {
    float: left;
}

.main .subject .nav ul li a {
    display: inline-block;
    height: 40px;
    width: 130px;
    line-height: 40px;
    text-align: center;
    color: #999999;
}

.main .subject .nav ul .present {
    background: #ffffff;
}

.main .subject .nav ul .present a {
    color: #2FACAE;
}

.main .subject .inputFrom {
    margin-bottom: 50px;
}

.main .recordDetails .inputFrom ul li .allText {
    color: #B2B2B2;
    width: 70px;
    text-align: right;
}

.main .recordDetails .inputFrom ul li .allInput {
    line-height: 40px;
    color: #353535;
}

.main .recordDetails .inputFrom ul li .uploading {
    margin-left: 20px;
    border: none;
    border-radius: 3px;
    width: 240px;
    height: 180px;
}

.main .recordDetails .inputFrom .allInput {
    width: 337px;
}

.main .recordDetails .inputFrom .time {
    float: right;
}

.main .recordDetails .inputFrom .time .timeName {
    margin-right: 20px;
    color: #B2B2B2;
}

.main .recordDetails .inputFrom .time .price {
    color: #353535;
}

.main .subject .tableBtnBox .tableBtn {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.search-line>a,
.main .subject .tableBtnBox .tableBtn a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: #2facae;
    border-radius: 4px;
}

.main .subject .statistics {
    margin: auto 30px;
}

.main .subject .statistics .statisticsTop {
    margin-top: 60px;
    margin-bottom: 20px;
}

.main .subject .statistics .statisticsTop:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.search-selectbox .calendarbox,
.main .subject .statistics .statisticsTop .calendarbox {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #D9D9D9;
    margin-right: 10px;
    border-radius: 5px;
    color: #B2B2B2;
}

.search-selectbox .calendarIcon,
.main .subject .statistics .statisticsTop .calendarbox .calendarIcon {
    background: url(../img/calendarIcon.png) no-repeat;
}

.search-selectbox .calendarbox input,
.main .subject .statistics .statisticsTop .calendarbox input {
    width: 120px;
    color: #B2B2B2;
    margin-left: 28px;
}

.search-selectbox .calendarbox i,
.main .subject .statistics .statisticsTop .calendarbox i {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.search-selectbox .calendarbox .close,
.main .subject .statistics .statisticsTop .calendarbox .close {
    background: url(../img/close.png) no-repeat;
}

.main .subject .statistics .statisticsTop .search {
    float: left;
}

.main .subject .statistics .statisticsTop .search a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    float: left;
    color: #353535;
}

.main .subject .statistics .statisticsTop .tableBtn {
    float: left;
    margin-left: 10px;
}

.main .subject .statistics .statisticsTop .tableBtn a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: #2facae;
    border-radius: 4px;
}

.main .subject .statistics .lineBox {
    border: 1px solid #D9D9D9;
    padding: 22px 18px 0 18px;
    border-radius: 10px;
    /* width: 950px; */
    min-width: 80%;
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 80px;
}

.main .subject .statistics .lineBox .lineBoxList {
    overflow: hidden;
}

.main .subject .statistics .lineBox .lineBoxList ul li {
    float: left;
}

.main .subject .statistics .lineBox .lineBoxList ul li a {
    color: #B2B2B2;
}

.main .subject .statistics .lineBox .lineBoxList ul .xuanzhong a {
    color: #2FACAE;
}

.main .subject .statistics .lineBox .lineBoxList .lineBoxListText {
    float: right;
}

.hint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hint .hintBox {
    width: 420px;
    height: 180px;
    margin: 0 auto;
    margin-top: 200px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}

.hint .hintBox .hintTitle {
    padding-top: 20px;
    margin-left: 20px;
}

.hint .hintBox .hintTitle span {
    font-size: 18px;
    color: #333333;
}

.hint .hintBox .hintTitle img {
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

.hint .hintBox .hintContent {
    margin-top: 20px;
    margin-left: 37px;
    overflow: hidden;
}

.hint .hintBox .hintContent .hintContentImg,
.hint .hintBox .hintContent .hintContentText {
    float: left;
}

.hint .hintBox .hintContent .hintContentImg img {
    width: 24px;
    height: 22px;
}

.hint .hintBox .hintContent .hintContentText {
    width: 323px;
    margin-left: 10px;
}

.hint .hintBox .hintBtn {
    margin-top: 20px;
    float: right;
    margin-right: 20px;
}

.hint .hintBox .hintBtn span {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
}

.hint .hintBox .hintBtn a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    background: #2facae;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    background: #2FACAE;
    color: #ffffff;
    margin-left: 5px;
}

.main .await ul li:nth-child(2) i {
    background: url(../img/options_03.png) no-repeat!important;
}

.main .await ul li:nth-child(2).pitch i {
    background: url(../img/options_ed_03.png) no-repeat!important;
}

.login {
    width: 100%;
    height: 100%;
    background: url(../img/loginBg.png) no-repeat;
}

.login .loginBg {
    padding-top: 180px;
}

.login .loginBox {
    width: 415px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 4px;
}

.login .loginBox .logo {
    text-align: center;
    padding-top: 30px;
}

.login .loginBox .name {
    padding-top: 20px;
}

.login .loginBox .name,
.password,
.code {
    text-align: center;
    padding-bottom: 10px;
}

.login .loginBox .name input {
    width: 340px;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.login .loginBox .password input {
    width: 340px;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.login .loginBox .code {
    overflow: hidden;
    width: 362px;
    margin: 0 auto;
}

.login .loginBox .code input {
    width: 190px;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #E6E6E6;
    border-right: none;
    border-top-left-radius: 4px;
    float: left;
    border-bottom-left-radius: 4px;
}

.login .loginBox .code span {
    display: inline-block;
    width: 149px;
    height: 52px;
    line-height: 52px;
    background: #fafafa;
    border: 1px solid #E6E6E6;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
}

.login .loginBox .code span img {
    margin-top: 6px;
}

.login .loginBox .submit {
    margin-top: 10px;
    width: 360px;
    height: 50px;
    margin: 0 auto;
}

.main .mainLeft ul li:nth-child(2) .addClass span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #F05050;
    border-radius: 50%;
    line-height: 14px;
    font-size: 13px;
    text-align: center;
    margin-left: 10px;
}

.login .loginBox .submit button {
    width: 362px;
    height: 54px;
    text-align: center;
    background: #2FACAE;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    font-size: 19px;
}

.login .loginBox .autoSub {
    margin-top: 20px;
    margin-left: 27px;
    padding-bottom: 41px;
}

.login .loginBox .autoSub span {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
    background: url(../img/check_01.jpg) no-repeat;
    margin-right: 10px;
}

.login .loginBox .autoSub .ok {
    background: url(../img/check_ed_01.jpg) no-repeat;
}

.my_data {
    width: 100%;
    overflow: hidden;
}

.my_data .allText {
    line-height: 40px;
    color: #666666;
    float: left;
}

.my_data .allText span {
    color: #F56C6C;
    margin-right: 5px;
}

.right_title_title_top {
    width: 100%;
    background: #ebeeef;
    border-bottom: 1px solid #ebebeb;
    /* float: left; */
    line-height: 40px;
    height: 40px;
}

.right_title_title_table {
    width: 98%;
    margin: 0 1%;
    text-align: center;
    font-size: 15px;
}

.right_title_title_table tr {
    /* line-height: 40px; */
    height: 40px;
}

.right_title_title_table_tradmin {
    color: #31363e;
    font-size: 16px;
    border-bottom: 1px solid #edf0f5;
}

.right_title_title_table_tradmin td {
    border: 1px solid #cacaca;
    border-bottom: 0;
    border-left: 0;
}

.check_ul li {
    float: left;
    height: 25px;
    min-width: 40px;
    line-height: 25px;
    font-size: 14px;
    text-indent: 30px;
    margin: 5px 10px;
    cursor: pointer;
}

.checkliyes {
    background: url(../img/check.png) 4px -35px no-repeat;
}

.checklino {
    background: url("../img/check.png") 4px -3px no-repeat;
}

.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox {
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 1000;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox {
    position: absolute;
    top: 52px;
    right: 0;
    z-index: 1000;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox1,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox1 {
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 200;
    white-space: nowrap;
    height: 400px;
    overflow: auto;
    -moz-box-shadow: 0px 0px 16px #333333;
    -webkit-box-shadow: 0px 0px 16px #333333;
    box-shadow: 0px 0px 16px #333333;
    border-radius: 5px;
    background: #FFFFFF;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox1::-webkit-scrollbar,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox1::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox1::-webkit-scrollbar-thumb,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox1::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    background: #dddddd;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox1::-webkit-scrollbar-track,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox1::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #EDEDED;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox .pullDownBoxBg,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox .pullDownBoxBg {
    padding: 10px 0;
    width: 280px;
    background: #FFFFFF;
    color: #666666;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 16px #333333;
    -webkit-box-shadow: 0px 0px 16px #333333;
    box-shadow: 0px 0px 16px #333333;
    position: relative;
    max-height: 400px;
    overflow: auto;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 input,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 input {
    width: auto;
    height: auto;
    font-size: 15px;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 {
    width: auto;
    background: #FFFFFF;
    color: #666666;
    position: relative;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox .pullDownBoxBg span,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox .pullDownBoxBg span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    margin-top: 18px;
    position: absolute;
    top: -30px;
    left: 19px;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 span,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    margin-top: 18px;
    position: absolute;
    top: -30px;
    left: 19px;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox .pullDownBoxBg p,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox .pullDownBoxBg p {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    cursor: pointer;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 p,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 p ,
.search-selectbox .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 div,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 div {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 20px;
}

.search-selectbox .optionList .optionListLeft ul li .pullDownBox .pullDownBoxBg p:hover,
.search-selectbox .optionList .optionListLeft ul li .pullDownBox .pullDownBoxBg .select,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox .pullDownBoxBg .select,
.search-selectbox .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 p:hover,
.search-selectbox .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 .select,
.main .subject .subjectTop .optionList .optionListLeft ul li .pullDownBox1 .pullDownBoxBg1 .select {
    background: #B8E5E6;
}

.main .subject .inputFrom li .all .allInput a:not(.help) {
    width: 71px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2FACAE;
    display: inline-block;
    color: #FFFFFF;
    margin-left: 5px;
}

a.help {
    margin-left: 5px;
}

.main .subject .inputFrom li .all .allInput .searchBox {
    margin-top: 10px;
    width: 400px;
    border: 1px solid #E6E6E6;
    overflow: hidden;
    padding: 20px 0;
    border-radius: 4px;
}

.main .subject .inputFrom li .all .allInput .searchBox li {
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 10px;
}

.main .subject .inputFrom li .all .allInput .searchBox li span {
    display: inline-block;
    width: 23px;
    height: 15px;
    background: url(../img/check.png) 4px -8px no-repeat;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.main .subject .inputFrom li .all .allInput .searchBox .on span {
    background: url(../img/check.png) 4px -40px no-repeat;
}

@media only screen and (max-width:1366px) {
    .main .mainLeft ul li p {
        font-size: 17px;
        padding-left: 48px;
    }
    .main .subject {
        font-size: 13px;
    }
    .main .subject .inputFrom li .gender .genderOption .wrapper .box {
        top: -2px;
    }
    .main .subject {
        margin-top: 8.5%;
        height: 80.5%;
    }
}

html,
body,
#app,
.main {
    height: 100%;
}

body {
    height: 100%;
}

.chartBtn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.chartBtn a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: #262626;
}

.chartBtn a.week {
    margin: 0 5px;
}

.chartBtn .pitch {
    background: #2FACAE;
    color: #ffffff;
}

.main .mainLeft ul li .menu .num {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 8%;
    line-height: 25px;
    border-radius: 50%;
    background: red;
    color: #FFFFFF;
    font-size: 12px;
}

.main .subject .inputFrom li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.searchList {
    position: absolute;
    top: 45px;
    right: 0;
    width: 362px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 5px;
    -moz-box-shadow: -2px 4px 10px #ddd;
    -webkit-box-shadow: -2px 4px 10px #ddd;
    box-shadow: -2px 4px 10px #ddd;
    padding: 20px;
    line-height: 30px;
    z-index: 50;
    overflow: auto;
}

.main .subject .inputFrom .searchList .searchListTitle,
.main .subject .inputFrom .searchList .searchListContent {
    cursor: pointer;
}

.main .subject .inputFrom .searchList .searchListContent {
    margin-left: 30px;
}

.main .subject .inputFrom .searchList div {
    float: none;
}

.searchvalBox {
    position: relative;
}

.main .subject .inputFrom li .all .searchvalBox .searchval1 {
    height: 40px;
    width: 380px;
    border: 1px solid #E6E6E6;
    padding-left: 19px;
    border-radius: 5px;
}

.main .subject .inputFrom li .all .searchvalBox .openSearchList {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
}

.main .subject .inputFrom li .all .searchvalBox .openSearchList i {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid #CCCCCC;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-top: 18px;
    cursor: pointer;
}

.main .subject .inputFrom li .opt {
    padding: 10px;
    width: 361px;
    border: 1px solid #E6E6E6;
    padding-left: 19px;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.main .subject .inputFrom li .opt ul li {
    float: left;
    margin-right: 10px;
    position: relative;
    line-height: 30px;
}

.main .subject .inputFrom li .opt ul li font {
    background: #2FACAE;
    color: #FFFFFF;
    border-radius: 3px;
    ;
}

.main .subject .inputFrom li .opt ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #F2F2F2;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    cursor: pointer;
}

.main .subject .subjectTop .optionList .optionListLeft ul li .searchvalBox .searchval1 {
    height: 40px;
    width: 380px;
    border: 1px solid #E6E6E6;
    padding-left: 19px;
    border-radius: 5px
}

.main .subject .subjectTop .optionList .optionListLeft ul li .opt {
    padding: 10px;
    width: 361px;
    border: 1px solid #E6E6E6;
    padding-left: 19px;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.main .subject .subjectTop .optionList .optionListLeft ul li .openSearchList {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
}

.main .subject .subjectTop .optionList .optionListLeft ul li .searchListTitle,
.main .subject .subjectTop .optionList .optionListLeft ul li .searchListContent {
    cursor: pointer;
}

.main .subject .subjectTop .optionList .optionListLeft ul li .searchListContent {
    margin-left: 30px;
}

.main .subject .subjectTop .optionList .optionListLeft ul li .searchvalBox #searchList ul li {
    float: none;
    height: auto;
    line-height: inherit;
    padding: 0;
    border: none;
    margin-right: 0;
    border-radius: 0;
    position: relative;
}

.main .subject .subjectTop .optionList .optionListLeft ul li .searchvalBox #searchList ul li input {
    width: auto;
    height: auto;
}

.main .subject .subjectTop .optionList .optionListLeft ul li .searchvalBox .openSearchList i {
    display: inline-block;
    position: initial;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid #CCCCCC;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    margin-top: 18px;
    cursor: pointer;
}

.login .us {
    position: relative;
    padding-top: 28px;
    margin-right: 87px;
}

.login .us .usTitle {
    text-align: right;
    color: #FFFFFF;
    cursor: pointer;
}

.login .us .usTitle span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid #CCCCCC;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-bottom-width: 7px;
    top: 5px;
    border-bottom-style: solid;
    position: relative;
    border-bottom-color: transparent;
}

.login .us .usBox {
    position: absolute;
    bottom: -143px;
    right: -2px;
    background-color: #fff;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    z-index: 50;
    white-space: nowrap;
}

.login .us .usBox a {
    display: block;
    color: #262626;
    font-size: 13px;
    padding: 0 10px;
    line-height: 40px;
}

.alertBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.alertBox .hintBox {
    width: 420px;
    height: 180px;
    margin: 0 auto;
    margin-top: 200px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}

.alertBox .hintBox .hintTitle {
    padding-top: 20px;
    margin-left: 20px;
}

.alertBox .hintBox .hintTitle img {
    float: right;
    margin-right: 20px;
}

.alertBox .hintBox .hintContent {
    margin-top: 20px;
    margin-left: 37px;
    overflow: hidden;
}

.alertBox .hintBox .hintBtn {
    margin-top: 20px;
    float: right;
    margin-right: 20px;
}

.alertBox .hintBox .hintBtn span {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
}

.alertBox .hintBox .hintContent .hintContentText {
    width: 323px;
    margin-left: 10px;
    float: left;
}

.alertBox .hintBox .hintContent .hintContentImg {
    float: left;
}

.listBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.listBox .hintBox {
    width: 420px;
    height: 180px;
    margin: 0 auto;
    margin-top: 200px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}

.listBox .hintBox .hintTitle {
    padding-top: 20px;
    margin-left: 20px;
}

.listBox .hintBox .hintTitle span {
    font-size: 18px;
    color: #333333;
}

.listBox .hintBox .hintTitle img {
    float: right;
    margin-right: 20px;
}

.listBox .hintBox .hintContent {
    margin-top: 20px;
    margin-left: 37px;
    overflow: hidden;
}

.listBox .hintBox .hintContent .hintContentImg,
.listBox .hintBox .hintContent .hintContentText {
    float: left;
}

.listBox .hintBox .hintContent .hintContentImg img {
    width: 24px;
    height: 22px;
}

.listBox .hintBox .hintContent .hintContentText {
    width: 323px;
    margin-left: 10px;
}

.listBox .hintBox .hintBtn {
    margin-top: 20px;
    float: right;
    margin-right: 20px;
}

.listBox .hintBox .hintBtn span {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
}

.listBox .hintBox .hintBtn a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    background: #2facae;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    background: #2FACAE;
    color: #ffffff;
    margin-left: 5px;
}

.password_1 span {
    display: inline-block;
    max-width: 360px;
    white-space: normal;
    word-break: normal;
    margin-top: 0!important;
}

#mainLeftBox .diaper_img a span {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: red;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    position: relative;
    top: -2px;
    left: -5px;
    margin-left: 10px;
}

.main .subject .inputFrom li .all .allInput input[type="checkbox"] {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}

.relevanceOld label {
    width: 23%;
    display: inline-block;
    line-height: 30px;
}

.accreditModule label {
    width: 23%;
    display: inline-block;
    line-height: 30px;
}

.deleteBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.deleteBox .hintBox {
    width: 420px;
    height: 180px;
    margin: 0 auto;
    margin-top: 200px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}

.deleteBox .hintBox .hintTitle {
    padding-top: 20px;
    margin-left: 20px;
}

.deleteBox .hintBox .hintTitle span {
    font-size: 18px;
    color: #333333;
}

.deleteBox .hintBox .hintTitle img {
    float: right;
    margin-right: 20px;
}

.deleteBox .hintBox .hintContent {
    margin-top: 20px;
    margin-left: 37px;
    overflow: hidden;
}

.deleteBox .hintBox .hintContent .hintContentImg,
.deleteBox .hintBox .hintContent .hintContentText {
    float: left;
}

.deleteBox .hintBox .hintContent .hintContentImg img {
    width: 24px;
    height: 22px;
}

.deleteBox .hintBox .hintContent .hintContentText {
    width: 323px;
    margin-left: 10px;
}

.deleteBox .hintBox .hintBtn {
    margin-top: 20px;
    float: right;
    margin-right: 20px;
}

.deleteBox .hintBox .hintBtn span {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
}

.deleteBox .hintBox .hintBtn a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    background: #2facae;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    background: #2FACAE;
    color: #ffffff;
    margin-left: 5px;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table-icon-up,
.table-icon-down {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    right: 0;
}

.table-icon-down.active,
.table-icon-up {
    background-image: url(../img/icon-up.png);
}

.table-icon-down {
    background-image: url(../img/icon-down.png);
}

.p_c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.p_cx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.p_cy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.hide {
    display: none!important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.search-line {
    margin: 30px;
}

.search-selectbox select {
    display: inline-block;
    margin-left: 10px;
    height: 40px;
    width: 100px;
    border-radius: 3px;
    padding: 0 5px;
    cursor: pointer;
}

.real-nowdata {
    background: rgba(237, 237, 237, 1);
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    width:500px;
    box-sizing: border-box;
    margin-top:20px;
}

.real-status-img {
    display: inline-flex;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}

.real-status-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

.real-status-text {
    display: inline-block;
    vertical-align: middle;
}

.real-option {
    white-space: nowrap;
    margin: 5px 0;
}

.real-option .span-text {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.real-option .span-status {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bold;
}

.pie-picture table tr+tr {
    border-top: 1px solid #ddd;
}

.search-btn .search {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    display: inline-block;
}

.echarts-show {
    position: relative;
}

.echarts-right {
    position: absolute;
    top: 75px;
    left: 500px;
}

.echarts-right img {
    vertical-align: middle;
}

.echarts-right-text {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.echarts-right-text p {
    font-size: 14px;
    line-height: 50px;
}

.percertlist{
    padding:0 20px 20px;
}

.percerOption{
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
    border-top:1px dashed #E6E6E6;
}
.bg_text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg_all{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #ccc;
}
.bg_percent{
    display: inline-block;
    height: 100%;
    border-radius: 2px;
    background: #1CB5B0;
}
.percent_top{
    display: flex;
    align-items: flex-start;
    margin-bottom:5px
}
.percent_top img{
    width: 40px;
    height: 40px;
    margin-right:5px;
}
.ab_text_top{
    font-size: 12px;
    color:#999;
}
.ab_text_bottom{
    font-size: 12px;
    color:#999;
}
.item_img_power{
    position: absolute;
    top: 0;
    right: 0;
}
.item_img_power img{
    width: 40px;
    height: 40px;
}