<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:hover {
  outline: none;
}

header, section, main, article, footer, nav {
  display: block;
}

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

body, p {
  margin: 0;
}

body {
  background: #fff;
  font-family: "Microsoft Yahei";
  font-weight: normal;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.hide,
.close {
  display: none;
}

.show,
.open {
  display: block;
}

i {
  cursor: pointer;
}

img {
  border: none;
}

.fwarn {
  color: #f84f32;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 0 0;
}

.container {
  min-width: 1260px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  width: 1260px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.homeLink {
  width: 310px;
  height: 43px;
  position: absolute;
  left: 48px;
  top: 14px;
}

.img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

/*** 活动页面图片  ***/
.img-p1 {
  height: 593px;
  background-image: url(/Activity/Choice/financial_risk_system/images/img-1.jpg);
}

.img-p2 {
  height: 665px;
  background-image: url(/Activity/Choice/financial_risk_system/images/img-2.jpg);
}

.img-p3 {
  height: 350px;
  background-color: #f6f7fa;
  background-image: url(/Activity/Choice/financial_risk_system/images/img-3.jpg);
}

.img-p4 {
  height: 662px;
  background-image: url(/Activity/Choice/financial_risk_system/images/img-4.jpg);
}


/**  图片基本展示 END **/
/**  头部右侧菜单  ***/
.navbar {
  padding: 40px 30px 0 0;
}

.navbar.navbar-right {
  float: right;
}

.navbar &gt; li {
  margin-left: 12px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
}

.ad__img1 {
  /****  活动图片1中的按钮  ****/
}

.ad__img1 &gt; .action_1 {
  position: absolute;
  left: 81px;
  bottom: 86px;
  width: 442px;
  height: 81px;
  border-radius: 41px;
}
.ad__img4 &gt; .action {
  position: absolute;
  right: 195px;
  bottom: 57px;
  width: 241px;
  height: 61px;
  border-radius: 41px;
}
.header-menu{
	position:absolute;
	right: 40px;
    top: 30px;
	display:block;
	color: #ffffff;
}
.header-menu a{
	color: #ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	font-family:'Microsoft Yahei';
	display:inline-block;
	margin-left:15px;
}
/*# sourceMappingURL=common.css.map */</pre></body></html>