html, body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}

#app .c-t-t-2-1 {
  color: #FD4D00;
}

#app .content-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 50px;
  padding-top: 17px;
}

#app .content-top .c-t-left {
  display: flex;
}

#app .content-top .c-t-left .left-1-title {
  font-size: 47px;
  font-family: FZLanTingHei-H-GBK;
  font-weight: bold;
  color: #c81d23;
}

#app .content-top .c-t-left .left-1-en {
  font-size: 17px;
  font-family: FZLanTingHei-H-GBK;
  font-weight: bold;
  color: #212121;
  margin-top: 4px;
}

#app .content-top .c-t-left .c-t-left-2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #434343;
  display: flex;
  align-items: flex-end;
  margin-left: 88px;
}

#app .content-top .c-t-left .c-t-left-2 .span-1 {
  margin-left: 88px;
}

#app .content-top .c-t-right {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #434343;
}

#app .content-top .c-t-right .c-t-right-img {
  width: 74px;
  height: 74px;
  background: #b5b5b5;
  margin-bottom: 10px;
}

#app .content-top .c-t-right .c-t-right-img img {
  width: 100%;
  height: 100%;
}

#app .content-center {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

#app .content-center img {
  width: 100%;
}

#app .content-center .center-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#app .content-center .center-container .container-text {
  position: relative;
  height: 100%;
}

#app .content-center .center-container .container-text .inputList {
  position: absolute;
  right: 0;
  width: 355px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding: 0 36px 0 26px;
}

#app .content-center .center-container .container-text .inputList .inputList-title {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #212121;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

#app .content-center .center-container .container-text .inputList .input-item {
  margin-top: 27px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

#app .content-center .center-container .container-text .inputList .input-item .item-left {
  width: 90px;
}

#app .content-center .center-container .container-text .inputList .input-item .item-right input {
  width: 261px;
  height: 40px;
  background: #f3f3f3;
  border: 1px solid #878787;
}

#app .content-center .center-container .container-text .inputList .input-item .item-right-code input {
  width: 120px;
  height: 40px;
  background: #f3f3f3;
  border: 1px solid #878787;
}

#app .content-center .center-container .container-text .inputList .input-item .code-img {
  width: 76px;
  height: 40px;
  background: #f3f3f3;
  border: 1px solid #878787;
  margin-left: 5px;
  margin-right: 15px;
}

#app .content-center .center-container .container-text .inputList .input-item .code-img img {
  width: 100%;
  height: 100%;
}

#app .content-center .center-container .container-text .inputList .input-item .tab-code {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #212121;
  cursor: pointer;
}

#app .content-center .center-container .container-text .inputList .buttons {
  margin-top: 23px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1400) {
  #app .content-center .center-container .container-text .inputList .buttons {
    margin-top: 73px;
  }
}

#app .content-center .center-container .container-text .inputList .buttons button {
  width: 150px;
  height: 40px;
  background: #ed9b11;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
}

@media screen and (min-width: 1400) {
  #app .content-center .center-container .container-text .inputList .buttons button {
    width: 206px;
    height: 58px;
    border-radius: 10px;
    font-size: 24px;
  }
}

#app .swiper {
  height: 160px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#app .swiper .swiper-content {
  width: 1004px;
}

#app .swiper .pre-left, #app .swiper .pre-right {
  width: 40px;
  height: 80px;
  background: #ececec;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
}

#app .swiper .siper-item {
  display: flex;
  align-items: center;
}

#app .swiper .siper-item img {
  margin-left: 25px;
  margin-bottom: 20px;
}

#app .swiper .siper-item p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  text-align: center;
}

#app .noticeArea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  display: flex;
  border: 1px solid #DCDCDC;
  align-items: center;
  margin-top: 20px;
}

#app .noticeArea .noticeArea-left, #app .noticeArea .noticeArea-right {
  width: 50%;
  padding: 24px 18px;
  height: 100%;
  box-sizing: border-box;
}

#app .noticeArea .noticeArea-left .title, #app .noticeArea .noticeArea-right .title {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #C91D23;
}

#app .noticeArea .noticeArea-left .left-content, #app .noticeArea .noticeArea-right .left-content {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #727272;
  padding: 0 40px;
  padding-top: 10px;
}

#app .noticeArea .noticeArea-left .right-content, #app .noticeArea .noticeArea-right .right-content {
  padding-top: 10px;
}

#app .noticeArea .noticeArea-left .item, #app .noticeArea .noticeArea-right .item {
  height: 124px;
}

#app .noticeArea .noticeArea-left .item li, #app .noticeArea .noticeArea-right .item li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #727272;
  padding-right: 10px;
  cursor: pointer;
}

#app .noticeArea .noticeArea-left li:hover, #app .noticeArea .noticeArea-right li:hover {
  color: #f60;
}

#app .noticeArea .line {
  width: 1px;
  height: 109px;
  border-right: 1px dashed #BFBFBF;
  box-sizing: border-box;
}

#app .icon-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 44px;
}

#app .icon-list .item {
  display: flex;
  align-items: center;
}

#app .icon-list .item img {
  margin-right: 18px;
}

#app .icon-list .title {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #C91D23;
}

#app .icon-list .dscription {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #727272;
}

#app footer {
  margin-top: 60px;
}

#app .abFooter {
  position: absolute;
  bottom: 0;
  left: 0;
}

#app .footer-1 a {
  color: #fff;
}
