﻿@charset "UTF-8";

/** z-index **/
body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", Microsoft Yahei, Helvetica, Arial, sans-serif !important;
  position: relative;
  z-index: 0;
  background-color: white;
}

h1,
h4,
h5,
h6,
p,
ul,
li,
textarea,
input {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
  font-family: "PingFang SC", Microsoft Yahei, Helvetica, Arial, sans-serif !important;
}

h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

h2,
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

header,
section,
footer,
nav {
  display: block;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #2a6af1;
}

blockquote {
  page-break-inside: avoid;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

ul {
  list-style: none;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
}

input:focus,
select:focus,
textarea:focus,
[contenteditable]:focus,
button:focus {
  outline: none;
}

.ReactModal__Body--open {
  overflow: hidden;
}

.e-opt {
  fill: transparent;
  cursor: move;
}

.clear-fix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

button {
  font-family: "PingFang SC", Microsoft Yahei, Helvetica, Arial, sans-serif !important;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.data_set_answer {
  margin-top: 47px;
}

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

* html .clearfix {
  height: 1%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.container__project {
  width: 1200px;
  margin: 0 auto;
}

.container__txt {
  width: 100%;
}

.table {
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

.table td,
.table th {
  padding: 0 10px;
  text-align: left;
  height: 52px;
  border-bottom: 1px solid #dbdfe3;
}

.table-center td,
.table-center th {
  padding: 0 10px;
  text-align: center;
  height: 52px;
  border-bottom: 1px solid #dbdfe3;
}

.matrix-table {
  border-spacing: 0;
  background-color: white;
}

.matrix-table th,
.matrix-table td {
  color: #666666;
}

.matrix-table--wrap {
  max-width: 720px;
  overflow-x: auto;
  position: relative;
}

.matrix-table--wrap .matrix__drag {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.matrix-table--wrap .matrix__drag .drag__item {
  position: absolute;
  top: 0;
  height: 100%;
  width: 6px;
  cursor: col-resize;
}

.matrix-table--view {
  overflow-x: scroll;
}

.matrix-table td {
  border: 1px solid #D5D5D5;
  border-left: none;
  border-top: none;
  height: 34px;
}

.matrix-table td:first-child {
  border-left: 1px solid #D5D5D5;
}

.matrix-table thead>tr>td {
  padding: 0px;
  border-top: 1px solid #D5D5D5;
}

.matrix-table .matrix__head {
  text-align: center;
  word-break: break-word;
}

.matrix-table .matrix__head img {
  max-width: 100%;
}

.matrix-table .matrix__head .editor {
  padding: 3px 0px !important;
}

.matrix-table .matrix__td {
  text-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 5px;
}

.matrix-table .matrix__td--input {
  width: 18px;
  height: 18px;
}

.matrix-table .matrix__input {
  width: 60px;
  height: 24px;
  margin-left: 8px;
}

.icon {
  display: block;
  cursor: pointer;
}

.icon-s {
  width: 16px;
  height: 16px;
}

.icon-m {
  width: 20px;
  height: 20px;
}

.icon-l {
  width: 32px;
  height: 32px;
}

.icon-hide {
  display: none;
}

.icon-logo {
  width: 158px;
  height: 20px;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.icon-logo:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1.04);
  -moz-transform: scale3d(1.04, 1.04, 1.04);
  transform: scale3d(1.04, 1.04, 1.04);
}

.icon-tishi {
  background: url("../images/tishi.5b50fcf5.png") no-repeat center center;
  width: 25px;
  height: 25px;
  display: inline-block;
  -o-background-size: 100%;
  background-size: 100%;
  margin-right: 5px;
}

.icon-redpacket {
  background: url("../images/redpacket.1e01879c.jpg") no-repeat center center;
  display: inline-block;
  -o-background-size: 100%;
  background-size: 100%;
  width: 170px;
  height: 215px;
  margin-top: 15px;
}

.icon-redpacket2 {
  background: url("../images/redpacket2.a99e6970.png") no-repeat center center;
  display: inline-block;
  -o-background-size: 100%;
  background-size: 100%;
  width: 170px;
  height: 140px;
  margin-top: 15px;
}

.icon-redpacket3 {
  background: url("../images/redpacket3.681b8de3.png") no-repeat center center;
  -o-background-size: 100%;
  background-size: 100%;
  width: 156px;
  height: 156px;
  margin-top: 15px;
}

.icon-code {
  background: url("../images/code.png") no-repeat center center;
  -o-background-size: 100%;
  background-size: 100%;
  width: 55px;
  height: 55px;
}

.icon-redpacket4 {
  background: url("../images/redpacket4.05860561.png") no-repeat center center;
  -o-background-size: 100%;
  background-size: 100%;
  width: 328px;
  height: 56px;
  margin-top: 15px;
}

.icon-yipai {
  background: url("../images/yipai__icon.e13eff41.png") no-repeat center center;
  -o-background-size: 100%;
  background-size: 100%;
  width: 108px;
  height: 108px;
}

.icon-sorry {
  background: url("../images/sorry.05439d2f.png") no-repeat center center;
  display: inline-block;
  -o-background-size: 100%;
  background-size: 100%;
  width: 140px;
  height: 140px;
  margin-top: 15px;
}

.icon-jiantou {
  background: url("../images/jiantou.855845ed.png") no-repeat center center;
  -o-background-size: 100%;
  background-size: 100%;
  width: 60px;
  height: 60px;
}

.icon-tishi1 {
  background: url("../images/tishi1.3cf434f8.png") no-repeat center center;
  width: 25px;
  height: 25px;
  display: inline-block;
  -o-background-size: 100%;
  background-size: 100%;
  margin-right: 5px;
}

.icon-tishi2 {
  background: url("../images/tishi2.2b67a1e5.png") no-repeat center center;
  width: 25px;
  height: 25px;
  display: inline-block;
  -o-background-size: 100%;
  background-size: 100%;
  margin-right: 5px;
}

.icon-logo-blue {
  background: url("../images/logo-blue.bb2af0e9.png") no-repeat center center;
  width: 158px;
  height: 20px;
  display: block;
}

.icon-search {
  width: 20px;
  height: 20px;
  background: url("../images/search.03976c23.png") no-repeat center center;
  -o-background-size: cover;
  background-size: cover;
}

.icon-create-empty-qtn {
  width: 44px;
  height: 44px;
  background: url("../images/create-empty-qtn.svg");
}

.icon-refer-qtn {
  width: 44px;
  height: 44px;
  background: url("../images/icon-refer-qtn.svg");
}

.icon-copy-qtn {
  width: 44px;
  height: 44px;
  background: url("../images/copy-qtn.svg");
}

.icon-dump-qtn {
  width: 44px;
  height: 44px;
  background: url("../images/dump-qtn.svg");
}

.icon-avatar {
  width: 26px;
  height: 26px;
  background: url("../images/avatar.ba31a8fc.png");
}

.icon-message {
  width: 31px;
  height: 31px;
  background: url("../images/message.208c6c29.png");
}

.icon-message-none {
  width: 28px;
  height: 28px;
  background: url("../images/message-none.3212f6ff.png");
}

/** logic edit **/
.icon-triangle-down {
  width: 10px;
  height: 5px;
  background: url("../images/triangle-down.a30bcb9d.svg") center center no-repeat;
}

.icon-help {
  width: 14px;
  height: 14px;
  background: url("../images/help.30b76100.svg") center center no-repeat;
}

.icon-arrow-up {
  width: 11px;
  height: 7px;
  background: url("../images/arrow-up.ce475f4f.svg") center center no-repeat;
}

.icon-arrow-down {
  width: 11px;
  height: 7px;
  background: url("../images/arrow-down.df34d22e.svg") center center no-repeat;
}

.icon-target {
  width: 40px;
  height: 24px;
  background: url("../images/target.svg") center center no-repeat;
}

.icon-logic-delete {
  background: url("../images/delete.svg") center center/contain no-repeat;
}

.icon-logic-add-row {
  background: url("../images/add-row.svg") center center/contain no-repeat;
}

.icon-logic-delete-row {
  background: url("../images/delete-row.svg") center center/contain no-repeat;
}

.icon-logic-add-row2 {
  background: url("../images/add-row2.svg") center center/contain no-repeat;
}

/** answer icons **/
.icon-choice-selected {
  background: url("../images/choice-selected.png") center center/cover no-repeat;
}

.icon-choice-selected-no {
  background: url(../images/choice-selected-no.png) center center/cover no-repeat;
}

.icon-choice-multi-selected {
  background: url("../images/choice-multi-selected2.png") center center/cover no-repeat;
}

.icon-choice-multi-selected-no {
  background: url("../images/choice-multi-selected-no.png") center center/cover no-repeat;
}

.icon-answer-over-success {
  background: url("../images/over-success.svg") center center/cover no-repeat;
}

.icon-answer-over-warn {
  background: url("../images/over-warn.svg") center center/cover no-repeat;
  width: 36px;
  height: 36px;
}

.icon-answer-over-error {
  background: url("../images/over-error.svg") center center/cover no-repeat;
}

.icon-answer-over-screen {
  background: url("../images/over-error.svg") center center/cover no-repeat;
}

.icon-answer-copy-link {
  background: url(../images/copy-link.svg) center center/contain no-repeat;
}

.icon-answer-drag {
  background: url("../images/hand.png") center center/cover no-repeat;
}

.icon-answer-drag2 {
  background: url("../images/hand2.png") center center/cover no-repeat;
}

/*.icon-answer-drag2{background: url("../images/hand2.png") center center /cover no-repeat;}*/
/** qtn **/
.icon-choice-single {
  background: url("../images/choice-single.svg") center center/cover no-repeat;
}

.icon-qtn-category {
  background: url("../images/qtn-category.svg") center center/cover no-repeat;
}

.icon-qtn-category2 {
  background: url("../images/qtn-category.svg") center center/cover no-repeat;
  margin-left: 5px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.icon-1-0 {
  background: url("../images/qtn-1-0.svg") center center/contain no-repeat;
}

.icon-1-1 {
  background: url("../images/qtn-1-1.svg") center center/contain no-repeat;
}

.icon-1-8 {
  background: url("../images/qtn-1-8.svg") center center/contain no-repeat;
}

.icon-1-9 {
  background: url("../images/qtn-1-9.svg") center center/contain no-repeat;
}

.icon-1-11 {
  background: url("../images/qtn-1-11.svg") center center/contain no-repeat;
}

.icon-2-1 {
  background: url("../images/qtn-2-1.svg") center center/contain no-repeat;
}

.icon-2-2 {
  background: url("../images/qtn-2-2.svg") center center/contain no-repeat;
}

.icon-3-0 {
  background: url("../images/qtn-3-0.svg") center center/contain no-repeat;
}

.icon-3-1 {
  background: url("../images/qtn-3-1.svg") center center/contain no-repeat;
}

.icon-4-0 {
  background: url("../images/qtn-4-0.svg") center center/contain no-repeat;
}

.icon-6-1 {
  background: url("../images/qtn-6-1.svg") center center/contain no-repeat;
}

.icon-7-1 {
  background: url("../images/qtn-7-1.svg") center center/contain no-repeat;
}

.icon-8-2 {
  background: url("../images/qtn-8-2.svg") center center/contain no-repeat;
}

.icon-8-4 {
  background: url("../images/qtn-8-4.svg") center center/contain no-repeat;
}

.icon-page {
  background: url("../images/qtn-page.svg") center center/contain no-repeat;
}

.icon-birthday {
  background: url("../images/qtn-birthday.svg") center center/contain no-repeat;
}

.icon-city {
  background: url("../images/qtn-city.svg") center center/contain no-repeat;
}

.icon-location {
  background: url("../images/qtn-location.svg") center center/contain no-repeat;
}

.icon-9-1 {
  background: url("../images/target-logo.png") center center/contain no-repeat;
}

.icon-editor-qt-copy {
  background: url("../images/qt-copy.svg") center center/contain no-repeat;
}

.icon-editor-qt-up {
  background: url("../images/qt-up.svg") center center/contain no-repeat;
}

.icon-editor-qt-down {
  background: url("../images/qt-down.svg") center center/contain no-repeat;
}

.icon-editor-qt-delete {
  background: url("../images/qt-delete.svg") center center/contain no-repeat;
}

.icon-editor-text {
  background: url("../images/text.svg") center center/contain no-repeat;
}

.icon-editor-img {
  background: url("../images/img.svg") center center/contain no-repeat;
}

.icon-editor-setting {
  background: url("../images/setting.svg") center center/contain no-repeat;
}

.icon-editor-delete {
  background: url("../images/delete.svg") center center/contain no-repeat;
}

.icon-editor-opt-up {
  background: url("../images/opt-up.svg") center center/contain no-repeat;
}

.icon-editor-opt-down {
  background: url("../images/opt-down.svg") center center/contain no-repeat;
}

.icon-editor-opt-left {
  background: url("../images/opt-left.svg") center center/contain no-repeat;
}

.icon-editor-opt-right {
  background: url("../images/opt-right.svg") center center/contain no-repeat;
}

.icon-editor-opt-add {
  background: url("../images/opt-add.svg") center center/contain no-repeat;
}

.icon-editor-opt-multi-add {
  background: url("../images/opt-multi-add.svg") center center/contain no-repeat;
}

.icon-radio-select {
  background: url("../images/radio-select.png") center center/contain no-repeat;
}

.icon-score {
  background: url("../images/score.png") center center/contain no-repeat;
}

.icon-close {
  background: url("../images/close.d4dfb8c1.svg") center center/contain no-repeat;
}

/** account icons **/
.icon-account-email {
  background: url("../images/email.a0d345e0.svg") center center/contain no-repeat;
}

.icon-account-password {
  background: url("../images/password.1e4a6506.svg") center center/contain no-repeat;
}

.icon-account-phone {
  background: url("../images/phone.52884609.svg") center center/contain no-repeat;
}

.icon-account-user {
  background: url("../images/user.47a5da28.svg") center center/contain no-repeat;
}

/** registerdata icons **/
.icon-data-set {
  background: url("../images/data-set.svg") center center/contain no-repeat;
  margin: 12px;
  width: 18px;
  height: 18px;
}

.icon-data-sets {
  background: url("../images/data-set-off.svg") center center/contain no-repeat;
  margin: 12px;
  width: 18px;
  height: 18px;
}

.icon-prize {
  background: url("../images/prize.png") center center/contain no-repeat;
  width: 65px;
  height: 65px;
}

.icon-prize-info {
  background: url("../images/tips.png") center center/contain no-repeat;
  width: 16px;
  height: 16px;
}

.icon-redpacket5 {
  background: url("../images/redpacket.png") center center/contain no-repeat;
  width: 70px;
  height: 70px;
}

.icon-login-close {
  background: url("../images/login-close.6969b60c.svg") center center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 5px;
}

.reset-pass-ok {
  background: url("../images/reset-pass-ok.f459be63.svg") center center/contain no-repeat;
  width: 36px;
  height: 36px;
}

.over-warn {
  background: url("../images/over-warn.b2b627d6.svg") center center/contain no-repeat;
  width: 36px;
  height: 36px;
}

.hot {
  background: url("../images/hot2.86a1cf22.png") center center/contain no-repeat;
  width: 110px;
  height: 41px;
}

.hot2 {
  background: url("../images/hot.7b88b1ac.png") center center/contain no-repeat;
  width: 21px;
  height: 28px;
}

.editor-account {
  background: url("../images/editor.ce9a4be7.svg") center center/contain no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.deleted-account {
  background: url("../images/deleted.bd67dafd.svg") center center/contain no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.register-pass-position {
  position: absolute;
  left: 21px;
}

.reset-pass-position {
  position: absolute;
  left: 38px;
}

.return-qtn {
  position: absolute;
  background: url("../images/return-qtn.svg") center center/contain no-repeat;
  width: 12px;
  height: 10px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
}

.home-icon {
  width: 110px;
  height: 110px;
  margin: auto;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.home-icon-1 {
  background: url("../images/icon-1.da093918.svg") center center/contain no-repeat;
  width: 40px;
  height: 36px;
}

.home-icon-2 {
  background: url("../images/icon-2.ef9f24b8.svg") center center/contain no-repeat;
  width: 36px;
  height: 37px;
}

.home-icon-3 {
  background: url("../images/icon-3.88a355f5.svg") center center/contain no-repeat;
  width: 36px;
  height: 36px;
}

.home-icon-4 {
  background: url("../images/icon-4.abe2660a.svg") center center/contain no-repeat;
  width: 42px;
  height: 42px;
}

.home-icon-5 {
  background: url("../images/icon-5.ac24c624.svg") center center/contain no-repeat;
  width: 36px;
  height: 39px;
}

.home-icon-6 {
  background: url("../images/icon-6.77c67d52.svg") center center/contain no-repeat;
  width: 40px;
  height: 36px;
}

.logo-icon-1 {
  width: 153px;
  height: 64px;
}

.logo-icon-2 {
  width: 153px;
  height: 64px;
}

.logo-icon-3 {
  width: 153px;
  height: 64px;
}

.logo-icon-4 {
  width: 153px;
  height: 64px;
}

.logo-icon-5 {
  width: 153px;
  height: 64px;
}

.logo-icon-6 {
  width: 153px;
  height: 64px;
}

.logo-icon-7 {
  width: 153px;
  height: 64px;
}

.logo-icon-8 {
  width: 153px;
  height: 64px;
}

.logo-icon-9 {
  width: 153px;
  height: 64px;
}

.logo-icon-10 {
  width: 153px;
  height: 64px;
}

.logo-icon-11 {
  width: 153px;
  height: 64px;
}

.logo-icon-12 {
  width: 153px;
  height: 64px;
}

.logo-icon-13 {
  width: 153px;
  height: 64px;
}

.logo-icon-14 {
  width: 153px;
  height: 64px;
}

.logo-icon-15 {
  width: 153px;
  height: 64px;
}

.logo-icon-16 {
  width: 153px;
  height: 64px;
}

.logo-icon-17 {
  width: 153px;
  height: 64px;
}

.logo-icon-18 {
  width: 153px;
  height: 64px;
}

.icon-pay {
  width: 22px;
  height: 22px;
  background: url("../images/pay.3fe58faf.svg");
  margin-right: 8px;
}

.icon-wechart {
  width: 29px;
  height: 23px;
  background: url("../images/wechart.37f5399a.svg");
  margin-right: 8px;
}

.icon-news {
  width: 22px;
  height: 20px;
  background: url("../images/news.f9db573c.png");
  margin-left: 20px;
}

.icon-news2 {
  width: 22px;
  height: 22px;
  background: url("../images/news2.91e8ef10.png");
  margin-left: 20px;
}

.icon-sanjiao {
  border-color: transparent transparent #999;
  border-style: solid;
  border-width: 0px 5px 5px;
  display: inline-block;
  height: 0;
  width: 0;
}

.icon-sanjiao-dowm {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0.5px;
  display: inline-block;
  height: 0;
  width: 0;
  margin-top: 5px;
}

.icon-top {
  width: 22px;
  height: 22px;
  background: url("../images/down.png") center center/contain no-repeat;
}

.icon-down {
  width: 22px;
  height: 22px;
  background: url("../images/top.png") center center/contain no-repeat;
}

.pagination {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  color: #90979b;
}

.pagination .page__center {
  margin: 0 auto;
}

.pagination .page__right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.pagination .page__size {
  width: 60px;
}

.pagination .page__item {
  background-color: #f8f8f8;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  float: left;
  margin: 0 2px;
  border-radius: 3px;
  cursor: pointer;
}

.pagination .page__item.disabled {
  cursor: auto;
  border-color: white;
  background-color: #40b5ff !important;
}

.pagination .page__summary {
  color: #888888 !important;
}

.pagination .page__right {
  color: #888888 !important;
}

.pagination .page__item {
  background-color: #f8f8f8;
}

.pagination .page .disabled {
  background-color: #40b5ff !important;
}

.pagination .Select-value-label {
  color: #888888 !important;
}

.modal__overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  pointer-events: auto;
  z-index: 11000;
  display: none;
}

.modal__title {
  height: 44px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #333333;
  border-bottom: solid 1px #cdd2d6;
}

.modal__close {
  position: absolute;
  color: #666;
  font-size: 22px;
  top: 14px;
  right: 0px;
  cursor: pointer;
}

.modal__footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.modal__footer .btn:not(:first-child) {
  margin-left: 21px;
}

.modal__footer--left {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.modal__footer--left .btn:first-child {
  margin-left: 10px;
}

.p-confirm1 {
  width: 680px;
  height: 400px;
}

.p-confirm1 .message {
  line-height: 50px;
  color: red;
}

.p-confirm1 .Audit_div {
  width: 662px;
}

.p-confirm1 .Audit_div .Audit_table {
  width: 662px;
  height: 44px;
  background: inherit;
  background-color: #f2f2f2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
  box-shadow: none;
}

.p-confirm1 .Audit_div .Audit_table1 {
  width: 662px;
  background: inherit;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
  border-collapse: collapse;
}

.p-confirm1 .Audit_div .Audit_table1 tr td {
  height: 40px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.p-confirm1 .confirm__message {
  position: absolute;
  left: 243px;
  top: 393px;
}

.SaveQtn_table {
  margin: 10px auto;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.SaveQtn_table tr {
  width: 100%;
}

.SaveQtn_table tr td {
  border: 1px solid #ccc;
  text-align: center;
}

.updata_box {
  width: 649px;
  height: 507px;
}

.updata_box .updata_div {
  width: 628px;
  margin: 10px auto;
}

.updata_box .updata_div .upload_text {
  position: absolute;
  left: 151px;
  top: 48px;
  width: 244px;
  height: 35px;
  font-family: 'Arial Normal', 'Arial';
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-decoration: none;
  color: #000000;
  text-align: left;
  border: 1px solid #ccc;
  line-height: 35px;
}

.updata_box .updata_div .upload_data {
  position: absolute;
  left: 407px;
  top: 47px;
  width: 83px;
  height: 35px;
  line-height: 35px;
  background: inherit;
  background-color: inherit;
  background-color: #ff9900;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-radius: 5px;
  box-shadow: none;
  text-align: center;
}

.updata_box .updata_tabs {
  width: 628px;
  margin: 10px auto;
}

.updata_box .modal__footer {
  position: absolute;
  left: 256px;
  top: 478px;
}

.Complaints_Box {
  margin-left: 88px;
  visibility: visible;
  z-index: 1006;
}

.Complaints_Box .complaints_div {
  width: 320px;
  font-size: 12px;
  cursor: pointer;
  padding: 3px 8px 3px 8px;
  margin: 5px;
  background: #EEE none repeat scroll 0% 0%;
  border: 1px solid #AAA;
  border-radius: 3px;
}

.AuditFeedBack_table {
  width: 650px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.AuditFeedBack_table tr td {
  border: 1px solid #ccc;
  text-align: center;
}

.upload_image {
  /* z-index: 1000; position: absolute; left: 161px; top: 6px;*/
  width: 16px;
  height: 16px;
}

.input_checkbox {
  margin-left: 5px;
  z-index: 1000;
  position: absolute;
  width: 15px;
  height: 15px;
}

.btn {
  padding: 0 16px;
  line-height: 34px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #40b5ff;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border: none;
}

.btn:hover {
  background-color: rgba(64, 181, 255, 0.9);
}

.btn.btn-primary {
  background-color: #ffac3b;
  color: white;
}

.btn.btn-primary:hover {
  background-color: rgba(255, 172, 59, 0.9);
}

.btn.btn-secondary {
  background-color: #dbdbdb;
  color: #666666;
}

.btn.btn-secondary:hover {
  background-color: rgba(219, 219, 219, 0.9);
}

.btn.btn-s {
  height: 30px;
  font-size: 14px;
  padding: 0 17px;
}

.btn[disabled] {
  background-color: #dbdbdb;
  color: #666666;
}

.btn.btn__back--none {
  padding: 0px !important;
  background: none;
  color: #ffac3b;
  cursor: default;
  font-size: 14px;
  margin-right: 3px;
}

.btn.btn-green {
  background-color: #10cca9;
  color: #ffffff;
}

.btn.btn-green:hover {
  background-color: rgba(16, 204, 169, 0.9);
}

.input {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  height: 36px;
  cursor: text;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  color: #999999;
  font-family: "PingFang SC", Microsoft Yahei, Helvetica, Arial, sans-serif !important;
}

.input-sm {
  height: 27px;
}

.input-block {
  width: 100%;
}

.input-lg {
  height: 40px;
}

input:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input::placeholder {
  color: #999999;
}

input:focus {
  border: 1px solid #2a6af1 !important;
}

.Select-input input:focus {
  border: 1px solid red !important;
}

.sortable-item {
  background-color: #ffffff;
  border: solid 1px #e5e7e9;
  margin-top: 10px;
  padding: 7px 11px 7px 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.sortable-item--active {
  border-color: #40B5FF;
}

.sortable-item--active .icon-answer-drag {
  background: url("../images/hand1.png") center center/cover no-repeat;
}

.sortable-item .sort__top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 28px;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.sortable-item .sort__sn {
  font-size: 20px;
  font-weight: 600;
  color: #40B5FF;
  opacity: 0.6;
  padding-right: 10px;
}

.sortable-item .sort__label {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  word-break: break-all;
  color: #666666;
}

.sortable-item .sort__drag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 32px;
  margin-left: 10px;
  cursor: pointer;
}

.sortable-item .sort__drag .icon-large {
  width: 32px;
  height: 32px;
}

.p-multi-add {
  padding: 13px 20px 0 20px;
  width: 460px;
}

.p-multi-add .multi__p1 {
  font-size: 12px;
  line-height: 24px;
  color: #888888;
  margin-top: 13px;
}

.p-multi-add .multi__input {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin: 4px 0 20px 0;
}

.p-multi-sub .multi__p1 {
  margin-top: 0px !important;
}

.p-multi-sub .multi__p2 {
  text-indent: 25px;
}

.p-multi-status .multi__p1 {
  margin-top: 13px !important;
  font-size: 14px;
}

.p-multi-status .multi__p1--span {
  color: #00afec;
  margin-left: 20px;
  cursor: pointer;
}

.p-multi-status .modal__footer {
  margin-top: 20px;
}

.p-multi-status .multi__input {
  height: 30px;
  width: 250px;
  margin: 10px 0px;
}

.p-multi-status .multi__input--row {
  width: 250px;
  margin: auto;
}

.p-multi-fail {
  width: 600px;
}

.p-multi-fail .fail__record {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-multi-fail .fail__record--span {
  margin-left: 20px;
}

.p-multi-fail .record__table {
  max-height: 300px;
  overflow-y: auto;
}

.p-multi-money {
  width: 500px;
  padding: 20px;
}

.p-multi-money .p-multi--row {
  padding-top: 10px;
}

.p-multi-money .p-multi--last {
  padding-bottom: 30px;
}

.p-multi-money .multi__table {
  padding-bottom: 30px;
  max-height: 300px;
  overflow-y: auto;
}

.p-multi-money .multi__table td {
  text-align: center;
}

.p-multi-money .multi__text {
  padding-bottom: 30px;
}

.p-multi-money .add__money--title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

.p-multi-money .add__money {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}

.p-multi-money .add__money--info {
  font-size: 12px;
  color: red;
  margin-top: 10px;
}

.p-multi-money .add__money--type {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
}

.p-multi-money .add__money--list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding-right: 50px;
}

.p-multi-money .add__money--list input {
  margin-right: 5px;
}

.p-multi-money .add__money--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
}

.p-multi-money .add__money--one {
  padding-right: 20px;
}

.p-multi-money .add__money .multi__input {
  width: 80px;
  height: 30px;
  margin: 0 5px;
}

.p-multi-addMoney {
  width: 800px;
}

.p-multi-addMoney .money__target--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0px;
}

.p-multi-addMoney .money__target--one {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-right: 150px;
}

.p-multi-addMoney .money__target--one .check__input {
  margin-right: 5px;
}

.p-multi-addMoney .money__target--text {
  position: absolute;
  top: -13px;
  left: 95px;
  background: #4C4C4C;
  color: #ffffff;
  width: 150px;
  padding: 3px 5px;
  display: none;
}

.p-multi-addMoney .icon-help {
  font-style: normal;
  margin-left: 5px;
}

.p-multi-addMoney .icon-help:hover .money__target--text {
  display: block;
}

.p-multi-addMoney .money__channel--row {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-multi-addMoney .money__channel--row input {
  margin-right: 5px;
}

.p-multi-addMoney .money__channel--one {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-right: 50px;
}

.p-multi-addMoney .money__answer {
  margin-bottom: 20px;
}

.p-multi-addMoney .money__answer--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 15px;
}

.p-multi-addMoney .money__answer--row input {
  margin-right: 5px;
}

.p-multi-addMoney .money__answer--row .multi__input {
  width: 80px;
  height: 30px;
  margin: 0 5px;
}

.p-multi-addMoney .money__order--title {
  text-align: center;
  font-size: 18px;
}

.p-multi-addMoney .money__order--title2 {
  text-align: center;
  margin-top: 15px;
}

.p-multi-addMoney .money__order--row {
  width: 500px;
  border: 1px dashed #cccccc;
  margin: auto;
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.p-multi-addMoney .money__order--list {
  margin-left: 185px;
  margin-top: 20px;
}

.p-multi-addMoney .money__order--text {
  text-align: center;
  margin-top: 2px;
  color: #cccccc;
}

.p-multi-redpacket .label__redpacket {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  line-height: 55px;
}

.p-multi-redpacket .label__redpacket--row {
  margin: 10px 20px;
  margin-bottom: 40px;
}

.p-multi-redpacket .label__input {
  width: 250px;
  height: 35px;
  margin-left: 10px;
  padding-left: 10px;
  margin-right: 10px;
}

.p-multi-redpacket2 {
  width: 500px;
}

.p-multi-redpacket2 .label__redpacket {
  margin-left: 30px;
}

.p-multi-lottery {
  width: 500px;
  margin-top: 10px;
}

.p-multi-lottery .lottery__label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 15px;
}

.p-multi-lottery .lottery__input {
  width: 200px;
  height: 35px;
}

.p-multi-lottery .lottery__span {
  width: 88px;
}

.p-multi-lottery p {
  line-height: 24px;
}

.p-multi-lottery .modal__footer {
  margin-top: 20px;
}

.p-multi-url {
  padding: 20px;
}

.sms__invition {
  color: #666666;
}

.sms__invition .sms__content--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.sms__invition .content__titile {
  font-size: 14px;
  line-height: 1.71;
  color: #666666;
  margin-top: 14px;
}

.sms__invition .content__titile2 {
  margin-top: 17px;
  margin-bottom: 7px;
}

.sms__invition .content__sendtime {
  font-size: 12px;
  line-height: 2;
  color: #888888;
  margin-right: 45px;
}

.sms__invition .content__sendcount {
  font-size: 12px;
  line-height: 2;
  color: #888888;
}

.sms__invition .content__contact {
  width: 432.8px;
  height: 80px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  color: #888888;
}

.sms__invition .content__smsContent {
  width: 432.8px;
  height: 80px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-top: 7px;
  color: #888888;
}

.sms__statistics {
  width: 785px;
  min-height: 400px;
  max-height: 400px;
  overflow: auto;
}

.sms__statistics th,
.sms__statistics td {
  text-align: center;
  font-weight: 100;
}

.sms__statistics .sms__count--title {
  font-size: 12px;
  color: #666666;
  margin-top: 14px;
  margin-bottom: 10px;
}

.sms__statistics .sms__count--title2 {
  margin-top: 22px;
  color: #666666;
}

.sms__statistics .sms__count--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-left: 20px;
  color: #888888;
  font-size: 12px;
}

.sms__statistics .sms__count--row2 {
  margin-top: 8px;
  margin-bottom: 10px;
  color: #888888;
  font-size: 12px;
  margin-top: 20px;
}

.sms__statistics .sms__count--row2 .sms__sum {
  float: left;
  margin-right: 13px;
}

.sms__statistics .sms__count--row2 .sms__select {
  margin-right: 19px;
  float: left;
}

.sms__statistics .sms__count--row2 .sms__btn {
  border-radius: 4px;
  border: solid 1px #40b5ff;
  background: #ffffff;
  font-size: 12px;
  color: #1fa8ff;
  height: 26px;
  float: left;
}

.sms__statistics .sms__count--row2 .sms__btn2 {
  float: right;
  padding: 0px 7px;
  border-radius: 4px;
  background-color: #40b5ff;
  color: #ffffff;
  font-size: 12px;
  line-height: 26px;
}

.sms__statistics .sms__count--row2 .sms__btn2:hover {
  background-color: rgba(64, 181, 255, 0.9);
}

.sms__statistics .sms__count--list {
  margin-right: 70px;
}

.sms__statistics .sms__progress {
  width: 100px;
  height: 10px;
  background-color: #e3e3e3;
  margin-top: 3px;
  margin-bottom: 9px;
}

.sms__statistics .sms__progress--color {
  background-color: #a4dd76;
  height: 10px;
}

.sms__statistics .statistics__tr {
  width: 720px;
  height: 52px;
}

.sms__statistics .statistics__tr__title {
  background-color: #e5e7e9;
}

.sms__statistics .statistics__tr__title .status__select .Select-value-label {
  margin-left: -17px;
}

.sms__statistics .statistics__tr__data {
  background-color: #ffffff;
}

.sms__statistics .statistics__td {
  width: 48px;
  height: 24px;
  font-family: PingFang-SC;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}

.sms__statistics .statistics__td__ok {
  color: #10cca9;
}

.sms__statistics .statistics__td__no {
  color: #a9a9a9;
}

.sms__statistics .invition__page {
  width: 100%;
  padding: 0 30px 0 0;
  margin-top: 25px;
}

.sms__statistics .check__width {
  width: 33px;
}

.sms__statistics .seq__width {
  width: 48px;
}

.sms_checkbox {
  margin: 5px 5px 0 10px;
}

.sms__count__div {
  font-size: 12px;
}

.sms__count__btn {
  border-radius: 4px;
  border: solid 1px #40b5ff;
  background: #ffffff;
  font-size: 12px;
  color: #1fa8ff;
  height: 26px;
  margin-left: 10px;
}

.p-multi-scale {
  width: 535px;
  border-top: 1px solid #dbdfe3;
  border-left: 1px solid #dbdfe3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-multi-scale th,
.p-multi-scale td {
  height: 35px !important;
  border-right: 1px solid #dbdfe3;
}

.p-multi-scale input {
  border: none;
  outline: none;
}

.p-multi-scale input:focus {
  border: none !important;
}

.p-multi-project {
  width: 640px;
  padding: 20px;
}

.p-multi-project .multi__project--list {
  margin-bottom: 30px;
}

.p-multi-project .multi__project--li {
  float: left;
  width: 300px;
  line-height: 30px;
}

.p-multi-project .multi__project--li span {
  margin-left: 5px;
}

.p-multi-team {
  padding: 0px 20px;
  width: 430px;
  height: 307px;
}

.p-multi-team input {
  padding-left: 10px;
}

.p-multi-team .multi__team--main {
  height: 230px;
}

.p-multi-team .multi__team--list {
  margin-left: 45px;
  margin-top: 20px;
}

.p-multi-team .multi__team--row {
  line-height: 50px;
}

.p-multi-team .multi__team--row input {
  width: 220px;
  height: 38px;
  margin-left: 10px;
  border: 1px solid #dddddd;
}

.p-multi-team .save__btn {
  float: right;
}

.p-multi-team .add__btn {
  width: 75px;
  line-height: 30px;
  cursor: pointer;
  margin-right: 15px;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
}

.p-multi-team .multi__add--search {
  margin-top: 30px;
  text-align: center;
  height: 154px;
}

.p-multi-team .multi__add--search input {
  width: 220px;
  height: 38px;
  border: 1px solid #dddddd;
}

.p-multi-team .multi__add--search .search__btn {
  width: 50px;
  height: 38px;
  border: none;
  background-color: #ffac3b;
  color: #ffffff;
}

.p-multi-team .multi__add--search .search__result {
  color: #666666;
  margin-top: 15px;
  padding: 0 60px;
  text-align: left;
}

.p-multi-team .multi__add--search .add__contacts {
  margin-top: 100px;
  text-align: right;
  float: right;
}

.p-multi-team .multi__add--show {
  display: none;
}

.p-multi-create {
  padding: 0 20px;
  width: 500px;
}

.p-multi-create .create__select {
  width: 280px;
  margin-top: 15px;
}

.p-multi-create .create__select .Select-placeholder {
  line-height: 30px;
}

.p-multi-create .create__select .Select-control {
  height: 30px;
}

.p-multi-create .create__select .Select-clear {
  display: none;
}

.p-multi-create .create__select--row {
  margin-top: 20px;
}

.p-multi-create .create__select--title {
  font-size: 20px;
}

.p-multi-create .create__label {
  margin-top: 20px;
}

.p-multi-create .create__label--title {
  font-size: 20px;
}

.p-multi-create .create__label--row {
  line-height: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-right: 20px;
}

.p-multi-create .create__label--rows {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-multi-create .create__task {
  padding-bottom: 20px;
}

.p-multi-create .create__task tr {
  line-height: 30px;
}

.p-multi-create .create__task td {
  padding-right: 25px;
}

.p-multi-create .create__task--title {
  font-size: 20px;
  margin-top: 15px;
}

.p-multi-create .create__table {
  margin-top: 20px;
}

.p-multi-create .create__table .td__back {
  background: #ffac3b;
  padding: 3px 10px;
  position: relative;
}

.p-multi-create .create__table .td__back .deleted__icon {
  position: absolute;
  display: block;
  right: -10px;
  top: -8px;
}

.p-multi-type {
  width: 650px;
  padding: 0 20px;
}

.p-multi-type .multi__label {
  padding-top: 20px;
  font-size: 16px;
}

.p-multi-type .works__categories {
  margin-top: 10px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
}

.p-multi-type .works__categories--label {
  width: 25%;
  line-height: 40px;
}

.p-multi-abutment {
  padding: 0 20px;
}

.p-multi-abutment .abutment__table {
  margin-top: 20px;
  border: 1px solid #dbdfe3;
  border-right: none;
  border-bottom: none;
}

.p-multi-abutment .abutment__table tr {
  line-height: 40px;
}

.p-multi-abutment .abutment__table td {
  border-right: 1px solid #dbdfe3;
  height: 40px;
}

.p-multi-count {
  width: 700px;
  margin: 0 20px;
  color: #666666;
}

.p-multi-count table {
  border-top: 1px solid #dbdfe3;
  border-left: 1px solid #dbdfe3;
  margin-top: 20px;
}

.p-multi-count td {
  border-right: 1px solid #dbdfe3;
}

.p-multi-count .Select-placeholder {
  line-height: 30px;
}

.p-multi-count .Select-control {
  height: 30px;
}

.p-multi-count .Select-clear {
  display: none;
}

.p-multi-count .count__title {
  font-size: 20px;
  margin-top: 20px;
}

.p-multi-count .count__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 20px;
}

.p-multi-count .count__row .btn__right {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-left: 240px;
}

.p-multi-count .count__row .btn__send {
  background: none;
  color: #00afec;
  margin-left: 20px;
  border: none;
  cursor: pointer;
}

.p-multi-count .count__select {
  width: 100px;
}

.p-multi-count .count__num {
  margin-left: 10px;
}

.p-multi-hand {
  padding: 0 20px;
  height: 400px;
  overflow-y: auto;
}

.p-multi-handsms {
  padding: 20px;
}

.p-multi-logic .logic__mapping--tables {
  padding: 20px;
  max-height: 362px;
  overflow-y: auto;
  margin-bottom: 20px;
}

.p-multi-logic .logic__mapping--table {
  border-spacing: 0;
  table-layout: fixed;
  width: 250px;
  border-top: 1px solid #cccccc;
}

.p-multi-logic .logic__mapping--table .thead__td {
  font-size: 16px;
}

.p-multi-logic .logic__mapping--table tr {
  line-height: 30px;
}

.p-multi-logic .logic__mapping--table td {
  padding: 0 10px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.p-multi-score {
  width: 500px;
  min-height: 300px;
  height: 300px;
  overflow-y: auto;
}

.p-multi-score .score__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
}

.p-multi-score .score__row--label {
  margin-right: 40px;
}

.p-multi-score .score__row--input {
  margin-right: 5px;
}

.p-multi-score .score__row--input2 {
  width: 90px;
  height: 30px;
}

.p-multi-score .score__row--left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-multi-score .score__row--left .score__row--input2 {
  margin-right: 30px;
}

.p-multi-score .score__row--right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-multi-score .score__title {
  width: 100px;
}

.p-multi-score .score__info {
  margin-left: 90px;
  margin-top: 5px;
  color: red;
}

.p-multi-score .score__select {
  width: 390px;
}

.p-multi-score .Select-control {
  height: 35px;
}

.p-multi-score .Select-value {
  line-height: 34px;
}

.p-targetLevel-model {
  width: 600px;
  height: 500px;
}

.p-modal-suggest {
  width: 860px;
  height: 430px;
  padding: 10px 10px;
}

.p-modal-suggest td {
  padding: 0px 0px !important;
}

.p-modal-suggest .tab__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-modal-suggest .tab__list {
  margin-right: 30px;
  height: 30px;
}

.p-modal-suggest .tab__list--active {
  color: #40b5ff;
  border-bottom: 2px solid #40b5ff;
}

.p-modal-suggest .suggest__table {
  min-height: 330px;
  max-height: 330px;
  margin-bottom: 20px;
  overflow-y: auto;
}

.p-modal-suggest .suggest__table td {
  text-align: center;
  padding: 0px 0px !important;
}

.p-modal-suggest .suggest__table .tr__td {
  color: #c0c0c0;
}

.p-modal-suggest .suggest__table .tr__td div,
.p-modal-suggest .suggest__table .tr__td a {
  color: #c0c0c0 !important;
}

.p-home .back__modal {
  display: none;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.p-home .back__modal--show {
  display: block;
}

.p-home .header__logo {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.p-home .header__logo:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.p-home--banner {
  position: relative;
  height: 100vh;
  width: 100%;
}

.p-home--banner .header__info {
  padding: 5px 6px;
  background-color: #ffea7a;
  font-size: 12px;
  color: #ff5f0a;
  position: relative;
  text-align: center;
}

.p-home--banner .header__info .icon-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.p-home--banner .header__info a {
  color: #40b5ff;
}

.p-home--banner .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.p-home--banner .backstage {
  padding-right: 25px;
}

.p-home--banner .main {
  height: 200px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.p-home--banner .main a {
  color: white;
  font-size: 20px;
}

.p-home--banner .footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  color: white;
  padding-bottom: 30px;
}

.p-home--banner .footer__item--about {
  -ms-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  flex: 2;
}

.p-home--banner .footer__item--contact {
  -ms-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  flex: 2;
  margin-left: 80px;
}

.p-home--banner .footer__item--wechat {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  margin-left: 80px;
}

.p-home--banner .home__one--main .banner__title {
  margin-top: 20%;
  font-size: 72px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.p-home--banner .home__one--main .banner__title--small {
  font-size: 24px;
  margin-top: 14px;
}

.p-home--banner .home__one--main .banner__btn {
  padding: 13px 90px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  border: none;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 74px;
  color: #2b4ba1;
  font-size: 24px;
  width: 280px;
}

.p-home--banner .home__one--main .banner__btn:hover {
  background-color: rgba(225, 225, 225, 0.5);
}

.p-home .home__two--main {
  margin-top: 107px;
}

.p-home .home__two--main .home__two--title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 31px;
  text-align: center;
  color: #000;
}

.p-home .home__two--main .home__two--text {
  font-size: 20px;
  text-align: center;
  color: #3b3f42;
}

.p-home .home__two--main .home__two--icons {
  margin-top: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-home .home__two--main .home__two--icon {
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  margin: 0 20px;
  padding-top: 30px;
}

.p-home .home__two--main .home__icon--text {
  font-size: 28px;
  line-height: 1.07;
  text-align: center;
  color: #3b3f42;
  margin-top: 32px;
}

.p-home .home__two--main .home__icon--text2 {
  font-size: 16px;
  color: #4a4e51;
  margin-top: 5px;
}

.p-home .home__banner {
  width: 100%;
  height: 500px;
  margin-top: 120px;
}

.p-home .home__banner--title {
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  padding-top: 162px;
  padding-bottom: 41px;
}

.p-home .home__banner--text {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
}

.p-home .home__image--main {
  margin-top: 120px;
}

.p-home .home__image--main .home__image--top {
  position: relative;
  overflow: hidden;
}

.p-home .home__image--main .home__image--top:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.p-home .home__image--main .home__image--top img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .65s ease-out 0s;
  -o-transition: .65s ease-out 0s;
  -moz-transition: .65s ease-out 0s;
  transition: .65s ease-out 0s;
}

.p-home .home__image--main .home__image {
  width: 300px;
  margin: 0 20px;
}

.p-home .home__image--main .home__image--bottom {
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(172, 172, 172, 0.5);
  padding: 32px 44px 40px;
  -webkit-transition: -webkit-box-shadow .35s 0s ease-out;
  -o-transition: box-shadow .35s 0s ease-out;
  -webkit-transition: box-shadow .35s 0s ease-out;
  -moz-transition: box-shadow .35s 0s ease-out;
  transition: box-shadow .35s 0s ease-out;
}

.p-home .home__image--main .home__image--bottom .home__image--icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 13px;
}

.p-home .home__image--main .home__image--text {
  font-size: 24px;
  line-height: 1.42;
  color: #343434;
  margin-left: 13px;
}

.p-home .home__image--main .home__image--info {
  font-size: 16px;
  color: #343434;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.p-home .home__banner2 {
  width: 100%;
  height: 500px;
  margin-top: 120px;
}

.p-home .home__logo {
  margin-top: 100px;
  text-align: center;
}

.tab-panels {
  font-size: 0;
}

.p-home .home__logo .logo {
  display: inline-block;
  width: 14%;
  height: 66px;
  line-height: 66px;
  margin-bottom: 40px;
}

.p-home .home__logo .logo img {
  max-width: 90%;
}

.p-home .home__banner3 {
  width: 100%;
  height: 222px;
  margin-top: 80px;
}

.p-home .home__banner3--bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-home .home__banner3--bottom .home__bottom--text {
  font-size: 40px;
  text-align: left;
  color: #ffffff;
  margin-top: 61px;
}

.p-home .home__banner3--bottom .home__bottom--text2 {
  font-size: 20px;
  line-height: 1.7;
  text-align: left;
  color: #ffffff;
  margin-top: 11px;
}

.p-home .home__banner3--bottom .btn__buttom {
  padding: 0px 72px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  height: 60px;
  line-height: 60px;
  background: none;
  margin-top: 81px;
  margin-left: 150px;
  font-size: 24px;
  color: #ffffff;
  display: block;
}

.p-home .home__banner3--bottom .btn__buttom:hover {
  background-color: #ffffff;
  color: #2b4ba1;
}

.p-home .home__footer {
  text-align: center;
  margin: 42px 0;
  font-size: 16px;
  color: #888888;
}

.p-home .home__footer--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-bottom: 8px;
}

.p-home .home__footer--span {
  margin: 0 45px;
}

.p-home .home__return--top {
  background: url(../images/return__top.bc09fb6f.png) center center/cover;
  width: 70px;
  height: 78px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
}

.view-more {
  text-align: center;
  margin-top: 30px;
}

.view-more a {
  color: #2a6af1;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  line-height: 66px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.header>.container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .nav__bj {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

.header .nav__bj .nav__mobile {
  position: fixed;
  right: 0px;
  height: 100%;
  width: 120px;
  background: #fff;
  z-index: 1000;
}

.header .nav__bj .nav__mobile--bottom {
  position: fixed;
  bottom: 0px;
  width: 120px;
  margin-bottom: 15px;
  z-index: 100;
}

.header .nav__bj .nav__mobile--bottom .nav__btn {
  border: 1px solid #00afec;
  color: #00afec;
  display: block;
  width: 100px;
  border-radius: 20px;
  margin: auto;
  line-height: 27px;
  text-align: center;
  margin-top: 10px;
}

.header .nav__bj .nav__mobile .nav__row {
  color: #666666;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  display: block;
  height: 40px;
}

.header .nav__bj .nav__mobile .nav__row a {
  color: #666666;
}

.header .nav__bj .nav__mobile .nav__row .close {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 0px;
}

.header .nav__main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.header .nav__main--left {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  margin-left: 30px;
}

.header .template__nav {
  color: #fff;
  font-size: 16px;
  margin: 0 6px;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}

.header .template__nav::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  height: 4px;
  background-color: #2a6af1;
  -webkit-transition: width 0.3s 0s ease-out;
  -o-transition: width 0.3s 0s ease-out;
  -moz-transition: width 0.3s 0s ease-out;
  transition: width 0.3s 0s ease-out;
}

.header .template__nav--active {
  color: #00afec !important;
}

.header__right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.header__right .header__mobile--block {
  display: none;
}

.header__hide {
  display: none;
}

.header__btn {
  color: #ffffff;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  /* &--register{margin-left: 20px; &:hover{font-weight: 600;} }*/
}

.header__btn a {
  color: #fff;
}

.header__btn a:hover {
  color: #2a6af1
}

.header-fixed .header__btn a {
  color: #000;
}

.header__btn:hover {
  color: #ffffff;
}

.header__btn--hover {
  position: relative;
  /* &:hover{.header__btn--info{display: block;} }*/
}

.header__btn--hover .icon__hot {
  position: absolute;
  top: -2px;
  right: -5px;
}

.header__btn--info {
  position: absolute;
  top: 62px;
  left: 0px;
  background: #fff;
  padding: 5px;
  width: 150px;
  z-index: 1000;
}

.header__btn--none {
  display: none;
}

.header__btn--block {
  display: block;
}

.header__btn--color {
  color: #00afec;
}

.header__back {
  background: #000000;
  top: 0px !important;
}

.p-login {
  height: 400px;
  padding: 40px;
  background-color: #ffffff;
  width: 400px;
  margin: auto;
  border-radius: 4px;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
}

.p-login .login__logo {
  margin-top: 10px;
}

.p-login .login__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.p-login .login__logo .ip__epanel {
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  color: #888888;
}

.p-login .login__row {
  margin-top: 23px;
  position: relative;
}

.p-login .login__row .forget_password {
  position: absolute;
  top: 0px;
  right: 8px;
  line-height: 46px;
  font-size: 14px;
  color: #888888;
}

.p-login .login__row .forget_password:hover {
  color: #5086f8;
}

.p-login .login__num {
  color: #666666;
}

.p-login .login__num--reg {
  color: #1c1b1b;
}

.p-login .login__input {
  display: block;
  width: 100%;
  padding: 0 12px;
  height: 46px;
  border: solid 1px #d6d6d6;
  font-size: 14px;
}

.p-login .login__input:-ms-input-placeholder {
  color: #888888;
}

.p-login .login__input::-webkit-input-placeholder {
  color: #888888;
}

.p-login .login__input:-moz-placeholder {
  color: #888888;
}

.p-login .login__input::-moz-placeholder {
  color: #888888;
}

.p-login .login__input::placeholder {
  color: #888888;
}

.p-login .login__submit {
  text-align: center;
  line-height: 44px;
  margin-top: 20px;
  cursor: pointer;
  height: 44px;
  border-radius: 4px;
  background-color: #5086f8;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border: none;
  width: 100%;
}

.p-login .login__submit:hover {
  background-color: rgba(80, 134, 248, 0.9);
}

.p-login .login__footer {
  text-align: center;
  margin-top: 10px;
}

.p-login .login__login {
  font-weight: 600;
  color: black;
}

.p-login .login--logo {
  margin: auto;
}

.p-register {
  background-color: white;
  width: 320px;
  margin: 120px auto 150px;
}

.p-register .register__title {
  text-align: center;
  font-size: 26px;
  letter-spacing: 1px;
  color: #777777;
}

.p-register .register__title--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.p-register .register__title--active {
  color: #40b5ff;
}

.p-register .register__title--line {
  padding: 0 10px;
}

.p-register .register__rows {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-register .register__rows .img__delete {
  margin-left: 20px;
  border: none;
  background: none;
}

.p-register .register__row {
  position: relative;
  margin-top: 18px;
  color: #666666;
  width: 100%;
}

.p-register .register__row .Select-control {
  height: 46px;
}

.p-register .register__row .Select-value {
  line-height: 46px !important;
}

.p-register .register__row .Select-value-label {
  color: #888888 !important;
}

.p-register .register__row--img {
  width: 85px;
  height: 168px;
}

.p-register .register__row .upload {
  max-width: 100%;
}

.p-register .register__row .image-selector {
  width: 100%;
  height: 46px;
  color: #888888;
  line-height: 46px;
}

.p-register .register__row--agree {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 17px;
}

.p-register .register__row--agree .agree {
  color: #888888;
  font-size: 14px;
  margin-left: 10px;
}

.p-register .register__row--agree .agreement {
  color: #1e1d1d;
  font-size: 14px;
}

.p-register .register__row .code {
  position: absolute;
  top: 0px;
  right: 8px;
  z-index: 1;
  line-height: 46px;
  font-size: 14px;
  color: #1f1f1f;
  cursor: pointer;
}

.p-register .register__row--span {
  position: absolute;
  top: 8px;
  right: -180px;
  background: #40b5ff;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 2px;
  cursor: pointer;
}

.p-register .register__row--info {
  right: -452px;
  background: #ffffff;
  color: red;
  margin-top: 10px;
  font-size: 12px;
}

.p-register .register__row--title {
  font-size: 24px;
  color: #40b5ff;
  text-align: center;
}

.p-register .register__input {
  display: block;
  width: 100%;
  border: solid 1px #d6d6d6;
  padding: 0 12px;
  height: 46px;
  font-size: 14px;
}

.p-register .register__input:-ms-input-placeholder {
  color: #888888;
}

.p-register .register__input::-webkit-input-placeholder {
  color: #888888;
}

.p-register .register__input:-moz-placeholder {
  color: #888888;
}

.p-register .register__input::-moz-placeholder {
  color: #888888;
}

.p-register .register__input::placeholder {
  color: #888888;
}

.p-register .register__submit {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  height: 46px;
  border-radius: 4px;
  background-color: #ffac3b;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 46px;
}

.p-register .register__submit:hover {
  background-color: rgba(255, 172, 59, 0.9);
}

.p-register .register__footer {
  text-align: center;
  margin-top: 15px;
}

.p-register .register__login {
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}

.p-register .register__num {
  color: #888888;
  font-size: 14px;
}

.p-register-company {
  width: 610px !important;
}

.register_color {
  color: #01b0ec;
}

.p-reset_pass {
  background-color: white;
  padding: 30px;
  width: 100%;
  margin: 60px auto;
  font-family: PingFang-SC;
}

.p-reset_pass .pass__title {
  font-family: PingFang-SC;
  font-size: 26px;
  letter-spacing: 1px;
  text-align: center;
  color: #777777;
  margin: 23px auto;
}

.p-reset_pass .pass__row {
  position: relative;
  margin-bottom: 30px;
}

.p-reset_pass .pass__row .message--box {
  position: absolute;
  top: 13px;
  left: 51%;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  color: #1f1f1f;
  cursor: pointer;
  width: 90px;
  text-align: right;
}

.p-reset_pass .pass__row .message--box__show {
  margin-left: 5px;
}

.p-reset_pass .pass__input {
  display: block;
  width: 320px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  color: #888;
  font-size: 14px;
}

.p-reset_pass .pass__save {
  width: 320px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  background-color: #ffac3b;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  cursor: pointer;
}

.p-reset_pass .pass__save:hover {
  background-color: rgba(255, 172, 59, 0.9);
}

.p-reset_pass .pass__login {
  width: 320px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  background-color: #5186f8;
  color: white;
  text-align: center;
  margin: 36px auto 0;
  font-size: 20px;
  cursor: pointer;
}

.p-reset_pass .pass__login:hover {
  background-color: rgba(81, 134, 248, 0.9);
}

.p-reset_pass .success__info {
  /*width: 300px;*/
  position: relative;
  padding-top: 150px;
  text-align: center;
  margin: auto;
}

.p-reset_pass .success__info--title {
  padding-left: 20px;
  font-size: 26px;
  color: #666;
}

.p-reset_pass .success__info--prompt {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.p-reset_pass .success__info--text {
  padding: 0 60px;
}

.p-reset_pass .success__info--company {
  width: 625px;
  padding-top: 75px !important;
}

.p-reset_pass .success__info .over__warn--icon {
  width: 36px;
  height: 36px;
}

.p-agreement {
  margin-top: 45px;
  padding-bottom: 26px;
  font-size: 12px;
  color: #666666;
}

.p-agreement .agreement__title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #444444;
  font-weight: 500;
}

.copyright {
  width: 100%;
  min-height: 50px;
  background-color: #2a70f3;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
}

.copyright-agreement {
  position: fixed;
  bottom: 0px;
}

.email__main {
  width: 800px;
  margin: auto;
  margin-top: 50px;
}

.email__main p {
  padding-bottom: 30px;
}

.email__main--p1 {
  text-indent: 2px;
}

.works-nav {
  position: relative;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: auto;
}

.works-nav--height {
  height: 50px;
}

.works-nav--wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.works-nav--wrap .nav__item {
  height: 50px;
  line-height: 49px;
  padding: 0 10px;
  color: white;
  position: relative;
  font-size: 16px;
  min-width: 140px;
  text-align: center;
  display: inline-block;
}

.works-nav--wrap .nav__item--active,
.works-nav--wrap .nav__item:hover {
  font-weight: 500;
  font-size: 18px;
}

.works-nav--wrap .nav__item--triangle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 12px;
  height: 5px;
  background: url("../images/triangle-top.bf1446cd.svg") 0 0 no-repeat;
}

.works-nav--wrap .nav__profile {
  position: relative;
  width: 157px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.works-nav--wrap .nav__profile .profile__avatar {
  margin-left: 25px;
}

.works-nav--wrap .nav__profile .profile__logout {
  margin-left: 10px;
}

.works-nav--wrap .nav__profile .profile__name {
  margin-left: 10px;
  max-width: 87px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #ffffff;
}

.works-nav--wrap .nav__profile .profile__item {
  margin-left: 5px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 65px;
}

.works-nav--wrap .nav__profile .account__nickname {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.works-nav--wrap .nav__profile .account__list {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  top: 50px;
  right: 5px;
  padding: 10px 0px;
}

.works-nav--wrap .nav__profile .account__list .account__row {
  cursor: pointer;
  padding: 0px 20px;
  text-align: center;
  line-height: 30px;
  color: #666666;
}

.works-nav--wrap .nav__profile .account__list .account__row a {
  color: #666666;
}

.works-nav--wrap .nav__profile .account__list .account__row:hover {
  background: #cccccc;
}

.works-nav--wrap .nav__profile .account__list--none {
  display: none;
}

.works-nav--fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}

.works-nav--fixed .nav__return {
  line-height: 50px;
  margin-left: 30px;
}

.works-nav--fixed .nav__return a {
  color: #ffffff;
  font-size: 16px;
}

.works-nav--absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}

.works-nav--color {
  background-color: #2a70f3;
}

.works-nav--color .qtn__status {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 2px 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #20BB39;
  color: #ffffff;
  padding-right: 15px;
}

.p-works .works-header-row {
  border-bottom: 0.5px solid #dbdfe3;
}

.p-works .works-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 53px 0 15px 0;
}

.p-works .works-header .header__left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works .works-header .header__left .Select-value-label {
  color: #666666 !important;
}

.p-works .works-header .header__right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works .works-header .header__right .icon__deleted {
  display: inline-block;
  margin-right: 5px;
}

.p-works .works-header .header__right--deleted {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-right: 10px;
  color: #666666;
}

.p-works .works-header .header__add {
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #999999;
  color: white;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
}

.p-works .works-header .header__add:hover {
  background-color: #666666;
}

.p-works .works-header .header__search {
  position: relative;
}

.p-works .works-header .header__keyword {
  width: 250px;
  height: 34px;
}

.p-works .works-header .header__submit {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}

.p-works .works-header .header__title {
  font-size: 28px;
  color: #333;
}

.p-works .works-header .header__choose {
  margin-left: 45px;
  font-size: 16px;
  color: #666;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
}

.p-works .works-header .header__choose--status {
  width: 100px;
}

.p-works .works-header .header__choose--time {
  width: 105px;
}

.p-works .works-header .header__choose--name {
  width: 190px;
}

.p-works .works-header .header__choose .icon {
  width: 10px;
  height: 5px;
  border: 1px solid #333;
}

.p-works .works-header .header__choose .icon__deleted {
  margin-right: 5px;
}

.p-works .works-header .header__choose .icon_sanjiao {
  margin-left: 10px;
}

.p-works .works-header .header__list {
  margin-left: 45px;
  font-size: 16px;
  color: #666;
}

.p-works .works__time {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-bottom: 15px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #666666;
}

.p-works .works__time--row {
  margin-right: 10px;
}

.p-works .works__time--row .rdtTimeToggle {
  display: none;
}

.p-works .works__top {
  min-width: 1000px;
  height: 299px;
  background: url("../images/works_header_bg.26fe6597.jpg") center center no-repeat;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
}

.p-works .works__top .block__item {
  display: block;
  width: 180px;
  height: 118px;
  border-radius: 4px;
  background-color: #2b9dff;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.17);
  margin: 0 50px;
  color: white;
}

.p-works .works__top .block__item .icon {
  margin: 20px auto auto;
}

.p-works .works__top .block__item:hover {
  opacity: 0.9;
}

.p-works .works__top .block__name {
  text-align: center;
  font-size: 18px;
  margin-top: 16px;
}

.p-works .works-list {
  background-color: white;
  padding-bottom: 76px;
  min-height: 600px;
  position: relative;
}

.p-works .works-list .qtn__name--td .qtn__edit {
  display: none;
}

.p-works .works-list .qtn__name--td:hover .qtn__edit {
  display: block;
}

.p-works .works-list .qtn__type--td .qtn__edit {
  display: none;
}

.p-works .works-list .qtn__type--td:hover .qtn__edit {
  display: block;
}

.p-works .works-list .Select-value-label {
  color: #888888 !important;
}

.p-works .works-list .works__actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.p-works .works-list .works__actions .works__action {
  color: #333333;
}

.p-works .works-list .works__actions .works__action .Select-placeholder {
  color: #333333;
}

.p-works .works-list .works__action {
  margin-right: 10px;
  width: 75px;
  display: block;
  color: black;
  text-align: center;
}

.p-works .works-list .works__action--more {
  width: 80px;
}

.p-works .works-list .works__action--more .Select-placeholder {
  color: black;
}

.p-works .works-list .works__page {
  width: 100%;
  padding: 0 30px 0 0;
  margin-top: 25px;
  color: #90979b;
}

.p-works .works-list .table tr {
  border: solid 0.5px #cdd2d6;
  height: 52px;
}

.p-works .works-list .table thead {
  color: #666;
  font-size: 16px;
}

.p-works .works-list .table thead th {
  font-weight: 100;
}

.p-works .works-list .table tbody {
  color: #888;
}

.p-works .works-list .icon_sanjiao {
  margin-left: 10px;
}

.p-works-new {
  width: 1200px;
  margin: auto;
  padding-top: 51px;
}

.p-works-new .project__new--nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.p-works-new .project__new--nav ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-new .project__new--nav ul li {
  padding: 0 10px;
  color: #999999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-new .project__new--nav ul li .li__nav {
  width: 28px;
  height: 28px;
  background-color: #d7d9db;
  display: inline-block;
  border-radius: 28px;
  line-height: 28px;
  margin: auto;
  text-align: center;
  margin-right: 5px;
  color: #ffffff;
  font-size: 20px;
}

.p-works-new .project__new--nav ul li .li__nav--active {
  background-color: #999999;
}

.p-works-new .project__new--nav ul li .li__nav--actives {
  color: #444444;
}

.p-works-new .project__new--nav ul li .li__nav--line {
  width: 50px;
  height: 2px;
  background: #d7d9db;
  margin-left: 10px;
  display: inline-block;
}

.p-works-new .works__blank {
  background-color: white;
  padding: 48px 30px;
  line-height: 30px;
  min-height: 700px;
}

.p-works-new .works__blank--next {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.p-works-new .works__blank--next .btn {
  margin: 0 10px;
}

.p-works-new .works__blank--next .btn__back {
  background: #cccccc;
}

.p-works-new .works__blank .work__submit {
  width: 149px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  background-color: #ffac3b;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 35px auto auto 20px;
  cursor: pointer;
}

.p-works-new .works__blank .work__submit:hover {
  background-color: rgba(255, 172, 59, 0.9);
}

.p-works-new .works__blank .work__title--label {
  font-size: 20px;
  color: #333;
}

.p-works-new .works__blank .work__title {
  width: 550px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
  margin-top: 20px;
  margin-bottom: 46px;
  padding: 10px;
  font-size: 16px;
}

.p-works-new .works__blank .create__table {
  color: #666666;
}

.p-works-new .works__dump .dump__header {
  border-bottom: 1px solid #999999;
  background-color: white;
}

.p-works-new .works__dump .dump__text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 30px 30px 20px 30px;
}

.p-works-new .works__dump .dump__text .text__left {
  width: 40%;
  background-color: white;
  margin-right: 30px;
  margin-top: 9px;
}

.p-works-new .works__dump .dump__text .text__left .left__label {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  color: #666666;
}

.p-works-new .works__dump .dump__text .text__left .left__input {
  width: 100%;
  min-height: 612px;
  background-color: #f8f9fa;
  border: solid 1px #dbdee0;
  /*margin: 15px auto;*/
  margin: 17px auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  color: #666666;
}

.p-works-new .works__dump .dump__text .text__left .left__footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.p-works-new .works__dump .dump__text .text__left .left__footer .footer__left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-new .works__dump .dump__text .text__left .left__footer .footer__left span {
  color: #999999;
  font-size: 12px;
  margin-left: 9px;
}

.p-works-new .works__dump .dump__text .text__left .left__footer .footer__upload {
  font-size: 14px;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
}

.p-works-new .works__dump .dump__text .text__left .left__footer .footer__right {
  color: #40b5ff;
  font-size: 12px;
  cursor: pointer;
}

.p-works-new .works__dump .dump__text .text__right {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  background-color: white;
}

.p-works-new .works__dump .dump__text .text__right .right__header {
  text-align: center;
  position: relative;
  height: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.p-works-new .works__dump .dump__text .text__right .right__header .btn {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.p-works-new .works__dump .dump__text .text__right .right__header .right__preview {
  position: absolute;
  top: 0;
  left: 0px;
  line-height: 30px;
  font-size: 14px;
  height: 30px !important;
  padding: 0 17px !important;
}

.p-works-new .works__dump .dump__text .text__right .right__header .right__title {
  color: #666;
  font-size: 14px;
  margin-right: 10px;
}

.p-works-new .works__dump .dump__text .text__right .right__main {
  width: 100%;
  min-height: 612px;
  background-color: #ffffff;
  border: solid 1px #c0c3c6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  overflow: auto;
  color: #666666;
}

.p-works-new .works__dump .dump__epanel {
  padding: 30px;
  background-color: white;
  margin-top: 50px;
  min-height: 900px;
}

.p-works-new .works__dump .dump__epanel .epanel__title {
  line-height: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 20px;
  color: #333;
  font-size: 20px;
}

.p-works-new .works__dump .dump__epanel .epanel__download {
  margin-left: 30px;
  font-size: 12px;
  color: #666;
}

.p-works-new .works__dump .dump__epanel .epanel__input {
  width: 420px;
  height: 40px;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #d6d6d6;
  margin-top: 30px;
  font-size: 14px;
}

.p-works-new .works__dump .dump__epanel .epanel__create {
  width: 149px;
  height: 44px;
  border-radius: 4px;
  background-color: #ffad3b;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  margin-left: 20px;
  margin-top: 40px;
}

.p-works-new .works__dump .dump__epanel .epanel__upload {
  display: inline-block;
  width: 94px;
  height: 36px;
  border-radius: 4px;
  background-color: #40b5ff;
  color: #fff;
  vertical-align: middle;
  line-height: 36px;
  text-align: center;
  margin-left: 15px;
}

.p-works-new .works__copy {
  background-color: white;
  padding: 48px 30px;
  min-height: 900px;
}

.p-works-new .works__copy .create__plan--title {
  font-size: 20px;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 20px;
}

.p-works-new .works__copy .copy__input--wrap {
  margin-top: 20px;
  margin-bottom: 46px;
  width: 550px;
}

.p-works-new .works__copy .copy__input--wrap .Select-control {
  width: 550px;
  height: 50px;
}

.p-works-new .works__copy .copy__input--wrap .Select-control .Select-value {
  line-height: 50px;
}

.p-works-new .works__copy .copy__input--wrap .Select-control .Select-value-label {
  color: #999999 !important;
  font-size: 16px;
}

.p-works-new .works__copy .copy__title {
  line-height: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #333;
  font-size: 20px;
}

.p-works-new .works__copy .copy__input {
  width: 550px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
  padding: 5px;
  color: #666666;
  font-size: 16px;
}

.p-works-new .works__copy .copy__create {
  color: white;
  display: inline-block;
  margin-top: 35px;
  width: 149px;
  height: 44px;
  border-radius: 4px;
  background-color: #ffad3b;
  text-align: center;
  line-height: 44px;
}

.p-works-new .works__copy .copy__create:hover {
  background-color: rgba(255, 172, 59, 0.9);
}

.p-works-new .works__refer {
  background-color: white;
  padding: 48px 30px;
  min-height: 1200px;
}

.p-works-new .works__categories {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
  margin-top: 15px;
}

.p-works-new .works__categories label {
  font-size: 14px;
  color: #666;
  display: block;
  width: 20%;
  line-height: 40px;
}

.p-works-new .works__categories label input {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  vertical-align: middle;
  margin-right: 10px;
}

.p-works-refer {
  background-color: white;
  margin-top: 50px;
}

.p-works-refer .works__refer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-refer .works__refer .works-list {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 10px 50px;
  color: #666666;
}

.p-works-refer .works__refer .account__nav--item {
  padding-left: 0px;
  text-align: center;
}

.p-works-refer .works__refer .table {
  padding-bottom: 50px;
}

.p-works-refer .works__refer .table__span {
  padding: 0 10px;
  text-align: end;
}

body.is-edit-qtn {
  overflow: hidden;
}

.works-edit-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background-color: #2a70f3;
  font-size: 14px;
  position: relative;
  min-width: 1000px;
}

.works-edit-nav .nav-logo {
  margin-left: 25px;
  margin-top: 14px;
}

.works-edit-nav .nav {
  margin: 0 auto;
}

.works-edit-nav .nav__item {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  color: white;
}

.works-edit-nav .nav__item:hover,
.works-edit-nav .nav__item.active {
  background-color: #666666;
}

.works-edit-nav .nav__back {
  width: 100px;
  line-height: 50px;
  text-align: center;
}

.works-edit-nav .user {
  width: 240px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.works-edit-nav .user .liuyan {
  width: 28px;
  height: 28px;
  background: #ccc;
}

.works-edit-nav .user .touxiang {
  width: 22px;
  height: 22px;
  background: #ccc;
  margin-left: 20px;
}

.works-edit-nav .user__item {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
}

.works-edit-tabs {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  background-color: white;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #dfe0e2;
  position: fixed;
  top: 51px;
  left: 0px;
  width: 100%;
  z-index: 90;
}

.works-edit-tabs .tab__left {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.works-edit-tabs .tab__qtn {
  padding-left: 30px;
  color: #7b7b7b;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 250px;
}

.works-edit-tabs .tab__qtn--sidebar {
  padding-left: 210px;
  color: #7b7b7b;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 520px;
}

.works-edit-tabs .tab__center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.works-edit-tabs .tab__right {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.works-edit-tabs .tab__item {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  cursor: pointer;
  color: #6c6c6c;
}

.works-edit-tabs .tab__item:hover,
.works-edit-tabs .tab__item.active {
  color: #40b5ff;
}

.works-edit-tabs .tab__item:hover:after,
.works-edit-tabs .tab__item.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: -8px;
  margin: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #40b5ff;
  border-radius: 3px;
}

.works-edit-tabs .tab__item--color {
  color: #cccccc;
}

.works-edit-tabs .tab__title {
  margin-left: 20px;
}

.works-edit-tabs .tab__right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding-right: 20px;
}

.works-edit-tabs .tab__buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.works-edit-tabs .tab__buttons .btn {
  margin-left: 15px;
  padding: 0 13px;
  height: 30px;
}

.works-edit-tabs .tab__buttons .btn:hover {
  color: #ffffff !important;
}

.works-edit-tabs .tab__buttons .btn__back--none:hover {
  color: #ffac3b !important;
}

.works-edit-tabs .tab__status {
  font-size: 12px;
  color: #999999;
}

.works-edit-tabs .tab__status__save {
  color: #20BB39;
}

.p-works-edit .editor--wrap {
  padding: 106px 0 0 0;
  background-color: #dfe0e2;
}

.p-works-edit .editor__left--wrap {
  width: 180px;
  background-color: #2a70f3;
  position: fixed;
  left: 0px;
  top: 49px;
  height: -webkit-calc(100vh - 51px + 2px);
  height: -moz-calc(100vh - 51px + 2px);
  height: calc(100vh - 51px + 2px);
  overflow-y: auto;
  z-index: 95;
}

.p-works-edit .editor__left .left__category {
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  background-color: #1860e7;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.p-works-edit .editor__left .left__category .icon-qtn-category {
  margin-left: 5px;
}

.p-works-edit .editor__left .left__items {
  background-color: #2a70f3;
}

.p-works-edit .editor__left .left__items--hide {
  display: none;
}

.p-works-edit .editor__left .left__item {
  background-color: #2a70f3;
  padding: 2px 0 2px 39px;
  cursor: pointer;
  color: #fff;
  line-height: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .editor__left .left__item:hover {
  background-color: #1b61f3;
}

.p-works-edit .editor__left .left__type {
  margin-left: 9px;
  font-size: 12px;
}

.p-works-edit .editor__left .item-10-1 {
  display: none;
}

.p-works-edit .editor__main {
  margin: 0px 206px 0 186px;
  background-color: white;
  height: -webkit-calc(100vh - 111px - -5px);
  height: -moz-calc(100vh - 111px - -5px);
  height: calc(100vh - 111px - -5px);
  overflow-y: auto;
}

.p-works-edit .editor__main .qtn__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background-color: white;
  padding: 10px 171px 10px 60px;
  min-height: 58px;
}

.p-works-edit .editor__main .qtn__header .header__title {
  /*color: #333333;*/
  font-size: 26px;
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.p-works-edit .editor__main .qtn__header .header__title .editor {
  color: #7b7b7b;
}

.p-works-edit .editor__main .qtn__header .header__desc {
  margin: 18px 0 0 0;
}

.p-works-edit .editor__main .qtn__questions .question__wrap {
  margin-top: 49px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.p-works-edit .editor__main .qtn__questions .question__wrap .question__opts--target9 .target__explain {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .editor__main .qtn__questions .question__wrap .question__opts--target9 .target__explain--input {
  width: 450px;
  height: 40px;
  margin-right: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__wrap:hover,
.p-works-edit .editor__main .qtn__questions .question__wrap--active {
  background-color: #f8fafc;
  border-top: solid 1px #e0e3e6;
  border-bottom: solid 1px #e0e3e6;
}

.p-works-edit .editor__main .qtn__questions .question__wrap:hover .question__bottom,
.p-works-edit .editor__main .qtn__questions .question__wrap--active .question__bottom {
  visibility: visible;
}

.p-works-edit .editor__main .qtn__questions .question__wrap:hover .question__bottom .bottom__action,
.p-works-edit .editor__main .qtn__questions .question__wrap--active .question__bottom .bottom__action {
  display: -webkit-inline-box;
}

.p-works-edit .editor__main .qtn__questions .question__wrap:hover .question__main,
.p-works-edit .editor__main .qtn__questions .question__wrap--active .question__main {
  background-color: #f8fafc;
}

.p-works-edit .editor__main .qtn__questions .question__wrap:hover .question__toolbar,
.p-works-edit .editor__main .qtn__questions .question__wrap--active .question__toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-edit .editor__main .qtn__questions .question__wrap:hover .control__item .control__edit,
.p-works-edit .editor__main .qtn__questions .question__wrap--active .control__item .control__edit {
  visibility: visible;
  color: #666666;
}

.p-works-edit .editor__main .qtn__questions .question__sort {
  width: 40px;
  margin-right: 5px;
  background-color: white;
  text-align: center;
}

.p-works-edit .editor__main .qtn__questions .question__sort .icon {
  margin-top: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__sn {
  min-width: 30px;
  height: 35px;
  line-height: 35px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #666666;
}

.p-works-edit .editor__main .qtn__questions .question__sn--hide {
  visibility: hidden;
}

.p-works-edit .editor__main .qtn__questions .question__main {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  background-color: white;
  padding: 8px 30px;
}

.p-works-edit .editor__main .qtn__questions .question__title {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  font-size: 16px;
}

.p-works-edit .editor__main .qtn__questions .question__title--wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-edit .editor__main .qtn__questions .question__restrict {
  min-width: 140px;
  padding-top: 6px;
  font-size: 12px;
  color: #9da0a5;
}

.p-works-edit .editor__main .qtn__questions .question__subs .subs--rank .sub__item--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .editor__main .qtn__questions .question__subs .subs--rank .sub__col:not(:first-child) {
  margin-left: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__subs .subs--rank .sub__edit {
  cursor: pointer;
}

.p-works-edit .editor__main .qtn__questions .question__subs .subs--rank .sub__opts--hide {
  display: none;
}

.p-works-edit .editor__main .qtn__questions .question__upload {
  margin-right: 164px;
  height: 70px;
  background-color: #ffffff;
  border: dashed 1px #a8aeb5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.p-works-edit .editor__main .qtn__questions .question__control {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__control .control__item:not(:first-child) {
  margin-left: 20px;
}

.p-works-edit .editor__main .qtn__questions .question__control .control__item--select {
  width: 160px;
}

.p-works-edit .editor__main .qtn__questions .question__control .control__edit {
  cursor: pointer;
  visibility: hidden;
}

.p-works-edit .editor__main .qtn__questions .question__items {
  padding: 10px 0;
  /*打分题公共样式*/
  /*单项打分题样式*/
}

.p-works-edit .editor__main .qtn__questions .question__items .target__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__items .target__list--text {
  width: 430px;
  height: 40px;
}

.p-works-edit .editor__main .qtn__questions .question__items .target__list--span {
  margin-left: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__items .target__list--upload {
  width: 430px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px dashed #cccccc;
}

.p-works-edit .editor__main .qtn__questions .question__items--c1 .question__label {
  margin-top: -1px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score3 .opt__text--left {
  float: left;
  width: 50%;
  max-width: 50%;
}

.p-works-edit .editor__main .qtn__questions .question__items--score3 .opt__text--right {
  float: right;
  width: 50%;
  max-width: 50%;
  text-align: end;
  padding-right: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__items .quesion__item--opt6 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .editor__main .qtn__questions .question__items .quesion__item--opt6 .opt__text--left {
  width: 70px;
}

.p-works-edit .editor__main .qtn__questions .question__items .quesion__item--opt6 .opt__text--right {
  width: 70px;
  text-align: right;
}

.p-works-edit .editor__main .qtn__questions .question__items--score .question__opt--image1 {
  background: url("../images/score-start.svg") center center/contain no-repeat;
  width: 30px;
  height: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score .question__opt--image2 {
  background: url("../images/score-smile.svg") center center/contain no-repeat;
  width: 30px;
  height: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score .question__opt--image3 {
  background: url("../images/score-heart.svg") center center/contain no-repeat;
  width: 30px;
  height: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score .question__opt--image4 {
  background: url("../images/score-good.svg") center center/contain no-repeat;
  width: 30px;
  height: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score .question__opt--image5 {
  background: url("../images/score-sorry.png") center center/contain no-repeat;
  width: 30px;
  height: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score1 .question__item {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}

.p-works-edit .editor__main .qtn__questions .question__items--score1 .question__item .editor {
  float: left;
  min-width: 60px;
  max-width: 83px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score1 .question__item .editor:first-child {
  margin-right: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score1 .question__opt--image {
  float: left;
}

.p-works-edit .editor__main .qtn__questions .question__items--score1 .question__opt--right {
  margin-right: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score2 th {
  font-weight: 100;
}

.p-works-edit .editor__main .qtn__questions .question__items--score2 .question__item {
  float: left;
}

.p-works-edit .editor__main .qtn__questions .question__items--score2 .question__item .editor {
  min-height: 27px;
  max-width: 70px;
  text-align: center;
}

.p-works-edit .editor__main .qtn__questions .question__items--score2 .question__item .quesion__item--top {
  /*width: 70px;*/
  margin: auto;
}

.p-works-edit .editor__main .qtn__questions .question__items--score2 .question__item .quesion__item--opt {
  width: 60px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score-1 .question__item {
  float: left;
  margin-right: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score4 th {
  font-weight: 100;
}

.p-works-edit .editor__main .qtn__questions .question__items--score4 .matrix-table--wrap {
  max-width: none;
}

.p-works-edit .editor__main .qtn__questions .question__items--score4 .matrix-table--wrap .editor {
  min-height: 27px;
}

.p-works-edit .editor__main .qtn__questions .question__items--score4 .matrix-table--wrap .matrix__td {
  margin: auto;
}

.p-works-edit .editor__main .qtn__questions .question__items--score4 .matrix-table--wrap .toolbar__bottom {
  display: none;
}

.p-works-edit .editor__main .qtn__questions .question__items--c .question__item {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  float: left;
  clear: none;
}

.p-works-edit .editor__main .qtn__questions .question__items--c .question__label {
  max-width: 83%;
}

.p-works-edit .editor__main .qtn__questions .question__items--c .question__required {
  margin: 5px 0 0 31px;
}

.p-works-edit .editor__main .qtn__questions .question__items--c2 .question__item {
  width: 50%;
}

.p-works-edit .editor__main .qtn__questions .question__items--c2 .question__item:nth-child(2n+1) {
  clear: both;
}

.p-works-edit .editor__main .qtn__questions .question__items--c3 .question__item {
  width: 33.33%;
}

.p-works-edit .editor__main .qtn__questions .question__items--c3 .question__item:nth-child(3n+1) {
  clear: both;
}

.p-works-edit .editor__main .qtn__questions .question__items--c4 .question__item {
  width: 25%;
}

.p-works-edit .editor__main .qtn__questions .question__items--c4 .question__item:nth-child(4n+1) {
  clear: both;
}

.p-works-edit .editor__main .qtn__questions .question__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-height: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__item input[type=radio],
.p-works-edit .editor__main .qtn__questions .question__item input[type=checkbox] {
  margin-top: 5px;
}

.p-works-edit .editor__main .qtn__questions .question__item--9,
.p-works-edit .editor__main .qtn__questions .question__item--10 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  width: 20%;
  margin-top: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .question--image--last,
.p-works-edit .editor__main .qtn__questions .question__item--10 .question--image--last {
  cursor: pointer;
  background: url("../images/add-image.de7224d1.png") no-repeat center 35px;
  position: relative;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .question--image--last .add__image,
.p-works-edit .editor__main .qtn__questions .question__item--10 .question--image--last .add__image {
  margin: auto;
  color: #999999;
  font-size: 12px;
  margin-top: 110px;
}

.p-works-edit .editor__main .qtn__questions .question__item--9:nth-child(5n+1),
.p-works-edit .editor__main .qtn__questions .question__item--10:nth-child(5n+1) {
  clear: both;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .question__label,
.p-works-edit .editor__main .qtn__questions .question__item--10 .question__label {
  max-width: 134px;
  margin-left: 0px;
  min-width: 134px;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .question__image--bottom,
.p-works-edit .editor__main .qtn__questions .question__item--10 .question__image--bottom {
  width: 150px;
  height: 150px;
  border: 1px solid #d1d1d1;
  background: url("../images/add-image.de7224d1.png") no-repeat center center;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .question__item--bottom,
.p-works-edit .editor__main .qtn__questions .question__item--10 .question__item--bottom {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #ffffff;
  display: none;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .question__item--span,
.p-works-edit .editor__main .qtn__questions .question__item--10 .question__item--span {
  width: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .question__item--span:hover,
.p-works-edit .editor__main .qtn__questions .question__item--10 .question__item--span:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .question__item--mutex,
.p-works-edit .editor__main .qtn__questions .question__item--10 .question__item--mutex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  display: none;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .question__item--mutex>label,
.p-works-edit .editor__main .qtn__questions .question__item--10 .question__item--mutex>label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  line-height: 30px;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .question__item--mutex>label input[type=checkbox],
.p-works-edit .editor__main .qtn__questions .question__item--10 .question__item--mutex>label input[type=checkbox] {
  margin-top: 0;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .image-selector img,
.p-works-edit .editor__main .qtn__questions .question__item--10 .image-selector img {
  max-width: 150px;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .image-selector:hover .question__item--bottom,
.p-works-edit .editor__main .qtn__questions .question__item--10 .image-selector:hover .question__item--bottom {
  display: block;
}

.p-works-edit .editor__main .qtn__questions .question__item--9 .image-selector:hover .question__item--mutex,
.p-works-edit .editor__main .qtn__questions .question__item--10 .image-selector:hover .question__item--mutex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.p-works-edit .editor__main .qtn__questions .question__item--2 .question__item {
  clear: both;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-edit .editor__main .qtn__questions .question__item--2 .question__item .editor {
  padding: 4px 5px;
  float: left;
}

.p-works-edit .editor__main .qtn__questions .question__item--2 .question__item .select__sep {
  margin: 0px 5px;
  height: 27px;
}

.p-works-edit .editor__main .qtn__questions .question__item--2 .question__item .select__sep--width {
  width: 70px !important;
}

.p-works-edit .editor__main .qtn__questions .question__item--2 .question__item .field__row {
  margin-top: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__item--2 .question__item .field__row input {
  margin-top: 0px;
  vertical-align: middle;
}

.p-works-edit .editor__main .qtn__questions .question__item--2 .question__item .opt__open--text {
  float: left;
}

.p-works-edit .editor__main .qtn__questions .question__item--2 .question__item .more__wrap {
  font-size: 12px;
}

.p-works-edit .editor__main .qtn__questions .question__item--open2 .question__item .editor {
  min-width: 220px;
  max-width: 220px;
}

.p-works-edit .editor__main .qtn__questions .question__item--open2 .question__label {
  float: left;
  min-width: 220px;
  max-width: 220px;
}

.p-works-edit .editor__main .qtn__questions .question__item--open2 .question__label .editor {
  min-width: 220px;
  max-width: 220px;
}

.p-works-edit .editor__main .qtn__questions .question__item--open1 .question__item .editor {
  min-width: 220px;
  max-width: 220px;
  padding: 4px 5px;
}

.p-works-edit .editor__main .qtn__questions .question__label {
  margin-left: 10px;
  max-width: 70%;
  min-width: 45%;
}

.p-works-edit .editor__main .qtn__questions .question__required {
  margin-top: -1px;
}

.p-works-edit .editor__main .qtn__questions .question__value {
  margin-left: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 2px;
  visibility: hidden;
}

.p-works-edit .editor__main .qtn__questions .question__bottom .bottom__action {
  margin-right: 10px;
  font-size: 12px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
}

.p-works-edit .editor__main .qtn__questions .question__bottom .bottom__action .icon {
  margin-right: 8px;
}

.p-works-edit .editor__main .qtn__questions .question__bottom .bottom__action .add {
  margin-top: 3px;
  color: #818e9e;
}

.p-works-edit .editor__main .qtn__questions .question__bottom--column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  margin-left: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__bottom--column .bottom__action:not(:first-child) {
  margin-top: 10px;
}

.p-works-edit .editor__main .qtn__questions .question__matrix {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-edit .editor__main .qtn__questions .question__toolbar {
  display: none;
  position: absolute;
  right: 15px;
  top: -40px;
  width: 166px;
  padding: 0 16px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background-color: #f8fafb;
  border: solid 1px #dfe3e6;
  border-bottom: 1px solid #f8fafb;
  height: 40px;
}

.p-works-edit .editor__main .qtn__questions .question__tips {
  color: #999999;
}

.p-works-edit .editor__main .qtn__page {
  margin-top: 10px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  position: relative;
  background-color: #f8fafc;
  border-top: solid 1px #e0e3e6;
  border-bottom: solid 1px #e0e3e6;
}

.p-works-edit .editor__main .qtn__page .page__text {
  color: #40b5ff;
  font-size: 14px;
}

.p-works-edit .editor__main .qtn__page .page__text--strong {
  font-size: 18px;
  font-weight: normal;
}

.p-works-edit .editor__main .qtn__page .page__toolbar {
  position: absolute;
  right: 26px;
  top: 6px;
  bottom: 0px;
  width: 20px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  display: none;
}

.p-works-edit .editor__main .qtn__page:hover .page__toolbar {
  display: block;
}

.p-works-edit .editor__main .qtn__footer {
  background-color: white;
  padding: 10px;
  margin-top: 10px;
  padding-bottom: 25px;
}

.p-works-edit .editor__main .qtn__footer .over__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .editor__main .qtn__footer .over__item:not(:last-child) {
  margin-bottom: 10px;
}

.p-works-edit .editor__main .qtn__footer .over__text {
  margin-left: 20px;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  text-align: center;
}

.p-works-edit .editor__right {
  width: 200px;
  background-color: #f4f7f8;
  position: fixed;
  right: 0px;
  top: -webkit-calc(111px - 5px);
  top: -moz-calc(111px - 5px);
  top: calc(111px - 5px);
  height: -webkit-calc(100vh - 111px + 4px);
  height: -moz-calc(100vh - 111px + 4px);
  height: calc(100vh - 111px + 4px);
  overflow-y: auto;
  z-index: 95;
}

.p-works-edit .editor__right .panel__fields {
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
}

.p-works-edit .editor__right .panel__fields .field__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
}

.p-works-edit .editor__right .panel__fields .field__row .icon__left {
  margin-left: 5px;
}

.p-works-edit .editor__right .panel__fields .field__row--level {
  margin-right: 5px;
}

.p-works-edit .editor__right .panel__fields .field__row .select__sep {
  margin: 0 5px;
  height: 27px;
}

.p-works-edit .editor__right .panel__fields .field__row .transform__group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  font-size: 12px;
}

.p-works-edit .editor__right .panel__fields .field__row .transform__item {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.p-works-edit .editor__right .panel__fields .field__row .transform__item:hover,
.p-works-edit .editor__right .panel__fields .field__row .transform__item--active {
  background-color: #40b5ff;
  color: white;
  border-color: #40b5ff;
}

.p-works-edit .editor__right .panel__fields .field__row .transform__item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #c9c9c9;
  border-right-color: transparent;
}

.p-works-edit .editor__right .panel__fields .field__row .transform__item:first-child:hover,
.p-works-edit .editor__right .panel__fields .field__row .transform__item:first-child.transform__item--active {
  border-color: #40b5ff;
  border-right-color: transparent;
}

.p-works-edit .editor__right .panel__fields .field__row .transform__item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #c9c9c9;
  border-left-color: transparent;
}

.p-works-edit .editor__right .panel__fields .field__row .transform__item:last-child:hover,
.p-works-edit .editor__right .panel__fields .field__row .transform__item:last-child.transform__item--active {
  border-color: #40b5ff;
  border-left-color: transparent;
}

.p-works-edit .editor__right .panel__fields .field__row .select__target {
  width: 60px;
}

.p-works-edit .editor__right .panel__title {
  height: 42px;
  line-height: 42px;
  background: #c4c9cf;
  color: #666b73;
  text-align: center;
}

.p-works-edit .empty-question {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  padding-left: 64px;
  margin: 75px 0 119px 0;
}

.p-works-edit .empty-question .empty__icon {
  width: 160px;
  height: 72px;
  background: url("../images/empty-arrow.f24d2b89.svg") 0 0/cover no-repeat;
  margin-right: 28px;
}

.p-works-edit .empty-question .empty__text {
  color: #A8ABB0;
  font-size: 24px;
}

.p-works-edit .tab-logic--wrap {
  margin: -webkit-calc(51px + 50px) auto 0 auto;
  margin: -moz-calc(51px + 50px) auto 0 auto;
  margin: calc(51px + 50px) auto 0 auto;
  padding-top: 16px;
  width: 1200px;
}

.p-works-edit .tab-logic__header {
  position: relative;
  z-index: 10;
}

.p-works-edit .tab-logic__types2 .type__dropdown2 .type__button--border {
  border: none;
}

.p-works-edit .tab-logic__types2 .type__button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 22px;
  height: 50px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 10px 0;
}

.p-works-edit .tab-logic__types2 .type__button--top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .tab-logic__types2 .type__plus--text {
  margin-right: 10px;
  color: #333333;
}

.p-works-edit .tab-logic__types2 .type__items {
  position: absolute;
  background: white;
  top: 50px;
  right: -52px;
  border: 1px solid #B2B9C3;
  border-top: none;
  width: 120px;
  /*display: none;*/
  padding-bottom: 10px;
  z-index: 10;
}

.p-works-edit .tab-logic__types2 .type__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  margin: 2px 3px;
}

.p-works-edit .tab-logic__types2 .type__item:hover {
  background-color: #eef0f2;
}

.p-works-edit .tab-logic__types2 .type__item--right {
  height: 15px;
}

.p-works-edit .tab-logic__types2 .type__text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #666666;
}

.p-works-edit .tab-logic__types2 .type__text--color {
  color: #00afec !important;
}

.p-works-edit .tab-logic__types2 .type__help {
  margin-left: 8px;
  position: relative;
}

.p-works-edit .tab-logic__types2 .type__help--text {
  display: none;
  position: absolute;
  left: 30px;
  top: -20px;
  width: 248px;
  background-color: #4C4C4C;
  color: white;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 12px;
  border-radius: 2px;
}

.p-works-edit .tab-logic__types2 .type__help--text:before {
  display: block;
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 18px;
  background: url("../images/tips-arrow.svg") center center no-repeat;
}

.p-works-edit .tab-logic__types2 .type__help:hover .type__help--text {
  display: block;
}

.p-works-edit .tab-logic__types .type__dropdown {
  position: relative;
  width: 120px;
}

.p-works-edit .tab-logic__types .type__dropdown .type__button--border {
  border: 1px solid #B2B9C3;
  border-bottom: none;
}

.p-works-edit .tab-logic__types .type__button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 22px;
  height: 50px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 10px 0;
}

.p-works-edit .tab-logic__types .type__button--top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .tab-logic__types .type__plus--text {
  margin-right: 10px;
  color: #333333;
}

.p-works-edit .tab-logic__types .type__items {
  position: absolute;
  background: white;
  top: 50px;
  right: 0px;
  border: 1px solid #B2B9C3;
  border-top: none;
  width: 100%;
  /*display: none;*/
  padding-bottom: 10px;
  z-index: 100;
}

.p-works-edit .tab-logic__types .type__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  margin: 2px 3px;
}

.p-works-edit .tab-logic__types .type__item:hover {
  background-color: #eef0f2;
}

.p-works-edit .tab-logic__types .type__item--right {
  height: 15px;
}

.p-works-edit .tab-logic__types .type__text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #666666;
}

.p-works-edit .tab-logic__types .type__text--color {
  color: #00afec !important;
}

.p-works-edit .tab-logic__types .type__help {
  margin-left: 8px;
  position: relative;
}

.p-works-edit .tab-logic__types .type__help--text {
  display: none;
  position: absolute;
  left: 30px;
  top: -20px;
  width: 248px;
  background-color: #4C4C4C;
  color: white;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 12px;
  border-radius: 2px;
}

.p-works-edit .tab-logic__types .type__help--text:before {
  display: block;
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 18px;
  background: url("../images/tips-arrow.svg") center center no-repeat;
}

.p-works-edit .tab-logic__types .type__help:hover .type__help--text {
  display: block;
}

.p-works-edit .tab-logic__main {
  padding-bottom: 25px;
}

.p-works-edit .tab-logic__main .logic__item {
  background-color: #f4f6f7;
  margin-top: 25px;
  color: #666666;
}

.p-works-edit .tab-logic__main .logic__item:first-child {
  margin-top: 10px;
}

.p-works-edit .tab-logic__main .logic__item .Select-placeholder {
  color: #888888 !important;
}

.p-works-edit .tab-logic__main .logic__item .Select-value-label {
  color: #888888 !important;
}

.p-works-edit .tab-logic__main .logic__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 34px;
  background-color: #e5e8e9;
  padding: 0 20px;
  position: relative;
  color: #666666;
}

.p-works-edit .tab-logic__main .logic__help {
  margin: 2px 10px 0 10px;
}

.p-works-edit .tab-logic__main .logic__help--wrap {
  position: relative;
}

.p-works-edit .tab-logic__main .logic__help--wrap:hover .logic__help--text {
  display: block;
}

.p-works-edit .tab-logic__main .logic__help--text {
  display: none;
  position: absolute;
  left: 39px;
  top: -50%;
  -webkit-transform: translate(0px, -8px);
  -moz-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  -o-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  width: 248px;
  background-color: #4C4C4C;
  color: white;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 12px;
  border-radius: 2px;
  z-index: 100;
}

.p-works-edit .tab-logic__main .logic__help--text:before {
  display: block;
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 18px;
  background: url("../images/tips-arrow.svg") center center no-repeat;
}

.p-works-edit .tab-logic__main .logic__toolbar {
  position: absolute;
  right: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 200px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .tab-logic__main .logic__mutex {
  border: solid 1px #e5e7e9;
  padding: 3px 5px 3px 5px;
  min-height: 28px;
  width: 200px;
  position: relative;
  color: #666666;
  z-index: 1;
  word-break: break-all;
  margin-left: 10px;
  background-color: white;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .tab-logic__main .logic__mutex img {
  width: 20px;
  height: 20px;
}

.p-works-edit .tab-logic__main .logic__main {
  padding: 15px 50px;
}

.p-works-edit .tab-logic__main .logic__block:not(:last-child) {
  border-bottom: 1px solid #C5C9CB;
}

.p-works-edit .tab-logic__main .logic__block--top {
  padding-bottom: 10px;
}

.p-works-edit .tab-logic__main .logic__block--bottom {
  padding-top: 10px;
}

.p-works-edit .tab-logic__main .logic__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .tab-logic__main .logic__row .logic__btn--mapping {
  width: 85px;
  line-height: 28px;
  padding: 0 0;
}

.p-works-edit .tab-logic__main .logic__row:not(:first-child) {
  margin-top: 10px;
}

.p-works-edit .tab-logic__main .logic__read {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .tab-logic__main .logic__read--text {
  margin-left: 5px;
}

.p-works-edit .tab-logic__main .logic__c--item {
  margin-right: 10px;
}

.p-works-edit .tab-logic__main .logic__c--disc {
  color: darkorange;
}

.p-works-edit .tab-logic__main .logic__c1 {
  width: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.p-works-edit .tab-logic__main .logic__c2 {
  width: 950px;
  margin: 0 15px 0 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-edit .tab-logic__main .logic__c2--variable {
  width: 330px !important;
}

.p-works-edit .tab-logic__main .logic__c2--condition {
  width: 830px !important;
}

.p-works-edit .tab-logic__main .logic__c2 .variable__input {
  width: 330px;
  height: 27px;
  color: #666666;
  border: 1px solid #ccc;
  padding-left: 5px;
}

.p-works-edit .tab-logic__main .logic__c2 .logic__c21 {
  width: 480px;
}

.p-works-edit .tab-logic__main .logic__c2 .logic__c22 {
  width: 280px;
}

.p-works-edit .tab-logic__main .logic__c2 .logic__select--many .Select--multi .Select-value {
  max-height: 22px;
  width: 115px;
  overflow: hidden;
  margin-bottom: 2px;
  margin-top: 2px !important;
  background: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  float: left;
}

.p-works-edit .tab-logic__main .logic__c2 .logic__c23 {
  width: 120px;
}

.p-works-edit .tab-logic__main .logic__c3 {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-edit .tab-logic__main .logic__c3 .icon:not(:first-child) {
  margin-left: 10px;
}

.p-works-edit .tab-logic__footer {
  padding-bottom: 250px;
}

.p-works-edit input[type=radio] {
  width: 16px;
  height: 16px;
}

.p-works-edit input[type=checkbox] {
  width: 16px;
  height: 16px;
}

.newCheckbox_check {
  position: absolute;
  left: 406px;
  top: 60px;
}

.newCheck_div {
  width: 363px;
  height: 42px;
  border: 1px dashed #ccc;
  text-align: center;
  line-height: 42px;
  margin-top: 12px;
}

.check_opt_div {
  width: 170px;
  height: 93px;
  margin-left: 16px;
}

.check_opt_div .check_opt_checkunit {
  margin-top: 13px;
  font-size: 12px;
}

.check_opt_div .check_opt_checkAccount {
  margin-top: 13px;
}

.check_opt_div .check_opt_change {
  margin-top: 20px;
}

.field_type_box {
  width: 170px;
  height: 100px;
  margin: 0 auto;
}

.field_type_box .field_type_div {
  line-height: 19px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.field_type_box .field_type_input {
  width: 170px;
  font-size: 12px;
  height: 16px;
  margin-bottom: 8px;
}

.field_type_box .field_type_input .field_type_checkbox {
  margin-right: 5px;
}

.field_type_box .field_type_input .field_type_span {
  margin-top: 1px;
  margin-right: 40px;
}

.field_num_div {
  margin-top: 10px;
}

.field_num_div .field_num_text {
  width: 25px;
}

.field_cut_div {
  margin-top: 20px;
}

.p-works-data {
  padding: 101px 0 50px 0;
  /*问卷链接style*/
  /*短信邀请style*/
  /*电子邮件样式*/
  /*有偿采集样式*/
  /*样本配额样式*/
}

.p-works-data .container__left {
  width: 1000px;
  margin: 0px auto;
  min-height: 600px;
}

.p-works-data .container__left--sms {
  margin: 0px auto auto 30px;
}

.p-works-data .container__left th {
  font-weight: 100;
}

.p-works-data .container__left .container__left--bottom {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebeef0;
}

.p-works-data .container__left .container__left--bottom .quota__set--row {
  margin-top: 25px;
  color: #666666;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-data .container__left .container__left--bottom .quota__set--row .num__input--more {
  width: 300px;
}

.p-works-data .container__left .container__left--bottom .quota__set--row .label__textarea {
  min-width: 300px;
  min-height: 100px !important;
  color: #999999;
  padding: 5px 10px;
  border: 1px solid #d6d6d6;
}

.p-works-data .container__left .container__left--bottom .quota__set--row .num__input--spac {
  padding: 0 8px;
  line-height: 36px;
}

.p-works-data .container__left .container__left--bottom .quota__set--row .limit__num {
  line-height: 36px;
}

.p-works-data .container__left .container__left--bottom .quota__set--row .hand__row--span {
  margin-right: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-data .container__left .container__left--bottom .quota__set--row .hand__row--span input {
  margin-right: 5px;
}

.p-works-data .container__left .sms__edit {
  margin-left: 10%;
}

.p-works-data .container__left .sms__order {
  margin-left: 10%;
}

.p-works-data button {
  cursor: pointer;
}

.p-works-data input {
  padding-left: 8px;
}

.p-works-data .sms__nav--none {
  display: none !important;
}

.p-works-data .sms__nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-data .sms__nav ul {
  margin: 10px auto 47px;
}

.p-works-data .sms__nav .Offline__title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-left: 210px;
}

.p-works-data .sms__nav .Offline__title:hover .Offline__code {
  display: block;
}

.p-works-data .sms__nav .Offline__title--row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-bottom: 20px;
}

.p-works-data .sms__nav .Offline__title--row .link__title--small {
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
}

.p-works-data .sms__nav .Offline__title--row .Offline__code {
  position: absolute;
  top: 0px;
  right: -120px;
  display: none;
  z-index: 10;
  padding-left: 20px;
}

.p-works-data .sms__nav .Offline__title--span {
  line-height: 40px;
  color: #40b5ff;
}

.p-works-data .sms__li {
  color: #999999;
  float: left;
  padding: 0 5px;
  font-size: 14px;
  line-height: 28px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-data .sms__li--active {
  color: #444444;
}

.p-works-data .sms__li--line {
  width: 50px;
  height: 2px;
  background: #d7d9db;
  margin-left: 10px;
}

.p-works-data .sms__num {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #d7d9db;
  border-radius: 28px;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #ffffff;
  line-height: 28px;
  margin-right: 9px;
  text-align: center;
}

.p-works-data .sms__num--active {
  background-color: #999999;
}

.p-works-data .sms__left {
  width: 160px;
  min-height: 650px;
  background-color: #f4f7f8;
}

.p-works-data .sms__left .group__title {
  width: 160px;
  height: 41px;
  line-height: 41px;
  background-color: #e5e7e9;
}

.p-works-data .sms__left .group__title .contact {
  width: 42px;
  height: 24px;
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #666b73;
  margin-left: 32px;
  margin-top: 10px;
}

.p-works-data .sms__left .group__title .manage {
  height: 24px;
  font-size: 14px;
  color: #40b5ff;
  float: right;
  margin-right: 15px;
}

.p-works-data .sms__left .group__names {
  width: 160px;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 6px;
  table-layout: fixed;
}

.p-works-data .sms__left .group__names .sms__name {
  width: 100px;
}

.p-works-data .sms__left .group__names tr {
  line-height: 30px;
}

.p-works-data .sms__left .group__names tr td {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #555555;
}

.p-works-data .sms__left .group__names tr input {
  width: 16px;
  height: 16px;
}

.p-works-data .table {
  table-layout: fixed;
}

.p-works-data .table thead,
.p-works-data .table tbody {
  font-size: 14px;
  color: #666666;
}

.p-works-data .table thead .sms__td--gree,
.p-works-data .table tbody .sms__td--gree {
  color: #10cca9;
}

.p-works-data .table thead .sms__td--yellow,
.p-works-data .table tbody .sms__td--yellow {
  color: #ffac3b;
}

.p-works-data .table thead .sms__td--gray,
.p-works-data .table tbody .sms__td--gray {
  color: #bbbbbb;
}

.p-works-data .table thead .sms__td--handle,
.p-works-data .table tbody .sms__td--handle {
  overflow: inherit;
}

.p-works-data .table thead .sms__td--orange,
.p-works-data .table tbody .sms__td--orange {
  color: #ffac3b;
}

.p-works-data .table th {
  background-color: #e5e7e9;
  border: none;
}

.p-works-data .table th,
.p-works-data .table td {
  line-height: 52px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 52px;
  color: #666666;
}

.p-works-data .data__set--list {
  position: fixed;
  right: 0px;
  top: 122px;
}

.p-works-data .data__set--list .ip__input--height {
  height: 40px;
}

.p-works-data .data__set--top .icon__set {
  float: left;
  width: 42px;
  height: 42px;
  background-color: #eff2f4;
}

.p-works-data .data__set--top .set__title {
  float: left;
  width: 220px;
  height: 42px;
  background-color: #c4c9cf;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  color: #666b73;
}

.p-works-data .data__set--top .set__title--width {
  width: 120px;
}

.p-works-data .works__set--none {
  display: none;
}

.p-works-data .works__data--set {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  width: 220px;
  height: 650px;
  background-color: #f4f7f8;
}

.p-works-data .works__data--set .data__set {
  position: relative;
}

.p-works-data .works__data--set .icon__set {
  position: absolute;
  left: -42px;
  width: 42px;
  height: 42px;
  background-color: #eff2f4;
}

.p-works-data .works__data--set .set__title {
  width: 220px;
  height: 42px;
  background-color: #c4c9cf;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  color: #666b73;
}

.p-works-data .works__data--set .set__title--width {
  width: 120px;
}

.p-works-data .works__data--set .set__list {
  font-size: 14px;
  color: #555555;
  margin-top: 10px;
  margin-left: 43px;
}

.p-works-data .works__data--set .set__list--top {
  margin-top: 30px;
  margin-bottom: 20px;
}

.p-works-data .works__data--set .set__list .ip__input {
  width: 60px;
  height: 30px;
}

.p-works-data .works__data--set .set__btn {
  width: 73px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 27px;
  border: none;
  margin-left: 43px;
}

.p-works-data .btn__next {
  width: 100px;
  height: 36px;
  border-radius: 4px;
  background-color: #40b5ff;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.p-works-data .btn__next--right {
  float: right;
}

.p-works-data .btn__next--left {
  background-color: #ffffff;
  color: #333333;
  width: 87px;
}

.p-works-data .btn__next--forbid {
  float: right;
  background-color: #dbdbdb;
}

.p-works-data .btn__next--color {
  background-color: #ffffff;
  color: #333333;
  margin-left: 500px;
  margin-top: 30px;
}

.p-works-data .btn__next--top {
  margin-top: 30px;
}

.p-works-data .btn__next--top2 {
  margin-top: 30px;
  background-color: #dbdbdb;
}

.p-works-data input {
  vertical-align: middle;
}

.p-works-data .tab__collect {
  display: block;
  margin-top: 140px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.9px;
  color: #666666;
}

.p-works-data .tab__collect--template {
  margin-top: 40px !important;
}

.p-works-data .tab__collect .btn__collect {
  width: 119px;
  height: 46px;
  border-radius: 4px;
  background-color: #ffac3b;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  margin: 0 10px;
}

.p-works-data .tab__collect .btn__collect:hover {
  background-color: rgba(255, 172, 59, 0.9);
}

.p-works-data .tab__collect .btn__collect--template {
  background: #10cca9;
}

.p-works-data .tab__collect .btn__collect--template:hover {
  background-color: rgba(16, 204, 169, 0.9);
}

.p-works-data .tab-link--wrap {
  margin-top: 47px;
}

.p-works-data .tab-link--wrap .link__main {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border-bottom: 1px solid #ebeef0;
  padding-bottom: 42px;
}

.p-works-data .tab-link--wrap .link__title {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
}

.p-works-data .tab-link--wrap .link__title--small {
  font-size: 14px;
  line-height: 1.71;
  color: #666666;
}

.p-works-data .tab-link--wrap .link__text {
  display: inline-block;
  width: 438px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
  line-height: 50px;
  font-size: 14px;
  text-indent: 14px;
  color: #888888;
}

.p-works-data .tab-link--wrap .link__shared {
  display: inline-block;
  margin-left: 28px;
}

.p-works-data .tab-link--wrap .btn__copy {
  display: inline-block;
  width: 73px;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  margin-left: 15px;
  margin-right: 28px;
  border: none;
}

.p-works-data .tab-link--wrap .code__qtn {
  margin-top: 36px;
}

.p-works-data .tab-link--wrap .code__title {
  font-size: 22px;
  letter-spacing: 0.9px;
  color: #333333;
}

.p-works-data .tab-link--wrap .code__patent {
  margin-top: 25px;
}

.p-works-data .tab-link--wrap .code__icon--patent {
  background: url("../images/patent.png") center center/contain no-repeat;
  width: 45px;
  height: 42px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.p-works-data .tab-link--wrap .code__patent--text {
  color: #666666;
  line-height: 24px;
}

.p-works-data .tab-link--wrap .code__link {
  color: #666666;
}

.p-works-data .tab-link--wrap .code__link:hover {
  text-decoration: underline;
}

.p-works-data .tab-link--wrap .code__img {
  float: left;
  margin-top: 25px;
}

.p-works-data .tab-link--wrap .code__img--size {
  width: 220px;
  height: 220px;
  padding: 20px;
  border: solid 1px #d6d6d6;
}

.p-works-data .tab-link--wrap .code__right {
  width: 520px;
  float: left;
  margin-top: 45px;
  margin-left: 45px;
}

.p-works-data .tab-link--wrap .code__introduce {
  font-size: 14px;
  line-height: 2.29;
  color: #666666;
}

.p-works-data .tab-link--wrap .code__download {
  width: 110px;
  height: 36px;
  border-radius: 4px;
  border: none;
  margin-top: 52px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #ffffff;
}

.p-works-data .tab-sms--wrap {
  margin-top: 41px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-data .tab-sms--wrap .sms__table {
  min-height: 400px;
}

.p-works-data .tab-sms--wrap .sms__table input {
  width: 16px;
  height: 16px;
}

.p-works-data .tab-sms--wrap .sms__btn {
  padding: 8px 15px;
  background: #ffac3b;
  border: none;
  margin-right: 15px;
  border-radius: 4px;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 14px;
}

.p-works-data .tab-sms--wrap .sms__btn--hand {
  cursor: pointer;
}

.p-works-data .tab-sms--wrap .sms__table .table th {
  background-color: #e5e7e9;
  border: none;
}

.p-works-data .tab-sms--wrap .sms__footer {
  margin-top: 35px;
  margin-bottom: 25px;
}

.p-works-data .tab-sms--wrap .sms__footer .footer__num {
  float: left;
  font-size: 14px;
  line-height: 1.71;
  color: #999999;
}

.p-works-data .tab-sms--wrap .sms__footer .footer__page {
  float: left;
  text-align: center;
}

.p-works-data .tab-sms--wrap .sms__footer .footer__page .page__num {
  display: inline-block;
  padding: 0 10px;
}

.p-works-data .tab-sms--wrap .sms__footer .footer__page .page__item {
  display: inline-block;
}

.p-works-data .tab-sms--wrap .sms__footer .footer__name {
  float: right;
}

.p-works-data .tab-sms--wrap .sms__edit .edit__title {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
}

.p-works-data .tab-sms--wrap .sms__edit .edit__title--size {
  margin-left: 16px;
  font-size: 12px;
  color: #888888;
}

.p-works-data .tab-sms--wrap .sms__edit .edit__text {
  width: 699px;
  height: 150px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.71;
  padding-left: 10px;
  color: #888888;
  padding-top: 10px;
}

.p-works-data .tab-sms--wrap .sms__edit .edit__agree {
  margin-top: 16px;
}

.p-works-data .tab-sms--wrap .sms__edit .edit__agree .sms__agree {
  font-size: 14px;
  color: #666666;
  margin-left: 7px;
}

.p-works-data .tab-sms--wrap .sms__edit .edit__explain {
  color: #888888;
  font-size: 12px;
}

.p-works-data .tab-sms--wrap .sms__order .order__title {
  font-size: 20px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #333333;
}

.p-works-data .tab-sms--wrap .sms__order .invite__list {
  margin-left: 30px;
  margin-top: 20px;
}

.p-works-data .tab-sms--wrap .sms__order .invite__li {
  font-size: 14px;
  padding-bottom: 25px;
  color: #666666;
}

.p-works-data .tab-sms--wrap .sms__order .invite__li--color {
  font-size: 20px;
  color: #ff7a11;
}

.p-works-data .tab-sms--wrap .sms__order .invite__btn {
  width: 60px;
  height: 26px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #ffa72e;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #ffa01f;
  margin-left: 10px;
}

.p-works-data .tab-sms--wrap .sms__order .order__btn {
  margin-top: 200px;
}

.p-works-data .tab-sms--wrap .sms__submit {
  text-align: center;
}

.p-works-data .tab-sms--wrap .sms__submit .submit__ok {
  font-size: 26px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 120px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.p-works-data .tab-sms--wrap .sms__submit .submit__ok .icon__ok {
  margin-right: 15px;
}

.p-works-data .tab-sms--wrap .sms__submit .submit__info {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
}

.p-works-data .tab-sms--wrap .sms__submit .submit__btn {
  margin-top: 25px;
  width: 120px;
  border-radius: 4px;
  background-color: #40b5ff;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  border: none;
}

.p-works-data .tab-sms--wrap .sms__record .record__title {
  margin-top: 6px;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
  margin-bottom: 20px;
}

.p-works-data .tab-sms--wrap .sms__record .table th,
.p-works-data .tab-sms--wrap .sms__record .table td {
  text-align: center !important;
}

.p-works-data .tab-sms--wrap .sms__record .set__btn {
  float: right;
  width: 120px;
  border-radius: 4px;
  background-color: #40b5ff;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.p-works-data .tab-sms--wrap .sms__action {
  color: #333333;
  padding: 0 7px;
}

.p-works-data .tab-sms--wrap .sms__action--hand {
  cursor: pointer;
}

.p-works-data .tab-email--wrap .title__text {
  width: 699px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #888888;
  margin-top: 15px;
}

.p-works-data .tab-email--wrap .main__title {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
  margin-top: 35px;
}

.p-works-data .tab-email--wrap .edit__info {
  font-size: 12px;
  color: #888888;
  margin-top: 10px;
}

.p-works-data .tab-collect--wrap {
  margin-top: 50px;
}

.p-works-data .tab-collect--wrap .collect__title {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
}

.p-works-data .tab-collect--wrap .collect__text {
  font-size: 14px;
  color: #888888;
  line-height: 38px;
}

.p-works-data .tab-collect--wrap .collect__text--top {
  margin-bottom: 5px;
  margin-top: 5px;
}

.p-works-data .tab-collect--wrap .collect__text--list {
  color: #333333;
  cursor: pointer;
}

.p-works-data .tab-collect--wrap .collect__text input {
  width: 200px;
  height: 30px;
}

.p-works-data .tab-collect--wrap .collect__list {
  margin-top: 48px;
}

.p-works-data .tab-collect--wrap .collect__li {
  margin-bottom: 24px;
  font-size: 14px;
  color: #666666;
}

.p-works-data .tab-collect--wrap .collect__li--color {
  font-size: 20px;
  color: #ff7a11;
}

.p-works-data .tab-collect--wrap .collect__li--link {
  margin-left: 10px;
  font-size: 14px;
  color: #40b5ff;
}

.p-works-data .tab-collect--wrap .collect__li .recharge__btn {
  width: 60px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #ffa72e;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #ffa01f;
  line-height: 26px;
  margin-left: 20px;
}

.p-works-data .tab-collect--wrap .pay__btn {
  width: 100px;
  border-radius: 4px;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  border: none;
  margin-top: 24px;
  display: inline-block;
}

.p-works-data .tab-quota--wrap {
  margin-top: 47px;
}

.p-works-data .tab-quota--wrap .quota__title {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
  margin-bottom: 5px;
}

.p-works-data .tab-quota--wrap .quota__title--more {
  margin-top: 20px;
}

.p-works-data .tab-quota--wrap .set__table tr {
  line-height: 57px;
}

.p-works-data .tab-quota--wrap .set__table td {
  height: 40px;
}

.p-works-data .tab-quota--wrap .set__table .num__input {
  width: 140px;
}

.p-works-data .tab-quota--wrap .set__table .num__input--size {
  width: 140px;
  height: 36px;
  border: solid 1px #d6d6d6;
}

.p-works-data .tab-quota--wrap .set__table .num__input--spac {
  padding-left: 5px;
}

.p-works-data .tab-quota--wrap .set__table>tr {
  line-height: 45px;
}

.p-works-data .tab-quota--wrap .set__table td {
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #666666;
}

.p-works-data .tab-quota--wrap .save__btn {
  width: 90px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #ffffff;
  border: none;
  margin-left: 93px;
  margin-top: 16px;
  height: 32px;
}

.p-works-data .tab-quota--wrap .quota__table {
  /*margin-top: 47px;*/
  margin-top: 31px;
}

.p-works-data .tab-quota--wrap .quota__table .count__table--center {
  text-align: center;
}

.p-works-data .tab-quota--wrap .quota__table .main__title {
  font-size: 22px;
  letter-spacing: 0.9px;
  color: #333333;
  margin-bottom: 20px;
}

.p-works-data .tab-quota--wrap .quota__table .add__btn {
  width: 110px;
  border-radius: 4px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-left: 35px;
  border: none;
  display: inline-block;
}

.p-works-data .tab-quota--wrap .quota__table .table__btn {
  border: none;
  background: none;
  cursor: pointer;
  color: #333333;
}

.p-works-data .tab-quota--wrap .quota__table .table__btn--color {
  color: #cccccc;
}

.p-works-data .data-label {
  padding: 0 8px;
  line-height: 36px;
}

.p-works-data .p-project-wx {
  margin-top: 47px;
  color: #666666;
}

.p-works-data .p-project-wx .wx__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  color: #333333;
  font-size: 20px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-data .p-project-wx .wx__row .weixin__help {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 14px;
}

.p-works-data .p-project-wx .wx__row .weixin__help:hover .help__text {
  display: block;
}

.p-works-data .p-project-wx .wx__row .weixin__help .help__text {
  position: absolute;
  left: 20px;
  top: -23px;
  display: none;
  background: #4C4C4C;
  width: 320px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 12px;
  border-radius: 2px;
  margin-left: 5px;
}

.p-works-data .p-project-wx .wx__row .icon-help {
  margin-left: 5px;
}

.p-works-data .p-project-wx .weixin__add {
  margin-top: 20px;
}

.p-works-data .p-project-wx .weixin__add--btn {
  cursor: pointer;
}

.p-works-data .p-project-wx .weixin__table {
  margin-top: 20px;
}

.p-works-data .p-project-wx .weixin__table td,
.p-works-data .p-project-wx .weixin__table th {
  text-align: center;
}

.p-works-data .p-project-wx .weixin__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 50px;
}

.p-works-data .p-project-wx .weixin__list .sent__btn {
  margin-left: 650px;
}

.p-works-data .p-project-wx .weixin__list--color {
  color: #ffac3b;
  margin-left: 20px;
}

.p-works-data .p-project-wx .list__record--title {
  font-size: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-data .p-project-wx .list__record--update {
  font-size: 16px;
  color: #40b5ff;
  margin-left: 35px;
  cursor: pointer;
}

.p-works-data .p-project-wx .list__record--resend {
  color: #40b5ff;
  margin-left: 30px;
  cursor: pointer;
}

.p-works-data .p-project-wx .list__record--row {
  margin-top: 20px;
}

.p-works-data .p-project-wx .list__record--row .sent__status {
  margin-left: 30px;
}

.p-works-data .p-project-wx .list__record--row .color__status--success {
  color: #20BB39;
}

.p-works-data .p-project-wx .list__record--row .color__status--send {
  color: #ffac3b;
}

.p-works-data .p-project-wx .list__record--row .color__status--fail {
  color: #666666;
}

.p-works-data .p-project-wx .list__record--row li {
  line-height: 24px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-project-money {
  width: 1000px;
  margin: auto;
  margin-top: 47px;
}

.p-project-money td {
  text-align: center;
}

.p-project-money .money__title {
  font-size: 20px;
  color: #333333;
}

.p-project-money .money__btn {
  margin-left: 900px;
}

.p-project-money .td__span {
  padding: 0 5px;
  cursor: pointer;
}

.p-project-money .prize__set {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 70px;
}

.p-project-money .prize__set--row {
  margin: 20px 60px;
  width: 300px;
  padding: 20px;
  height: 290px;
  border: 1px solid #dddddd;
  box-shadow: darkgrey 0px 1px 16px 0px;
  border-radius: 5px;
  text-align: center;
}

.p-project-money .prize__set--color {
  background: #dddddd;
  width: 110px;
  height: 110px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-radius: 100px;
  text-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
}

.p-project-money .prize__set .prize__btn {
  margin: auto;
  margin-top: 20px;
  border: 1px solid #40b5ff !important;
  background: #ffffff !important;
  color: #40b5ff;
}

.p-project-money .prize__set .prize__btn:hover {
  background: #40b5ff !important;
  color: #ffffff !important;
}

.p-project-money .prize__set--info {
  background-color: #fffbf2;
  padding: 8px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-project-money .prize__set--info span {
  margin-left: 5px;
}

.p-project-money .prize__title--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}

.p-project-money .prize__title--row .prize__title {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.p-project-money .prize__table {
  margin-bottom: 30px;
}

.p-project-money .prize__table td,
.p-project-money .prize__table th {
  text-align: center;
}

.p-project-money .prize__table thead {
  background-color: #e4e4e4;
}

.p-project-money .prize__table .table__td2 {
  display: none;
  text-align: center;
  border: 1px dashed #00afec;
  cursor: pointer;
}

.p-project-money .prize__table .table__tr:hover .table__td2 {
  display: table-cell;
}

.p-project-money .prize__table .table__tr:hover .table__td {
  display: none;
}

.p-project-money .prize__table .table__span {
  padding: 0 5px;
}

.p-project-money .prize__table .table__span--cursor {
  cursor: pointer;
}

.p-project-money .save__btn {
  margin: auto;
}

.tab-weChatCollect--wrap {
  margin-top: 47px;
  color: #666666;
}

.tab-weChatCollect--wrap .weChatCollect__title {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
  margin-bottom: 15px;
}

.tab-weChatCollect--wrap .weChatCollect__p1 {
  margin-top: 10px;
}

.tab-weChatCollect--wrap .weChatCollect__label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 20px;
}

.tab-weChatCollect--wrap .weChatCollect__label--name {
  width: 90px;
}

.tab-weChatCollect--wrap .weChatCollect__label--input {
  width: 250px;
  height: 35px;
  margin-right: 10px;
}

.tab-weChatCollect--wrap .order__btn {
  margin: auto;
  margin-top: 60px;
}

.random_div {
  margin-top: 15px;
  margin-left: 30px;
}

.random_password {
  margin-left: 15px;
}

.random_password_input {
  width: 47px;
  height: 26px;
}

.p-works-analyze {
  padding: 101px 0 0px 0;
  /*回收进度样式*/
  /*样本数据样式*/
  /*图表分析样式*/
}

.p-works-analyze button {
  cursor: pointer;
}

.p-works-analyze .table {
  table-layout: fixed;
}

.p-works-analyze .table .td-center {
  text-align: center;
}

.p-works-analyze .table thead,
.p-works-analyze .table tbody {
  font-size: 14px;
  color: #666666;
}

.p-works-analyze .table thead .sms__td--gree,
.p-works-analyze .table tbody .sms__td--gree {
  color: #10cca9;
}

.p-works-analyze .table thead .sms__td--orange,
.p-works-analyze .table tbody .sms__td--orange {
  color: #ffac3b;
}

.p-works-analyze .table th {
  background-color: #e5e7e9;
  border: none;
  padding: 0 15px;
}

.p-works-analyze .table th,
.p-works-analyze .table td {
  line-height: 52px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.p-works-analyze .table .answering {
  color: #ffac3b;
}

.p-works-analyze .table .finish {
  color: #10cca9;
}

.p-works-analyze .table .other {
  color: #bbbbbb;
}

.p-works-analyze .tab-progress--wrap .progress__list {
  margin-top: 60px;
  border-bottom: 1px solid #ebeef0;
  padding-bottom: 30px;
}

.p-works-analyze .tab-progress--wrap .progress__list--one {
  float: left;
  margin-right: 20px;
  width: 204px;
  height: 152px;
  border: solid 1px #40b5ff;
  margin-bottom: 20px;
}

.p-works-analyze .tab-progress--wrap .progress__left {
  width: 50%;
  float: left;
}

.p-works-analyze .tab-progress--wrap .progress__title--list {
  font-size: 14px;
  color: #666666;
  margin: 12px 0px 27px 15px;
}

.p-works-analyze .tab-progress--wrap .progress__title--quota {
  /* margin-top: 60px;*/
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.9px;
  color: #333333;
}

.p-works-analyze .tab-progress--wrap .progress__num {
  font-size: 30px;
  text-align: center;
  color: #24aaff;
}

.p-works-analyze .tab-progress--wrap .progress__num--small {
  font-size: 18px;
}

.p-works-analyze .tab-progress--wrap .progress__right {
  width: 50%;
  float: right;
}

.p-works-analyze .tab-progress--wrap .progress__chart {
  height: 322px;
}

.p-works-analyze .tab-progress--wrap .progress__center {
  font-size: 20px;
  text-align: center;
  margin-top: 143px;
  color: #666666;
}

.p-works-analyze .tab-progress--wrap .progress__td--color {
  color: #bbbbbb;
}

.p-works-analyze .tab-progress--wrap .progress__td--finish {
  color: #10cca9;
}

.p-works-analyze .tab-data--wrap .tab-data--bottom {
  padding-bottom: 50px;
  border-bottom: 1px solid #ebeef0;
}

.p-works-analyze .tab-data--wrap .data__top {
  margin-top: 55px;
}

.p-works-analyze .tab-data--wrap .data__top .Select-control {
  height: 36px;
}

.p-works-analyze .tab-data--wrap .data__top .Select-value-label {
  line-height: 36px;
}

.p-works-analyze .tab-data--wrap .data__title {
  float: left;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
}

.p-works-analyze .tab-data--wrap .data__title--small {
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #999999;
}

.p-works-analyze .tab-data--wrap .data__export {
  float: right;
  width: 170px;
  height: 36px;
}

.p-works-analyze .tab-data--wrap .data__filter {
  /*margin-top: 30px;*/
  margin-top: 30px;
  font-size: 14px;
  color: #888888;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-analyze .tab-data--wrap .data__filter--top {
  margin-top: 44px;
}

.p-works-analyze .tab-data--wrap .data__filter--top1 {
  margin-top: 34px;
}

.p-works-analyze .tab-data--wrap .data__filter .time__input {
  width: 143px;
  height: 36px;
  border: solid 1px #d6d6d6;
}

.p-works-analyze .tab-data--wrap .data__filter:first-child {
  margin-top: 48px;
}

.p-works-analyze .tab-data--wrap .data__filter .filter__title {
  margin-right: 8px;
  line-height: 36px;
}

.p-works-analyze .tab-data--wrap .data__filter .filter__title--float {
  float: left;
}

.p-works-analyze .tab-data--wrap .data__filter .answer-select {
  width: 143px;
  height: 36px;
  float: left;
}

.p-works-analyze .tab-data--wrap .data__filter .answer-select .Select-value-label {
  color: #888888 !important;
}

.p-works-analyze .tab-data--wrap .data__filter .answer-select .Select-control {
  height: 36px;
}

.p-works-analyze .tab-data--wrap .data__filter .answer-select .Select-value {
  line-height: 36px;
}

.p-works-analyze .tab-data--wrap .data__filter .filter__select {
  color: #888888;
  width: 143px;
  height: 36px;
}

.p-works-analyze .tab-data--wrap .data__filter .filter__padding {
  padding: 0 8px;
  margin-top: 7px;
}

.p-works-analyze .tab-data--wrap .data__filter .filter__btn {
  width: 110px;
  border-radius: 4px;
  height: 34px;
  font-size: 14px;
  color: #ffffff;
  border: none;
  display: inline-block;
  padding: 0 0;
}

.p-works-analyze .tab-data--wrap .data__answer {
  margin-top: 29px;
  margin-bottom: 20px;
}

.p-works-analyze .tab-data--wrap .data__answer .answer__title {
  float: left;
  font-size: 22px;
  letter-spacing: 0.9px;
  color: #333333;
}

.p-works-analyze .tab-data--wrap .data__answer .answer__search {
  float: right;
  position: relative;
}

.p-works-analyze .tab-data--wrap .data__answer .answer__search .search__input {
  width: 315px;
  height: 34px;
  border: solid 1px #d6d6d6;
  font-size: 14px;
  line-height: 34px;
  color: #999999;
  padding-left: 8px;
}

.p-works-analyze .tab-data--wrap .data__answer .answer__search .icon__search {
  position: absolute;
  right: 6px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.p-works-analyze .tab-data--wrap .data__table {
  min-height: 505px;
  position: relative;
}

.p-works-analyze .tab-data--wrap .data__table .table__btn {
  border: none;
  color: #333333;
  background: none;
  font-size: 14px;
}

.p-works-analyze .tab-data--wrap .data__table .table__btn--hand {
  cursor: pointer;
}

.p-works-analyze .tab-data--wrap .data__table .table__td--orange {
  color: #ffac3b;
}

.p-works-analyze .tab-data--wrap .data__table .table__td--green {
  color: #10cca9;
}

.p-works-analyze .tab-chart--wrap .chart__filter--top {
  width: 1000px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebeef0;
}

.p-works-analyze .tab-chart--wrap .chart__export {
  float: right;
  width: 157px;
  border-radius: 4px;
  border: solid 1px #40b5ff;
  font-size: 14px;
  line-height: 36px;
  color: #26abff;
  background: none;
}

.p-works-analyze .tab-chart--wrap .filter-table {
  margin-top: 30px;
}

.p-works-analyze .tab-chart--wrap .filter-table .qtn__list {
  margin-top: 20px;
}

.p-works-analyze .tab-chart--wrap .filter-table .count__qtn {
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  width: 700px;
  float: left;
  margin-bottom: 20px;
}

.p-works-analyze .tab-chart--wrap .filter-table .chart__qtn {
  font-size: 14px;
  color: #666666;
  float: right;
  width: 120px;
}

.p-works-analyze .tab-chart--wrap .filter-table .chart__qtn .Select-control {
  height: 36px;
}

.p-works-analyze .tab-chart--wrap .filter-table .chart__qtn .Select-value {
  line-height: 36px;
}

.p-works-analyze .tab-chart--wrap .filter-table .answer__num {
  font-size: 14px;
  line-height: 52px;
  text-align: left;
  color: #666666;
  box-shadow: 0 1px 0 0 #e5e7e9;
}

.p-works-analyze .tab-chart--wrap .filter-table .count-table tbody tr:hover {
  background-color: #e5e7e9;
}

.p-works-analyze .works__page {
  width: 100%;
  padding: 0 30px 0 0;
  margin-top: 31px;
  margin-bottom: 76px;
  color: #90979b;
}

.p-works-analyze .works__page .pagination {
  margin: auto;
}

.p-works-analyze .pick__arrange {
  display: inline-block;
  margin-left: 13px;
}

.p-works-analyze .tab-code--wrap {
  margin-bottom: 30px;
}

.p-works-analyze .tab-code--wrap .code__qtn {
  margin-top: 55px;
}

.p-works-analyze .tab-code--wrap .code__qtn--title {
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  width: 700px;
  float: left;
  margin-bottom: 20px;
}

.p-works-analyze .tab-code--wrap .code__qtn .input__code {
  width: 100%;
  height: 30px;
  border: 1px solid #cccccc;
  color: #666666;
  padding-left: 10px;
}

.p-works-analyze .tab-code--wrap .table {
  border-left: 1px solid #dbdfe3;
  border-top: 1px solid #dbdfe3;
}

.p-works-analyze .tab-code--wrap .table td {
  border-right: 1px solid #dbdfe3;
}

.p-works-analyze .code__buy {
  width: 320px;
  height: 300px;
  border: 1px solid #cccccc;
  margin: auto;
  padding: 20px 30px;
  border-radius: 8px;
  margin-top: 80px;
}

.p-works-analyze .code__buy--btn {
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.p-works-analyze .code__buy--back {
  width: 100px;
  height: 100px;
  background: #e8e8e7;
  border-radius: 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.p-works-analyze .code__status {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  background: red;
  padding: 8px 10px;
  background-color: #ffebae;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 35px;
  position: relative;
}

.p-works-analyze .code__status .icon-close {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.p-works-analyze .code__status .btn {
  margin-left: 20px;
}

.p-works-preview .preview__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 60px;
  background-color: #2a70f3;
  color: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.p-works-preview .preview__header .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
}

.p-works-preview .preview__header--set {
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  justify-content: flex-start !important;
}

.p-works-preview .preview__header .qtn__status {
  padding: 2px 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #20BB39;
  color: #ffffff;
  padding-right: 15px;
  position: absolute;
  right: 0px;
  top: 15px;
}

.p-works-preview .preview__header .header__notice {
  padding: 5px 6px;
  background-color: #ffea7a;
  font-size: 12px;
  color: #ff5f0a;
}

.p-works-preview .preview__header .header__right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
}

.p-works-preview .preview__header .header__right .action__item {
  padding: 0 10px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-preview .preview__header .header__right .action__item--copy {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
}

.p-works-preview .preview__header .header__right .action__item--copy .icon {
  margin-right: 5px;
}

.p-works-preview .preview__header .header__right .action__item--pages {
  width: 120px;
}

.p-works-preview .preview__header .header__right .action__item--pages>.Select {
  width: 100%;
}

.p-works-preview .preview__header .header__right .action__item--active {
  background-color: #235DCA;
}

.p-works-preview .preview__header .header__right .action__item--pc,
.p-works-preview .preview__header .header__right .action__item--mobile {
  cursor: pointer;
}

.p-works-preview .preview__main {
  background-color: #dfe0e2;
  padding: 65px 0 0 0;
  min-height: 100vh;
}

.p-works-preview .preview__main .template__btn {
  margin: auto;
  margin-top: 10px;
  /*position: absolute; top: 52px; right: 50px;*/
}

.p-works-preview .preview__main .header__notice {
  padding: 5px 6px;
  background-color: #ffea7a;
  font-size: 12px;
  color: #ff5f0a;
  width: 265px;
  margin: auto;
  margin-bottom: 10px;
}

.p-works-preview .preview__main .qtn__status {
  position: fixed;
  left: 252px;
  top: 75px;
  background: #20BB39;
  padding: 2px 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  z-index: 1;
  color: #ffffff;
}

.p-works-preview .preview__main .main__mobile {
  width: 358px;
  height: 728px;
  margin: auto;
  background: url("../images/mobile_style.98b01546.png") center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 76px;
}

.p-works-preview .preview__main .main__mobile .header__notice {
  margin-bottom: 0px !important;
  margin-top: 5px;
  width: 320px;
  text-align: center;
}

.p-works-preview .preview__main .main__pc {
  width: 920px;
  margin: 15px auto 0 auto;
  background: white;
  padding: 52px 116px;
  min-height: 720px;
}

.p-works-preview .template__return {
  padding: 5px 20px;
  background: #40b5ff;
  cursor: pointer;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 90px;
  font-size: 16px;
}

.p-works-preview .template__return--btn {
  background: #c0c1c5 !important;
  color: #ffffff;
}

.p-works-preview .template__return--btn:hover {
  background: #a2a3a7 !important;
  color: #ffffff;
}

.p-works-preview .btn__template {
  background: #ffffff !important;
  border: 1px solid #40b5ff;
  color: #40b5ff !important;
  height: 35px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.p-works-preview .btn__template:hover {
  background: #40b5ff !important;
  border: none;
  color: #ffffff !important;
}

.p-works-preview .setting--wrap {
  position: fixed;
  background: #F4F6F7;
  height: -webkit-calc(100vh - 75px);
  height: -moz-calc(100vh - 75px);
  height: calc(100vh - 75px);
  top: 75px;
  width: 220px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.p-works-preview .setting__header {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #666B73;
  background-color: #C4C9CF;
}

.p-works-preview .setting__main {
  padding: 20px 15px 60px 15px;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

.p-works-preview .setting__main .block__title {
  line-height: 24px;
  margin-bottom: 16px;
  color: #555555;
}

.p-works-preview .setting__main .block__main .transform__group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  font-size: 12px;
}

.p-works-preview .setting__main .block__main .transform__item {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.p-works-preview .setting__main .block__main .transform__item:hover,
.p-works-preview .setting__main .block__main .transform__item--active {
  background-color: #40b5ff;
  color: white;
  border-color: #40b5ff;
}

.p-works-preview .setting__main .block__main .transform__item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #c9c9c9;
  border-right-color: transparent;
}

.p-works-preview .setting__main .block__main .transform__item:first-child:hover,
.p-works-preview .setting__main .block__main .transform__item:first-child.transform__item--active {
  border-color: #40b5ff;
  border-right-color: transparent;
}

.p-works-preview .setting__main .block__main .transform__item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #c9c9c9;
  border-left-color: transparent;
}

.p-works-preview .setting__main .block__main .transform__item:last-child:hover,
.p-works-preview .setting__main .block__main .transform__item:last-child.transform__item--active {
  border-color: #40b5ff;
  border-left-color: transparent;
}

.p-works-preview .setting__main .block__main .font-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 130px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-preview .setting__main .block__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 12px;
  margin-bottom: 5px;
}

.p-works-preview .setting__main .block__label {
  width: 60px;
  color: #555555;
}

.p-works-preview .setting__main .block__actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-preview .setting__main .block__actions .action__link {
  color: #40B5FF;
  cursor: pointer;
}

.p-works-preview .setting__main .block__actions .Select-value-label {
  color: #999999 !important;
}

.p-works-preview .setting__block {
  margin-bottom: 20px;
}

.p-works-preview .setting__folder {
  background-color: #DFE0E1;
  color: #666B73;
  font-size: 12px;
  height: 26px;
  cursor: pointer;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.p-works-preview .setting__folder .folder__text {
  margin-right: 4px;
}

.p-works-preview .setting__more {
  display: none;
}

.p-works-preview .setting__more--show {
  display: block;
}

.p-works-preview .setting__footer {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
}

.p-upgrade {
  background: #fff;
  padding-top: 51px;
}

.p-upgrade .block {
  background-color: white;
  padding: 20px 30px;
  margin-bottom: 10px;
  margin-top: 25px;
}

.p-upgrade .block__header {
  line-height: 30px;
  font-size: 22px;
  color: #333;
}

.p-upgrade .block__table {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  border-spacing: 0;
  color: #666;
}

.p-upgrade .block__table th,
.p-upgrade .block__table td {
  text-align: center;
}

.p-upgrade .block__table .th__back {
  line-height: 52px;
  background-color: #e5e7e9;
}

.p-upgrade .block__table th:last-child {
  width: 300px;
}

.p-upgrade .block__table td {
  line-height: 52px;
}

.p-upgrade .block__group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.p-upgrade .block__action {
  margin-right: 10px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  color: white;
  background-color: #40b5ff;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.p-upgrade .block__action:hover {
  background-color: #666666;
}

.p-upgrade .block__change {
  margin-right: 10px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  color: #40b5ff;
  background-color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  border: 1px solid #40b5ff;
  cursor: pointer;
}

.p-upgrade .block__change:hover {
  background-color: #40b5ff;
  color: #fff;
}

.p-upgrade .block__upgrade {
  margin-right: 10px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  color: white;
  background-color: #ffac3b;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}

.coupon p {
  line-height: 26px;
}

.coupon .coupon__title {
  border-bottom: 1px solid #cccccc;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0px;
}

.coupon .coupon__main--title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.p-help {
  background-color: #ffffff;
  height: 100vh;
  padding-top: 51px;
}

.p-help .search__container {
  width: 50%;
  margin: auto;
}

.p-help .search__top {
  width: 100%;
  height: 90px;
  background: #cccccc;
}

.p-help .search__input {
  position: relative;
  width: 100%;
  float: left;
  margin: 25px 0;
}

.p-help .search__input--text {
  padding-left: 5px;
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
}

.p-help .search__btn {
  position: absolute;
  right: 3px;
  top: 0px;
  margin: auto;
  bottom: 0px;
  height: 33px;
  background: #999999;
  border-radius: 4px;
  border: none;
  padding: 8px 20px;
  color: #ffffff;
}

.p-help .problem {
  margin-top: 15px;
}

.p-help .problem__title {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}

.p-help .problem__content--list {
  width: 33.3%;
  float: left;
  margin-top: 20px;
}

.p-help .problem__li {
  list-style-type: disc;
  color: #999999;
  line-height: 30px;
  list-style-position: inside;
}

.p-help .problem__li .link {
  color: #999999;
  font-size: 12px;
}

.p-help .problem__li .link:hover {
  color: #5b5b5b;
  cursor: pointer;
}

.p-help .problem__li .link__line {
  text-decoration: underline;
}

.p-help .problem__li--gray {
  list-style: none;
  color: #666666;
}

.p-template {
  position: relative;
}

.p-template .account__nav--row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  background: #ffffff;
}

.p-template .account__nav--item {
  border-bottom: none;
  padding: 0 25px;
}

.p-template .template__main {
  margin: 10px 0 0 -10px;
}

.p-template .template__main--list {
  width: 100%;
  height: 180px;
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 10px 20px;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.p-template .template__main--row:hover .template__main--list {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

.p-template .template__main--row:hover a {
  color: #000000;
}

.p-template .template__main .qtn__title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-template .template__main .qtn__title a {
  color: #666666;
  cursor: pointer;
  font-size: 14px;
}

.p-template .template__main .qtn__text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.p-template .template__main .qtn__text a {
  color: #666666;
  overflow: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  height: 60px;
  font-size: 14px;
}

.p-template .template__main .qtn__text a:hover {
  color: #2a6af1;
}

.p-template .template__main .qtn__title a:hover {
  color: #2a6af1;
}

.p-template .template__main .qtn__describe {
  margin-top: 20px;
  color: #999999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 12px;
}

.p-template .template__main .qtn__describe--span {
  margin-right: 5px;
}

.p-template .template__main .qtn__describe a {
  color: #999999;
  cursor: pointer;
}

.p-template .container {
  -ms-flex-direction: inherit !important;
  -webkit-flex-direction: inherit !important;
  -moz-box-orient: inherit !important;
  -moz-box-direction: inherit !important;
  flex-direction: inherit !important;
}

.p-template .p-home--banner {
  height: auto !important;
}

.p-template .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #ffffff;
  opacity: 1;
}

.p-template .swiper-pagination-bullet {
  margin: 0 6px !important;
}

.p-template .slider__p {
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-align: center;
  font-size: 34px;
}

.p-template .swiper-pagination-bullet-active {
  background: #007aff !important;
}

.p-aboutUs {
  background: #eeeeee;
  min-height: 100vh;
}

.p-aboutUs .content {
  min-height: -webkit-calc(100vh - 135px);
  min-height: -moz-calc(100vh - 135px);
  min-height: calc(100vh - 135px);
  padding-bottom: 30px;
}

.p-aboutUs .header {
  background-color: #2a70f3;
  height: 55px;
}

.p-aboutUs .header .nav__logo {
  margin-top: 0px !important;
}

.p-aboutUs .about__main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-aboutUs .about__left {
  width: 175px;
  height: 200px;
  background: #fff;
  text-align: center;
  margin-right: 30px;
}

.p-aboutUs .about__left--li {
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.p-aboutUs .about__left--li:hover {
  background: #2a70f3;
  color: #ffffff;
  cursor: pointer;
}

.p-aboutUs .about__left--active {
  border-left: 2px solid #2a70f3;
}

.p-aboutUs .about__right {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  background: #ffffff;
  margin-bottom: 30px;
}

.p-aboutUs .about__right--border {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px !important;
}

.p-aboutUs .about__right--title {
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
}

.p-aboutUs .about__right--main {
  padding: 10px 20px;
}

.p-aboutUs .about__right--main p {
  line-height: 25px;
}

.p-aboutUs .about__right--main .about__p {
  margin-top: 20px;
}

.p-aboutUs .about__right--main .about__p--title {
  font-weight: bold;
}

.account {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 51px;
  /*底部分页样式*/
}

.account__nav {
  width: 140px;
  min-height: 100vh;
  background: #f8f9fb;
  padding: 0 10px;
}

.account__nav--item {
  border-bottom: solid 1px #e4e4e4;
  height: 72px;
  line-height: 72px;
  padding-left: 20px;
  cursor: pointer;
}

.account__nav--item a {
  color: #666;
}

.account__nav--item a:hover {
  color: #40b5ff;
}

.account__nav--item .account__row--active {
  color: #40b5ff;
}

.account .order__item {
  margin: auto;
  font-size: 14px;
  color: #666666;
}

.account .order__item .order__btn {
  border: none;
  background: #ffac3b;
  padding: 5px 10px;
  border-radius: 4px;
}

.account .order__item .order__color {
  color: #666666;
}

.account .order__item--row {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.account .order__item--row .order__icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.account .order__item--row .order__title--status {
  font-size: 16px;
  font-weight: 500;
}

.account .order__item--row .order__title--color {
  color: #ffac3b;
}

.account__main {
  padding: 42px;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.account__main .main__title {
  font-size: 22px;
  color: #333;
  width: 100%;
}

.account__main .main__content {
  width: 100%;
  /*margin-top: 19px;*/
  margin-top: 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.account__main .main__content .main__nav {
  width: 160px;
  min-height: 633px;
  background: #fafafa;
  border: solid 1px #f0f1f3;
  padding-bottom: 20px;
}

.account__main .main__content .main__nav .group__list--row:hover {
  cursor: pointer;
  background-color: #3ec1ff;
}

.account__main .main__content .main__nav .group__list--row:hover .main__nav--item {
  width: 115px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.account__main .main__content .main__nav .group__list--row:hover .main__nav--edit {
  display: block;
}

.account__main .main__content .main__nav--item {
  width: 158px;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  color: #555;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.account__main .main__content .main__nav--click {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 160px;
  height: 44px;
  line-height: 44px;
  color: #555;
  background-color: #3ec1ff;
  cursor: pointer;
}

.account__main .main__content .main__nav--edit {
  display: none;
  width: 160px;
  height: 44px;
  line-height: 44px;
  margin-top: -44px;
  padding-left: 119px;
}

.account__main .main__content .main__nav--edit .edit:hover {
  color: #5D6A7D;
}

.account__main .main__content .main__nav--edit .delete {
  padding-left: 2px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.account__main .main__content .main__nav--edit .delete:hover {
  color: #5D6A7D;
}

.account__main .main__content .main__nav--add {
  width: 80px;
  height: 30px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #40b5ff;
  cursor: pointer;
  margin: 15px auto 0;
  display: block;
  color: #40b5ff;
}

.account__main .main__content .content__table {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  width: 100%;
  min-height: 633px;
  background: #fff;
  margin-left: 22px;
}

.account__main .main__content .content__table .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.account__main .main__content .content__table .row__left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.account__main .main__content .content__table .row__left .add {
  width: 106px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border: none;
  display: inline-block;
  padding: 0 0;
}

.account__main .main__content .content__table .row__left .import {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #40b5ff;
  margin-left: 24px;
  cursor: pointer;
}

.account__main .main__content .content__table .row__right input {
  width: 171px;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
  padding-left: 10px;
  font-size: 14px;
}

.account__main .main__content .content__table .contact__table {
  width: 100%;
  border-collapse: collapse;
  color: #666;
  margin-top: 15px;
  font-size: 14px;
}

.account__main .main__content .content__table .contact__table thead {
  background-color: #e5e7e9;
}

.account__main .main__content .content__table .contact__table tbody {
  background: #fff;
}

.account__main .main__content .content__table .contact__table tbody tr {
  border-bottom: 1px solid #e5e7e9;
}

.account__main .main__content .content__table .contact__table tr {
  height: 52px;
  line-height: 52px;
  text-align: center;
}

.account__main .main__content .content__table .contact__table tr td:last-child {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.account__main .main__content .content__table .works__page {
  position: absolute;
  width: 70%;
  bottom: -10px;
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 8px;
  color: #90979b;
}

.account__main .main__content .content__table .works__page .pagination {
  margin: auto;
}

.account__management {
  padding: 0 120px;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.account__management .title {
  font-size: 22px;
  color: #333;
  margin-top: 45px;
  margin-bottom: 20px;
}

.account__management .user {
  margin-top: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
  color: #666;
}

.account__management .user__item--down {
  margin-top: 30px;
}

.account__management .user__item--down .primary {
  padding: 5px 10px;
  background: #40b5ff;
  border-radius: 4px;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-left: 20px;
}

.account__management .user__item--down .warnning {
  padding: 5px 10px;
  background: #ffac3b;
  border-radius: 4px;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}

.account__management .user__item--down .warnning__span {
  position: absolute;
  top: -9px;
  right: -7px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: red;
}

.account__management .m-table {
  width: 100%;
  color: #666;
  border-collapse: collapse;
  text-align: center;
}

.account__management .m-table thead {
  text-align: center;
  background: #ebeef0;
}

.account__management .m-table tbody tr {
  border-bottom: 1px solid #e5e7e9;
}

.account__management .m-table tr {
  height: 45px;
  line-height: 45px;
}

.account__management .m-table .using {
  color: #666;
}

.account__management .m-table .unused {
  color: #b0b0b0;
}

.account__messages {
  padding: 0 120px;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.account__messages .title {
  font-size: 22px;
  color: #333;
  margin-top: 45px;
}

.account__messages .m-table {
  width: 100%;
  color: #666;
  border-collapse: collapse;
  text-align: center;
  margin-top: 20px;
}

.account__messages .m-table thead {
  text-align: center;
  background: #ebeef0;
}

.account__messages .m-table tbody tr {
  border-bottom: 1px solid #e5e7e9;
}

.account__messages .m-table tr {
  height: 45px;
  line-height: 45px;
}

.account__profile {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 0 100px;
}

.account__profile .title {
  padding-bottom: 12px;
  font-size: 22px;
  color: #333;
  margin-top: 45px;
}

.account__profile .title2 {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}

.account__profile .title2__info {
  margin-left: 30px;
  font-size: 14px;
}

.account__profile .profile {
  /*margin-left: 49px;*/
  margin-top: 10px;
}

.account__profile .profile tr {
  line-height: 55px;
}

.account__profile .profile .info {
  color: #666;
  margin-left: 10px;
  min-width: 170px;
  display: inline-block;
}

.account__profile .profile .info__img {
  width: 57px;
  height: 84px;
  display: block;
  margin-left: 10px;
}

.account__profile .profile .oprate {
  color: #40b5ff;
  cursor: pointer;
  margin-left: 20px;
}

.account__profile .profile .oprate__img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.account__profile .profile .item {
  display: inline-block;
  width: 100px;
  color: #363636;
  margin-left: 20px;
  font-weight: 500;
}

.account__profile .profile .item1 {
  width: 105px;
  display: inline-block;
}

.account__profile .profile .item2 {
  width: 105px;
  display: inline-block;
}

.account__profile .profile .item3 {
  width: 105px;
  display: inline-block;
}

.account__profile .profile .account__title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.account__profile .profile .account__title--record {
  margin-left: 20px;
}

.account__profile .profile .account__title--btn {
  margin-left: 20px;
  color: #00afec;
  background: none;
  border: none;
  cursor: pointer;
}

.account__profile .profile .color__yellow {
  color: #ffac3b;
}

.account__profile .profile .color__gray {
  color: #888;
  margin-left: 5px;
  font-size: 12px;
}

.account__profile .profile .color__green {
  color: #10cca9;
}

.account__profile .profile .sub__table {
  margin-bottom: 25px;
}

.account__profile .profile .sub__table th,
.account__profile .profile .sub__table td {
  text-align: center;
}

.account__records {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 0 50px;
}

.account__records .title {
  font-size: 22px;
  color: #333;
  margin-top: 45px;
}

.account__records .tabs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e4e4e4;
}

.account__records .tabs .tab__item {
  margin-right: 48px;
  font-size: 16px;
  line-height: 45px;
  cursor: pointer;
  color: #888;
}

.account__records .tabs .tab__item--active {
  color: #299feb;
  border-bottom: 3px solid #299feb;
}

.account__records .m-table {
  width: 100%;
  color: #666;
  border-collapse: collapse;
  text-align: center;
  margin-top: 20px;
}

.account__records .m-table thead {
  text-align: center;
  background: #ebeef0;
}

.account__records .m-table tbody tr {
  border-bottom: 1px solid #e5e7e9;
}

.account__records .m-table tr {
  height: 45px;
  line-height: 45px;
}

.account .works__page {
  /*position: absolute;*/
  width: 74%;
  /*bottom: 10px;*/
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.account .works__page .pagination {
  margin: auto;
}

.account .account-table {
  min-height: 600px;
  padding-bottom: 80px;
  position: relative;
}

.account .account-table .m-table .thead__font tr {
  line-height: 52px;
}

.account .account-table .m-table .thead__font th {
  font-weight: 100;
}

.account .account__row--active {
  color: #40b5ff;
}

.p-questionnaire {
  margin: 0 auto;
  background-color: white;
  position: relative;
  min-height: 100vh;
  padding-bottom: 30px;
}

.p-questionnaire .qtn__header {
  position: relative;
  min-height: 30px;
  background-color: #999999;
  line-height: 30px;
}

.p-questionnaire .qtn__header--text {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.p-questionnaire .answer__header--mobile {
  background-color: #ffea7a;
  color: #ff5f0a;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}

.p-questionnaire .answer__header {
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: white;
  background: #2a70f3;
}

.p-questionnaire .answer__header--moblie {
  background-color: #ffea7a;
}

.p-questionnaire .answer__progress {
  height: 6px;
  background-color: #b6c1d6;
}

.p-questionnaire .answer__progress--current {
  height: 6px;
  background-color: #3ec1ff;
}

.p-questionnaire .answer__footer {
  height: 50px;
  background-color: transparent;
  color: #666666;
  text-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.p-questionnaire .answer__footer--fixed {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  margin-bottom: 0px;
}

.p-questionnaire--simulation {
  border: 1px solid #c0c0c0;
  height: 556px;
  width: 320px;
  overflow-y: scroll;
  position: relative;
  min-height: 0px;
}

.p-questionnaire--pc {
  height: auto;
}

.p-questionnaire--pc .answer__header {
  background: none;
  color: black;
}

.p-questionnaire--pc .answer__main {
  min-height: 720px;
}

/** 问卷答题页面 */
.p-answer--wrap {
  background-color: #dfe0e2;
  padding: 75px 0;
  height: 100vh;
}

.p-answer--wrap .data__manage--row {
  color: #666666;
}

.p-answer--wrap .data__manage--row .data__info {
  position: relative;
  padding: 20px 20px;
  background: #ffffff;
}

.p-answer--wrap .data__manage--row .data__info--title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.p-answer--wrap .data__manage--row .data__info--list {
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-answer--wrap .data__manage--row .data__info--list .lebel__name {
  width: 75px;
  display: block;
}

.p-answer--wrap .data__manage--row .data__info--height {
  height: 200px;
  overflow: hidden;
  padding-bottom: 20px;
}

.p-answer--wrap .data__manage--row .data__info .icon__hide {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 100;
}

.p-answer--wrap .data__manage--row .data__manage {
  background: #ffffff;
  padding: 10px 20px;
  margin-top: 20px;
}

.p-answer--wrap .data__manage--row .data__manage--top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-answer--wrap .data__manage--row .data__manage--top .manage__select {
  width: 100px;
  margin-left: 20px;
}

.p-answer--wrap .data__manage--row .data__manage--top .data__time {
  margin-left: 20px;
}

.p-answer--wrap .data__manage--row .data__manage--top .manage__upload {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.p-answer--wrap .data__manage--row .data__manage--left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.p-answer--wrap .data__manage--row .data__manage .manage__table tr {
  line-height: 30px;
}

.p-answer--wrap .data__manage--row .data__manage .manage__table td,
.p-answer--wrap .data__manage--row .data__manage .manage__table th {
  text-align: center;
}

.p-answer--wrap .data__manage--row .data__manage .manage__table .td__first {
  text-align: left;
}

.p-answer--wrap .data__manage--row .manage__tab {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.p-answer--wrap .data__manage--row .manage__tab .tab__item {
  padding: 10px 20px;
  border-top: 4px solid #c0c0c0;
  margin: 30px;
}

.p-answer--wrap .data__manage--row .manage__tab .active {
  border-top: 4px solid #40b5ff;
  color: #40b5ff;
}

.p-answer--pc {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  padding: 52px 116px;
}

.check_anser {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 58px;
  background: inherit;
  background-color: #2a70f3;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}

.check_anser .check_anser_box {
  font-size: 16px;
  margin-left: 30px;
}

.check_anser .check_anser_box a {
  color: #ffffff;
}

.check_anser .check_anser_box .return-qtn1 {
  background: url("../images/return-qtn.1178ddf5.svg") center center/contain no-repeat;
  width: 17px;
  height: 17px;
  top: 5px;
  left: -25px;
  bottom: 0px;
  margin: auto;
  -o-background-size: 17px;
  background-size: 17px;
  background-position: 0 4px;
}

.check_anser .check_anser_div {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.check_anser .check_anser_div .check_anser_span {
  font-size: 17px;
  color: #fff;
  margin-right: 20px;
}

.check_anser_footer {
  margin: 0 auto;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: inherit;
  background-color: #f2f2f2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  box-shadow: none;
}

.check_anser_footer .check_anser_allbtn {
  width: 400px;
  margin: 2px auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.check_anser_footer .check_anser_allbtn .check_anser_btn {
  width: 81px;
  height: 35px;
  background: inherit;
  background-color: #1296db;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 20px;
  text-align: center;
}

.check_anser_midder {
  height: 558px;
  overflow: auto;
}

.p-project {
  padding-top: 51px;
}

.p-project .project__top {
  margin-bottom: 15px;
  margin-top: 45px;
  color: #666666;
}

.p-project .project__top--left {
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-project .project__top--left .icon_sanjiao {
  margin-left: 10px;
  margin-top: 10px;
}

.p-project .project__time {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-bottom: 0.5px solid #dbdfe3;
  padding-bottom: 15px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #666666;
}

.p-project .project__time--row {
  margin-right: 10px;
}

.p-project .project__time--row .rdtTimeToggle {
  display: none;
}

.p-project .project__btn {
  float: left;
  text-align: center;
  display: block;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 700;
}

.p-project .project__select {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  width: 70px;
}

.p-project .project__select--type {
  width: 100px;
}

.p-project .project__select .Select-control {
  height: 30px !important;
  border: none;
}

.p-project .project__select .Select-value {
  line-height: 30px;
}

.p-project .project__select .Select-placeholder {
  line-height: 30px !important;
}

.p-project .project__select .Select-value-label {
  color: #666666 !important;
}

.p-project .project__select--name {
  width: 170px !important;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

.p-project .project__select2 {
  width: 85px !important;
}

.p-project .project__search {
  float: right;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-project .project__search .header__choose {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-right: 10px;
}

.p-project .project__search .header__choose .icon__deleted {
  margin-right: 5px;
}

.p-project .project__search--input {
  width: 280px;
  height: 34px;
  border: solid 1px #d6d6d6;
  border-radius: 2px;
  padding-left: 10px;
}

.p-project .project__search--icon {
  position: absolute;
  right: 10px;
  top: 6px;
  display: block;
}

.p-project .project__table {
  margin-top: 15px;
  color: #666666;
}

.p-project .project__table .qtn__edit {
  display: none;
}

.p-project .project__table .qtn__name--td:hover .qtn__edit {
  display: block;
}

.p-project .project__table .qtn__type--td:hover .qtn__edit {
  display: inline-block;
}

.p-project .project__table .icon_sanjiao {
  margin-left: 10px;
}

.p-project .project__table a {
  color: #666666;
}

.p-project .project__table td {
  text-align: center;
}

.p-project .project__table .tr__hover--back:hover {
  background: #e5e7e9;
}

.p-project .project__table .td_span {
  cursor: pointer;
  margin-left: 20px;
}

.p-project .project__table .td_span--color {
  color: #cccccc;
}

.p-project .header__choose--name {
  width: 105px;
}

.p-project .pagination {
  margin-top: 25px;
}

.p-project-new {
  padding-top: 51px;
  color: #666666;
}

.p-project-new .project__title {
  margin-top: 30px;
  font-size: 20px;
}

.p-project-new .project__new--title {
  margin-top: 52px;
  font-size: 20px;
}

.p-project-new .project__new--name {
  width: 550px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
  margin-top: 20px;
  padding: 10px;
  font-size: 16px;
}

.p-project-new .project__new--btn {
  border: none;
  width: 120px;
  line-height: 44px;
  text-align: center;
  background: #ffac3b;
  margin-top: 40px;
  color: #ffffff;
  border-radius: 4px;
  font-size: 20px;
}

.p-project-new .project__new--qtn {
  margin-top: 20px;
}

.p-project-new .project__type--title {
  font-size: 20px;
  color: #333333;
}

.p-project-new .project__type--list {
  float: left;
  width: 900px;
}

.p-project-new .project__type--row {
  float: left;
  width: 20%;
  line-height: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-project-new .project__type--row input {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.p-project-new .project__type--row:first-child {
  margin-left: 20px;
}

.p-project-team .project__team {
  margin-top: 51px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-project-team .project__team--right {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 0 30px;
}

.p-project-team .project__team--right .add__btn {
  margin-top: 15px;
}

.p-project-team .project__team--title {
  margin-top: 45px;
  padding-bottom: 12px;
  font-size: 22px;
  color: #333;
}

.p-project-team .project__team--table {
  margin-bottom: 25px;
  margin-top: 20px;
}

.p-project-team .project__team--table td {
  color: #666666;
}

.p-project-team .project__team--table .td__span {
  cursor: pointer;
  margin-left: 15px;
}

.p-project-team .project__team--table .project__page {
  margin-top: 20px;
}

.p-works-manage .manage__nav {
  margin-top: 51px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-works-manage .manage__title--left {
  line-height: 40px;
  color: #6c6c6c;
}

.p-works-manage .manage__tabs--center {
  height: 40px;
  line-height: 40px;
  margin: auto;
}

.p-works-manage .manage__tabs--center .tab__item {
  position: relative;
  margin-right: 35px;
  color: #6c6c6c;
  cursor: pointer;
}

.p-works-manage .manage__tabs--center .tab__item:hover {
  color: #40b5ff;
}

.p-works-manage .manage__tabs--center .tab__item--active {
  color: #40b5ff;
}

.p-works-manage .manage__tabs--center .tab__item--active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: -8px;
  margin: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #40b5ff;
  border-radius: 3px;
}

.p-works-manage .manage__top {
  margin-top: 30px;
}

.p-works-manage .manage__top--left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  float: left;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-manage .manage__top--left .header__choose {
  width: 100px;
  margin-left: 20px;
}

.p-works-manage .manage__top--right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  float: right;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-manage .manage__top--right .header__choose {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-works-manage .manage__top--right .header__choose--handel {
  cursor: pointer;
}

.p-works-manage .manage__top--right .icon__deleted {
  display: block;
  margin-right: 5px;
}

.p-works-manage .manage__top--right .header__search {
  margin-left: 10px;
  position: relative;
  width: 280px;
}

.p-works-manage .manage__top--right .header__search .input {
  width: 280px;
  height: 34px;
}

.p-works-manage .manage__top--right .header__search .header__submit {
  position: absolute;
  right: 10px;
  top: 6px;
}

.p-works-manage .manage__select {
  width: 105px;
  border: none;
  margin-left: 45px;
  margin-top: 5px;
}

.p-works-manage .manage__select .Select-control {
  border: none;
  height: 33px;
}

.p-works-manage .manage__select .Select-placeholder {
  line-height: 35px;
}

.p-works-manage .manage__select .Select-value-label {
  line-height: 34px;
  color: #666666 !important;
}

.p-works-manage .manage__tabs {
  margin-top: 30px;
  color: #666666;
}

.p-works-manage .manage__tabs .profile__table {
  font-size: 20px;
}

.p-works-manage .manage__tabs .profile__table .info {
  font-size: 16px;
}

.p-works-manage .manage__tabs .create__plan {
  margin-top: 15px;
}

.p-works-manage .manage__tabs .create__plan .create__table td {
  text-align: center;
}

.p-works-manage .manage__tabs .create__plan--title {
  font-size: 20px;
  margin-bottom: 15px;
}

.p-works-manage .manage__tabs tr {
  line-height: 40px;
}

.p-works-manage .manage__tabs .oprate {
  margin-left: 81px;
  cursor: pointer;
  font-size: 16px;
}

.p-works-manage .qtn-table {
  margin-top: 15px;
  color: #666666;
}

.p-works-manage .qtn-table .qtn__edit {
  cursor: pointer;
  display: none;
}

.p-works-manage .qtn-table .qtn__name--td:hover .qtn__edit {
  display: inline-block;
}

.p-works-manage .qtn-table .project__actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  justify-content: left;
}

.p-works-manage .qtn-table .project__actions .Select-control {
  height: 30px;
  border: none;
  width: 100px;
  text-align: center;
}

.p-works-manage .qtn-table .project__actions .Select-placeholder {
  line-height: 28px;
  padding-left: 0px;
}

.p-works-manage .qtn-table .project__actions .project__action {
  width: 85px;
  padding: 0 0;
  height: 30px;
  color: #40b5ff;
}

.p-works-manage .qtn-table .project__actions--row {
  position: relative;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
}

.p-works-manage .qtn-table .project__actions--list {
  position: absolute;
  top: 33px;
  left: 0px;
  width: 90px;
  border: 1px solid #cccccc;
  z-index: 1;
}

.p-works-manage .qtn-table .project__actions--list a {
  color: #666666;
}

.p-works-manage .qtn-table .project__actions--list li {
  line-height: 24px;
}

.p-works-manage .qtn-table .project__actions--none {
  display: none;
}

.p-works-manage .add__btn {
  font-weight: 700;
  height: 34px;
}

.p-works-manage .qtn__page {
  margin-top: 25px;
}

.p-create-new .create__plan {
  color: #666666;
}

.p-create-new .create__plan--title {
  font-size: 20px;
  color: #333333;
  margin-top: 40px;
}

.p-create-new .create__table {
  margin-top: 20px;
}

.p-create-new .create__table td {
  text-align: center;
}

.p-create-new .create__table .td__btn {
  cursor: pointer;
}

.p-works-task {
  color: #666666;
}

.p-works-task .task__main {
  margin-top: 91px;
}

.p-works-task .task__main tr {
  line-height: 40px;
}

.p-works-task .task__main td {
  font-size: 20px;
}

.p-works-task .task__main .oprate {
  font-size: 16px;
  margin-left: 100px;
  cursor: pointer;
}

.prompt__success {
  color: #666666;
  text-align: center;
  margin-top: 300px;
  font-size: 20px;
}

.prompt__success--text {
  color: #40b5ff;
  margin-top: 10px;
  font-size: 16px;
}

.p-project-abutment {
  color: #666666;
}

.p-project-abutment .abutment__top {
  text-align: center;
  margin-top: 60px;
}

.p-project-abutment .abutment__main {
  margin-top: 40px;
}

.p-project-abutment .abutment__title {
  font-size: 20px;
}

.p-project-abutment .abutment__select {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 20px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-project-abutment .abutment__select .text__link {
  margin-left: 30px;
}

.p-project-abutment .abutment__select .Select-control {
  width: 250px;
  height: 30px;
}

.p-project-abutment .abutment__select .Select-placeholder {
  line-height: 28px;
}

.p-project-abutment .abutment__select .Select-value-label {
  color: #666666 !important;
}

.p-project-abutment .abutment__select .info__btn {
  border: none;
  background: none;
  cursor: pointer;
  margin-left: 10px;
  color: #666666;
}

.p-project-abutment .abutment__label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 20px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-project-abutment .abutment__label--row {
  margin-right: 20px;
  font-size: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-project-abutment .abutment__label--size {
  font-size: 14px;
}

.p-project-abutment .abutment__label--input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.p-project-abutment .abutment__input {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 20px;
}

.p-project-abutment .abutment__input input {
  width: 250px;
  margin-right: 10px;
}

.p-project-abutment .abutment__upload {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 20px;
}

.p-project-abutment .abutment__table {
  margin-top: 20px;
}

.p-project-abutment .abutment__table td {
  text-align: center;
}

.p-project-abutment .abutment__table .btn__deleted {
  background: none;
  cursor: pointer;
  border: none;
  color: #666666;
}

.p-project-rent {
  color: #666666;
}

.p-project-rent .rent__title {
  font-size: 20px;
  margin-top: 47px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.p-project-rent .rent__title .btn {
  margin-left: 20px;
}

.p-project-rent .rent__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 15px;
}

.p-project-rent .rent__row .input__other {
  height: 30px;
  margin-right: 20px;
}

.p-project-rent .rent__row .Select-control {
  height: 32px;
}

.p-project-rent .rent__row .Select-placeholder {
  line-height: 30px;
}

.p-project-rent .rent__row--name {
  width: 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  float: left;
}

.p-project-rent .rent__row--name input {
  width: 16px;
  height: 16px;
}

.p-project-rent .rent__row--name2 {
  margin-top: 18px;
}

.p-project-rent .rent__row--list {
  float: left;
}

.p-project-rent .rent__row--input {
  width: 80px;
  height: 30px;
}

.p-project-rent .rent__row--email {
  width: 200px;
}

.p-project-rent .rent__row--right {
  margin-left: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-project-rent .rent__row--right input {
  width: 16px;
  height: 16px;
}

.p-project-rent .rent__row--more {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
}

.p-project-rent .rent__row--more .btn__rent {
  margin: 0 10px 0px 20px;
}

.p-project-rent .rent__row--more .icon {
  margin-left: 10px;
}

.p-project-rent .rent__row--left {
  margin-left: 100px;
}

.p-project-rent .rent__row--left .btn {
  margin-right: 20px;
}

.p-project-rent .rent__select {
  width: 200px;
  margin-right: 20px;
}

.p-project-rent .rent__input--link {
  width: 250px;
  height: 30px;
  margin-right: 20px;
}

.p-project-rent .rent__list {
  margin-top: 47px;
}

.p-project-rent .rent__list .record__title {
  margin-top: 6px;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
  margin-bottom: 20px;
}

.p-project-rent .rent__list .record__title .rent__add--btn {
  float: right;
}

.p-project-rent .rent__list .btn__edit {
  color: #40b5ff;
  cursor: pointer;
}

.p-project-rent .rent__main--list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 15px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.p-project-rent .rent__main--list img {
  width: 100px;
}

.p-project-rent .rent__main--label {
  width: 100px;
}

.p-project-rent .rent__main--text {
  width: 200px;
  height: 30px;
  border: 1px solid #cccccc;
}

.p-project-rent .rent__main--input {
  width: 250px;
  height: 30px;
}

.p-project-rent .rent__main--title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.p-project-rent .rent__main--input1 {
  width: 60px;
  height: 30px;
  margin: 0 10px;
}

.p-project-rent .rent__main--span {
  margin-right: 10px;
  color: #cccccc;
}

.p-project-rent .rent__main .rent__select {
  width: 250px;
}

.p-project-rent .rent__main .Select-control {
  width: 250px;
  height: 32px;
}

.p-project-rent .rent__main .Select-placeholder {
  line-height: 30px;
}

.p-project-hand {
  color: #666666;
}

.p-project-hand .Select-control {
  height: 32px !important;
}

.p-project-hand .Select-value {
  line-height: 30px;
}

.p-project-hand .Select-placeholder {
  line-height: 30px !important;
}

.p-project-hand .Select-value-label {
  color: #666666 !important;
}

.p-project-hand .btn__submit {
  margin-top: 40px;
  margin-left: 0px !important;
  margin-right: 20px;
}

.p-project-hand .hand__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 20px;
}

.p-project-hand .hand__row .goldNum__input {
  width: 100px;
  height: 32px;
}

.p-project-hand .hand__row--input {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}

.p-project-hand .hand__row--span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 20px;
}

.p-project-hand .hand__row .btn {
  line-height: 32px !important;
  margin-left: 20px;
}

.p-project-hand .hand__row .hand__time {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-left: 10px;
}

.p-project-hand .hand__row .hand__time .rent__select {
  width: 80px;
}

.p-project-hand .hand__row .rent__select {
  width: 80px;
  margin-left: 10px;
}

.p-project-hand .hand__row .input {
  height: 32px !important;
}

.p-project-hand .hand__select {
  width: 100px;
}

.p-project-hand .hand__submit {
  text-align: center;
}

.p-project-hand .hand__submit .icon__ok {
  margin-right: 5px;
}

.p-project-hand .hand__ok {
  font-size: 26px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 120px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.p-project-hand .hand__info {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
}

.p-project-hand .hand__btn {
  margin-top: 25px;
  width: 120px;
  border-radius: 4px;
  background-color: #40b5ff;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  border: none;
}

.p-project-hand .hand__record {
  margin-top: 47px;
}

.p-project-hand .hand__record--span {
  padding: 0 5px;
}

.p-project-hand .hand__record .return__btn {
  margin-top: 100px;
}

.p-project-hand .hand__record .table__span {
  cursor: pointer;
  padding: 0 5px;
}

.p-project-hand .hand__record .record__title {
  margin-top: 6px;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
  margin-bottom: 20px;
}

.p-project-hand .hand__record .set__btn {
  float: right;
  width: 120px;
  border-radius: 4px;
  background-color: #40b5ff;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.p-project-hand .hand__order .order__title {
  font-size: 20px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #333333;
}

.p-project-hand .hand__order .invite__list {
  margin-left: 30px;
  margin-top: 20px;
}

.p-project-hand .hand__order .invite__li {
  font-size: 14px;
  padding-bottom: 25px;
  color: #666666;
}

.p-project-hand .hand__order .invite__btn {
  width: 60px;
  height: 26px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #ffa72e;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #ffa01f;
  margin-left: 10px;
}

.p-project-hand .sms__nav {
  margin-top: 41px;
}

.page__notfind {
  width: 150px;
  height: 120px;
  border: 5px solid #999999;
  border-radius: 8px 8px 6px 6px;
  margin: auto;
  margin-top: 250px;
}

.page__notfind--bottom {
  border-bottom: 5px solid #999999;
  width: 100%;
  height: 20px;
}

.page__notfind--span {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #999999;
  display: inline-block;
  margin: 5px 2px;
}

.page__notfind--text {
  text-align: center;
  font-size: 44px;
  color: #999999;
  line-height: 90px;
}

.page__notfind--texts {
  text-align: center;
  font-size: 20px;
  color: #666666;
  margin-top: 20px;
}

.page__notfind--texts a {
  color: #00afec;
  cursor: pointer;
}

/*label{font-size: 12px;}*/
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}

label {
  position: relative;
}

label>.anticon {
  vertical-align: top;
  font-size: 12px;
}

/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/** * Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics ========================================================================== */
/** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}

/** * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}

/** * Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** * Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/** * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** * Add the correct display in IE 9-. */
audio,
video {
  display: inline-block;
}

/** * Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** * Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** * Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

/* Forms ========================================================================== */
/** * Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
button,
input {
  /* 1 */
  overflow: visible;
}

/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}

/** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/** * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/** * Swiper 4.0.3 * Most modern mobile touch slider and framework with hardware accelerated transitions * http://www.idangero.us/swiper/ * * Copyright 2014-2017 Vladimir Kharlampidi * * Released under the MIT License * * Released on: October 27, 2017 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -o-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.amap_markers_pop_window {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.amap_markers_pop_window::before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-top: 12px solid #ddd;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.amap_markers_pop_window::after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 11px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.amap_markers_pop_window_item {
  cursor: pointer;
  width: 40px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amap_markers_pop_window_item span {
  pointer-events: none;
}

.amap_markers_window_overflow_warning {
  text-align: center;
  width: 100%;
  margin: 5px 0;
  color: #666;
}

.home__logo .tabs {
  margin-bottom: 20px;
  width: 700px;
  margin: 0 auto;
  color: #484848;
}

.home__logo .tabs .tab {
  font-size: 16px;
  padding: 9px 0;
  float: left;
  cursor: pointer;
  width: 100px;
  text-align: center;
}

.home__logo .line-wrapper {
  width: 700px;
  margin: 0 auto 20px;
}

.home__logo .line {
  width: 23px;
  height: 2px;
  margin-left: 38px;
  background: #2672ff;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  -moz-transition: .25s all ease;
  transition: .25s all ease;
}

.home__logo h2 {
  font-size: 30px;
  margin: 0 0 40px;
}

.friendship-link {
  padding: 80px 0;
}

.yqlj-header .fl {
  font-weight: bold;
  font-size: 24px;
  color: #2a6af1;
}

.yqlj-header .fl small {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: normal;
  position: relative;
  top: 2px;
}

.yqlj-list {
  margin-top: 20px;
}

.yqlj-list a {
  position: relative;
  font-size: 16px;
  padding-right: 10px;
  margin-right: 8px;
  margin-bottom: 10px;
  display: inline-block;
}

.yqlj-list a::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  width: 1px;
  height: 16px;
  background: #999999;
}

.yqlj-list a:hover {
  color: #1860e7
}

.yqlj-list a:last-child::before {
  display: none
}

.home__image--row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-home .home__image--main .home__image {
  margin-bottom: 40px;
  -webkit-transition: all .5s 0s ease-out;
  -o-transition: all .5s 0s ease-out;
  -moz-transition: all .5s 0s ease-out;
  transition: all .5s 0s ease-out;
}

.p-home .home__two--main .home__two--icon:hover .home-icon {
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.p-home .home__image--main .home__image:hover .home__image--bottom {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.5);
}

.p-home .home__image--main .home__image:hover .home__image--top img {
  -webkit-transform: translate(-50%, -50%) scale3d(1.04, 1.04, 1.04);
  -o-transform: translate(-50%, -50%) scale3d(1.04, 1.04, 1.04);
  -moz-transform: translate(-50%, -50%) scale3d(1.04, 1.04, 1.04);
  transform: translate(-50%, -50%) scale3d(1.04, 1.04, 1.04);
}

/* nav */
.header .nav__main--left ul li {
  float: left;
  position: relative;
}

.sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
  white-space: nowrap;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transition: opacity .35s 0s ease-out, -webkit-transform .35s 0s ease-out;
  transition: opacity .35s 0s ease-out, -webkit-transform .35s 0s ease-out;
  -o-transition: transform .35s 0s ease-out, opacity .35s 0s ease-out;
  -o-transition: opacity .35s 0s ease-out, -o-transform .35s 0s ease-out;
  -moz-transition: transform .35s 0s ease-out, opacity .35s 0s ease-out, -moz-transform .35s 0s ease-out;
  transition: transform .35s 0s ease-out, opacity .35s 0s ease-out;
  transition: transform .35s 0s ease-out, opacity .35s 0s ease-out, -webkit-transform .35s 0s ease-out, -moz-transform .35s 0s ease-out, -o-transform .35s 0s ease-out;
  transition: transform .35s 0s ease-out, opacity .35s 0s ease-out, -webkit-transform .35s 0s ease-out;
  padding: 9px 0;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
  border-radius: 2px;
  margin: 0;
}

.sub-nav dd {
  margin: 0;
}

.sub-nav dd a {
  display: block;
  padding: 0 18px;
  height: 38px;
  line-height: 38px;
  color: #44484b;
  text-decoration: none;
}

.arrow-down {
  display: inline-block;
  width: 10px;
  height: 6px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  background: url(../images/u1396.png) no-repeat;
  -o-background-size: 100%;
  background-size: 100%;
}

@font-face {
  font-family: "iconfont";
  src: url('iconfont.eot?t=1574058433953');
  /* IE9 */
  src: url('iconfont.eot?t=1574058433953#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKQAAsAAAAABkQAAAJFAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcApIXgE2AiQDCAsGAAQgBYRtBzYbigXIHpIkRQqIEALgFAAA4uH/9/u2z313TCROFM1mQCbRWPQhilXveBfrA1kzXsn/ar/fIlrSTv8ef8IsaT/Zs+d7izXR6VIq0wkVQoTQ6K4vN3w+z+X0JtCBXOMD5bgXjTVpUi+gXhxIge6BbbISyrhh7AKXcJ5AtX49M+s7R6ewLLOmBeJC9AqWcwFZZulKobxmbRa3lalMV9IpcCv8fvw1iWWSsoJVtXV+28Laj+ys4qR04pxPCBLQ5jIUmAUysVeb2DAnGDenOjFvGOyrPPhRqeTbxV4tgv11Vmkt6IXSe5K58ltNJ7itgZqBjlEPIprj9tG1Dk/v155cbncfV1vt28OW1/Gv5y9evvw+cmfs+/OXoOT7x0+n1tDPsnRHILj0j682zP+vrMngy2c+hNJ+Lip34Qx+haxnW9YVli1lVVbbnTSfoqZaNUqwp9nfWGPbeTOhUtsIV4W+FIVKo2RmZ1GmxhzKVVpCtRm7m2u0YHMiV2HaE0Bo9Imk3jsUGv2Qmf1FmXb/KNcYc6h2EC171hiPuLrGpIQs6huMpqmd45DVqPyY/EWpOKsI+XPiHMM4HoyK6V2qiedYkC/9RMSh46bCHXAZlWWDLTeJjAyCSDsdDl3dmwamqWDVGkYUQSyk3UCR0ag5v7dYLX3+GPEulBRuaalJniMsi8OjsYFRD3JXW/dquZdrskvehBAOclijgnbAKFIqNVBbPyohhhgII2KtqaHdyfXVDtbXV1+3D6pZphT28kLtxaBqn1WdomoAAAA=') format('woff2'), url('iconfont.woff?t=1574058433953') format('woff'), url('iconfont.ttf?t=1574058433953') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('iconfont.svg?t=1574058433953#iconfont') format('svg');
  /* iOS 4.1- */
}

.icon-shangsanjiao:before {
  content: "\e66e";
}

.header .nav__main--left ul li .iconfont {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.icon-shangsanjiao {
  color: #fff
}

.header-fixed .icon-shangsanjiao {
  color: #000;
}

.header .nav__main--left ul li.active .sub-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header .nav__main--left ul li.active .icon-shangsanjiao {
  -webkit-transform: rotateZ(180deg) scale(0.8);
  -ms-transform: rotate(180deg) scale(0.8);
  -moz-transform: rotateZ(180deg) scale(0.8);
  -o-transform: rotateZ(180deg) scale(0.8);
  transform: rotateZ(180deg) scale(0.8);
}

@media (min-width: 768px) {
  .sub-nav dd a:hover {
    color: #2a6af1;
    background-color: #f5f6fa;
  }

  .header .nav__main--left ul li:hover>.icon-shangsanjiao {
    -webkit-transform: rotateZ(180deg) scale(0.8);
    -ms-transform: rotate(180deg) scale(0.8);
    -moz-transform: rotateZ(180deg) scale(0.8);
    -o-transform: rotateZ(180deg) scale(0.8);
    transform: rotateZ(180deg) scale(0.8);
  }

  .sub-nav {
    width: 170px;
  }

  .header .nav__main--left ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mb-show {
  display: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 6%;
  z-index: 9997;
  font-size: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.mb-show a {
  color: #fff;
  padding: 0 2px;
  font-size: 12px;
}

.header-fixed .mb-show {
  color: #000;
}

.header-fixed .mb-show a {
  color: #000;
}