.main-banner {
  width: 100%;
  position: relative;
}

.main-banner img {
  width: 100%;
}

.main-banner-txt {
  position: absolute;
  top: 25%;
  left: 16%;
}

@media screen and (max-width: 1200px) {
  .main-banner-txt {
    top: 14%;
  }
}

.main-banner-txt h4 {
  font-size: 40px;
  color: #2a264c;
  margin-bottom: 35px;
  line-height: 70px;
}

@media screen and (max-width: 1200px) {
  .main-banner-txt h4 {
    font-size: 28px;
  }
}

.main-banner-txt p {
  color: #726f8b;
  font-size: 18px;
  line-height: 28px;
}

.main-tab {
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}

.main-tab-item {
  width: 25%;
  max-width: 90px;
  padding: 28px 0;
  text-align: center;
}

.main-tab-item a {
  font-size: 16px;
  color: #2a264c;
}

.main-tab-item a:hover {
  text-decoration: none;
}

.main-tab-item.active {
  border-bottom: 2px solid #178ef4;
}

.main-tab-item:hover {
  cursor: pointer;
}

.main-content {
  width: 100%;
}

.main-content-invest {
  margin-bottom: 5%;
}

.main-content-invest-container {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 10%;
}

@media screen and (max-width: 1027px) {
  .main-content-invest-container {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .main-content-invest-container {
    width: 90%;
  }
}

.main-content-invest-container h4 {
  text-align: center;
  font-size: 40px;
  color: #2a264c;
  margin: 30px 0;
}

@media screen and (max-width: 1027px) {
  .main-content-invest-container h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-invest-container h4 {
    font-size: 14px;
    margin: 15px 0;
  }
}

.main-content-invest-container .divider {
  width: 60px;
  border-bottom: 2px solid #178ef4;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main-content-invest-container .divider {
    width: 30px;
  }
}

.main-content-invest-container-block {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .main-content-invest-container-block {
    margin-top: 20px;
  }
}

.main-content-invest-container-block-left {
  width: 50%;
  padding-left: 10%;
  float: left;
}

