/* 悬浮样式 */
.me-xuanfu{
    position: fixed;
    right: 1%;
    top: 42vh;
    width: 8%;
    height: 4em;
    background: #ccc;
    padding: 0.4em;
    border-radius: 10px;
    color: #696767;
    font-weight: bold;
    display: block;
}
.me-xuanfu img{
    width: 100%;
    height: 2em;
    margin-bottom: 5px;
}

/* login  register.html--------------------------start */
h2 {
    margin-top: 8em;
    margin-bottom: 3em;
    margin-left: 3em;
    left: 2.64em;
    color: rgba(16, 16, 16, 1);
    font-size: 1.57em;
    text-align: left;
    font-family: PingFangSC-bold;
}

.layui-form-item {
    width: 90%;
    margin-bottom: 2em;

}

.layui-btn {
    width: 21.43em;
    height: 3.14em;
    margin: 0 auto;
    display: block;

}

.layui-form-label {
    font-weight: 900;
    color: #009688;
}

#me-input-code {
    display: flex;
    flex-direction: row;
}
.me-reg-h h2{
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
}
.me-layui-btn{
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}
/* login  register.html--------------------------end */
/* index.html----------------------start */

.me-img {
    width: 100%;
    height: 13.86em;
}

.me-img img {
    width: 100%;
    height: 100%;
}

.me-user {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1em 2%;
}

.me-btn {
    width: 21.43em;
    height: 3.14em;
    border-radius: 0.57em;
}

.me-btn-r {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 2em auto;

}

/* index.html----------------------end */
/* orderlist.html-----------------------start */
.layui-tab-title {
    text-align: center;
}

.layui-tab-title li {
    width: 20%;
}

.me-order-card {

    width: 90%;
    /*height: 6.5em;*/
    line-height: 1.43em;
    border-radius: 0.36em 0.36em 0.36em 0.36em;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(16, 16, 16, 1);
    font-size: 1em;
    text-align: left;
    font-family: Arial;
    border: 0.07em solid rgba(187, 187, 187, 1);
    margin: 1em auto;
    padding-left: 5%;
}
.me-order-row{
    margin-top: 0.5em;
}
/* orderlist.html-----------------------end */
/* count。html---------------------------start */
.me-count-h h2 {
    margin-left: 1em;
    margin-top: 2em;
    color: rgba(16, 16, 16, 1);
    font-size: 1.29em;
    text-align: left;
    font-family: PingFangSC-medium;
     margin-bottom: 2em;
}
.me-tab-title li {
    width: auto;
}
.me-count-card{

    width: 80%;
    height: 6.29em;
    line-height: 1.43em;
    border-radius: 0.71em 1.43em 0.71em 1.43em;
    background-color: rgba(76, 162, 123, 1);
    text-align: center;
    margin: 2em auto;
    color: #ffffff;
    font-family: PingFangSC-medium;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.me-cout-sum {
    display: flex;
    flex-direction: column;
    width: 35%;

}
.me-cout-sum span{
    line-height: 2.29em;
    font-size: 1.71em;

}

.me-cout-sum label{
    font-size: 1em;

}
.me-cout-sums{
    display: flex;
    flex-direction: column;
    width: 60%;

}
.me-cout-sums span{
    font-size: 1.14em;
    margin-left: 6%;
}
.me-cout-sums label{
    line-height: 2.89em;
    font-size: 1em;
}
.me-count-tips{
width: 80%;
height: 4.93em;
line-height: 4.93em;
border-radius: 1.43em;
background-color: rgba(255, 255, 255, 1);
text-align: center;
box-shadow: 0em 0.14em 0.43em 0em rgba(120, 127, 142, 0.9);
margin: 1em auto;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}

/* count。html---------------------------end */
