/* article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
} */
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/* Base
html {
  font: 62.5%/1.8 "黑体";
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
} */
body {
  position: relative;
  overflow: hidden;
  color: black;
}
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  outline: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  background: transparent;
  color: inherit;
  outline: none;
  color: black;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: none;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
fieldset {
  border: 0.025rem solid #c0c0c0;
  margin: 0 0.1rem;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input.submit {
  border: 0;
  margin: 0;
  cursor: pointer;
}
input.radio {
  width: 0.65rem;
  height: 0.65rem;
  float: left;
  display: inline;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol,
li {
  list-style: none;
}
.text_over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
.width_c {
  width: 0 !important;
}
body {
  max-width: 750px;
  min-height: 320px;
  /* font-family: "simhei" !important;  */
  /* margin: 0 auto 3.1rem !important;
  background-color: #f0f0f0; */
}

/* @font-face {
  src: url("../font/simhei.ttf");
  font-family: "simhei";
} */
.app{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  min-height: 320px;
  max-width: 750px;
  height: 100%;
  background: url('../images/bg.jpg') no-repeat center;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
}

  /* ----------------------首页---------------------- */


.content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 3.5rem;

}
.w-wrap{
  max-width: 15.75rem;
  width: 96%;
  height: 100%;
 background-color: rgba(0, 0, 0, 0.6);
 overflow-y: auto;
 padding-bottom: 1rem;
}


  /* ----------------------注册---------------------- */

.ft{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.ft-tx{
color: #ffffff;
font-size: 0.5rem;
margin-top: 0.2rem;
}
.ft-icon>img{
width: 1rem;
height: 0.9rem;
}
.ul-ft{
display: flex;
}
.ul-ft>li{
width: 25%;
text-align: center;
}
.ul-ft>li>a{
display: block;
padding-top: 0.8rem;
height: 3.5rem;
}
.back{
position: fixed;    right: 0.7rem;
top: 0.7rem;
}
.top{
display: flex;
align-items: center;
padding: 1.1rem 0 1rem;
}
.top-icon{
width: 0.4rem;
height: 0.9rem;
background-color: #ffbf14;
}
.top-tx{
color: #ffffff;
font-size: 0.9rem;
margin-left: 0.4rem;
}
.wrap{
max-width: 13rem;
width: 96%;
margin: 0 auto;
}
.reg-title{
color: #fff;
margin-bottom: 0.55rem;
font-size: 0.7rem;
}
.reg-sel{
width: 100%;
height: 1.8rem;
background: url('../images/sel.png') no-repeat 95%;
background-size: 0.6rem 0.35rem;
border-radius: 0.25rem;
color: #333333;
font-size: 0.7rem;
padding: 0 0.6rem;
background-color: #fff;
}
.ul-reg>li{
margin-top: 0.8rem;
}
.ul-reg>li:nth-child(1){
margin-top: 0;
}
.reg-inp{
width: 100%;
height: 1.8rem;
border-radius: 0.25rem;
color: #333333;
font-size: 0.7rem;
padding: 0 0.6rem;
background-color: #fff;
}
.reg-inp::placeholder{
color: #999999;
font-size: 0.7rem;
}

  /* ----------------------公司简介---------------------- */
.jj-logo>img{
    width: 4.5rem;
}
.jj-title{
    color: #ffbf14;
    font-size: 0.9rem;
    margin-top: 1.3rem;
}
.jj-pic{
    display: flex;
    /* margin-top: 0.9rem; */
}
.jj-pic>img{
    width: 50%;
}
.wrap2{
    max-width: 14.25rem;
}
.jj-tx{
    color: #ffffff;
    font-size: 0.7rem;
    line-height: 1.3rem;
    margin-top: 0.7rem;
}

  /* ----------------------动态---------------------- */
  .ul-dt a{
    display: flex;
    padding: 0 0 0.8rem 0;
    border-bottom: 0.05rem solid #393b3e;
}
.dt-pic{
    width: 43.86%;
}
.dt-pic>img{
    width: 100%;
    border-radius: 0.25rem;
}
.dt-txt{
    width: 56.14%;
    padding: 0.2rem 0.5rem;
}
.dt-title{
    color: #ffffff;
    font-size: 0.7rem;
    line-height: 1rem;
}
.dt-time{
    color: #ffffff;
    font-size: 0.45rem;
    margin-top: 0.4rem;
}
.dtxq-t{
  padding-bottom: 1.1rem;
  border-bottom: 0.05rem solid #3b3b3e;
}
.dtxq-t-title{
color: #ffbf14;
font-size: 0.9rem;
line-height: 1.5rem;
}
.dtxq-t-time{
color: #515151;
font-size: 0.65rem;
margin-top: 0.5rem;
}
.dtxq-pic>img{
width: 100%;
}
.dtxq-tx{
font-size: 0.7rem;
color: #fff;
line-height: 1.4rem;
margin-top: 0.75rem;
}
.dtxq-pic{
margin-top: 0.75rem;
}
  /* ----------------------详情---------------------- */
  
.ry-tc {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 999;
}

.ry-tc-cont {
  width: 96%;
  max-width: 17.25rem;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.ry-tc-pic {
  display: inline-block;
}

.ry-tc-pic > img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(0);
}
.ry-tc-tx{
  font-size: 0.9rem;
  color: #ffffff;
  margin-top: 1.2rem;
  text-align: center;
  line-height: 1.3rem;
}
.ry-tc-close{
  background: url('../images/15.png') no-repeat center;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  margin: 1.7rem auto 0;
}
.pdunav{
  padding-top: 0.3rem;
}
.ul-pdunav>li {
  display: flex;

  margin-top: 0.35rem;
}

.ul-pdunav2 {
  display: flex;
  flex-wrap: wrap;
}

.pdunav-title {
  min-width: 2.1rem;
  color: #ffffff;
  font-size: 0.7rem;
  height: 1.15rem;
  line-height: 1.15rem;
}

.ul-pdunav2>li>a {
  display: block;
  height: 1.15rem;
  line-height: 1.15rem;
  padding: 0 0.35rem;
  border-radius: 0.25rem;
  color: #ffffff;
  font-size: 0.7rem;
}

.pdunav-act {
  background-color: #ffbf14;
  color: #040404 !important;
}
.ul-pdu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul-pdu>li{
  width: 48.07%;
  text-align: center;
  margin-bottom: 0.8rem;
}
.pdu-tx{
  color: #ffffff;
  font-size: 0.7rem;
  margin-top: 0.55rem;
}
.pdu-c{
  margin-top: 0.4rem;
}
.pdu-pic>img{
  width: 100%;
  height: 4.7rem;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}
  /* ----------------------售后---------------------- */
  .ul-sh {
    display: flex;
    padding: 0.5rem 0;
}
.ul-sh a{
    display: block;
    width: 3.5rem;
    height: 1.15rem;
    line-height: 1.15rem;
    text-align: center;
    border-radius: 0.25rem;
    color: #ffffff;
    font-size: 0.7rem;
}
.sh-nav-act{
    color: #000000 !important;
    background-color: #ffbf14;
}


  /* ----------------------问题留言---------------------- */
  .ly-btn{
    width: 100%;
    color: #ffffff;
    font-size: 0.7rem;
    height: 1.8rem;
    background-color: #ff5114;
    border-radius: 0.25rem;
}
.ly-text{
    height: 4.3rem;
    width: 100%;
    resize: none;
    color: #333333;
    font-size: 0.7rem;
    padding: 0.6rem;
    border-radius: 0.25rem;
    padding-bottom: 1rem;
}
.ly-text::placeholder{
    color: #999999;
    font-size: 0.7rem;
}
.ul-ly-t>li{
    margin-bottom: 0.4rem;
    position: relative;
}
.ul-ly-t>li:last-child{
  margin: 0;
}
.text-p{
    position: absolute;
    right: 0.6rem;
    bottom: 0.4rem;
    color: #cccccc;
    font-size: 0.6rem;
}
.ly-t{
    padding: 0.6rem;
    background: rgba(0,0,0,.5);
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}
.ly-title{
    color: #ffffff;
    font-size: 0.7rem;
    padding: 1.2rem 0;
    border-bottom:  0.05rem solid ;
    border-color: rgba(255, 255, 255, 0.1);
    display: flex;
align-items: center
}
.ly-title span{
    display: inline-block;
    width: 0.2rem;
    height: 0.65rem;
    background-color: #ffbf14;
    margin-right: 0.2rem;
   
}

  /* ----------------------登录---------------------- */
  .ul-login{
    padding: 1rem 0.6rem;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 0.25rem;
    margin-top: 2.2rem;
 }
.logo{
    margin-top: 4.3rem;
    text-align: center;
}
.logo>img{
    width: 6.5rem;
}
.ul-login>li{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-top: 0.6rem;
}
.login-icon{
    width: 1.75rem;
    text-align: center;
    height: 1.4rem;
    line-height: 1.4rem;
    border-right: #e2e2e2 solid 0.05rem;
}
.login-icon img{
    width: 0.75rem;
}
.login-inp{
    width: 100%;
    height: 1.8rem;
    background-color: #fff;
    padding: 0 0.6rem;
    font-size: 0.7rem;
    color: #333;
}
.login-inp::placeholder{
    color: #999999;
    font-size: 0.7rem;
}
.login-bom{
    color: #ff6816;
    font-size: 0.7rem;
    text-align: center;
}
.p1{
  margin-bottom: 1rem;
}

