@charset "utf-8";
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
/*返回首页*/
#tip{width: 100%;padding-top: 80px;min-height: 360px;line-height: 2;}
#tip span{color: #333;font-size: 18px;}
#tip b{color:#f3bd12;}
.website{color: #666;}
.website a{color:#f3bd12;text-decoration: underline;}
/*分享*/
.articleShare{position: absolute;top: 0;right: 0;height: 100%;display: flex;align-items: center;}
.shareParent .shareFont{width: 25px;height: 25px;line-height: 25px;margin: 0 3px;font-size: 18px;box-sizing: initial;}
.shareParent .shareItem{vertical-align: middle;}
.shareParent .shareFont.icon-weibo {color: #FFFFFF;background: #ff763b;}
.shareParent .shareFont.icon-qzone {color: #FFFFFF;background: #FDBE3D;}
.shareParent .shareFont.icon-qq {color: #FFFFFF;background: #56b6e7;}
.shareParent .shareFont.icon-wechat {color: #FFFFFF;background: #7bc549;}
/*视频样式*/
video {width: 100%;height:auto;background-color: #000;}