:root {
    /*--main-color: #BB2725;*/
      --main-color: #CD4632;
    --btn-bg: #327762;
    --main-color-2: #dd6b4a;
    --box-radius: 8px;
    --box-gap: 25px;
    --btn-bg: #327762;
    --borer-color: #9a6d3f;
    --max-width: 640px;
}
html {
    background: #fff;
}
* {margin:0;padding:0;box-sizing: border-box;}
img {display:block;}
        
body {
    background-color: var(--main-color);
    max-width: var(--max-width);
    margin: 0 auto;
    box-shadow: 0 0 10px 2px gray;
    color:#333;
    min-height: 100vh;
}


.m-box {
    position: relative;
    background-color: #ffeec6;
    -webkit-border-radius: 6px;
    -moz-border-radius:  6px;
    border-radius: 6px;
    padding: 60px 18px 20px;
    margin: 30px 12px;
}


.m-box__title {
    color: #fff8e6;
    text-align: center;
    width: 100%;
    height: 46px;
    line-height: 44px;
    background: url(/static/picture/m_bg_title.png?v=20201205101458) no-repeat top center;
    -webkit-background-size: auto 46px;
    -moz-background-size: auto 46px;
    background-size: auto 46px;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: -6px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700
}

  .fixed-avatar-box {
    height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--btn-bg);
    color: #FFF;
    z-index: 10;
     max-width: var(--max-width);
  }
 
  .fixed-avatar-btn {
    margin-right: 12px;
    animation: scale-anime 1.5s linear infinite;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
    border-radius: 20px;
        /* background: linear-gradient(to right, rgba(187, 39, 37, 0.7), rgba(187, 39, 37, 0.5)); */
      background: linear-gradient(to right, #BB2725, #E65A54);

  }
  .fixed-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 12px;
    margin-right: 8px
  }
    .fixed-avatar-text1 {
      font-size: 14px;
      font-weight: bold;
  }
  .fixed-avatar-text2{
      font-size: 12px;
  }
  
  
.fixed-tab {
    z-index: 10;
    position: fixed;
    top: 55px;
    display: flex;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    width: 100%;
        max-width: var(--max-width);
  }
  .flexed-tab-item {
      font-size: 18px;
      flex: 1;
      color: #999;
      font-weight: 500;
      height: 50px;
      line-height: 5px;
      display:flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.5s ease-in-out;
  }
  .fixed-tab-active-border {
   background-color: var(--main-color);
    color: #fff;
  }
  .fixed-tab-hide {
    display: none;
  }
  .huoImg { width: 25px; animation: scale-anime 1s linear infinite;margin-bottom: 4px; margin-left: 2px;}
  #nameDetailId {
      padding-top: 11px;
      /*padding-bottom: 30px;*/
      margin-top: 100px;
  }
  #nameBaseId {
         padding-top: 11px;
      padding-bottom: 2px;
      margin-top: 100px;
  }
  #dashiId {

    padding: 120px 12px 15px 12px;
  }
  .dashi-box {
          display: flex
;
    flex-direction: column;
    align-items: center; 
  }
  #dashiId img {
       border-radius: 6px;
    margin: 12px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }
  
   
  
  .m-box-nameDetail {
      padding-top: 0;
  }
  
  .nameDetailHeader {
     display: flex;
    flex-direction: row;
    align-content: center;
    margin-bottom: 15px;
    background: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
    color: #999;
    /*border-top-left-radius: 6px;*/
    /*border-top-right-radius: 6px;*/
  }
  
  .nameDetailHeader div {
      flex: 1;
  }
  
   .nameDetailHeader a {
        display: inline-block;
    width: 100%;
    height: 100%;
    color: #999;
  }
  
  .fixed-name-border  {
          background-color:  var(--main-color) !important;
    color: #fff !important;
  
  }
  
  
