@charset "utf-8";

/* text */
a:hover{
	color: #777ffb;
}
.text-green{
	color: #4CAF50;
}
.fw7{
	font-weight: 700;
}
.w-100{
	width: 100%;
}
.text-link{
	color: #777ffb;
}
.ml15{
	margin-left: 15px;
}
.pic-tag{
	background-color: #4CAF50;
}
.btn-warm{
	background-color: #777ffb;
    background: linear-gradient(to right, #777ffb 0, #9297ed 100%);
    box-shadow: 0 5px 10px rgba(119, 127, 251, .25);
}

/* style */
.myui-content__detail .data .douban{ color: #4CAF50; font-weight: bold;}

.myui-panel_hd{ padding: 0 10px 10px 10px;}

.myui-header__top{
	background-color: #fff;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);;
}
.myui-header__menu > li > a{
	color: #333;
}
.myui-header__menu > li > a:hover,.myui-header__user > li > a, .myui-header__user > li > a .fa:hover{
	color: #777ffb;
}

.myui-header__menu > li.active > a{
	color: #fff;
	background-color: #777ffb;
}
.myui-header__search{
	background-color: #f8f8f8;
	border: 2px solid #f8f8f8;
}
.myui-header__user > li > a, .myui-header__user > li > a .fa,.myui-header__menu > li.search-ul .fa{
	color: #333;
}
/* text-list */
.myui-vodlist__text.active li a{ padding: 10px 0; }
.myui-vodlist__text.active li:first-child a{ padding-top: 10px;}
/* tab */
.diy-tab li{
	float: left;
	width: 33.333%;
	margin-left:0 !important;
	text-align: center;
}
/* down */
.diy-down > li{
	margin-left: 0;
	margin-right: 30px;
}
.nav-tabs > li{
	margin-left: 10px;
}
/*submenu*/
.yun-nav {
	height: 60px;
	background: #777ffb;
	box-shadow: 0 4px 10px rgba(51, 51, 51, 0.1);
	margin: 0 10px 20px 10px;
	border-radius: 5px;
	overflow: hidden;
}

.yun-nav ul {
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.yun-nav ul li {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
}

.yun-nav ul li a {
	display: block;
	padding: 0;
	line-height: 60px;
	font-size: 15px;
	color: #fff;
}

.yun-nav ul li.active a {
	background-color: #6666FF;
}
/* GG */
.btn-large,.load-all,.popup-btn,.popup-btn-o,.page-number
{
    padding:0 15px;
    line-height:40px;
    font-size:14px;
    display:inline-block;
    border-radius:10px
}
.btn-gray:hover,.more:hover,.load-all:hover,.module-tab-item:hover,.module-blocklist a:hover,.video-info-aux .tag-link:hover,.page-number:hover
{
    background:#eaedf1
}
.btn-main,.popup-btn
{
    background:#4e7cf2;
    color:#fff
}
.popup
{
    box-shadow:0 .25rem .5rem rgba(0,0,0,.05),0 1.5rem 2.2rem rgba(0,0,0,.1)!important;
    padding:0 30px;
    background:#fff;
    width:400px;
    position:fixed;
    top:50%;
    left:50%;
    z-index:999999;
    transform:translateX(-50%) translateY(-50%);
    margin:0 auto;
    border-radius:18px;
    overflow: hidden;
}
.popup::after
{
    content:'';
    height:80px;
    width:100%;
    background:#eaedf1;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    border-radius:18px 18px 0 0
}
.popup-header
{
    line-height:40px;
    text-align:center
}
.popup-title
{
    position:relative;
    font-size:18px;
    font-weight:900;
    display:inline-block
}
.popup-title::after
{
    content:'';
    position:absolute;
    width:100%;
    height:30%;
    background:#fde6dd;
    border-radius:5px;
    left:0;
    bottom:5px;
    z-index:-1
}
.close-popup:hover
{
    background:#fff
}
.close-popup i
{
    transform:scale(.88);
    font-size:12px;
    color:#fff
}
.close-popup:hover i
{
    color:#ff2a14
}
.popup-icon
{
    width:100%;
    text-align:center;
    height:220px;
    margin:-60px 0 0
}
.popup-icon img
{
    height:220px;
    width:220px
}
.popup-main
{
    padding-bottom:20px
}
/*.popup-main p*/
/*{*/
/*    padding:12px 0 0*/
/*}*/
.popup-main p a
{
    color:#ff2a14
}
.popup strong
{
    color:#ff2a14
}
.popup-footer
{
    padding:10px 0 30px;
    text-align:center
}
.popup-footer p
{
    margin-top:10px
}
.popup-btn
{
    font-weight:700;
    border-radius:50px;
    width:100%;
    cursor:pointer
}
.popup-btn-o
{
    color:#ff2a14;
    font-weight:700;
    width:50%;
    margin:5px 5px;
    cursor:pointer
}
.popup-btn-o::after
{
    border-color:#ff2a14;
    border-radius:50px
}
.popup-msg
{
    position:fixed;
    width:280px;
    z-index:9999999;
    height:auto;
    padding:30px;
    top:50%;
    left:50%;
    margin:-50px 0 0 -140px;
    text-align:center;
    color:#fff;
    background-color:rgba(7,7,10,.92);
    border-radius:10px
}
.popup-tips::after
{
    background:0 0
}