*{
	margin: 0;
	padding: 0;
}
img {
    border: 0 none;
    vertical-align: top;
}
ul, li {
    text-indent: 0;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
ul, li, dl, dd, dt {
    list-style-type: none;
}
a {
    text-decoration: none;
}

.header {
	width: 100%;
	height: auto;
	/*position: fixed;*/
	left: 0;
	z-index: 999999;
	top: 0;
}
.header .h-top {
	width: 100%;
	height: 80px;
}
.header-bar-box {
	width: 100%;
	height: 62px;
	background-color: #e5c03c;
	/*background: url(../img/banner-bg.png) no-repeat;*/
	/*background-size: 100% 100%;*/
}
.header-bar {
    height: 62px;
    margin: 0 20px;
    /*width: 1150px!important;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.zhubo{
    cursor: pointer;
}
.zhubo img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 0 2px 0 0;
}
.zhubo span{
    font-size: 13px;
    color: #00bd7eff;
}
.header-bar .header-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bar .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bar .header-right .mr-r5 {
    margin-right: 5px;
}
.header-bar .logo a {
    margin-right: 20px;
    background: url(../img/logo_black_h.png) no-repeat center/100% 100%;
    display: block;
    width: 213px;
    height: 50px;
}
.header-bar .link {
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bar .link li {
    display: inline-block;
}
.header-bar .link li.active {
    position: relative;
}
.header-bar-box .header-bar .header-left .link ul li a {
	color: #3c3c3c;
    font-size: 15px;
	padding: 0 9px;
	font-weight: bold;
}
.header-bar .link li.active a {
    color: #fff !important;
}
.header-bar .header-left .link ul li.active:after {
	content: "";
    width: 40%;
    border-radius: 10px;
    left: 14px;
	height: 4px;
    background: #fff;
    position: absolute;
    bottom: -18px;
}
.header-bar .action ul {
    white-space: nowrap;
}
.header-bar .action li {
    text-align: center;
    display: inline-block;
    position: relative;
    /*margin-left: 20px;*/
    margin-top: 5px;
}
.header-bar .action li a {
    color: #00bd7eff;
    text-align: center;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
}
.xzImg{
	position: absolute;
    width: 300px;
    border-radius: 3px;
    background: #fff;
    top: 30px;
    left: -80px;
	box-shadow: -5px 2px 10px #938a8a;
	display: none;
}
.xzImg .jiate{
    width: 16px;
    position: absolute;
    top: -12px;
    left: 41%;
}

.header-bar .action li .icon {
    margin: 0 auto;
    width: 24px;
    height: 24px;
}
.header-bar .action li .icon.xz {
    background: url(../img/app-icon.png) center center no-repeat;
    background-size: 100%;
}
.header-bar .action li .text {
    font-size: 12px;
    line-height: 1;
    padding-left: 5px;
}
.search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 432px;
    margin-top: 4px;
}
.search .input {
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px 0 0 20px;
    cursor: text;
    padding: 0 15px;
    width: 180px;
    height: 34px;
}
.search .input input {
    background: 0 0;
    font-size: 12px;
    outline: 0;
    border-width: 0;
    margin-top: 10px;
    width: 100%;
	border: none;
    height: 16px;
}
.search .click {
    background: -moz- oldlinear-gradient(239deg,#42c0d6 0,#00bd7eff 100%);
    background: linear-gradient(211deg,#42c0d6 0,#00bd7eff 100%);
    border-radius: 0 20px 20px 0;
    text-align: center;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 66px;
    height: 34px;
}
.search .click input {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.search .click .icon {
    background: url(../img/search.png) 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: 9px;
    width: 15px;
    height: 15px;
}
.search .click .text {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
    margin-top: 8px;
}
.header-bar .MR-user {
    float: none;
    position: relative;
    margin: 0 0 0 10px;
    min-width: 40px;
    height: 40px;
}
.header-bar .MR-user .avatar {
    display: block;
    position: relative;
}
.header-bar .MR-user .avatar img {
    border-radius: 50%;
    width: 42px;
    height: 42px;
}
.header-bar .MR-user .avatar .flag {
    background: #00bd7eff;
    border-radius: 9px 0 9px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 31px;
    width: 40px;
    height: 18px;
}
.header-bar .MR-user .avatar .text {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}



#footer {
    /*background: url(../img/foot-bg.png);*/
    /* background: #fff; */
    background: #0d1d2e;
    /*background-size: 100% 100%;*/
}
#footer .footer-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
    padding: 28px 0;
}
#footer .footer-content .footer_left {
    font-size: 12px;
    color: #999999ff;
    width: 650px;
}

#footer .footer-content .footer_left .footer-block p {
    color: #ffffffff;
    padding-bottom: 10px;
    text-align: start;
}
#footer .footer-content .footer_left .footer-live .footer-live-item {
    padding-bottom: 40px;
}
#footer .footer-content .footer_left .footer-live .footer-live-item .item-style {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footer .footer-content .footer_left .footer-block p, .other a {
    color: #000;
    font-weight: 600;
}

#footer .footer-content .footer_left .footer-live .footer-live-item .item-style span {
    display: block;
    margin-right: 70px;
    padding-bottom: 10px;
}
#footer .footer-content .footer_left .footer-live .footer-live-item .item-style :last-child {
    margin-right: 0;
}
#footer .footer-content .footer_left .footer-live .footer-live-item .item-style :last-child {
    margin-right: 0;
}

