/*...............................*/
/*______________LOGO_____________*/
/*...............................*/
.baner {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    cursor: default;
}

.baner .logo {
	display: inline-block;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.baner .logoMirror {
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
	opacity: 0.35;
}

.baner .hot {
	background-image: linear-gradient(#ff8f00, #bf6800);
	border-radius: 10px;
	padding: 2px 10px;
	color: black;
	transition: .5s;
	font-weight: bold;
}

.baner .bian {
	margin-left: 5px;
	color: white;
}

/*...............................*/
/*__________INTRODUCTION_________*/
/*...............................*/
.introductionWrap {
    width: 310px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #eee;
}

.introductionTutorial{
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
}

.introductionWrap h1 {
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: 6px;
    color: #ebeae8;
    text-transform: uppercase;
}

.introductionWrap i {
	display: inline-block;
	font-size: 20px;
    color: #888888;
}

.introductionWrap p {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding-top: 12px;
    font-size: 14px;
    color: #bbb;
    border-top: 1px dashed#e27f00;
    letter-spacing: 3px;
}
/*......................................*/
/*____________SEARCH PHRASE_____________*/
/*......................................*/