/* CSS Document */
.f{
	display: flex;
	flex-direction: row;
}
.fc {

	display: flex;

	flex-direction: row;
	align-items: center;
}
.f-h{

	display: flex;

	flex-direction: column;
}
.fc-h{

	display: flex;

	flex-direction:column;
	align-items: center;
}
.fcc-h{

	display: flex;

	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.fcc{

	display: flex;

	flex-direction: row;
	align-items: center;
	justify-content: center;
}
/*开始与结束靠边*/
.fc-bet {

	display: flex;

	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.f-bet {
	/* #ifndef APP-NVUE */
	display: flex;
	/* #endif */
	flex-direction: row;
	justify-content: space-between;
}

/*间距留一样*/
.fc-eve {

	display: flex;

	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}
.f-eve {

	display: flex;

	flex-direction: row;
	justify-content: space-evenly;
}

.flex1{
  flex: 1;
}
.font-12{
	font-size: 12px!important
}
.font-14{
	font-size: 14px!important
}
.font-16{
	font-size: 16px!important
}
.font-18{
	font-size: 18px!important
}
.font-24{
	font-size: 24px!important
}
.font-28{
	font-size: 28px!important
}
.font-32{
	font-size: 32px!important
}
.font-36{
	font-size: 36px!important
}
.font-48{
	font-size: 48px!important
}
.font-56{
	font-size: 46px!important
}
.font-72{
	font-size: 72px!important
}
.mr-0{
	margin-right: 0px!important;
}
.ml-0{
	margin-left: 0px!important;
}
.pr-0{
	padding-right: 0px!important;
}
.pl-0{
	padding-left: 0px!important;
}
ul li{
	list-style: none; 
}
a {
  transition: 0.2s all;
  color: #333333;
  outline: 0 !important;
}

a:hover, a:active, a:focus {
  outline: 0 !important;
  color: #03c9a9;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

button:hover, button:active, button:focus {
  outline: 0 !important;
}

.ellipsis{
	text-overflow: ellipsis; 
	white-space: nowrap; o
	verflow: hidden; 
	display: block; 
}
.ellipsisOne{
	overflow: hidden; 
	display: -webkit-box; 
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.ellipsisTwo{
	overflow: hidden; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	word-break: break-all; 
}
.ellipsisThree{
	overflow: hidden; 
	display: -webkit-box; 
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all; 
}
.logo{
	
}
.logo img{
	height: 26px;
	margin-right: 6px
}
.logo small{
	font-size: 14px;
	margin-left: 6px
}
p{
	margin: 0;
	padding: 0;
	line-height: 1.5!important
}
.text-999{
	color: #999
}
.h-69px{
	height: 69px;
}
.homeNewsTit {height: 40px; padding: 8px 0; margin-bottom: 28px; line-height: 20px; color: #404040; border-bottom: 1px solid #eee;}
.homeNewsTit em {font-size: 18px; font-weight: 600;}
.homeNewsTit span {display: inline-block; height: 20px; margin-left: 8px; padding-left: 8px; font-size: 12px; border-left: 3px solid #0092ff;}
.homeTit {padding: 36px 0 36px 0; text-align: center; color: #404040;}
.homeTit h2 {line-height: 28px; font-size: 25px; font-weight: 600; }
.homeTit p {line-height: 18px; font-size: 12px;}
.homeTit p em {position: relative; display: inline-block;}
.homeTit p em:before {display: block; content: ""; width: 36px; height: 1px; background: #eeeeee; position: absolute; left: -50px; top: 50%;}
.homeTit p em:after {display: block; content: ""; width: 36px; height: 1px; background: #eeeeee; position: absolute; right: -50px; top: 50%;}
.homeTit span {display: block; width: 40px; height: 3px; margin: 6px auto 0; background: #0092ff;}.homeTitFFF {color: #fff;}
.homeTitFFF.homeTit p em:before,.homeTitFFF.homeTit p em:after {background: #fff;}
.homeTit0092ff.homeTit p em:before,.homeTit0092ff.homeTit p em:after {background: #0092ff;}


.newsList{
	
}
.newsList .newsListItem{
	padding-bottom: 30px;
}
.newsList .newsListItem .fc-h{
	width: 80px;
	color: #fff;
	margin-right: 10px;
}
.newsList .newsListItem .fc-h .d{
	background: #ff0000;
	width: 100%;
	font-size: 25px;
	text-align: center;
}
.newsList .newsListItem .fc-h .ym{
	background: #ff0000;
	margin-top: 2px;
	width: 100%;
	font-size: 12px;
	text-align: center
}
.newsList .newsListItem .f-h{
	flex: 1;
}
.newsList .newsListItem .f-h .title{
	font-size: 15px;
	font-weight: bold;
}
.newsList .newsListItem .f-h .desc{
	font-size: 12px;
	color: #999;
	line-height: 18px;
}

.thread .title{
	border-bottom: 1px solid #c9c9c9
}
.thread .title .fc-eve{
	color: #000000
}
.thread .threadCont{
	
}
.thread .threadCont p{
	margin: 0;
	padding: 0;
	line-height: 24px
}
.thread .threadCont div{
	margin-bottom: 0.5rem;
	padding: 0;
}
.thread .threadCont h1{
	margin: 0;
	padding: 0;
}
.thread .threadCont h2{
	margin: 0;
	padding: 0;
}
.thread .threadCont h3{
	margin: 0;
	padding: 0;
}
.thread .threadCont h4{
	margin: 0;
	padding: 0;
}
.thread .tag{
	
}

/* ==========================================================================
   Screenshots Section
   ========================================================================== */
.screenshots-section{
    padding-bottom: 0px;
}
.swiper-container {
    padding: 3.58rem 0 7rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-container .swiper-slide{
    text-align: center;
    transform: scale(.65);
    opacity: 0.2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
@media(max-width: 768px) {
    .swiper-container .swiper-slide img{
        width: 60%;
    }
}
.swiper-container .swiper-slide-next, 
.swiper-container .swiper-slide-prev{
    transform: scale(.75);
    opacity: 0.85;
}
.swiper-container .swiper-slide-active{
    opacity: 1;
    transform: scale(1);
     z-index: 100;
}
.swiper-container .screen{
    width: 212px;
    height: 376px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
}
.swiper-container .mobile-mock {
    background: #fff;
    border: 1px solid #edf4f8;
    margin: 0 auto;
    position: absolute;
    top: 0;
    max-width: 240px;
    left: 0;
    right: 0;
    width: 240px;
    border-radius: 36px;
    padding: 55px 0;
    -webkit-box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5);
    box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5)
}
.swiper-container .mobile-mock:after,
.swiper-container .mobile-mock:before {
    content: '';
    position: absolute
}
.swiper-container .mobile-mock:before {
    width: 45px;
    height: 4px;
    background: #e3e8eb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: -25px auto 0
}
.swiper-container .mobile-mock:after {
    top: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -45px;
    background: #e3e8eb;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .03);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .03);
    display: block;
    border-radius: 50%
}
.swiper-container .mobile-mock .screen {
    width: 90%;
    margin: 0 auto
}
.swiper-container .mobile-mock .circle {
    position: absolute;
    left: 50%;
    -webkit-box-shadow: 0 0 1px 2px #e3e8eb inset;
    box-shadow: 0 0 1px 2px #e3e8eb inset;
    border: 1px solid #edf4f8;
    border-radius: 50%;
    bottom: 1.75%;
    height: 0;
    margin-left: -18px;
    padding-top: 36px;
    width: 36px
}
.swiper-container .swiper-next,
.swiper-container .swiper-prev{
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #1151d3;
    font-size: 30px;
    opacity: 0.8;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}
.swiper-container .swiper-next{
    left: auto;
    right: 0;
}
.swiper-container .swiper-next:hover,
.swiper-container .swiper-prev:hover{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}