@media (max-width: 768px) and (min-width: 300px) {
  * {}

  body {
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #B58E63;
    scrollbar-face-color: #ccc;
    scrollbar-shadow-color: #fff;
    scrollbar-darkshadow-color: white;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #ccc;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  ::-webkit-scrollbar {
    width: 7px;
    height: 5px;
  }

  ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none;
    height: 10px;
    background: #2f2f2f
  }

  ::-webkit-scrollbar-track {
    background: #efefef;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .2)
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .1)
  }

  a:hover {
    text-decoration: none;
    cursor: pointer;
  }

  label {
    cursor: pointer;
  }

  input, textarea, select {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
  }

  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }

  input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }

  input[type=checkbox]:checked {
    width: 13px;
    height: 13px;
    background-image: url('/img/check_ck.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100%;
    margin-right: 5px;
  }

  input[type=checkbox] {
    width: 13px;
    height: 13px;
    cursor: pointer;
    margin-right: 5px;
}

  input[type=radio]:checked {
    width: 13px !important;
    height: 13px;
    background-image: url('/img/check_ck.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100%;
    margin-right: 0 !important;
  }

  input[type=radio]:checked {
    width: 13px;
    height: 13px;
    cursor: pointer;
    margin-right: 0 !important;
  }

  select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }

  select {
    background: url(/img/open.png) no-repeat 95% / 10px #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    /* background-size: 2.5%; */
  }

  ul {
    list-style: none;
  }

  ul.page {
    width: 100%;
  }

  .none_content {
    width: 100% !important;
    text-align: center !important;
    padding: 50px 0 !important;
  }

  .all_view_wrap {
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    left: 0;
    background: #000000d1;
    z-index: 100000000009;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
  }

  .all_view_wrap .all_view_menu {
    background-color: #fff;
    width: 87%;
    height: 435px;
    margin-top: -240px;
    margin-left: -240px;
    padding: 20px 10px;
    position: absolute;
    top: 15%;
    margin: 0 auto;
    left: 4%;
    border-radius: 3px;
  }

  .all_view_wrap .all_view_menu .all_view_title {
    margin-bottom: 38px;
    display: inline-block;
    color: #4a96ee;
    font-size: 18px;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }

  .all_view_wrap .all_view_menu .all_view_cancel {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .all_view_wrap .all_view_menu .all_view_cancel>i {
    color: #4a96ee;
    font-size: 20px;
    cursor: pointer;
  }

  /*global_header*/
  header {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    /* position: fixed; */
    background-color: #fff;
    /* z-index: 99999999999; */
    height: 70px;
    line-height: 70px;
  }

  header>div {
    width: 100%;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    position: relative;
  }

  header>div>ul {
    width: 100%;
    line-height: 51px;
  }

  header>div>ul:nth-child(1) {
    display: inline-block;
  }

  header>div .index_menu_list {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    background: #00000082;
    border-top: 1px solid #ddd;
    z-index: 99999999;
    width: 100%;
    text-align: left;
    transition: all 0.3s;
    line-height: initial;
  }

  .index_menu_li {
    width: 80%;
    background-color: #eee;
    text-align: left;
    padding: 5% 0% !important;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .index_menu_li .index_menu_cs_group {
    padding-left: 8%;
  }

  .index_menu_li .index_menu_cs_group .index_menu_cs {
    width: 24px;
    display: inline-block;
    margin-bottom: 2%;
  }

  .index_menu_li .index_menu_cs_group>font {
    font-size: 20px;
  }

  .index_menu_li .index_menu_cs_group .index_menu_time {
    font-family: noto_l;
    font-size: 13px;
  }

  .index_menu_title {
    background-color: #0097f1;
    color: #fff;
    font-size: 17px;
    padding: 6% 0 6% 8%;
    width: 72%;
    display: inline-block;
    line-height: 30px;
  }

  header>div>div {
    float: none;
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99;
  }

  header>div>div.m_menu {
    display: inline-block !important;
    width: 15%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
  }

  header>div>div.m_menu>i {
    font-size: 33px;
    color: #4a96ee;
    vertical-align: middle;
  }

  header>div>div img {
    cursor: pointer;
    vertical-align: middle;
  }

  .index_menu_list>a>li {
    max-width: 100%;
    width: 80%;
    padding: 0;
    background-color: #fff;
    text-align: left;
    text-indent: 30px;
    padding: 5% 0%;
  }

  .index_menu_list a li>i {
    margin-right: 3%;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
  }

  .index_menu_list li:nth-child(6) {
    display: inline-block;
    width: 80%;
    min-width: 80%;
    padding: 0;
  }

  .index_menu_list li:nth-child(6)>ul>a>li {
    width: 100%;
  }

  .index_menu_list .index_menu_list_li {
    padding: 0;
    width: 80%;
    min-height: 46%;
    background-color: #fff;
  }

  .index_menu_list .index_menu_list_li>ul {
    display: inline-block;
    width: 100%;
  }

  .index_menu_list .index_menu_list_li>ul>a {}

  .index_menu_list .index_menu_list_li>ul>a>li {
    width: 100%;
    background-color: #fff;
    text-align: left;
    text-indent: 30px;
    padding: 6.3% 0%;
  }

  .index_menu {
    width: 20%;
    position: absolute;
    text-align: center;
    float: none;
    right: 0;
    z-index: 999999;
  }

  .index_menu li {
    width: 20%;
    position: relative;
    display: none;
  }

  .index_menu a>li {
    width: 85%;
    display: inline-block;
    margin-left: 14%;
    margin-top: 11%;
  }

  .index_menu li img {
    vertical-align: middle;
    width: 57%;
  }

  .index_menu li:nth-child(1) div {
    position: absolute;
    top: 70px;
    left: 0;
    border: 1px solid #ccc;
    width: 219%;
    background-color: #fff;
    padding: 10px 0px;
    border-radius: 3px;
    display: none;
  }

  .index_menu li:nth-child(1) div p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0;
  }

  .index_menu li:nth-child(1) div p>i {
    color: #4a96ee;
    padding: 0 8px;
  }

  .index_menu_li_3 {
    text-align: left;
  }

  /*global_header*/
  /*g_wrap*/
  .wrap {
    /* padding-top: 71px; */
    width: 100%;
    height: 100%;
    display: inline-block;
    /* min-height: 700px;
    position: relative; */
  }

  /*g_wrap*/
  /*global_footer*/
  footer {
    padding: 35px 0px 60px 0;
    background-color: #252525;
    text-align: center;
  }

  footer>ul {
    width: 100%;
    display: inline-block;
  }

  footer>ul>li {
    width: 100%;
  }

  footer>ul>li:nth-child(1) {
    float: left;
    text-align: left;
    display: inline-block;
  }

  footer>ul>li:nth-child(2) {
    float: left;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-top: 5%;
  }

  footer>ul>li:nth-child(1) p:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    margin-left: 7%;
  }

  footer>ul>li:nth-child(1) ul {
    margin: 25px 0 30px;
    display: inline-block;
    vertical-align: middle;
  }

  footer>ul>li:nth-child(1) ul>a>li {
    width: 40px;
    padding: 6.5px 0px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    display: none;
  }

  footer>ul>li:nth-child(1) ul>a>li i {
    font-size: 25px;
  }

  footer>ul>li:nth-child(1) ul>a>li:nth-child(2) {
    margin: 0 10px;
  }

  footer>ul>li:nth-child(1) p:nth-child(3) {
    font-size: 27px;
    color: #fff;
    margin-bottom: 5px;
    display: none;
  }

  footer>ul>li:nth-child(1) p:nth-child(4) {
    color: #fff;
    display: none;
  }

  footer>ul>li:nth-child(2) ul {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 3%;
  }

  footer>ul>li:nth-child(2) ul li {
    color: #fff;
    float: none;
    display: inline-block;
    padding: 0 9px;
    text-align: right;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
  }

  footer>ul>li:nth-child(2) ul li:nth-child(1) {
    padding-right: 0px;
    font-size: 13px;
  }

  footer>ul>li:nth-child(2) ul li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 13px;
  }

  footer>ul>li:nth-child(2) ul li:nth-child(3) {
    padding-left: 0;
  }

  footer>ul>li:nth-child(2) p {
    color: #fff;
    font-size: 13px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  footer>ul>li:nth-child(2) p:nth-child(2) {
    margin-bottom: 10px;
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  footer>ul>li:nth-child(2) p:nth-child(5) {
    font-size: 12px;
    text-align: center;
  }

  /*global_footer*/
  /*top_btn*/
  .top_btn {
    width: 50px;
    height: 50px;
    opacity: 0;
    position: fixed;
    text-align: center;
    bottom: -10%;
    background: #0097f1;
    border-radius: 100%;
    left: 10px;
    line-height: 50px;
    transition: all 0.8s;
    cursor: pointer;
    z-index: 99999999999;
  }

  .top_btn:hover {
    opacity: 0.7 !important;
  }

  .top_btn i {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }

  /*top_btn*/
}
