/*reset*/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, button,legend,div,
img, input { border: none; margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }
em, i { font-style: normal; }

html {
  font-size: 14px;
  font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica;
}
body.h5{
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 0 .3rem #eee;
}
.container{
  width: 1200px;
  margin:0 auto;
}
.w500{
  max-width: 500px;
  margin: 0 auto;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
span.jw-text-alt{
	display:none!important;
}
/*todo*/
a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  /* color: #24409e; */
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*display*/
.hidden { display: none; }
.show { display: block; }
.block {display: block;}
.inline{display: inline;}
.fl { float: left; }
.fr { float: right; }
.overflow { overflow: hidden; }
.pr { position: relative; }
.pa { position: absolute; }
.pf { position: fixed; }
.w100{
   width:100%
}
.img100{
  width: 100%;
  height: 100%;
}
.cl:after{
	display: block;
	clear: both;
	content: "";
	height:0;
}
/* flexå¸ƒå±€ */
.flex{
  display: flex;
}
.flexC{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flexB{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* å•è¡Œçœç•¥å· */
.oneLine{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.launch{
  position: relative;
}

.launch .launch-btn{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mLoading{
  width: 100px;
  height: 100px;
  background: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  margin: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mLoading .circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  padding: 5px;
  background: #fff;
  box-sizing: border-box;
  background-image: linear-gradient(45deg, rgba(0,0,0,7), rgba(255,255,255,1));
  animation: z .8s linear infinite;
}
.mLoading .circle::before{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 50%;
  background: #000;
}
.mLoading .circle:after{
  content: '';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
}
@keyframes z {
  from {transform: rotate(0);}
  to {transform: rotate(360deg);}
}

/* modal */
.mConfirm{
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}
.mConfirm.active{
    display: flex;
}
.mConfirm .bg{
    position: absolute;
    left: 0;right: 0;
    width: 100%;height: 100%;
    z-index: 998;
    background: rgba(0,0,0,.7);
}
.mConfirm .msgCon{
    position: relative;
    min-width: 18rem;
    max-width: 22rem;
    background: #fff;
    z-index: 999;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: .5rem;
}
.mConfirm .msgCon .msg{
    padding: 1rem 1.5rem;
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mConfirm .msgCon .button{
    text-align: center;
    padding: 1rem;
    border-top: .1rem solid #eee;
    color: #FFBE2D;
}

/* appdownæ¨ªå¹… */
.downApp{
  height: 5.4rem;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
 position: fixed;
  max-width:500px;
  bottom: 0;
  z-index: 999;
}
.downApp img{
  width: 100%;
  height: 100%;
}
.downApp .logo{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 1.5rem;
}
.downApp .logo_new{
  width: 4rem;
  height: 4rem;
  overflow: hidden;
   margin-left:1.5rem;
}
.downApp .userImg{
  width: 12.5rem;
  height: 3.8rem;
  margin-right: 0.5rem;
  /* border-radius: 50%; */
  /* overflow: hidden; */
  /* display: none; */
float: left;text-align: left;margin-right: auto;margin: 0 auto 0 10px;}
.downApp .downAppBtn{
    padding: 0 1.1rem;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 3rem;
    border-radius: 0.3rem;
        background: linear-gradient(180deg, #529AFF 0%, rgb( 0,20,189) 100%);
box-shadow: 0 0.2rem 0.8rem 0rem #0238cd;margin:0 3rem 0 0; }

.downAppBtn.wexin-launch-btn {}
}

/* é¢„è§ˆé¡µæç¤º */
.previewTip{
  padding: 0 1.5rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  line-height: 3.5rem;
  background: rgb(192, 226, 253);
  color: #555;
  display: none;
}
.previewTip.fix{
  position: fixed;
}
.previewTip a{
  font-size: 1.6rem;
  margin: -.5rem -1rem 0 0;
  padding: 0 1rem;
  color: #555;
}

.vcp-controls-panel{
  display: flex;
  align-items: center;
}
.vcp-timelabel{
  font-size: 12px;
}
.vcp-slider {
    height: 5px !important;
    margin-top: 4px !important;
}
.vcp-timeline{
  position: unset !important;
  width: unset !important;
  flex: 1 !important;
  margin-left: 10px;
}
.vcp-slider-thumb {
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    top: -3px !important;
    margin-left: -8px !important;
}
.appSummary{
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #767E89;
  font-size: 1.2rem;
}
.appName{
      float: left;
    width: 100%;
    color: #000;
    font-size: 1.5rem;
    font-family: PingFangSC-Medium, PingFang SC;
}