body{
	background-color: #f6f7fa;
}
.page_box{
	padding-top: 20px;
}
.page_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.page_left{
	width: 900px;
	min-width: 900px;
}
.page_address{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 20px;
}
.page_left_item{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 30px 20px;
	margin-bottom: 40px;
	background-color: #ffffff;
	border-radius: 6px;
}
.video_box .video_title{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.play_box{
	width: 100%;
	height: 473px;
	position: relative;
	display: none;
	overflow: hidden;
}
.cur_box{
	display: block !important;
}
.mask_box{
	width: 100%;
	height: 473px;
	background: #000000;
	display: none;
}
.mask_box_content{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mask_box img{
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.play_text{
	position: absolute;
	top: 10px;
	right: -130%;
	background-color: rgba(0, 0, 0, 0.7);
	animation: movings 20s linear infinite;
}
.play_name1{
	/* width: 100%; */
	position: absolute;
	top: 20%;
	right: 0;
	animation: moving 15s linear infinite;
}
.play_name2{
	/* width: 100%; */
	position: absolute;
	top: 50%;
	right: 0;
	animation: moving 10s linear infinite;
}
.play_name3{
	/* width: 100%; */
	position: absolute;
	top: 70%;
	right: 0;
	animation: moving 15s linear infinite;
}
@keyframes movings {
    form {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
@keyframes moving {
  form {
	transform: translateX(0);
  }
  to {
	transform: translateX(-840px);
  }
}



.video_info{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.video_message{
	font-size: 16px;
	color: #333333;
}
.collect_btn{
	width: 86px;
	height: 34px;
	background: #FFFFFF;
	border-radius: 22px 22px 22px 22px;
	opacity: 1;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	display: none;
	cursor: pointer;
}
.collect_btn .collect_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.collect_btn img{
	width: 14px;
	height: 14px;
	margin-right: 3px;
}
.collect_show{
	display: inline-block !important;
}

.page_other_box{
	width: 100%;
	padding:20px 30px 30px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	margin-bottom: 50px;
}
.page_other_box .other_tabbar{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.page_other_box .other_tabbar .other_tabbar_item{
	padding-bottom: 10px !important;
	border-bottom: 2px solid transparent;
	margin-right: 44px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}
.page_other_box .other_tabbar .other_tabbar_item:last-child{
	margin-right: 0;
}
.page_other_box .other_tabbar .other_tabbar_item_cur{
	color: #1E50AE;
	border-bottom-color: #1E50AE;
	font-weight: bold;
}
.other_content_box{
	background-color: #FFFFFF;
	width: 100%;
	height: 360px;
	margin-top: 20px;
}
.other_content{
	display: none;
	width: 100%;
	height: 100%;
}
.other_content_show{
	display: block !important;
}
.introduce{
	white-space: pre-line;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	overflow-y: auto;
}
.page_right{
	width: 280px;
}
.page_right_title{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	border-left: 4px solid #1E50AE;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.page_right_item{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 23px;
	border-radius: 6px;
}
.catalogue_box{
	height: 411px;
	overflow-y: auto;
}
.catalogue_item{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.catalogue_item .catalogue_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.catalogue_item .catalogue_top .catalogue_jt{
	width: 11px;
	height: 6px;
	min-width: 11px;
	margin-left: 10px;
}
.catalogue_item .catalogue_top .catalogue_jt img{
	width: 100%;
	height: 100%;
	transform: rotateX(0deg);
	transition: all 0.25s linear;
}
.catalogue_item_open .catalogue_top .catalogue_jt img{
	transform: rotateX(180deg) !important;
}
.catalogue_item .catalogue_top .catalogue_title{
	flex-grow: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.no_menu .catalogue_item_content{
	display: none !important;
}
.catalogue_item_content{
	width: 100%;
	display: none;
	transition: all 0.25s linear;
	margin-top: 6px;
}
.catalogue_item_open .catalogue_item_content{
	width: 100%;
	display: block !important;
}
.catalogue_item_content_item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}
.catalogue_item_content_item:last-child{
	margin-bottom: 0;
}
.catalogue_item_content_item .catalogue_item_content_item_title{
	font-size: 12px;
	font-weight: 400;
	color: #777777;
	flex-grow: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.catalogue_item_content_item_img{
	width: 14px;
	height: 14px;
	min-width: 14px;
	margin-left: 10px;
}
.catalogue_item_content_item_img img{
	width: 100%;
	height: 100%;
}
.cur_item{
	color: #1E50AE !important;
}

.buy_box{
	width: 100%;
	margin-top: 20px;
}
.no_need_buy_box{
	width: 100%;
	height: 50px;
	background: #1E50AE;
	border-radius: 6px 6px 6px 6px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}
.need_buy_box{
	width: 100%;
	height: 50px;
	background: #1E50AE;
	border-radius: 6px 6px 6px 6px;
	box-sizing: border-box;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.need_buy_box .buy_text{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.need_buy_box .buy_money{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.need_buy_box .buy_money .buy_money_item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 10px;
}
.need_buy_box .buy_money .buy_money_item img{
	width: 14px;
	height: 14px;
	margin-right: 3px;
}
.talk_box{
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	box-sizing: border-box;
	padding: 15px 20px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #777777;
	margin-bottom: 30px;
}
.talk_box img{
	width: 22px;
	height: 22px;
	margin-right: 10px;
}


.video_list_box{
	height: 460px;
	overflow-y: auto;
}
.video_list_item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.video_list_item:last-child{
	margin-bottom: 0 !important;
}
.video_list_item .video_list_item_img{
	width: 120px;
	height: 68px;
	min-width: 120px;
	margin-right: 10px;
}
.video_list_item .video_list_item_img img{
	width: 100%;
	height: 100%;
}
.video_list_item .video_list_item_title{
	width: 100%;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.video_list_item .video_list_item_info{
	height: 68px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}
.other_content .nologin_box{
	margin-top: 0px;
	box-sizing: border-box;
	padding-top: 100px;
}
.nologin_box{
	width: 100%;
	margin-top: 40px;
}
.no_login_img{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.no_login_img img{
	width: 80px;
	height: 80px;
}
.no_login_img .login_text{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
}
.no_login_img .login_message{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	margin-top: 10px;
} 
.no_login_img .login_message a{
	color: #1E50AE;
}

.other_content .catalogue_item{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.other_content .catalogue_item_content_item{
	margin-bottom: 10px;
}
.other_content .catalogue_item_content{
	margin-top: 10px;
}
.other_content .catalogue_item .catalogue_top .catalogue_title{
	font-size: 16px;
}
.other_content .catalogue_item_content_item .catalogue_item_content_item_title{
	font-size: 14px;
}
.other_content .catalogue_item .catalogue_top .catalogue_jt{
	width: 14px;
	height: 6px;
	min-width: 14px;
	margin-left: 10px;
}
.other_catalogue_box{
	overflow-y: auto;
}
.show_text{
	display: none !important;
}
.fixed_text{
	position: fixed;
	top: 0;
    right: -1000px;
	width: auto;
	background-color: rgba(0, 0, 0, 0.7);
	animation: movingfixed 20s linear infinite;
}



.fiexd_name1{
	width: 100%;
	text-align: right;
	position: fixed;
	top: 20%;
	right: 0;
	animation: movingfix 15s linear infinite;
}
.fiexd_name2{
	width: 100%;
	text-align: right;
	position: fixed;
	top: 50%;
	right: 0;
	animation: movingfix 10s linear infinite;
}
.fiexd_name3{
	width: 100%;
	text-align: right;
	position: fixed;
	top: 70%;
	right: 0;
	animation: movingfix 15s linear infinite;
}
@keyframes movingfixed {
    form {
      transform: translateX(0);
    }
    to {
      transform: translateX(-3000px);
    }
  }
@keyframes movingfix {
  form {
	transform: translateX(0);
  }
  to {
	transform: translateX(-100%);
  }
}
.addcart_box{
	margin-top:10px;
	background: #fff;
	border:1px solid #1E50AE;
	color:#1E50AE;
	box-sizing:border-box;
	text-align:center;
	display:block;
    line-height: 50px;
    padding: 0;
}
.addcart_box img{
	height:70%;
	vertical-align:middle;
}