﻿* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	font-family: '微软雅黑';
	outline: none
}
html, body {
	height: 100%
}
a {
	color: inherit
}
a:focus{color:#afafaf;outline: none;}

img {
	border: 0 none
}
body {
	margin: 0;
	padding: 0;
	background: url("bg.png")
}
input[type=text]::-ms-clear {
display:none
}
input::-webkit-search-cancel-button {
display:none
}
input.t {
	border: 1px solid #fff;
	background: #fff;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #004779
}
.w {
	width: 100%;
	margin: 0 auto;
	height: 100%
}
#main {
	width: 100%;
	margin-top: 0px;
	height: 100%;
	position: relative;
	min-width: 1000px
}

[v-cloak] {
    display: none;
}

#bigBox {
	width: 1000px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-top: -315px;
	margin-left: -500px
}
#bigBox h3 {
font-size: 1.6rem;
text-align: center;
box-sizing: border-box;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
unicode-bidi: isolate;
color: #313131;
font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.mSiteTittle{
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
}
.tittleBg{
    position: absolute;
    width: 10rem;
    height: 1rem;
    background-color: #ffe400;
    left: 47%;
    bottom: -0.2rem;
    z-index: -1;
    margin-left: -2rem;
}
#logoBox {
	overflow: hidden;
	width: 326px;
	margin: 0 auto;
	margin-bottom: 30px
}
#logoLeft {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer
}
#logoLeftFe {
	position: absolute;
	width: 100px;
	height: 900px;
	background-image: url(logoLeft.png);
	background-repeat: no-repeat;
	top: 0px
}
#logoFixed {
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 3
}
#logoRight {
	width: 218px;
	height: 46px;
	background-image: url(logoRight.png);
	background-repeat: no-repeat;
	float: right;
	top: 0;
	margin-top: 40px
}
#searchBox {
	overflow: hidden;
	width: 1000px;
	height: 50px
}
#search {
	width: 900px;
	height: 50px;
	border: 1px solid #353535;
	border-right: 0 none;
	float: left;
	font-size: 16px;
	padding-left: 0;
	color: #15120e;
	border-left: 0
}
#search:hover {
	color: #15120e
}
#searchBtn {
	width: 50px;
	height: 50px;
	background-color: #ffe400;
	border: 1px solid #353535;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	float: left;
	background-image: url(searchBtn.png);
	background-position: 11px 13px;
	background-repeat: no-repeat;
	cursor: pointer
}
.searchChoice {
	width: 50px;
	height: 50px;
	background-color: white;
	border: 1px solid #353535;
	border-right: 0;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	float: left;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	position: relative
}
.sChoiceBtn {
	display: block;
	width: 20px;
	height: 20px;
	margin: 14px auto 0 auto;
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2
}
.sChoiceBtn:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.scBigBox {
	display:none;	
	width:640px;
	flex-flow: row wrap;
	padding:10px;
	height: auto;
	background-color: white;
	position: absolute;
	top: 94%;
	border: solid 1px #cccccc;	
	border-radius: 6px;
	overflow: hidden;
	z-index: 41;
}
#msoBtn1{
	width: 132px;
	height: 34px;
	border: solid 1px #cccccc;
	background-color: white;
	position: absolute;
	bottom: -34px;
	left:-1px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
}
#msoBtn1:hover{
	background-color: #f0f0f0;
}
#msoBtn1 span{
	margin: 7px 20px 0px 10px;
	color: #545454;
	font-size: 16px;
	line-height: 31px;
}
#msoBtn1Img{
	width:33px;
	height:20px;
	display: block;
	position: absolute;
	right: 20px;
	top: 6px;
}

