

#player { /* ios下 文字大小不會亂跑 */
    -webkit-text-size-adjust: 100%;
}
#player input,
#player button  {
    -webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
    border-radius: 0;
}


#player #plugin,
#player_div #plugin {
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    top: 0;
    overflow: hidden;
    z-index: 10;
    display: block;
}
#player #mobile_plugin,
#player_div #mobile_plugin{
    display: none;
}


/* 直播錯誤訊息顯示 */
#player .PluginError{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
    font-size: 15pt;
    color: #FFF;
    font-family: "Microsoft JhengHei";
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: black;
}

/* 觀看人次顯示數字 */
#player .PluginMain{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
}
#player .PluginMain_WatchingAmt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url(img/live_host/eye.png);
    background-repeat: no-repeat;
    padding: 5px 8px 3px 35px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    background-color: rgba(72, 72, 72, 0.57);
    background-position: 8px;
    border-radius: 15px;
}
#player .PluginMain_WatchingAmt p {
    margin:0;
    color: #fff;
}

/* 直播主倒數計時 */
@font-face{
    /* font-properties */
    font-family: 'timer-font';
    src: url('img/timer-font.ttf');
}
#player .PluginMain_TimerSection{
    font-size: 200px;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 162.5px);
}
#player .PluginMain_TimerDisplay{
    width: 325px;
    color: #FFFFFF;
    font-family: 'timer-font';
    text-align: center;
    opacity: 0.65;
}
#player .js-timer-last{
    color: #D14B4B;
}



.Plugin_r div,
.Plugin_r button,
.Plugin_r input,
.Plugin_r select {
    font-family: "Microsoft JhengHei";
    font-size: 13px;
    color: #1C1C1C;
}

.Plugin_r a{
    color: #b7a233;
}
.Plugin_r a:hover{
    color: #d14b4b;
}

