body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
	margin: 0;
	padding: 0
}

body,
html {
	height: 100%;
	background: #fff;
	font-family: Microsoft YaHei
}

a {
	text-decoration: none
}

li {
	list-style: none
}

.cont {
	overflow: hidden;
	width: 100%;
	height: 45.5%;
	background: #ccc url(../images/bc.jpg) no-repeat;
	background-size: cover
}

.cont .bg-light {
	background-color: transparent !important
}

.cont .navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .75)
}

.cont .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, .95)
}

.cont #sogouInput {
	border-color: #789;
	background-color: transparent;
	color: #eee
}

.so {
	position: relative;
	top: 26%;
	z-index: 10;
	text-align: center
}

.so h2 {
	padding-bottom: 50px;
	color: #fff;
	font: bold 26px 'Open Sans', sans-serif
}

.so .input-group .form-control {
	height: 50px;
	border: 1px solid #666;
	border-radius: .25em 0 0 .25em
}

.so .input-group .form-control:focus {
	border-color: #666;
	box-shadow: 0 0 0 0 transparent
}

.so .input-group .btn-outline-secondary {
	border: 1px solid rgb(0 0 0 / 8%);
	background-color: #4e6ef2;
	color: #fff
}

.so .input-group .soo {
	height: 50px;
	border: 1px solid #777;
	border-left: 0;
	border-radius: 0 .25em .25em 0;
	background-color: #777
}

.btn-outline-secondary.focus,
.so .input-group .btn-outline-secondary:focus {
	box-shadow: 0 0 0 0 rgba(108, 117, 125, 0)
}

.content .send a {
	display: inline-block;
	overflow: hidden;
	margin-top: -45px;
	width: 100%;
	height: 90px;
	border-radius: 3px;
	background-color: #eee;
	background-size: cover;
	box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .35);
	color: #e7e7eb;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 90px;
	transition: .3s
}

.content .one {
	background: #eee url(../images/bg1.jpg) no-repeat
}

.content .two {
	background: #eee url(../images/bg5.jpg) no-repeat
}

.content .three {
	background: #eee url(../images/bg3.jpg) no-repeat
}

.content .four {
	background: #eee url(../images/bg4.jpg) no-repeat
}

.content .five {
	background: #eee url(../images/bg6.jpg) no-repeat
}

.content .six {
	background: #eee url(../images/bg2.jpg) no-repeat
}

.content .send a:hover {
	box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .85)
}

.tit {
	display: block;
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 5px;
	padding: 5px 5px 10px 0;
	width: 100%;
	border-bottom: 1px dashed #bbb;
	color: #333;
	font-size: 18px
}

.tit .remark {
	color: #888;
	font-size: 13px
}

.col a {
	display: inline-block;
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	height: 40px;
	border-radius: 3px;
	background-color: #eee;
	color: #444;
	text-decoration: none;
	text-indent: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	transition: .3s
}

.col a:hover {
	background-color: #555;
	color: #fff
}

.tui {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 10000;
	width: 40px;
	height: 40px;
	border: 2px solid #ddd;
	border-radius: 50%
}

.tui img {
	width: 100%;
	height: 100%
}

.tui:hover {
	border: 2px solid #bbb;
	-moz-box-shadow: 4px 4px 10px rgba(100, 100, 100, .5);
	box-shadow: 4px 4px 10px rgba(100, 100, 100, .5)
}

.copyright {
	position: relative;
	bottom: 0;
	margin-top: 30px;
	padding: 20px 0;
	width: 100%;
	color: #777;
	text-align: center;
	font-size: 13px
}

.copyright span {
	margin: 0 .5em;
	opacity: .8
}

.copyright a {
	color: #777;
	text-decoration: none
}

.copyright a:hover {
	text-decoration: underline
}

@media (min-width:1800px) {
	/*.content {*/
	/*	max-width: 1500px*/
	/*}*/
}

@media (max-width:1070px) {
	.content .send {
		display: none
	}
}

@media only screen and (max-width:420px) {
	.tui {
		right: 10px;
		width: 35px;
		height: 35px
	}
}
