html,body {
  width: 100%;
  height: 100%;
}
*{
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.container {
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
}
.nav-box {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.title-box img {
  width: 170px;
  height: 40px;
  padding: 0 20px;
}
.title-box h5 {
  font-size: 26px;
  color: #333333;
}
.title-box>div.line {
  width: 1px;
  height: 16px;
  border-left: 1px solid #333333;
}
.title-box>div.title {
  padding: 0 20px;
}
.content-box {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}
.content-box-item {
  width: 100%;
}
.content-box-item:nth-child(1) {
  flex: 4;
}
.content-box-item:nth-child(2) {
  flex: 6;
}
.content-box-item-top {
  height: calc(100% - 20px);
  margin: 10px;
  background-color: #0157FF;
  box-shadow: 0px 0px 10px 0px rgba(30, 56, 96, 0.1);
  border-radius: 10px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../images/yunyingjiashicang.png);
  background-position-x: 10%;
  background-position-y: 10px;
  position: relative;
}
@media only screen and (max-width: 1960px) {
  .content-box-item-top {
    background-size: 30% 90%;
  }
}
@media only screen and (max-width: 1560px) {
  .content-box-item-top {
    background-size: 30% 80%;
  }
}
@media only screen and (max-width: 260px) {
  .content-box-item-top {
    background-size: 30% 70%;
  }
}
.content-box-item-bottom {
  height: calc(100% - 10px);
  margin: 10px;
  margin-top: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(30, 56, 96, 0.1);
  border-radius: 10px;
  box-shadow: -1px 1px 8px #7a7a7a;
  border-radius: 8px;
  background-image: url(../images/yingyongmokuai.png);
  background-size: 26%;
  background-position: right center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
.content-box-item-top-title {
  font-size: .5rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 4px;
  position: absolute;
  top: 40%;
  right: 30%;
}
.content-box-item-top-title span {
  font-size: .2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .8rem;
}
.content-box-item-bottom-title {
  padding: 30px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.content-box-item-bottom-title img {
  width: .3rem;
  height: .3rem;
}
.content-box-item-bottom-title span {
  font-size: .24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
}
.content-box-item-bottom-title span:nth-child(3) {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: .1rem;
}
.content-box-item-bottom-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-top: 0;
}
.moudle-item-row {
  display: flex;
  flex-direction: row;
}
.moudle-item {
  display: flex;
  flex-direction: row;
  height: 1.2rem;
  margin-right: .7rem;
  margin-top: .5rem;
}
.moudle-item>div:nth-child(1) {
  width: 1.6rem;
  height: 1.2rem;
}
.moudle-item>div:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.moudle-item>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  height: 1.2rem;
}
.moudle-item>div:nth-child(2) span:nth-child(1) {
  font-size: .26rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: .5rem;
  cursor: pointer;
}
.moudle-item>div:nth-child(2) span:nth-child(1) a {
  color: #333333;
}
.moudle-item>div:nth-child(2) span:nth-child(1) a:hover {
  color: #3A7CFF;
}
.moudle-item>div:nth-child(2) span:nth-child(2) {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: .26rem;
}
.footer {
  position: fixed;
  bottom: 20px;
  left: 46%;
  font-size: 12px;
  color: #524f4f;
}