﻿.fl {
    float: left;
}

.fr {
    float: right;
}

#top-head {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
}

    #top-head span {
        margin-left: 20px;
    }

    #top-head .closing {
        margin-left: 10px;
        display: inline-block;
    }

    #top-head .more {
        margin-right: 10px;
    }

.col-sm-3 {
    float: left;
    width: 25%;
}

.col-sm-4 {
    float: left;
    width: 33.33%;
}

.col-sm-9 {
    float: left;
    width: 75%;
}

.col-sm-12 {
    float: left;
    width: 100%;
}

select, input[type='text'] {
    border: 0px;
    width: 100%;
    height: 39px;
}

select {
    padding: 0px;
}

.main-container {
    margin: 0px !important;
}

/* 底部样式 */
.bottom-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 0.98rem;
    overflow: hidden;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0px 3px 20px 1px rgba(138,138,138,0.19);
}
.btm-group {
    width: 25%;
    float: left;
    padding: 8px 0;
    text-align: center;
    background: #fff;
    height: 56px;
}

    .btm-group span {
        display: block;
        height: 0.24rem;
        font-size: 0.22rem;
        font-family: PingFang SC;
        font-weight: 500;
        margin-top: 0.1rem;
        color:rgba(247,77,79,1);
    }
    .btm-group a {
        margin: 0px;
        padding: 0px;
        display: block;
        line-height: normal;
    }

    /* .btm-group img {
    height: 17px;
    margin-bottom: 3px;
    } */
    .btm-group img {
        height: 0.34rem;
        padding: 0px;
        display: block;
        margin: 0 auto;
    }

/*定义宽度*/
.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}


.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}


.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}


.width50-10 {
    width: calc(50% - 10px);
}

.width75-10 {
    width: calc(75% - 10px);
}

.width5, .width10, .width15, .width20, .width25, .width30, .width40, .width50, .width60, .width70, .width75, .width80, .width90, .width75-10, .width50-10 {
    float: left;
}

/*字体颜色*/
.gray {
    color: #b4b4b4;
}

.link-color {
    color: #9a9a9a;
}

/*字体大小*/
.font-size-14 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,1);
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

/*按钮样式*/
.btn-save {
    background-color: #f63a5b;
    color: #fff;
    border:1px solid #f61b41;
}

.btn-cgreen {
    background-color: #f63a5b;
    color: #fff;
    border: 0;
}
.btn-login-out {
    background-color: #fff;
    color: #f63a5b;
    border: 0;
}

.btn-cgreen, .btn-cwhile, .btn-pay, .btn-save, .btn-login-out {
    text-align: center;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    width: 85%;
    padding: 10px 0;
    background: linear-gradient(-83deg,rgba(245,65,82,1),rgba(253,104,71,1));
    border-radius: 38px;
}

.btn-cwhile {
    background-color: #fff;
    border: 1px solid #dddddd;
    border: 0;
}

.small-title {
    border: 1px solid #f1efef9e;
    border-left: 0;
    border-right: 0;
    padding: 0px;
    margin: 10px 0;
    font-size: 16px;
}

/* 数量加减 */

.chose-number {
    clear: both;
    position: relative;
    height: 35px;
}
.chose-number .lbl {
    left: 35px;
}
 .chose-number .add {
    left: 70px;
}
 .chose-number .add, .chose-number .sub {
    background-color: #f4f4f4;
}
.chose-number .add, .chose-number .sub,  .chose-number .lbl {
    /* border: 1px solid #dddddd; */
    display: inline-block;
    /* position: absolute; */
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
}
a{
    color: black;
    text-decoration: none;
    display: inline-block;
}
/*公共阴影*/
.olw{overflow:hidden;}
.shadow{position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:8999;  background:#000; opacity:0.5; overflow:hidden; display:none;}
.cover-close {position: absolute; top: 5px; right: 5px; width: 30px;  height: 30px; text-indent:-9999px; overflow:hidden;}
.cover-close::before, .cover-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}
.cover-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.cover-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
.coverFl{position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:9999; overflow:hidden; display:none;}
.coverLayer{position:relative; width:90%; max-width:400px;  margin:0px auto; padding:20px 5%; top:9em;  vertical-align:middle; min-height:50px;  background:#fff; border-radius:10px;   }
.coverNr{ width:100%; height:300px; vertical-align:middle; overflow:hidden;overflow-y:scroll;}