@media screen and (max-width: 1027px) {
  .main-content-invest-container-block-left {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-content-invest-container-block-left {
    width: 100%;
  }
}

.main-content-invest-container-block-left .list {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 1027px) {
  .main-content-invest-container-block-left .list {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-invest-container-block-left .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.main-content-invest-container-block-left .list-item {
  width: 100%;
  margin-bottom: 38px;
}

@media screen and (max-width: 1027px) {
  .main-content-invest-container-block-left .list-item {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-invest-container-block-left .list-item {
    width: 48%;
    box-shadow: 0px 3px 8px 0px rgba(35, 86, 129, 0.2);
    border-radius: 2px;
    padding: 10px;
    margin-right: 5px;
  }
}

.main-content-invest-container-block-left .list-item h5 {
  font-size: 20px;
  color: #2a264c;
  background: url("../assets/images/increment-checked.png") no-repeat left;
  padding-left: 40px;
  font-weight: normal;
  margin-bottom: 18px;
}

@media screen and (max-width: 1027px) {
  .main-content-invest-container-block-left .list-item h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-invest-container-block-left .list-item h5 {
    background: none;
    padding-left: 0;
    font-size: 14px;
  }
}

.main-content-invest-container-block-left .list-item p {
  font-size: 16px;
  color: #666666;
  padding-left: 40px;
}

@media screen and (max-width: 1027px) {
  .main-content-invest-container-block-left .list-item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-invest-container-block-left .list-item p {
    padding-left: 0;
    font-size: 12px;
  }
}

.main-content-invest-container-block-left .btnGroup {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-content-invest-container-block-left .btnGroup {
    width: 210px;
    margin: 0 auto;
  }
}

.main-content-invest-container-block-left .btnGroup .apply {
  display: inline-block;
  color: #ffffff;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background: url("../assets/images/increment-apply.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1027px) {
  .main-content-invest-container-block-left .btnGroup .apply {
    font-size: 14px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-invest-container-block-left .btnGroup .apply {
    width: 100px;
    line-height: 35px;
    height: 35px;
  }
}

.main-content-invest-container-block-left .btnGroup .apply:hover {
  text-decoration: none;
}

.main-content-invest-container-block-left .btnGroup .know {
  display: inline-block;
  color: #2294f5;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background: url("../assets/images/increment-know.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1027px) {
  .main-content-invest-container-block-left .btnGroup .know {
    width: 150px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-invest-container-block-left .btnGroup .know {
    width: 100px;
    line-height: 35px;
    height: 35px;
  }
}

.main-content-invest-container-block-left .btnGroup .know:hover {
  text-decoration: none;
}

.main-content-invest-container-block-right {
  width: 50%;
  float: left;
}

.main-content-invest-container-block-right img {
  width: 100%;
}

.main-content-invest-container-block .xs-img {
  width: 100%;
  float: left;
  text-align: center;
}

.main-content-invest-container-block .xs-img img {
  width: 62%;
}

.main-content-logistics {
  margin-bottom: 5%;
  background: url("../assets/images/function-bg.png") no-repeat right;
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  .main-content-logistics {
    background: none;
  }
}

.main-content-logistics-container {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 10%;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container {
    width: 90%;
  }
}

.main-content-logistics-container h4 {
  text-align: center;
  font-size: 40px;
  color: #2a264c;
  margin: 30px 0;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container h4 {
    font-size: 14px;
    margin: 15px 0;
  }
}

.main-content-logistics-container .divider {
  width: 60px;
  border-bottom: 2px solid #178ef4;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container .divider {
    width: 30px;
  }
}

.main-content-logistics-container .xs-img {
  width: 100%;
  text-align: center;
}

.main-content-logistics-container .xs-img img {
  width: 72%;
}

.main-content-logistics-container .secindTitle {
  width: 90%;
  text-align: center;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container .secindTitle {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container .secindTitle {
    width: 100%;
  }
}

.main-content-logistics-container .secindTitle p:nth-child(1) {
  font-size: 24px;
  color: #2a264c;
  margin-bottom: 15px;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container .secindTitle p:nth-child(1) {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container .secindTitle p:nth-child(1) {
    font-size: 14px;
  }
}

.main-content-logistics-container .secindTitle p:nth-child(2) {
  font-size: 18px;
  color: #666666;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container .secindTitle p:nth-child(2) {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container .secindTitle p:nth-child(2) {
    font-size: 12px;
  }
}

.main-content-logistics-container-block {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container-block {
    margin-top: 30px;
  }
}

.main-content-logistics-container-block-left {
  float: left;
  width: 50%;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container-block-left {
    padding-top: 10%;
  }
}

.main-content-logistics-container-block-left img {
  width: 100%;
}

.main-content-logistics-container-block-right {
  float: left;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container-block-right {
    width: 100%;
  }
}

.main-content-logistics-container-block-right .list {
  float: right;
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container-block-right .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.main-content-logistics-container-block-right .list-item {
  width: 100%;
  margin-bottom: 28px;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container-block-right .list-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container-block-right .list-item {
    width: 48%;
    box-shadow: 0px 3px 8px 0px rgba(35, 86, 129, 0.2);
    border-radius: 2px;
    padding: 10px;
    margin-right: 5px;
  }
}

.main-content-logistics-container-block-right .list-item h5 {
  font-size: 20px;
  color: #2a264c;
  background: url("../assets/images/increment-checked.png") no-repeat left;
  padding-left: 40px;
  font-weight: normal;
  margin-bottom: 18px;
  text-align: left;
  width: 50%;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container-block-right .list-item h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container-block-right .list-item h5 {
    background: none;
    padding-left: 0;
    font-size: 14px;
  }
}

.main-content-logistics-container-block-right .list-item p {
  font-size: 16px;
  color: #666666;
  padding-left: 40px;
  text-align: left;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container-block-right .list-item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container-block-right .list-item p {
    padding-left: 0;
    font-size: 12px;
  }
}

.main-content-logistics-container-block-right .btnGroup {
  float: right;
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container-block-right .btnGroup {
    width: 210px;
    margin: 0 auto;
    float: none;
  }
}

.main-content-logistics-container-block-right .btnGroup .apply {
  display: inline-block;
  color: #ffffff;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background: url("../assets/images/increment-apply.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container-block-right .btnGroup .apply {
    font-size: 14px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container-block-right .btnGroup .apply {
    width: 100px;
    line-height: 35px;
    height: 35px;
  }
}

.main-content-logistics-container-block-right .btnGroup .apply:hover {
  text-decoration: none;
}

.main-content-logistics-container-block-right .btnGroup .know {
  display: inline-block;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  color: #2294f5;
  background: url("../assets/images/increment-know.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1027px) {
  .main-content-logistics-container-block-right .btnGroup .know {
    font-size: 14px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-logistics-container-block-right .btnGroup .know {
    width: 100px;
    line-height: 35px;
    height: 35px;
  }
}

.main-content-logistics-container-block-right .btnGroup .know:hover {
  text-decoration: none;
}

.main-content-finance {
  margin-bottom: 5%;
}

.main-content-finance-container {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 10%;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .main-content-finance-container {
    width: 90%;
  }
}

.main-content-finance-container h4 {
  text-align: center;
  font-size: 40px;
  color: #2a264c;
  margin: 30px 0;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-finance-container h4 {
    font-size: 14px;
    margin: 15px 0;
  }
}

.main-content-finance-container .divider {
  width: 60px;
  border-bottom: 2px solid #178ef4;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main-content-finance-container .divider {
    width: 30px;
  }
}

.main-content-finance-container .xs-img {
  width: 100%;
  float: left;
  text-align: center;
}

.main-content-finance-container .xs-img img {
  width: 72%;
}

.main-content-finance-container .secindTitle {
  width: 90%;
  text-align: center;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container .secindTitle {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-finance-container .secindTitle {
    width: 100%;
  }
}

.main-content-finance-container .secindTitle p:nth-child(1) {
  font-size: 24px;
  color: #2a264c;
  margin-bottom: 15px;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container .secindTitle p:nth-child(1) {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-finance-container .secindTitle p:nth-child(1) {
    font-size: 14px;
  }
}

.main-content-finance-container .secindTitle p:nth-child(2) {
  font-size: 18px;
  color: #666666;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container .secindTitle p:nth-child(2) {
    font-size: 14px;
  }
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container .secindTitle p:nth-child(2) {
    font-size: 14px;
  }
}

.main-content-finance-container-block {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container-block {
    margin-top: 0px;
  }
}

.main-content-finance-container-block-left {
  width: 50%;
  padding-left: 10%;
  float: left;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container-block-left {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-finance-container-block-left {
    width: 100%;
  }
}

.main-content-finance-container-block-left .list {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-content-finance-container-block-left .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.main-content-finance-container-block-left .list-item {
  width: 100%;
  margin-bottom: 28px;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container-block-left .list-item {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-finance-container-block-left .list-item {
    width: 48%;
    box-shadow: 0px 3px 8px 0px rgba(35, 86, 129, 0.2);
    border-radius: 2px;
    padding: 10px;
    margin-right: 5px;
  }
}

.main-content-finance-container-block-left .list-item h5 {
  font-size: 20px;
  color: #2a264c;
  background: url("../assets/images/increment-checked.png") no-repeat left;
  padding-left: 40px;
  font-weight: normal;
  margin-bottom: 18px;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container-block-left .list-item h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-finance-container-block-left .list-item h5 {
    background: none;
    padding-left: 0;
    font-size: 14px;
  }
}

.main-content-finance-container-block-left .list-item p {
  font-size: 16px;
  color: #666666;
  padding-left: 40px;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container-block-left .list-item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-finance-container-block-left .list-item p {
    padding-left: 0;
    font-size: 12px;
  }
}

.main-content-finance-container-block-left .btnGroup {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-content-finance-container-block-left .btnGroup {
    width: 210px;
    margin: 0 auto;
  }
}

.main-content-finance-container-block-left .btnGroup .apply {
  display: inline-block;
  color: #ffffff;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background: url("../assets/images/increment-apply.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container-block-left .btnGroup .apply {
    font-size: 14px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-finance-container-block-left .btnGroup .apply {
    width: 100px;
    line-height: 35px;
    height: 35px;
  }
}

.main-content-finance-container-block-left .btnGroup .apply:hover {
  text-decoration: none;
}

.main-content-finance-container-block-left .btnGroup .know {
  display: inline-block;
  color: #2294f5;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background: url("../assets/images/increment-know.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container-block-left .btnGroup .know {
    font-size: 14px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-finance-container-block-left .btnGroup .know {
    width: 100px;
    line-height: 35px;
    height: 35px;
  }
}

.main-content-finance-container-block-left .btnGroup .know:hover {
  text-decoration: none;
}

.main-content-finance-container-block-right {
  width: 50%;
  float: left;
}

@media screen and (max-width: 1027px) {
  .main-content-finance-container-block-right {
    padding-top: 10%;
  }
}

.main-content-finance-container-block-right img {
  width: 100%;
}

.main-content-pay {
  margin-bottom: 5%;
  background: url("../assets/images/advan-bg.png") no-repeat left;
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  .main-content-pay {
    background: none;
  }
}

.main-content-pay-container {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 10%;
}

@media screen and (max-width: 1027px) {
  .main-content-pay-container {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .main-content-pay-container {
    width: 90%;
  }
}

.main-content-pay-container h4 {
  text-align: center;
  font-size: 40px;
  color: #2a264c;
  margin: 30px 0;
}

@media screen and (max-width: 1027px) {
  .main-content-pay-container h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-pay-container h4 {
    font-size: 14px;
    margin: 15px 0;
  }
}

.main-content-pay-container .divider {
  width: 60px;
  border-bottom: 2px solid #178ef4;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main-content-pay-container .divider {
    width: 30px;
  }
}

.main-content-pay-container-block {
  width: 100%;
  margin-top: 50px;
}

.main-content-pay-container-block-left {
  float: left;
  width: 50%;
  padding-top: 6%;
}

@media screen and (max-width: 767px) {
  .main-content-pay-container-block-left {
    width: 100%;
    text-align: center;
  }
}

.main-content-pay-container-block-left img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-content-pay-container-block-left img {
    width: 72%;
  }
}

.main-content-pay-container-block-right {
  float: left;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .main-content-pay-container-block-right {
    width: 100%;
  }
}

.main-content-pay-container-block-right .list {
  float: right;
}

@media screen and (max-width: 767px) {
  .main-content-pay-container-block-right .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.main-content-pay-container-block-right .list-item {
  width: 100%;
  margin-bottom: 28px;
}

@media screen and (max-width: 1027px) {
  .main-content-pay-container-block-right .list-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-pay-container-block-right .list-item {
    width: 48%;
    box-shadow: 0px 3px 8px 0px rgba(35, 86, 129, 0.2);
    border-radius: 2px;
    padding: 10px;
    margin-right: 5px;
  }
}

.main-content-pay-container-block-right .list-item h5 {
  font-size: 20px;
  color: #2a264c;
  background: url("../assets/images/increment-checked.png") no-repeat left;
  padding-left: 40px;
  font-weight: normal;
  margin-bottom: 18px;
  text-align: left;
  width: 50%;
}

@media screen and (max-width: 1027px) {
  .main-content-pay-container-block-right .list-item h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-pay-container-block-right .list-item h5 {
    background: none;
    padding-left: 0;
    font-size: 14px;
  }
}

.main-content-pay-container-block-right .list-item p {
  font-size: 16px;
  color: #666666;
  padding-left: 40px;
  text-align: left;
}

@media screen and (max-width: 1027px) {
  .main-content-pay-container-block-right .list-item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-pay-container-block-right .list-item p {
    padding-left: 0;
    font-size: 12px;
  }
}

.main-content-pay-container-block-right .btnGroup {
  float: right;
}

@media screen and (max-width: 767px) {
  .main-content-pay-container-block-right .btnGroup {
    width: 210px;
    margin: 0 auto;
    float: none;
  }
}

.main-content-pay-container-block-right .btnGroup .apply {
  display: inline-block;
  color: #ffffff;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background: url("../assets/images/increment-apply.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1027px) {
  .main-content-pay-container-block-right .btnGroup .apply {
    font-size: 14px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-pay-container-block-right .btnGroup .apply {
    width: 100px;
    line-height: 35px;
    height: 35px;
  }
}

.main-content-pay-container-block-right .btnGroup .apply:hover {
  text-decoration: none;
}

.main-content-pay-container-block-right .btnGroup .know {
  display: inline-block;
  color: #2294f5;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background: url("../assets/images/increment-know.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1027px) {
  .main-content-pay-container-block-right .btnGroup .know {
    font-size: 14px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-pay-container-block-right .btnGroup .know {
    width: 100px;
    line-height: 35px;
    height: 35px;
  }
}

.main-content-pay-container-block-right .btnGroup .know:hover {
  text-decoration: none;
}

.footer {
  width: 100%;
  background: #252b3a;
}

.footer .content {
  max-width: 1300px;
  margin: auto;
  padding: 35px 0 0 0;
}

.footer .content-left {
  width: 28%;
  float: left;
  border-right: 1px solid #454850;
}

.footer .content-left img {
  margin-bottom: 36px;
}

@media screen and (max-width: 992px) {
  .footer .content-left img {
    width: 94%;
  }
}

.footer .content-left .box {
  margin-bottom: 24px;
}

.footer .content-left .box p {
  height: 22px;
  line-height: 22px;
  width: 70%;
  background: url("../assets/images/phone-icon.png") no-repeat left;
  color: #bec0c4;
  padding-left: 44px;
}

.footer .content-left .box:nth-child(3) p {
  background: url("../assets/images/address-icon.png") no-repeat left;
}

.footer .content-right {
  width: 72%;
  float: left;
}

.footer .content-right .footer-nav-item {
  width: calc(100%/5);
  text-align: center;
  float: left;
}

.footer .content-right .footer-nav-item p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 26px;
}

.footer .content-right .footer-nav-item li a {
  font-size: 12px;
  color: #bec0c4;
}

.footer .content-bottom {
  width: 100%;
  margin-top: 20px;
  float: left;
  text-align: center;
}

.footer .content-bottom p {
  font-size: 12px;
  color: #bec0c4;
  margin-bottom: 10px;
}

.footer .content-bottom p a {
  color: #bec0c4;
}

.footer .footer-xs {
  width: 100%;
}

.footer .footer-xs-top {
  width: 94%;
  padding: 20px 0 12px 0;
  margin: auto;
  border-bottom: 1px solid #454c5e;
}

.footer .footer-xs-top p {
  font-size: 12px;
  color: #bec0c4;
  text-align: center;
  width: 80%;
  margin: auto;
  line-height: 16px;
  margin-bottom: 5px;
}

.footer .footer-xs-bottom {
  width: 100%;
  padding: 10px 0;
  margin: auto;
}

.footer .footer-xs-bottom p {
  font-size: 12px;
  color: #bec0c4;
  text-align: center;
  width: 90%;
  margin: auto;
  line-height: 16px;
  margin-bottom: 12px;
}

.footer .footer-xs-bottom p a {
  color: #bec0c4;
}
