*,
*::after,
*::before {
  box-sizing: border-box;
  word-wrap: break-word;
}
*[hidefocus],
a,
textarea,
area {
  outline: none;
  resize: none;
}
html,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
img,
input,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
  border: 0;
}
dl,
ol,
ul {
  list-style-type: none;
}
button,
input {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
pre,
select,
td,
textarea,
th {
  font-size: 12px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
a {
  color: #333333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus,
:focus {
  outline: none;
}
input {
  -webkit-user-modify: read-write-plaintext-only;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
sub,
sup {
  vertical-align: baseline;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
em,
i {
  font-style: normal;
}
/*HTML5 reset*/
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
menu,
nav,
section,
fieldset,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -webkit-appearance: textfield;
}
/*IE下a:hover 背景闪烁*/
html {
  overflow: -moz-scrollbars-vertical;
}
/*清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body,
input,
select {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  min-width: 1200px;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a[class]:hover {
  text-decoration: none;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@font-face {
  font-family: Din Medium;
  src: url("/assets/pc2018/fonts/din-medium.otf");
}
.number {
  font-family: 'Din Medium';
}
.header {
  position: relative;
  z-index: 110;
  background-color: transparent;
  min-height: 102px;
  transition: all 0.3s;
}
.header:hover {
  background-color: #fff;
}
.header:hover .service-phone {
  color: #333333;
}
.header:hover .service-phone .work-time {
  color: #666666;
}
.header:hover .website-links .links-item {
  color: #333333;
}
.header:hover .website-links .links-item a {
  color: #333333;
}
.header:hover .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header:hover .xq-logo .current-page {
  color: #999999;
}
.header:hover .xq-logo .logo-normal {
  opacity: 0;
}
.header:hover .xq-logo .logo-active {
  opacity: 1;
}
.header:hover .website-menus .menus-item {
  color: #999999;
}
.header:hover .website-menus .menus-item a {
  color: #999999;
}
.header:hover .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header:hover .website-menus .menus-item.active,
.header:hover .website-menus .menus-item.current {
  color: #333333;
}
.header:hover .website-menus .menus-item.active a,
.header:hover .website-menus .menus-item.current a {
  color: #333333;
}
.header.active {
  background-color: #fff;
}
.header.active .topbar {
  background-color: #323436;
}
.header.active .service-phone {
  color: #ffffff;
}
.header.active .service-phone .work-time {
  color: #ffffff;
}
.header.active .website-links .links-item {
  color: #ffffff;
}
.header.active .website-links .links-item a {
  color: #ffffff;
}
.header.active .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header.active .xq-logo .current-page {
  color: #999999;
}
.header.active .xq-logo .logo-normal {
  opacity: 0;
}
.header.active .xq-logo .logo-active {
  opacity: 1;
}
.header.active .website-menus .menus-item {
  color: #999999;
}
.header.active .website-menus .menus-item a {
  color: #999999;
}
.header.active .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header.active .website-menus .menus-item.active,
.header.active .website-menus .menus-item.current {
  color: #333333;
}
.header.active .website-menus .menus-item.active a,
.header.active .website-menus .menus-item.current a {
  color: #333333;
}
.topbar {
  width: 100%;
  min-width: 1200px;
  height: 40px;
  background-color: transparent;
}
.topbar .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topbar .flex {
  display: flex;
}
.topbar .space-between {
  display: flex;
  justify-content: space-between;
}
.topbar .center {
  display: flex;
  align-items: center;
}
.topbar .service-phone {
  display: flex;
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}
.topbar .service-phone .label {
  margin-right: 12px;
}
.topbar .service-phone .work-time {
  color: #ffffff;
}
.topbar .website-links {
  display: flex;
  line-height: 40px;
  margin-right: -16px;
}
.topbar .website-links .links-item {
  position: relative;
  padding: 0 16px;
  font-size: 12px;
  color: #ffffff;
}
.topbar .website-links .links-item a {
  color: #ffffff;
}
.topbar .website-links .links-item + .links-item::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #666666;
  height: 16px;
  overflow: hidden;
  top: 50%;
  margin-top: -8px;
}
.navgation {
  width: 100%;
  min-width: 1200px;
  position: relative;
  background-color: transparent;
  height: 72px;
}
.navgation .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.navgation .flex {
  display: flex;
}
.navgation .space-between {
  display: flex;
  justify-content: space-between;
}
.navgation .center {
  display: flex;
  align-items: center;
}
.navgation .wrapper {
  height: 72px;
}
.navgation .sub-menu {
  position: absolute;
  width: 100%;
  top: 72px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #eeeeee inset;
  display: none;
}
.navgation .sub-menu .wrapper {
  height: 62px;
}
.navgation .xq-logo {
  display: flex;
  height: 49px;
  align-items: center;
  position: relative;
}
.navgation .xq-logo .logo-normal,
.navgation .xq-logo .logo-active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.navgation .xq-logo .logo-normal {
  opacity: 1;
}
.navgation .xq-logo img {
  display: block;
  height: 49px;
  width: auto;
}
.navgation .xq-logo .current-page {
  display: flex;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 24px;
  border-left: 1px solid #e2e2e2;
  margin-left: 19px;
}
.navgation .website-menus {
  display: flex;
  height: 72px;
  line-height: 40px;
  margin-right: -4px;
}
.navgation .website-menus .menus-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #ffffff;
  height: 72px;
  line-height: 72px;
}
.navgation .website-menus .menus-item a {
  display: block;
  height: 72px;
  color: #ffffff;
  text-decoration: none;
}
.navgation .website-menus .menus-item a:hover {
  color: #333333;
}
.navgation .website-menus .menus-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}
.navgation .website-menus .menus-item.active,
.navgation .website-menus .menus-item.current {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active a,
.navgation .website-menus .menus-item.current a {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active::before,
.navgation .website-menus .menus-item.current::before {
  display: block;
}
.navgation .website-menus .menus-item {
  margin-left: 66px;
}
.progress {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress.disabled .bar .bar-value {
  background-color: #f9ada7;
}
.progress.disabled .bar-status {
  color: #999999;
}
.progress.disabled1 .bar .bar-value {
  background-color: #f9ada7;
}
.progress .bar {
  position: relative;
  flex: 1;
  border-radius: 4px;
  height: 4px;
  background-color: #e6e6eb;
  box-shadow: 1.259px 1.554px 4px 0px rgba(164, 164, 196, 0.2);
}
.progress .bar .bar-value {
  position: absolute;
  border-radius: 4px;
  background-color: #f35b50;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100% !important;
}
.progress .bar-status {
  font-size: 12px;
  color: #f35b50;
  width: 42px;
  text-align: right;
}
.progress .bar-status.full {
  color: #999999;
}
.button {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  height: 38px;
  line-height: 38px;
  transition: all 0.3s;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  color: #f35b50;
  padding: 0 18px;
  display: inline-block;
  text-align: center;
}
.button.button-link {
  background-color: transparent;
  color: #f35b50;
}
.button.button-link:hover {
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
  background-color: #f35b50;
  color: #ffffff;
}
.button.button-link-disabled {
  background-color: transparent;
  color: #999999;
}
.button.button-link-disabled:hover {
  text-decoration-line: underline;
}
.button.button-primary {
  color: #fff;
  background-color: #f35b50;
  transition: all 0.2s;
  cursor: pointer;
}
.button.button-primary:hover {
  background-color: #e64a3e;
}
.button.button-block,
.button.button-full {
  padding: 0;
  display: block;
  width: 100%;
}
.button.button-radius {
  border-radius: 50px;
}
.button.button-disabled {
  opacity: .5;
  cursor: default;
}
.button.button-disabled.button-hover:hover {
  color: #fff;
  background-color: #f35b50;
}
.button.button-hover:hover {
  background-color: #e64a3e;
  color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
}
.page-tab {
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 30px 0 rgba(102, 102, 102, 0.2);
}
.page-tab .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-tab .flex {
  display: flex;
}
.page-tab .space-between {
  display: flex;
  justify-content: space-between;
}
.page-tab .center {
  display: flex;
  align-items: center;
}
.page-tab .tab-wrap {
  display: flex;
}
.page-tab .tab-wrap.right {
  justify-content: flex-end;
}
.page-tab .tab-wrap .tab-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #666666;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.page-tab .tab-wrap .tab-item:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item a {
  color: #666666;
}
.page-tab .tab-wrap .tab-item a:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #f35b50;
  overflow: hidden;
}
.page-tab .tab-wrap .tab-item.active,
.page-tab .tab-wrap .tab-item.current {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active a,
.page-tab .tab-wrap .tab-item.current a {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active::before,
.page-tab .tab-wrap .tab-item.current::before {
  display: block;
}
.page-tab .tab-wrap .tab-item.current {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current a {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current::before {
  display: none;
}
.page-tab .tab-wrap .tab-item + .tab-item {
  margin-left: 74px;
}
.page-tab.infomation-tab .tab-wrap {
  display: flex;
  justify-content: space-between;
}
.page-tab.infomation-tab .tab-item {
  font-size: 14px;
}
.page-tab.infomation-tab .tab-item + .tab-item {
  margin-left: 0;
}
.page-tab.sub-menu-tab {
  box-shadow: none;
}
.page-tab.sub-menu-tab .tab-item {
  font-size: 14px;
}
.page-tab.sub-menu-tab .tab-item + .tab-item {
  margin-left: 40px;
}
.footer {
  width: 100%;
  min-width: 1200px;
  background-color: #555758;
}
.footer .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .flex {
  display: flex;
}
.footer .space-between {
  display: flex;
  justify-content: space-between;
}
.footer .center {
  display: flex;
  align-items: center;
}
.footer .wrapper {
  padding: 30px 20px 0;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 50px;
}
.footer .col1,
.footer .col2,
.footer .col3 {
  display: flex;
}
.footer .col1 {
  width: 410px;
  margin-left: -3px;
}
.footer .col1 dl {
  width: 62px;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 60px;
}
.footer .col1 dl a {
  color: #d3d3d3;
  text-decoration: none;
}
.footer .col1 dl a:hover {
  text-decoration: underline;
}
.footer .col1 dl dt {
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.footer .col1 dl dd {
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}
.footer .col2 {
  width: 378px;
  padding-top: 8px;
}
.footer .col2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .col2 ul li {
  width: 100px;
  height: 138px;
}
.footer .col2 ul li img {
  display: block;
  width: 100px;
  height: 100px;
}
.footer .col2 ul li p {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-left: -20px;
  margin-right: -20px;
}
.footer .col3 {
  flex-direction: column;
  color: #fff;
  padding-left: 100px;
}
.footer .col3 .work-time {
  line-height: 34px;
  height: 34px;
  font-size: 14px;
}
.footer .col3 .work-time span {
  font-size: 20px;
}
.footer .col3 .hot-phone {
  margin-top: 25px;
  font-size: 14px;
}
.footer .col3 .links {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
.footer .col3 .links a {
  height: 30px;
  line-height: 30px;
  background-color: #f76719;
  padding: 0 8px;
  margin-left: 25px;
  float: right;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer .col3 .links a.online {
  padding-left: 28px;
  background: #f76719 url("../images/online.png") 6px 5px no-repeat;
}
.footer .col3 .links .email-panel {
  position: absolute;
  display: none;
  z-index: 2;
  top: -74px;
  background-color: #fff;
  padding: 8px 12px;
  text-align: left;
  right: -50px;
}
.footer .col3 .links .email-panel h3 {
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #323436;
}
.footer .col3 .links .email-panel p {
  color: #ffa44c;
  font-size: 12px;
}
.footer .col3 .links .email-panel .jt {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 9px dashed #fff;
  border-left: 4px dashed transparent;
  border-right: 4px dashed transparent;
}
.footer .links {
  color: #fff;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6a6a6a;
}
.footer .links a {
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
}
.footer .links dl {
  padding-left: 95px;
  position: relative;
  overflow: hidden;
}
.footer .links dl dt {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  color: #aeaeae;
  line-height: 24px;
}
.footer .links dl dd {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 5px;
  margin: 0 5px;
}
.footer .copyright {
  height: 69px;
  overflow: hidden;
}
.footer .copyright p {
  float: left;
  height: 22px;
  line-height: 22px;
  padding-top: 16px;
  color: #fff;
}
.footer .copyright p span {
  color: #f35b50;
}
.footer .copyright ul {
  float: right;
  overflow: hidden;
}
.footer .copyright ul li {
  float: left;
  margin-left: 30px;
  height: 40px;
}
.footer .copyright ul li a {
  display: block;
}
.footer .copyright ul li img {
  display: block;
}
.biao-detail-container {
  padding-top: 24px;
  padding-bottom: 50px;
  background-color: #f4f5f9;
}
.biao-detail-container .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 600px;
}
.biao-detail-container .main-info + .main-info {
  margin-top: 20px;
}
.biao-detail-container .biao-feature {
  width: 100%;
  height: 120px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.biao-detail-container .biao-fields {
  display: flex;
  flex-wrap: wrap;
}
.biao-detail-container .biao-fields .biao-field {
  width: 50%;
  height: 40px;
  line-height: 40px;
  display: flex;
}
.biao-detail-container .biao-fields .biao-field .label {
  font-size: 14px;
  color: #999999;
  margin-right: 32px;
}
.biao-detail-container .biao-fields .biao-field .value {
  font-size: 14px;
  color: #333333;
  height: 40px;
}
.biao-detail-container .progress {
  width: 162px;
}
.biao-detail-container .biao-feature-item {
  height: 76px;
}
.biao-detail-container .biao-feature-item .value {
  height: 46px;
}
.biao-detail-container .biao-feature-item .label {
  height: 30px;
  font-size: 14px;
  color: #999999;
}
.biao-detail-container .biao-feature-item .label-icon {
  position: relative;
  top: 3px;
}
.biao-detail-container .biao-feature-item .strong {
  font-size: 30px;
  color: #333333;
}
.biao-detail-container .biao-feature-item .unit {
  font-size: 14px;
  color: #333333;
}
.biao-detail-container .biao-feature-item .red {
  color: #f35b50;
}
.biao-detail-container .biao-feature-item .tag {
  font-size: 14px;
  color: #f35b50;
  background-color: #fed9c4;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}
.biao-detail-container .biao-feature-item .rate .strong {
  font-size: 36px;
}
.biao-detail-container .biao-feature-item .rate .unit {
  font-size: 18px;
}
.biao-detail-container .biao-feature-item .rate .strong,
.biao-detail-container .biao-feature-item .rate .unit {
  color: #f35b50;
}
.biao-detail-container .biao-feature-item .rate .tag {
  margin-left: 6px;
}
.biao-detail-container .section {
  background-color: #fff;
}
.biao-detail-container .section .section-bd {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 12px;
}
.biao-detail-container .section .section-hd {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e8e8e8;
}
.biao-detail-container .section .section-hd .hd-extra {
  display: flex;
  align-items: center;
}
.biao-detail-container .section .section-hd .title {
  font-size: 18px;
  color: #333333;
}
.biao-detail-container .section .section-hd .sub-title {
  font-size: 16px;
  color: #333333;
  margin-left: 6px;
}
.biao-detail-container .section .section-hd .extra {
  font-size: 12px;
  color: #999999;
}
.biao-detail-container .section .section-hd .extra .extra-icon {
  position: relative;
  top: 3px;
  right: 5px;
}
.biao-detail-container .section .section-hd .mark {
  margin-left: 6px;
  border: 1px solid #fca06c;
  color: #fca06c;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  font-size: 12px;
}
.biao-detail-container .order-current {
  position: relative;
  height: 182px;
  display: flex;
  align-items: center;
}
.biao-detail-container .order-current .order-status-icon {
  position: absolute;
  right: 0px;
  bottom: 17px;
  width: 122px;
  height: 107px;
}
.biao-detail-container .order-current .order-status-icon.huankuanzhong {
  background-image: url("../images/detail/yinzhang_huankuanzhong.png");
}
.biao-detail-container .order-current .order-status-icon.tiqianjieqing {
  background-image: url("../images/detail/yinzhang_tiqianjieqing.png");
}
.biao-detail-container .order-current .order-status-icon.yimanbiao {
  background-image: url("../images/detail/yinzhang_yimanbiao.png");
}
.biao-detail-container .order-current .order-status-icon.zhengchangjieqing {
  background-image: url("../images/detail/yinzhang_zhengchangjieqing.png");
}
.biao-detail-container .order-current .order-fields {
  height: 120px;
  padding-left: 16px;
}
.biao-detail-container .order-current .order-fields .order-item {
  display: flex;
  height: 40px;
  line-height: 40px;
}
.biao-detail-container .order-current .order-fields .order-item .label {
  width: 110px;
  font-size: 14px;
  color: #999999;
}
.biao-detail-container .order-current .order-fields .order-item .value {
  font-size: 18px;
  color: #333333;
}
.biao-detail-container .order-from {
  height: 256px;
}
.biao-detail-container .order-from .user-status,
.biao-detail-container .order-from .order-money,
.biao-detail-container .order-from .order-more,
.biao-detail-container .order-from .order-check,
.biao-detail-container .order-from .order-action {
  display: flex;
  justify-content: space-between;
}
.biao-detail-container .order-from .user-status {
  padding-top: 20px;
  height: 62px;
  line-height: 42px;
}
.biao-detail-container .order-from .user-status .left {
  display: flex;
  font-size: 14px;
}
.biao-detail-container .order-from .user-status .field1 {
  color: #999999;
}
.biao-detail-container .order-from .user-status .field2 {
  margin-left: 16px;
  color: #333333;
}
.biao-detail-container .order-from .user-status .field3 {
  margin-left: 25px;
  color: #f35b50;
  text-decoration: underline;
  cursor: pointer;
}
.biao-detail-container .order-from .user-status .all-accept {
  cursor: pointer;
  font-size: 14px;
  color: #4d65a9;
  text-decoration: underline;
}
.biao-detail-container .order-from .order-more {
  position: relative;
  height: 40px;
  line-height: 40px;
}
.biao-detail-container .order-from .preferential {
  position: absolute;
  z-index: 5;
  top: 100%;
  margin-top: 5px;
  width: 372px;
  height: 240px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
}
.biao-detail-container .order-from .preferential .discount-type {
  align-self: center;
  height: 194px;
  width: 66px;
  border-right: 1px solid #e8e8e8;
}
.biao-detail-container .order-from .preferential .discount-type .type-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  line-height: 18px;
  font-size: 16px;
}
.biao-detail-container .order-from .preferential .discount-type .type-item.active {
  color: #f35b50;
}
.biao-detail-container .order-from .preferential .discount-content {
  align-self: center;
  height: 194px;
  width: 270px;
  margin-left: 26px;
}
.biao-detail-container .order-from .preferential .content-item ul {
  height: 194px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-top: -10px;
}
.biao-detail-container .order-from .preferential .content-item ul li {
  width: 112px;
  height: 64px;
  line-height: 56px;
  margin-left: 24px;
  margin-top: 30px;
  transition: all 0.3s;
  text-align: center;
  color: #ffffff;
}
.biao-detail-container .order-from .preferential .content-item ul li .label {
  display: none;
  font-size: 16px;
}
.biao-detail-container .order-from .preferential .content-item ul li .value {
  display: block;
  font-size: 26px;
}
.biao-detail-container .order-from .preferential .content-item ul li .value sub {
  font-size: 16px;
}
.biao-detail-container .order-from .preferential .content-item ul li:hover {
  cursor: pointer;
}
.biao-detail-container .order-from .preferential .content-item ul li:hover .label {
  display: block;
}
.biao-detail-container .order-from .preferential .content-item ul li:hover .value {
  display: none;
}
.biao-detail-container .order-from .preferential .content-item ul li.hongbao {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABACAMAAAD1RAPUAAABAlBMVEWlTzGlTzGlTzGlTzGlTzGlTzGlTzGlTzGlTzGlTzGoUDL/b3T+RWmlTzGlTzGlTzGlTzGlTzGmTzGlTzGlTzH+aXH+ZHD+X3D+TWz+SWv/b3P0R2P+Wm/+Um36bG//bXL+Vm79RWn2R2W9TED/Rmv7RWj9bXL9bXL8bXHPS0vqZ2TXYVb/bnP4R2bfSVb+RWn8RmjvR2D6bXD9bXL6Rmf1RmT7bXHyRmL6bXDraGX7bXDoSFv1a2z4bG7WSlDzamrzamqxTjn7bXD/a3P/X3D/Um3/S2z/bnP/aXL/ZnL/YnH/Wm//VW7/ZHH/XG//V27/T23/TWz/SWv/R2v/Rmv/SGv5OWguAAAAQ3RSTlMBBAsGFR8IJRIOGfL0HS80KRA7Mi309PT09Oe99PSu9PTrxEj73dTJtVo6IfrQc/Hkmpjh1rirq4dHu4hybWdgV0O8duIlOgAAApdJREFUWMPtmVtT2lAQgOtJAktCuAS8EQUJIHcQFMG71laqbdW29P//le5ZQhPiMIzjuHnA7yUfe5Z8k9fkUzisEWRBJXuVLh56OSWCKAoKWkBxc34oXrXqTZVZEn/mDMPINQUSq6LWYlIbBnIhJCP/OdIgraFVabWZQx3R6oVc9c6Na5r25RST02AkNpbsNwCax6R9HeAkJ611BQDnwfPcCYDeJz1uAjT2Sc9x9aoVODeuAdQRaSyyNn1AAQYNWrU8RojD/OnYpZqn23nnxOf8oWu5fK3l6n6+Ojs/xfPADQwQ+Ij0gGphzEBBjUUoKEDnCeogZFARYBZuGSiYIBQKqhpPUFP/B9dvGVgPNfiNgRUL3jPgD27cM7ARavAnA+EGHxgINbj5wMCmP/iFgY/g+wYfGfAHdx4Z2PEHvzOwYsEnBvzBvScG9vzBHwysVnD3KwO7H8F3DT4z4A9uPTOw5Q/+YiDc4B0DqxXcvmNg2x/8zUC4wb8MzAX/MBBqsDyRlB27OJlyYDsTl6LtlF09stuzqWMfvDyP23Z3dgNvtW1XpqducE2ASf+o1C2rNKCz4Y1lXU7jdsmy6hXSM8uyOmWKXFrWzZCGA++8LW/gkPbkapcyHdQeDU1wg2m9F4/Hi6VkJpNMtlGdpNR6F/WItFRE7SUzqGdo3TqtOvPnBxZNK6gDmnbiSIeGQ7SKnhazV9BaNJXNZlPRaCqVTSQS2RQqWiYjnRRB8zS4mgispgKreNFmr6AVAbqmRaOaZpomXhGyhbp4FXm5SopXnV6y0yOKtKrqqqoCAIque4YOCKlvGliF5asIyAekIBZjEiEESjqdXqDCVW+4VMlIUfBDybJPQWLxp57lq351ZdnHrqC+bZWMn38yfPr1lBEq1wAAAABJRU5ErkJggg==");
}
.biao-detail-container .order-from .preferential .content-item ul li.hongbao:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABACAMAAAD1RAPUAAAAwFBMVEWlTzGlTzGlTzGlTzGlTzH1bnClTzGlTzGlTzGlTzH2bnGlTzGlTzGlTzGlTzGlTzGlTzGlTzGmTzGlTzEAAAClTzGlTzHsamn1bnD2bnHxbG30bW/zbG7zbG70bW/zbG7jZ2L2bnH1bnDuamrZY1rwa2zwa2zva2vramjzbW/wa2vzbW7xbG3tamjmaGTJXUy+WES3Vj+uUjjLXk7AWUbybG7oaGXRYFPRX1PAWUbkZ2PYY1rhZmDkZ2PbZFz2bnG3cp1FAAAAP3RSTlMCBQsIFPQfESUZ8g0xHTQpIhc7LAAPLrzn+q7r07Xi3TruysFzx5VvW9jOvKulnFtHR0EhG4qDZ11QRyGLSST0xeQeAAACQUlEQVRYw+2Z23KiQBRFIwItICothIt4v5toEnNPZsb//6s57G60hCrHmgde0vuFVedsehWv9I3v+zdVBTKhq1FuClRGUGF6bVWSENbqSLavFxB0vtf+t1qDEL7Itu3oj0ZxJoR9J8PRmHCpZXnN9t/H/XgE7BNOUP2OCF9RXZ7v7RWmW6IIRvicQ5b1iLHne+DihbGvKKN4pTN9iWF62ke/GXtZAO+fGRulwCVVVzH2X8e9vWJMfwM6ZIRPYzYGcT8hCTJI7g4ykySVhL3MXTKQFCX9WGKaTIp7yjxZCzXTyJgJA884VBDDC4RQY1Y1QotpQqi71QhdPRea1QhNJVRCJVTCQpRQCZWwFCVUQiUsRQmVUAlLUUIlVMJSlFAJf7gwxiSehj25jMJ53uuF01jiOkzz6TwclPdGGNoSB+Emr27CYVHo4o3hA+dPIXbbPefvQh4+cf4g3vjFOZ/FkLxzvt8W95tPzj/nwN2eqjY0M3prh6GbC5m1MAyj99hqNlutlHDayvBjTJgCH3uEu1aT8I1o/IHq9Hw/4JgOCfuYzgzKDMOEaJj/oK07ntlod7vddqPRbndvm7fdNmFGTWKJoBwvVsW0UKWHiV/QlDp9otnpdEzTdV2zQ6d2JB2xMO1ILO0LBxwRx9MHnn7r657leTpjOoFleTohURagbsmpLqbXVNlZNTvdgU8YnSAIHI3iOIwxR2BAGJwQBPx3FSirAgngu3wVpJ1Q0pVVYImg8/0L11alaRmvrUryK7/O+wsq1BNrIuH64QAAAABJRU5ErkJggg==");
}
.biao-detail-container .order-from .preferential .content-item ul li.jiaqiquan {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABACAMAAAD1RAPUAAABGlBMVEWlTzGlTzGlTzGlTzGlTzGlTzGlTzGlTzGoUTOlTzH+Y1v8nmulTzGlTzGlTzGlTzGlTzGlTzGlTzGmTzH0YVb8nGv7l2r8hGT9fmL9cl/+aFz9Ylr5mmj3l2j8jmf8imb9d2D9bF6/VTz7Y1n/ZFv8kWj6m2r2YVbWe1H8nWv9Y1r7nGrQWUX7mmr4Ylj3YlfvYFP0lmXaW0nwkmP8nmv6mmr6Yln4mWj3mGjgXUzpjF6vUTbtj2Djhlr8k2jwYVT4mmjoXlD5mWn0YVb5m2n0lmb8mWr9kWj9hWT9gWP+fGL+d2D+cl/+bV7/aV3/Zlz8nGv8l2n9lGj9jmf9i2b9iWX/ZFv8mmr9j2f+fmP+emH+dGD+cF7+a13ss0tjAAAARnRSTlMBBAoUBgweDxsn9PMXKyQvNCEyO7vn9PT09PTpt6709PT0Sd779NTBIfrvylz00cmab2tb7eHWq5Z2R0E8OPSpiojDrp6B4NfEHwAAAo5JREFUWMPlmddy2kAUQMOuGqIj4QZyAUwHU9xwd5rjNBMnIf3/fyN3r9bDInuYYTxz9aDzwpm7lz3v2hfhEEPQgoq2jC4eypzGAE0DAQsobM4Nl1uVUymyp7FCIpEoNBigt0FLurCzfdAB6tX8+f4ZTkugbWGsIS64wuFAPQdGqK/FBZD0g0yfCGrnnDeOUI8tzk8KwpojzvkgeF444dw6Rj1qcH5eQx3A6qgZOE+IC96g6iyGPU3nCRw0Sx5EkAOvNJG0PbhOPUdK3oG0gldqSq15bfVc8lJekOC6FhNBZia7EwK6SZP5QW51fxDQtTgGNcaNlbcErBicaSKo0wX18IJfCAg1eHFPwIUS3L0nYFcN3hAQanDzhoBNNfiTgLngVwJCDW59I2Ar1OB3AkINrr4jYDVawVsCQg2u3RKwpgZ/ETAXfE9AtILbvwnYVoMfCIhWcP0PAetq8CMBEQv+JUAN7nwiYCdawX8EqMGNzwRsRCt4R4ASzFEHDfuOAFsJVqeCat0tTn2K7t5U0nLrVamHbm8q2Zutzs7tutuSWpld0HMr+ItB+b20ijsdxym7eHZ56jjDIqpbdpxOBfXacZxxFSNDxzm9DJ73QMt+py8uwLg9hn/1cWhw5gdNq2/bdrGczeez2R5oPSu00wI9RC0XQfvZPOg1WKuDq/X586KD0wqoi9OhDYxx+AqsYpns4RO0EU8BcSCVymQyUjP5PLivyhQIroItXgXSRlIGNcaTRg4wLMswcul0OmeACoun01KVKfD0ag4199Qq3i4+sstnBJMnAS5IWpYlTerj6fKreLvOYvJhhjET0Bmgm6jSFk71R+eLV8XbzIKnoOe/CqkqBXNLvGs9bxWNnv9yq1WVmGR14QAAAABJRU5ErkJggg==");
}
.biao-detail-container .order-from .preferential .content-item ul li.jiaqiquan:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABACAMAAAD1RAPUAAAA2FBMVEWlTzGlTzGlTzGlTzGlTzH7n2ylTzGlTzGlTzGlTzGlTzH8oGylTzGlTzGlTzGlTzGlTzGlTzGlTzEAAAClTzGlTzGlTzHylmSlTzGlTzH8oGz8n2z3m2n6nWq/ZkL5nWr6nmr5nWr5nWn7nmvzmGbUelD7n2v3m2j1mmfwlWPNdEz8oGz5nWr1mWf4nWn4nGnvlGP3m2ncglbpjl+zXDqrVDXCakX8oGzskWHtkmL4nGntkmLiiFryl2X2mmfZf1TUelDskWHjiVr5nWrtkmLjiFvfhVj8oGwvb1jeAAAAR3RSTlMCBQsIFPQfEQ0nF/IdGTQkIioyADsPL7wwLfrnrutK4NS128rCIfHTx1tb7eXOvKurlnJHRD0b856VioaAcm1qYjw4nj43JJW6sswAAAJLSURBVFjD7ZnZcqpAEIYjAoMIbgyOIu670cSYmH09m+//RqenB4YSqqJ1Lrg589/4Vfdf/ZW3zIXneRd5BWVCV4AgSMqipOz0dDUmISwUMTAEkpjQ8V7712oBhejrlMvlzh8NYo0BhxbHr0vAd43nme+ncn/5C3EIOMbqlB94xuo733/JfXmJ05/8ABrRZx14Bj8ImV4j3twTctvhFCx1or+l951bQu5vEK+nhPweIL5BdRmk9uUlIfoLogVG9GnkAQfBMAQJph9eHaKMQzwn9yJXYT+iTjgMIhyE4/QesogOPBANjFzo28Yhhxi2L4QacfMRukQTQt3JR+josdDMR2gqoRIqoRKmooRKqISZKKESKmEmSqiESpiJEiqhEmaihEr4nwsDnAQT1o2Wa7aIe102CSIcsXk8XbB1dm8wNouwzzZxdcP6aaET4LkVpXcMd9s7Sj+FnPUoXY0QXyilrwFKPqC6Te83gL0F4uOe0h3KjR2l+yccOrGQuE+GYXR7lUajUpkDTiocVzPAOWKvC/hYaQC+As0+sTo53q/3OO0DMpx+GJAdDrdAo/gDbdGyzVK93a6XIPV2s9UERGo0Wk0xbbbklGO9LqvxPqk2j6oCIVUTP0FDihqxzVqtZpqO45i1arVai6kUYTIVJFHuRTV1QCKehz+YfNbXbYhOiK7bruvaOkdbopxyAjyrSo6q/NdCnzBavu9bGsSyCCGWQB/QTxAJ8XQVUFYFAqDv+6cgLcGIzqwiZgh1nvfds9XpJ7Czq4K83J/z/gID+bVIOD56/gAAAABJRU5ErkJggg==");
}
.biao-detail-container .order-from .order-check {
  height: 32px;
  line-height: 32px;
}
.biao-detail-container .order-from .no-login {
  font-size: 14px;
  color: #999999;
}
.biao-detail-container .order-from .no-login a {
  font-size: 14px;
  color: #f35b50;
  padding: 0 5px;
  text-decoration: underline;
}
.biao-detail-container .order-from .money-input {
  -webkit-appearance: none;
  border: 1px solid #e8e8e8;
  color: #333333;
  font-size: 18px;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.biao-detail-container .order-from .money-input::placeholder {
  font-size: 14px;
  color: #999999;
}
.biao-detail-container .order-from .calc-result .label {
  font-size: 14px;
  color: #999999;
}
.biao-detail-container .order-from .calc-result .value {
  margin-left: 15px;
  font-size: 14px;
  color: #333333;
}
.biao-detail-container .order-from .discount {
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
}
.biao-detail-container .order-from .discount img {
  transition: all 0.3s;
}
.biao-detail-container .order-from .discount .rotate {
  transform: rotate(90deg);
}
.biao-detail-container .order-from .order-action .button-primary {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.biao-detail-container .order-from .agreement-checkbox {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #999899;
  position: relative;
  top: -2px;
}
.biao-detail-container .order-from .agreement-checkbox:checked {
  border: 0px solid #999899;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAMFBMVEV+xuqRzu2Dyev2+/7x+f3u+PzW7fi74fSf1e+a0++Y0u6MzOzP6vfB5PW13vOu2/K00IptAAAALElEQVQI12PABzgXQGjVBghdBqG4DUGkBAPPBRC9NHGKAohmKvaHSj/AYyQAR3sGXnEHFvoAAAAASUVORK5CYII=");
}
.biao-detail-container .order-from .agreement-text {
  font-size: 12px;
  color: #999999;
}
.biao-detail-container .order-from .agreement-text a {
  color: #7ec6ea;
}
.biao-detail-container .main-info {
  display: flex;
  justify-content: space-between;
}
.biao-detail-container .main-info .biao-section {
  width: 760px;
  height: 328px;
}
.biao-detail-container .main-info .biao-section .section-hd {
  padding-right: 36px;
}
.biao-detail-container .main-info .biao-section .section-bd {
  padding-right: 36px;
}
.biao-detail-container .main-info .biao-action {
  width: 416px;
  height: 328px;
}
.biao-detail-container .main-content {
  margin-top: 16px;
  background-color: #fff;
}
.biao-detail-container .main-content .page-tab {
  padding: 0 20px;
  box-shadow: 0 0 0 0 #000;
}
.biao-detail-container .main-content .page-tab .tab-wrap {
  border-bottom: 1px solid #e8e8e8;
}
.biao-detail-container .main-content .center {
  margin-left: 20px;
  margin-right: 20px;
}
.biao-detail-container .tab-content {
  padding: 18px 0;
}
.biao-detail-container .content-text {
  font-size: 14px;
  color: #333333;
}
.biao-detail-container .base-info {
  margin-top: 30px;
  font-size: 14px;
}
.biao-detail-container .base-info .label {
  margin-bottom: 10px;
  color: #999999;
}
.biao-detail-container .base-info .value {
  margin-left: 14px;
  color: #333333;
}
.biao-detail-container .base-info .block1 {
  padding: 12px 17px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 3px;
  background-color: #fff2f1;
}
.biao-detail-container .base-info .block1 li {
  width: 322px;
  line-height: 40px;
}
.biao-detail-container .base-info .block2 {
  display: flex;
  margin-top: 23px;
}
.biao-detail-container .base-info .block2 li {
  border-right: 1px solid #e8e8e8;
  width: 192px;
  line-height: 17px;
}
.biao-detail-container .base-info .block2 li span {
  display: block;
}
.biao-detail-container .base-info .block2 li .value {
  margin-left: 0;
}
.biao-detail-container .base-info .block2 li:nth-last-of-type(1) {
  border-right: 0;
}
.biao-detail-container .base-info .block2 li + li {
  margin-left: 110px;
}
.biao-detail-container .field-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.biao-detail-container .field-title .name {
  position: relative;
  padding-left: 13px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.biao-detail-container .field-title .name:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 10px;
  line-height: 10px;
  overflow: hidden;
  background-color: #f35b50;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-radius: 2px;
}
.biao-detail-container .field-title .more {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}
.biao-detail-container .label-list ul {
  height: 48px;
  line-height: 48px;
  display: flex;
  flex-wrap: wrap;
}
.biao-detail-container .label-list li {
  display: flex;
  padding-left: 13px;
  position: relative;
}
.biao-detail-container .label-list li:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 4px;
  height: 10px;
  top: 19px;
  left: 0;
  background-color: #f3473d;
  border-radius: 2px;
}
.biao-detail-container .label-list li .label {
  font-size: 14px;
  color: #999999;
}
.biao-detail-container .label-list li .value {
  margin-left: 24px;
  font-size: 14px;
  color: #333333;
}
.biao-detail-container .label-list li:nth-last-of-type(1) {
  border-right: 0;
}
.biao-detail-container .label-list li + li {
  margin-left: 74px;
}
.biao-detail-container .zhishiqi {
  display: inline-block;
  width: 7px;
  height: 8px;
  line-height: 0;
  font-size: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIBAMAAADHKvg1AAAAIVBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmOFP9JAAAACnRSTlMA7NW3lWpIKhIEjkeM8wAAAB5JREFUCNdjMGcAglUeIGJhJJBYtSgBTIC4EAmwEgDTtwpHNu19kQAAAABJRU5ErkJggg==");
}
.biao-detail-container .image-block ul,
.biao-detail-container .image-block li {
  list-style-type: none;
}
.biao-detail-container .image-block.active .image-content-wrap,
.biao-detail-container .image-block.open .image-content-wrap {
  display: block;
}
.biao-detail-container .image-block.active .image-label .zhishiqi,
.biao-detail-container .image-block.open .image-label .zhishiqi {
  transform: rotate(90deg);
}
.biao-detail-container .image-block .image-label {
  user-select: none;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 20px;
  color: #666666;
}
.biao-detail-container .image-block .image-label .zhishiqi {
  position: relative;
  top: -2px;
  transition: all 0.3s;
}
.biao-detail-container .image-block .image-content-wrap {
  display: none;
}
.biao-detail-container .image-block .image-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
}
.biao-detail-container .image-block .image-content li {
  width: 280px;
  height: 212px;
  margin-left: 13px;
  margin-bottom: 24px;
}
.biao-detail-container .image-block .image-content li img {
  display: block;
}
.biao-detail-container .image-block .image-content li p {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.biao-detail-container .detail-table table {
  width: 100%;
}
.biao-detail-container .detail-table table th,
.biao-detail-container .detail-table table td {
  height: 60px;
  line-height: 20px;
}
.biao-detail-container .detail-table table th {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.biao-detail-container .detail-table table td {
  font-size: 14px;
  color: #333333;
}
.biao-detail-container .detail-table table .status {
  color: #999999;
}
.biao-detail-container .detail-table table .status.done {
  color: #333333;
}
.biao-detail-container .detail-table table .text-left {
  text-align: left;
  padding-left: 25px;
}
.biao-detail-container .detail-table table .text-center {
  text-align: center;
}
.biao-detail-container .detail-table table .text-right {
  text-align: right;
  padding-right: 25px;
}
.biao-detail-container .detail-table table .pai {
  display: flex;
  align-items: center;
}
.biao-detail-container .detail-table table .pai .total {
  color: #333333;
  margin-right: 10px;
  width: 48%;
  text-align: right;
}
.biao-detail-container .detail-table table .pai .logs {
  text-align: left;
  color: #999999;
  font-size: 12px;
}
.biao-detail-container .detail-table table .pai .logs .ben,
.biao-detail-container .detail-table table .pai .logs .xi {
  line-height: 18px;
  text-align: left;
}
.biao-detail-container .detail-table table.normal th {
  background-color: #fff2f1;
}
/*# sourceMappingURL=detail.css.map */