ol, ul, li {
    list-style: none;
}
.welcome-header-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1300;
    -webkit-transform: translateZ(0);
    border-bottom: 1px solid #DCDFE6;
    height: 60px;
}
.welcome-header-wrap .welcome-header {
    position: absolute;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
}
.container {
    width: 960px;
    margin: 0 auto;
    font-size: 14px;
}
.header-nav {
    position: relative;
    top: 21px;
    line-height: 28px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.header-nav .logo {
    position: absolute;
    display: inline-block;
    width: 116px;
    height: 36px;
    top: 10px;
    margin-top: -16px;
}
.header-nav .header-nav-item-info {
    position: relative;
    float: right;
    margin-left: 34px;
    font-size: 12px;
}
.header-nav .header-nav-item {
    position: relative;
    float: right;
    margin-left: 32px;
}
.header-nav-item.active a {
    color: #d09a56;
}
.header-nav-item a, .header-nav-item a:active, .header-nav-item a:focus, .header-nav-item a:visited {
     text-decoration: none;
}
.logo_img{
    height: 46px;
}
.header_loginWrap {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    margin-top: -2px;
}
.header_loginOutLink {
    display: block;
    margin-left: -11px;
    margin-right: -13px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-bottom: 0;
}
.header_vline {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 1px;
    height: 13px;
    background-color: #e7e7e7;
    margin: 0 5px;
}
.header-nav-item.active:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 5%;
    height: 1px;
    width: 90%;
    background-color: #d09a56;
}
.welcome-header ul.headerMenu{
    width: 1200px;
    margin: 0 auto;
}
.headerMenu.el-menu.el-menu--horizontal{
    border-bottom: none;
}
.headerLogo{
    width: 260px;
}
.userinfo{
	float:right;
}
.headerMenu li.el-menu-item{
    height: 54px;
}
.el-submenu .icon-user{
    vertical-align: baseline;
}
.banner-wrap {
    position: relative;
    height: 500px;
}
.slide-item img {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1250px;
}
.app-download-area {
    position: absolute;
    display: none;
    z-index: 10;
    top: 370px;
    left: 16%;
    width: auto;
    margin-left: -480px;
}
.app-download-btn {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
    border-radius: 6px;
    background-color: #fff;
    color: #d09a56;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}
.app-download-icon {
    position: relative;
    top: 6px;
    display: inline-block;
    margin-right: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.app-download-ios {
    width: 20px;
    height: 26px;
    background: url('/static/images/icon-apple.svg') no-repeat;
}
.app-download-android {
    width: 23px;
    height: 26px;
    background: url('/static/images/icon-android.svg') no-repeat;
}
.app-download-btn03 {
    width: auto;
    color: #fff;
    background-color: #d09a56;
    padding: 0 22px;
}
.app-download-btn:hover{color:#fff;background-color:#c58534}

.app-download-btn:hover .app-download-android{
    background:url("/static/images/icon-android-white.svg") no-repeat
}
.app-download-btn:hover .app-download-ios{background:url("/static/images/icon-apple-white.svg") no-repeat}

/*login*/
.container {
    width: 100%;
    margin: 0 auto;
}
#divBox {
    width: 100%;
    background-color: #fff;
    position: relative;
}
#divLogin .l-bg {
    width: 530px;
    height: 360px;
    margin: 45px 0 0 0;
    background: url(/static/images/login_bg.png) no-repeat;
}
#divLogin .l-login {
    position: relative;
    width: 330px;
    margin: 65px 100px 0 0;
}
#moneyMsg {
    position: absolute;
    width: 100%;
    top: -53px;
}
#loginBox{
	position: relative;
	background: #fff;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	box-shadow: 0px 0px 15px #545454;
    padding:2.5em;
}
.userbg{
    max-width:800px;
    min-width:500px;
}
#loginBtn{
    width: 100%;
}
.meta-p{
    font-size: 16px;
    font-weight: normal;
    color: #303133;
}
.login-name{
    color:#F56C6C;
}
#registerBox{
	position: relative;
	background: #fff;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	box-shadow: 0px 0px 15px #545454;
    padding:2.5em;
}
.public-footer {
    padding: 25px 0;
}
.page-width{
    width: 1050px;
    margin: 0 auto;
}
.public-footer p{
    float: left;
    padding-right: 132px;
    line-height: 2;
    color: #bbb;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.public-footer p span{
    display: inline-block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.public-footer p a{
    color: #bbb;
}
.public-footer .code-four{
    width: 440px;
    float: right;
    margin-top: 20px;
}
.public-footer .code-four dl{
    width: 60px;
    float: left;
    text-align: center;
    margin: 0 20px;
}
.public-footer .code-four dl dt{
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.public-footer .code-four dl dt span {
    width: 50px;
    height: 50px;
    background: hsla(0,0%,100%,.4);
    display: block;
    border-radius: 50px;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.public-footer .code-four dl dt .code-show{
    position: absolute;
    top: -160px;
    left: -40px;
    opacity: 1;
    display: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.public-footer .code-four dl dd{
    color: #bbb;
    margin-top: 25px;
    font-size: 12px;
}
.public-footer .code-four dl dt img{
    margin-top: 10px;
}
.clear{
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
    width: 100%;
}
.public-footer .footerInfo{
    color: #999;
    font-size: 12px;
    line-height: 2;
    text-align: center;
}
.header-btn {
    margin-right: 10px;
}
.welcome-header .el-menu-item{
    padding: 0;
}
.welcome-header .el-menu-item a{
    text-decoration: none;
    padding: 20px 20px;
}
.welcome-header .el-menu-item i {
    vertical-align: text-top;
}
