﻿#mask {
    width: 100%;
    position: absolute;
    z-index: 200;    
    opacity: 0.95;
    background-color: rgb(34, 34, 34);
    zoom: 1;
    top: 0px;
    left: 0px;
    display: none;
}
#hintdiv
{   
	width:310px;
    height:287px;
    background-color:#000;
	font-size:14px;position:absolute;
	z-index:300;display:none;
    line-height:25px;
}
#hintdiv .name{
    width:100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute; top: 88px; 
    height: 34px; line-height: 34px; 
    font-size: 16px; font-weight: 600; color: #999; 
    padding:1px 8px;
}
.pop-close {
    position: absolute; top: 0; right: 0; font-size: 12px; color: #fff; text-align: center;
    padding:3px 10px;
}
.pop-close:hover{
    background-color:red;
}
.pop-v-bg {
    position:absolute;
    background-color: rgba(0,0,0,.5);
    bottom:0;
    width: 100%;
    padding:10px 10px;
}
.pop-v-bg h1 { 
    color: #fff;
    font-size:18px;
    font-weight:500;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




/* 20180428 */
.cut {
    font-size: 14px;
    background-color: #F4F4F5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 80px;
    padding:8px 0;
}
.cut-btn {
    display:block;
    cursor: pointer;
    border-radius: 8px;
    border: #ccc 2px solid;
    padding: 12px 130px;
    margin: 0;
    color: #000;    
    font-weight: bold;
}
.cut-btn i {
    width:20px;
    height:20px;
    display:inline-block;
    border-radius: 10px;
    border: #ccc 1px solid;
    vertical-align:middle;
}
.cut-btn span {
    height:20px;
    margin-left:5px;
    font-weight:600;
}


.popup .prv:before { content:"\F104"; color:#fff; font-size:35px; }
.popup .nxt:before { content:"\F105"; color:#fff; font-size:35px; }