﻿/*弹窗*/

.share-model .mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}


.share-conetent{
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  left: 15%;
  width:70%;
  z-index: 100;
  top: 0;
  border-radius:0.5rem;
  overflow:hidden;
}

.share-image{
  border-radius: 5px;
  margin: 0 auto;
}

.btn-save-local{
  background: linear-gradient(45deg, #FB653D, #ff555c);
  width: 80%;
  margin-left:10%;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
  border: none;
}

.close-wrppper{
  position: fixed;
  right: 5%;
  top: 5px;
  padding: 10px;
  z-index: 101;
}

.close-image{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -moz-box-shadow: 0px 0px 5px #999;
  -webkit-box-shadow: 0px 0px 5px #999;
  box-shadow: 0px 0px 5px #999;
}
.fixed-loading{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
}
.loading-main{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6rem;
    min-height: 6rem;
    margin-left:-3rem;
    margin-top:-3rem;
    z-index: 100;
    background: #333;
    border-radius:0.5rem;
}
.loading-icon{
    margin-top:1rem;
    width:100%;
    height:3rem;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:2rem 2rem;
    background-image:url('../images/xp-wg.gif');
}
.loading-main .loading-txt{
    color:#fff;
    line-height:1rem;
    text-align:center;
}
#poster, #resultBox{
  background-color:#fff;
  overflow:hidden;
}
 #resultBox{
  border-radius:0.5rem;
  background-color:#fff;
  overflow:hidden;
}
#poster img{
    display:inline-block;
}
.poster-name{
    padding:0.5rem;
    font-size:1rem;
    line-height:1.5rem;
    height:3rem;
    color:#333;
}
.poster-price{
    padding:0.5rem;
}
.poster-price .em{
    color:#ff6769;
    font-size:1.2rem;
    margin:0 0.5rem;
}
.poster-ewm{
    border-top:0.5rem solid #f5f5f5;
    padding-top:0.5rem;
    text-align:center;
}
.poster-ewm img{
    width:60%;
}
.poster-ps1, .poster-ps2{
    text-align:center;
    color:#666;
}
.poster-ps1{
    font-size:0.925rem;
    padding:0.5rem;
    color:#333;
}
.poster-ps2{
    font-size:0.825rem;
    padding-bottom:1rem;
}
.opacity-main{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    opacity:0;
    z-index:0;
}
