@charset 'utf-8';
@media screen and (orientation:portrait) {
  :root {
    --fontsize: 0.3rem;
  }

  /* base css */
  html, body{
    /* width: 100%;
    height: 100%; */
  }
  body {
    font-size: 0.3rem;
    
  }

  .w_main {
    width: 100%;
  }

  .in_pc {
    display: none;
  }

  .in_wap {
    display: block;
  }

  /* head */
  .head {
    height: auto;
  }

  .head_top {
    height: 0.8rem;
    display: block;
  }

  .head_left {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
  }

  .head_logo {
    height: 0.4rem;
  }
  .head_logo_name {
    margin-left: 0.1rem;
    font-size: 0.4rem;
  }

  .head_left .head_tell {
    display: flex;
    margin-right: 0;
    align-items: center;
  }

  .head_tell_img {
    width: 0.3rem;
    height: 0.3rem;
  }

  .head_tell_text {
    font-size: 0.3rem;
    margin-left: 0.1rem;
  }

  .head_bot {
    width: 100%;
    height: 0.6rem;
    color: #fff;
    background: var(--color_theme);
    background:  linear-gradient(145deg, #1a2a4a, #0f1e3a);
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    justify-content: space-between;
  }

  .choice_language {
    width: 2.5rem;
    height: 0.4rem;
    border-radius: 0.25rem;
    margin-right: 0.1rem;
    line-height: 0.4rem;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.22rem;
    border: none;
  }

  .choice_language .layui-form-select input {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }

  .head .layui-form-select dl {
    top: 0.6rem;
    border-radius: 0.2rem
  }
  .head_wap_icon{
    display: flex;
    align-items: center;
  }
  .head_wap_icon_item{
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.3rem;
  }
  .head_icon_dialog{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top:0;
    display: flex ;
    align-items: center ;
    justify-content: center;
    display: none;
    z-index: 1000;
  }
  .head_dialog_item{
    width: 4rem;
    height: auto;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.2rem;
    box-sizing: border-box;
    display: none;
  }
  .dialog_tell{
    width: 5rem;
  }
  .head_dialog_text{
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #999;
    margin-top: 0.2rem;
  }
  .head_dialog_main{
    box-sizing: border-box;
  }
  .head_dialog_img{
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
  .head_dialog_tell{
    font-weight: bold;
    height: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .head_dialog_tell_text{
    font-size: 0.46rem;
  }
  .head_dialog_tell_img{
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.2rem;
  }
  .head_dialog_tell_img img{
    object-fit: contain;
  }
  /* head end */

  /* head_nav */
  .head_nav {
    width: calc(100% - 2.7rem);
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: none;
  }

  .head_nav a {
    font-size: 0.3rem;
    margin-right: 0.3rem;
    white-space: nowrap;
    line-height: 0.8rem;
    padding: 0;
    display: inline-block;
  }

  .head_nav a:last-of-type {
    margin-right: 0;
  }

  .icon_menu {
    width: 0.4rem;
    height: 0.4rem;
  }

  .head_nav_wap {
    width: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: width 0.2s;
    overflow: hidden;
  }

  .head_nav_wap_main {
    background: #fff;
    position: relative;
    width: 50%;
    height: 100%;
    padding: 0.7rem 0.2rem;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
  }

  .head_nav_wap_main a {
    line-height: 1rem;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #f0eeee;
    display: block;
    font-size: 0.26rem;
  }

  .head_nav_wap_main a:last-of-type {
    border-bottom: none;
  }

  .head_nav_wap_close {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    color: var(--color_theme);
    font-size: 0.5rem;
  }

  /* head_nav end */

  /* footer */
  .footer {
    padding: 0.6rem 0.2rem;
  }

  .foot_logo {
    width: auto;
    height: 0.6rem;
  }

  .footer_name {
    height: 0.4rem;
    font-size: 0.3rem;
    margin-top: 0.1rem;
    text-align: center;
  }

  .footer_slogin {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }

  .footer_center {
    margin-top: 0.2rem;
    display: block;
    position: relative;
  }
  .footer_left_link{
    font-size: 0.2rem;
  }

  .footer_left_link a {
    font-size: 0.22rem;
    margin-right: 0.1rem;
  }

  .footer_left_msg {
    margin-top: 0.1rem;
  }

  .footer_left_msg p {
    font-size: 0.22rem;
    margin-bottom: 0rem;
    line-height: 2em;
  }

  .footer_left_msg span {
    margin-right: 0.1rem;
  }

  .footer_left_app {
    margin-top: 0.3rem;
  }

  .footer_left_app_top {
    font-size: 0.22rem;
  }

  .footer_left_app_img {
    margin-top: 0.1rem;
  }

  .footer_left_app_img_item {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  }

  .footer_center_right_qr {
    margin-bottom: 0.2rem;
    position: absolute;
    right: 0;
    bottom: -0.6rem;
  }

  .footer_center_right_qr_item {
    width: 1rem;
    height: auto;
    overflow: hidden;
    margin-right: 0.1rem;
  }
  .footer_center_right_qr_item_img {
  width: 100%;
  height: 1rem;
  overflow: hidden;
}
.footer_center_right_qr_item_img img{
  object-fit: contain;
}
  .footer_center_right_qr_item_text {
    margin-top: 0;
    font-size: 0.2rem;

  }

  .footer_center_right_bot {
    margin-top: 0rem;
  }

  .footer_center_right_bot p {
    font-size: 0.26rem;
    margin-bottom: 0rem;
    word-break: break-all;
  }

  .footer_bot {
    margin-top: 0.5rem;
    font-size: 0.2rem;
    line-height: 2em;
  }

  .footer_bot_item {
    font-size: 0.2rem;
    margin-bottom: 0rem;
  }

  .footer_bot_item p {
    font-size: 0.2rem;
  }

  .footer_bot_item a {
    font-size: 0.2rem;
  }

  .totop {
    width: 0.5rem;
    height: 0.5rem;
    bottom: 3rem;
    right: 0.2rem;
  }
}