.scSmallBox {
	overflow: hidden;
	width: 25%;
	display: flex;
	align-items: center;
	height: 45px;
	color: #545454;
	border-radius:4px;
	cursor: pointer
}
.scSmallBox:hover {
	background-color: #f7f7f7
}
.scImg {
	width: 20px;
	height: 20px;
	margin:0 10px;
}
.scName {
	font-size: 16px;
}
#recoPage {
	width: 501px;
	height: 204px;
	background-image: url(recoPage.png);
	background-repeat: no-repeat;
	left: 50%;
	top: 45%;
	margin-top: -150px;
	margin-left: -250px;
	position: absolute;
	display: none;
	opacity: 0
}
.recoBtn {
	width: 171px;
	height: 36px;
	cursor: pointer;
	background-image: url(recoPageBtn.png);
	background-repeat: no-repeat;
	margin: 150px 0 0 250px;
	position: absolute
}
#copyright {
	margin: 0 auto;
	width: 290px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -145px;
	font-size: 14px;
	color: #afafaf
}
#copyrightIndex {
	margin: 0 auto;
	width: 290px;
	height: 50px;
	font-size: 14px;
	color: #afafaf;
	position: absolute;
	left: 50%;
	margin-left: -145px;
	bottom: -80px
}
#beian {
	font-size: 13px;
	text-decoration: none
}
#beian:hover {
	color: #777
}
.aboutBtn:hover {
	color: #777
}
.bottomButton {
	width: 100%;
	text-align: center
}
.bottomButton a {
	text-decoration: none
}
.bottomCopyright {
	width: 100%;
	text-align: center
}
.mSiteBtn {
	position: relative;
	cursor: pointer
}
.mSiteBtn:hover {
	color: #8e8e8e
}
.mSiteQrcode {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -60px;
	width: 124px;
	height: 150px;
	background-color: white;
	border: solid 1px #cccccc;
	border-radius: 10px;
	z-index: 41;
	display: none
}
.mSiteQrcode img {
	width: 100px;
	height: 100px;
	margin: 10px auto 0px auto
}
.mSiteQrcode div {
	line-height: 15px
}
.aboutLogo {
	padding-top: 60px
}
.aboutBox {
	width: 940px;
	margin: 0px auto 0 auto;
	overflow: hidden;
	padding: 60px 30px 60px 30px;
	background-color: white;
	border-radius: 15px
}
.aboutNav {
	float: left;
	width: 180px;
	color: #5a5a5a
}
.aboutNav li {
	height: 25px;
	margin-bottom: 15px;
	font-size: 16px;
	padding-left: 30px;
	cursor: pointer
}
.aboutNavCurrent {
	background-image: url(logo25px.png);
	background-repeat: no-repeat
}
.aboutNav li:hover {
	color: #000
}
.aboutContent {
	float: left;
	border-left: 1px solid #e3e3e3;
	padding: 0px 0px 0px 80px;
	width: 660px;
	color: #5a5a5a;
	font-size: 15px
}
.aboutCopyright {
	margin: 0 auto;
	width: 240px;
	height: 40px;
	bottom: 0px;
	margin-top: 30px;
	font-size: 14px;
	color: #afafaf
}
.voosoom {
	width: 230px;
	height: 15px;
	background-image: url(voosoom.png);
	background-repeat: no-repeat;
	background-position: 40px 2px;
	margin-top: 20px
}
.btn001 {
	width: 150px;
	height: 35px;
	background-color: #ffe400;
	font-size: 15px;
	color: #0e0e0e;
	margin: 0 auto;
	display: block;
	text-align: center;
	line-height: 35px;
	border-radius: 5px
}
.btn001:hover {
	background-color: #f7dd00
}
.liuyanText {
	font-size: 15px;
	color: #5a5a5a;
	width: 400px;
	text-align: center;
	height: 60px;
	background-color: #ffe400;
	border-radius: 15px;
	padding-top: 10px;
	margin: 0 auto
}
.liuyanText b {
	font-size: 22px;
	color: #252525
}
.wTitle {
	margin-bottom: 10px;
	overflow: hidden;
	width: 630px;
	font-size: 15px
}
.wTitle span {
	float: right;
	font-size: 14px;
	color: #afafaf
}
.wTitle b {
	float: left;
	width: 70px
}
.wTitle a {
	float: left
}
.wTitle a:hover {
	color: #000
}
#hSiteNav {
	width: 720px;
	text-align: center;
	margin: 13px auto 6px auto;
	position: relative
}
#hSiteNav .hNav {
	display: inline-block;
	width: 70px;
	height: 40px;
	text-align: center;
	color: #919191;
	font-size: 16px;
	cursor: pointer;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 10px
}
#hSiteNav .hNav .tool {
	position: absolute;
	right: 0;
	top: -8px
}
#hSiteNav .hNav .tool .iconfont {
	font-size: 12px
}
#hSiteNav .add-nav-btn {
	position: absolute;
	right: -30px;
	top: 0
}
#hSiteNav .hNav:hover {
	color: #15120e;
	background-repeat: no-repeat
}
#hSiteNav .currentHNav {
	color: #15120e;
	background-image: url(hNavGrayLine.png);
	background-position: 0 36px;
	background-repeat: no-repeat
}
.hSiteBigBox {
	width: 1000px;
	position: relative
}
.hSiteBox {
	width: 1000px;
	position: absolute
}
.hSiteLine {
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin-bottom: 5px
}
.hSite {
	width: 144px;
	height: 50px;
	float: left;
	display: block;
	margin-right: 27px
}
.hSite:hover {
	background-image: url(hSiteBg.png);
	background-repeat: no-repeat
}
.hSiteImg {
	width: 20px;
	height: 20px;
	float: left;
	margin: 15px 10px 0 10px;
	background-repeat: no-repeat
}
.promptBtn {
	display:none;
	width: 20px;
	height: 20px;
	background-image: url(prompt.png);
	position: absolute;
	top: 15px;
	right: 60px;
	cursor: pointer
}
.promptText {
	font-size: 13px;
	color: #545454;
	display: none;
	overflow: hidden;
	width: auto;
	height: auto;
	background-color: white;
	position: absolute;
	top: 36px;
	right: -45px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	z-index: 41;
	padding: 10px
}
#search_bg {
	height: 50px;
	background-color: white;
	border-radius: 100px;
	margin-bottom:36px;
}
#search_bg #button_bg {
	position: relative
}
#search_bg #button_bg .textb {
	display: block;
	outline: none;
	float: left;
	text-align: left
}
#search_bg #button_bg .subb {
	display: block;
	outline: none;
	float: left
}
#search_bg #button_bg .keyword {
	width: 917px;
	height: auto;
	border: solid 1px #cccccc;
	border-top: none;
	position: absolute;
	top: 50px;
	left: 34px;
	z-index: 40;
	display: none;
	font-size: 15px;
	background-color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden
}
#search_bg #button_bg .keyword span {
	display: block;
	clear: both;
	width: 100%;
	height: 28px;
	text-indent: 15px;
	line-height: 28px;
	cursor: pointer;
	background: white;
	border-bottom: solid 1px #fff
}
#search_bg #button_bg .keyword span:hover {
	background: rgba(0,0,0,0.5)
}
#search_result {
	width: 960px;
	height: auto;
	min-height: 400px;
	overflow: hidden
}
#search_result .result_num {
	width: 960px;
	height: 26px;
	text-align: left;
	text-indent: 15px;
	font-size: 15px;
	line-height: 26px;
	color: #767676
}
#search_result .result {
	width: 960px;
	height: auto;
	max-height: 110px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-indent: 20px;
	line-height: 25px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: dashed 1px #ccc
}
#result_page {
	width: 960px;
	height: 30px
}
#result_page a {
	display: block;
	float: left;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	background: none;
	color: #363636;
	border: solid 1px #A5A5A5;
	transition: all .5s linear;
	-webkit-transition: al 0.5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all 0.5s linear
}
#result_page a:hover {
	color: #0A67C1;
	border: solid 1px #0A67C1
}
#result_page .nowpage {
	border: solid 1px #EAE8E8;
	color: #0F9512
}
#result_page .previous, #result_page .next {
	width: 80px;
	height: 30px
}
.website {
	overflow: hidden;
	padding: 10px 0 0px;
	width: 1000px
}
.website li {
	float: left;
	position: relative;
	margin-right: 27px;
	margin-bottom: 5px
}
.website li .iconfont {
	position: absolute;
	right: -2px;
	top: -3px;
	font-size: 20px;
	color: #999;
	cursor: pointer
}
.website li a {
	display: block;
	font-size: 16px;
	color: #15120e;
	float: left;
	width: 144px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	padding-right: 10px
}
.website li a img {
	position: absolute;
	left: 10px;
	top: 15px
}
.website li a .text {
	display: block;
	padding-left: 38px;
	white-space: nowrap;
	overflow: hidden
}
.website li a:hover {
	background: url(hSiteBg.png) no-repeat
}
.website ul {
	width: 1050px;
	padding: 0
}
.website ul.edit li a {
	background: url(hSiteBg.png) no-repeat
}
.addSourceModal button {
	border: none
}
.addSourceModal .addSimpleSourBtn {
	width: 160px;
	margin: 0 auto;
	display: block;
	background-color:transparent;
}
.addSimpleSourText {
	width: auto;
	text-align: center;
	font-size: 14px;
	color: #afafaf;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px
}
.ensoure-btn {
	text-align: center;
	background: #ffe400;
	border:1px solid #353535;
	width: 160px;
	height: 40px;
	line-height: 38px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 16px;
	text-decoration: none
}
.addSourceModal .modal-dialog {
	width: 500px;
	height: 280px;
	background: #efefef;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #cccccc
}
.addSourceModal .modal-body {
	margin-top: 55px;
	padding: 0
}
.addSourceModal .modal-content {
	position: relative;
	overflow: hidden
}
.addSourceModal .modal-content .close-btn {
	position: absolute;
	right: 10px;
	top: 10px
}
.addSourceModal .form-group {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 0
}
.addSourceModal .form-control {
	border:1px solid #353535;
	height: 40px;
	line-height: 40px;
	width: 335px;
	padding-left: 15px;
	float: left;
	border-radius: 100px
}
.addSourceModal .form-control:focus {
	box-shadow: none
}
.addSourceModal label {
	height: 40px;
	line-height: 40px;
	margin-left: 40px;
	width: 50px;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: normal
}
#addCategoryModal .modal-body {
	margin-top: 90px
}
.login-btn {
	margin-top: 80px
}
.login-btn .info {
	text-align: center;
	margin: 15px 0 20px;
	font-size: 18px
}
.login-btn .info a.log-out {
	text-decoration: underline
}
.login-btn .btns {
	overflow: hidden;
	width: 160px;
	height: 40px;
	margin: 0 auto 0px
}
.login-btn .btns a {
	text-align: center;
	background: #ffe400;
	display: block;
	border:1px solid #353535;
	width: 160px;
	height: 40px;
	line-height: 38px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 16px;
	text-decoration: none
}
.login-btn .btns a:focus {
color:#353535
}
.edit-save {
	text-align: center
}
.edit-save .info {
	margin-bottom: 20px
}
.edit-save .info .iconfont {
	padding-right: 5px
}
.edit-save .btns {
	overflow: hidden;
	width: 155px;
	margin: 0 auto 15px
}
.edit-save .btns a {
	background: #ffe400;
	display: block;
	border: 1px solid #353535;
	width: 150px;
	height: 40px;
	line-height: 36px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 16px;
	float: left;
	margin-right: 40px;
	text-decoration: none
}
.edit-save .btns a:focus {
color:#353535
}
.edit-save .btns a:last-child {
	margin-right: 0
}
/*# sourceMappingURL=moulem.css.map */
