    * {
      padding: 0px;
      margin: 0px;
      list-style: none;
    }
    html, body, .container{
      height: 100%;
    }
    .main_box {
      width: 100%;
      max-width:640px;
      overflow: hidden;
      margin: 0 auto;
      height: 100%;
      position: relative;
    }
    #markdiv{
      display: none;
    position: fixed;
    height: -webkit-fill-available;
    width: 100%;
    max-width: 640px;
    background: rgba(0, 0, 0, 0.5);
    z-index:2;
    }
    .mainscroll{
      position: absolute;
      right: 0px;
      bottom: 0;
      top: 60px;
      left: 0px;
      overflow-y: scroll;
      overflow-x: hidden;
    }
    img {
      width: 100%;
    }

    .contacts_box {
      position: fixed;
      bottom: 10px;
      right: 20px;
    }

    .contacts_box:before {
      border-top-color: #e9e9e9;
    }

    .tip_box {
      display: inline-block;
    }

    .xes-form {
      width: 240px;
      height: -280px;
      background: #fff;
    }

    .xes-form h1 {
      text-align: center;
      font-size: 20px;
      color: #666;
      border-bottom: 2px #e1e1e1 solid;
      height: 28px;
      line-height: 28px;
    }

    #catForm input {
      margin: 16px 0;
      display: block;
      width: 100%;
      height: 44px;
      border: 1px solid #bebebe;
      box-sizing: border-box;
      padding: 0 15px;
      color: #828d97;
      font-size: 14px;
      outline: none;
    }

    #catForm .xes-btn {
      display: block;
      width: 100%;
      margin-top: 16px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 18px;
      color: #fff;
      background-color: #a40000;
      cursor: pointer;
    }

    #catForm input {
      margin: 16px 0;
      display: block;
      width: 100%;
      height: 44px;
      border: 1px solid #bebebe;
      box-sizing: border-box;
      padding: 0 15px;
      color: #828d97;
      font-size: 14px;
      outline: none;
      border-radius: 10px;
    }

    .inner-header {
      background-color: #a40000;
      width: 100%;
      height: 60px;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .inner-header-icon {
      color: #ffffff;
      height: 60px;
      font-size: 25px;
      text-align: center;
      float: right;
      width: 60px;
      position: relative;
      -webkit-transition: background 0.5s;
      -moz-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s;
    }

    .inner-header-icon:hover {
      background-color: rgba(255, 255, 255, 0.2);
      cursor: pointer;
    }

    .inner-header-icon span {
      position: absolute;
      left: calc((100% - 25px) / 2);
      top: calc((100% - 1px) / 2);
      width: 25px;
      height: 2px;
      background-color: rgba(255, 255, 255, 1);
    }

    .inner-header-icon span:nth-child(1) {
      transform: translateY(8px) rotate(0deg);
    }

    .inner-header-icon span:nth-child(2) {
      opacity: 0;
    }

    .inner-header-icon span:nth-child(3) {
      transform: translateY(-8px) rotate(0deg);
    }


    .inner-header-icon-click span:nth-child(1) {
      animation-duration: 0.5s;
      animation-fill-mode: both;
      animation-name: clickfirst;
    }

    .inner-header-icon-click span:nth-child(2) {
      animation-duration: 0.5s;
      animation-fill-mode: both;
      animation-name: clicksecond;
    }

    .inner-header-icon-click span:nth-child(3) {
      animation-duration: 0.5s;
      animation-fill-mode: both;
      animation-name: clickthird;
    }


    /*第一条线旋转动画*/
    @keyframes clickfirst {
      0% {
        transform: translateY(8px) rotate(0deg);

      }

      100% {
        transform: translateY(0) rotate(45deg);
      }
    }

    /*第二条线淡入淡出动画动画*/
    @keyframes clicksecond {
      0% {
        opacity: 1;
      }

      100% {
        opacity: 0;
      }
    }

    /*第三条线旋转动画*/
    @keyframes clickthird {
      0% {
        transform: translateY(-8px) rotate(0deg);
      }

      100% {
        transform: translateY(0) rotate(-45deg);
      }
    }

    .inner-header-icon-out span:nth-child(1) {
      animation-duration: 0.5s;
      animation-fill-mode: both;
      animation-name: outfirst;
    }

    .inner-header-icon-out span:nth-child(2) {
      animation-duration: 0.5s;
      animation-fill-mode: both;
      animation-name: outsecond;
    }

    .inner-header-icon-out span:nth-child(3) {
      animation-duration: 0.5s;
      animation-fill-mode: both;
      animation-name: outthird;
    }

    @keyframes outfirst {
      0% {
        transform: translateY(0) rotate(-45deg);
      }

      100% {
        transform: translateY(-8px) rotate(0deg);
      }
    }

    @keyframes outsecond {
      0% {
        opacity: 0;
      }

      100% {
        opacity: 1;
      }
    }

    @keyframes outthird {
      0% {
        transform: translateY(0) rotate(45deg);
      }

      100% {
        transform: translateY(8px) rotate(0deg);
      }
    }

    .inner-nav {
      background-color: rgba(0, 0, 0, 0.9);
      width: 50%;
      height: 100%;
      top: 0;
      position: absolute;
      display: none;
      border-right: 4px solid #db2001;
      box-sizing: border-box;
      z-index: 99;
    }

    @keyframes selfan {
      0% {
        transform: translate3d(0, 100%, 0);
        opacity: 0;
      }

      100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
      }
    }

    .inner-nav a {
      display: inline-block;
      line-height: 60px;
      text-decoration: none;
      width: 80%;
      color: #FFFFFF;
      border-bottom: solid 1px rgba(255, 255, 255, 0.3);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      font-weight: 300;
      animation-duration: .3s;
      animation-fill-mode: both;
      animation-name: selfan;
    }

    .inner-nav a:hover {
      color: rgba(255, 255, 255, 0.4);
      border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }

    .yxname {
      font-size: 22px;
      color: white;
      margin-top: 15px;
      display: inline-block;
    }

    .nav-pills>li {
      padding: 5px;
      display: inline-block;
      float: unset;
    }

    .nav-pills>li>a {
      border-radius: 23px;
      background-color: #ffffff;
      color: #000;
    }

    .nav-pills>li.active>a,
    .nav-pills>li.active>a:focus,
    .nav-pills>li.active>a:hover {
      color: #fff;
      background-color: #E91E63;
    }

    .list-group-item {
      border: none;
      background-color: black;
      color: white;
      padding: 0px 15px;
    }
