 
.pn.pnc {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: #787878;
    border-radius: 6px;
    padding: 0;
    background: linear-gradient(165deg, #FFAC31, #f50);
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
}
.pn.pnc span {
    display: block;
    line-height: 44px;
}
.pn.pnc:active {
    opacity: 0.85;
}

 
.pg_m_video_gift main {
    background-color: #222;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -88px;
}
.vget_box {width: 90%;}
.vget_box_c { margin-bottom: -200px;}

.czvget_fltm{padding: 120px 20px 20px 20px;}
.dh_its .px{padding: 5px;}
 
.show_vipts{box-sizing: border-box; background: #fff; padding: 30px 25px !important; border-radius: 16px !important; color: #ddd !important;}
.layui-layer.show_vipts{border: none; box-shadow: none;}
.vipts_h1{color: #333;}
 
.gift-type-1 .vipts_h1{font-size: 16px; line-height: 20px; margin-bottom: 10px; height: auto;}
.show_vipts .layui-layer-btn1{background: #484848 !important; color: #fff !important;}

.show_vipts .layui-layer-content{
    height: auto !important;
}

.layui-layer-setwin .layui-layer-close1{
    background-position: 6px -36px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #666 !important;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.layui-layer-content{
    height: auto !important;
}

 
.vget_nav {
    position: absolute;
    top: 0;
    right: 10px;
    height: 60px;
    line-height: 60px;
    display: flex;
    gap: 0;
    z-index: 100;
}
.vget_nav a {
    display: inline-block;
    padding: 0 12px;
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    transition: color 0.2s;
}
.vget_nav a:hover {
    color: #fff;
}
.vget_nav a.active {
    color: #ffa96e;
}
.vget_nav a + a {
    margin-left: 2px;
}

@media (min-height: 600px) {
  .vget_box_c { margin-bottom: -220px; }
}
@media (min-height: 650px) {
  .vget_box_c { margin-bottom: -260px; }
}
@media (min-height: 700px) {
  .vget_box_c { margin-bottom: -300px; }
}
@media (min-height: 750px) {
  .vget_box_c { margin-bottom: -340px; }
}
@media (min-height: 800px) {
  .vget_box_c { margin-bottom: -380px; }
}
@media (min-height: 850px) {
  .vget_box_c { margin-bottom: -420px; }
}
@media (min-height: 900px) {
  .vget_box_c { margin-bottom: -460px; }
}
@media (min-height: 950px) {
  .vget_box_c { margin-bottom: -480px; }
}

 
.pg_m_video_gift.gift-type-2 main {
    background-color: #fdf9dd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -88px;
}
.gift-type-2 .vget_nav a {
    color: #888;
}
.gift-type-2 .vget_nav a:hover {
    color: #f50;
}
.gift-type-2 .vget_nav a.active {
    color: #9e8e77;
}
