.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*清除默认样式*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
input {
  border: none;
}
button {
  border: none;
}
i {
  display: inline-block;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
/*公共版心*/
.container_warp {
  width: 1280px !important;
  margin: 0 auto;
}
/*论坛版心*/
.bbs_warp {
  width: 1280px;
  margin: 0 auto;
}
/*会员版心*/
.vip_warp {
  width: 1120px;
}
.container_warp:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.go_wrap {
  width: 1440px !important;
  margin: 0 auto;
}
.go_wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.rightf {
  float: right;
}
.leftf {
  float: left;
}
.font12 {
  font-size: 12px;
  color: #727171;
}
.clear-float {
  clear: both;
  zoom: 1 \9;
}
.ie-float {
  overflow: auto \9;
}
.clear-fix:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.font-color {
  color: #727171;
}
/*图片文字对齐*/
.align-pic {
  vertical-align: middle;
}
/*清除IEX号*/
/*::-ms-clear,::-ms-reveal{display:none;}*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input,
textarea,
button {
  outline: none;
}
/*右侧悬浮*/
/*放假通知*/
.holiday-tips {
  min-width: 1280px;
  background-color: #d0ba9a;
}
.holiday-tips .tips-content {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px 0 0 60px;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .holiday-tips .tips-content {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 0 0 0;
  }
}
/*关闭*/
.holiday-tips .tips-content .icon-guanbi {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 9;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.holiday-tips .tips-content .icon-guanbi:hover {
  color: #b21f1f;
  transform: rotate(90deg);
}
.holiday-tips .tips-content .tips-logo {
  float: left;
}
.holiday-tips .tips-content .tips-logo .iconfont {
  font-size: 24px;
  line-height: 24px;
  color: #2e2525;
  display: block;
  -webkit-animation: radio 0.5s ease-in infinite;
}
.holiday-tips .tips-content .tips-text {
  float: left;
  margin-left: 10px;
}
.holiday-tips .tips-content .tips-text h5 {
  color: #ac0000;
  font-size: 16px;
}
.holiday-tips .link-holiday {
  color: #2e2525;
}
.holiday-tips .link-holiday:hover {
  text-decoration: underline;
}
.holiday-tips .quote-link .enquiry {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.holiday-tips .quote-link .quote-now:hover {
  color: #b21f1f;
}
@media all and (max-width: 1600px) {
  .header .top-box {
    padding: 0;
  }
  .header .nav .nav-box {
    padding: 0;
  }
}
@media all and (min-width: 1530px) {
  .lg-hidden {
    display: none;
  }
  .md-hidden {
    display: block;
  }
}
@media all and (max-width: 1529px) {
  .lg-hidden {
    display: block;
  }
  .md-hidden {
    display: none;
  }
}
/*分页样式*/
#pageToolbar {
  padding: 30px 0;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.ui-paging-container {
  color: #666;
  font-size: 12px;
}
.ui-paging-container ul {
  overflow: hidden;
  text-align: center;
}
.ui-paging-container ul li {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 5px;
  color: #666;
  vertical-align: bottom;
}
.ui-paging-container ul li.ui-paging-ellipse {
  border: none;
}
.ui-paging-container ul li .page-group {
  display: inline-block;
  height: 39px;
  border: 1px solid #ddd;
  vertical-align: bottom;
  margin-left: 20px;
  position: relative;
  visibility: hidden;
}
.ui-paging-container ul li .page-group:before {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAArElEQVQ4T2NkoBAwUqifYbgZcPv27XYGBgZlAuFyV1VVtRKmBiMMbt26tYWRkdEbmyH////fqqam5oMsh2HAvXv3xP/9+3fy////8igKGRkfMjExmSspKb3EawBI8tatWy6MjIy7kRX+///fVU1NbQ+6y3BG4927dwv+/fvXD9LAxMRUqKysPAGbt/Cmg9u3b88FaVJVVU3GFbCEEhJM/j+5BhBM6YRcMAQMAAARsi4RXejihAAAAABJRU5ErkJggg==") no-repeat center;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -6px;
  z-index: 3;
}
.ui-paging-container ul li .page-group:after {
  display: block;
  content: '';
  height: 100%;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 0;
  right: 45px;
  z-index: 1;
}
.ui-paging-container ul li.ui-paging-toolbar {
  padding: 0;
  position: relative;
}
.ui-paging-container ul li.ui-paging-toolbar select {
  height: 22px;
  border: 1px solid #ddd;
  color: #666;
}
.ui-paging-container ul li.ui-paging-toolbar input {
  height: 39px;
  width: 50px;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.ui-paging-container ul li.ui-paging-toolbar a {
  text-decoration: none;
  display: inline-block;
  height: 34px;
  border: 1px solid #ddd;
  vertical-align: top;
  border-radius: 2px;
  line-height: 34px;
  padding: 0 3px;
  cursor: pointer;
  margin-left: 5px;
  color: #666;
  width: 50px;
}
.ui-paging-container ul li.ui-paging-toolbar a {
  height: 39px !important;
  line-height: 39px !important;
}
.ui-paging-container ul li a:hover {
  background: #2e2525;
  color: #fff;
}
.ui-paging-container ul li .ui-paging-container ul li.ui-paging-toolbar input {
  height: 39px;
}
.ui-paging-container ul li .ui-select-pagesize {
  width: 100px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: bottom;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉下拉箭头*/
  height: 36px !important;
  padding: 0 15px 0 23px;
  margin-left: 0;
  border: 0 !important;
}
.ui-paging-container ul li select.ui-select-pagesize::-ms-expand {
  display: none;
}
.ui-paging-container ul .ui-pager {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 14px;
  margin-left: 5px;
  color: #666;
}
.ui-paging-container ul .ui-pager:hover {
  background-color: #2e2525;
  color: #ffffff;
}
.ui-paging-container ul .focus {
  background-color: #2e2525;
  color: #ffffff;
}
.ui-paging-container ul .ui-pager-disabled:hover {
  background-color: #ccc;
  cursor: not-allowed;
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
.bread-crumbs {
  color: #9fa0a0;
  padding: 20px 0;
  text-align: right;
  width: 1080px;
}
.bread-crumbs:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.bread-crumbs .bread-nav {
  float: right;
}
.bread-crumbs .icon-arrow-right {
  float: left;
  color: #9fa0a0;
}
.bread-crumbs a {
  color: #9fa0a0;
  font-size: 12px;
  max-width: 180px;
  position: relative;
  padding-left: 16px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bread-crumbs a:first-child:before {
  display: none;
}
.bread-crumbs a:before {
  display: block;
  content: '';
  width: 6px;
  border-top: 1px solid #9fa0a0;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
}
.bread-crumbs a:hover {
  text-decoration: underline;
}
@-webkit-keyframes animate-upbit {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes animate-upbit {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0.3;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
html,
body {
  height: 100%;
  font-family: NunitoSans;
}
.the-top {
  background-color: #fff;
}
/*会员中心按钮*/
.m-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  text-align: center;
  background-color: #b21f1f;
  color: #ffffff;
  float: right;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26);
  transition: all 1s;
}
.m-btn:hover {
  background-color: #ee2323;
}
.top-nav {
  height: 80px;
  background-color: #313131;
  width: 100%;
  min-width: 1366px;
}
.top-nav .nav-l {
  width: 240px;
  line-height: 80px;
  text-align: center;
  background-color: #2a2a2a;
  float: left;
}
.top-nav .nav-l img {
  vertical-align: middle;
}
.top-nav .nav-r {
  float: right;
  height: 80px;
}
.top-nav .record-log-box {
  height: 50px;
  background: #464646;
  border-radius: 25px 25px 25px 0;
  padding: 6px;
  float: left;
  min-width: 180px;
  margin: 18px 34px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.top-nav .record-log-box.active .message-parent {
  display: block;
}
@keyframes top-hi {
  1% {
    transform: scale(0);
    top: 0;
    left: 16px;
  }
  80% {
    transform: scale(0);
    top: 0;
    left: 16px;
  }
  90% {
    transform: scale(1);
    top: 0;
    left: -15px;
  }
  95% {
    transform: scale(1);
    top: 0;
    left: -15px;
  }
  100% {
    transform: scale(1);
    top: 0;
    left: -15px;
  }
}
.top-nav .record-log-box .record-body {
  width: 100%;
  position: relative;
}
.top-nav .record-log-box .record-body:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.top-nav .record-log-box .record-body .say-hi {
  background: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 8px 8px 0px 8px;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 2;
  transition: all 3s linear;
  animation: top-hi 5s infinite;
  color: #2a2a2a;
}
.top-nav .record-log-box .record-img {
  position: relative;
  width: 40px;
  height: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  background: #ebd6ca;
  float: left;
}
.top-nav .record-log-box .record-img img {
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top-nav .record-log-box .record-info {
  padding-left: 12px;
  float: left;
}
.top-nav .record-log-box .record-info .record-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  max-width: 110px;
}
.top-nav .record-log-box .record-flag {
  color: #fdbb2d;
}
.top-nav .record-log-box .record-flag .icon-wujiaoxing {
  font-size: 14px;
}
.top-nav .record-log-box .message-parent {
  width: 280px;
  height: 400px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 48px;
  left: -5px;
  z-index: 3;
  overflow: hidden;
  display: none;
  animation: animate-upbit 0.3s;
}
.top-nav .record-log-box .message-parent .message-box {
  position: relative;
  height: inherit;
}
.top-nav .record-log-box .message-parent .message-box .question-help {
  font-size: 12px;
  background-color: #efefef;
  padding: 20px 0 0 35px;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 150px;
}
.top-nav .record-log-box .message-parent .message-box .question-help .question {
  display: block;
  color: #313131;
  margin-bottom: 10px;
  position: relative;
}
.top-nav .record-log-box .message-parent .message-box .question-help .question:before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #dcdddd;
  position: absolute;
  top: 5px;
  left: -15px;
  z-index: 1;
}
.top-nav .record-log-box .message-parent .message-box .question-help .question:hover {
  text-decoration: underline;
}
.top-nav .record-log-box .message-parent .message-box .business-box {
  padding: 20px 20px 0;
  color: #313131;
}
.top-nav .record-log-box .message-parent .message-box .business-box .name {
  font-weight: normal;
  font-size: 18px;
}
.top-nav .record-log-box .message-parent .message-box .business-box .links {
  border-bottom: 1px solid #dcdddd;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 14px;
}
.top-nav .record-log-box .message-parent .message-box .business-box .links:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.top-nav .record-log-box .message-parent .message-box .business-box .links .icon-wujiaoxing {
  color: #fdbb2d;
}
.top-nav .record-log-box .message-parent .message-box .business-box .links a {
  color: #313131;
  margin-left: 7px;
  line-height: 20px;
  vertical-align: super;
}
.top-nav .record-log-box .message-parent .message-box .business-box .links .iconfont {
  float: left;
  line-height: 20px;
}
.top-nav .record-log-box .message-parent .message-box .business-box .links .icon-Skype {
  font-size: 20px;
  color: #397ecc;
  margin-top: 4px;
}
.top-nav .record-log-box .message-parent .message-box .business-box .links .icon-iconfontcolor06 {
  font-size: 18px;
  color: #dcdddd;
}
.top-nav .record-log-box .message-parent .message-box .business-box .skype-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
.top-nav .record-log-box .message-parent .message-box .business-box .skype-box .skype-name {
  font-size: 14px;
  color: #313131;
  margin-bottom: 6px;
}
.top-nav .record-log-box .message-parent .message-box .business-box .skype-box .skype-el {
  width: 40px;
  height: 20px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  border: solid 1px #dcdddd;
}
.top-nav .record-log-box .message-parent .message-box .business-box .skype-box .skype-el:hover {
  background: #efeff0;
}
.top-nav .record-log-box .message-parent .message-box .business-box .name + .links {
  padding: 2px 0 6px 0;
}
.top-nav .record-log-box .message-parent .message-box .leave-message {
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  text-align: center;
  border-radius: 2px;
  background-color: #9e6c01;
  transition: font-size 0.16s linear;
  width: 240px;
  color: #fff;
  margin: 18px auto 0;
  cursor: pointer;
}
.top-nav .record-log-box .message-parent .message-box .leave-message:hover {
  font-size: 14px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.top-nav .hints {
  float: left;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid #2a2a2a;
}
.top-nav .hints:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.top-nav .hints li {
  float: left;
  height: 100%;
  position: relative;
}
.top-nav .hints li:before {
  display: block;
  content: '';
  height: 100%;
  border-right: 1px solid #2a2a2a;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.top-nav .hints li > a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 14px;
  height: 80px;
  position: relative;
}
.top-nav .hints li > a:hover .link-name {
  text-decoration: underline;
}
.top-nav .hints li > a .point {
  min-height: 10px;
  text-align: center;
  border-radius: 12px;
  background-color: #b21f1f;
  color: #fff;
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 2;
  line-height: 14px;
  font-size: 12px;
  padding: 0 5px;
  display: none;
}
.top-nav .hints li > a span {
  font-size: 26px;
  line-height: 26px;
  position: relative;
}
.top-nav .hints li > a .icon-youhuiquan {
  font-size: 19px;
}
.top-nav .hints li > a .icon-youhuiquan .point {
  top: -3px;
  left: 18px;
}
.top-nav .hints li > a .icon-shoufukuanguanli .point {
  top: 2px;
  left: 13px;
}
.top-nav .hints li > a .icon-gouwuche1 {
  font-size: 22px;
}
.top-nav .hints li .link-name {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}
.top-nav .hints li:hover a {
  color: #fff;
}
.top-nav .hints li .now-show {
  display: block;
}
.top-nav .hints li .now-hide {
  display: none;
}
.top-nav .hints .active .point {
  display: block;
}
.message-list {
  position: absolute;
  top: 70px;
  left: 20px;
  z-index: 999;
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
  border: 1px solid #efeff0;
  box-sizing: border-box;
  font-size: 12px;
  display: none;
}
.message-list .message-title {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #efeff0;
}
.message-list .message-title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.message-list .message-title .message-numbers {
  float: left;
  margin-top: 8px;
}
.message-list .message-title .read-btn {
  float: right;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #887070;
  border-radius: 2px;
}
.message-list .message-title .read-btn:hover {
  background-color: #786060;
}
.message-list .lists-box {
  max-height: 640px;
  overflow-y: auto;
  min-height: 360px;
  padding-bottom: 20px;
}
.message-list .lists-box .item {
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #efeff0;
  display: block;
}
.message-list .lists-box .item:hover {
  transition: none;
  background-color: #efeff0;
}
.message-list .lists-box .item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.message-list .lists-box .item .item-left,
.message-list .lists-box .item .item-right {
  float: left;
}
.message-list .lists-box .item .item-left {
  width: 40px;
}
.message-list .lists-box .item .item-left .the-same {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
}
.message-list .lists-box .item .item-left .the-same span {
  color: #ffffff;
  font-size: 24px;
}
.message-list .lists-box .item .item-left .sys-sign {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: #d8cccc;
  line-height: 33px;
}
.message-list .lists-box .item .item-left .sys-sign span {
  color: #ffffff;
  font-size: 24px;
}
.message-list .lists-box .item .item-left .order-sign {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b01a1a;
}
.message-list .lists-box .item .item-left .order-sign span {
  color: #ffffff;
  font-size: 24px;
}
.message-list .lists-box .item .item-left .site-sign {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: #4a90e2;
  line-height: 40px;
}
.message-list .lists-box .item .item-left .site-sign span {
  color: #ffffff;
  font-size: 24px;
}
.message-list .lists-box .item .item-left .site-sign span {
  font-size: 20px;
}
.message-list .lists-box .item .item-right {
  margin-left: 15px;
  width: 306px;
  word-break: break-word;
}
.message-list .lists-box .item .item-right .des {
  color: #2e2525;
  line-height: 1.2;
}
.message-list .lists-box .item .item-right .des .number {
  color: #b21f1f;
}
.message-list .lists-box .item .item-right .time {
  color: #9fa0a0;
  margin-top: 5px;
}
/*右侧头像*/
.user-box {
  float: right;
  height: 80px;
  color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background-color: #2a2a2a;
}
.user-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.user-box:hover .person-info {
  display: block;
}
.user-box .user-head {
  float: left;
  width: 40px;
  height: 40px;
  position: relative;
}
.user-box .user-head img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.user-box .user-info {
  color: #fff;
  font-size: 12px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 13px;
}
.user-box .user-info .info-name {
  margin-bottom: 2px;
}
.user-box .user-info .info-name span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  max-width: 64px;
}
.user-box .user-info .info-account {
  position: relative;
  padding-right: 16px;
}
.user-box .user-info .info-account:before {
  display: block;
  content: '\e6cd';
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  right: -2px;
  z-index: 3;
  color: #868686;
  font-size: 17px;
  line-height: 17px;
}
.user-box .user-info .info-account:hover {
  text-decoration: underline;
}
.user-box .person-info {
  border: 1px solid #ddddde;
  min-height: 150px;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 99999;
  background: #fff;
  width: 240px;
  display: none;
  animation: animate-upbit 0.3s;
}
.user-box .person-info .info {
  padding: 20px 0 19px 22px;
  position: relative;
  color: #2e2525;
}
.user-box .person-info .info:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.user-box .person-info .left-info {
  float: left;
  margin-right: 10px;
}
.user-box .person-info .left-info .join-free,
.user-box .person-info .left-info .out-btn {
  color: #b21f1f;
}
.user-box .person-info .left-info .join-free:hover,
.user-box .person-info .left-info .out-btn:hover {
  text-decoration: underline;
}
.user-box .person-info .right-info {
  float: left;
}
.user-box .person-info .right-info .login-in {
  background-color: #2e2525;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.user-box .person-info .right-info .login-in:hover {
  box-shadow: 0 0 4px #261b1b;
}
.user-box .person-info .link-lists {
  border-top: 1px solid #ddddde;
  padding: 20px 0 10px 12px;
  font-size: 12px;
}
.user-box .person-info .link-lists .item {
  margin-bottom: 10px;
}
.user-box .person-info .link-lists .item a {
  display: inline-block;
  color: #2e2525;
  position: relative;
  padding-right: 20px;
}
.user-box .person-info .link-lists .item a span {
  float: left;
}
.user-box .person-info .link-lists .item a:after {
  display: none;
  content: '';
  width: 10px;
  height: 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #b21f1f;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  margin-top: -5px;
}
.user-box .person-info .link-lists .item a .name {
  margin-left: 10px;
  max-width: 168px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.user-box .person-info .link-lists .item a:hover .name {
  text-decoration: underline;
}
.user-box .person-info .link-lists .active a:after {
  display: block;
}
/*菜单导航*/
.main-menu {
  min-width: 1366px;
  height: 44px;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a6a6a6, endColorstr=#bfbfbf);
  background: linear-gradient(to bottom, #a6a6a6, #bbbbbb, #bfbfbf);
}
.main-menu .menu-account {
  float: left;
  width: 240px;
  height: 44px;
}
.main-menu .menu-account:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-menu .menu-account .nav-flag {
  width: 192px;
  float: left;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#9e9e9e, endColorstr=#b4b4b4);
  background: linear-gradient(to bottom, #9e9e9e, #afafaf, #b4b4b4);
  line-height: 44px;
  text-indent: 26px;
  font-weight: 700;
  cursor: pointer;
}
.main-menu .menu-account .nav-flag:hover {
  color: #b21f1f;
  text-decoration: underline;
}
.main-menu .menu-account .icon-shouye {
  display: inline-block;
  width: 48px;
  height: 44px;
  font-size: 19px;
  text-align: center;
  line-height: 37px;
  float: left;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#bbbbbb, endColorstr=#bdbdbd);
  background: linear-gradient(to bottom, #a3a3a3, #bbbbbb, #bdbdbd);
}
.main-menu .menu-list {
  float: left;
}
.main-menu .menu-list li {
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
.main-menu .menu-list li:before {
  display: block;
  content: '';
  height: 34%;
  border-left: 1px solid #9c9c9c;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  transform: translateY(-50%);
}
.main-menu .menu-list li:first-child:before {
  display: none;
}
.main-menu .menu-list li a {
  color: #3e3a39;
  font-size: 14px;
}
.main-menu .menu-list li:hover a {
  color: #b21f1f;
  text-decoration: underline;
}
.main-menu .menu-list .active a {
  color: #b21f1f;
  text-decoration: underline;
}
/*订单链接*/
.in-link {
  float: left;
  height: 24px;
  line-height: 24px;
  border-top-left-radius: 13px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#8b8b8b, endColorstr=#8b8b8b);
  background: linear-gradient(to bottom, #8b8b8b, #737373, #8b8b8b);
  padding: 0 10px;
  margin: 8px 0 8px 6px;
  font-size: 12px;
}
.in-link .icon-jisuan1 {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin: 0 16px 0 0;
}
.in-link span {
  float: left;
  color: #5f5f5f;
  font-size: 12px;
  margin: 0 14px;
}
.in-link a {
  float: left;
  height: 23px;
  color: #fff;
}
.in-link a:hover {
  text-decoration: underline;
}
/*面包屑*/
/*版权说明*/
.copy-right-box {
  font-size: 12px;
  color: #c8c8c8;
  width: 1080px;
  position: absolute;
  bottom: 0;
  padding: 30px 0;
  border-top: 1px solid #efefef;
}
/*版权说明*/
.order-main {
  height: 100%;
  min-width: 1366px;
  position: relative;
}
.order-main .box-l {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 240px;
  min-height: 100%;
}
.order-main .box-l .category .cash-coupon {
  margin-top: 80px;
}
.order-main .box-l .category .item {
  background-color: #fff;
  color: #fff;
  position: relative;
}
.order-main .box-l .category .item:before {
  display: block;
  content: '';
  height: 100%;
  width: 48px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #3c3c3c;
}
.order-main .box-l .category .item:nth-child(2n+1):before {
  background: #313131;
}
.order-main .box-l .category .item .item-name {
  color: #3e3a39;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  z-index: 3;
}
.order-main .box-l .category .item .item-name:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.order-main .box-l .category .item .item-name > .iconfont {
  color: #7e7e7e;
  display: inline-block;
  width: 48px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  float: left;
}
.order-main .box-l .category .item .item-name .icon-fukuan1 {
  font-size: 22px;
}
.order-main .box-l .category .item .item-name .icon-luntan {
  font-size: 24px;
}
.order-main .box-l .category .item .item-name .icon-daipingjiab {
  font-size: 24px;
}
.order-main .box-l .category .item .item-name .icon-34 {
  font-size: 32px;
}
.order-main .box-l .category .item .item-name .icon-gerenziliao {
  font-size: 18px;
}
.order-main .box-l .category .item .item-name .category-name {
  border-left: 2px solid transparent;
  height: 40px;
  display: inline-block;
  width: 192px;
  float: left;
  text-indent: 8px;
  position: relative;
  font-weight: 700;
  background: #f7f8f8;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}
.order-main .box-l .category .item .item-name .category-name .icon-xialasanjiao {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 3;
  transform: translateY(-50%) rotate(180deg);
  color: #868686;
  font-size: 14px;
  line-height: 14px;
  text-indent: 0;
  padding: 6px;
}
.order-main .box-l .category .item .item-name .category-name .isHide {
  transform: translateY(-50%);
  display: block;
}
.order-main .box-l .category .item .item-name .icon-yiwancheng {
  font-size: 24px;
}
.order-main .box-l .category .item .item-name .icon-lipin {
  font-size: 25px;
}
.order-main .box-l .category .item .icon-new {
  position: absolute;
  top: -2px;
  left: -3px;
  z-index: 9;
  color: #4a90e2;
  font-weight: normal;
  line-height: normal;
  font-size: 28px;
  text-indent: 0;
}
.order-main .box-l .category .active .item-name .category-name {
  border-left: 2px solid #b21f1f;
  background: #fff;
}
.order-main #pageToolbar {
  width: 1080px;
  padding: 30px 0 0 0 !important;
}
.order-main .box-r {
  background: #fff;
  box-sizing: border-box;
  padding: 0 0 100px 270px;
  position: relative;
  min-height: 100%;
}
.order-main .box-r:before {
  display: block;
  content: '';
  height: 100%;
  border-right: 1px solid #efefef;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  width: 240px;
  background: #f7f8f8;
}
.order-main .box-r:after {
  display: block;
  content: '';
  width: 48px;
  height: 100%;
  border-right: 1px solid #efefef;
  background: #2a2a2a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.order-main .box-r .r-title {
  font-size: 24px;
  line-height: 24px;
  color: #2e2525;
  font-family: NunitoSans-Bold;
  margin-bottom: 15px;
}
.order-main .box-r .balance-box {
  min-width: 1080px;
  min-height: 600px;
}
.order-main .box-r .balance-box .to-promote {
  width: 320px;
  height: auto;
  cursor: pointer;
}
.order-main .box-r .balance-box .to-promote a {
  cursor: default;
}
.order-main .box-r .empty-state {
  display: block !important;
}
/*会员中心左侧*/
.second-item {
  background-color: #f7f8f8;
  padding: 6px 0;
  border-bottom: 1px solid #efefef;
}
.second-item a {
  display: block;
  color: #3e3a39;
  font-size: 12px;
  padding: 6px 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 35% center;
}
.second-item a:hover {
  color: #b21f1f;
}
.second-item a:hover .second-name {
  text-decoration: underline;
}
.second-item .second-name {
  display: inline-block;
  width: 192px;
  margin-left: 48px;
  text-indent: 25px;
  user-select: all;
}
.second-item .second-active {
  color: #b21f1f;
}
.message-link {
  position: fixed;
  right: 10px;
  bottom: 30%;
  z-index: 999;
  color: #fff;
  cursor: pointer;
}
.salesman-box {
  border-radius: 100%;
  background-color: #fff;
}
.salesman-box .salesman {
  overflow: hidden;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #fff;
  position: relative;
  z-index: 3;
}
.salesman-box .salesman img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 100%;
}
@keyframes hi {
  1% {
    transform: scale(0);
    top: 0;
    left: 16px;
  }
  80% {
    transform: scale(0);
    top: 0;
    left: 16px;
  }
  90% {
    transform: scale(1);
    top: 0;
    left: -15px;
  }
  95% {
    transform: scale(1);
    top: 0;
    left: -15px;
  }
  100% {
    transform: scale(1);
    top: 0;
    left: -15px;
  }
}
.salesman-box .say-hi {
  background-color: #887071;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 9;
  transition: all 3s;
  animation: hi 5s infinite;
  color: #fff;
}
.salesman-box .message-parent {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 1;
  overflow: hidden;
  width: 0;
  height: 0;
}
.salesman-box .message-parent .message-box {
  background-color: #f5f0f0;
}
.salesman-box .message-parent .message-box .message-title {
  position: relative;
  padding: 2px 0;
}
.salesman-box .message-parent .message-box .message-title .icon-guanbi {
  display: inline-block;
  padding: 8px 10px;
  font-size: 20px;
  color: #887071;
  transition: all 0.3s ease-in;
}
.salesman-box .message-parent .message-box .message-title .icon-guanbi:hover {
  color: #b21f1f;
}
.salesman-box .message-parent .message-box .question-help {
  font-size: 14px;
  background-color: #e8e0e0;
  padding: 10px 20px 25px;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
}
.salesman-box .message-parent .message-box .question-help .question {
  display: block;
  color: #887071;
  border-bottom: 1px #887071 dashed;
  padding: 10px 0;
}
.salesman-box .message-parent .message-box .question-help .question:hover {
  text-decoration: underline;
}
.salesman-box .message-parent .message-box .business-box {
  padding-left: 25px;
  color: #887071;
  margin-top: 10px;
}
.salesman-box .message-parent .message-box .business-box .name {
  font-weight: normal;
  font-size: 18px;
}
.salesman-box .message-parent .message-box .business-box .links {
  border-bottom: 1px solid #e8dddd;
  padding: 6px 0;
  box-sizing: border-box;
}
.salesman-box .message-parent .message-box .business-box .links:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.salesman-box .message-parent .message-box .business-box .links .icon-wujiaoxing {
  color: #fdbb2d;
}
.salesman-box .message-parent .message-box .business-box .links a {
  color: #887071;
  margin-left: 7px;
  line-height: 20px;
  vertical-align: super;
}
.salesman-box .message-parent .message-box .business-box .links .iconfont {
  float: left;
  line-height: 21px;
  width: 24px;
}
.salesman-box .message-parent .message-box .business-box .links .icon-Skype {
  font-size: 20px;
}
.salesman-box .message-parent .message-box .business-box .links .icon-xinxi1 {
  font-size: 17px;
}
.salesman-box .message-parent .message-box .leave-message {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-align: center;
  border-radius: 4px;
  background-color: #887071;
  transition: all 0.3s;
  width: 240px;
  margin: 18px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.salesman-box .message-parent .message-box .leave-message:hover {
  font-size: 15px;
}
.push-notification {
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 12;
}
.push-notification .push-alter {
  width: 320px;
  height: 106px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 12px;
  position: relative;
  cursor: default;
}
.push-notification .push-alter .alter-head {
  position: relative;
  height: 16px;
}
.push-notification .push-alter .alter-head .icon-multiplication {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.push-notification .push-alter .alter-head .icon-multiplication:hover {
  color: #E02D2D;
}
.push-notification .push-alter .alter-body {
  margin-top: 4px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.push-notification .push-alter .alter-body .alter-icon {
  width: 40px;
  height: 40px;
  background: #E02D2D;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.push-notification .push-alter .alter-body .alter-icon .icon-file-text-fill {
  font-size: 24px;
  color: #fff;
}
.push-notification .push-alter .alter-body .alter-info {
  margin-left: 14px;
  font-size: 14px;
  color: #313131;
  display: flex;
  flex-direction: column;
}
.push-notification .push-alter .alter-body .alter-info .alter-no {
  line-height: 18px;
}
.push-notification .push-alter .alter-body .alter-info .alter-msg {
  margin-top: 4px;
}
* {
  margin: 0;
  padding: 0;
}
.verify-module {
  width: 1080px;
  margin: auto;
}
.verify-module .verify-head {
  width: 100%;
  height: 80px;
  background: #4e4e4e;
  display: flex;
  align-items: center;
}
.verify-module .verify-head .head-title {
  margin-left: 48px;
  font-size: 18px;
  color: #fff;
  font-family: NunitoSans;
}
.verify-module .head-logo {
  width: 260px;
  height: 100%;
  background: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
}
    .verify-module .head-logo .jump-logo {
        background: url("data:image/png;base64,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") no-repeat center;
        width: 160px;
        height: 35px;
        display: inline-block;
        background-size: contain;
    }
.verify-module .verify-mailbox-title {
  padding: 40px 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #313131;
  font-family: NunitoSans-Semibold;
}
.verify-module .email-area {
  width: 390px;
  margin: 0 auto;
  padding-bottom: 94px;
}
.verify-module .email-area .form-item {
  margin-top: 20px;
}
.verify-module .email-region {
  padding: 20px 30px 0;
}
.verify-module .tips-title {
  font-size: 12px;
  color: #313131;
  margin-bottom: 38px;
}
.verify-module .step-tab {
  display: flex;
}
.verify-module .step-tab dd {
  flex: 1;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 14px 30px;
  font-size: 12px;
  color: #313131;
  line-height: 16px;
  box-sizing: border-box;
}
.verify-module .step-tab dd:last-child {
  border-right: 0;
}
.verify-module .verify-box {
  border: 1px solid #e7e7e7;
  min-height: 500px;
}
.verify-module .verify-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.verify-module .verify-box .hint-title {
  background: #F5F1E9;
  border-radius: 2px;
  padding: 12px 18px;
  font-size: 12px;
  color: #9E6C01;
}
.verify-module .verify-box .verify-region {
  padding: 76px 0 0;
  width: 390px;
  margin: auto;
}
.verify-module .verify-box .verify-region .email {
  font-size: 24px;
  color: #313131;
}
.verify-module .verify-box .verify-region .email-des {
  margin-top: 6px;
  font-size: 12px;
  color: #313131;
  line-height: 17px;
  margin-bottom: 20px;
}
.verify-module .verify-box .verify-region .code-title {
  margin-top: 20px;
  font-size: 14px;
  color: #313131;
  margin-bottom: 8px;
}
.verify-module .verify-box .verify-region .input-code {
  position: relative;
  height: 50px;
  border: 1px solid #e7e7e7;
  display: flex;
}
.verify-module .verify-box .verify-region .input-data {
  border: 0;
  height: 100%;
  width: 70%;
  outline: none;
  padding: 0 20px;
  font-size: 12px;
}
.verify-module .verify-box .verify-region .input-data::placeholder {
  color: #929292;
}
.verify-module .verify-box .verify-region .send-item {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 10px;
}
.verify-module .verify-box .verify-region .send-code {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  border: 1px solid #9E6C01;
  font-size: 12px;
  color: #9E6C01;
  padding: 0 18px;
  display: inline-block;
}
.verify-module .verify-box .verify-region .send-code.active {
  padding: 0;
  border: 0;
  font-size: 24px;
}
.verify-module .verify-box .verify-region .sub-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 2px;
  background: #d9d9d9;
  font-size: 18px;
  color: #fff;
  outline: none;
  font-weight: 400;
  float: right;
  margin-top: 22px;
  border: 0;
  cursor: no-drop;
}
.verify-module .verify-box .verify-region .sub-btn.active {
  cursor: pointer;
  background: #FF4949;
  color: #FFFFFF;
}
.verify-module .verify-box .basic-information {
  margin: auto;
  text-align: center;
}
.verify-module .verify-box .basic-information .icon-youjianchenggong {
  font-size: 48px;
  color: #20A0FF;
  text-align: center;
  margin: 64px auto 0;
}
.verify-module .verify-box .basic-information .email-title {
  margin-top: 14px;
  font-size: 14px;
  color: #313131;
  line-height: 20px;
}
.verify-module .verify-box .basic-information .basic-btn {
  margin-top: 30px;
  cursor: pointer;
  background: #ff4949;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.verify-module .verify-box .basic-information .basic-btn:active {
  transform: translateY(1px);
}
.verify-module .form-item {
  outline: none;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
.verify-module .form-item.split {
  margin-bottom: 20px;
}
.verify-module .form-item .label {
  display: block;
  line-height: 20px;
}
.verify-module .form-item .label .icon-bitian {
  color: #9e6c01;
  vertical-align: bottom;
}
.verify-module .form-item.active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  z-index: 3;
}
.verify-module .form-item input {
  border-radius: 2px;
  border: 1px solid #dcdddd;
  height: 50px;
  line-height: 50px;
  width: 100%;
  display: block;
  outline: none;
  margin-top: 8px;
  font-size: 24px;
  text-indent: 12px;
  color: #313131;
  background: #fff;
}
.verify-module .form-item input::placeholder {
  font-size: 12px;
  line-height: 28px;
  color: #929292;
  position: relative;
  top: -2px;
}
.verify-module .form-item input.pad {
  padding-right: 118px;
}
.verify-module .form-item .send-btn {
  border: 1px solid #9e6c01;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  height: 30px;
  min-width: 130px;
  padding: 0 15px;
  cursor: pointer;
  color: #9e6c01;
  background: #fff;
  border-radius: 2px;
}
.verify-module .form-item .send-btn:active {
  transform: translateY(1px);
}
.verify-module .form-item .down-text {
  font-size: 24px;
  color: #9e6c01;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  background: transparent;
}
.verify-module .form-tool {
  width: 390px;
  margin: 30px auto 0;
  display: flex;
  justify-content: flex-end;
}
.verify-module .form-tool:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.verify-module .form-tool .registration-btn {
  width: 140px;
  height: 40px;
  line-height: 38px;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #9e6c01;
  color: #9e6c01;
  font-size: 18px;
  cursor: pointer;
  float: right;
}
.verify-module .form-tool .registration-btn:active {
  transform: translateY(1px);
}
.verify-module .form-tool .registration-btn.submit {
  background: #ff4949;
  border-color: #ff4949;
  color: #fff;
}
.verify-module .form-tool .registration-btn.submit .reg-text {
  text-decoration: none;
}
.verify-module .form-tool .registration-btn[disabled] {
  border-color: #929292;
  color: #929292;
  background: #fff;
  cursor: not-allowed;
}
.verify-module .form-tool .registration-btn[disabled]:active {
  transform: none;
}
.verify-module .form-tool .registration-btn[disabled]:hover .iconfont {
  transform: none;
}
.verify-module .form-tool .registration-btn .reg-text {
  text-decoration: underline;
}
.verify-module .form-tool .registration-btn .iconfont {
  display: inline-block;
  transition: all 0.26s ease-in;
}
.verify-module .form-tool .registration-btn:hover .iconfont {
  transform: translateX(5px);
}
.verify-module .copyright-work {
  padding: 26px 0;
  text-align: center;
  font-size: 12px;
  color: #929292;
}
.verify-module .copyright-work .work-jump {
  color: #313131;
  text-decoration: underline;
}
.verify-module .add-file-region {
  margin: 16px auto 0;
  width: 390px;
}
.verify-module .add-file-region .add-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.verify-module .add-file-region .file-title {
  font-size: 14px;
  color: #313131;
}
.verify-module .add-file-region .add-case {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  width: 130px;
  border: 1px solid #9e6c01;
  border-radius: 2px;
  font-size: 12px;
  color: #9e6c01;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 10px;
}
.verify-module .add-file-region .add-case input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
}
.verify-module .add-file-region .file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding-bottom: 10px;
}
.verify-module .add-file-region .file-item:last-child {
  padding-bottom: 0;
}
.verify-module .add-file-region .file-type {
  margin-top: 10px;
}
.verify-module .add-file-region .the-cross-el {
  font-size: 16px;
  font-family: NunitoSans-Bold;
  color: #9e6c01;
}
.verify-module .add-file-region .type-name {
  width: 300px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #20A0FF;
}
.verify-module .add-file-region .delete-btn {
  cursor: pointer;
  color: #e02d2d;
  text-decoration: underline;
}
.verify-module .add-file-region .file-des {
  margin-top: 10px;
  font-size: 12px;
  color: #313131;
  line-height: 17px;
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
}
.verify-module .submit-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 2px;
  background: #ff4949;
  font-size: 18px;
  color: #fff;
  outline: none;
  font-weight: 400;
  display: inline-block;
  margin-top: 26px;
  border: 0;
  cursor: pointer;
}
.verify-module .submit-btn:active {
  transform: translateY(1px);
}
.verify-module .alter-cause {
  font-size: 14px;
  padding: 15px 20px;
  width: 100%;
  height: 150px;
  resize: none;
  margin-top: 8px;
  border: 1px solid #e7e7e7;
  color: #313131;
  font-family: NunitoSans;
}
.verify-module .alter-cause::placeholder {
  font-size: 12px;
  color: #929292;
  border: 0;
}
.verify-module .correct-box {
  padding-top: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verify-module .icon-checkcircleyuangou {
  font-size: 48px;
  color: #20A0FF;
  margin-right: 32px;
}
.verify-module .correct-des {
  font-size: 14px;
  color: #313131;
  line-height: 20px;
}
/*# sourceMappingURL=verify-mailbox-page.css.map */