#footer .footer-content .footer_left .footer-live .footer-live-item .item-style a {
    color: #999;
}

#footer .footer-content .footer_right {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
#footer .footer-content .footer_right .qrcode-download {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}
#footer #footer_appDownloadIcon {
    position: relative;
    width: 200px;
    height: auto;
	border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#footer #footer_appDownloadIcon img{
    position: relative;
    width: 200px;
    height: auto;
	border-radius: 3px;
}
#footer #footer_appDownloadIcon .app_download_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#footer .footer-content .footer_right .qrcode-download .download {
    margin-left: 10px;
}

#footer .footer-content .footer_right .qrcode-download .download .download-item {
    background-color: #0fa06bff;
    border-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 138px;
    height: 39px;
    cursor: pointer;
    color: #fff;
}
#footer .footer-content .footer_right .qrcode-download .download .ios {
    margin-bottom: 10px;
}

#footer .footer-content .footer_right .other {
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .footer-content .footer_right .other .logo2 {
    width: 180px;
    height: 54px;
}
#footer .footer-content .footer_right .other .logo2 {
    height: auto;
}

#footer .footer-content .footer_right .other .slogan {
    width: 176px;
    height: 18px;
    margin: 28px 0 25px 0;
}
#footer .footer-content .footer_left .footer-block p, .other a {
    color: #000;
    font-weight: 600;
}
#footer .footer-content .footer_right .other .line {
    padding: 0 10px;
}

.MR-user .detail {
	display: none;
    position: absolute;
    right: -50px;
    z-index: 2;
    width: 1px;
    cursor: pointer;
    width: 160px;
    height: 187px;
    top: 50px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
	box-shadow: -5px 2px 10px #938a8a;
}
.MR-user .detail .popup {
    
}
.MR-user .jiat{
	position: absolute;
    width: 10px;
    z-index: 99;
    top: -8px;
    left: 53%;
}
.MR-user .detail .board {
    padding: 10px 9px 20px;
    height: 100%;
}
.MR-user .detail .logout {
    font-size: 0;
    cursor: pointer;
	margin-top: 5px;
}
.MR-user .detail .logout .icon {
    background: url(../img/exit.png) center no-repeat;
    width: 18px;
    height: 18px;
}
.MR-user .detail .logout .text {
    color: #999;
    font-size: 12px;
    padding-left: 4px;
}
.MR-user .detail .logout span {
    display: inline-block;
    vertical-align: middle;
}
.MR-user .detail .image {
    position: relative;
    padding-top: px;
    margin: 0 auto;
    width: 60px;
}
.MR-user .detail .name {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
}
.MR-user .detail .name a{
	color: #3c3c3c;
}
.MR-user .detail .name .grade-body {
    padding-top: 5px;
}

.MR-user .detail .money {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
}
.MR-user .detail .money .coin-box .coin-div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
}
.MR-user .detail .money span {
    color: #3c3c3c;
    font-size: 12px;
    white-space: nowrap;
}
.MR-user .detail .image img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.MR-user .detail .money .coin-box .coin-div .icon {
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 3px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
}
.MR-user .detail .money span {
    color: #3c3c3c;
    font-size: 12px;
    white-space: nowrap;
}
.MR-user .detail .panel {
    background: url(../img/user_bg.png) center bottom no-repeat;
    padding: 0 9px 12px;
}
.MR-user .detail .panel ul {
    background: #f8f8f8;
    border-radius: 0 0 5px 5px;
    height: 90px;
}
.MR-user .detail .panel li {
    display: inline-block;
    padding: 15px 10px;
}
.MR-user .detail .panel li .icon {
    width: 25px;
    height: 25px;
}
.MR-user .detail .panel li .text {
    color: #707070;
    font-size: 12px;
    line-height: 1;
    padding-top: 6px;
}

.noData {
    width: 100%;
    padding-top: 146px;
    text-align: center;
}
.noData .noDataImg {
    width: 178px;
    height: 177px;
    margin-bottom: 22px;
}
.Lang{
	width: 26px;
	vertical-align: middle;
	display: block;
	margin-top: 0px;
	float: left;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.LangPos{
    position: absolute;
    background: #fff;
    padding: 10px 15px; 
    border-radius: 5px;
    left: -15px;
    top: 35px;
    cursor: pointer;
    color: #333;
	box-shadow: -5px 2px 10px #938a8a;
	display: none;
    z-index: 999;
}
.LangPos dl{
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
.LangPos dl:last-child{
	border:none;
}

.anPos{
    display: none;
    padding: 20px;
}
.anPos li{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.anPos li label{
    width: 142px;
    font-size: 14px;
}
.anPos li div{
    width: 100%;
    position: relative;
}
.anPos li input{
    font-size: 14px;
}
.anPos li input[type="file"]{
    width: 50px;
    height: 50px;
    opacity: 0;
    cursor: pointer;
}
.anPos li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 3px;
}
.anPos a{
    width: 80%;
    display: block;
    margin: 30px auto 0px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    background: #0fa06b;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.layui-layer-loading-icon{
    color: var(--theme-color-red);
}






















