.borDer {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.transforms {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.textEls {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content {
    padding-top: 160px;
}

.content .theme-list {
    height: auto;
    margin-bottom: 32px;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(57, 70, 122, 0.08);
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0 32px;
}

.content .theme-list ul li {
    height: 67px;
    line-height: 67px;
    border-bottom: 1px dashed #e6e8ed;
    overflow: hidden;
}

.content .theme-list ul li:last-child {
    border-bottom: none;
}

.content .theme-list ul li .tit {
    color: #1a2241;
    font-size: 16px;
    float: left;
}

.content .theme-list ul li .tit span {
    display: inline-block;
    margin-left: 8px;
    padding: 0 4px;
    line-height: 16px;
    height: 16px;
    background: #f5f6fa;
    border-radius: 10px;
    font-size: 11px;
    color: rgba(26, 34, 65, 0.6);
}

.content .theme-list ul li .time {
    float: right;
    font-size: 12px;
    color: rgba(26, 34, 65, 0.759);
}

.content .evaluate-box .preview-box {
    float: left;
    width: 275px;
    border-radius: 4px;
    border: 2px solid #ff9100;
    background-color: #f6f9fe;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
}

.content .evaluate-box .preview-box .paper {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #ff9100;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.content .evaluate-box .preview-box .test-paper {
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 275px;
    height: 40px;
    background-color: #ff9100;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.content .evaluate-box .preview-box .test-paper span {
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ff9100;
}

.content .evaluate-box .preview-box .test-paper .continue {
    width: 137px;
    height: 40px;
    background: #fff3e0;
    border: 1px solid #ff9100;
    border-left: none;
}

.content .evaluate-box .preview-box .test-paper .create {
    width: 137px;
    height: 40px;
    background: #ff9100;
    font-size: 14px;
    color: #ffffff;
}

.content .evaluate-box .preview-box .pre-top {
    height: 56px;
    width: 100%;
    line-height: 56px;
    overflow: hidden;
}

.content .evaluate-box .preview-box .pre-top h4 {
    float: left;
    font-size: 14px;
    color: #1a2241;
    font-weight: bold;
    padding-left: 14px;
    margin-right: 10px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .evaluate-box .preview-box .pre-top .empty {
    float: left;
    color: rgba(26, 34, 65, 0.3);
    padding-left: 14px;
    background: url(/erqi/images/delete.png) no-repeat left center;
    cursor: pointer;
}

.content .evaluate-box .preview-box .pre-top .nus {
    float: right;
    font-size: 14px;
    color: #1a2241;
    margin-right: 10px;
    font-weight: bold;
}

.content .evaluate-box .preview-box .pre-list {
    width: 100%;
}

.content .evaluate-box .preview-box .pre-list ul li {
    line-height: 56px;
    position: relative;
    overflow: hidden;
    padding-left: 14px;
    padding-right: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    cursor: pointer;
}

.content .evaluate-box .preview-box .pre-list ul li .circleChart {
    float: left;
    width: 32px;
    height: 32px;
    margin-top: 12px;
}

.content .evaluate-box .preview-box .pre-list ul li .name {
    float: left;
    margin-left: 9px;
    font-size: 12px;
    color: #1a2241;
    padding-right: 20px;
    position: relative;
}

.content .evaluate-box .preview-box .pre-list ul li .name i {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    cursor: Pointer;
    z-index: 100;
}

.content .evaluate-box .preview-box .pre-list ul li .nus {
    float: right;
    font-size: 14px;
    color: #1a2241;
}

.content .evaluate-box .preview-box .pre-list ul li:hover {
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(57, 70, 122, 0.2);
    border-radius: 2px;
}

.content .evaluate-box .preview-box .pre-list ul li:hover .name {
    background: url(/erqi/images/delete-hover.png) no-repeat right center;
}

.content .evaluate-box .preview-box .pre-list ul li:hover .name i {
    display: block;
}

.content .evaluate-box .test-box {
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 865px;
    text-align: center;
    line-height: 50px;
}

.content .evaluate-box .test-box .loading {
    color: rgba(39, 51, 99, 0.8);
    font-size: 12px;
    margin-top: 100px;
    width: 100px;
    padding-top: 75px;
    margin: 100px auto 0;
    background: url(/erqi/images/loading.gif) no-repeat center top;
    background-size: 100px;
    line-height: 14px;
}

body {
    background-color: #f6f9fe;
}

.circleChart_text {
    font-size: 12px;
    color: #1a2241;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
}
