/**/
* {
  font-family: 'PingFangSC-Regular', 'Microsoft Yahei', 'Hiragino Sans GB',
    'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
}
html,
body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
button {
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: auto;
}
/**/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input,
textarea {
  -webkit-appearance: none;
  outline: none;
  color: #222222;
}
select {
  background-color: transparent;
  border-color: transparent;
  -webkit-appearance: none;
}
textarea {
  font-size: 0.32rem;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
/*  */
input[type='checkbox'],
input[type='radio'] {
  width: 0.3rem;
  height: 0.3rem;
  border: none;
  background: url('/mobile/img/unchecked.png') no-repeat center center;
  background-size: 0.2rem 0.2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
input[type='checkbox']:checked,
input[type='radio']:checked {
  background: #09a8ff url('/mobile/img/checked.png') no-repeat;
  background-size: 0.2rem 0.2rem;
  background-position: 0.03rem 0.04rem;
  border: none;
}
.mayi {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}
/* 头部样式 */
.header {
  width: 100%;
  max-width: 750px;
  padding: 0 0.32rem;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1rem;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
.header #user_img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.header .logo_img {
  width: auto;
  height: 0.4rem;
}
.header .more_img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.dropbox {
  position: absolute;
  right: 0.32rem;
  top: 1rem;
  width: 2.24rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 0.2rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  display: none;
}
.dropbox.active {
  display: block;
}
.dropbox .triangle_up {
  position: absolute;
  top: -0.1rem;
  right: 0.1rem;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.7);
}
.dropbox a {
  width: 100%;
  text-align: center;
  height: 0.88rem;
  line-height: 0.88rem;
  border-bottom: 0.02rem solid rgba(255, 255, 255, 0.1);
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.9);
}
.dropbox a:nth-last-of-type(1) {
  border-bottom: none;
}

/*  */
#language {
  width: 100%;
  height: 1.2rem;
  background: white;
  max-width: 750px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#language .language_name {
  font-size: 0.3rem;
  line-height: 1.2rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  color: #666666;
}
#language ul {
  width: 3.2rem;
  position: absolute;
  top: 1.2rem;
  left: 0.32rem;
  display: none;
  background: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.2);
}
#language ul .arrow_up {
  width: 0;
  height: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-bottom: 0.3rem solid #fff;
  margin: -0.2rem 0 0 0.32rem;
}
#language ul li {
  width: 100%;
  height: 0.84rem;
  line-height: 0.84rem;
  font-size: 0.32rem;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
#language ul li:hover {
  background: rgba(9, 168, 255, 0.06);
}
#language:hover .language_name,
#language.active .language_name {
  color: #008cf0;
}
#language:hover .img1,
#language.active .img1 {
  display: none;
}
#language:hover .img2,
#language.active .img2 {
  display: block;
}
#language.active ul {
  display: block;
}

