
.p{
    margin:10px;
}
.width-1200{
    padding:0 10px;
    margin:0 auto;
}
.width-40{
    width:40% !important;
}
.width-80{
    width:80%;
}
.font-36{
    font-size:36px;
}
.font-30{
    font-size:30px;
}
.font-24{
    font-size:24px;
}
.font-16{
    font-size:16px;
}
.font-18{
    font-size:18px;
}
image{
    width:100%;
}
.wxParse-img{
    width:100% !important;
}
.color-333{
    color:#333;
}
.color-666{
    color:#666;
}
.color-999{
    color:#999;
}
.color-969{
    color:#969;
}
.color-red{
    color:red;
}
.loadingView{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffff;
    z-index: 10000;
}

/* ------- common css ------- */
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear:both;
}
/* flex 上下居中 */
.flex-c {
    display: flex;
    align-items: center;
}

/* flex 上下居中 左右居中 */
.flex-c-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* flex 上下居中 左右两端对齐 */
.flex-c-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* flex 左右两端对齐 */
.flex-b {
    display: flex;
    justify-content: space-between;
}
.flex{
    display:flex;
}
/* flex 可换行 */
.flex-w {
    display: flex;
    flex-wrap: wrap;
}

/* flex 向右对齐 */
.flex-d {
    display: flex;
    justify-content: flex-end;
}

.btnAction:active {
    opacity: 0.85;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.bgCover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.white-bg{
    background: #fff;
}

/* 单行 省略 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 两行 省略 */
.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 三行 省略 */
.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 五行 省略 */
.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}


/* btn 公共 */
/* 默认颜色按钮 */
.btn[type="button"] {
    min-width: 182px;
    height: 60px;
    font-size: 26px;
    background-color: #fff;
    color: #b9b9b9;
    border: 1px solid #b9b9b9;
    border-radius: 50px;
    padding: 15px;
    line-height: 1;
}
.btn[type="button"]::after{
    display: none;
}

/* 短的按钮 */
.btn.short {
    width: 182px;
}

.table {
    border: 1px solid #e4e4e4;
}
.tr {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e4e4;
}
.td {
    width:50%;
    text-align: center;
    border-right:1px solid #e4e4e4;
}
.th {
    width: 50%;
    justify-content: center;
    border-right: 1px solid #e4e4e4;
    color: #969;
    display: flex;
    height: 3rem;
    align-items: center;
}

/* 确认按钮 */
.btn-primary[type="button"] {
    border-color: #03c1c3;
    background-color: #03c1c3;
    color: #fff;
}
.mg-left20{
    margin-left:20px;
}
.mg-left10{
    margin-left:10px;
}
.mg-lf40{
    margin-left: 40px;
}
.mg-tb20{
    margin:20px 0;
}
.pd-tb40{
    padding:40px 0;
}
.pd-lr10{
    padding:0 10px;
}
.mg-tp40{
    margin-top:40px;
}
.mg-tp80{
    margin-top:80px;
}
.mg-tp20{
    margin-top:20px;
}
.mg-tp10{
    margin-top:10px;
}
.mg-20{
    margin:20px;
}
.mg-40{
    margin:40px;
}
.pd-20{
    padding:20px;
}
.pd-left10{
    padding-left:10px;
}
.pd-bt60{
    padding-bottom: 60px;
}
.relative{
    position: relative;
}
.absolute{
    position:absolute;
}
.overflow-es{
    width:100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/*
滚动条
*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    color:#ffffff;
}

.price{
    color:#ff2a44;
    font-size:32px;
}
.cate-two{
    background-color:#eee;
    height:80px;
}

.avatar{
    border-radius: 20px;
    overflow: hidden;
}
.avatar image{
    width: 80px;
    height: 80px;
}

.footer{
    color:#888;
    text-align: center;
    padding:20px;
}
video{
    width:100%;
    height:500px;
}
.head-icon{
    width:72px;
    height:72px;
}
.head-icon image{
    width:100%;
    height:100%;
    border-radius: 72px;
}
.head-icon image{
    width:100%;
    height:100%;
    border-radius: 72px;
}
.like{
    width:12px;
    height: 12px;
}
.nomore{
    text-align: center;
    color:#999;
    margin-bottom: 100px;
}
.contact-us{
    position: fixed;
    bottom:230px;
    right:0;
    background-color:#969 ;
    color:#fff;
    width:64px;
    text-align: center;
    line-height: 54px;
    padding: 24px;
    font-size: 14px;
    border-radius: 0px;
    z-index:1000;
}
.left-jiantou{
    display: inline-block;
    border: 8px #fff solid;
    border-right-color: #9EEA6A;
    left: -15px;
    top: 10px;
    background: #9EEA6A;
}
.zhanwei{
    width:100%;
    height:120px;
}
.bottom-info{
    text-align: center;
    color:#999;
    font-size: 12px;
    line-height: 1.8;
}

.hide{
    display: none;
}
input{
    background:none;
    outline:none;
    border:1px solid #aaa;
    padding-left: 10px;
    font-size: 16px;
}
.cursor{
    cursor: pointer;
}
.pink{
    color:#F25D8E;
}

.demo-pink{
    border-radius: 10px !important;
    border:2px solid #f25d8e;
}
body .demo-pink .layui-layer-title{background:#f25d8e; color:#fff; border: none;}
body .demo-pink .layui-layer-btn{border-top:1px solid #E9E7E7}
body .demo-pink .layui-layer-btn a{background:#f25d8e;}
body .demo-pink .layui-layer-btn .layui-layer-btn0{border-color:#FCC3D6}
body .demo-pink .layui-layer-btn .layui-layer-btn1{background:#fff;}
.wd-window{
    padding:20px 40px;
}
.wd-window .wd-title{
    font-size: 16px;
}
.wd-window .wd-info{
    padding:40px 60px;
}

.wd-window input{
    background-color: #F4F4F4;
    border:1px solid #ccc;
    width: 250px;
    color: #666;
    padding-left: 10px;
}
.wd-window input:focus{
    transition-duration: .3s;
    border-color: #f25d8e;
}
.wd-window .wd-input{
    margin-top: 40px;
}
.wd-window .input-name{
    min-width:100px;
    text-align: right;
}
.wd-window .wd-input textarea{
    height:200px;
    width:100%;
    background-color: #F4F4F4;
    padding-left: 10px;
}
