#insWrap {
  min-width: 600px;
}

.main {
  min-height: -moz-calc(100vh - 267px);
  min-height: calc(100vh - 267px);
  margin-top: 100px;
  background: url("/images/mibankins-index/main_bg.png") no-repeat top center/2560px auto;
}
@media (max-width: 600px) {
  .main {
    margin-top: 70px;
    padding: 0;
    background: url("/images/mibankins-index/main_bg_m.png") no-repeat top right/100%;
  }
}

@media (min-width: 601px) {
  .ins_index {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 71px;
  }
}
@media (max-width: 600px) {
  .ins_index {
    padding: 65px 20px 0;
  }
}
.ins_index .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
  color: #233057;
}
.ins_index .title .dot {
  position: relative;
  color: #0057c9;
}
.ins_index .title .dot:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 11px;
  height: 11px;
  -moz-border-radius: 6px;
       border-radius: 6px;
  background-color: #0057c9;
  -webkit-transform: translate(-50%, -100%);
     -moz-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width: 750px) {
  .ins_index .title .block {
    display: block;
  }
}
@media (max-width: 600px) {
  .ins_index .title {
    font-size: 28px;
    line-height: 38px;
  }
  .ins_index .title .dot:before {
    width: 7px;
    height: 7px;
  }
}
.ins_index .ins_list {
  margin-top: 60px;
}
.ins_index .ins_list span.dot {
  position: relative;
}
.ins_index .ins_list span.dot:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #233057;
  -moz-border-radius: 50%;
       border-radius: 50%;
  top: -3px;
  left: -moz-calc(50% - 1.5px);
  left: calc(50% - 1.5px);
}
@media (min-width: 601px) {
  .ins_index .ins_list {
    margin-top: 50px;
  }
  .ins_index .ins_list:after {
    content: "";
    display: block;
    clear: both;
  }
  .ins_index .ins_list li {
    float: left;
    width: -moz-calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
    margin: 0 24px 30px 0;
  }
  .ins_index .ins_list li.on .go {
    border-color: #233057;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
       -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .ins_index .ins_list li.on .go .btn {
    background-color: #233057;
    color: #fff;
  }
}
@media (min-width: 601px) and (min-width: 931px) {
  .ins_index .ins_list li:nth-child(3n) {
    margin-right: 0;
  }
  .ins_index .ins_list li:nth-last-child(1), .ins_index .ins_list li:nth-last-child(2), .ins_index .ins_list li:nth-last-child(3) {
    margin-bottom: 0;
  }
}
@media (min-width: 601px) and (max-width: 930px) {
  .ins_index .ins_list li {
    width: -moz-calc((100% - 24px) / 2);
    width: calc((100% - 24px) / 2);
  }
  .ins_index .ins_list li:nth-child(2n) {
    margin-right: 0;
  }
  .ins_index .ins_list li:nth-last-child(1), .ins_index .ins_list li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.ins_index .go {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  border: 1px solid #cdcfd9;
  -moz-border-radius: 11px;
       border-radius: 11px;
  font-size: 20px;
  color: #233057;
}
@media (min-width: 601px) {
  .ins_index .go {
    height: 380px;
    padding: 40px;
    -moz-background-size: 246px auto;
         background-size: 246px auto;
  }
}
@media (max-width: 600px) {
  .ins_index .go {
    height: 292px;
    margin-bottom: 16px;
    padding: 34px 35px;
    -moz-background-size: 204px auto;
         background-size: 204px auto;
    font-size: 18px;
  }
}
.ins_index .go.travel {
  background-image: url("/images/mibankins-index/go_bg_travel.png");
}
.ins_index .go.travelj {
  background-image: url("/images/mibankins-index/go_bg_travelj.png");
}
.ins_index .go.pet {
  background-image: url("/images/mibankins-index/go_bg_pet.png");
}
.ins_index .go.group {
  background-image: url("/images/mibankins-index/go_bg_group.png");
}
.ins_index .go.golf {
  background-image: url("/images/mibankins-index/go_bg_golf.png");
}
.ins_index .go.mountain {
  background-image: url("/images/mibankins-index/go_bg_mountain.png");
}
.ins_index .go.mountain strong {
  display: block;
  margin-top: 7px;
}
.ins_index .go .new {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/images/mibankins-index/ico_new2.png") no-repeat center/contain;
  margin-left: 6px;
}
.ins_index .btn {
  -moz-border-radius: 15px;
       border-radius: 15px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 601px) {
  .ins_index .btn {
    width: 92px;
    height: 29px;
    margin-top: 20px;
    border: 1px solid #233057;
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .ins_index .btn {
    width: 80px;
    margin-top: 15px;
    line-height: 25px;
    background: #233057;
    color: #fff;
  }
}

/*mobile header*/
.header {
  z-index: 1;
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff;
}
.header.shadow {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.header .logo {
  display: inline-block;
  width: 84px;
  height: 34px;
  margin: 20px 0 0 20px;
  background: url("/images/mibankins-index/logo_mb_ins.png") no-repeat center center/100%;
  text-indent: -9999px;
}
.header .btn_menu {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url("/images/mibankins-index/btn_menu.png") no-repeat center center/100%;
  text-indent: -9999px;
}
.header .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url("/images/mibankins-index/btn_close.png") no-repeat center center/100%;
  text-indent: -99999px;
}
.header .menu_wrap {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu_wrap .visuable {
  visibility: hidden;
}
.header .menu_wrap .visuable.show {
  visibility: visible;
}
.header .menu_wrap .visuable.show .menu_list {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
          transform: translateX(0);
}
.header .bg {
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.6;
}
.header .menu_list {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  padding: 70px 0 0 30px;
  height: 100vh;
  width: -moz-calc(100% - 38px);
  width: calc(100% - 38px);
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  background: #fff;
}
.header .menu_list.active {
  visibility: visible;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
          transform: translateX(0);
}
.header .menu_list .menu_item_dp1_wrap {
  padding-bottom: 65px;
  border-bottom: 1px solid #233057;
}
.header .menu_list .menu_item_dp1 {
  color: #1c1c1c;
  font-size: 18px;
  line-height: 3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.header .menu_list .menu_item_dp1.t__bold {
  font-weight: bold;
}
.header .menu_list .menu_item_dp1.on {
  color: #0057c9;
}
.header .menu_list .menu_item_dp1:active {
  color: #0057c9;
}
.header .menu_list .menu_item_dp1 .new {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/images/mibankins-index/ico_new2.png") no-repeat center/contain;
  margin-left: 6px;
}
.header .menu_list .menu_item_dp1.gift {
  margin-top: 18px;
  font-size: 16px;
  padding-left: 26px;
  background: url("/images/mibankins-index/ico_gift.png") no-repeat left center/20px;
}
.header .link_app span {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  font-weight: bold;
  color: #5d59c9;
  font-size: 20px;
  background: url("/images/mibankins-index/underline.png") no-repeat bottom center/100%;
}
.header .link_app span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mi_footer_ins.mobile {
  background: #fff !important;
}