/*  */
.side_nav {
  width: 100%;
  height: 100%;
  max-width: 750px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: -100%;
  overflow: hidden;
  z-index: 103;
}
.side_nav .side_cont {
  width: 6.26rem;
  height: 100%;
  background-color: #ffffff;
  text-align: center;
}
.side_cont .user_infor {
  width: 6.26rem;
  height: 2.26rem;
  background: url('/mobile/img/user_bg.png') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.user_infor .user_img {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  margin-right: 0.2rem;
  background: #e6f6ff;
  border: 0.02rem solid #eaeaea;
}
.user_infor .change_tips {
  z-index: 1;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.33rem;
  padding: 0.32rem 0;
  display: none;
}
.user_infor .filepath {
  opacity: 0;
  z-index: 2;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  position: absolute;
  display: none;
}
.user_infor .user_name {
  color: #333333;
  font-size: 0.32rem;
  font-weight: bold;
  width: 2.8rem;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
}
.user_infor .user_name.focus {
  background-color: #ffffff;
}
.user_infor .modify_btn {
  width: 0.84rem;
  height: 0.52rem;
  background: #f0f0f0;
  border-radius: 0.26rem;
  border: 0.02rem solid #09a8ff;
  color: #09a8ff;
  font-size: 0.24rem;
  margin-left: 0.4rem;
}
.user_infor .btns_div {
  width: 0.84rem;
  margin-left: 0.4rem;
  display: none;
}
.user_infor .btns_div button {
  width: 100%;
  height: 0.52rem;
  background: #f0f0f0;
  border-radius: 0.26rem;
  border: 0.02rem solid #09a8ff;
  color: #09a8ff;
  font-size: 0.24rem;
}
.user_infor .btns_div button.btn2 {
  border: 0.02rem solid #c8c8c8;
  color: #999999;
  margin-top: 0.24rem;
}
.side_cont ul {
  width: 100%;
  text-align: left;
  margin: 0.2rem 0 0;
}
.side_cont ul li {
    padding: 0 0.48rem 0 0.32rem;
    box-sizing: border-box;
    margin: 0 auto;
    height: 1rem;
    line-height: 1rem;
}
.side_cont ul li:active {
    background-color: #fafafb;
}
.side_cont ul li p {
  width: 2.4rem;
  line-height: 1rem;
  display: inline-block;
  color: #333333;
  font-size: 0.28rem;
}
.side_cont ul li span {
  display: inline-block;
  line-height:1rem;
  color: #666666;
  font-size: 0.28rem;
}
.side_cont ul li img {
  width: 0.36rem;
  height: 0.36rem;
}
.side_cont .download {
  width: 5.3rem;
  height: 0.96rem;
  line-height: 0.96rem;
  background: #09a8ff;
  border-radius: 0.16rem;
  margin: 1.2rem auto 0;
  color: #ffffff;
  font-size: 0.32rem;
  font-weight: bold;
}


.side_cont .language_list{
  width: 100%;
  display: none;
}
.side_cont .language_list li {
  width: 100%;
  height: 0.84rem;
  line-height: 0.84rem;
  font-size: 0.32rem;
  color: #333333;
  text-align: center;
  cursor: pointer;
}





/*  */
.loginOut_popup {
    max-width: 750px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 105;
    display: none;
  }
  .loginOut_popup .loginOut_cont {
    text-align: center;
  }
  .loginOut_popup p {
    width: 6.86rem;
    margin: 0 auto;
    font-size: 0.32rem;
    color: #FFFFFF;
  }
  .loginOut_popup .loginOut_btn{
    width: 6.86rem;
    height: 0.96rem;
    line-height: 0.96rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.16rem;
    margin: 0.32rem auto 0;
    font-size: 0.28rem;
    color: #FF5959;
    font-weight: bold;
  }
  .loginOut_popup .cancel_btn {
    width: 6.86rem;
    height: 0.96rem;
    line-height: 0.96rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.16rem;
    margin: 0.16rem auto 0.32rem;
    font-size: 0.28rem;
    color: #09a8ff;
    font-weight: bold;
  }
/*  */
.fixed_nav {
  width: 100%;
  max-width: 750px;
  height: 1.16rem;
  background: linear-gradient(360deg, #ffffff 0%, #f5f5f5 100%);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 10;
}
.fixed_nav .tab {
  width: 25%;
  text-align: center;
  position: relative;
}
.fixed_nav .tab .icon {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 auto;
}
.fixed_nav .tab:nth-of-type(1) .icon {
  background: url('/mobile/img/tab1_nor.png') no-repeat;
  background-size: cover;
}
.fixed_nav .tab:nth-of-type(1).active .icon {
  background: url('/mobile/img/tab1_foc.png') no-repeat;
  background-size: cover;
}
.fixed_nav .tab:nth-of-type(2) .icon {
  background: url('/mobile/img/tab2_nor.png') no-repeat;
  background-size: cover;
}
.fixed_nav .tab:nth-of-type(2).active .icon {
  background: url('/mobile/img/tab2_foc.png') no-repeat;
  background-size: cover;
}
.fixed_nav #upload_file .icon {
  background: url('/mobile/img/tab3_nor.png') no-repeat;
  background-size: cover;
}
.fixed_nav #upload_file.unactive .icon {
  background: url('/mobile/img/tab3_nor_grey.png') no-repeat;
  background-size: cover;
}
.fixed_nav #upload_file.active .icon {
  background: url('/mobile/img/tab3_foc.png') no-repeat;
  background-size: cover;
}
.fixed_nav .tab.new_btn .icon {
  background: url('/mobile/img/tab4_nor.png') no-repeat;
  background-size: cover;
}
.fixed_nav .tab.new_btn.unactive .icon {
  background: url('/mobile/img/tab4_nor_grey.png') no-repeat;
  background-size: cover;
}
.fixed_nav .tab.new_btn.active .icon {
  background: url('/mobile/img/tab4_foc.png') no-repeat;
  background-size: cover;
}
.fixed_nav .tab p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.24rem;
  transform: scale(0.83);
}
.fixed_nav .tab.active p {
  color: #09a8ff;
}
.fixed_nav .tab.unactive p {
  color: rgba(0, 0, 0, 0.25);
}
/* end */
/* toast */
.popup {
  width: 2.58rem;
  height: 2rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.3rem;
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -1rem 0 0 -1.29rem;
  text-align: center;
  display: none;
}
.popup .icon {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.4rem auto 0;
}
.popup .cont {
  font-size: 0.24rem;
  color: #ffffff;
  margin: 0.16rem auto 0;
}
.popup .icon.loading {
  background: url('/mobile/img/loading.png') no-repeat;
  background-size: cover;
  /* -webkit-transform: rotate(360deg);
    animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    -o-animation: rotation 2s linear infinite; */
}
.popup .icon.success {
  background: url('/mobile/img/success.png') no-repeat;
  background-size: cover;
}
.popup .icon.failed {
  background: url('/mobile/img/failed.png') no-repeat;
  background-size: cover;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.order {
  transform: rotate(180deg);
}
