body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: auto;
  background-color: #fff;
  font-family: Arial;
  font-size: 16px;
}

@media (max-width: 1417px) {
  body {
    background-size: auto auto;
  }
}

body {
  background: url("../images/back.png") no-repeat top;
  background-size: cover;
}

body a {
  cursor: url("../images/back.png");
}

a {
  text-decoration: none;
}

.main-wrapper {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
}

.main-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.special {
  color: #ff0000;
}

.header {
  width: 100%;
  height: 100px;
  padding-top: 15px;
  box-sizing: border-box;
}

.top-header {
  box-sizing: border-box;
  color: #fff;
  height: 80px;
}

.logo {
  width: 50%;
  height: 85px;
  margin-top: 10px;
  /*background-image: url(../images/logo.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: contain;*/
  /*background-position: left center;*/
  display: inline-block;
  vertical-align: middle;
}

.link {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  vertical-align: middle;
  text-align: right;
  float: right;
  width: 30%;
  height: 80px;
}

.link1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  vertical-align: middle;
  height: 100%;
  font-size: 14px;
}

.link1 a {
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 25px;
  height: 50%;
}

.link1 a:hover {
  color: #0c79d6;
}

.nr_1 {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.nr_1 div {
  background: url(../images/icon_plus.png) no-repeat;
  height: 18px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.link2 {
  float: right;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.link2 .kefu {
  background: #0c79d6;
  color: white;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  font-weight: 600;
  box-sizing: border-box;
  width: 70px;
  box-sizing: border-box;
}

.content {
  box-sizing: border-box;
  padding: 25px 0;
  min-height: calc(100vh - 100px - 40px);
}

.content a {
  color: #9d9e9f;
}

.content a:hover {
  color: #0c79d6;
}

.row-wrapper {
  width: 100%;
  height: auto;
}

.row {
  width: 100%;
  height: 100px;
  padding-bottom: 25px;
}

.row-head {
  width: 160px;
  height: 100px;
  display: inline-block;
  color: #fff;
  vertical-align: top;
}

.col {
  width: calc(100% / 6);
  display: inline-block;
  text-align: center;
}

.col-row1,
.col-row2 {
  height: 50px;
  line-height: 50px;
}

.flex-row {
  display: flex;
  margin-bottom: 15px;
}

.row-wrapper .flex-row:last-child {
  margin-bottom: 0;
}

.flex-row-head {
  width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  color: #fff;
  margin-right: 0;
  box-sizing: border-box;
  line-height: 100px;
  background: rgba(12, 110, 204, 0.7);
}

.flex-row-head-wrapper {
  line-height: 100px;
  /*padding-left: 40px;*/
  text-align: center;
  box-sizing: border-box;
}

.flex-row-head-img {
  display: inline-block;
  vertical-align: middle;
}

.flex-row-head-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 24px;
  text-align: left;
}

.flex-row-head-text a {
  color: #fff;
  font-weight: 600;
}

.flex-row-head-text a:hover {
  color: #0c79d6;
}

.row-wrapper .flex-row:first-child .flex-row-head .flex-row-head-img {
  background: url(../images/icon_main.png) 2px 0;
  width: 44px;
  height: 41px;
}

.row-wrapper .flex-row:nth-child(2) .flex-row-head .flex-row-head-img {
  background: url(../images/icon_main.png) -285px 0;
  width: 44px;
  height: 41px;
}

.row-wrapper .flex-row:nth-child(3) .flex-row-head .flex-row-head-img {
  background: url(../images/icon_main.png) -346px 0;
  width: 44px;
  height: 41px;
}

.row-wrapper .flex-row:last-child .flex-row-head .flex-row-head-img {
  background: url(../images/icon_main.png) -406px 0;
  width: 44px;
  height: 41px;
}

.flex-row-body-main {
  flex-grow: 1;
  display: flex;
}

.flex-col-main {
  flex: 1 1 calc(100% / 6);
  text-align: center;
  background-color: #fff;
  color: #9d9e9f;
  margin-right: 0;
  border-right: 1px solid #c0bff0;
  position: relative;
}

.flex-col-main:last-child {
  margin-right: 0;
}

.flex-col-main a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}

.flex-col-main:hover {
  color: #0c79d6;
}

.flex-col-row1-main {
  display: block;
  height: 50px;
  box-sizing: border-box;
  background: #cbeaff;
}

.flex-col-row1-main-img {
  background: url(../images/arrow.png) no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.flex-col-row1-main-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  line-height: 50px;
}

.flex-col-row2-main {
  display: block;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #c0bff0;
  box-sizing: border-box;
}

.flex-row-body {
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
}

.flex-col {
  flex: 1 1 calc(100% / 6);
  color: #fef792;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
  border-right: 1px solid #c0bff0;
}

.flex-col-row {
  line-height: 43px;
  flex-grow: 1;
  justify-content: center;
  padding: 0 15px;
}

.flex-col-img {
  display: inline-block;
  vertical-align: middle;
}

.flex-col-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a1 {
  background: url(../images/icon_address.png) 0 0;
  width: 20px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a2 {
  background: url(../images/icon_address.png) -32px 2px;
  width: 20px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a3 {
  background: url(../images/icon_address.png) -69px 0;
  width: 20px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a4 {
  background: url(../images/icon_address.png) -105px 1px;
  width: 20px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a5 {
  background: url(../images/icon_address.png) -141px 0;
  width: 20px;
  height: 19px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a6 {
  background: url(../images/icon_address.png) -174px -1px;
  width: 21px;
  height: 17px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a7 {
  background: url(../images/icon_address.png) -202px 0;
  width: 20px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a8 {
  background: url(../images/icon_address.png) -234px 0;
  width: 20px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a9 {
  background: url(../images/icon_address.png) -268px 0;
  width: 20px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a10 {
  background: url(../images/icon_address.png) -304px 0;
  width: 20px;
  height: 19px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a11 {
  background: url(../images/icon_address.png) -339px 0;
  width: 20px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a12 {
  background: url(../images/icon_address.png) -374px 0;
  width: 20px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b1 {
  background: url(../images/icon_bank.png) 0 -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b2 {
  background: url(../images/icon_bank.png) -31px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b3 {
  background: url(../images/icon_bank.png) -62px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b4 {
  background: url(../images/icon_bank.png) -93px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b5 {
  background: url(../images/icon_bank.png) -127px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b6 {
  background: url(../images/icon_bank.png) -165px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b7 {
  background: url(../images/icon_bank.png) -200px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b8 {
  background: url(../images/icon_bank.png) -231px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b9 {
  background: url(../images/icon_bank.png) -268px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b10 {
  background: url(../images/icon_bank.png) -303px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b11 {
  background: url(../images/icon_bank.png) -339px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b12 {
  background: url(../images/icon_bank.png) -370px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c1 {
  background: url(../images/icon_info.png) 0 -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c2 {
  background: url(../images/icon_info.png) -35px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c3 {
  background: url(../images/icon_info.png) -72px -1px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c4 {
  background: url(../images/icon_info.png) -107px -1px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c5 {
  background: url(../images/icon_info.png) -143px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c6 {
  background: url(../images/icon_info.png) -178px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c7 {
  background: url(../images/icon_info.png) -209px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c8 {
  background: url(../images/icon_info.png) -243px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c9 {
  background: url(../images/icon_info.png) -272px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c10 {
  background: url(../images/icon_info.png) -297px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c11 {
  background: url(../images/icon_info.png) -332px -2px;
  width: 21px;
  height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c12 {
  background: url(../images/icon_info.png) -368px -2px;
  width: 21px;
  height: 20px;
}

.footer {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background: #000;
  color: white;
}
.foot-text {
  color: #fff;
  line-height: 40px;
}

@media (min-width: 1401px) {
  .link2 {
    position: relative;
  }
  .link2 a {
    position: absolute;
    top: 30px;
    left: 20px;
  }
}

@media (max-width: 1400px) {
  .kefu img {
    width: 30px;
  }
}

@media (max-width: 1200px) {
  .main-wrapper {
    width: 1100px;
  }
}

@media (min-width: 901px) {
  .flex-col:nth-child(6) ~ .flex-col {
    border-top: 1px solid #c0bff0;
  }
  .flex-col-main:nth-child(6n) {
    border-right: none;
  }
  .flex-col:nth-child(6n) {
    border-right: none;
  }
}

@media (max-width: 900px) and (min-width: 601px) {
  .flex-col-main:nth-child(3) ~ .flex-col-main {
    border-top: 1px solid #c0bff0;
  }
  .flex-col:nth-child(3) ~ .flex-col {
    border-top: 1px solid #c0bff0;
  }
  .flex-col-main:nth-child(3n) {
    border-right: none;
  }
  .flex-col:nth-child(3n) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .flex-col-main:nth-child(2) ~ .flex-col-main {
    border-top: 1px solid #c0bff0;
  }
  .flex-col:nth-child(2) ~ .flex-col {
    border-top: 1px solid #c0bff0;
  }
  .flex-col-main:nth-child(2n) {
    border-right: none;
  }
  .flex-col:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 900px) {
  .content {
    padding: 0;
  }
  .logo {
    background-size: 162px;
    height: 75px;
  }
  .link1 {
    justify-content: flex-start;
  }
  .link1 a {
    height: 30%;
  }
  .link2 img {
    display: none;
  }
  .header {
    height: 100px;
  }

  .top-header {
    position: relative;
    height: 100px;
    padding-top: 0;
  }

  .main-wrapper {
    width: 600px;
  }

  .content {
    min-height: calc(100vh - 100px - 145px);
  }

  .flex-row {
    flex-flow: row wrap;
    width: 100%;
  }

  .flex-row .flex-row-head {
    width: 100%;
  }

  .flex-row .flex-row-head .flex-row-head-wrapper {
    text-align: center;
  }

  .flex-row .flex-row-body {
    width: 100%;
    flex-flow: row wrap;
  }

  .flex-row-body-main {
    flex-flow: row wrap;
  }

  .flex-col {
    flex: 1 0 calc(100% / 3);
  }

  .flex-col-main {
    flex: 1 0 calc(100% / 3);
    box-sizing: border-box;
  }

  .logo {
    background-size: 162px;
    height: 68px;
    margin-top: 2px;
  }

  .link {
    width: 32%;
  }

  .link1 {
    flex-direction: column;
  }

  .link2 {
    width: 70px;
  }
}

@media (max-width: 600px) {
  .main-wrapper {
    width: 400px;
  }

  .flex-col {
    flex: 1 0 calc(100% / 2);
  }

  .flex-col-main {
    flex: 1 0 calc(100% / 2);
  }

  .logo {
    background-size: 162px;
    height: 68px;
    margin-top: 2px;
  }

  .link {
    width: 50%;
  }

  .link1 {
    margin-bottom: 0;
    display: inline-block;
    float: left;
  }

  .link1 a {
    display: block;
  }

  .link2 {
    width: 120px;
    display: inline-block;
    border: none;
    padding: 0;
    width: 70px;
    text-align: right;
  }

  .content {
    min-height: calc(100vh - 100px - 10px);
  }
}

@media (max-width: 400px) {
  .main-wrapper {
    width: 320px;
  }

  .logo {
    background-size: 162px;
    width: 65%;
  }

  .link {
    width: 35%;
  }

  .link1 {
    visibility: hidden;
    display: none;
  }

  .link2 {
    margin-top: 4px;
  }

  .link2 .kefu {
    width: 60px;
    float: right;
  }
}
@media (max-width: 320px) {
  .main-wrapper {
    width: 290px;
  }

  .logo {
    background-size: 145px;
    width: 60%;
    margin-top: 6px;
  }
}
