/*
 * 可复用的公有布局 - 公用的css
 */
/* 版心 */
.versionheart {
  width: 1200px;
  margin: 0 auto;
}
button:hover {
  transform: scale(1.03);
}
.cp {
  cursor: pointer;
}
@font-face {
  font-family: OpenSans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../../lib/font/static/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../../lib/font/static/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-SemiBold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../../lib/font/static/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.head {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 9;
}
.head .head_body {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.head .head_body .logo {
  display: flex;
  align-items: center;
}
.head .head_body .logo img {
  margin-right: 20px;
}
.head .head_body .logo h1 {
  font-size: 18px;
  font-family: OpenSans;
  font-weight: bold;
  color: #0D0D0D;
}
.head .head_body .menu {
  display: flex;
  margin-left: 40px;
  width: 560px;
}
.head .head_body .menu li {
  font-size: 18px;
  font-family: OpenSans-Regular;
  font-weight: 400;
  color: #0D0D0D;
  margin: 0 30px;
}
.head .head_body .menu li a {
  color: #0D0D0D;
}
.head .head_body .grtitnow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 36px;
  background: #F3B00F;
  border-radius: 8px;
  font-size: 18px;
  font-family: OpenSans-SemiBold;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  right: 0;
}
main {
  padding-top: 80px;
}
footer {
  width: 100%;
  background: #F9F9F9;
}
footer .foot {
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
footer .foot .left .left_top {
  display: flex;
  margin-bottom: 40px;
}
footer .foot .left .left_top img {
  margin-right: 20px;
}
footer .foot .left .left_top .left_top_text h2 {
  font-size: 30px;
  font-family: OpenSans;
  font-weight: bold;
  color: #0D0D0D;
  margin-bottom: 10px;
}
footer .foot .left .left_top .left_top_text p {
  font-size: 24px;
  font-family: OpenSans-Regular;
  font-weight: 400;
  color: #999999;
}
footer .foot .left .links {
  font-size: 24px;
  font-family: OpenSans-Regular;
  font-weight: 400;
  border-bottom: 1px solid #999;
  color: #0D0D0D;
}
footer .foot .left .left_btm {
  font-size: 26px;
  font-family: OpenSans-Regular;
  font-weight: 400;
  color: #0D0D0D;
  margin-top: 70px;
}
footer .foot .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .foot .right .right_div {
  display: flex;
}
footer .foot .right .right_div ul {
  margin-left: 70px;
}
footer .foot .right .right_div ul li {
  margin-bottom: 22px;
  font-size: 18px;
  font-family: OpenSans-SemiBold;
  font-weight: 600;
  color: #0E0E0E;
}
footer .foot .right .right_div ul li a {
  color: #0E0E0E;
}
footer .foot .right .foot_btn {
  width: 180px;
  height: 72px;
  background: #F3B00F;
  border-radius: 10px;
  font-size: 24px;
  font-family: OpenSans-SemiBold;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot .right .foot_btn img {
  margin-left: 20px;
}
