@charset "UTF-8";
/* 初始化 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

html,
body {
  min-width: 1200px;
  font: 12px/100% "Microsoft YaHei";
}

a {
  text-decoration: none;
  color: black;
}

ul,
ol {
  list-style: none;
}

input {
  outline: none;
  border: 0 none;
}

i,
em {
  font-style: normal;
}

#loading {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    background: rgba(0,0,0,.1);
    border-radius: 50%;
}
#loading img {
    margin: 55px 0 0 20px;
}
@keyframes jiazai{
  0% {opacity: 0;transform: rotate(0deg);}
  50% {opacity: 1;transform: rotate(360deg);}
  100% {opacity: 0;transform: rotate(0deg);}
}
@-webkit-keyframes jiazai{
  0% {opacity: 0;transform: rotate(0deg);}
  50% {opacity: 1;transform: rotate(360deg);}
  100% {opacity: 0;transform: rotate(0deg);}
}
@-moz-keyframes jiazai{
  0% {opacity: 0;transform: rotate(0deg);}
  50% {opacity: 1;transform: rotate(360deg);}
  100% {opacity: 0;transform: rotate(0deg);}
}
.jiazai{
  animation: jiazai 4s ease-in-out infinite forwards;
  -webkit-animation: jiazai 4s ease-in-out infinite forwards;
  -moz-animation: jiazai 4s ease-in-out infinite forwards;
}
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

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

/*分析师*/
.information {
  margin-top: 25px;
  padding-top: 125px;
  position: relative;
  margin-bottom: 40px;
  z-index: 10;
  overflow: hidden;
}

.information .analyst_bg {
  width: 100%;
  height: 214px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/analyst-bg.png") no-repeat;
  z-index: -1;
  border-radius: 5px;
  background-size: 100% 100%;
}

.information .head-portrait {
  border: 3px solid white;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #494646;
  margin-left: 79px;
}

.information .head-portrait img {
  width: 180px;
  height: 180px;
}

.information .information-content {
  margin-left: 35px;
}

.information .information-content div {
  height: 80px;
}

.information .information-content div img {
  cursor: pointer;
  margin-right: 23px;
  width: 79px;
  height: 79px;
  border: 2px solid white;
  border-radius: 5px;
}

.information .name {
  margin-top: 28px;
  font-size: 22px;
  color: #333;
}

.information .name img {
  margin-left: 5px;
}

.information .name span {
  font-size: 22px;
  color: #333;
}

.information .position {
  font-size: 12px;
  color: #666;
  margin-top: 18px;
}

.information .position span {
  margin-left: 5px;
  color: #e24949;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

.information .brief {
  font-size: 12px;
  color: #333;
  margin-top: 13px;
}

.information .brief span {
  font-size: 12px;
  color: #333;
  line-height: 18px;
}

.information .brief .brief_content {
  width: 385px;
  display: inline-block;
  vertical-align: top;
}

.information .anslyst-ma {
  margin-right: 85px;
  float: right;
}

.information .anslyst-ma p:nth-child(1) {
  font-size: 12px;
  color: #333;
  margin-top: 107px;
  float: left;
}

.information .anslyst-ma p img {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 6px;
}

.information .anslyst-ma p span {
  max-width: 181px;
  overflow: hidden;
  display: inline-block;
  line-height: 20px;
}

.information .anslyst-ma div {
  width: 147px;
  height: 180px;
  background: white;
  border: 1px solid #f5f5f5;
  text-align: center;
  float: left;
  margin-left: 21px;
}

.information .anslyst-ma div img {
  margin-top: 14px;
  width: 100px;
  height: 100px;
}

.information .anslyst-ma div p {
  font-size: 12px;
  color: #333;
  margin-top: 8px;
}

.information .head-portrait,
.information .information-content {
  float: left;
}

.getzan {
  cursor: pointer;
}

.zhiding, .yi-shoucang, .no-shoucang {
  font-size: 18px !important;
}

.icon-color-grey {
  color: grey;
}

.icon-color-red {
  color: red;
}

.no_result {
  margin-top: 50px;
  text-align: center;
}

.no_result img {
  width: 220px;
}

.flex {
    display: flex;
    align-items: center;
}
.down-site .signal {
    display: inline-block;
    background: url('../images/signal.svg') no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;
    filter: drop-shadow(#e24949 999999px 0);
    transform: translateX(-999999px);
}
.down-site a {
    font-size: 14px;
    color: #e24949;
    padding: 10px 10px;
    margin-left: 10px;
    margin-right: 20px;
    border: 1px solid #e24949;
    margin-bottom: 4px;
    margin-top: 6px;
    border-radius: 4px;
}
.down-site a:link, .down-site a:visited, .down-site a:hover, .down-site a:active {
    color: #e24949;
    text-decoration: none !important;
}