body {
  font-family: 'Microsoft YaHei', sans-serif;
}
ul,
ol {
  list-style: none;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
fieldset,
img {
  border: none;
}
button,
input,
select,
textarea {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.position-r {
  position: relative;
}
.dq-center {
  text-align: center !important;
}
.dq-left {
  text-align: left !important;
}
.dq-right {
  text-align: right !important;
}
.dq-btn {
  display: inline-block;
  width: 108px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #acb1be;
  border-radius: 3px;
  cursor: pointer;
  background-color: #fff;
  color: #79808e;
}
.dq-btn-sm {
  width: 76px;
  height: 30px;
  line-height: 30px;
}
.dq-btn-full-blue {
  border-color: #00b0ff;
  background-color: #00b0ff;
  color: #fff;
}
.dq-btn-full-blue:hover {
  border-color: #0091ea;
  background-color: #0091ea;
}
.dq-btn-empty-blue {
  border-color: #00b0ff;
  background-color: #fff;
  color: #00b0ff;
}
.dq-btn-empty-blue:hover {
  border-color: #00b0ff;
  background-color: #def5ff;
}
.dq-btn-full-red {
  border-color: #ff6f80;
  background-color: #ff6f80;
  color: #fff;
}
.dq-btn-full-red:hover {
  border-color: #ff1744;
  background-color: #ff1744;
}
.dq-btn-empty-red {
  border-color: #ff6f80;
  background-color: #fff;
  color: #ff6f80;
}
.dq-btn-empty-red:hover {
  border-color: #ff1744;
  background-color: #fff6f7;
}
.dq-navbar {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #4f8fd4;
}
.dq-navbar .list-tag li {
  margin-top: 16px;
}
.dq-navbar .list-tag li a {
  padding: 0;
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 100px;
  font-size: 18px;
}
.dq-navbar .list-tag li.active a {
  color: #4f8fd4;
  background-color: #fff;
}
.dq-navbar .list-tag li.active a:hover {
  color: #238cf6;
  background-color: #fff;
}
.dq-navbar .user-menu {
  display: inline-block;
  padding-top: 23.5px;
  padding-bottom: 22.5px;
}
.dq-navbar .layout-menu {
  top: 101%;
  text-align: center;
  cursor: pointer;
}
.dq-navbar a.bell-red {
  position: relative;
  display: inline-block;
  font-size: 22px;
}
.dq-navbar .red-dot {
  position: absolute;
  top: 16px;
  right: 2px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.project-title {
  margin-right: 50px;
  font-size: 20px;
  color: #fff;
}
.project-title .logo {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -3px;
}
.page-content {
  padding: 0 30px;
}
.navbar-down {
  padding: 14px 16px;
  line-height: 1;
}
.dq-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.dq-ul li {
  float: left;
  margin-right: 20px;
  line-height: 2;
  color: #1e2355;
}
.dq-ul li:last-child {
  margin: 0;
}
.dq-ul li .caret-right {
  position: relative;
  top: 1px;
  right: -11px;
  font-size: 18px;
}
input[type=text].dq-input {
  padding: 5px;
  width: 160px;
  height: 30px;
  font-size: 13px;
  color: #acb1be;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid rgba(121, 128, 142, 0.2);
  background-color: inherit;
}
input[type=text].dq-input:focus {
  background-color: #fff;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dq-search {
  position: relative;
  margin-top: 3px;
}
.dq-search form {
  margin: 0;
}
.dq-search .search-btn {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 5px;
  z-index: 1;
}
.dq-search .search-input {
  padding: 5px 25px 5px 5px;
}
.main-content {
  border: 1px solid #acb1be;
  border-radius: 3px;
}
table.project-table {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
table.project-table thead {
  background-color: rgba(79, 143, 212, 0.15);
}
table.project-table thead th {
  font-size: 12px;
  color: #1e2355;
  font-weight: normal;
  border: none;
}
table.project-table tr > td {
  vertical-align: top;
  font-size: 12px;
  color: #79808e;
}
table.project-table tr > td a {
  color: #238cf6;
}
table.project-table tr > td a.gray {
  color: #79808e;
}
table.project-table tr > td a.status_blue,
table.project-table tr > td a.status_green,
table.project-table tr > td a.status_gray,
table.project-table tr > td a.status_yellow,
table.project-table tr > td a.status_red {
  color: #fff;
}
table.project-table tr > td a.status_blue:hover,
table.project-table tr > td a.status_green:hover,
table.project-table tr > td a.status_gray:hover,
table.project-table tr > td a.status_yellow:hover,
table.project-table tr > td a.status_red:hover {
  color: #fff;
}
table.project-table tr > td a i {
  font-size: 16px;
}
table.project-table tr > td p {
  margin: 0;
}
table.project-table tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
table.project-table tbody > tr:nth-of-type(even) {
  background-color: rgba(237, 241, 249, 0.5);
}
table.project-table tbody > tr[exception='Y'] {
  background-color: rgba(255, 51, 101, 0.15);
}
table.project-table .settime {
  cursor: pointer;
}
table.project-table .accept-name {
  position: relative;
  padding-left: 40px;
}
table.project-table .accept-name i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  color: #238cf6;
}
table.project-table .status-dropdown .dropdown-menu {
  min-width: 120px;
}
table.project-table .status-dropdown .dropdown-menu li a span {
  display: inline-block;
  width: 65px;
  text-align: center;
}
table.project-table .project-dropdown .choose-comming {
  cursor: pointer;
}
table.project-table .project-dropdown .dropdown-menu {
  min-width: 130px;
  width: 130px;
  margin-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
  font-size: 12px;
}
table.project-table .project-dropdown .dropdown-menu li > a {
  padding: 3px 0;
}
.dq-modal .bg-modal {
  width: 1287px;
}
.dq-modal .bg-modal .simditor .simditor-body {
  height: 400px;
  overflow-y: auto;
}
.dq-modal .modal-header {
  padding: 10px 0;
  background-color: #4f8fd4;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.dq-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dq-modal .modal-content {
  padding-bottom: 20px;
  background-color: #fbfcfc;
}
.dq-modal .modal-body {
  padding: 20px 80px 0 40px;
  text-align: left;
}
.dq-modal .modal-body input.form-control,
.dq-modal .modal-body select.form-control,
.dq-modal .modal-body textarea.form-control {
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 12px;
  color: #acb1be;
  resize: none;
}
.dq-modal .modal-body input.form-control:focus,
.dq-modal .modal-body select.form-control:focus,
.dq-modal .modal-body textarea.form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dq-modal .modal-body .form-control[disabled] {
  background-color: #e5e5e5;
}
.dq-modal .modal-body textarea {
  resize: vertical;
  padding: 10px;
}
.dq-modal .modal-body .line {
  position: relative;
  top: 19px;
  left: 50%;
  margin-left: 32px;
  width: 20px;
  height: 1px;
  background-color: #ddd;
}
.dq-modal .modal-body .btn {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
}
.dq-modal label {
  font-size: 14px;
  color: #1e2355;
}
.dq-modal .form-control-static {
  color: #1e2355;
}
.dq-modal .modal-footer {
  text-align: center;
}
.dq-modal .modal-footer .dq-btn:first-child {
  margin-right: 30px;
}
.dq-modal .modal-footer .dq-btn:last-child {
  margin-right: 0;
}
.dq-modal .dq-label {
  height: 37px;
  line-height: 37px;
}
.dq-modal .simditor .simditor-toolbar > ul > li > .toolbar-item {
  width: auto;
  padding: 0 11px;
}
.dq-modal .simditor .simditor-body img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
::-webkit-inner-spin-button {
  visibility: hidden;
}
.stage-map {
  padding-left: 30px;
  min-height: 216px;
}
.qlresult {
  margin-bottom: 5px;
  height: 24px;
  border-bottom: 1px solid #acb1be;
}
input[type="checkbox"] {
  margin-bottom: -2px;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
  width: 14px;
  height: 14px;
  border: 1px solid #acb1be;
}
input[type="checkbox"]:checked:before {
  top: -2px;
  left: 4px;
}
input[type="radio"]:after {
  top: 0;
}
input[type="radio"]:before {
  top: -2px;
  left: -2px;
}
input[type="radio"] {
  vertical-align: middle;
  margin: 0;
}
.items-name {
  display: inline-block;
  width: 140px;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
}
.item_stage {
  position: relative;
  display: inline-block;
  width: 120px;
  margin-right: 10px;
}
#schedule {
  text-align: center;
}
.stage-modal {
  display: inline-block;
  width: auto;
}
[v-cloak] {
  display: none;
}
.time {
  position: relative;
}
.time i {
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 20px;
}
.on-off {
  position: absolute;
  top: 9px;
  right: -5px;
  font-size: 20px;
  cursor: pointer;
}
.dq-modal .modal-body.default-padding {
  padding: 20px 40px 0;
}
.dq-paging {
  margin: 30px 0;
}
.dq-paging span {
  margin-right: 5px;
}
.dq-paging .volume {
  display: inline-block;
}
.dq-paging .select-volume {
  color: #1e2355;
  cursor: pointer;
}
.dq-paging .volume-page {
  top: auto;
  bottom: 100%;
  left: -100%;
  padding: 0;
  width: 210px;
}
.dq-paging .volume-page li {
  float: left;
  display: block;
  width: 70px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
.dq-paging .volume-page li:hover {
  background-color: #e5eef9;
}
.dq-paging .volume-page li.active {
  background-color: #e5eef9;
}
.dq-paging i {
  cursor: pointer;
}
.dq-paging .f14 {
  transform: rotateY(180deg);
}
.dq-paging .gray {
  color: #acb1be;
  cursor: default;
}
.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.file-item {
  position: relative;
  padding-right: 55px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-item .progress {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  z-index: 1;
}
.file-item a {
  position: relative;
  z-index: 2;
}
.file-item .progress-bar {
  line-height: 40px;
  background-color: rgba(33, 150, 243, 0.6);
}
.file-item .progress-bar:last-child:before {
  background-color: rgba(33, 150, 243, 0.2);
}
.file-item .delete-file {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  color: #acb1be;
}
.file-item .delete-file:hover {
  background-color: #e5eef9;
}
.white {
  color: #fff;
}
.red {
  color: #ff6f80;
}
.green {
  color: #00df5d;
}
.yellow {
  color: #f1ae50;
}
.gray {
  color: #79808e;
}
.blue {
  color: #238cf6;
}
.bg-red {
  color: #fff;
  background: #ff6f80;
}
.bg-green {
  color: #fff;
  background: #51c69b;
}
.bg-yellow {
  color: #fff;
  background: #f1ae50;
}
.outrange {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.maxw135 {
  display: inline-block;
  vertical-align: bottom;
  max-width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.whitespace {
  white-space: nowrap;
}
.tag-panel {
  display: none;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  width: 220px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  font-size: 12px;
  color: #79808e;
  text-align: left;
}
.short-remark {
  position: relative;
  max-width: 200px;
  word-break: break-all;
  word-wrap: break-word;
}
.short-remark p {
  position: relative;
  width: 100px;
  margin: 0 auto;
  padding-right: 20px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.short-remark p i {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #238cf6;
}
.short-remark:hover .tag-panel {
  display: block;
}
.short-remark:hover .status-panel {
  display: block;
}
.track-info {
  position: relative;
}
.track-info:hover .status-panel {
  display: block;
}
.status-panel {
  display: none;
  padding: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  font-size: 12px;
  color: #79808e;
  text-align: left;
}
.status-panel tr > th {
  min-width: 120px;
}
.width260 {
  width: 260px;
  word-break: break-all;
  word-wrap: break-word;
}
.panel-default > .panel-heading {
  background-color: rgba(79, 143, 212, 0.15);
}
.bestaccepter {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 20px;
  cursor: pointer;
}
[class*=" glyphicon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url('/home/image/glyphicons-halflings.png');
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.glyphicon-arrow-right {
  background-position: -264px -96px;
}
.glyphicon-arrow-left {
  background-position: -240px -96px;
}
.add-stage,
.delete-stage {
  margin-top: 3px;
  font-size: 30px;
  cursor: pointer;
}
.status {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0 8px;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
}
.status_blue {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0 8px;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
  background: #5a97d8;
}
.status_green {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0 8px;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
  background: #51c69b;
}
.status_gray {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0 8px;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
  background: #79808e;
}
.status_yellow {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0 8px;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
  background: #f1ae50;
}
.status_red {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0 8px;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
  background: #f06878;
}
.project-handle i {
  cursor: pointer;
  color: #238cf6;
  font-size: 16px;
}
.select-item-type a {
  display: inline-block;
  width: 65px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  background: #fff;
  color: #1e2533;
  text-align: center;
}
.select-item-type a.active,
#show_batchs,
#show_batchs_invoice{
  background: #0c84e4;
  color: #fff;
}

.item-name {
  position: relative;
}
.item-name .item-schedule {
  display: none;
  position: absolute;
  top: 100%;
  left: -95px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.item-name .item-schedule .table {
  margin-bottom: 0;
}
.item-name .item-schedule .table tr > th {
  white-space: nowrap;
}
.item-name .item-schedule .table tr > td {
  height: 38px;
  white-space: nowrap;
}
.item-name:hover .item-schedule {
  display: block;
}
.discussion + i {
  cursor: pointer;
  font-size: 16px;
}
.xm-status {
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.xm-status.stop span,
.xm-status.stop i {
  background: #79808e;
}
.xm-status.doing span,
.xm-status.doing i {
  background: #5a97d8;
}
.xm-status span {
  display: inline-block;
  width: 42px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
}
.xm-status i {
  display: inline-block;
  width: 20px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
  border-left: 1px solid #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
}
input[type="radio"].radiocircle {
  margin-bottom: 4px;
  margin-right: 5px;
}
.thumbimg {
  width: 277px;
  height: 180px;
}
.line-height37 {
  height: 37px;
  line-height: 37px;
}
.long-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.stylebox {
  margin: 0 15px;
  padding: 20px 10px;
  overflow-y: auto;
  height: 230px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.stylebox ul {
  padding: 0;
  display: inline-block;
  width: 100%;
  list-style: none;
}
.stylebox ul li {
  margin: 0 10px 20px;
  float: left;
  width: 70px;
  height: 24px;
  line-height: 23px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  color: #79808e;
  text-align: center;
  cursor: pointer;
}
.stylebox ul li.active {
  background-color: #238cf6;
  color: #fff;
  border-color: #238cf6;
}
.tagbox {
  margin: 0 15px;
  padding: 20px 10px;
  overflow-y: auto;
  height: 230px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.tagbox ul {
  padding: 0;
  display: inline-block;
  width: 100%;
  list-style: none;
}
.tagbox ul li {
  margin: 0 10px 20px;
  float: left;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  color: #79808e;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
}
.tagbox ul li.active {
  background-color: #238cf6;
  color: #fff;
  border-color: #238cf6;
}
#addTagModal .tag-star {
  color: #ff5b5a;
  margin-left: 2px;
}
#addTagModal #myTab li.active {
  border-color: #fff;
}
#addTagModal #myTab li.active a {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#addTagModal #myTab li a {
  color: #000000;
  background-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#addTagModal #projectClass,
#addTagModal #projectClassDetail,
#addTagModal #projectUsage,
#addTagModal #culture,
#addTagModal #creativeStyle,
#addTagModal #similar {
  background-color: #fff;
  padding-bottom: 0px;
}
#addTagModal #myTabContent .dq-btn-full-blue {
  margin-right: 20px;
}
#addTagModal .tagbox {
  border: none;
}
#addTagModal .addTagTip {
  margin-left: 20px;
}
#addTagModal #myTabContent .tagbox ul li.active i {
  font-size: 16px;
  color: #000;
  opacity: .2;
}
#addTagModal #myTabContent .tagbox ul li.active i {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
#addTagModal .form-control-static {
  padding-left: 20px;
}
.upload {
  width: 80px;
  height: 25px;
  line-height: 24px;
  font-size: 12px;
}
.filename {
  display: flex;
}
.filename .outrange {
  flex: 1;
  max-width: 160px;
}
.filename i {
  margin-right: 3px;
  margin-top: 13px;
}
.mt2 {
  margin-top: 2px;
}
.mt4 {
  margin-top: 4px;
}
.mr20 {
  margin-right: 20px;
}
.cursorP {
  cursor: pointer;
}
.color-black {
  color: #1e2355;
}
select.form-control {
  background-position-x: 95%;
}
table.project-table tr > td.publisher_name {
  cursor: pointer;
  color: #238cf6;
}
.manager-edit-panel {
  padding: 20px 40px;
}
.dq-form label.control-label {
  text-align: left;
}
.dq-form input.form-control,
.dq-form select.form-control {
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 12px;
  color: #acb1be;
}
.dq-form input.form-control:focus,
.dq-form select.form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dq-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.dq-flex .userlist {
  flex: 1;
}
.dq-flex .userlist .checkbox-area {
  margin: 30px 0;
}
.dq-flex .userlist .checkbox-area span {
  margin-right: 20px;
  color: #238cf6;
  cursor: pointer;
}
.screen-panel {
  margin-right: 20px;
  padding: 20px;
  width: 286px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.screen-panel .dropdown {
  margin: 10px 0;
  display: inline-block;
  padding: 3px 8px;
  width: 120px;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}
.screen-panel .dropdown .dropdown-screen {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.screen-panel input[type=text].dq-input {
  margin-bottom: 20px;
  width: 244px;
}
/*rotate 360 css begin*/
/*360度循环旋转*/
@-webkit-keyframes rotate {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0%,
  100% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0%,
  100% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0%,
  100% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0%,
  100% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dq-rotate-360 {
  -moz-animation: rotate 1s linear infinite;
  -webkit-animation: rotate 4s linear infinite;
  -o-animation: rotate 1s linear infinite;
  -ms-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
/*rotate 360 css end*/
