
header {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    height: 30px;
    border-bottom: solid 1px #EEE;
    padding: 5px 5px 15px 5px;
}
/*.dhtb{*/

/*    margin-left: 20%;*/
/*    margin-top: -3px;*/
/*    width: 150px;*/

/*}*/
  .nav-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
   display: none;
  }

  nav.menu.opened {
    left: 0
  }

  nav.menu {
    position: absolute;
    left: -70%;
    top: 0;
    bottom: 0;
    width: 70%;
    background-color: #fff;
    -webkit-transition: left 200ms cubic-bezier(0.000, 0.655, 0.000, 1);
    -webkit-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
    -moz-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
    -o-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
    transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990)
  }

  .image-round {
    border-radius: 60px;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
  }

  nav.menu .nav-header span {
        display: block;
    color: #2a3e75;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  }

  nav.menu .nav-header a {
    color: #2eb18d
  }

 nav.menu .nav-header {
    height: 20%;
    text-align: center;
    padding: 10px 0;
    background: url(/images/dhbg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.fa-search:before {
    content: url(/images/dhss.png);
}
.fa-times:before {
    content: url(/images/dhgb.png);
}
.fa-arrow-right:before {
    content: url(/images/dhjt.png);
}
.fa-angle-up:before {
    content: url(/images/dhup.png);
}
.fa-angle-down:before {
    content: url(/images/dhdown.png);
}
  nav .nav-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25%;
    overflow: auto
  }

  nav.menu ul {
    list-style: none;
    padding: 0;
    margin: 0
  }

  nav.menu ul li {
    display: block;
    width: 100%
  }

  nav.menu ul.main-menu > li.active {
    background-color: #f5f5f5
  }

  nav.menu ul.main-menu > li.active > ul {
    display: block
  }

  nav.menu ul.main-menu > li ul li.active {
    background-color: rgba(0, 0, 0, 0.2)
  }

  nav.menu ul.main-menu > li > a {
   display: block;
    color: #4c4b4b;
    padding: 5% 15% 2% 20%;

    font-weight: normal;
  }

  nav.menu ul.main-menu > li.active i {
    color: #2eb18d !important
  }

  nav.menu ul.main-menu > li > a > i {
    display: inline-block;
    width: 30px;
    font-size: 18px;
    color: #777
  }

  nav.menu ul.main-menu > li > a > img {
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 5px
  }

  nav.menu ul.main-menu > li > a > span {
    display: inline-block;
    float: right;
    opacity: .5
  }

  nav.menu ul.main-menu > li ul {
    display: none
  }

  nav.menu ul.main-menu > li li a {
    display: block;
    color: #4c4b4b;
    padding: 8px 20px 8px 48px;
    font-weight: 400
  }
  .navi-menu-button {
       width: 40px;
    height: 40px;
    float: right;
    position: relative;
    cursor: pointer;

  }

  .navi-menu-button em {
    width: 24px;
    height: 2px;
    background-color: #4c4c4c;
    display: block;
    position: absolute;
    border-radius: 30px;
    right: 0;
    -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750)
  }

  .navi-menu-button em:nth-child(1) {
    top: 7px;
    width: 20px
  }

  .navi-menu-button em:nth-child(2) {
    top: 14px
  }

  .navi-menu-button em:nth-child(3) {
    top: 21px;
    width: 20px
  }

  .navi-menu-button.focused em:nth-child(1) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px
  }

  .navi-menu-button.focused em:nth-child(2) {
    width: 0
  }

  .navi-menu-button.focused em:nth-child(3) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px
  }
  nav.menu {
    width: 60%;
  }