.basic-info table {
  width: 998px;
  text-align: center;
  border-collapse: collapse;
  margin: 0 -2px;
  width: 100%;
}
.basic-info table label {
  font-size: 14px;
  color: #666;
}
.basic-info table span {
  font-size: 14px;
  color: #333;
}
.basic-info table tr {
  height: 60px;
}
.basic-info table td {
  border: 1px solid var(--borer-color);
}
.ainuo_foot_nav {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.J_ajax_submit_btnsub {
 animation: btnAnimate 1.5s linear infinite;
}
     .wxwq {
        color: var(--main-color);
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
      }

      .wxwq a {
        background-color: var(--btn-bg);
    padding: 8px 12px;
    border-radius: 20px;
    color: #fff;
    animation: scale-anime 1.5s linear infinite;
    display: inline-block;
      }
      /* 整体容器样式 */
    .right-container-dashi {
      position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9;
    padding: 2px 2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex
;
    flex-direction: column;
    align-items: center;
      }

      .right-container-dashi-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
      }

    .right-container-dashi-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

    /* 文字样式 */
    .link-text {
        display: block;
        margin-top: 1px;
        text-decoration: none;
        color: var(--btn-bg);
        font-weight: bold;
      }

    .link-text:hover {
        text-decoration: underline;
      }
#submitBtnId {
      position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 39;
    padding: 6px 30px;
        max-width: var(--max-width);
}

.copyrightBox {
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 12px 0;
    background-color: var(--main-color);

}
.copyrightBox .kf {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: underline;
    padding-left: 30px;
}
.copyrightBox .kf::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAk1BMVEUAAAAAAAAAAAAAAAAAAAAAAAD8/PwPDw/19fUcHBwAAAAAAAAAAAAAAAAAAABNTU3h4eHc3NwtLS3y8vLv7+/q6url5eXJycmKioplZWVVVVUnJyf5+fnS0tLBwcG9vb2rq6uioqJ7e3tsbGwAAAAAAACzs7OmpqbW1ta4uLiTk5OBgYF0dHReXl5CQkI6Ojr///9pzD2gAAAAMHRSTlOZAI5pWw79nfmhiH5RNCGu7eqk9/Xy7+DEtrGj++Tb2tLNvrlJSNXP5tfHwLu0q6mK/z8XAAABw0lEQVQ4y52V6XaCMBBGp2AWKiLI4m7VunTv9/5P13RCGmloPcf7R064zsBkMtBdh+wYDyOiaBgfs+6dS1Gk93TBfSp6RTGggIEIxVFEPUSj36ILFwbtirFbT2bTCtDFeexWYi96L9mu4HhadEy6zPtewSCrRrP6rHx2FketNwOgzxxouV8DyCfEjKwooh9P7hQ5FjlQWzMSLLaJ54DmaA71AOSqTW5E0b5HidWYuhjzgRhhxJSYE7CnX6gCmPNVakS7vxOJNQWMgdzu+x1lxOyABYVMXciMDsQ0aKiHR2DDF0eK7asA2z5xCWi7PTTk3w0g56GnGgDv5sJoET80b25vZqBMiIzGPMOwCsUzvtn5hZoXlkRhxcEVcjElL3z2VccgWRv+J254XfPLcHmKP1Jveb3g8nDBZzZDwBuLL1zwjNqQfXudSAC14i20TZFMUY5D8UOW9XRim8K1maIQlcv236lv3D5vjVfyjRucffW4T7hFC8zcFPCHy/OqAf1G6kVL1/KRaI9r0AeQG43aPp8/rt3kW1hKf3IHwUjhJ6sA2O4MRkrXXJ6qVXP68N5tY+/6IL0+mm8f9kx2cJ+PQ9a98wUBBjCZsraAJQAAAABJRU5ErkJggg==) no-repeat;
    width: 20px;
    height: 20px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%
}

@keyframes btnAnimate {
    0% {
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85)
    }
}


     @keyframes scale-anime {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.85)
    }

    to {
        transform: scale(1)
    }
}