.main{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #040404;
    font-weight: 200;
    position: relative;
}
li {
    list-style: none
}
a {
    text-decoration: none;
}
/* -----------------------------以上是全局设置-------------------------- */
.title-meta-area{
    width: 100%;
    display: flex;
    background: #F2F2F2;
    font-weight: normal;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.title-meta-area img{
    padding: 7px;
    height: 16px;
}
.title-meta-option{
    position: absolute;
    right: 0;
    float: left;
    background: #ffffff;
    font-weight: normal;
    box-shadow:  0 0 2px 1px #999;
    border-radius: 4px;
    animation: mytitle 0.4s
}
@keyframes mytitle {
    from {top:-20vh;}
    to {top:0px;}
}
@-webkit-keyframes mytitle /* Safari 和 Chrome */
{
    from {top:-20vh;}
    to {top:0px;}
}
.title-meta-option div{
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin: 10px 0 10px 10px;
    padding-right: 10px;
    float: left;
    color: #828384;
    border-right: 1px solid #ededed
}
.title-meta-option img{
    height: 16px;
    padding: 10px;
    float: left;
}
.title-image-top{
    width: 100%;
    position: relative;
    z-index: -1
}
.main-container{
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.footer-operation{
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 2%;
    width: 96%;
    height: 60px;
    border-radius: 60px;
    box-shadow: 0 1px 2px 1px #cccccc;
    display: flex;
}
/* -----------------------------以上是框架设置-------------------------- */
.store-info-content{
    left: 2%;
    top: -50px;
    margin-bottom: -50px;
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    width: 96%;
    box-shadow: 0 1px 2px 1px #cccccc
}
.store-avator-title{
    display: flex;
    align-items: flex-start;
    padding: 10px 10px 5px 10px
}
.store-icon{
    height: 60px;
    width: 60px;
    border-radius: 4px;
}
.store-avator-title div{
    flex: 1;
    line-height: 30px;
    font-weight: normal;
    height: 60px;
    padding-left: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.share-icon{
    height: 19px;
}
.store-tips-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 10px 3px 10px;
    background-color: #D6ECE4;
}
.store-tips-img div{
    display: flex;
    align-items: center;
}
.store-tips-img img{
    height: 19px;
    margin-right: 10px;
}
.func-operation{
    display: flex;
    align-items: center;
    width: 96%;
    padding: 12px 2%;
}
.first-button{
    width: 40%;
    padding: 2px 0;
    border-radius: 50px;
    position: relative;
    background-color: #43B4A9;
    text-align: center;
    color: #ffffff;
}
.first-button img{
    position: absolute;
    left: 10px;
    top: 5px;
    height: 15px;
}
.last-button{
    flex: 1;
    margin-left: 10px;
    padding: 2px 0;
    border-radius: 50px;
    position: relative;
    background-color: #F5F6F7;
    text-align: center;
    color: #828384;
}
.last-button img{
    position: absolute;
    left: 10px;
    top: 5px;
    height: 15px;
}
.store-description-area{
    font-size: 12px;
    padding: 0 10px 5px 10px;
    color: #555555
}
/* -----------------------------以上是头部部分-------------------------- */
.list-content{
    flex: 1;
    display: flex;
}
/* -----------------------------以上是列表-------------------------- */
.out-layer{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3)
}
.select-list-area{
    position: absolute;
    bottom: 0;
    width: 100vw;
    min-height: calc(20vh - 100px);
    max-height: calc(40vh - 100px);
    overflow: auto;
    background-color: #fff;
    padding-bottom: 100px;
    animation: myfirst 0.4s
}
@keyframes myfirst {
    from {bottom:-20vh;}
    to {bottom:0px;}
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    from {bottom:-20vh;}
    to {bottom:0px;}
}

.select-list-title-line{
    padding: 10px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
    background-color: #D6ECE4;
}
.delete-cart{
    display: flex;
    align-items: center;
}
.delete-cart img{
    height: 16px;
}
.list-item-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ededed
}
.list-item-content-price{
    color: #FF4548;
    height: 5vw;
    display: flex;
    justify-content: space-between;
}
.list-item-content-price span {
    display: flex;
    align-items: center;
}
.list-item-content-price span div{
    width: 30px;
    color: #040404;
    font-weight: normal;
    text-align: center;
}
.list-item-content-price img {
    max-height: 40px;
    max-width: 40px;
    height: 7vw;
    width: 7vw;
}
/* -------- */
.in-layer{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center
}
.product-detail{
    position: absolute;
    left:2vw;
    top: 15vh;
    width: 96vw;
    height: 65vh;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column
}
.product-detail-title{
    padding: 10px;
    display: flex;
    height: 16px;
    align-items: flex-start;
    justify-content: space-between
}
.product-detail-title span{
    flex: 1;
    font-weight: normal
}
.product-detail-title img{
    margin-left: 10px;
    height: 16px;
}
.product-detail-image{
    width: calc(96vw - 20px);
    height: calc(96vw - 20px);
    margin: 0 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-detail-image img{
    max-width: 100%;
    max-height: 100%
}
.product-description{
    flex: 1;
    overflow: auto;
    padding: 10px;
}
.product-footer-operation{
    height: 30px;
    line-height: 30px;
    background-color: #43B4A9;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-footer-price{
    font-size: 20px;
    color: #ffffff
}
.product-footer-price span{
    font-size: 14px;
    margin-left: 3px;
    color: #040404;
    text-decoration: line-through
}
.product-footer-add{
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-size: 16px;
    color: #EB6949;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}
.in-layer-close{
    position: absolute;
    width: 10vw;
    height: 10vw;
    bottom: 10vh;
    left: 45vw;
}