/*  搜索
*/
  .search-button {
        width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    float: left;

    margin: 0 auto;
  }

  .clear {
    clear: both
  }

  .search-form {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: auto;
    display: none
  }

  .search-form .search-input {
    margin: 20% 10% 5%;
    position: relative
  }

  .search-form .form-element {
    border: solid 1px #EEE;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-bottom-width: 2px
  }

  .search-form .form-element:focus {
    border-bottom-color: #ff7854
  }

  .search-form .search-input-btn {
    position: absolute;
    width: 37px;
    height: 37px;
    right: 1px;
    top: 1px;
    background-color: #FFF;
    border: 0;
    line-height: 37px;
    text-align: center
  }

  .search-form .search-input-btn:hover, .search-form .search-input-btn:focus {
    color: #ff7854
  }

  .search-form .recent-search, .search-form .popular-search {
    padding: 0 20px;
    margin-bottom: 20px
  }

  .search-form .search-tag {
    display: inline-block;
    padding: 4px 12px;
    background-color: #FFF;
    border: solid 1px #DDD;
    font-weight: 400;
    border-radius: 15px;
    margin: 0 5px 5px 0
  }

  .search-form .search-tag:hover, .search-form .search-tag:focus {
    border-color: #2eb18d;
    color: #2eb18d
  }

  .search-form .search-group-title {
    margin: 0;
    padding: 0;
    margin-bottom: 6px
  }

  .search-form .close-search-form {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #ccc;
    border-radius: 3px;
    cursor: pointer
  }

  .search-form .close-search-form:focus, .search-form .close-search-form:hover {
    background-color: #ff7854;
    color: #FFF
  }

  .search-result-header {
    background-color: #FFF;
    margin: -10px -10px 10px -10px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    position: relative
  }

  .search-result-header.fix-searchbar {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    padding: 0 10px;
    z-index: 100
  }

  .search-result-header.fix-searchbar + .search-result-container {
    padding-top: 30px
  }

  .search-result-header .form-element {
    padding: 0 10px
  }

  .search-result-header.fix-searchbar .search-result-btn {
    right: 10px
  }

  .search-result-header .search-result-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 38px;
    border: 0;
    background-color: #FFF;
    overflow: hidden;
    outline: 0;
    cursor: pointer
  }

  .search-result-header .search-result-btn:focus, .search-result-header .search-result-btn:hover {
    color: #2eb18d
  }
  .form-element {
    padding-left: 24px
  }

  .form-element {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: solid 1px #EEE;
    height: 40px;
    outline: 0;
    line-height: 40px;
    background-color: #FFF
  }


   /*底部*/
   #mini-btn{
        margin-bottom: 5px !important;
    margin-right: 10px !important;
}

    .bottom {
    background: #fff;
    background: linear-gradient(#f7f7f8, #ffffff);
    width: 100%;
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border-top: rgb(173 204 255) 1px solid;
    border-bottom: rgb(173 204 255) 1px solid;
    padding-top: 5px;
    }

    .bottom-con {
            width: fit-content;
    margin: 0 auto;
    }

    .bottom-h3 {
    background: url(/m2/images/bottombar-icon.png) no-repeat 10px center;
    width: 74px;
    height: 40px;
    border: rgb(224 116 5) 2px solid;
    border-radius: 4px;
    font-size: 16px;
    color: #ff6a00;
    line-height: 40px;
    padding-left: 50px;
    float: left;
    margin-right: 2px;
    }

    .bottom-btn {
        background: #1a56b5;
        width: 120px;
        height: 34px;
        border: none;
        border-radius: 4px;
        display: block;
        float: left;
        margin: 4px 0 0 8px;
        font-size: 14px;
        color: #fff;
        box-shadow: 0 2px 3px rgba(6, 7, 4, 0.15);
        cursor:pointer;
/*background: linear-gradient(135deg, #0064c7 0%,#0064c79c 50%,#0064c766 51%,#0064c7 71%,#0064c7 100%);*/

/*background-size: 400% 400%;*/
/*  animation: gradientAnimation 3s ease infinite;*/
}




@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

    .bottom-btn:hover {
        background: #e07405;
    }

    #close {
        background: url("/m2/images/close.png") no-repeat 0 0;
        width: 23px;
        height: 23px;
        display: block;
        float: left;
        margin: 10px 0 0 16px;
        cursor: pointer;
    }

    .bottom-icon {
        background: url("/m2/images/bottom-icon.png") no-repeat 0 0;
           width: 50px;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #9e9e9e;
    text-align: center;
    line-height: 24px;
    padding: 10px 0 0 10px;
    cursor: pointer;
        display: none;
    }
@media (min-width: 50px) and (max-width: 750px) {
.dbhf{
    display: none;
}
    
}

/*****/
.swiper-fixed-banner{
    display: none;
}

#mini-btn,.pc-visitor-header,#btnSend{
background-color: #1a56b5 !important;
}

.dbhf{
    display: none;
}