body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	background: #f7f7fa;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
p,
img {
	padding: 0;
	margin: 0;
}

li,
ul {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.text-center {
	text-align: center;
}

img {
	display: block;
}

.app-bg {
	background: #2d2d2d;
}

.text-white {
	color: #fff;
}

.text-purple {
	color: #8f78f1;
}

.bg-purple {
	background: #8f78f1;
}

.bg-white {
	background: #fff;
}

header {
	padding: 6.66vw 0;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	padding-left: 10vw;
	font-size: 6vw;
	text-transform: capitalize;
}

header img {
	width: 52.8%;
	margin: 0 auto;
}

header .back {
	position: absolute;
	height: 6vw;
	max-height: 48px;
	margin: auto;
	left: 2.5vw;
	top: 0;
	bottom: 0;
}

header .back img {
	width: 6.66vw;
	max-width: 50px;
}

#index {
	max-width: 750px;
	padding-top: 6.66vw;
	display: block;
	margin: 0 auto;
}

#index li {
	position: relative;
	margin-bottom: 2vw;
}

#index li .text {
	position: absolute;
	bottom: 4.8vw;
	left: 8.4vw;
}

#index li .text p {
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
}

#index li .text .more {
	width: 14vw;
	line-height: 5.3vw;
	background: #6B6BFF;
	text-align: center;
	color: #fff;
}

#index li img {
	width: 100%;
}

#list .item {
	width: 90vw;
	margin: 0 auto;
	margin-top: 2.777777777vw;
	padding: 2vw;
}

#list .item {
	border-radius: 2.8vw;
	/* -webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, .5);
	-moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, .5);
	box-shadow: 2px 2px 7px rgba(153, 153, 153, .5); */
	background: #212A52;
}

#list .item .icon {

	-webkit-box-shadow: 2px 2px 5px rgba(153, 153, 153, .5);
	-moz-box-shadow: 2px 2px 5px rgba(153, 153, 153, .5);
	box-shadow: 2px 2px 5px rgba(153, 153, 153, .5);
}

#list .item .icon {
	width: 30vw;
	height: 30vw;
	overflow: hidden;
}

#list .item .icon img {
	width: 100%;
}

#list .item .contents {
	width: 57vw;
	position: relative;
	padding-top: 1.5vw;
}

#list .item .contents h1 {
	font-size: 4.7222222222vw;
	color: #fff;
	margin-bottom: 2vw;
}

#list .item .contents .view {
	font-size: 3.888888vw;
	color: #8f78f1;
	background: url("view.png") no-repeat center left;
	padding: 1vw 0;
	padding-left: 5vw;
	background-size: 4vw;
	margin-bottom: 2vw;
}

#list .item .contents p {
	font-size: 3.3333333vw;
	color: #424C79;
	margin-bottom: 2vw;
}

#list .item .contents .btn {
	position: absolute;
	right: 1vw;
	width: 14vw;
	bottom: 4.2vw;
	height: 9vw;
	border-radius: 5vw;
	/* background: #8f78f1 url("play.png") no-repeat 19vw center;
	-webkit-background-size: 4vw;
	background-size: 4vw;
	-webkit-box-shadow: 2px 2px 7px rgba(136, 113, 241, .5);
	-moz-box-shadow: 2px 2px 7px rgba(136, 113, 241, .5);
	box-shadow: 2px 2px 7px rgba(136, 113, 241, .5); */
}

#list .item .contents .btn img {
	width: 100%;
}

#list .item .contents li {
	float: left;
	width: 5vw;
}

#list .item .contents li img {
	width: 100%;
}

.Popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17, 22, 47, 0.9);
	z-index: 9999;
	display: none;
}

.Popup .content {
	width: 90vw;
	height: 70vh;
	background: rgba(255, 255, 255, 0.1);
	top: 10vh;
	left: 5vw;
	position: absolute;
	border-radius: 2vw;
	padding-top: 5vw;
}

.Popup .content .pic {
	width: 30vw;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.Popup .content .pic img {
	width: 100%;
}

.Popup .content p {
	height: calc(50vh - 15vw - 40px);
	overflow: auto;
	display: block;
	padding: 0 20px;
	margin: 10px 0;
	color: #f1f1f1;
}

.Popup .close {
	background: #fff;
	color: #000;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 50px;
	font-size: 32px;
	padding: 1px;
	bottom: 5vh;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
}

/* use cross as close button */
.Popup .close::before {
	content: "\2716";
}

@media screen and (min-width:768px) {
	header {
	    padding: 50px 0;
	    padding-left: 80px;
	    font-size: 44.54px;
	}
	header .back {
	    left: 34px;
	}
	#index {
	    padding-top: 50px;
	}
	#index li .text {
		bottom: 36px;
		left: 62px;
	}

	#index li .text p {
		font-size: 38px;
		margin-bottom: 23px;
	}

	#index li .text .more {
		width: 106px;
		line-height: 40px;
	}
}
