body {
    font-size: .27px;
    background-color: rgb(249, 249, 248);
    overflow-x: hidden;
}

#cvs,
#cvs1 {
    display: none;
    margin: 0 auto;
}

.canvas-container {
    margin: 0 auto;
}

.hide {
    display: none;
}

.body {
    width: 4.49rem;
    height: 4.49rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: .3rem;
    background-color: #FFFFFF;
}

#export,
#export1 {
    display: none;
    margin: 0 auto;
    width: 250px;
    height: 250px;
    margin-top: .3rem;
}

.footer,
.done {
    display: flex;
    justify-content: space-around;
    margin-top: .3rem;
    padding: 0 .3rem;
}

button {
    height: .8rem;
    width: 3.12rem;
    line-height: .8rem;
    font-size: .31rem;
    border-radius: .12rem;
}

#change,
.change {
    margin-right: .35rem;
    color: #1FAD15;
    border: .02rem solid #1FAD15;
    background-color: #FFFFFF;
}

#exportBtn,
.exportBtn {
    color: #FFFFFF;
    background-color: #1FAD15;
    border: .02rem solid #1FAD15;
}

#tip {
    margin-top: .3rem;
    margin-left: .32rem;
    align-self: flex-start;
    font-size: .27rem;
}

#add {
    width: .64rem;
    height: .64rem;
    padding: .95rem;
    margin: .82rem;
    border: .04rem dotted #CCC;
}

.img-border {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
    background-color: #ffffff;
    margin-top: .3rem;
    padding-top: .2rem;
    padding-left: .6rem;
    overflow-x: scroll;
    box-sizing: border-box;
}

.img-border img {
    flex-shrink: 0;
}

._hide {
    margin-right: .4rem;
    margin-bottom: .6rem;
    width: .8rem;
    height: .8rem;
}

#upload {
    height: 4.5rem;
    width: 4.5rem;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.bottom {
    width: 6.56rem;
    height: 1.73rem;
    margin: .3rem auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.border {
    width: 3.32rem;
    height: .53rem;
    margin: .21rem auto;
    line-height: 1rem;
    font-size: .29rem;
    color: #1FAD15;
    border-radius: .26rem;
    border: .02rem solid #1FAD15;
    overflow: hidden;
}

.control {
    width: 50%;
    text-align: center;
}

.chouse {
    background-color: #1FAD15;
    color: #FFFFFF;
}

.circle {
    border-left: .01rem solid #1FAD15;
}

#downLoad {
    color: #FFFFFF;
}

.tab-bar {
    display: flex;
    align-self: center;
    padding-left: .24rem;
    margin-top: .42rem;
    font-size: .27rem;
    color: #000;
    border-bottom: .02rem solid rgb(239, 240, 240);
}

.bar-item {
    margin-right: .4rem;
    padding-bottom: .24rem;
}

.clicked {
    border-bottom: .04rem solid #1FAD15;
    color: #1FAD15;
}

.weixin-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    background-image: url(/images/wxbj.png);
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mobile-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    max-width: 750px;
    width: 100%;
    margin: auto;
}

mip-share .c-share-list .c-span3 {
    width: 16%;
    -webkit-box-flex: none;
    -webkit-flex: none;
    font-size: 0.2rem
}

.c-span3 {
    float: left;
}

mip-share .c-share-list .c-flexbox,
mip-share .c-share-list .c-row {
    display: block;
}

footer {
    display: none;
}

.back_to_top,
.back_to_feed {
    display: none;
    font-size: 0;
}