* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
}

ul {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

span {
  font-size: 14px !important;
}

a:hover {
  cursor: pointer
}

.lx_content {
  width: 1080px;
  height: 716px;
  margin-top: 10px;
  background: linear-gradient(180deg, rgba(44, 185, 226, 0.3) 0%, #FFFFFF 100%);
  padding: 20px 20px 26px;
}

.lx_content > div {
  width: 1040px;
  height: 670px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: auto;
  display: flex;
  padding: 31px 20px 29px;
}

.lx_content_left {
  width: 390px;
  position: relative;
  padding-right: 40px;
}

.lx_content_left::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 610px;
  background: #F1F1F1;
}

.lx_content_left > div:nth-of-type(1),
.lx_content_left > div:nth-of-type(2) {
  width: 350px;
  height: 48px;
  background: #F1F1F1;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 48px;
  text-align: center;
  margin-bottom: 20px;
}

.lx_content_left > div:nth-of-type(2) {
  margin-top: 20px;
}

.lx_content_left > p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}

.lx_content_left > p > span {
  display: block;
  font-weight: 400;
  text-indent: 33px;
  line-height: 32px;
}

.lx_content_left > span {
  display: block;
  text-indent: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

.lx_content_left > span > span {
  color: #E01111;
}

.lx_content_left > div:nth-of-type(3) {
  width: 350px;
  height: 110px;
  display: flex;
}

.lx_content_left > div:nth-of-type(3) > a {
  width: 110px;
  height: 110px;
  background: linear-gradient(0deg, #00CAB9 0%, #00D5B4 100%);
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 110px;
  text-align: center;
  margin-right: 10px;
}

.lx_content_left > div:nth-of-type(3) > div {
  display: flex;
  flex-wrap: wrap;
  width: 230px;
}

.lx_content_left > div:nth-of-type(3) > div > a {
  width: 110px;
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px;
}

.lx_content_left > div:nth-of-type(3) > div > a:nth-of-type(1) {
  background: linear-gradient(0deg, #295DFD 0%, #4C75F8 99%);
  margin-right: 10px;
}

.lx_content_left > div:nth-of-type(3) > div > a:nth-of-type(2) {
  background: linear-gradient(0deg, #9A71F8 0%, #B970FF 100%);
}

.lx_content_left > div:nth-of-type(3) > div > a:nth-of-type(3) {
  background: linear-gradient(0deg, #FFB103 0%, #FBBB0B 100%);
  margin-right: 10px;
}

.lx_content_left > div:nth-of-type(3) > div > a:nth-of-type(4) {
  background: linear-gradient(0deg, #FC6E47 0%, #FD7935 100%);
}

.lx_content_right {
  width: 650px;
  position: relative;
}

.lx_greencircle {
  width: 140px;
  height: 140px;
  background: linear-gradient(0deg, #FFFFFF 0%, #EBFAFF 100%);
  border-radius: 50%;
  position: absolute;
}

.lx_content_right > div:nth-of-type(1) {
  top: 86px;
  left: 74px;
}

.lx_content_right > div:nth-of-type(2) {
  top: 157px;
  right: 65px;
}

.lx_content_right > h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.lx_content_right > a {
  display: block;
  width: 200px;
  height: 60px;
  background: linear-gradient(90deg, #FF2525 0%, #FF4B4B 100%);
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  margin: 19px auto;
  position: relative;
}

.lx_content_right > a::before {
  content: '';
  background: url(/res/img/jiantou.gif) no-repeat;
  width: 84px;
  height: 28px;
  position: absolute;
  top: 15px;
  left: -110px;
  background-size: 84px 28px;
}

.lx_content_right > a::after {
  content: '';
  background: url(/res/img/jiantou2.gif) no-repeat;
  width: 84px;
  height: 28px;
  position: absolute;
  top: 15px;
  right: -111px;
  background-size: 84px 28px;
}

.lx_content_right > img {
  position: relative;
  display: block;
  width: 222px;
  height: 222px;
  z-index: 99;
  margin: 10px auto 20px;
}

.lx_content_right > p {
  width: 369px;
  font-size: 16px;
  font-weight: bold;
  color: #D51D1D;
  line-height: 28px;
  margin: auto;
  text-align: center;
}

.lx_content_right > p > span {
  font-size: 16px;
  color: #333333;
  display: block;
  font-weight: 400;
}

.lx_content_right > div:nth-of-type(3) {
  width: 589px;
  height: 155px;
  background: #F6F6F6;
  border-radius: 4px;
  padding: 10px 11px 20px 20px;
  margin: 15px 0 0 20px;
  display: flex;
  flex-direction: column;
}

.lx_content_right > div:nth-of-type(3) > p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

.lx_content_right > div:nth-of-type(3) > span {
  line-height: 27px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
