* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body {
    position: relative;
	width: 100%;
    max-width: 640px;
    margin: auto;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333;
	background: #f0f0f0;
}
a {
	color: #333;
}
img {
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	display: block;
	content: '';
	clear: both;
}

.brand {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 3%;
    height: 40px;
    background: #fff;
    border-bottom: 1px solid rgba(30,35,42,.06);
    overflow: hidden;
    box-sizing: border-box;
    z-index: 99999;
}
.brand-logo {
    height: 40px;
}
.brand-logo a {
	display: block;
	height: 20px;
	margin-top: 10px;
}
.brand-logo img {
	height: 100%
}
.brand-con {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.1em;
}
.brand-con>img {
	width: 20px;
	margin-right: 5px;
	vertical-align: -2px;
}
.brand .right-ul {
    position: relative;
}
.brand .icon-menu {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/icon_add_nav.png) no-repeat;
    background-size: 100% 100%;
    transition: all .4s;
    margin-top: 8.5px;
}
.hide_nav {
    position: fixed;
    background-color: #f7f8f9;
    width: 100%;
    z-index: 99999;
    display: none;
}
.menu-search {
    position: relative;
    margin: 4% auto 2%;
    width: 90%;
}
.menu-search .menu-input {
    background: white;
    border: none;
    outline: none;
    border-radius: 3px;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding: 0 3%;
}
.menu-search .menu-sub {
    border: none;
    outline: none;
    background: #ff9d00;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 35px;
    width: 45px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-appearance: none;
}
.menu-search .menu-sub i.iconfont {
    color: #fff;
    font-size: 1.5em;
}
.hide_nav_left {
    float: left;
    width: 62%;
    padding-left: 4%;
    background: #f7f8f9;
}
.hide_nav_left li p {
    font-size: 1.1em;
    color: #666666;
    vertical-align: middle;
    margin: 4px 0 3%;
    border-left: 2px solid #666;
    padding-left: 2%;
}
.hide_nav_left li a {
    display: inline-block;
    margin-bottom: 8px;
    width: 84.5px;
    line-height: 24px;
    text-align: center;
    font-size: .85em;
    color: #666;
    border: 1px solid #999;
    border-radius: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.hide_nav_right {
    float: right;
    background-color: #eff0f1;
    width: 34%;
    padding: 12px 0;
}
.hide_nav_right li {
    font-size: .9em;
    color: #333;
    text-align: center;
    line-height: 35px;
}
.nav_bottom {
    position: fixed;
    background-color: black;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.main {
    padding-top: 40px;
}


.main-content {
    padding: 2% 2% 3%;
    margin-top: 2%;
    background: #fff;
}
.main-content .main-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.main-content .main-title h3 {
    font-size: 1.2em;
}
.main-content .main-title a {
    position: relative;
    font-size: .8em;
}
.main-content .main-title a:after {
    content: '>';
    font-family: '宋体';
    font-size: .8em;
    color: #333;
    padding-left: 2px;
}

.location {
    font-family: '宋体';
    padding-left: 10px;
    padding-bottom: 0;
    color: #999;
    font-size: .9em;
    margin-top: 2%;
}
.location a {
    font-family: '微软雅黑';
}


.bot_fix {
    background: #ff9d00;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: .95em;
    z-index: 100001;
}
.bot_fix ul {
	display: flex;
	justify-content: space-between;
}
.bot_fix li {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.bot_fix li+li {
    border-left: 1px solid rgba(0,0,0,.07);
}
.bot_fix li a {
    color: #fff;
    display: block;
    box-sizing: border-box;
    line-height: 1.1;
    padding-bottom: 3px;
}
.bot_fix li+li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 48px;
    border-left: 1px solid rgba(255,255,255,.12);
    overflow: hidden;
}
.icon_dh {
	margin-top: 3px;
    background: url(../images/icon-dh.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
}
.icon_zx {
	margin-top: 3px;
    background: url(../images/icon-zx.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
}
.icon_bm {
	margin-top: 3px;
    background: url(../images/icon-bm.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
}
.icon_wx {
    margin-top: 3px;
    background: url(../images/icon-wx.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
}

footer {
    color: #fff;
    text-align: center;
    margin: 2% 0 48px;
    background: #333;
    width: 100%;
    padding: 10px 0;
}
footer p {
    font-size: .8em;
    line-height: 1.8em;
}
footer a {
    position: relative;
    font-size: 1em;
    color: #fff;
    padding: 0 2px 0 6px;
    line-height: 2.5em;
}
footer a+a {
    border-left: 1px solid #fff;
}




/* 插件 */
.pswp__button{
    display: none;
}

.pswp__counter{
    color: #fff !important;
}

.pswp__button.pswp__button--close{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
}

.pswp__counter{
    position: absolute;
    bottom: 52px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.shangxiab a{
    color: #14bf76;
}