/*右側商品列*/
.Plugin_r .RightBar {
    position: absolute;
    width: 10%;
    height: 100%;
    right: -10%;
    z-index: 3;
    top: 0;
}
.Plugin_r .RightBar_Box {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #B2B2B2;
    z-index: 1;
}
.Plugin_r .RightBar_ItemBox {
    /*width: 83.99%;*/
    height: 100%;
    padding: 8%;
}
.Plugin_r .RightBar_ItemListMask {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.Plugin_r .RightBar_ItemList {
    width: 100%;
    height: calc(90% - 5px);
    overflow-y: visible;
    overflow-x: hidden;
}
.Plugin_r .RightBar_Item {
    width: 100%;
    height: 18%;
    /*display: none;*/
    cursor: pointer;
    margin-bottom: 11%;
}
.Plugin_r .RightBar_ItemImage {
    width: 100%;
    height: 100%;
    border-radius: 12.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    float: left;
    z-index: 100;
}
.Plugin_r .RightBar_ItemContent {
    width: 60.865%;
    height: 100%;
    margin-left: 4.35%;
    float: left;
}
.Plugin_r .RightBar_Cart {
    width: 100%;
    height: 5%;
    margin-top: 5px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('img/live/cart_white.png');
    display: none;
}
.Plugin_r .RightBar_Cart_Count{
    width: 18px;
    height: 18px;
    position: relative;
    top: -10px;
    right: 0;
    float: right;
    border-radius: 15px;
    background-color: #ff821e;
    font-size: 11px;
    text-align: center;
    color: #FFF;
}
.Plugin_r .RightBar_Arr {
    width: 100%;
    height: 5%;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url('img/live/arr.png');
}
.Plugin_r .RightBar_Next {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.Plugin_r .RightBar_Prev { }

/*plugin開關*/
.Plugin_r .close_RightBar {
    width: 30%;
    height: 10%;
    position: absolute;
    top: 45%;
    right: 100%;
    display: inline-block;
    vertical-align: middle;
    /*opacity: 0.8;*/
    cursor: pointer;
    background-image: url('img/live/close_RightBar_gray.png');
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: contain;
}
.Plugin_r .open_RightBar {
    background-image: url('img/live/open_RightBar_gray.png');
}
.Plugin_r .close_RightBar.white {
    background-image: url('img/live/close_RightBar_white.png');
    width: 14%;
    height: 11.12%;
    top: 44.44%;
}

/*影片結束時 顯示所有商品*/
.Plugin_r .FullPage {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
}
.Plugin_r .FullPage_title {
    font-size: 11pt;
    padding: 2.084%;
}
.Plugin_r .FullPage_ItemBox {
    height: 87.655%;
    padding-left: 2.778%;
    overflow: auto;
}
.Plugin_r .FullPage_Item {
    height: 30.986%;
    width: 13.473%;
    margin-right: 2.286%;
    margin-bottom: 0.715%;
    float: left;
    cursor: pointer;
}
.Plugin_r .FullPage_ItemImage {
    height: 72.728%;
    width: 84.85%;
    margin: 0 auto;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.Plugin_r .FullPage_ItemTitle {
    height: 27.272%;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 10pt;
    line-height: 15px;
}
.Plugin_r .FullPage_ScrollBar {
    height: 100%;
    width: 1%;
    position: absolute;
    right: 0;
}
.Plugin_r .FullPage_ScrollBtn {
    height: 25.926%;
    position: relative;
    top: 62%;
    background-color: rgba(255, 255, 255, 0.5);
}




/*右上滑出商品資訊*/
.Plugin_r .SingleBox *{
    color: #FFFFFF;
}
.Plugin_r .SingleBox {
    position: absolute;
    width: 33%;
    height: 84px;
    background-color: rgba(0, 0, 0, 0.75);
    right: -33%;
    top: 4.938%;
    padding: 0%;
    opacity: 0.8;
}
.Plugin_r .SingleBox_Image {
    width: 84px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    float: left;
    cursor: pointer;
}
.Plugin_r .SingleBox_Content {
    width: calc(100% - 84px);
    height: 100%;
    padding: 3px 7px 5px;
    float: left;
    box-sizing: border-box;
}
.Plugin_r .SingleBox_CloseBox {
    width: 100%;
    height: 18.988%;
    cursor: pointer;
}
.Plugin_r .SingleBox_Title {
    width: 100%;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.Plugin_r .SingleBox_Middle{
    height: calc(100% - 20px - 6px - 18px);
    margin: 3px 0;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.Plugin_r .SingleBox_Bottom{
    height: 18px;
    overflow: hidden;
}
.Plugin_r .SingleBox_Detail {
    background-color: #FFF;
    height: 100%;
    width: 80px;
    font-size: 0.95em;
    display: inline-block;
    cursor: pointer;
    color: #1C1C1C;
    font-weight: bolder;
    border: 0;
    float: right;
}
.Plugin_r .SingleBox_Price {
    font-size: 0.95em;
    display: inline-block;
    line-height: 18px;
    float: left;
}



/*版權宣告*/
.Plugin_r .BottomBar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* display: none; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    width: 100%;
    height: 13.15%;
    bottom: 0;
    left: 0;
    /* padding: 0 1%; */
    box-sizing: border-box;
    /*background-color: #1c1c1c;
    background: rgba(0,0,0,0.60);*/
    /* FF3.6-15 */
    /* background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 40%, rgba(0,0,0,1) 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 40%,rgba(0,0,0,1) 100%);  */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 40%,rgba(0,0,0,1) 100%);  */
    /* IE6-9 */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c1c1c', endColorstr='#1c1c1c',GradientType=0 );  */
}
.Plugin_r .BottomBar_Bravoideas {
    width: 8.22%;
    /* margin: 0 2%; */
    height: 100%;
    display: inline-block;
    background-image: url('img/live/bi_logo.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(255, 130, 30);
    opacity: 0.5;
    cursor: pointer;
}
.Plugin_r .BottomBar_Ishowlife {
    width: 8%;
    margin: 0 2%;
    height: 100%;
    display: inline-block;
    background-image: url(img/live/ishowlife.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.Plugin_r .BottomBar_Dramashop {
    width: 8%;
    margin: 0 2%;
    height: 100%;
    display: inline-block;
    background-image: url(img/live/dramashop.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.Plugin_r .BottomBar_Copyright {
    display: inline-block;
    width: 91.78%;
    height: 100%;
    font-size: 0.95em;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 9pt;
    background: rgba(255, 130, 30, 0.7);
    padding: 5px 10px;
    color: #FFF;
}
.Plugin_r .BottomBar_Bravoideas.active{
    opacity: 1;
}


/*滑鼠事件商品資訊*/
.Plugin_r .RightBar_SlideBox *{
    color: #FFFFFF;
}
.Plugin_r .RightBar_SlideBox {
    position: absolute;
    right: -250%;
    top: 6%;
    height: 100px;
    width: 250%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: auto;
    padding: 5px 7px;
}
.Plugin_r .RightBar_SlideBoxTitle {
    float: left;
    width: 100%;
    font-weight: bold;
    line-height: 20px;
    font-size: 1.12em;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Plugin_r .RightBar_SlideBoxMiddle{
    height: calc(100% - 20px - 12px - 20px);
    margin: 6px 0;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
.Plugin_r .RightBar_SlideBoxBottom{
    height: 20px;
    overflow: hidden;
}
.Plugin_r .RightBar_SlideBoxPrice {
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Plugin_r .RightBar_SlideBoxBtn {
    background-color: #FFF;
    height: 100%;
    width: 60px;
    font-size: 0.95em;
    cursor: pointer;
    color: #1C1C1C;
    font-weight: bolder;
    border: 0;
    float: right;
}



/* 表情特效 */
.Plugin_r .EffectBox{
    position: absolute;
    width: 8.22%;
    height: 86.85%;
}
.Plugin_r .EffectBox_Btn{
    position: absolute;
    bottom:0;
    width: 100%;
    height: 15.5%;
    background-image: url('img/effect/animation_button.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    cursor: pointer;
    z-index: 1;
}
.Plugin_r .EffectBox_Btn:active{
    background-size: 55%;
}
.Plugin_r .EffectBox_Things{
    position: absolute;
    left: 0;
    top: 82%;
    width: 100%;
    height: 18%;
    background-image: url('img/effect/01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    /* background-color: #FFF; */
    animation:EmojiMove 5s infinite; /*IE*/
    -moz-animation:EmojiMove 5s infinite; /*FireFox*/
    -webkit-animation:EmojiMove 5s infinite; /*Chrome, Safari*/
}
@keyframes EmojiMove{
    0% {opacity: 0;}
    20% {opacity: 1;}
    from {top: 82%;}
    to {top: -17%;}
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-5px) rotate(2deg);
        -webkit-transform: translateX(-5px) rotate(2deg);
        -o-transform: translateX(-5px) rotate(2deg);
        -ms-transform: translateX(-5px) rotate(2deg);
        transform: translateX(-5px) rotate(2deg);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(5px) rotate(-2deg);
        -webkit-transform: translateX(5px) rotate(-2deg);
        -o-transform: translateX(5px) rotate(-2deg);
        -ms-transform: translateX(5px) rotate(-2deg);
        transform: translateX(5px) rotate(-2deg);
    }
}
@-moz-keyframes EmojiMove{
    0% {opacity: 0;}
    20% {opacity: 1;}
    from {top: 82%;}
    to {top: -17%;}
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-5px) rotate(2deg);
        -webkit-transform: translateX(-5px) rotate(2deg);
        -o-transform: translateX(-5px) rotate(2deg);
        -ms-transform: translateX(-5px) rotate(2deg);
        transform: translateX(-5px) rotate(2deg);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(5px) rotate(-2deg);
        -webkit-transform: translateX(5px) rotate(-2deg);
        -o-transform: translateX(5px) rotate(-2deg);
        -ms-transform: translateX(5px) rotate(-2deg);
        transform: translateX(5px) rotate(-2deg);
    }
}
@-webkit-keyframes EmojiMove{
    0% {opacity: 0;}
    20% {opacity: 1;}
    from {top: 82%;}
    to {top: -17%;}
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-5px) rotate(2deg);
        -webkit-transform: translateX(-5px) rotate(2deg);
        -o-transform: translateX(-5px) rotate(2deg);
        -ms-transform: translateX(-5px) rotate(2deg);
        transform: translateX(-5px) rotate(2deg);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(5px) rotate(-2deg);
        -webkit-transform: translateX(5px) rotate(-2deg);
        -o-transform: translateX(5px) rotate(-2deg);
        -ms-transform: translateX(5px) rotate(-2deg);
        transform: translateX(5px) rotate(-2deg);
    }
}
.Plugin_r .EffectBox_Things.Mine{

}

/*聊天室*/
.Plugin_r .Chatroom {
    position: absolute;
    width: 81.78%;
    left: 8.22%;
    height: 35%;
    top: 65%;
    color: #b7b7b7;
    font-size: 0.95em;
    overflow: hidden;
    z-index: 1;
}
.Plugin_r .Chatroom *{
    color: #FFF;
}
/* 全屏特效 */
.Plugin_r .Chatroom_InteractiveBox{
    width: calc(100% - 10px);
    height: 40px;
    box-sizing: border-box;
    background-color: #00000080;
    margin-bottom: 5px;
    padding: 7px;
}
.Plugin_r .Chatroom_Interactive{
    height: 100%;
    background: #B2B2B2;
    min-width: 65px;
    display: inline-block;
    margin-right: 7px;
    cursor: pointer;
    color: #FFF;
    position: relative;
}
.Plugin_r .Chatroom_Interactive:hover{
    background-color: #FF821E;
}
.Plugin_r .Chatroom_Interactive.disable:hover{
    background-color: #B2B2B2;
}
.Plugin_r .Chatroom_Interactive .CDBar{
    position: absolute;
    background-color: #5F5F5F;
    width: 0%;
    height: 100%;
    right: 0;
}
.Plugin_r .Chatroom_Interactive .Flower,
.Plugin_r .Chatroom_Interactive .Firework,
.Plugin_r .Chatroom_Interactive .Handclap,
.Plugin_r .Chatroom_Interactive .Rocket{
    height: 100%;
    line-height: 26px;
    text-align: center;
    position: relative;
}
.Plugin_r .Chatroom_Interactive .Flower:before,
.Plugin_r .Chatroom_Interactive .Firework:before,
.Plugin_r .Chatroom_Interactive .Handclap:before,
.Plugin_r .Chatroom_Interactive .Rocket:before{
    content: '';
    width: 15px;
    height: 18px;
    position: relative;
    top: 3px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 3px;
}
.Plugin_r .Chatroom_Interactive .Flower:before{
    background-image: url('img/effect/flower.png');
}
.Plugin_r .Chatroom_Interactive .Firework:before{
    background-image: url('img/effect/firework.png');
}
.Plugin_r .Chatroom_Interactive .Handclap:before{
    background-image: url('img/effect/hand.png');
}
.Plugin_r .Chatroom_Interactive .Rocket:before{
    background-image: url('img/effect/rocket.png');
}

.Plugin_r .Chatroom_MessageBox {
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    /*height: calc(100% - 40px - 5px);*/
    box-sizing: border-box;
    background-color: #00000080;
}
.Plugin_r .Chatroom_Message {
    height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: auto;
}
.Plugin_r .User,
.Plugin_r .Other,
.Plugin_r .Host,
.Plugin_r .Effect{
    word-wrap: break-word;
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 13px;
    font-size: 13px;
    line-height: 13px;
}
.Plugin_r .User {
    color:#F8B300;
}
.Plugin_r .Other {
    color:#e4dbe5;
}
.Plugin_r .Host {
    background: #ff821e;
    padding: 0 13px;
    line-height: 18px;
    margin-left: 0;
    /* height: 20px; */
}
.Plugin_r .Effect{
    padding: 5px 0;
    background: #00000080;
    text-align: center;
    margin: 6px 10px;
    color: #FFF;
}
.Plugin_r .Chatroom_Button{
    width: 70px;
    height: 30px;
    border: none;
    background-color: #d14b4b;
    outline: none;
    cursor: pointer;
    line-height: 20px;
    background-image: url(img/live/send_w_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
}
.Plugin_r .Chatroom_TypingArea {
    /*position: absolute;*/
    position: relative;
    width: calc(100% - 70px);
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    bottom: 8px;
    right: 0;
    box-sizing: border-box;
    padding-left: 8px;
    border: 0;
    border-radius: 0;
    outline: 0;
    color: #1C1C1C;
    background-color: #FFF;
}



.Plugin_r .ItemDetail,
.Plugin_r .Cart {
    position: absolute;
    right: -28%;
    top: 2%;
    width: 20%;
    height: 96%;
    background-color: #ffffff;
    z-index: 2;
}
/*商品資訊頁面*/
.Plugin_r .ItemDetail_Box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 6%;
    box-sizing: border-box;
}
.Plugin_r .ItemDetail_title {
    font-size: 15px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    font-weight: bold;
}
.Plugin_r .ItemDetail_ImgBox {
    width: 100%;
    height: 34.27%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* border-radius: 8px; */
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
}
.Plugin_r .ItemDetail_DetailDesc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    word-wrap: break-word;
}
.Plugin_r .ItemDetail_DetailDesc_showMore{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
}
.Plugin_r .ItemDetail_ShowMore{
    margin-top: 2px;
    margin-bottom: 4px;
}
.Plugin_r .ItemDetail_ShowMore:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.Plugin_r .ItemDetail_ShowMore .ItemDetail_ShowMore_btn{
    color: white;
    transition: all 0.3s;
    border: none;
    outline: none;
    padding: 0 7px 3px;
    font-size: 9px;
    float: right;
    /* border: 1px solid #5f5f5f; */
    border-radius: 3px !important;
    cursor: pointer;
    background-color: burlywood;
}
.Plugin_r .ItemDetail_Price {
    margin-top: 8px;
}
.Plugin_r .ItemDetail_SpecialPrice {
    font-weight: bold;
    color: #D14B4B;
    font-size: 1.5em;
    margin-top: 5px;
}
.Plugin_r .ItemDetail_ToShop,
.Plugin_r .ItemDetail_Buy,
.Plugin_r .ItemDetail_AddToCart,
.Plugin_r .ItemDetail_Prompt {
    display: block;
    color: white;
    width: 100%;
    background-color: #5F5F5F;
    font-size: 13px;
    padding: 4px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
}
.Plugin_r .ItemDetail_AddToCart {
    background-color: #D14B4B;
    position: relative;
    display: none;
}
.Plugin_r .ItemDetail_AddToCart::before{
    position: relative;
    top: 1px;
    background-image: url(img/live/cart_white_icon.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 24px;
    height: 13px;
    content: "";
}
.Plugin_r .ItemDetail_Buy {
    background-color: #FF821E;
    display: none;
}
.Plugin_r .ItemDetail_Prompt{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #848484;
    display: none;
    margin-top: 0;
}
.Plugin_r .ItemDetail_SpecBox{
    position: relative;
    margin-top: 8px;
}
.Plugin_r .ItemDetail_SpecTitle {
    font-size: 13px;
    margin-right: 5px;
    max-width: calc(30% - 5px);
    display: block;
    float: left;
}
.Plugin_r .ItemDetail_SpecNumber,
.Plugin_r .ItemDetail_SpecSelect{
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    background-position: 97% center;
    background-repeat: no-repeat;
    width: 70%;
    text-align: center;
    font-family: inherit;
    float: right;
}
.Plugin_r .ItemDetail_SpecOption:hover,
.Plugin_r .ItemDetail_SpecSelect:hover ~ .ItemDetail_SpecOption{
    display: block;
}
.Plugin_r .ItemDetail_SpecOption{
    width: 70%;
    position: absolute;
    display: none;
    right: 0;
    /* top: 15px; */
    padding-top: 20px;
    z-index: 2;
}
.Plugin_r .ItemDetail_SpecOption div{
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    border-top: 0;
    padding: 1px 3px;
    cursor: pointer;
}
.Plugin_r .ItemDetail_SpecOption div:first-child{
    border-top: 1px solid #dcdcdc;
}
.Plugin_r .ItemDetail_SpecOption div:hover,
.Plugin_r .ItemDetail_SpecOption div.active {
    background-color: #ff821e;
}




/*購物車頁面*/
.Plugin_r .Cart>* {
    /*margin-bottom: 20px;*/
}
.Plugin_r .Cart_Box {
    /*position: relative;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6%;
    box-sizing: border-box;
}
.Plugin_r .Cart_Checkout {
    display: block;
    background-color: #FF821E;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: white;
}
.Plugin_r .Cart_Title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    font-size: 1.3em;
}
.Plugin_r .Cart_Btn {
    position: absolute;
    top: 43%;
    left: -10%;
    width: 10%;
    height: 8%;
    margin-top: 0;
    cursor: pointer;
    opacity: 0.8;
}
.Plugin_r .Cart_ItemList>p{
    margin: 20px 0;
    text-align: center;
}
.Plugin_r .Cart_ItemBox {
    margin-bottom: 10px;
}
.Plugin_r .:hover .Cart_ItemSpecBox {
    top: 50%;
}
.Plugin_r .Cart_ItemBox>* {
    float: left;
}
.Plugin_r .Cart_ItemDescBox {
    width: 80%;
    background-color: #E3E3E3;
    padding: 2px 8px 4px;
    box-sizing: border-box;
    margin-right: 2%;
    cursor: pointer;
}
.Plugin_r .Cart_ItemDescBox>*,
.Plugin_r .Cart_ItemColorBox>*,
.Plugin_r .Cart_ItemAmtBox>* {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Plugin_r .Cart_removeItem {
    width: 18%;
    cursor: pointer;
    height: 46px;
    background-image: url('img/live/delete_icon.png');
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #D14B4B;
}
.Plugin_r .Cart_ItemSpecBox {
    display: none;
    width: 80%;
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid #E3E3E3;
}



/*結帳頁面*/
/*訂單完成頁面*/
.Plugin_r .Checkout,
.Plugin_r .Success {
    position: absolute;
    right: -28%;
    top: 2%;
    width: 20%;
    height: 96%;
    background-color: #ffffff;
    z-index: 3;
}
.Plugin_r .Checkout_Main,
.Plugin_r .Success_Main {
    height: 100%;
    padding: 10px 5px 10px 10px;
    box-sizing: border-box;
    overflow: auto;
}
.Plugin_r .Checkout_Title,
.Plugin_r .Success_Title {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 1.3em;
    font-weight: bold;
}
.Plugin_r .Checkout_itemList>p{
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}
.Plugin_r .Checkout_ItemDescBox {
    width: 80%;
    background-color: #2B2B2B;
    border-radius: 5px;
    padding: 2px 8px 4px;
    box-sizing: border-box;
    margin-right: 2%;
    cursor: pointer;
}
.Plugin_r .Checkout_ItemDescBox>*,
.Plugin_r .Checkout_ItemSpecBox>*{
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Plugin_r .Checkout_FeeBox>* {
    line-height: 20px;
    overflow: hidden;
}
.Plugin_r .Checkout_ItemSpecBox {
    position: relative;
    top: 0;
    left: 4%;
    display: none;
    width: 74%;
    min-height: 2%;
    padding: 4px;
    box-sizing: border-box;
    z-index: 0;
    background-color: #4C4C4C;
}
.Plugin_r .Checkout_removeItem {
    width: 15%;
    cursor: pointer;
    height: 46px;
    background-image: url(img/live/trashcan.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2b2b2b;
    border-radius: 5px;
}
.Plugin_r .Checkout_FeeBox {
    background-color: #e3e3e3;
    padding: 6px;
    box-sizing: border-box;
    width: 80%;
}
.Plugin_r .Checkout_TotalBox {
    border-top: 2px solid #E3E3E3;
    padding-top: 10px;
    margin-top: 10px;
}
.Plugin_r .Checkout_FeeTitle,
.Plugin_r .Checkout_TotalTitle {
    float: left;
}
.Plugin_r .Checkout_Fee,
.Plugin_r .Checkout_Total {
    float: right;
}
.Plugin_r .Checkout_Confirm {
    display: block;
    background-color: #FF821E;
    padding: 4px;
    text-align: center;
    margin: 10px auto auto auto;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}
.Plugin_r .Checkout_Abort {
    background-color: #5F5F5F;
    display: block;
    padding: 4px;
    text-align: center;
    margin: 10px auto auto auto;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}
.Plugin_r .Checkout_PaymentForm {
    font-size: 11px;
    padding: 6px;
    box-sizing: border-box;
    font-size: 11px;
    background: #E3E3E3;
    margin-bottom: 10px;
}
.Plugin_r .Checkout_FormItem {
    width: 100%;
    margin-bottom: 8px;
}
.Plugin_r .Checkout_FormItem:last-child {
    margin-bottom: 0px;
}
.Plugin_r .Checkout_FormItem>* {
    float: left;
}
.Plugin_r .Checkout_FormItemTitle {
    width: 30%;
}

/* 訂購人資訊 */
.Plugin_r .Checkout_SubscribeTitle {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 1.3em;
    font-weight: bold;
}
.Plugin_r .Checkout_SubscribeForm {
    padding: 6px;
    padding-bottom: 0px;
    box-sizing: border-box;
    font-size: 11px;
    background: #E3E3E3;
    margin-bottom: 10px;
}
.Plugin_r .Checkout_SubscribeForm:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.Plugin_r .Checkout_SubscribeItem {
    width: 30%;
    display: block;
    float: left;
    font-size: 13px;
    margin-bottom: 8px;
}
.Plugin_r .Checkout_SubscribeInput {
    width: 69.999%;
    padding-left: 2px;
    border: none;
    float: left;
    margin-bottom: 8px;
}
.Plugin_r .Checkout_SubscribeRemind {
    margin-bottom: 10px;
}
/* 會員註冊 */
.Plugin_r .RegistratorBox {
    font-size: 11px;
    vertical-align: center;
}
.Plugin_r .RegistratorForm {
    background-color: #e3e3e3;
    padding: 6px;
    padding-bottom: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.Plugin_r .RegistratorForm:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.Plugin_r .RegistratorInput{
    width: 60%;
    padding-left: 2px;
    border: none;
    float: left;
    margin-bottom: 8px;
}
.Plugin_r .RegistratorItem{
    width: 40%;
    display: block;
    float: left;
    font-size: 13px;
    margin-bottom: 8px;
}
.Plugin_r .RegistratorCheck {
    height: 20px;
    width: 20px;
    background-color: #E3E3E3;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 4px;
    transition: all 0.3s;
}
.Plugin_r .RegistratorCheck:hover {
    background-color: rgb(185, 181, 181);
}
.Plugin_r .RegistratorCheck_Word, .Plugin_r .RegistratorCheck_Link{
    vertical-align: top;
    line-height: 20px;
}

.Plugin_r .Success_Text {
    text-align: center;
    margin-bottom: 10px;
}
.Plugin_r .Success_OrderId>*,
.Plugin_r .Success_Date>*,
.Plugin_r .Success_OrderTotal>*,
.Plugin_r .Success_Payment>*,
.Plugin_r .Success_ReceiverName>*,
.Plugin_r .Success_ReceiverAddr>*,
.Plugin_r .Success_ReceiverTel>*,
.Plugin_r .Success_ReceiverMail>* {
    margin-bottom: 8px;
    float: left;
}
.Plugin_r .Success_Payment>*,
.Plugin_r .Success_ReceiverMail>* {
    margin-bottom: 0;
}
.Plugin_r .Success_Order,
.Plugin_r .Success_Receiver {
    background-color: #E3E3E3;
    padding: 5px;
    margin-bottom: 10px;
    color: #1C1C1C;
}
.Plugin_r .Success_Btn {
    display: block;
    background-color: #FF821E;
    color: #FFF;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 4px;
}


.Plugin_r input.inputs {
    width: 69.99%;
    border: none;
    padding-left: 2px;
}

.Plugin_r .Checkout_Member,
.Plugin_r .Checkout_Alert {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1%;
    box-sizing: border-box;
}

/* The container */
.Plugin_r .Checkout_PaymentName,
.Plugin_r .Checkout_DeliveryName,
.Plugin_r .Member_JoinTOSLabel {
    font-size: 13px;
    line-height: 20px;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Plugin_r .Checkout_SubPayment:first-of-type{
    margin-top: 10px;
}
/* Hide the browser's default checkbox */
.Plugin_r .Checkout_PaymentName input,
.Plugin_r .Checkout_DeliveryName input,
.Plugin_r .Member_JoinTOSLabel input{
    position: absolute;
    opacity: 0;
}
/* Create a custom checkbox */
.Plugin_r .Checkout_PaymentRadioSpan,
.Plugin_r .Checkout_DeliveryRadioSpan,
.Plugin_r .Member_JoinTOSCheck {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #E3E3E3;
}
/* On mouse-over, add a grey background color */
.Checkout_PaymentName:hover input ~ .Checkout_PaymentRadioSpan,
.Checkout_DeliveryName:hover input ~ .Checkout_DeliveryRadioSpan,
.Member_JoinTOSLabel:hover input ~ .Member_JoinTOSCheck {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.Checkout_PaymentName input:checked ~ .Checkout_PaymentRadioSpan,
.Checkout_DeliveryName input:checked ~ .Checkout_DeliveryRadioSpan,
.Member_JoinTOSLabel input:checked ~ .Member_JoinTOSCheck {
    background-color: #E3E3E3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.Checkout_PaymentRadioSpan:after,
.Checkout_DeliveryRadioSpan:after,
.Member_JoinTOSCheck:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.Checkout_PaymentName input:checked ~ .Checkout_PaymentRadioSpan:after,
.Checkout_DeliveryName input:checked ~ .Checkout_DeliveryRadioSpan:after,
.Member_JoinTOSLabel input:checked ~ .Member_JoinTOSCheck:after {
    display: block;
}
/* Style the checkmark/indicator */
.Checkout_PaymentName .Checkout_PaymentRadioSpan:after,
.Checkout_DeliveryName .Checkout_DeliveryRadioSpan:after,
.Member_JoinTOSLabel .Member_JoinTOSCheck:after {
    left: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    background: #FF821E;
}

/*會員登入*/
/*忘記密碼*/
/*會員註冊*/
.Plugin_r .Member_LoginBox,
.Plugin_r .Member_Lost,
.Plugin_r .Member_Join,
.Plugin_r .Checkout_AlertError {
    display: none;
    position: relative;
    top: 20%;
    background-color: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    width: 42%;
    margin: auto;
}
.Plugin_r .Member_LoginTitle,
.Plugin_r .Member_LostTitle,
.Plugin_r .Member_JoinTitle {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
}
.Plugin_r .Member_LoginInputBox,
.Plugin_r .Member_JoinInputBox {
    padding: 0 30px;
    box-sizing: border-box;
}
.Plugin_r .Member_LoginAccountTitle,
.Plugin_r .Member_LoginPswTitle,
.Plugin_r .Member_LostEmailTitle,
.Plugin_r .Member_JoinAccountTitle,
.Plugin_r .Member_JoinPswTitle,
.Plugin_r .Member_JoinEmailTitle,
.Plugin_r .Member_JoinPsw2Title {
    width: 65px;
    line-height: 25px;
    overflow: hidden;
}
.Plugin_r .Member_JoinTOSContent{
    margin-left: 65px;
}
.Plugin_r .Member_Insert>*,
.Plugin_r .Member_LostInputBox>*{
    float: left;
    height: 25px;
}
.Plugin_r .Member_Insert,
.Plugin_r .Member_LostInputBox{
    margin: 10px 0;
    height: 25px;
}
.Plugin_r .Member_LoginAccountInput,
.Plugin_r .Member_LoginPswInput,
.Plugin_r .Member_LostEmailInput,
.Plugin_r .Member_JoinAccountInput,
.Plugin_r .Member_JoinEmailInput,
.Plugin_r .Member_JoinPswInput,
.Plugin_r .Member_JoinPsw2Input {
    width: calc(100% - 65px);
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    padding: 0 5px;
    outline: 0;
}
.Plugin_r .Member_LoginBtnGroup {
    width: calc(100% - 30px - 30px);
    margin-left: 30px;
    margin-top: 15px;
}
.Plugin_r .Member_LoginBtnJoin,
.Plugin_r .Member_LoginBtnLostPsw,
.Plugin_r .Member_LoginSubmit,
.Plugin_r .Member_LoginFBSubmit,
.Plugin_r .Member_LoginBtnFirstTime {
    background-color: #FF821E;
    display: block;
    margin: auto;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 4px;
    margin-top: 6px;
    outline: none;
    color: #FFF;
}
.Plugin_r .Member_LoginSubmit{
    width: calc(100% - 65px);
    margin-left: 65px;
}
.Plugin_r .Member_LoginFBSubmit {
    background-color: #39579A;
}
.Plugin_r .Member_LoginOther{
    margin-top: 6px;
}
.Plugin_r .Member_LoginBtnJoin,
.Plugin_r .Member_LoginBtnLostPsw {
    text-align: center;
    margin-top: 0;
    cursor: pointer;
    display: inline-block;
    width: calc(50% - 6px);
    background-color: #5F5F5F;
}
.Plugin_r .Member_LoginBtnJoin{
    width: 50%;
    margin-left: 6px;
    background-color: #D14B4B;
}
.Plugin_r .Member_close,
.Plugin_r .Checkout_AlertErrorClose {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    background-image: url('img/live/closeWindow.png');
    background-position: center 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.Plugin_r .Member_LostMain{
    padding: 0 20px;
}
.Plugin_r .Member_JoinAccount>*,
.Plugin_r .Member_JoinEmail>*,
.Plugin_r .Member_JoinPsw>*,
.Plugin_r .Member_JoinPsw2>* {
    float: left;
}
.Plugin_r .Member_LostSubmit,
.Plugin_r .Member_JoinSubmit {
    background-color: #FF821E;
    color: #FFF;
    border: none;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 3px 15px;
}
/*提示彈出視窗*/
.Plugin_r .Checkout_Alert{
    z-index: 6;
}
.Plugin_r .Checkout_AlertError {
    top: 30%;
    display: block;
    width: 37%;
}
.Plugin_r .Checkout_AlertErrorImg {
    margin: 0 auto;
    background-image: url('img/live/oops.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 8%;
    width: 20%;
}
.Plugin_r .Checkout_AlertErrorText {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
}








.Plugin_r .PlayControl {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.Plugin_r .effectBox {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #00000080;
}
.Plugin_r .effectGif {
    width: 100%;
    height: auto;
}

.Plugin_r .clearFix:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.Plugin_r .delLine{
    text-decoration:line-through;
}


.Plugin_r ::-webkit-scrollbar { /* addresses the background of the bar itself. It is usually covered by the other elements */
    width: 10px;
}
.Plugin_r ::-webkit-scrollbar-track { /* addresses the empty space “below” the progress bar */
    background-color: #FFF;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}
.Plugin_r ::-webkit-scrollbar-thumb { /* addresses the draggable scrolling element that resizes depending on the size of the scrollable element */
    background-color: #ff821e;
    border: 2px solid #FFF;
    /* border-radius: 5px; */
}

.Plugin_r ::-webkit-scrollbar-button {} /* addresses the directional buttons on the scrollbar */
.Plugin_r ::-webkit-scrollbar-track-piece {} /* is the top-most layer of the the progress bar not covered by the draggable scrolling element (thumb) */
.Plugin_r ::-webkit-scrollbar-corner {} /* addresses the (usually) bottom corner of the scrollable element, where two scrollbars might meet */
.Plugin_r ::-webkit-resizer {} /* addresses the draggable resizing handle that appears above the scrollbar-corner at the bottom corner of some elements */



/* 直播結束提醒封面 */
.Plugin_LiveEndCover{
    width: 100%;
    height: 100%;
    background-image: url(img/live/live_end_cover.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}



/* Plugin 影片封面 */
.Plugin_Cover{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.Plugin_CoverPlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.Plugin_CoverPlayIcon{
    width: 67px;
    height: 67px;
    background: rgba(255, 255, 255, 0.0);
    background-image: url(../../../images/media/play-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - (67px / 2));
    left: calc(50% - (67px / 2));
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.Plugin_CoverPlayIcon:hover{
    background: rgba(255, 255, 255, 0.65);
    background-image: url(../../../images/media/play-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}



/*
@media screen and (min-width: 992px) {
    .Plugin_r .SingleBox_Title {
        font-size: 15px;
        line-height: 18px;
    }
}

@media screen and (max-width: 991px) {
    .Plugin_r .SingleBox_Title {
        font-size: 11pt;
        line-height: 14pt;
    }
    .Plugin_r .RightBar_SlideBoxTitle{
        margin-top: 1%;
        margin-left: 1%;
        font-size: 2vw;
        line-height: 3vw;
    }
    .Plugin_r .RightBar_SlideBoxPrice{
        margin-top: 1%;
        margin-left: 1%;
        font-size: 2vw;
        line-height: 3vw;
    }
    .Plugin_r .RightBar_SlideBoxBtn{
        padding: 0.5% 2%;
    }
}

@media screen and (max-width: 700px) {
    .Plugin_r .SingleBox_Title {
        height: 30px;
        font-size: 9pt;
        line-height: 15px;
    }
    .Plugin_r .close_RightBar{
        width: 15px;
        height: 28px;
    }
}
*/

@media screen and (max-width: 464px) {
    #mobile_plugin img{
        width: auto;
        height: 100%;
        /* vertical-align: bottom; */
        position: relative;
    }

    #player{
        overflow: visible;
    }
    #player #plugin,
    #player_div #plugin{
        display: none;
    }
    #player #mobile_plugin,
    #player_div #mobile_plugin {
        position: absolute;
        width: 100%;
        z-index: 10;
        top: 56.25vw;
        overflow: visible;
        height: calc(100vh - 56.25vw); /* 沒有 basic 的高度 */
        height: calc(100vh - 56.25vw - 63px);
        background-color: #FFF;
        display: block;
    }


    #mobile_plugin .Mobile_PlayControl{
        width: 100%;
        height: 56.25vw;
        position: absolute;
        top: -56.25vw;
        left: 0;
        overflow: hidden;
    }
    #mobile_plugin .Mobile_EmojiBox{
        position: absolute;
        width: 10%;
        height: 100%;
    }
    #mobile_plugin .Mobile_ItemSlide{
        width: 57px;
        height: 57px;
        position: absolute;
        top: 20px;
        right: -57px;
        background: rgba(255,255,255,0.40);
        padding: 5px;
    }
    #mobile_plugin .Mobile_ItemSlideImg{
        width: 100%;
        height: 100%;
        border-radius: 10px;
        box-sizing: border-box;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #mobile_plugin .MobileItems,
    #mobile_plugin .MobileCart,
    #mobile_plugin .MobileDelivery,
    #mobile_plugin .MobilePayment,
    #mobile_plugin .MobileInsert,
    #mobile_plugin .MobileOrder,
    #mobile_plugin .MobileMember_Login,
    #mobile_plugin .MobileMember_Lost,
    #mobile_plugin .MobileMember_Join,
    #mobile_plugin .MobileChatroom,
    #mobile_plugin .MobileInfo{
        padding: 0 10px 10px 10px;
        width: 100%;
        height: calc(100% - 53px);
        overflow: auto;
        position: absolute;
        z-index: 3;
        top: 53px;
        box-sizing: border-box;
    }

    #mobile_plugin .MobileBottom{
        position: absolute;
        width: 100%;
        height: 53px;
        padding: 10px;
        z-index: 3;
        background-color: #FFF;
    }
    #mobile_plugin .MobileBottom_Btn{
        position: relative;
        width: 33.33%;
        height: 33px;
        line-height: 33px;
        background-color: #E3E3E3;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        font-size: 18px;
        color: #B2B2B2;
        letter-spacing: 0.02px;
        padding-top: 4px;
    }
    #mobile_plugin .MobileBottom_Btn.active{
        background-color: #FF821F;
        color: #FFF;
    }
    #mobile_plugin .MobileBottom_Btn.info::before{
        content: url('img/live/Information_o_icon.png');
    }
    #mobile_plugin .MobileBottom_Btn.active.info::before{
        content: url('img/live/Information_w_icon.png');
    }
    #mobile_plugin .MobileBottom_Btn.chat::before{
        content: url('img/live/talking_o_icon.png');
    }
    #mobile_plugin .MobileBottom_Btn.active.chat::before{
        content: url('img/live/talking_w_icon.png');
    }
    #mobile_plugin .MobileBottom_Btn.item::before{
        content: url('img/live/sale_o_icon.png');
    }
    #mobile_plugin .MobileBottom_Btn.active.item::before{
        content: url('img/live/sale_w_icon.png');
    }
    #mobile_plugin .MobileBottom_Btn.cart::before{
        content: url('img/live/cart_o_icon.png');
    }
    #mobile_plugin .MobileBottom_Btn.active.cart::before{
        content: url('img/live/cart_w_icon.png');
    }
    #mobile_plugin .MobileBottom_Btn.cart{
        display: none;
    }
    #mobile_plugin .MobileBottom_ItemCount,
    #mobile_plugin .MobileBottom_CartCount{
        position: absolute;
        min-width: 18px;
        height: 18px;
        padding: 3px;
        line-height: 12px;
        top: -7px;
        right: 15px;
        float: right;
        border-radius: 25px;
        background-color: #D14B4B;
        font-size: 11px;
        text-align: center;
        color: #FFF;
        visibility: hidden;
    }

    #mobile_plugin .MobileInfo>*{
        padding-bottom: 10px;
    }
    #mobile_plugin .MobileInfo_Title{
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
    }
    #mobile_plugin .MobileInfo_Store{
        background: #F8B301;
        color: #FFF;
        float: left;
        font-size: 16px;
        padding: 5px;
    }
    #mobile_plugin .MobileInfo_Date{
        font-size: 17px;
        color: #B2B2B2;
        text-align: right;
    }
    #mobile_plugin .MobileInfo_Desc{
        font-size: 15px;
    }
    #mobile_plugin .MobileInfo_ShareBox{
        text-align: right;
    }
    #mobile_plugin .MobileInfo_ShareButton{
        width: 31px;
    	height: 31px;
    	background-size: contain;
    	background-position: center;
    	background-repeat: no-repeat;
    	border: none;
    	border-radius: 50%;
    	vertical-align: bottom;
    	margin-left: 20px;
    	cursor: pointer;
    	outline: none;
        display: inline-block;
    }
    #mobile_plugin #do-fav-btn{
    	background-image: url(../../../images/media/un-favorite-icon.png);
    }
    #mobile_plugin #cancel-fav-btn{
    	background-image: url(../../../images/media/favorite-icon.png);
    }
    #mobile_plugin #twitter-btn{
    	background-image: url(../../../images/media/Twitter-icon.png);
    }
    #mobile_plugin #facebook-btn{
    	background-image: url(../../../images/media/Facebook-icon.png);
    }
    #mobile_plugin #line-btn{
    	background-image: url(../../../images/media/LINE-icon.png);
    }
    #mobile_plugin #embed-btn{
    	background-image: url(../../../images/media/embed-code-icon.png);
    }
    #mobile_plugin #report-btn{
    	background-image: url(../../../images/media/Report-icon.png);
    }


    #mobile_plugin .MobileChatroom{
        position: absolute;
        z-index: 3;
    }
    #mobile_plugin .MobileChatroom .Host{
        color: #FFF;
        padding: 4px 9px;
    }
    #mobile_plugin .MobileChatroom .Other{
        color: #1C1C1C;
    }
    #mobile_plugin .MobileChatroom .Effect{
        background-color: #757575;
    }
    #mobile_plugin .MobileChatroom .User{
        color: #f86700;
    }
    #mobile_plugin .MobileChatroom .Other,
    #mobile_plugin .MobileChatroom .Host,
    #mobile_plugin .MobileChatroom .User{
        margin-bottom: 10px;
        font-size: 15px;
        margin-left: 0;
        line-height: 15px;
    }
    #mobile_plugin .MobileChatroom_MessageBox{
        height: calc(100% - 10px - 35px - 10px - 80px);
        overflow: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #mobile_plugin .MobileChatroom_Bottom{
        position: fixed;
        width: 100%;
        padding: 10px;
        height: 55px;
        box-sizing: border-box;
        bottom: 0;
        left: 0;
        background-color: #FFFFFF;
        z-index: 1;
        border-top: 1px solid #e3E3E3;
    }
    #mobile_plugin .MobileChatroom_Bottom>*{
        float: left;
        height: 100%;
        border: 0;
        font-size: 18px;
        outline: 0;
        color: #FFF;
        margin-left: 10px;
    }
    #mobile_plugin .MobileChatroom_Bottom>*:first-child{
        margin-left: 0;
    }
    #mobile_plugin .MobileChatroom_Bottom>button{
        width: 65px;
        background: #FF821F;
        padding: 8px;
    }
    #mobile_plugin .MobileChatroom_Bottom>button::before{
        content: url('img/live/send_w_icon.png');
    }
    #mobile_plugin .MobileChatroom_Bottom>button:active{
        background: #000;
    }
    #mobile_plugin .MobileChatroom_Bottom>input{
        width: calc(100% - 10px - 65px - 10px - 35px);
        padding-left: 7px;
        border: 1px solid #E3E3E3;
        color: #1C1C1C;
    }
    #mobile_plugin .MobileChatroom_BottomEmoji{
        width: 35px;
        background-image: url('img/effect/animation_rwd_button.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    #mobile_plugin .MobileChatroom_BottomEmoji:active{
        background-size: contain;
    }

    #mobile_plugin .MobileChatroom .MobileItems_ItemBox {
        margin-top: 0;
    }


    #mobile_plugin .MobileItems_CartImgBox{
        width: 80px;
        height: 100%;
        background-color: #E3E3E3;
        background-image: url('img/live/cart_orange_icon.png');
        background-position: center;
        background-repeat: no-repeat;
    }
    #mobile_plugin .MobileCart .MobileItems_CartImgBox{
        background-image: url('img/live/back_menu_icon.png');
    }
    #mobile_plugin .MobileItems_CartTitle,
    #mobile_plugin .MobileItems_CartCount{
        line-height: 58px;
        font-size: 18px;
        float: left;
    }
    #mobile_plugin .MobileItems_CartCount{
        float: right;
    }
    #mobile_plugin .MobileItems_ItemImgBox,
    #mobile_plugin .Cart_ItemImgBox {
        width: 80px;
        height: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #ff821f;
        font-size: 21pt;
        color: #ffffff;
        line-height: 35px;
        text-align: center;
    }
    #mobile_plugin .MobileItems_ItemImgBox img,
    #mobile_plugin .Cart_ItemImg {
        width: 100%;
    }
    #mobile_plugin .MobileItems_ItemDescBox {
        width: calc(100% - 80px);
        padding: 10px;
        box-sizing: border-box;
    }
    #mobile_plugin .MobileItems_ItemTitle,
    #mobile_plugin .Cart_ItemTitle{
        font-size: 18px;
        color: #1C1C1C;
        letter-spacing: 0;
        line-height: 28px;
        height: 28px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #mobile_plugin .MobileItems_ItemPrice,
    #mobile_plugin .Cart_ItemPrice{
        font-size: 24px;
        color: #D14B4B;
        letter-spacing: 0;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #mobile_plugin .MobileItems_ItemBox,
    #mobile_plugin .Cart_ItemDescBox{
        width: 100%;
        height: 80px;
        box-sizing: border-box;
        cursor: pointer;
        border: 1px solid #E3E3E3;
    }
    #mobile_plugin .MobileItems_Box{
        margin-top: 10px;
    }
    #mobile_plugin .MobileItems_Box:first-of-type {
        margin-top: 0;
    }
    #mobile_plugin .MobileItems_ItemBox>*{
        float: left;
    }
    #mobile_plugin .MobileItems_ItemDetail>* {
        margin-bottom: 2.5%;
    }
    #mobile_plugin .MobileItems_ItemDetailBox {
        /* margin-left: 80px; */
        margin-top: 5px;
        display: none;
        max-height: 200px;
        overflow: hidden;
    }
    #mobile_plugin .MobileItems_ItemDetail{
        background-color: #E3E3E3;
        width: calc(100% - 80px);
        box-sizing: border-box;
        padding: 10px;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 80px;
        max-height: 200px;
        float: left;
    }
    #mobile_plugin .MobileItems_ItemDetailBuy{
        background-color: #FF821F;
        color: #FFF;
        font-size: 21pt;
        line-height: 35px;
        width: 80px;
        height: 80px;
        border: 0;
        float: left;
    }
    #mobile_plugin .MobileItems_ItemDetailBox .Mobile_ItemDetailAddCart {
        background-color: #D14B4B;
        border: none;
        width: calc(100% - 50px);
        cursor: pointer;
        padding: 1% 2%;
        outline: none;
        color: white;
        float: right;
        margin-bottom: 0;
        display: none;
    }
    #mobile_plugin .MobileItems_ItemDetailBox .Mobile_ItemDetailAddCart:active{
        background-color: #828282;
    }
    #mobile_plugin .MobileItems_ItemDetailDesc{
        word-break: break-all;
    }
    #mobile_plugin .MobileItems_ItemDetailSpecTitle,
    #mobile_plugin .MobileItems_ItemDetailAmtTitle{
        float: left;
        line-height: 25px;
    }
    #mobile_plugin .MobileItems_ItemDetailSpecSelect,
    #mobile_plugin .MobileItems_ItemDetailAmtValue {
        border: none;
        width: calc(100% - 50px);
        height: 25px;
        float: right;
        border: 1px solid #E3E3E3;
        display: block;
        text-align: center;
    }
    #mobile_plugin .MobileItems_ItemDetailSpecOption:hover,
    #mobile_plugin .MobileItems_ItemDetailSpecSelect:hover ~ .MobileItems_ItemDetailSpecOption{
        display: block;
    }
    #mobile_plugin .MobileItems_ItemDetailSpecOption{
        width: calc(100% - 50px);
        position: absolute;
        display: none;
        right: 0;
        padding-top: 25px;
        z-index: 2;
    }
    #mobile_plugin .MobileItems_ItemDetailSpecOption div{
        background-color: #FFF;
        border-bottom: 1px solid #E3E3E3;
        border-left: 1px solid #E3E3E3;
        border-right: 1px solid #E3E3E3;
        padding: 1px 3px;
        cursor: pointer;
        height: 25px;
        line-height: 25px;
    }
    #mobile_plugin .MobileItems_ItemDetailSpecOption div:hover,
    #mobile_plugin .MobileItems_ItemDetailSpecOption div.active {
        background-color: #ff821e;
    }
    #mobile_plugin .MobileItems_ItemDetailSpecBox{
        position: relative;
        display: none;
    }
    #mobile_plugin .MobileItems_ItemDetailAmtBox{
        display: none;
    }
    #mobile_plugin .Cart_ItemImgBox{
        height: 80px;
        background-color: #E3E3E3;
        border: 1px solid #E3E3E3;
    }
    #mobile_plugin .Cart_ItemDescBox{
        width: calc(100% - 80px - 45px - 9px);
        margin-right: 9px;
        padding: 10px;
        background-color: #FFF;
        border-left: 0;
        margin-top: 0;
    }
    #mobile_plugin .Cart_removeItem{
        width: 45px;
        height: 80px;
    }
    #mobile_plugin .Cart_ItemSpecBox{
        width: calc(100% - 80px - 45px - 9px);
        margin-left: 80px;
        padding: 4px;
        background-color: #E3E3E3;
        margin-top: 5px;
    }

    /*#mobile_plugin .MobileItems,*/
    #mobile_plugin .MobileCart,
    #mobile_plugin .MobileDelivery,
    #mobile_plugin .MobilePayment,
    #mobile_plugin .MobileInsert,
    #mobile_plugin .MobileOrder,
    #mobile_plugin .MobileChatroom,
    #mobile_plugin .MobileInfo{
        display: none;
    }
    #mobile_plugin .MobileCart_Title,
    #mobile_plugin .MobileDelivery_Title,
    #mobile_plugin .MobilePayment_Title,
    #mobile_plugin .MobileInsert_Title,
    #mobile_plugin .MobileOrder_Title{
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 20px;
    }
    #mobile_plugin .MobileCart_ItemList:first-child{
        margin-top: 0;
    }
    #mobile_plugin .MobileCart_ItemList{
        margin-top: 10px;
    }
    #mobile_plugin .MobileCart_ItemList>p{
        margin: 20px;
        font-size: 18px;
    }
    #mobile_plugin .MobileDelivery_NextSubmit,
    #mobile_plugin .MobilePayment_NextSubmit,
    #mobile_plugin .MobileInsert_Submit{
        background-color: #D14B4B;
        text-align: center;
        margin: 10px auto auto auto;
        cursor: pointer;
        font-size: 18px;
        color: #FFF;
        padding: 10px;
        width: 100px;
    }


    #mobile_plugin .MobileDelivery_Box,
    #mobile_plugin .MobilePayment_Box{
        width: 60%;
        padding: 3%;
        margin: 15px auto 0;
    }
    #mobile_plugin .MobileDelivery_FeeBox{
        width: 80%;
        border-top: 2px solid #B2B2B2;
        padding: 3%;
        margin: 15px auto 0;
    }
    #mobile_plugin .MobilePayment_Box{
        width: 80%;
        font-weight: bolder;
        border-top: 2px solid #B2B2B2;
    }
    #mobile_plugin .MobileDelivery_Box *,
    #mobile_plugin .MobileDelivery_FeeBox *,
    #mobile_plugin .MobilePayment_Box *{
        font-size: 18px;
    }
    #mobile_plugin .MobileDelivery_Content,
    #mobile_plugin .MobilePayment_Content,
    #mobile_plugin .MobileMember_JoinTOSContent{
        margin: 0 0 20px 0;
        position: relative;
    }
    #mobile_plugin .MobilePayment_Sub {
        margin-left: 25px;
    }
    #mobile_plugin .MobileDelivery_Content:last-of-type,
    #mobile_plugin .MobilePayment_Content:last-of-type,
    #mobile_plugin .MobileMember_JoinTOSContent {
        margin-bottom: 0;
    }
    #mobile_plugin .MobileDelivery_Content>*,
    #mobile_plugin .MobilePayment_Content>*,
    #mobile_plugin .MobileMember_JoinTOSContent>*{
        margin: 0;
        height: 20px;
        display: block;
    }
    #mobile_plugin .MobileDelivery_Content input[type=radio],
    #mobile_plugin .MobilePayment_Content input[type=radio],
    #mobile_plugin .MobileMember_JoinTOSContent input[type=checkbox]{
        visibility: hidden;
        width: 20px;
        float: left;
        margin-right: 4px;
    }
    #mobile_plugin .MobileDelivery_Content label,
    #mobile_plugin .MobilePayment_Content label,
    #mobile_plugin .MobileMember_JoinTOSContent label{
        position: relative;
        z-index: 1;
        float: none;
        white-space: nowrap;
        font-size: 18px;
        line-height: 20px;
        font-weight: bolder;
    }
    #mobile_plugin .MobileDelivery_Content .check,
    #mobile_plugin .MobilePayment_Content .check,
    #mobile_plugin .MobileMember_JoinTOSContent .check{
        display: block;
        position: absolute;
        border: 3px solid #AAAAAA;
        border-radius: 0%;
        height: 5vw;
        width: 5vw;
        top: 0;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
        float: none;
    }
    #mobile_plugin .MobileDelivery_Content .check::before,
    #mobile_plugin .MobilePayment_Content .check::before,
    #mobile_plugin .MobileMember_JoinTOSContent .check::before{
        display: block;
        content: '';
        border-radius: 0%;
        height: calc(5vw - 6px);
        width: calc(5vw - 6px);
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }
    #mobile_plugin .MobileDelivery_Content input[type=radio]:checked ~ .check,
    #mobile_plugin .MobilePayment_Content input[type=radio]:checked ~ .check,
    #mobile_plugin .MobileMember_JoinTOSContent input[type=checkbox]:checked ~ .check{
        border-color: #D8D8D8;
    }
    #mobile_plugin .MobileDelivery_Content input[type=radio]:checked ~ .check::before,
    #mobile_plugin .MobilePayment_Content input[type=radio]:checked ~ .check::before,
    #mobile_plugin .MobileMember_JoinTOSContent input[type=checkbox]:checked ~ .check::before{
        background-color: #FE811E;
    }
    #mobile_plugin .MobileDelivery_Content input[type=radio]:checked ~ label,
    #mobile_plugin .MobilePayment_Content input[type=radio]:checked ~ label,
    #mobile_plugin .MobileMember_JoinTOSContent input[type=checkbox]:checked ~ label{
        /* color: #D8D8D8; */
    }
    #mobile_plugin .MobileDelivery_FeeTitle,
    #mobile_plugin .MobilePayment_FeeTitle{
        float: left;
    }
    #mobile_plugin .MobileDelivery_Fee,
    #mobile_plugin .MobilePayment_Fee{
        float: right;
    }

    #mobile_plugin .MobileInsert_Box,
    #mobile_plugin .MobileOrder_Box{
        width: 100%;
        border-radius: 8px;
        margin-bottom: 20px;
    }
    #mobile_plugin .MobileInsert_InsertBox,
    #mobile_plugin .MobileOrder_InsertBox{
        margin-bottom: 10px;
        overflow: hidden;
        white-space: nowrap;
    }
    #mobile_plugin .MobileInsert_InsertBox:last-of-type,
    #mobile_plugin .MobileOrder_InsertBox:last-of-type{
        margin-bottom: 0;
    }
    #mobile_plugin .MobileInsert_InsertBox>*,
    #mobile_plugin .MobileOrder_InsertBox>*{
        display: inline-block;
        font-size: 18px;
        line-height: 40px;
        height: 40px;
    }
    #mobile_plugin .MobileInsert_Text{
        width: 100px;
        text-align: center;
    }
    #mobile_plugin .MobileInsert_Input{
        width: calc(100% - 100px);
        padding-left: 5px;
        border: 1px solid #E3E3E3;
        outline: 0;
    }

    /*
        #mobile_plugin .MobileCart_ItemDetail{
        margin-bottom: 2.5%;
        }
        #mobile_plugin .MobileCart_ItemDetailBox{
        width: 80%;
        background-color: #3a3a3a;
        border-radius: 5px;
        padding: 2%;
        cursor: pointer;
        height: 21.5vw;
        float: left;
        margin-right: 2.5%;
        }
        #mobile_plugin .MobileCart_ItemDetailTitle{
        font-size: 4.5vw;
        line-height: 5.6vw;
        margin-bottom: 2vw;
        height: 11.2vw;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        }
        #mobile_plugin .MobileCart_ItemDetailPrice{
        font-size: 4.5vw;
        }
        #mobile_plugin .MobileCart_ItemDelete{
        width: 17.5%;
        float: left;
        height: 21.5vw;
        background-color: #3a3a3a;
        border-radius: 5px;
        }
        #mobile_plugin .MobileCart_ItemDetailMore{
        background-color: #707070;
        width: 75%;
        margin-left: 2.5%;
        box-sizing: border-box;
        padding: 2% 3%;
        max-height: 200px;
        overflow-x: auto;
        display: none;
        float: left;
        }
        #mobile_plugin .MobileCart_ItemDetailMore>* {
        color: #d8d8d8;
        margin-bottom: 2.5%;
        }
        #mobile_plugin .MobileCart_ItemDetailDesc{
        word-break: break-all;
        }
        #mobile_plugin .MobileCart_ItemStyleTitle,
        #mobile_plugin .MobileCart_ItemAmountTitle{
        margin-right: 5px;
        float: left;
        }
        #mobile_plugin .MobileCart_ItemStyleValue,
        #mobile_plugin .MobileCart_ItemAmountValue{
        float: left;
        background: #4C4C4C;
        min-width: 50%;
        text-align: center;
        }
    */

    #mobile_plugin .MobileMember_Login,
    #mobile_plugin .MobileMember_Lost,
    #mobile_plugin .MobileMember_Join{
        display: none;
        background-color: #FFF;
    }
    #mobile_plugin .MobileMember_LoginTitle,
    #mobile_plugin .MobileMember_LostTitle,
    #mobile_plugin .MobileMember_JoinTitle{
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
    }
    #mobile_plugin .MobileMember_Insert{
        margin: 10px 0;
        height: 40px;
    }
    #mobile_plugin .MobileMember_Insert>* {
        float: left;
        font-size: 3.5vw;
        font-size: 18px;
        line-height: 40px;
    }
    #mobile_plugin .MobileMember_LoginAccountTitle,
    #mobile_plugin .MobileMember_LoginPswTitle{
        width: 70px;
    }
    #mobile_plugin .MobileMember_JoinAccountTitle,
    #mobile_plugin .MobileMember_JoinEmailTitle,
    #mobile_plugin .MobileMember_JoinPswTitle,
    #mobile_plugin .MobileMember_JoinPsw2Title,
    #mobile_plugin .MobileMember_LostEmailTitle {
        width: 100px;
    }
    #mobile_plugin .MobileMember_LoginAccountInput,
    #mobile_plugin .MobileMember_LoginPswInput,
    #mobile_plugin .MobileMember_LostEmailInput,
    #mobile_plugin .MobileMember_JoinAccountInput,
    #mobile_plugin .MobileMember_JoinEmailInput,
    #mobile_plugin .MobileMember_JoinPswInput,
    #mobile_plugin .MobileMember_JoinPsw2Input {
        width: calc(100% - 70px);
        border: 1px solid #E3E3E3;
        height: 100%;
        padding-left: 7px;
    }
    #mobile_plugin .MobileMember_LostEmailInput,
    #mobile_plugin .MobileMember_JoinAccountInput,
    #mobile_plugin .MobileMember_JoinEmailInput,
    #mobile_plugin .MobileMember_JoinPswInput,
    #mobile_plugin .MobileMember_JoinPsw2Input{
        width: calc(100% - 100px);
    }
    #mobile_plugin .MobileMember_LoginBtnGroup{
        padding: 10px 30px;
    }
    #mobile_plugin .MobileMember_LoginSubmit,
    #mobile_plugin .MobileMember_LoginFBSubmit,
    #mobile_plugin .MobileMember_LostSubmit,
    #mobile_plugin .MobileMember_JoinSubmit {
        display: block;
        cursor: pointer;
        width: 100%;
        border: none;
        margin-bottom: 15px;
        font-size: 18px;
        padding: 5px;
        outline: none;
        background-color: #FF821E;
        color: #FFF;
    }
    #mobile_plugin .MobileMember_LostSubmit,
    #mobile_plugin .MobileMember_JoinSubmit{
        width: 100px;
        margin: auto;
        background-color: #D14B4B;
    }
    #mobile_plugin .MobileMember_LoginFBSubmit{
        background-color: #3B5998;
    }
    #mobile_plugin .MobileMember_close {
        position: absolute;
        top: 0;
        right: 10px;
        height: 26px;
        width: 26px;
        cursor: pointer;
        background-image: url('img/live/closeWindow.png');
        background-position: center 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #mobile_plugin .MobileMember_LostText,
    #mobile_plugin .MobileMember_JoinText {
        width: 60%;
        margin: 15px auto;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    #mobile_plugin .MobileMember_LoginBtnJoin,
    #mobile_plugin .MobileMember_LoginBtnLostPsw {
        display: inline-block;
        background-color: #5F5F5F;
        margin: auto;
        font-size: 18px;
        cursor: pointer;
        width: 100%;
        border: none;
        outline: none;
        color: #FFF;
        text-align: center;
        padding: 5px;
        line-height: 24px;
        width: calc(50% - 8px);
    }
    #mobile_plugin .MobileMember_LoginBtnJoin{
        background-color: #D14B4B;
        margin-right: 16px;
    }
    #mobile_plugin .MobileMember_LoginBtnJoin::before{
        content: url('img/live/shop_s_icon.png');
        margin-right: 5px;
    }

    #mobile_plugin .MobileAlert{
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(66, 66, 66, 0.6);
    }
    #mobile_plugin .MobileAlert_Box{
        position: absolute;
        left: 10%;
        top: 15px;
        margin: 0 auto;
        background: rgba(231,233,237,0.95);
        border-radius: 27px;
        width: 80%;
    }
    #mobile_plugin .MobileAlert_Box *{
        font-size: 4vw;
        line-height: 5vw;
        font-weight: bold;
    }
    #mobile_plugin .MobileAlert_Content{
        padding: 6vw;
        text-align: center;
        color: #000000;
        word-break: break-all;
    }
    #mobile_plugin .MobileAlert_SelectLeft,
    #mobile_plugin .MobileAlert_SelectRight{
        text-align: center;
        color: #0091FF;
        padding: 3vw;
        width: 50%;
        float: left;
        border-top: 1px solid #FFF;
    }
    #mobile_plugin .MobileAlert_SelectRight{
        border-left: 1px solid #FFF;
    }
    #mobile_plugin .MobileAlert_SelectBox{
        display: none;
    }


    #mobile_plugin .BottomBar_MobileBtnGroup {
        display: block;
        width: 46%;
        height: 100%;
        padding-left: 5px;
        box-sizing: border-box;
    }
    #mobile_plugin .BottomBar_MobileShowListBtn {
        display: inline-block;
        background-color: #ff821e;
        border: none;
        border-radius: 5px;
        margin-right: 5px;
        width: 46%;
        height: 100%;
    }
    #mobile_plugin .BottomBar_MobileCheckoutBtn {
        display: block;
        display: inline-block;
        background-color: #f8b300;
        border: none;
        border-radius: 5px;
        margin-right: 5px;
        width: 46%;
        height: 100%;
    }

    /* 直播主倒數計時 */
    #player .PluginMain_TimerDisplay{
        font-size: 72px;
    }
}

