.chrome-extension-popup{
  position: fixed;
  bottom: 15px;
  left: 32px;
  width: 662px;
  height: 72px;
  background: #FCFCFC;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 10000;
}
.chrome-extension-popup > div{
  float: left;
}
.chrome-extension-left{
  /* margin-left: 9px; */
  margin-top: -26px;
  width: 186px;
  height: 111px;
  background: url("../images/chromeimg1.png") no-repeat center center;
}
.chrome-extension-center{
  /* margin-left: 4px; */
  width: 258px;
}
.chrome-extension-center > h3{
  margin-top: 15px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #3A3A3A;
  font-weight: 500;
}
.chrome-extension-center > p{
  margin-top: 3px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #A5A5A8;
}
.chrome-extension-center > p > a{
  text-decoration: underline;
}
.chrome-extension-right > a{
  font-weight: 200;
  display: block;
  width: 195px;
  height: 32px;
  line-height: 32px;
  text-indent: 42px;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 10px;
  color: #fff;
  background: #FF7E29 url("../images/icon-chrome.svg") no-repeat -2px 1px;
}
.chrome-extension-right > a:hover{
  color: #fff!important;
}
.chrome-extension-close{
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 20px;
  background: url("../images/Artboard.svg") no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}