@charset "UTF-8";
/*reset*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  color: #333333;
  background-color: #FFFFFF;
  height: 100%;
}
body {
  font-family: "Microsoft YaHei", "\5B8B\4F53", 'PT Sans', Arial, Helvetica, sans-serif, "宋体";
  margin: 0;
  word-wrap: break-word;
  font-size: 12px;
  min-height: 100%;
  _height: 100%;
}
:active {
  outline: 0;
}
:visited {
  outline: 0;
}
:link,
:visited,
ins {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
video,
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
select,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
fieldset,
iframe {
  border: 0 none;
}
img {
  border: 0 none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
code,
kbd,
samp,
tt,
sup,
sub,
small,
input,
button,
textarea,
select {
  font-size: 100%;
}
abbr,
acronym {
  border: 0 none;
  font-variant: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
ol,
ul,
menu {
  list-style: none outside none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
caption,
th {
  text-align: left;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
mark {
  background-color: #FF6;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
input,
select,
button {
  vertical-align: middle;
}
button {
  width: auto;
  cursor: pointer;
  overflow: visible;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}
button::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/*import*/
/*common*/
@font-face {
  /* font-test*/
  /* IE9 */
}
body {
  background: #fff;
  min-width: 1200px;
}
.cont {
  margin: 0 auto;
  width: 1200px;
  *zoom: 1;
}
.cont:before,
.cont:after {
  display: table;
  content: "";
}
.cont:after {
  clear: both;
}
.content .wrapfix {
  overflow: hidden;
}
.content .middle {
  text-align: center;
}
.content .middle img {
  border: 0;
}
.content .bottom h4 {
  margin-top: 40px;
  font-weight: 400;
}
.content .bottom .p1 {
  margin-top: 18px;
}
.content .txtbox_left {
  float: left;
  margin-left: 110px;
  width: 390px;
}
.content .txtbox_right {
  float: right;
  width: 400px;
}
.content h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #333;
}
.content .p1 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.content .p1 span {
  display: block;
  height: 24px;
}
.content .p2 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: block;
}
.content .p2 span {
  display: block;
  height: 24px;
}
/*-- index 首页 --*/
.goplayIndexBg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 650px;
  background: url(indexImg/headBg.png) no-repeat center;
}
.goplayIndexBg .indexHead {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1200px;
  height: 34px;
  padding-top: 13px;
  /*登录按钮*/
  /*
        .nav-center-wrap {
            //float: right;
            position: relative;
            .selectP {
                float: none;
                display: inline-block;
                line-height: 34px;
            }
            .log-in-btn {
                margin-left: 28px;
                position: relative;
                &:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 1px;
                    height: 14px;
                    background: rgba(255, 255, 255, 0.6);
                    left: -14px;
                    top: 10px;
                }
            }
            .line {
                display: block;
                position: absolute;
                width: 1px;
                height: 14px;
                background: rgba(255, 255, 255, 0.6);

            }
        }
        */
}
.goplayIndexBg .indexHead .goplayLogo {
  float: left;
  width: 191px;
  height: 34px;
  background: url(indexImg/goplaylogo.png) no-repeat center;
}
.goplayIndexBg .indexHead .right_nav {
  float: right;
}
.goplayIndexBg .indexHead a {
  float: left;
  margin-right: 36px;
}
.goplayIndexBg .indexHead a:last-child {
  margin-right: 0;
}
.goplayIndexBg .indexHead .selectP {
  cursor: pointer;
  display: inline-block;
  color: #FFA415;
  line-height: 34px;
  font-size: 16px;
}
.goplayIndexBg .indexHead .topP {
  color: rgba(255, 255, 255, 0.6);
}
.goplayIndexBg .indexHead .topP:hover {
  color: #ffffff;
}
.goplayIndexBg .indexHead .nav-user-center {
  float: right;
  margin-right: 0;
}
.goplayIndexBg .indexHead .nav-user-center .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 14px;
  background: rgba(255, 255, 255, 0.6);
}
.goplayIndexBg .goplayImg {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: 105px;
  width: 417px;
  height: 152px;
  background: url(indexImg/goplayImg.png?v=20181029) no-repeat center;
}
.goplayIndexBg .txt {
  position: relative;
  z-index: 1;
  padding-top: 19px;
  margin-left: 9px;
}
.goplayIndexBg .txt p {
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.goplayIndexBg .download {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 96px;
  width: 300px;
  height: 60px;
}
.goplayIndexBg .download a .btnBg {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  background: url(indexImg/btnBg.png?v=20181029) no-repeat;
}
.goplayIndexBg .download a .btnBg:hover {
  background-position: -300px;
}
.goplayIndexBg .download a .btnBg .windowsBtn {
  margin: 0 auto;
  padding-top: 30px;
  width: 249px;
  height: 29px;
  background: url(indexImg/downloadwinHover.png?v=20181029) no-repeat center;
}
.goplayIndexBg .download a .btnBg .windowsBtn:hover {
  background: url(indexImg/downloadwin.png?v=20181029) no-repeat center;
}
.goplayIndexBg .download a .btnBg .iosBtn {
  margin: 0 auto;
  padding-top: 25px;
  width: 216px;
  height: 34px;
  background: url(indexImg/downloadios.png?v=20181029) no-repeat center;
}
.goplayIndexBg .download a .btnBg .andiordBtn {
  margin: 0 auto;
  padding-top: 30px;
  width: 239px;
  height: 29px;
  background: url(indexImg/downloadandroid.png?v=20181029) no-repeat center;
}
.goplayIndexBg .goplayVideo {
  position: absolute;
  width: 1920px;
  height: 650px;
  top: 0;
  left: 0;
}
/*--  头部公共样式  --*/
.goplayIndexBg .indexHead .goplayLogo {
  margin-right: 0;
  background: url(indexImg/goplaylogo.png?v=20181029) no-repeat center left;
}
.gpplayNavs {
  float: right;
}
.s_2 .bottom .sayD {
  float: left;
  margin-left: 36px;
  margin-right: 36px;
  width: 320px;
}
.s_2 .bottom .sayD .sayPic0 {
  margin: 0 auto;
  width: 196px;
  height: 196px;
  background: url(indexImg/sayPic0.png?v=20181029) no-repeat;
}
.s_2 .bottom .sayD .sayPic1 {
  margin: 0 auto;
  width: 196px;
  height: 196px;
  background: url(indexImg/sayPic1.png?v=20181029) no-repeat;
}
.s_2 .bottom .sayD .sayPic2 {
  margin: 0 auto;
  width: 196px;
  height: 196px;
  background: url(indexImg/sayPic2.png?v=20181029) no-repeat;
}
.s_2 .bottom .sayD .descP {
  font-size: 16px;
  color: #848890;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  margin-top: 16px;
}
.s_2 .bottom .sayD .sayTitle {
  font-size: 26px;
  color: #2E1A00;
  margin-top: 28px;
  font-weight: 600;
  text-align: center;
}
/*-- index 首页 --*/
/*-- 内页 inside page --*/
.inside_body .gp_nav {
  border-bottom: 1px solid #f8f8f8;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
}
.inside_body .sitemap {
  background-color: #f7f7f7;
}
.Privacy_wrap .text_mod .text_bd .section p {
  line-height: 26px;
  font-size: 16px;
}
.inside_wrap {
  min-height: 620px;
}
.text_mod {
  margin: 0 auto;
  width: 860px;
  padding: 62px 0 60px;
}
.text_mod .text_tit {
  margin-bottom: 20px;
}
.text_mod .text_tit .tit {
  line-height: 60px;
  font-size: 32px;
  font-weight: 600;
  color: #333;
}
.text_mod .text_bd .section {
  margin-bottom: 25px;
}
.text_mod .text_bd .section p {
  line-height: 28px;
  font-size: 18px;
  color: #666;
}
.text_mod .text_bd .section p span {
  display: block;
}
.text_mod .text_bd ol li {
  margin-bottom: 20px;
  line-height: 26px;
}
.text_mod .text_bd ol .tit {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
.text_mod .text_bd ol .txt {
  font-size: 16px;
  color: #666;
}
.affiliate .cont {
  width: 1200px;
}
.affiliate .text_mod {
  padding: 67px 0 68px 0;
  width: 962px;
}
.affiliate .text_mod .text_tit {
  margin-bottom: 24px;
}
.affiliate .text_mod .text_tit .tit {
  font-weight: 600;
  font-size: 32px;
}
.affiliate .text_mod .text_bd {
  width: 906px;
}
.affiliate .text_mod .text_bd .section {
  margin-bottom: 0px;
}
.affiliate .text_mod .text_bd .section h3 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
}
.affiliate .text_mod .text_bd .section p {
  font-size: 18px;
  line-height: 26px;
}
.affiliate .text_mod .text_bd .section p a {
  text-decoration: none;
  color: #0d12fa;
}
.affiliate .text_mod .text_bd .section p.last_p {
  padding-bottom: 19px;
}
.affiliate .text_mod .text_bd .section p._3 {
  padding-bottom: 15px;
}
/*-- 公共样式 --*/
.content .top .titleP {
  padding-top: 72px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #2E1A00;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.content .top .descP {
  color: #848890;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}
.content .bottom .listD .listDiv {
  width: 496px;
  height: 104px;
}
.content .bottom .listD .listDiv .listIcon {
  float: left;
  width: 32px;
  height: 32px;
}
.content .bottom .listD .listDiv .listPD {
  float: left;
  width: 450px;
}
.content .bottom .listD .listDiv .listPD .descP {
  font-size: 16px;
  line-height: 22px;
  color: #848890;
}
.content .bottom .listD .listDiv .listPD .listP {
  font-size: 24px;
  color: #2E1A00;
  margin-bottom: 8px;
  font-weight: 600;
}
.content .s_1 {
  padding-bottom: 32px;
}
.content .s_1 .top {
  height: 246px;
}
.content .s_1 .bottom .txtbox_left {
  width: 640px;
  margin-left: -96px;
  padding-top: 4px;
}
.content .s_1 .bottom .txtbox_right {
  width: 556px;
}
.content .s_1 .bottom .macPro {
  margin-left: -200px;
  width: 640px;
  height: 374px;
  background: url(indexImg/macPro.png?v=20181029) no-repeat center;
  opacity: 0;
}
.content .s_1 .bottom .listD {
  margin-left: 200px;
  opacity: 0;
}
.content .s_1 .bottom .listD .listDiv .listIcon {
  margin-right: 14px;
}
.content .s_1 .bottom .listD .listDiv .icon0 {
  background: url(indexImg/macProPic0.png?v=20181029) no-repeat center;
}
.content .s_1 .bottom .listD .listDiv .icon1 {
  background: url(indexImg/macProPic1.png?v=20181029) no-repeat center;
}
.content .s_1 .bottom .listD .listDiv .icon2 {
  background: url(indexImg/macProPic2.png?v=20181029) no-repeat center;
}
.content .s_1 .bottom .listD .listDiv .icon3 {
  background: url(indexImg/macProPic3.png?v=20181029) no-repeat center;
}
.content .s_2 {
  padding-bottom: 72px;
  background-color: #f4f4f4;
}
.content .s_2 .top {
  height: 186px;
}
.content .s_2 .top .titleP {
  margin-bottom: 0;
}
.content .s_3 {
  padding-bottom: 72px;
}
.content .s_3 .top {
  height: 246px;
}
.content .s_3 .bottom .txtbox_left {
  width: 496px;
  margin-left: 52px;
  margin-top: 8px;
}
.content .s_3 .bottom .txtbox_right {
  margin-right: 170px;
}
.content .s_3 .bottom .txtbox_right .mac {
  margin-left: 200px;
  width: 822px;
  height: 448px;
  background: url(indexImg/mac.png?v=20181029) no-repeat center;
  opacity: 0;
}
.content .s_3 .bottom .listD {
  margin-left: -200px;
  opacity: 0;
}
.content .s_3 .bottom .listD .listDiv .listIcon {
  margin-right: 0;
  float: right;
}
.content .s_3 .bottom .listD .listDiv .listPD {
  text-align: right;
  margin-right: 14px;
}
.content .s_3 .bottom .listD .listDiv .icon0 {
  background: url(indexImg/macPic0.png?v=20181029) no-repeat center;
}
.content .s_3 .bottom .listD .listDiv .icon1 {
  background: url(indexImg/macPic1.png?v=20181029) no-repeat center;
}
.content .s_3 .bottom .listD .listDiv .icon2 {
  background: url(indexImg/macPic2.png?v=20181029) no-repeat center;
}
.content .s_3 .bottom .listD .listDiv .icon3 {
  background: url(indexImg/macPic3.png?v=20181029) no-repeat center;
}
.content .s_4 {
  padding-bottom: 36px;
  background-color: #f4f4f4;
}
.content .s_4 .top {
  height: 246px;
}
.content .s_4 .bottom .txtbox_left {
  width: 617px;
  margin-left: -60px;
  padding-top: 16px;
}
.content .s_4 .bottom .txtbox_left .videoPic {
  margin-left: -200px;
  width: 617px;
  height: 354px;
  background: url(indexImg/videoPic.png?v=20181029) no-repeat center;
  opacity: 0;
}
.content .s_4 .bottom .txtbox_right {
  width: 556px;
}
.content .s_4 .bottom .macPro {
  margin-left: -200px;
  width: 640px;
  height: 374px;
  background: url(indexImg/macPro.png?v=20181029) no-repeat center;
  opacity: 0;
}
.content .s_4 .bottom .listD {
  margin-left: 200px;
  opacity: 0;
}
.content .s_4 .bottom .listD .listDiv .listIcon {
  margin-right: 14px;
}
.content .s_4 .bottom .listD .listDiv .icon0 {
  background: url(indexImg/videoPic0.png?v=20181029) no-repeat center;
}
.content .s_4 .bottom .listD .listDiv .icon1 {
  background: url(indexImg/videoPic1.png?v=20181029) no-repeat center;
}
.content .s_4 .bottom .listD .listDiv .icon2 {
  background: url(indexImg/videoPic2.png?v=20181029) no-repeat center;
}
.content .s_4 .bottom .listD .listDiv .icon3 {
  background: url(indexImg/videoPic3.png?v=20181029) no-repeat center;
}
.content .s_download {
  height: 160px;
  width: 100%;
  background: url(../../community/public/img/download_bg.png) no-repeat center;
}
.content .s_download .s_download_wrap {
  padding-top: 45px;
  width: 612px;
  margin: 0 auto;
  padding-right: 360px;
  height: 70px;
  line-height: 70px;
  font-size: 32px;
  color: #fff;
  position: relative;
}
.content .s_download .s_download_wrap .btn {
  width: 160px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 45px;
  font-size: 20px;
  padding: 0 40px 0 100px;
  background: url(../../community/public/img/download_btn_bg.png) no-repeat center;
}
.content .s_download .s_download_wrap .btn .icon {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 40px;
  top: 20px;
  background: url(../../community/public/img/download_btn_icon.png) no-repeat center;
}
.content .s_download .s_download_wrap .windowsBtn {
  width: 300px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 45px;
  cursor: pointer;
}
.content .s_5 {
  padding-bottom: 42px;
}
.content .s_5 .top {
  height: 224px;
}
.content .s_5 .bottom .listD {
  width: 1120px;
  margin: 0 auto;
}
.content .s_5 .bottom .listD .listDiv {
  width: 500px;
  height: 120px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.content .s_5 .bottom .listD .listDiv .listDivWrap {
  float: left;
  height: 120px;
  width: 500px;
  opacity: 0;
  background: url(indexImg/s_5_list_bg.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv:nth-child(2n+1) .listDivWrap {
  margin-left: -200px;
}
.content .s_5 .bottom .listD .listDiv:nth-child(2n) .listDivWrap {
  margin-left: 200px;
}
.content .s_5 .bottom .listD .listDiv .listIcon {
  margin-right: 14px;
  margin-left: 24px;
  margin-top: 24px;
  width: 72px;
  height: 72px;
}
.content .s_5 .bottom .listD .listDiv .icon0 {
  background: url(indexImg/applePic0.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv .icon1 {
  background: url(indexImg/applePic1.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv .icon2 {
  background: url(indexImg/applePic2.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv .icon3 {
  background: url(indexImg/applePic3.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv .icon4 {
  background: url(indexImg/applePic4.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv .icon5 {
  background: url(indexImg/applePic5.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv .icon6 {
  background: url(indexImg/applePic6.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv .icon7 {
  background: url(indexImg/applePic7.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv .icon8 {
  background: url(indexImg/applePic8.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv .icon9 {
  background: url(indexImg/applePic9.png?v=20181029) no-repeat center;
}
.content .s_5 .bottom .listD .listDiv .listPD {
  height: 120px;
  width: 384px;
  position: relative;
}
.content .s_5 .bottom .listD .listDiv .listPD .listPDWrap {
  width: 324px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.content .s_5 .bottom .listD .listDiv .listPD .listPDWrap .listP {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 26px;
}
.content .s_6 {
  background-color: #FCFCFC;
  padding-bottom: 70px;
}
.content .s_6 .top {
  height: 160px;
}
.content .s_6 .top .titleP {
  padding-top: 62px;
  line-height: 50px;
}
.content .s_6 .middle .video_head {
  padding: 0 10px 20px;
  text-align: right;
  font-family: Roboto, Arial, sans-serif;
}
.content .s_6 .middle .video_head .video_more_btn:hover {
  text-decoration: none;
}
.content .s_6 .middle .video_head .video_more_btn {
  font-size: 16px;
  color: #2E1A00;
  padding-right: 16px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  cursor: pointer;
  text-decoration: none;
}
.content .s_6 .middle .video_head .video_more_btn .icon {
  position: absolute;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  display: block;
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  background: url(../../community/public/img/flow-more-icon.png) no-repeat center;
}
.content .s_6 .middle .video_head .video_more_btn:hover {
  color: #FF7200;
}
.content .s_6 .middle .video_head .video_more_btn:hover .icon {
  background: url(../../community/public/img/flow-more-hover-icon.png) no-repeat center;
}
.content .s_6 .middle .video_body {
  font-family: Roboto, Arial, sans-serif;
}
.content .s_6 .middle .video_body .video_body_wrap:after,
.content .s_6 .middle .video_body .video_body_wrap:before {
  display: block;
  content: '';
  clear: both;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item {
  width: 380px;
  cursor: pointer;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item a, .content .s_6 .middle .video_body .video_body_wrap .video_body_item a {
  text-decoration: none;
  display: block;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_img_wrap {
  width: 100%;
  height: 212px;
  border-radius: 4px;
  position: relative;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_img_wrap .item_tag {
  display: none;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 20px;
  background: #FFA210;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_img_wrap .item_img_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 4px;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_img_wrap .item_img_mask:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../community/public/img/video_play_icon.png) no-repeat center;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_infos_wrap {
  text-align: left;
  height: 60px;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_infos_wrap .item_infos_title_wrap .title {
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #2E1A00;
  text-overflow: ellipsis;
  /* word-break: break-all; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_infos_wrap .item_infos_num_wrap {
  height: 20px;
  padding: 4px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_infos_wrap .item_infos_num_wrap:after {
  clear: both;
  display: block;
  content: '';
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_infos_wrap .item_infos_num_wrap .num_item {
  display: block;
  float: left;
  width: 124px;
  padding-left: 30px;
  position: relative;
  height: 20px;
  font-size: 14px;
  color: #949494;
  line-height: 20px;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_infos_wrap .item_infos_num_wrap .num_item .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_infos_wrap .item_infos_num_wrap .num_item_play .icon {
  background: url(../../community/public/img/play_num_icon.png) no-repeat center;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item .item_infos_wrap .item_infos_num_wrap .num_item_time .icon {
  background: url(../../community/public/img/time_num_icon.png) no-repeat center;
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item:hover .item_img_wrap .item_img_mask {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.content .s_6 .middle .video_body .video_body_wrap .video_body_item:hover .item_infos_wrap .item_infos_num_wrap {
  bottom: -28px;
}
