/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
i {
  display: block;
}
.clear {
  clear: both;
}
.clear:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

#app {
  font-family: "微软雅黑", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  background: #f5f5f5;
  min-width: 1200px;
}

#__nuxt,
#__layout {
  height: 100%;
}

.textOverflowOne {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.textOverflowTwo {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.textOverflowThree {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
}

/* ie点击阴影 */
a:active {
  background-color: transparent;
}

/* 弹窗样式 */
.el-popover.el-popper {
  min-width: auto;
}
.el-popover.el-popper.smPopper {
  min-width: 90px;
  padding: 5px;
}
.el-popover.el-popper.topTip {
  font-size: 12px;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "微软雅黑", sans-serif;
}

.el-select-dropdown__item span,
.el-button span,
.el-input__inner {
  font-family: "微软雅黑", sans-serif;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

header {
  width: 100%;
  height: 70px;
  background: #fff;
  line-height: 70px;
  position: relative;
  padding: 0 40px;
  font-size: 14px;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px 0 rgba(99, 108, 120, 0.1);
  box-shadow: 0 2px 4px 0 rgba(99, 108, 120, 0.1);
  text-align: left;
  z-index: 21;
}

header .floatLeft {
  float: left;
}

header .floatLeft .logoImg {
  float: left;
  margin-top: 17px;
  width: 145px;
  height: 36px;
  cursor: pointer;
  margin-right: 38px;
}

header .floatLeft .logoImg img {
  display: block;
}

header .floatLeft .shares {
  float: left;
  width: 123px;
  height: 27px;
  line-height: 12px;
  font-size: 12px;
  padding-left: 14px;
  border-left: 1px solid #ddd;
  margin: 21px 0 0 14px;
}

header .floatLeft .shares .desc {
  margin-bottom: 4px;
}

header .floatLeft .inputContainer {
  float: inherit;
  margin-left: 112px;
}

header .floatLeft .inputContainer .searchImgContainer {
  border-left: 1px solid #eee;
  height: 24px;
  margin-top: 23px;
  float: left;
  width: 45px;
  line-height: 28px;
}

header .floatLeft .inputContainer .searchImgContainer .searchImg {
  width: 14px;
  height: 14px;
  margin-left: 22px;
}

header .floatLeft .inputContainer .searchInput {
  outline: none;
  font-size: 14px;
}

header .floatLeft .inputContainer .searchInput:-moz-placeholder,
header .floatLeft .inputContainer .searchInput:-ms-input-placeholder,
header .floatLeft .inputContainer .searchInput::-moz-placeholder,
header .floatLeft .inputContainer .searchInput::-webkit-input-placeholder {
  color: #bbb;
}

header .floatLeft .navTotal {
  float: left;
}

header .floatLeft .navTotal > li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 105px;
  height: 70px;
  text-align: center;
  color: #333;
  cursor: pointer;
}

header .floatLeft .navTotal > li.home {
  width: 58px;
}

header .floatLeft .navTotal > li.tools {
  width: 90px;
  margin: 0 15px;
}

header .floatLeft .navTotal > li.tools .dropContainer {
  padding: 36px 0;
  position: absolute;
  top: 70px;
  left: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 22;
  display: none;
  cursor: default;
}

header .floatLeft .navTotal > li.tools:hover .dropContainer {
  display: block;
}

header .floatLeft .navTotal > li .iconDown {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin: 0 0 3px 9px;
  background: url("../imgs/head/icons.png") -144px -68px;
}

header .floatLeft .navTotal > li .smallList {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 13px 0 rgba(99, 108, 120, 0.1);
  box-shadow: 0 5px 13px 0 rgba(99, 108, 120, 0.1);
  width: 200px;
  display: none;
  line-height: 0;
  padding: 14px 0 24px;
  position: absolute;
  z-index: 21;
}

header .floatLeft .navTotal > li .smallList .smallContainer li {
  width: 100%;
  line-height: 44px;
  height: 44px;
  text-align: left;
  padding: 0 20px;
}

header .floatLeft .navTotal > li .smallList .smallContainer li i {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 3px;
  background: url("../imgs/head/headIcons.png");
}

header .floatLeft .navTotal > li .smallList .smallContainer li i.scanIcon1 {
  background-position: -187px -10px;
}

header .floatLeft .navTotal > li .smallList .smallContainer li i.scanIcon2 {
  background-position: -42px -176px;
}

header .floatLeft .navTotal > li .smallList .smallContainer li i.scanIcon3 {
  background-position: -118px -102px;
}

header .floatLeft .navTotal > li .smallList .smallContainer li i.scanIcon4 {
  background-position: -187px -112px;
}

header .floatLeft .navTotal > li .smallList .smallContainer li a:hover {
  color: #fe7326;
}

header
  .floatLeft
  .navTotal
  > li
  .smallList
  .smallContainer
  li
  a:hover
  i.scanIcon1 {
  background-position: -152px -140px;
}

header
  .floatLeft
  .navTotal
  > li
  .smallList
  .smallContainer
  li
  a:hover
  i.scanIcon2 {
  background-position: -10px -176px;
}

header
  .floatLeft
  .navTotal
  > li
  .smallList
  .smallContainer
  li
  a:hover
  i.scanIcon3 {
  background-position: -187px -44px;
}

header
  .floatLeft
  .navTotal
  > li
  .smallList
  .smallContainer
  li
  a:hover
  i.scanIcon4 {
  background-position: -187px -78px;
}

header .floatLeft .navTotal > li .smallList .smallContainer li a:active {
  color: #cd5910;
}

header .floatLeft .navTotal > li .smallList .smallContainer li.center {
  text-align: center;
}

header .floatLeft .navTotal > li .smallList img {
  display: inline-block;
  margin-bottom: 10px;
}

header .floatLeft .navTotal > li .smallList p {
  line-height: 20px;
  color: #333;
}

header .floatLeft .navTotal > li .smallList .scan {
  color: #999;
}

header .floatLeft .navTotal > li .smallList.client {
  height: 250px;
}

header .floatLeft .navTotal > li .smallList.client ul li i {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: url("../imgs/head/headIcons.png");
}

header .floatLeft .navTotal > li .smallList.client .clientIcon1 {
  background-position: -10px -56px;
}

header .floatLeft .navTotal > li .smallList.client .clientIcon2 {
  background-position: -56px -10px;
}

header .floatLeft .navTotal > li .smallList.client .clientIcon3 {
  background-position: -10px -10px;
}

header .floatLeft .navTotal > li .smallList.client .clientIcon4 {
  background-position: -56px -56px;
}

header .floatLeft .navTotal > li .smallList.client .clientButton {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #ff8e68;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

header .floatLeft .navTotal > li .smallList.client .clientButton:hover {
  background: #ffa88b;
  color: #fff;
}

header .floatLeft .navTotal > li.download {
  position: relative;
  width: 154px;
}

header .floatLeft .navTotal > li.download .hotImg {
  position: absolute;
  top: 15px;
  right: -4px;
}

header .floatLeft .navTotal > li.download .downloadList {
  display: none;
  width: 160px;
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 21;
  background: #fff;
  -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 9px 10px 0;
}

header .floatLeft .navTotal > li.download .downloadList:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 78px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  -webkit-filter: drop-shadow(0 -4px 2px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0 -4px 2px rgba(0, 0, 0, 0.03));
}

header .floatLeft .navTotal > li.download .downloadList a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #212121;
  text-align: left;
  margin-bottom: 10px;
}

header .floatLeft .navTotal > li.download .downloadList a img {
  width: 20px;
  height: 20px;
  margin: 0 5px -5px 10px;
}

header .floatLeft .navTotal > li.download .downloadList a:hover {
  background-color: #f8f8f8;
}

header .floatLeft .navTotal > li.download .downloadIcon {
  display: inline-block;
  margin-bottom: -1px;
  width: 13px;
  height: 12px;
  padding-right: 5px;
  background: url("../imgs/head/headIcons.png") -74px -176px;
}

header .floatLeft .navTotal > li.download .iconDown {
  margin-left: 5px;
}

header .floatLeft .navTotal > li.download:hover .downloadList {
  display: block;
}

header .floatLeft .navTotal > li.download:hover .downloadIcon {
  background-position: -107px -176px;
}

header .floatLeft .navTotal > li.freeSort {
  position: relative;
}

header .floatLeft .navTotal > li.freeSort .navLink {
  width: 160px;
  max-height: 400px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 31px 0 9px;
  text-align: left;
  display: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 21;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .floatLeft .navTotal > li.freeSort .navLink a {
  display: block;
  line-height: 18px;
  height: 40px;
  color: #666;
  padding-left: 27px;
  width: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .floatLeft .navTotal > li.freeSort .navLink a:hover {
  color: #fe6600;
}

header .floatLeft .navTotal > li.freeSort .bigNav {
  height: 400px;
}

header .floatLeft .navTotal > li.manConvert {
  position: relative;
}

header .floatLeft .navTotal > li.manConvert .hotImg {
  position: absolute;
  top: 20px;
  right: -10px;
}

header .floatLeft .navTotal > li a {
  display: block;
  color: #333;
  font-size: 14px;
}

header .floatLeft .navTotal > li:hover .iconDown {
  background-position: -144px -44px;
}

header .floatLeft .navTotal > li:hover .smallList {
  display: block;
}

header .floatLeft .navTotal > li:hover .navLink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

header .floatLeft .navTotal > li:hover,
header .floatLeft .navTotal > li:hover > a {
  color: #fe7326;
}

header .floatLeft .navTotal > li:hover.bottom {
  border-bottom: 4px solid #fe7326;
}

header .floatRight {
  float: right;
}

header .floatRight .vipButton,
header .floatRight .order {
  float: left;
  padding: 0 13px 0 2px;
  height: 34px;
  background-color: #fff3e9;
  border-radius: 17px;
  color: #ff6d0c;
  margin-top: 18px;
  line-height: 34px;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

header .floatRight .vipButton:hover,
header .floatRight .order:hover {
  background-color: #ffe8d4;
}

header .floatRight .vipButton .vipInfo,
header .floatRight .order .vipInfo {
  font-weight: 700;
  color: #ff6d0c;
  display: block;
}

header .floatRight .vipButton .vipIcon {
  width: 19px;
  height: 16px;
  margin: 8px 5px 0 13px;
  float: left;
}
header .floatRight .order .orderIcon {
  width: 16px;
  height: 16px;
  margin: 8px 5px 0 13px;
  float: left;
}

header .floatRight .vipButton .vipLayer {
  padding-top: 10px;
  position: absolute;
  left: -126px;
  z-index: 21;
  top: 30px;
  display: none;
}

header .floatRight .vipButton .vipLayer .vipDesc {
  overflow: hidden;
  width: 331px;
  height: 307px;
  background: url("../imgs/head/vipLayer.png") -10px -10px;
}

header .floatRight .vipButton .vipLayer .vipDesc .vipList {
  margin: 44px auto 6px;
  width: 300px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .floatRight .vipButton .vipLayer .vipDesc .vipList li {
  width: 33.33%;
  margin-bottom: 15px;
}

header .floatRight .vipButton .vipLayer .vipDesc .vipList li .textIcon {
  width: 39px;
  height: 43px;
  display: block;
  margin: 0 auto;
  background: url("../imgs/head/vipLayer.png");
}

header
  .floatRight
  .vipButton
  .vipLayer
  .vipDesc
  .vipList
  li
  .textIcon.textIcon1 {
  background-position: -361px -136px;
}

header
  .floatRight
  .vipButton
  .vipLayer
  .vipDesc
  .vipList
  li
  .textIcon.textIcon2 {
  background-position: -361px -10px;
}

header
  .floatRight
  .vipButton
  .vipLayer
  .vipDesc
  .vipList
  li
  .textIcon.textIcon3 {
  background-position: -10px -337px;
}

header
  .floatRight
  .vipButton
  .vipLayer
  .vipDesc
  .vipList
  li
  .textIcon.textIcon4 {
  background-position: -361px -199px;
}

header
  .floatRight
  .vipButton
  .vipLayer
  .vipDesc
  .vipList
  li
  .textIcon.textIcon5 {
  background-position: -361px -73px;
}

header
  .floatRight
  .vipButton
  .vipLayer
  .vipDesc
  .vipList
  li
  .textIcon.textIcon6 {
  background-position: -361px -262px;
}

header .floatRight .vipButton .vipLayer .vipDesc .vipList li p {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #492e01;
  text-align: center;
}

header .floatRight .vipButton .vipLayer .vipDesc .btn {
  width: 255px;
  height: 40px;
  line-height: 40px;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f6daa4),
      color-stop(100%, #e4a25c),
      color-stop(0, #e09b5c),
      color-stop(0, #dc945b)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#eec370), to(#eec370));
  background-image: -o-linear-gradient(
      left,
      #f6daa4,
      #e4a25c 100%,
      #e09b5c 0,
      #dc945b 0
    ),
    -o-linear-gradient(#eec370, #eec370);
  background-image: linear-gradient(
      90deg,
      #f6daa4,
      #e4a25c 100%,
      #e09b5c 0,
      #dc945b 0
    ),
    linear-gradient(#eec370, #eec370);
  -webkit-box-shadow: 0 4px 7px 1px rgba(109, 62, 1, 0.1);
  box-shadow: 0 4px 7px 1px rgba(109, 62, 1, 0.1);
  border-radius: 4px;
  letter-spacing: 1px;
  color: #623a00;
  font-size: 14px;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}

header .floatRight .vipButton .vipLayer .vipDesc .btn:hover {
  opacity: 0.8;
}

header .floatRight .vipButton:hover .vipLayer {
  display: block;
}

header .floatRight .loginButton {
  float: left;
  width: 80px;
  height: 34px;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#fe8a26),
      to(#fe6d26)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#fe8a26), to(#fe8a26));
  background-image: -o-linear-gradient(left, #fe8a26, #fe6d26),
    -o-linear-gradient(#fe8a26, #fe8a26);
  background-image: linear-gradient(90deg, #fe8a26, #fe6d26),
    linear-gradient(#fe8a26, #fe8a26);
  border-radius: 4px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  margin: 18px 0 0 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

header .floatRight .loginButton:hover {
  opacity: 0.8;
}

header .floatRight .loginButton .tip {
  position: absolute;
  top: 27x;
  left: -8px;
  background: url("../imgs/orderNew/tip.png") no-repeat 50%;
  width: 92px;
  height: 31px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 7px;
}

header .floatRight .userInfo {
  float: left;
  margin: 15px 0 0 5px;
  width: 80px;
  position: relative;
}

header .floatRight .userInfo .figure {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  float: right;
  margin-bottom: 15px;
}

header .floatRight .userInfo .vipImg {
  position: absolute;
  top: -2px;
  right: -4px;
  width: 45px;
  height: 49px;
}

header .floatRight .userInfo .userInformation {
  width: 320px;
  background: #fefbf6;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 21;
  right: 0;
  top: 50px;
  border-radius: 20px;
  display: none;
}

header .floatRight .userInfo .userInformation .userInformation-t {
  overflow: hidden;
  padding: 32px 24px 0;
  border-radius: 20px 20px 0 0;
  background: url("../imgs/head/user_bg.png") no-repeat 50%;
  width: 320px;
  height: 111px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .floatRight .userInfo .userInformation .userInformation-t .avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
}

header
  .floatRight
  .userInfo
  .userInformation
  .userInformation-t
  .name-container {
  overflow: hidden;
}

header .floatRight .userInfo .userInformation .userInformation-t .nickname {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  max-width: 100px;
  float: left;
  margin-right: 4px;
  line-height: 22px;
}

header .floatRight .userInfo .userInformation .userInformation-t .vip {
  float: left;
  width: 68px;
  height: 24px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #fe7326;
  line-height: 22px;
  text-align: center;
  color: #fe7326;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
}

header .floatRight .userInfo .userInformation .userInformation-t .vip:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fe7326),
    to(#fe8426)
  );
  background: -o-linear-gradient(left, #fe7326, #fe8426);
  background: linear-gradient(90deg, #fe7326, #fe8426);
  border: none;
  line-height: 24px;
  color: #fff;
}

header .floatRight .userInfo .userInformation .userInformation-t .id {
  margin-top: 2px;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

header .floatRight .userInfo .userInformation .userInformation-t .vip-icon {
  width: 20px;
  height: 20px;
  float: left;
  margin: 1px 0 3px;
}

header .floatRight .userInfo .userInformation .userInformation-tab {
  width: 300px;
  height: 119px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -7px auto 10px;
}

header .floatRight .userInfo .userInformation .userInformation-tab .item {
  width: 60px;
  text-align: center;
  display: block;
}

header .floatRight .userInfo .userInformation .userInformation-tab .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  background: url("../imgs/head/myIcon.png") no-repeat;
}

header .floatRight .userInfo .userInformation .userInformation-tab .icon1 {
  background-position: 0 0;
}

header .floatRight .userInfo .userInformation .userInformation-tab .icon2 {
  background-position: -48px 0;
}

header .floatRight .userInfo .userInformation .userInformation-tab .icon3 {
  background-position: -96px 0;
}

header .floatRight .userInfo .userInformation .userInformation-tab p {
  color: #333;
  font-size: 14px;
  line-height: 16px;
}

header
  .floatRight
  .userInfo
  .userInformation
  .userInformation-tab
  .item:hover
  .icon1 {
  background-position: -144px 0;
}

header
  .floatRight
  .userInfo
  .userInformation
  .userInformation-tab
  .item:hover
  .icon2 {
  background-position: -192px 0;
}

header
  .floatRight
  .userInfo
  .userInformation
  .userInformation-tab
  .item:hover
  .icon3 {
  background-position: -240px 0;
}

header
  .floatRight
  .userInfo
  .userInformation
  .userInformation-tab
  .item:hover
  p {
  color: #fe7326;
}

header .floatRight .userInfo .userInformation .userInformation-b {
  width: 300px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  padding: 11px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 10px;
}

header .floatRight .userInfo .userInformation .userInformation-b p {
  line-height: 40px;
  text-indent: 14px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  margin: 3px 0;
}

header .floatRight .userInfo .userInformation .userInformation-b p a {
  color: #333;
  display: block;
}

header .floatRight .userInfo .userInformation .userInformation-b p:hover,
header .floatRight .userInfo .userInformation .userInformation-b p a:hover {
  color: #fe7326;
  background: #fefbf6;
}

header .floatRight .userInfo:hover .userInformation {
  display: block;
}

@media (max-width: 1200px) {
  .header {
    padding: 0 10px;
  }

  .header .floatLeft .logoImg {
    margin-right: 10px;
  }
}

.headerSearch {
  width: 34px;
  height: 52px;
  border-radius: 17px;
  float: left;
  margin-top: 18px;
  position: relative;
}

.headerSearch .inputContainer {
  width: 0;
  height: 34px;
  background-color: #fff3e9;
  border-radius: 17px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
  padding-left: 34px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 3;
}

.headerSearch .inputContainer:hover {
  background-color: #ffe8d4;
}

.headerSearch .inputContainer.openSearch {
  width: 260px;
  height: 34px;
  border: 1px solid #fe8a26;
  background-color: #fff;
  overflow: inherit;
}

.headerSearch .inputContainer:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../imgs/head/icons.png") 86px 56px;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.headerSearch .inputContainer .clearSearch {
  position: absolute;
  width: 11px;
  height: 10px;
  background: url("../imgs/head/icons.png") 122px 22px;
  top: 12px;
  right: 12px;
  z-index: 2;
  cursor: pointer;
}

.headerSearch .inputContainer .clearSearch:hover {
  background-position: 91px 22px;
}

.headerSearch .inputContainer .searchInput {
  border-color: transparent;
  outline: none;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  color: #424242;
  width: 187px;
}

.headerSearch .inputContainer .searchInput:-moz-placeholder,
.headerSearch .inputContainer .searchInput:-ms-input-placeholder,
.headerSearch .inputContainer .searchInput::-moz-placeholder,
.headerSearch .inputContainer .searchInput::-webkit-input-placeholder {
  color: #bbb;
}

.headerSearch .inputContainer .contentContainer {
  padding-top: 10px;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 100;
  line-height: 34px;
}

.headerSearch .inputContainer .contentContainer .searchContent {
  width: 340px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.headerSearch .inputContainer .contentContainer .searchContent .default {
  padding: 10px 20px 20px;
  font-size: 12px;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .default
  .history {
  color: #999;
  border-bottom: 1px solid #eee;
  line-height: 26px;
  padding-bottom: 7px;
  overflow: hidden;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .default
  .history
  span {
  color: #424242;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  background-color: #f5f5f5;
  border-radius: 12px;
  line-height: 24px;
  margin: 5px 10px 5px 0;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .default
  .history
  span:hover {
  color: #ff6d0c;
  background-color: #fff3e9;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .default
  .history
  .delete {
  width: 12px;
  height: 12px;
  background: url("../imgs/head/icons.png") 154px 22px;
  float: right;
  margin-top: 6px;
  cursor: pointer;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .default
  .history
  .delete:hover {
  background-position: 52px 56px;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .default
  .hotSearch
  .title {
  color: #666;
  margin: 8px 0 5px;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .default
  .hotSearch
  .title
  .hot {
  width: 10px;
  height: 14px;
  background: url("../imgs/head/icons.png") 20px 124px;
  display: inline-block;
  margin: 0 6px -2px 0;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .default
  .hotSearch
  a {
  color: #424242;
  display: inline-block;
  line-height: 24px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #f5f5f5;
  border-radius: 12px;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .default
  .hotSearch
  a:hover {
  color: #ff6d0c;
  background-color: #fff3e9;
}

.headerSearch .inputContainer .contentContainer .searchContent .searchList {
  padding: 10px 10px 20px;
}

.headerSearch .inputContainer .contentContainer .searchContent .searchList a {
  display: block;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  color: #666;
  padding: 0 10px;
  margin-bottom: 4px;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .searchList
  a
  span {
  color: #ff6d0c;
}

.headerSearch
  .inputContainer
  .contentContainer
  .searchContent
  .searchList
  a:hover {
  background-color: #f8f8f8;
}

.headerSearch .inputContainer .contentContainer .searchContent .searchNull {
  height: 263px;
}

.headerSearch .inputContainer .contentContainer .searchContent .searchNull img {
  width: 41px;
  height: 50px;
  display: block;
  margin: 81px auto 9px;
}

.headerSearch .inputContainer .contentContainer .searchContent .searchNull p {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.headerSearch .hoverContainer {
  width: 34px;
  height: 70px;
  position: absolute;
  top: -18px;
  right: 0;
  cursor: default;
  z-index: 1;
}

.headerSearch .hoverContainer.openHover {
  width: 260px;
}

.linkPage {
  line-height: normal;
}

.linkPage .linkContainer {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.linkPage .linkContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 3;
  text-align: center;
}

.linkPage .linkContainer .linkMain {
  width: 640px;
  height: 420px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 26px 3px hsla(0, 0%, 52.5%, 0.17);
  box-shadow: 0 6px 26px 3px hsla(0, 0%, 52.5%, 0.17);
  border-radius: 4px;
}

.linkPage .linkMain .linkHead {
  width: 100%;
  height: 40px;
  background-color: #4d4d4d;
  border-radius: 4px 4px 0 0;
  line-height: 40px;
  padding: 0 14px 0 17px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.linkPage .linkMain .linkHead .close {
  float: right;
  margin-top: 14px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.linkPage .linkMain .linkHead .close:hover {
  opacity: 0.8;
}

.linkPage .linkMain .linkContent {
  padding-top: 47px;
}

.linkPage .linkMain .linkContent .linkList {
  width: 394px;
  overflow: hidden;
  margin: 0 auto;
}

.linkPage .linkMain .linkContent .linkList .linkItem {
  width: 182px;
  float: left;
}

.linkPage .linkMain .linkContent .linkList .linkItem .title {
  font-size: 14px;
  color: #666;
  line-height: 29px;
}

.linkPage .linkMain .linkContent .linkList .linkItem .avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin: 14px 0 5px;
}

.linkPage .linkMain .linkContent .linkList .linkItem .account {
  font-size: 16px;
  color: #222;
  line-height: 22px;
}

.linkPage .linkMain .linkContent .linkList .linkItem .id {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.linkPage .linkMain .linkContent .linkList .link {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 65px;
}

.linkPage .linkMain .linkContent .tip {
  font-size: 14px;
  color: #868686;
  margin: 33px 0;
}

.linkPage .linkMain .linkContent .tip .ban {
  width: 16px;
  height: 18px;
  margin: 0 3px -5px 9px;
}

.linkPage .linkMain .linkContent .btns .btn {
  width: 150px;
  height: 42px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}

.linkPage .linkMain .linkContent .btns .btn:hover {
  opacity: 0.8;
}

.linkPage .linkMain .linkContent .btns .confirm {
  background-color: #ff6833;
  line-height: 42px;
  color: #fff;
  border-color: #ff6833;
}

.linkPage .linkMain .linkContent .btns .confirm:hover {
  opacity: 0.8;
}

.linkPage .linkMain .linkContent .btns .cancel {
  background-color: #fff;
  border: 1px solid #eee;
  line-height: 40px;
  color: #666;
  margin-left: 63px;
}

.linkPage .linkMain .linkContent .info {
  font-size: 14px;
  color: #555;
  margin: 11px 0 49px 10px;
}

.linkPage .linkContainer .success {
  width: 460px;
  height: 240px;
}

.linkPage .linkContainer .success .btns .confirm {
  width: 130px;
}

.dropContainer {
  width: 100%;
  background-color: #fff;
  padding: 60px 0 50px;
  line-height: normal;
}

.dropContainer .dropList {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.dropContainer .dropList .dropItem {
  text-align: left;
}

.dropContainer .dropList .dropItem .itemTitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 23px;
  height: 21px;
  font-weight: 700;
}

.dropContainer .dropList .dropItem .itemTitle .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 7px -4px 0;
}

.dropContainer .dropList .dropItem .itemTitle .icon0 {
  background: url("../imgs/drop/pdfTo.png") no-repeat;
}

.dropContainer .dropList .dropItem .itemTitle .icon1 {
  background: url("../imgs/drop/toPdf.png") no-repeat;
}

.dropContainer .dropList .dropItem .itemTitle .icon2 {
  background: url("../imgs/drop/special.png") no-repeat;
}

.dropContainer .dropList .dropItem .itemTitle .icon3 {
  background: url("../imgs/drop/audio.png") no-repeat;
}

.dropContainer .dropList .dropItem .itemTitle .icon4 {
  background: url("../imgs/drop/imgProcess.png") no-repeat;
}

.dropContainer .dropList .dropItem .itemTitle .icon5 {
  background: url("../imgs/drop/handle.png") no-repeat;
}

.dropContainer .dropList .dropItem .itemTitle .icon6 {
  background: url("../imgs/drop/service.png") no-repeat;
}

.dropContainer .dropList .dropItem .itemList {
  padding-left: 4px;
  float: left;
}

.dropContainer .dropList .dropItem .itemList li {
  margin: 0 0 10px 20px;
  width: 109px;
}

.dropContainer .dropList .dropItem .itemList a {
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  position: relative;
  display: inline;
}

.dropContainer .dropList .dropItem .itemList a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #e7e7e7;
  border-radius: 50%;
  top: 7px;
  left: -16px;
}

.dropContainer .dropList .dropItem .itemList a:hover {
  color: #fe6600;
}

.dropContainer .dropList .dropItem .itemList a:hover:before {
  background-color: #fe6600;
}

.dropContainer .dropList .dropItem .itemList a:active {
  color: #f36100;
}

.dropContainer .dropList .dropItem .itemList a:active:before {
  background-color: #f36100;
}

@media (max-width: 1200px) {
  .dropContainer .dropList .dropItem .itemList li {
    width: 100px;
  }
}

.dropContainer .dropList .cornerIcon {
  width: 29px;
  height: 14px;
  display: inline-block;
  margin-bottom: -2px;
}

.dropContainer .dropList .empty {
  width: 0;
}

.dropContainer .dropList .hot {
  background: url("../imgs/common/hotIcon.png") no-repeat 50%;
}

.dropContainer .dropList .free {
  background: url("../imgs/common/freeIcon.png") no-repeat 50%;
}

.dropContainer .dropList .coming {
  background: url("../imgs/common/hotIcon.png") no-repeat 50%;
}

.dropContainer .dropList .recommend {
  background: url("../imgs/common/recommendIcon.png") no-repeat 50%;
}

.dropContainer .dropList .beta {
  background: url("../imgs/common/beta.png") no-repeat 50%;
}

.dropContainer .dropList .free-limit {
  background: url("../imgs/common/exemptionIcon.png") no-repeat 50%;
}

.dropContainer .dropList .new {
  background: url("../imgs/common/newIcon.png") no-repeat 50%;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000001;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.alert {
  width: 500px;
  height: 211px;
  background: #fff;
  -webkit-box-shadow: 0 16px 30px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 30px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px 8px 8px 8px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.alert .title {
  font-size: 16px;
  font-weight: 700;
  color: #424242;
  line-height: 28px;
  margin-bottom: 9px;
}

.alert .title img {
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.alert .content {
  line-height: 25px;
  font-size: 14px;
  color: #666;
  padding-left: 40px;
  height: 63px;
}

.alert .btn {
  float: right;
}

.alert .el-button {
  padding: 8px 19px;
}

.none {
  display: none !important;
}

.functionTools {
  position: fixed;
  right: 0;
  top: calc(50% - 140px);
  width: 60px;
  height: 190px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(8, 8, 8, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(8, 8, 8, 0.08);
  border-radius: 4px 0px 0px 4px;
  z-index: 20;
  height: 280px;
}
.functionTools li {
  color: #666666;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  padding: 0 10px;
  line-height: 15px;
}
.functionTools li a {
  color: #666666;
}
.functionTools li i {
  background: url("../imgs/funcTool/tools.png");
  display: block;
  margin: 0 auto;
}
.functionTools li .wx {
  width: 24px;
  height: 24px;
  background-position: -54px -54px;
  margin: 28px auto 3px;
}
.functionTools li .connect {
  width: 24px;
  height: 23px;
  background-position: -106px -10px;
  margin: 29px auto 3px;
}
.functionTools li .top {
  width: 28px;
  height: 24px;
  background-position: -10px -10px;
  margin-top: 25px;
}
.functionTools li .ask {
  background: url("../imgs/funcTool/ask.png") -20px 0px;
  width: 20px;
  height: 22px;
  margin: 21px auto 4px;
}
.functionTools li:hover {
  color: #fe7326;
}
.functionTools li:hover a {
  color: #fe7326;
}
.functionTools li:hover .wx {
  background-position: -10px -54px;
}
.functionTools li:hover .connect {
  background-position: -106px -53px;
}
.functionTools li:hover .top {
  background-position: -58px -10px;
}
.functionTools li:hover .layer {
  display: block;
}
.functionTools li:hover .ask {
  background-position: 0 0;
}
.functionTools .layer {
  position: absolute;
  right: 60px;
  top: -6px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 234px;
}
.functionTools .wxLayer {
  background: url("../imgs/funcTool/wxLayer.png") no-repeat center;
  height: 256px;
}
.functionTools .wxLayer .wxIcon {
  background-position: -10px -98px;
}
.functionTools .wxLayer img {
  display: block;
  margin: 0 auto;
}
.functionTools .connectLayer {
  background: url("../imgs/funcTool/qqLayer.png") no-repeat center;
  height: 197px;
}
.functionTools .connectLayer .qqIcon {
  background-position: -44px -98px;
}
.functionTools .connectLayer .num {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin: 24px 0 8px 0;
}
.functionTools .connectLayer .info {
  color: #999999;
}
.functionTools .connectLayer .feedBack {
  width: 180px;
  height: 40px;
  background-color: #fe7326;
  border-radius: 4px;
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
  display: block;
  margin: 21px auto 0;
}
.functionTools .connectLayer .feedBack:hover {
  opacity: 0.8;
}
.functionTools .layerTitle {
  font-size: 14px;
  color: #fe7326;
  margin: 25px 0 17px 24px;
  text-align: left;
}
.functionTools .layerTitle span {
  width: 14px;
  height: 14px;
  background: url("../imgs/funcTool/tools.png");
  display: inline-block;
  margin-bottom: -2px;
}

.body {
  min-height: calc(100vh - 275px);
}
.headerShadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.helpPagination .paginationjs .paginationjs-pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.helpPagination .paginationjs .paginationjs-pages ul li a {
  color: #666;
  font-size: 13px;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.helpPagination .paginationjs .paginationjs-pages ul li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ddd;
  margin: 0 5px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  border-radius: 2px;
}
.helpPagination .paginationjs .paginationjs-pages ul span {
  margin: 0 5px;
}
/* .helpPagination .paginationjs .paginationjs-pages ul li.active a,
.helpPagination .paginationjs .paginationjs-pages ul li.active {
  cursor: default;
} */
.helpPagination .paginationjs .paginationjs-pages ul li:hover {
  color: #ff8533;
  border: 1px solid #ff8533;
}
.helpPagination .paginationjs .paginationjs-pages ul li:hover a {
  color: #ff8533;
}
.helpPagination .paginationjs .paginationjs-pages ul li.active {
  background-color: #ff8533;
  border: none;
  color: #fff;
}
.helpPagination .paginationjs .paginationjs-pages ul li.active a {
  color: #fff;
}
/* 支付弹窗 */
.common-pay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000000;
  background: rgba(0, 0, 0, 0.3);
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-pay .common-pay-main {
  width: 1000px;
  height: 680px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 16px 16px 16px 16px;
  position: relative;
}
.common-pay .common-pay-main img {
  position: absolute;
  right: 16px;
  top: 11px;
  width: 11px;
  height: 11px;
  cursor: pointer;
}