
.t-player {
    width: 100%;
    height: 100%;
    /*min-height: 180px;*/
    position: relative;
    background: #000000;
    -webkit-user-select: none;
    overflow: hidden;
}

.t-video{
    width: 100%;
    height: 100%;
}
.t-player p, .t-player li, .t-player ul, .t-player h1,.t-player button {
    margin: 0;
    padding: 0;
    /*display:block;*/
    list-style: none;
}
.t-mask {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 10;
}
/*.t-trigger {*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*z-index:50;*/
/*}*/
/*.t-fs-console {*/
/*zoom:1.5;*/
/*}*/
/*.t-fs-console .t-control-btn .t-playing{*/
/*background:url(./img/ico_playbtn@2x.png) no-repeat center center;;*/
/*background-size:contain;*/
/*}*/
/*.t-fs-console .t-control-btn .t-pause{*/
/*background:url(./img/ico_pausebtn@2x.png) no-repeat center center;;*/
/*background-size:16px 16px;*/
/*}*/
/*.t-fs-console .t-control-btn .t-zoomout{*/
/*background:url(./img/ico_zoomout@2x.png) no-repeat center center;;*/
/*background-size:16px 16px;*/
/*}*/
/*.t-fs-console .t-settings .t-panel li{*/
/*font-size:14px;*/
/*}*/

