@charset "UTF-8";
/* ================================ */
/* ========>>> 文件信息 <<<======== */
/* ======>>> 创建者：恒毅 <<<====== */
/* ================================ */
/* 全局样式初始化 */
* {
  padding: 0;
  margin: 0;
}

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

body {
  font-family: "微软雅黑";
}

ul li {
  list-style: none;
}

input {
  font-family: "微软雅黑";
}

textarea {
  font-family: "微软雅黑";
}

select {
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.clear {
  clear: both;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.header, .content, .footer {
  width: 100%;
}

/* ================================ */
/* ========>>> 名片面板 <<<======== */
/* ================================ */
.jy-business-card-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15000;
}

.jy-business-card-bg .business-card-panel {
  width: 500px;
  height: 200px;
  height: calc(348 / 680 * 500px);
  height: -webkit-calc(348 / 680 * 500px);
  height: -moz-calc(348 / 680 * 500px);
  border: 1px solid #666666;
  box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #ffffff url(../images/bg.png) no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.jy-business-card-bg .business-card-panel .prompt-text {
  font-size: 18px;
  white-space: nowrap;
  color: #4f4f4f;
  position: absolute;
  top: 22px;
  right: 12px;
}

.jy-business-card-bg .close-copy-open-wechat {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: #ffffff;
  font-size: 20px;
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
}

.jy-business-card-bg .text-cont {
  width: 460px;
  margin: auto;
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
}

.jy-business-card-bg .text-cont .left {
  position: absolute;
  top: 0;
  left: 0;
}

.jy-business-card-bg .text-cont .left .title {
  width: 100%;
}

.jy-business-card-bg .text-cont .left .title .title-name {
  font-size: 31px;
  font-weight: bolder;
  letter-spacing: 4px;
}

.jy-business-card-bg .text-cont .left .title .title-type {
  font-size: 20px;
  letter-spacing: 4px;
  margin-left: 6px;
}

.jy-business-card-bg .text-cont .left .hr-line {
  width: 318px;
  height: 4px;
  background: #c20a12;
  margin-top: 10px;
}

.jy-business-card-bg .text-cont .left .text-area {
  width: 100%;
}

.jy-business-card-bg .text-cont .left .text-area .logo {
  width: 56px;
  margin: 24px 10px 0 0;
  float: left;
}

.jy-business-card-bg .text-cont .left .text-area .logo img {
  width: 100%;
}

.jy-business-card-bg .text-cont .left .text-area .copywriting {
  width: 250px;
  margin: 30px 0 0 0;
  float: left;
}

.jy-business-card-bg .text-cont .left .text-area .copywriting .text-list {
  width: 100%;
  line-height: 1.2em;
  font-size: 18px;
}

.jy-business-card-bg .text-cont .left .text-area .copywriting .text-list .icon {
  display: block;
  width: 44px;
  height: 32px;
  text-align: center;
  border-radius: 6px;
  background: red;
  font-size: 0;
  margin: 0 6px 0 0;
  float: right;
}

.jy-business-card-bg .text-cont .left .text-area .copywriting .text-list .icon img {
  font-size: 14px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.jy-business-card-bg .text-cont .left .text-area .copywriting .text-list .tel-icon {
  margin: 0 0.12rem 0 0;
  background: #6060ff;
  border: 1px solid #6a6aff;
}

.jy-business-card-bg .text-cont .left .text-area .copywriting .text-list .sms-icon {
  background: #6060ff;
  border: 1px solid #6a6aff;
}

.jy-business-card-bg .text-cont .left .text-area .copywriting .tel {
  padding-bottom: 4px;
  line-height: 18px;
}

.jy-business-card-bg .text-cont .right {
  width: 126px;
  position: absolute;
  top: 0;
  right: 0;
}

.jy-business-card-bg .text-cont .right .RC-code {
  width: 126px;
  height: 126px;
}

.jy-business-card-bg .text-cont .right .RC-code img {
  width: 100%;
  height: 100%;
}

.jy-business-card-bg .text-cont .right .RC-code-text {
  width: 90%;
  margin: 6px auto;
  text-align: center;
  font-size: 18px;
  text-align: justify;
  text-align-last: justify;
}
