* { margin: 0; padding: 0; outline:none !important;}
ol,ul,li{list-style-type:none;}
img{border:0px; vertical-align:middle;}
.clear { height:0px; clear: both; overflow:hidden; }
iframe { border:0;}
html { height:100%; overflow: hidden; }

body { font-size:16px; line-height:1.7; color:#ffffff; background: #010e32; font-family:'Microsoft YaHei'; }
a{text-decoration:none; color:#ffffff; cursor:pointer;}
a:hover{text-decoration:none; color:#2698f6; }
a{ transition:all 300ms ease; }

.video_box video{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; border: 0;}

.video_tool { position: fixed; right: 90px; bottom: 168px; background: url(../img/video/tool.png) center center no-repeat; width: 236px; height: 236px; z-index: 99999;}
.video_tool .refresh { position: absolute; left: 50%; top: 50%; width: 88px; height: 88px; margin-left: -44px; margin-top: -44px; border-radius: 50%; background-image: linear-gradient(#2698f6, #1f66c2); cursor: pointer;}
.video_tool .refresh i { display: block; width: 88px; height: 88px; background: url(../img/video/refresh.png) center center no-repeat;}
.video_tool .refresh:hover { background: #1f66c2;}
.video_tool .btns { position: absolute; width: 70px; height: 70px; cursor: pointer;}
.video_tool .btns i { display: block; width: 70px; height: 70px; }
.video_tool .btns:hover { opacity: 0.8;}
.video_tool .btns_t { left: 50%; margin-left: -35px; top: 3px;}
.video_tool .btns_f { left: 50%; margin-left: -35px; bottom: 3px;}
.video_tool .btns_l { top: 50%; margin-top: -35px; left: 3px;}
.video_tool .btns_r { top: 50%; margin-top: -35px; right: 3px;}

.video_tool .btns_t i { background: url(../img/video/t.png) center center no-repeat;}
.video_tool .btns_f i { background: url(../img/video/f.png) center center no-repeat;}
.video_tool .btns_l i { background: url(../img/video/l.png) center center no-repeat;}
.video_tool .btns_r i { background: url(../img/video/r.png) center center no-repeat;}


.video_toolf { position: fixed; right: 90px; bottom: 84px; height: 64px; width: 236px; z-index: 99999;}
.video_toolf div { width: 116px; height: 64px; line-height: 64px; text-indent: 60px; cursor: pointer;}
.video_toolf .fd { float: left; border-radius: 32px 0 0 32px; background: url(../img/video/fd.png) 19px center no-repeat rgba(1,14,30,0.8); }
.video_toolf .fd:hover { background-color: rgba(1,14,30,1);}
.video_toolf .sx { float: right; border-radius: 0 32px 32px 0; background: url(../img/video/sx.png) 19px center no-repeat rgba(1,14,30,0.8); }
.video_toolf .sx:hover { background-color: rgba(1,14,30,1);}


 
/*滚动条*/
::-webkit-scrollbar-corner { background-color:#010e32;}
::-webkit-scrollbar{width: 6px; height:6px; border-radius:3px; }
::-webkit-scrollbar-track{ background:none; }
::-webkit-scrollbar-thumb{ background-color:rgba(63,110,218,0.5); border-radius:3px; }