.text-center{ text-align: center}
.text-right{ text-align: right}
page{ box-sizing: border-box;background: white  }

page{   background: #fff; font-size:14px;  }


.apageheader, .page-header{

    border-bottom: 1px solid #eee; padding:10px 0; font-weight: bold;


    margin-bottom: 10px;
}
.none{ display: none }
.big{ font-size: 120%;}
.small{ font-size: 80%;}
.smallsmall{ font-size: 70%;}
.gray{ color: #95a5a6}
.black{ color:black}
.ml5{ margin-left:5px;}
.p5{ padding:5px;}
.pl5{ padding-left:5px;}
.p10{ padding:10px;}
.mr10{ margin-right: 10px;}
.pl10{ padding-left:10px;}
.pb0{ padding-bottom: 0px !important;}
.p20{ padding:20px;}
.pt0{ padding-top: 0 !important;}
.px5{ padding:5px;}
.mb5{ margin-bottom: 5px;}
.borderbottom{border-bottom: 1px solid #ecf0f1;}
.borderbottom5{border-bottom: 5px solid #ecf0f1;}
.px20{ padding:20px;}
.px10{ padding:10px;}
.bold{ font-weight: bold}
.pbx10{ padding:10px 10px 0 10px}
.p40{ padding:40px;}

.size50{transform:scale(0.5)}
.size70{transform:scale(0.6)}

.grid {

    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.pointer{
    cursor: pointer;}

.darkgray{ color: #95a5a6 }

.box{ display: flex;
  flex-direction: row;}

.box1{ flex: auto; flex-grow: 0}
.box2{  flex: auto;}

.column   {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.column1  {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.columnp{ padding:5rpx;   margin-bottom:5rpx;}

.image_fm {
    width: 365rpx;
    height: 426rpx;
    overflow: hidden;


}

.fright{ float: right}
.hr{
    height: 1px;
    background: #bdc3c7;
}

.hr5{
    height: 5px;
    background: #ecf0f1;
}


.hr2{
     height: 1px;

    padding-top: 10px;
margin-bottom: 10rpx;

}

.mb20{ margin-bottom: 20px; }
.inputtext{ border:1px solid #eee; border-radius: 5px;
    padding:3px; background: white;
    font-size:100% !important;}
.pt10{ padding-top: 10px;}
.pt20{ padding-top: 20px;}
.pb10{ padding-bottom: 10px;}

.wide{   width: 100%; height: 100%;   }
.red,.text-danger{ color:rgb(231,76,60)}
.green{ color:#27AE60}

.fields{
    display: flex;
    flex-direction: row;
}
.field{
    flex: 0 1 auto;
}

.linethrough{ text-decoration: line-through }
.fleft{ float: left;}
.pr10{ padding-right: 10px;}
.pr5{ padding-right: 5px;}
.inlineblock{ display: inline-block}

.textrow,.inforow{ display: flex; flex-direction: row;
    padding:10px;
    border-bottom: 1px solid #eee;

    align-items: center;
}

.fixbottom{ position: fixed; bottom:200rpx;
    left:0; right: 0; background: red; height: 30rpx;}

.textrow label,.inforow .lbl{ width: 90px;  flex-shrink: 0;
     /*height: 32px; line-height: 32px; vertical-align: middle;*/
    text-align: right; padding-right: 10px; color:#666 }
.textrow view,.inforow .info{ flex-grow: 1;
    /*vertical-align: middle; min-height: 32px; line-height: 32px;*/
}

.rel{ position: relative}

/*flexrow*/
.flexrow{ display: flex; flex-direction: row;  align-items: center }
.flexrow.top{align-items:start}
.flexrow.wrap{ flex-wrap: wrap}
.flex100{flex-shrink: 0;     width: 100px;   }
.flex76{flex-shrink: 0;     width: 76px;   }
.flex90{flex-shrink: 0;     width: 90px;   }

.flex50{flex-shrink: 0;     width:50px;   }
.flex40{flex-shrink: 0;     width:40px;   }

.flex50p{ width: 50%; flex-shrink: 0 }
.flex30{flex-shrink: 0;     width:30px;   }
.flex70{flex-shrink: 0;     width:70px;   }
.flexg1{  flex-grow: 1; word-break: break-all}
.flex1{  flex: 1}
/*flexrow*/



.imagerow{   display: flex; flex-direction: row;    padding:10px;    border-bottom: 1px solid #eee;}
.imagerow .image{ flex-shrink: 0;
    width: 76px; height: 76px;     box-sizing: border-box;   }
.imagerow .imagesmall{ height: 48px; height: 48px; }
.imagerow image{ width: 100%; height: 100%;}
.imagerow .info{ flex-grow: 1 }
.imagerow .title{  font-weight: bold; margin-bottom: 5px}
.imagerow .desc{ color:#999 }

.highlight{ background: #F1E1AA  }

.imagerow .action{    text-align: center;
   flex-shrink: 0;
    vertical-align: middle }



.footbtns{ display: flex; flex-direction: row;   background: #e74c3c; align-items: center; }
.footbtns{ position: fixed; bottom: 0; left:0; right:0;  height: 48px; font-size: 16px; z-index: 100}
.footbtnsm{ height: 48px;  color:white;  width: 100%;  }

/*padding:15px 0 */
.footbtns .price,.footbtns .price2{   flex-shrink: 0; color: #000; background: #ffcd02; width: 375rpx;   height: 100%;
     line-height: 48px;
    vertical-align: middle; text-align: center;    }
.footbtns .btn1,.footbtns .btn2{ flex-grow: 1;  color: white;  text-align: center;       }




.plinfo{ padding:10px; background: #ecf0f1;
    border-bottom: 1px solid #95a5a6;
    color:#95a5a6; text-align: center; }


.pb48{ margin-bottom: 48px;}

.footactions{ border-top:1px solid #ecf0f1; display: flex;
position: fixed; bottom: 0; left:0; right:0;
    z-index: 10;  flex-direction: row;
    align-items: center;
    font-size: 16px; background: white;
}


.footactions .item{ flex:1; text-align: center;   padding:10px;  }
/*padding:15px;*/



.btn,.btn .fa-icons{  color: rgb(39,174,96) !important;;}
.btn .fa-icons{ font-size: 90% !important; margin-right:3px; }
.btn.red,.btn.red .fa-icons{color:rgb(231,76,60)  !important;}
.btn.disabled{ color:#95a5a6 !important;}

.bgred{ background: #e74c3c;color:#ecf0f1 !important;}
.bgred *,.bgred .btn{ color:#ecf0f1 !important;}
.bgred .fa-icons{color:#ecf0f1 !important;}
.bgyellow{ background: #ffcd02 }
.bgyellow *,.bgyellow .btn{ color:#262626 !important;}

.bggray{ background: #ecf0f1 }
.bggray *,.bggray .btn{ color:#262626 !important;}



.onlinechat{ position: absolute; left:10px; bottom: 10px;}

.slabel{ background: #ffa800; padding:3px; font-size: 10px; color:#ecf0f1; border-radius: 3px; overflow: hidden }