/*.t-showmore a {*/
/*position: absolute;*/
/*top: 0px;*/
/*right: 15px;*/
/*color: #bbbbbb;*/
/*text-decoration: none;*/
/*font-size: 14px;*/
/*z-index: 20;*/
/*line-height: 35px;*/
/*}*/
.t-video-poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.t-video-poster img {
    width: 100%;
    height: 100%;
}
.t-video-player {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
.t-video-player video{
    width: 100%;
    height:100%;
    /*min-height: 180px;*/
    padding: 0px;
    margin: 0px;
    object-fit:fill;
    display: none;
    position: relative;
}
.t-video-button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 85;
}
.t-video-button .t-video-play-ico {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-image: url(../images/play_new.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/*.t-player .t-btn {*/
/*display: inline-block;*/
/*padding: 2px 8px;*/
/*margin-bottom: 0;*/
/*font-size: 12px;*/
/*line-height: 20px;*/
/*text-align: center;*/
/*vertical-align: middle;*/
/*color: #333333;*/
/*background-color: #f5f5f5;*/
/*background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);*/
/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));*/
/*background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);*/
/*background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);*/
/*background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*/
/*background-repeat: repeat-x;*/
/*border-color: #e6e6e6 #e6e6e6 #bfbfbf;*/
/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
/*border: 1px solid #bbbbbb;*/
/*border-bottom-color: #a2a2a2;*/
/*-webkit-border-radius: 3px;*/
/*-moz-border-radius: 3px;*/
/*border-radius: 3px;*/
/*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
/*-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
/*box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
/*}*/
/*.t-player .t-btn-pay {*/
/*color: #ffffff;*/
/*background-color: #ff822e;*/
/*background-image: -moz-linear-gradient(top, #ff944d, #ff6600);*/
/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff944d), to(#ff6600));*/
/*background-image: -webkit-linear-gradient(top, #ff944d, #ff6600);*/
/*background-image: -o-linear-gradient(top, #ff944d, #ff6600);*/
/*background-image: linear-gradient(to bottom, #ff944d, #ff6600);*/
/*background-repeat: repeat-x;*/
/*border-color: #ff6600 #ff6600 #b34700;*/
/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
/*}*/
/*.t-player .t-btn-major {*/
/*color: #ffffff;*/
/*background-color: #2c8ce0;*/
/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47a4f4), color-stop(5%, #2e8ee2), to(#2683d8));*/
/*background-image: -webkit-linear-gradient(#47a4f4, #2e8ee2 5%, #2683d8);*/
/*background-image: -moz-linear-gradient(top, #47a4f4, #2e8ee2 5%, #2683d8);*/
/*background-image: -o-linear-gradient(#47a4f4, #2e8ee2 5%, #2683d8);*/
/*background-image: linear-gradient(#47a4f4, #2e8ee2 5%, #2683d8);*/
/*background-repeat: repeat-x;*/
/*border-color: #ff6600 #ff6600 #b34700;*/
/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
/*}*/
.t-video-info {
    display: none;
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 35px;
    z-index: 20;
}
.t-video-info .t-title {
    position: relative;
    font-size: 14px;
    color: #bbbbbb;
    padding: 0 15px;
    z-index: 20;
    line-height: 35px;
}
/*.t-feedback {*/
/*display: none;*/
/*width: 100%;*/
/*height: 35px;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*line-height: 35px;*/
/*z-index: 60;*/
/*}*/
/*.t-message {*/
/*width: auto;*/
/*height: 35px;*/
/*padding: 0 15px;*/
/*position: relative;*/
/*z-index: 20;*/
/*color: #bbbbbb;*/
/*}*/
/*.t-message-btn {*/
/*position: absolute;*/
/*right: 15px;*/
/*top: 0px;*/
/*}*/
/*.t-message-input {*/
/*position: absolute;*/
/*right: 65px;*/
/*top: 3px;*/
/*height: 25px;*/
/*padding: 0 3px;*/
/*width: 150px;*/
/*}*/
/*.t-dashboard {*/
/*width: 100%;*/
/*height: 60px;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*z-index: 80;*/
/*}*/



.t-console {
    display:none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
}
.t-console-no-progress{
    height: 40px;
}
.t-progress {
    width: 100%;
    height: 20px;
    position: relative;
}

.t-progress-track {
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #555555;
}
.t-progress-load {
    width: 80%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #909090;
}
.t-progress-play {
    width: 30%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eb3c10;
}
.t-controls {
    width: 100%;
    height: 40px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    background: #222222;
}
.t-control-btn {
    display: block;
    width: 70px;
    height: 40px;
    background: none;
    border: none;
}
.t-control-btn em {
    display: none;
}
.t-control-btn b {
    width: 100%;
    height: 100%;
    /*width: 70px;*/
    /*height: 40px;*/
    display: block;
    background: url(../images/xplayerv4.png) no-repeat -85px 0;
}
.t-control-btn .t-playing {
    background-position: -85px 0;
}
.t-control-btn .t-pause {
    background-position: -260px 10px;
}
.t-control-btn .t-zoomin {
    background-position: -142px 11px;
}
.t-control-btn .t-zoomout {
    background-position: -206px 11px;
}
.t-play-control {
    width: 70px;
    height: 40px;
}
.t-time-display {
    width: 100px;
    line-height: 40px;
    color: #555555;
    font-size: 14px;
    text-align: center;
    font-family: Arial, sans-serif
}
.t-live-display {
    width: 100px;
    display: none;
    line-height: 40px;
    color: #555555;
    font-size: 14px;
    text-align: center;
    font-family: Arial, sans-serif
}
.t-settings {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    position: relative;
    padding-right:50px;
    -moz-box-pack:end;
    -webkit-box-pack:end;
    -o-box-pack:end;
    box-pack:end;
}
.t-fullscreen {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
/*.t-quality,.t-localization,.t-playshow,.t-playspeed {*/
/*width: 60px;*/
/*height: 30px;*/
/*text-align: center;*/
/*text-align: center;*/
/*padding-top:10px;*/
/*}*/
/*.t-playspeed{*/
/*display:none;*/
/* margin-right:10px;*/
/*}*/
.t-quality .t-control-btn,.t-localization .t-control-btn,.t-playshow .t-control-btn,.t-playspeed .t-control-btn{
    display: inline-block;
    width: 35px;
    height: 20px;
    padding:0 3px;
    background: none;
    background: #626262;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #e5e5e5;
    font-size: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), color-stop(0.5, #757575), to(#565656));
}
/*.t-playspeed .t-control-btn{*//*width:56px;*//*padding:0;}*/
.t-fs-console .t-quality .t-control-btn,.t-fs-console .t-localization .t-control-btn,.t-fs-console .t-playshow .t-control-btn ,.t-fs-console .t-playspeed .t-control-btn{
    font-size:14px;
}
.t-progress-seek {
    width: 18px;
    height: 16px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    position: absolute;
    left: 12px;
    margin-left: -12px;
    top: -4px;
    line-height: 25px;
}
.t-seek-handle {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    border: 3px solid #eb3c10;
    background: #ececec;
}
.t-settings .t-panel {
    display:none;
    width: 60px;
    height: auto;
    position: absolute;
    bottom: 40px;
}
.t-settings .t-panel ul {
    width: 100%;
    height: 100%;
    position: relative;
    top: -2px;
    z-index: 20;
}
.t-settings .t-panel li {
    color: #bbbbbb;
    font-size: 12px;
    height: 24px;
    list-style: none;
    margin-bottom: 5px;
    line-height: 24px;
}
.t-settings .t-panel li:last-child {
    margin: 0;
}
.t-settings .t-panel .selected {
    background: #2ea5e4;
    color: #222222;
}
.t-settings .t-mask {
    top: -4px;
    left: -2px;
    padding: 2px;
}
.t-settings .pressed .t-control-btn {
    background: #06a7e1;
    color: #ffffff;
}
.t-progress-mini {
    display: none;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.t-progress-track-mini {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #555555;
}
.t-progress-load-mini {
    width: 80%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #909090;
}
.t-progress-play-mini {
    width: 30%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eb3c10;
}
.t-prompt {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
}
.t-prompt-mode {
    width: 80px;
    height: 45px;
    position: absolute;
    bottom: 44%;
    left: 50%;
    margin-left: -50px;
    z-index: 20;
    color: #bbbbbb;
    line-height: 22px;
    padding: 5px 10px;
    text-align: center;
}
.t-prompt-forward {
    position: relative;
    text-align: left;
    background: url(../images/xplayerv4.png) no-repeat 45px -142px;
    font-size: 18px;
    z-index: 20;
}
.t-prompt-time {
    position: relative;
    z-index: 20;
}
.t-prompt-current {
    line-height: 45px;
    font-size: 18px;
}
.t-prompt-back {
    position: relative;
    text-align: right;
    background: url(../images/xplayerv4.png) no-repeat -91px -142px;
    font-size: 18px;
    z-index: 20;
}
.t-prompt-status {
    width: 75px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    bottom: 80px;
    line-height: 40px;
    text-align: center;
}
.t-prompt-txt {
    position: relative;
    z-index: 20;
    color: #bbbbbb;
    font-size: 18px;
    line-height: 40px;
}

/*.t-tips {*/
/*display: none;*/
/*width: 100%;*/
/*height: 35px;*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 50px;*/
/*z-index: 70;*/
/*}*/
/*.t-tips-txt {*/
/*line-height: 35px;*/
/*padding: 0 15px;*/
/*color: #bbbbbb;*/
/*position: relative;*/
/*z-index: 20;*/
/*font-size: 14px;*/
/*}*/
/*.t-tips-txt a {*/
/*margin-left: 5px;*/
/*color: #06a7e1;*/
/*}*/
/*.t-tips-close {*/
/*width: 35px;*/
/*height: 35px;*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
/*z-index: 20;*/
/*}*/
/*.t-tips-close a {*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: url(../images/xplayerv4.png) no-repeat -23px -86px;*/
/*}*/
/*.t-tips-close em {*/
/*display: none;*/
/*}*/
/*.t-pay {*/
/*display: none;*/
/*width: 100%;*/
/*height: 35px;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0px;*/
/*z-index:90;*/
/*}*/
/*.t-pay-txt {*/
/*width: auto;*/
/*height: 35px;*/
/*overflow: hidden;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*line-height: 35px;*/
/*padding-right: 200px;*/
/*font-size: 18px;*/
/*color: #bbbbbb;*/
/*z-index: 20;*/
/*}*/
/*.t-pay-txt h1 {*/
/*font-size: 14px;*/
/*padding: 0 15px;*/
/*line-height:35px;*/
/*}*/
/*.t-pay-txt .t-vip {*/
/*font-style: normal;*/
/*color: #ff6600;*/
/*}*/
/*.t-pay-tips {*/
/*font-size: 14px;*/
/*padding: 0 15px;*/
/*}*/
/*.t-pay-btn {*/
/*width: 180px;*/
/*height: 35px;*/
/*line-height: 35px;*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
/*z-index: 20;*/
/*}*/
/*.t-pay-btn .t-btn {*/
/*margin-right: 10px;*/
/*}*/
/*.t-pay-trial {*/
/*font-size: 12px;*/
/*color: #bbbbbb;*/
/*margin: 0 10px;*/
/*}*/
/*.t-showlist {*/
/*display:none;*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*z-index: 60;*/
/*-webkit-backface-visibility:hidden;*/
/*-moz-backface-visibility:hidden;*/
/*-ms-backface-visibility:hidden;*/
/*-o-backface-visibility:hidden;*/
/*backface-visibility:hidden*/
/*}*/
/*.t-showlist-inner {*/
/*width: 500px;*/
/*height: 360px;*/
/*position: absolute;*/
/*left: 50%;*/
/*top: 50%;*/
/*margin-left: -250px;*/
/*margin-top: -180px;*/
/*z-index: 20;*/
/*-webkit-backface-visibility:hidden;*/
/*-moz-backface-visibility:hidden;*/
/*-ms-backface-visibility:hidden;*/
/*-o-backface-visibility:hidden;*/
/*backface-visibility:hidden*/
/*}*/
/*.t-showlist-hd {*/
/*position: relative;*/
/*z-index: 20;*/
/*}*/
/*.t-showlist-hd label {*/
/*position: absolute;*/
/*top: 5px;*/
/*left: 5px;*/
/*font-size: 14px;*/
/*color: #bbbbbb;*/
/*}*/
/*.t-showlist-close {*/
/*width: 32px;*/
/*height: 32px;*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*background: url(../images/xplayerv4.png) no-repeat 8px -88px;*/
/*z-index: 20;*/
/*}*/
/*.t-showlist-bd {*/
/*width: 410px;*/
/*height: auto;*/
/*position: absolute;*/
/*left: 50%;*/
/*top: 50%;*/
/*margin-left: -200px;*/
/*margin-top: -130px;*/
/*overflow: hidden;*/
/*z-index: 20;*/
/*}*/
/*.t-showlist-bullet{*/
/*width: 410px;*/
/*height: 265px;*/
/*overflow-y: scroll;*/
/*overflow-x: hidden;*/
/*}*/
/*.t-showlist-bd a{*/
/*text-decoration:none;*/
/*color:white;*/
/*}*/
/*.t-showlist-bullet li {*/
/*width: 100%;*/
/*height: 40px;*/
/*background: #000000;*/
/*margin-bottom: 1px;*/
/*line-height: 40px;*/
/*color: #bbbbbb;*/
/*text-indent:10px;*/
/*overflow:hidden;*/
/*}*/
/*.t-showlist-bullet .selected {*/
/*background: #06a7e1;*/
/*color: #222222;*/
/*}*/
/*.t-showlist-grid {*/
/*width: 420px;*/
/*position: relative;*/
/*z-index: 20;*/
/*}*/
/*.t-showlist-grid li {*/
/*width: 40px;*/
/*height: 40px;*/
/*margin: 0 1px 1px 0;*/
/*background: #000000;*/
/*float: left;*/
/*color: #ffffff;*/
/*text-align: center;*/
/*line-height: 40px;*/
/*font-size: 14px;*/
/*}*/
/*.t-showlist-grid .disabled {*/
/*color: #555555;*/
/*}*/
/*.t-showlist-grid .visited {*/
/*color: #911891;*/
/*}*/
/*.t-showlist-ft {*/
/*width: 100%;*/
/*height: 65px;*/
/*line-height: 65px;*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*z-index: 20;*/
/*}*/
/*.t-showlist-pages {*/
/*width: 100%;*/
/*height: 100%;*/
/*text-align: center;*/
/*}*/
/*.t-showlist-pages ul,.t-showlist-pages li,.t-showlist-pages span {*/
/*display: inline-block;*/
/*}*/
/*.t-showlist-pages li {*/
/*width: 12px;*/
/*height: 12px;*/
/*background: url(../images/xplayerv4.png) no-repeat -288px -96px;*/
/*margin: 0 5px;*/
/*}*/
/*.t-showlist-pages li em {*/
/*display: none;*/
/*}*/
/*.t-showlist-pages .current {*/
/*background-position: -256px -96px*/
/*}*/
/*.t-showlist-pages .t-showlist-pre {*/
/*width: 32px;*/
/*height: 32px;*/
/*vertical-align: middle;*/
/*background: url(../images/xplayerv4.png) no-repeat -192px -94px;*/
/*}*/
/*.t-showlist-pages .t-showlist-next {*/
/*width: 32px;*/
/*height: 32px;*/
/*vertical-align: middle;*/
/*background: url(../images/xplayerv4.png) no-repeat -208px -94px;*/
/*}*/
/*.t-showlist-pages .t-disabled-pre {*/
/*background-position: -128px -94px;*/
/*}*/
/*.t-showlist-pages .t-disabled-next {*/
/*background-position: -146px -94px;*/
/*}*/
/*.t-advert {*/
/*display: none;*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*z-index: 80;*/
/*font-size: 12px;*/
/*color: #bbbbbb;*/
/*-webkit-user-select: none;*/
/*}*/
/*.t-advert-skip {*/
/*width: 70px;*/
/*height: 35px;*/
/*position: relative;*/
/*text-align: center;*/
/*float: right;*/
/*margin-left: 3px;*/
/*}*/
/*.t-advert-countdown {*/
/*width: 80px;*/
/*height: 35px;*/
/*position: relative;*/
/*text-align: center;*/
/*float: right;*/
/*}*/
/*.t-advert-txt {*/
/*position: relative;*/
/*z-index: 20;*/
/*line-height: 35px;*/
/*}*/
/*.t-advert-sec {*/
/*color: #d83e26;*/
/*}*/
/*.t-advert-detail {*/
/*width: 120px;*/
/*height: 35px;*/
/*line-height: 50px;*/
/*position: absolute;*/
/*right: 0;*/
/*bottom: 50px;*/
/*text-align: center;*/
/*}*/
/*.t-advert-detail .t-advert-txt {*/
/*font-size: 14px;*/
/*}*/
/*.t-ico-detail {*/
/*display: inline-block;*/
/*width: 15px;*/
/*height: 15px;*/
/*background: url(../images/xplayerv4.png) no-repeat -96px -96px;*/
/*position: relative;*/
/*top: 3px;*/
/*left: 5px;*/
/*}*/
.t-video-loading {
    display: none;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 60;
    margin-left: -32px;
    margin-top: -32px;
    background: url(../images/t-loading.png) no-repeat 0 0;
    -moz-animation-name: loadingAnimations;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-name: loadingAnimations;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -o-animation-name: loadingAnimations;
    -o-animation-duration: 1.2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes loadingAnimations {
    12.5% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    25% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    37.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    62.5% {
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg)
    }
    75% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    87.5% {
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        transform: rotate(315deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@media screen and (max-width: 640px) {
    .t-showlist {
        zoom: 0.8;
    }
    .t-showlist-grid li {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .t-showlist {
        zoom: 0.7;
    }
    .t-showlist-grid li {
        font-size: 18px;
    }
}
/*recommend begin*/
/*
.t-recommend {
display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background: #222222;
    overflow:hidden;
    display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
    -moz-box-pack: center
}
.t-recommend .t-pages{
    width:auto;
    height:auto;
    overflow:hidden;
    position:relative;
    text-align:center;
    padding: 30px 30px;
}
.t-recommend .t-replay{
    position: absolute;
    z-index: 20;
    right: 0px;
    top:0px;
    width: 150px;
    height: 85px;
}
.t-recommend .t-item{
    position:relative;
    z-index: 10;
    width: 150px;
    height: 85px;
    margin: 0 12px 12px 0;
    overflow: hidden;
    display: inline-block;
    vertical-align:middle;
}
.t-recommend .t-item-noimg img{
    width:150px;
    height:85px;
}
.t-recommend .t-item-img img{
    width:100%;
}
.t-recommend .t-item-bg {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url(./img/item_bg.png) no-repeat left  top;
}
.t-recommend .t-item-title {
	z-index: 10;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
    text-align: left;
    padding: 0 1px;
    font-size: 14px;
    font-weight: normal;
    color:#ffffff;
    text-shadow:1px 1px 1px #000000;
}
.t-recommend .t-item-url {
	z-index: 20;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
.t-recommend .t-item-url a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
    font-size: 14px;
	width: 100%;
	height: 100%
}
.t-recommend .t-play-loading {
	display: none;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px
}
.t-ad-pause{
    display:none;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-300px;
    margin-top:-225px;
    z-index: 55 ;
}
.t-ad-pause .t-pause-close{
    position:absolute;
    width:44px;
    height:44px;
    right:0;
    top:0;
	background: url(../images/xplayerv4.png) no-repeat -17px -83px;
}
.t-app-guide{
    padding:10px;
    background:#202020;
    width:auto;
    height:auto;
    position:absolute;
    left:50%;
    top:50%;
    z-index:100;
}
.t-app-guide-tips{
    margin-bottom:10px;
}
.t-app-guide p{
    font-size:14px;
    color:#ffffff;
    line-height: 20px;
}
.t-app-guide-action button{
    margin-right:10px;
}

@media all and (min-width:620px) {
    .t-ad-pause{display:block;}
}
*/



.t-advert {
    display: none;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #bbb;
    -webkit-user-select: none;
    z-index: 90
}

.t-advert-info {
    position: absolute;
    right: 0;
    top: 0;
    width: 155px;
    z-index: 90
}

.t-advert-skip {
    width: 70px;
    height: 35px;
    position: relative;
    text-align: center;
    float: right;
    margin: 0 0 0 3px;
    z-index: 90
}

.t-advert-countdown {
    width: 80px;
    height: 35px;
    position: relative;
    text-align: center;
    float: right
}

.t-advert-txt {
    position: relative;
    z-index: 90;
    line-height: 35px
}

.t-advert-sec {
    color: #d83e26
}

.t-advert-detail {
    width: 120px;
    height: 35px;
    line-height: 50px;
    position: absolute;
    right: 0;
    bottom: 50px;
    text-align: center;
    z-index: 90
}

.t-advert-detail .t-advert-txt {
    font-size: 14px
}

.t-advert-txt .t-ico-detail {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/xplayerv4.png) -96px -96px no-repeat;
    position: relative;
    top: 3px;
    left: 5px
}