.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("../../images/head-logo.png") no-repeat center;
  width: 148px;
  height: 35px;
  background-size: cover;
  display: inline-block;
}
.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 */