.liveleft,.liveleftfalse{
    max-width: 30%;
    width: 30%;
    background: #f5f6f7;
        border: 5px solid white;
}
.catalogpros{
    width: 33%;
    background: #f5f6f7;
        border: 5px solid white;
}
.iseelivechat{
    max-width: 38%;
    width: 38%;
    background: #f5f6f7;
}

.video-js .vjs-big-play-button {
    width: 30% !important;
    left: 29% !important;
    top: 50% !important;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    color: #da1585;
}
/*.liveleft.liveleftfalse {
    height: 600px;
    border: 1px solid #da1585;
    background: url(/chat/img/qingshaodeng.png);
    background-repeat: round;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.liveleft.liveleftfalse {
    /*max-height: 00px;*/
    background: url(/js/vue/live/img/liveback.jpg);
    background-repeat: round;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid white;
}
/*.video-player-custom{
    max-height: 00px;
}*/
.liveleftfalsediv {
    color: white;
    font-size: 16px;
    max-width: 85%;
}
.liveiseediv {
    display: flex;
    justify-content: center;
    max-width: 80%;
}
.livechatdiv {
    text-align: -webkit-center;
    border: 5px solid white;
}
div#liveisee {
    text-align: -webkit-center;
    background: #f5f6f7;
    padding-top: 50px;
    padding-bottom: 50px;
}
.liveiseediv {
    display: flex;
    justify-content: center;
    height: auto;
    align-items: stretch;
}
.messagesenddiv {
    display: flex;
    border: 1px solid #dfd9d9;
}
.messagesenddiv1 {
    width: 80%;
}
.messagesenddiv2 {
    width: 20%;
    background: #da1585;
    height: 60px;
    line-height: 60px;
    color: white;
    font-weight: 600;
    border-radius: 3px;
}
input.el-input__inner {
    height: 60px;
    border: 0px;
}
.el-form-item{
    margin-bottom: 0px;
}

.produtsoneitemdiv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: auto;
}
.produtsoneitemdivitem {
    width: 48%;
    background: white;
    padding: 1%;
    margin-bottom: 10px;
}
.produtsoneitemdivitemimg {
    border-radius: 5px;
}
.produtsoneitemdivitemimg {
    width: 100%;
}
.produtsoneitemdivitemnamediv {
    display: -webkit-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    opacity: 0.8;
}
.produtsoneitemdivitempricediv {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}
.produtsoneitemdivitempricedivallprice {
    display: flex;
}
.produtsoneitemdivitempricedivprice {
    font-size: 15px;
    font-weight: 700;
    opacity: 0.85;
}
.produtsoneitemdivitempricedivoldprice {
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through;
    opacity: 0.6;
    margin-left: 6px;
    align-items: center;
    display: -webkit-flex;
}
.produtsoneitemdivitempricedivsale {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    background-color: black;
    align-items: center;
    display: -webkit-flex;
    padding-left: 3px;
    padding-right: 3px;
    color: white;
    opacity: 0.85;
}
.produtsoneitemdivitemratereviewdiv {
    display: flex;
    justify-content: space-between;
    display: none;
}
.produtsoneitemdivitemreviewdiv {
    line-height: 13px;
}
.produtsoneitemdivitemreviewdivlink {
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.85;
}
.messagelistdiv {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}
.messageitemfirst{
    font-size: 14px;
    line-height: 21px;
    color: #da1984;
    font-weight: 600;
    margin-bottom: 30px;
}
.messagename {
    font-size: x-small;
    text-align: left;
}
.messagevalue {
    color: #da1984;
    text-align: left;
    margin-bottom: 10px;
}
.messagelistdiv {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    overflow: auto;
}
.messageitem {
    background: white;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}