@charset "UTF-8";
/**
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
.hy-center-small {
  display: none;
  position: fixed;
  z-index: 9999997;
  bottom: 79px;
  right: -55px; }
  .hy-center-small .hy-small-close {
    position: absolute;
    top: 18px;
    right: 57px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer; }
    .hy-center-small .hy-small-close:hover {
      background: rgba(0, 0, 0, 0.35); }

.hy-center-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999998;
  background: rgba(0, 0, 0, 0.3); }

.hy-center-contact {
  position: fixed;
  z-index: 9999998;
  width: 400px;
  height: 380px;
  left: 50%;
  bottom: 50%;
  margin-left: -200px;
  margin-bottom: -190px;
  background: white;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.31); }
  .hy-center-contact .hy-center-close {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: white;
    border-radius: 50%;
    color: #ff4430;
    font-size: 20px;
    box-shadow: 0 3px 4px rgba(102, 102, 102, 0.5);
    right: -9px;
    top: -9px;
    cursor: pointer; }
  .hy-center-contact .hy-center-img {
    height: 200px;
    background: url("/Public/Home/img/center/1.png") no-repeat center;
    background-size: cover; }
  .hy-center-contact h3 {
    font-size: 14px;
    color: #4550c6;
    text-align: center;
    margin: 10px 0; }
  .hy-center-contact .hy-btn {
    display: inline-block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: white;
    background: url("/Public/Home/img/center/3.png") no-repeat center; }
  .hy-center-contact .hy-center-call {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    margin: 0 50px;
    position: relative;
    margin-top: 12px; }
    .hy-center-contact .hy-center-call input {
      height: 40px;
      line-height: 40px;
      border: 1px solid #dddddd;
      box-sizing: border-box;
      outline: none;
      padding: 0 20px;
      padding-right: 151px;
      width: 100%;
      border-radius: 5px;
      font-size: 14px; }
    .hy-center-contact .hy-center-call .hy-btn {
      position: absolute;
      right: 0;
      cursor: pointer;
      color: #bc6f01;
      background: #ffcd00;
      width: 131px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 15px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .hy-center-contact .hy-center-call .hy-btn:hover {
        background: #f9c700; }
  .hy-center-contact .hy-center-content {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    justify-content: center;
    margin: 0 25px;
    margin-top: 12px;
    align-items: center; }
    .hy-center-contact .hy-center-content img {
      height: 19px; }
    .hy-center-contact .hy-center-content .hy-center-title {
      font-size: 16px;
      color: #ff4430;
      text-align: left;
      margin-left: 8px; }
    .hy-center-contact .hy-center-content .hy-center-tel {
      font-size: 18px;
      color: #ff4430;
      text-align: left;
      margin-left: 5px; }

/*# sourceMappingURL=center.css.map */
