html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-x: hidden;
	box-sizing: border-box;
 }
*,
*:before,
*:after {
  box-sizing: inherit;
}


h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-webkit-backface-visibility: hidden;
	color: #151515;
}
h1,
h1 a {
	font-size: 3.157em;
	line-height: 1.2em;
}
h2,
h2 a {
	font-size: 2.369em;
	line-height: 1.2em;
}
h3,
h3 a {
	font-size: 1.777em;
	line-height: 1.2em;
}
h4,
h4 a {
	font-size: 1.333em;
	line-height: 1.2em;
}
h5,
h5 a {
	font-size: 1em;
	line-height: 1.2em;
}
h6,
h6 a {
	font-size: 0.75em;
	line-height: 1.2em;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
iframe,
embed,
object,
video {
	max-width: 100%;
}
input,
textarea {
    outline:none;
	outline: 0;
}
:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
input[type="text"]:focus {
	outline: none;
}
a, a:visited {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	   color: #2d2d2c;     
}
a:hover {
	text-decoration: none;
}
a:active,
a:focus {
	outline: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html{
	min-height: 100%;
}
body{
	background: rgb(9,13,43);
    background: linear-gradient(187deg, rgb(158 37 132) 0%, rgb(56 5 49) 100%);
    background-size: cover;
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
}
.bg1{
	position: fixed;
	top: 0;
	left: 0;
	max-width: 40%;
}
.bg1 img{
	max-width: 100%;
	height: auto;
}
.bg2{
	position: fixed;
	top: 0;
	right: 0;
	max-width: 40%;
}
.bg2 img{
	max-width: 100%;
	height: auto;
}
.container{
	max-width: 1000px;
	margin:0 auto;
}
.logo{
/*	background: url(img/logo_bg.png);*/
	background-repeat: no-repeat;
	height: 161px;
	position: relative;
	left: 0;
	top: 0;
	width: 30%;
	text-align: center;
	float: left;
}
.logo img{
	margin-left: 30px;
	max-width: 70%;
	margin-top: 10px;
}
header{
	position: relative;
}
header nav{
	float: right;
	max-width: 70%;
}
header nav ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-top: 25px;
}
header nav ul li{
	padding: 0 20px;
}
header nav ul li a{
	color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 14px;
    display: block;
    transition: 0.2s all linear;
}
header nav ul li a:hover{
	color: #ffd595;
}
.clear{
	clear: both;
}
.headtitle{
	display: flex;
	flex-wrap: wrap;
}
.headleftborder{
	width: 33%;
	height: 40px;
	border-top: 2px dashed #ffd595;
	border-bottom: 2px dashed #ffd595;
	opacity: 0.4;
}
.headrightborder{
	width: 33%;
	height: 40px;
	border-top: 2px dashed #ffd595;
	border-bottom: 2px dashed #ffd595;
	opacity: 0.4;
}
.headtitle h1{
	color: #fff;
	font-size: 1.6em;
	width: 34%;
	text-align: center;
	line-height: 40px;
}
.headtitle h1 i{
	margin:0 10px;
	color: #ffc66f;
}
.headtitle b{
	color: #fbd395;
}
.homestext{
	margin:25px 0;
	padding: 20px 10px;
	color: #fff;
	font-size: 1.1em;
	line-height: 25px;
	text-align: center;
	background: rgb(9,13,43);
    background: linear-gradient(90deg, rgb(114 24 97) 0%, rgb(114 24 97) 100%);
}
.box_live{
	margin-top: 40px;
	border:3px dotted  #fbd395;
	height: 250px;
	display: inline-flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}
.box-left{
	width: 70%;
	position: relative;
}
.btn_text{
	top: -30px;
	left: 25%;
	background: rgb(112,88,88);
    background: linear-gradient(
90deg
, rgb(46 234 148) 0%, rgb(27 165 85) 27%, rgb(32 182 101) 71%, rgb(47 217 129) 100%);
    
	color: #fff;
	width: 40%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	font-weight: bold;
}
.btn_text h2{
	font-size: 18px;
	color: #fff;
	line-height: 60px;
}
.box-right{
	width: 30%;
	text-align: right;
	position: relative;
}
.box-right img{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9999;
	max-height: 135%;
}
.border-clear{
	position: absolute;
    height: 3px;
    top: -3px;
    right: 5%;
    width: 20%;
    background: #8c1f75;
}
.box-left h3{
	margin-top: 40px;
	width: 90%;
	text-align: center;
	line-height: 60px;
	font-size: 1.6em;
	color: #fff;
	font-family: 'Reggae One', cursive;
	margin-bottom: 10px;
}
.box-button{
	display: block;
    width: 40%;
    padding: 15px;
    background: radial-gradient(circle, #f9a21e 0%, #b77511 100%);
    border-radius: 10px;
    position: relative;
    left: 25%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
.box-button i{
	margin-right: 10px;	
}
.list-item{
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1
}
.list{
	min-height: 280px;
	width: 25%;
	padding: 5px;
}
.wrap{
	background: #570f4b;
	width: 100%;
	height: 100%;
}
.wrap .item-img img{
	padding: 9px;
   background: linear-gradient(353deg, rgba(143,49,126,1) 0%, rgba(199,114,97,1) 100%);
   background-size: 400% 400%;
    width: 100%;
    height: 280px;
    animation: gradient 15s ease infinite;
    -webkit-animation: gradient 15s ease infinite;
    animation: gradient 15s ease infinite;
   
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.list-content{
	display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    background: linear-gradient( 
45deg
 , #b34459, #560e4a);
}
.list-left {
    width: 30%;
    text-align: center;
    padding: 1px;
    font-size: 0.8em;
}
.list-left b{
    color: #ddd;
    margin-bottom: 9px;
    display: block;
}
.list-left img{
	max-width: 100%;
    margin-top:20px;
	animation: slide 1s ease-out;
	animation-iteration-count:infinite;
}
@keyframes slide {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
.list-right{
width: 70%;
    text-align: left;
    padding-left: 10px;

}
.list-right b,span{
	display: block;
}
.list-right a b{
	color: #ffeb3b;
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
    padding-bottom: 4px;
}
strong.green {
    color: #b9ef7a;
}
strong.red{
    color:#ff5722
}
.list-right a span{
	color: #fff;
	padding: 5px 0
}
@keyframes colorchange
    {
      0%   {background: linear-gradient(353deg, rgba(143,49,126,1) 0%, rgba(199,114,97,1) 100%);}
      50%  {background: linear-gradient(353deg, rgba(199,114,97,1) 0%, rgba(143,49,126,1) 100%);}
      100% {background: linear-gradient(353deg, rgba(143,49,126,1) 0%, rgba(199,114,97,1) 100%);}
   }

    @-webkit-keyframes colorchange
    {
     0%   {background: linear-gradient(353deg, rgba(143,49,126,1) 0%, rgba(199,114,97,1) 100%);}
      50%  {background: linear-gradient(353deg, rgba(199,114,97,1) 0%, rgba(143,49,126,1) 100%);}
      100% {background: linear-gradient(353deg, rgba(143,49,126,1) 0%, rgba(199,114,97,1) 100%);}
   }

  footer{
  	padding: 20px 0;
    background: #570f4b;
    border-top: 4px dashed #3c0635;
  }
  footer{
  	text-align: center;
  	line-height: 24px;
  	color: #eee;
  }

  @media only screen and (max-width: 600px){

  	.list{
  		width: 100%;
  		height: auto;
  	}
    .list-left img{
        max-width: 100%;
        margin-top: 10px;
        animation: slide 1s ease-out;
        animation-iteration-count:infinite;
    }

  	.headtitle h1 {
    color: #fff;
    font-size: 0.8em;
    width: 86%;
    text-align: center;
    line-height: 26px;
}
.headleftborder {
    width: 7%;
    height: 26px;
    border-top: 2px dashed #ffd595;
    border-bottom: 2px dashed #ffd595;
    opacity: 0.4;
}

.headrightborder {
    width: 7%;
    height: 26px;
    border-top: 2px dashed #ffd595;
    border-bottom: 2px dashed #ffd595;
    opacity: 0.4;
}
.wrap .item-img img{
	height: auto;
}

.list-item {
    padding: 11px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.homestext {
    margin: 4px 0;
    padding: 6px 4px;
    color: #fff;
    font-size: 0.8em;
    line-height: 18px;
    text-align: left;
    background: rgb(9,13,43);
    background: linear-gradient(
90deg
, rgb(114 24 97) 0%, rgb(114 24 97) 100%);
}

.logo img {
    margin-left: 0;
    max-width: 47%;
    margin-top: 3px;
}
.logo {
  /*background: url(img/logo_bg.png);*/
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    padding: 8px 0;
}
header nav {
    float: right;
    max-width: 70%;
    display: none;
}



  }