/* twitter size */
@media only screen and (max-width: 600px) {
    .Plugin_r .ItemDetail_SpecialPrice {
        font-size: 1em;
    }
    .Plugin_r .ItemDetail_AddToCart:before {
        width: 16px;
        height: 12px;
    }
    .Plugin_r .ItemDetail_ToShop,
    .Plugin_r .ItemDetail_Buy,
    .Plugin_r .ItemDetail_AddToCart,
    .Plugin_r .ItemDetail_Prompt {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }
    .Plugin_r .RightBar_Cart {
        margin-top: 2px;
        height: 6%;
    }
    .Plugin_r .Chatroom_TypingArea {
        bottom: 6px;
        padding-left: 4px;
        font-size: 12px;
        line-height: 20px;
        height: 20px;
    }
    .Plugin_r .Chatroom_Button {
        height: 21px;
        backgroung-size: auto 70%;
    }
    .Plugin_r .Chatroom_Message {
        height: calc(100% - 21px);
    }
    .Plugin_r .Effect {
        padding: 0;
    }
    .Plugin_r .Member_LoginAccountInput,
    .Plugin_r .Member_LoginPswInput {
        width: calc(100% - 52px);
    }
    .Plugin_r .Member_LoginAccountTitle,
    .Plugin_r .Member_LoginPswTitle {
        width: 52px;
    }
    .Plugin_r .Member_LoginInputBox,
    .Plugin_r .Member_JoinInputBox {
        padding: 0;
    }
    .Plugin_r .Member_LoginSubmit {
        width: 100%;
        margin-left: 0;
    }
    .Plugin_r .Member_LoginBtnGroup {
        width: 100%;
        margin: 0;
    }
    .Plugin_r .Member_LoginBox,
    .Plugin_r .Member_Lost,
    .Plugin_r .Member_Join,
    .Plugin_r .Checkout_AlertError {
        top: 0;
        padding: 10px;
    }
    .Plugin_r .Member_LoginTitle,
    .Plugin_r .Member_LostTitle,
    .Plugin_r .Member_JoinTitle {
        margin-top: 0;
    }
    .Plugin_r .Member_LostMain {
        padding: 0;
    }
    .Plugin_r .Member_JoinTOSContent {
        margin: 0;
    }
    .Plugin_r .Member_JoinTOSLabel {
        padding-left: 18px;
        line-height: 16px;
        font-size: 12px;
    }
    .Plugin_r .Member_JoinTOSCheck {
        height: 16px;
        width: 16px;
    }
}
