﻿.uxf body{
	
	max-width: 640px;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
}
.uxf.uxf-2018, .uxf.uxf-2018 body{
	background: #ececec;
}
img, picture {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}
.wrapper {
    background-color: #fff;
}
.uxf .container{
	width: 100%;
}
.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
video {
    display:block;
}
/*顶部*/
.navbar span {
    position: absolute;
    top: 0;
}
.ios .navbar span {
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
}
.android .navbar span {
    left: 44px;
    text-align: left;
}

.ios .navbar .visibility{
	visibility: hidden;
}
.android .navbar .visibility{
	display: none;
}
.uxf .navbar-fixed-top{
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.uxf.uxf-2018 .navbar{
	font-size: 20px;
	max-width: 640px;
	font-weight: 500;
	background: #367c2b;
	line-height: 50px;
	height: 50px;
	margin: 0;
	overflow: hidden;
	color: #fff;
}
.uxf.uxf-2018 .navbar p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #367c2b;
	transition: all .5s;
	transform: translateY(100%);
}
.uxf.uxf-2018 .navbar.on p{
	transform:none;
}
.uxf.uxf-2018 .navbar span{
	padding: 0 10px;
	display: inline-block;
	    width: 60%;
	    white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
}
.uxf.uxf-2018 .navbar i{
	position: relative;
	z-index: 4;
	font-size: 22px;
	line-height: 50px;
	padding:0 10px;
}
.uxf.uxf-2018 .navbar i.njt-icon-close{
	font-size: 18px;
}
/*页面*/
.page {
    min-height: 77vh;
    padding-top: 50px;
    overflow: auto;
    margin: 0;
}
.fixed {
    position: fixed;
    top: 0;
    padding-top: 50px;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1030;
    background: #fff;
}
/*首页*/
#Modules{
	padding-top: 10px;
}
#Modules p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
#Modules a,#Modules a:hover{
	text-decoration: none;
	font-size: 12px;
	padding-top: 10px;
	color: #333;
	position: relative;
}
#Modules .col-xs-8:nth-of-type(-n+9){
	border-bottom: 5px solid #f7f7f7;
}	
/*底部*/
.footer {
    padding: 10px;
    font-size: 8px;
    position: relative;
}
.relative{
	position: relative;
	overflow: hidden;
}
.footer img{
	width: 80px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.footer .footer-links{
	line-height: 16px;
	padding:5px 0;
	background: #367c2b;
	margin-top: 10px;
	font-size: 10px;
	border-bottom: 2px solid #ffde00;
	margin-bottom: 0 !important;
}
.footer .footer-links li{
	display: block;
}
.footer .footer-links li a{
	color: #fff;
	text-decoration: none;
}
.footer p {
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 20px;
}
/*//动画*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
/* 咨询类样式*/
.news-releases {
    padding-top: 36px;
    margin-bottom: 24px;
    position: relative;
}

 .news-releases .title-related h2, .related-articles .title-related h2 {
        margin-top: 0;
 }

.uxf .news-releases .container {
    padding: 0 20px !important;
}

.uxf .news-releases .float-alert {
    box-shadow: none;
    position: relative;
}

/*menu*/
.scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
			.menu{
				position: fixed;
				right: 0;
				top: 0;
				height: 100%;
				z-index: 1040;
				overflow: hidden;
				width: 100%;
				transform: translateX(100%);
				transition: all .35s;
			}
			.menu.on{
				transform: translateX(0);
			}
			.uxf.uxf-2018 .menu a{
				color: #fff;
				text-decoration: none;
			}
			.menu .menu_header{
				background: black;
				color: #fff;
				font-weight: bold;
				font-size: 20px;
				height: 50px;
				line-height: 50px;
				text-shadow: 1px 1px #000;
			}
			.menu .menu_header .glyphicon{
			    position: absolute;
			    right: 10px;
			    top: 0;
			    font-size: 22px;
			    line-height: 50px;
			    padding: 0 10px;
			    color: #ffd621;	
			}
			.menu .menu_bg{
				background: rgba(0,0,0,.5);
				height: 100%;
				z-index: -1;
				position: absolute;
				opacity: 0;
				width: 100%;
				left: 0;
				top: 0;
				transition: all 0s .3s;
			}
			.menu.on .menu_bg{
				transition: all .35s .35s;
				opacity: 1;
			}
			.menu .list_title{
				font-size: 16px;
				background: rgba(0,0,0,.8);
				font-weight: bold;
				color: #fff;
				line-height: 30px;
				text-shadow: 1px 1px #000;
			}
			.uxf .menu .list-group{
				margin-bottom: 0;
			}
			.uxf .menu .list-group-item{
				background: none;
				border: 0;
				border-radius: 0;
				position: relative;
			}
			.uxf .menu .list-group-item:not(:last-of-type):before{
				content: '';
				position: absolute;
				bottom: 0px;
				height: 1px;
				background: #ddd;
				left: 10px;
				right: 0;
			}
			.menu .menu_main{
				margin-left: 40%;
				height: 100%;
			}
			.menu .menu_content{
				height: calc(100% - 50px);
				background: rgba(0,0,0,.5);
				overflow: hidden;
			}
			.uxf .menu .glyphicon-menu-right  {
				font-weight: normal;
				font-size: 18px;
				line-height: 24px;
				color: #c7c7cc;
			}
/*ios错位问题*/
.uxf .modal {
    position: absolute;
}