﻿/*webIcon字体声明*/
@font-face {font-family: 'iconfont';
    src: url('./font/iconfont.eot'); /* IE9*/
    src: url('./font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('./font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('./font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face {font-family: 'fzxqjt';
	src: url('./font/fzxqjt.ttf') format('truetype'); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
.web-font{
	font-family: "fzxqjt" !important;
  	font-size: 16px;
  	font-style: normal;
  	-webkit-font-smoothing: antialiased;
  	-webkit-text-stroke-width: 0.2px;
  	-moz-osx-font-smoothing: grayscale;
}
/*index page样式*/
body{
    overflow: hidden;
    font-family: "Microsoft JhengHei"," Microsoft YaHei";
}
.title{
	position: relative;
	width: 1100px;
	margin: 0px auto;
	background: #272727;
	transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all background-color 0.8s ease 0s;
    -o-transition: all background-color 0.8s ease 0s;
    -ms-transition: all background-color 0.8s ease 0s;
}
.model{
	position: relative;
	overflow: hidden;
	width: 1100px;
	margin: 0px auto;
	background: #1c1c1c;
	transition: background-color 0.8s ease 0s;
    -webkit-transition: background-color 0.8s ease 0s;
    -moz-transition: background-color background-color 0.8s ease 0s;
    -o-transition: background-color background-color 0.8s ease 0s;
    -ms-transition: background-color background-color 0.8s ease 0s;
}
.logo{
	position: absolute;
	transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all background-color 0.8s ease 0s;
    -o-transition: all background-color 0.8s ease 0s;
    -ms-transition: all background-color 0.8s ease 0s;
}
.info{
	position: absolute;
	left: 550px;
	top: 250px;
	opacity: 0
}
.info2{
	position: absolute;
	left: 678px;
	top: 300px;
	opacity: 0
}
.viewBtn{
	opacity: 0;
	float: right;
    color: #bababa;
    width: 130px;
    text-align: center;
    height: 30px;
    margin-top: 9px;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: "Microsoft JhengHei"," Microsoft YaHei";
    margin-right: 12px;
    line-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.08);
}
.viewBtn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.tab{
	width: 210px;
	height: 100%;
	float: left;
	position: relative;
	background-color: #2f2f2f;
	z-index: 2;
	transition: background-color 1200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.tab ul li{
	width: 150px;
  cursor: pointer;
  list-style-type: none;
	height: 40px;
	margin-left: 59px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 0px;
    background-color: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    line-height: 40px;
    color: #adadad;
    border-radius: 4px 0px 0px 4px;
}
.choose{
	margin-top: 40px;
}
.config{
	margin-top: 20px;
}
.about{
	margin-top: 20px;
}
.tab .tab-active{
    background-color: rgb(39, 39, 39);
    color: #FEFFCD;
}
.main{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 210px;
	width: 2670px;
	height: 100%;
	float: left;
	transition: left 1200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.main>.chooseMain{
	position: relative;
	width: 840px;
	height: 100%;
	float: left;
	background-color: rgb(39, 39, 39);
	padding-top: 18px;
	padding-left: 50px;
}
.main>.configMain{
	width: 890px;
	height: 100%;
	float: left;
	background-color: rgb(45, 45, 45);
}
.main>.aboutMain{
	width: 890px;
	height: 100%;
	float: left;
	background-color: rgb(68, 68, 68);
}
.transModel{
	position: relative;
	z-index: 2;
	float: left;
    width: 200px;
    height: 150px;
    margin: 30px;
    margin-bottom: 20px;
    background-color: rgba(255,255,255,0);
    cursor: pointer;
}
.transModel:hover{
	/*outline:2px groove rgba(200,200,255,0.1)*/
}
.transModel p{
	line-height: 50px;
	text-align: center;
	color: #898989;
	cursor: pointer;
}
.transModel img{
	cursor: pointer;
}
.transModel2.outline{
	position: absolute;
    z-index: 1;
    left: 80px;
    top: 48px;
    outline: 2px groove rgba(200,200,255,0.2);
    background-color: rgba(250,250,200,0.05);
    width: 200px;
    height: 150px;
    opacity: 1;
    transition: all 200ms ease-out 0s;
}
.chooseMain .list-active{
	color: #EC83A7 !important;
	text-shadow: 0px 0px 10px;
}
.preTitle{
	font-size: 20px;
    color: #fff;
    text-indent: 20px;
    margin-top: 10px;
}
.preTitle2{
	font-size: 16px;
    color: #fff;
    text-indent: 40px;
    margin-top: 5px;
}
.preDiv1{
	width: 640px;
    height: 190px;
    margin-top: 10px;
    margin-left: 40px;
    background: rgba(255,110,100,0.29);
    padding: 5px;
    padding-left: 15px;
    color: rgba(255,255,255,0.46);
    line-height: 23px;
    position: relative;
}
.preDiv1 .infoSpan{
	position: absolute;
    right: 18px;
    font-family: -webkit-body;
    color: rgba(255,210,190,0.8)
}
.preDiv1 p{
	border-bottom: 1px solid rgba(255,255,255,0.1)
}
.preDiv1 p:last-child{
	border-bottom: 0px;
}
.preDiv2{
	position: relative;
    color: rgba(255,255,255,0.46);
    width: 250px;
    height: 143px;
    margin-top: 10px;
    margin-left: 40px;
    background: rgba(255,110,100,0.29);
    line-height: 23px;
    padding: 5px;
    padding-left: 15px;
    float: left;
}
.preDivOther{
	float: left;
    width: 142px;
    height: 112px;
    margin-left: 20px;
    margin-top: 10px;
    color: rgba(200,200,255,0.46);
    font-family: -webkit-body;
}
.preDiv3{
	position: relative;
    color: rgba(255,255,255,0.46);
    width: 350px;
    height: 143px;
    margin-top: 10px;
    margin-left: 20px;
    background: rgba(255,110,100,0.29);
    line-height: 23px;
    padding: 5px;
    padding-left: 15px;
    float: left;
}
/*字体*/
.iconfont {
  	font-family: "iconfont" !important;
  	font-size: 16px;
  	font-style: normal;
  	-webkit-font-smoothing: antialiased;
  	-webkit-text-stroke-width: 0.2px;
  	-moz-osx-font-smoothing: grayscale;
}
.wrap_bottom_inside i{
	position: relative;
  	z-index: 3;
  	margin: 0px 20px 0px 20px;
  	color: #ffffff;
  	font-size: 25px;
}
.aboutMain .aboutMainTitle{
  	font-size: 16px;
  	color: #fff;
  	text-indent: 40px;
  	margin-top: 5px;
  	padding-left: 0px;
}
.aboutMain p{
	color: rgba(255,255,255,0.46);
  	line-height: 26px;
  	text-indent: 32px;
  	padding-left: 70px;
  	padding-right: 80px;
}
.aboutMain .aboutMainTitle.me{
	margin-top: 40px;
}
.wrap_bottom_inside{
	font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.qqInfo{
  	position: absolute;
  	font-family: "微软雅黑","klavika-web","Helvetica Neue",Helvetica,Arial,Geneva,sans-serif !important;
  	font-size: 15px;
  	color: #272727;
  	top: 5px;
  	left: 0px;
  	z-index: -1;
  	opacity: 0;
  	transition: all 0.6s;
}
.wrap_bottom_inside>a:nth-child(1) i:hover span.qqInfo {
	  opacity: 1;
    cursor: pointer;
  	color: #dddddd;
  	left: -100px;
}
.wrap_bottom_inside>a:nth-child(2) i:hover {
    color: #E6162D;
}
.wrap_bottom_inside>a:nth-child(1) i:hover {
    color: #3692D3;
    opacity: 1;
    cursor: pointer;
}
.wrap_bottom_inside>a:nth-child(3) i:hover {
    color: #9038AA;
}
/*title下的下一个按钮*/
/*.button-next{
    -webkit-animation: fadein .8s ease-in 2.9s 1 forwards,arrow 1s ease 3.5s infinite alternate;
    -moz-animation: fadein .8s ease-in 2.9s 1 forwards,arrow 1s ease 3.5s infinite alternate;
    -ms-animation: fadein .8s ease-in 2.9s 1 forwards,arrow 1s ease 3.5s infinite alternate;
    -o-animation: fadein .8s ease-in 2.9s 1 forwards,arrow 1s ease 3.5s infinite alternate;
    animation: fadein .8s ease-in 2.9s 1 forwards,arrow 1s ease 3.5s infinite alternate;
}
.button-next {
    width: 128px;
    height: 64px;
    position: absolute;
    bottom: 85px;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    background: url(http://liulanqi.baidu.com/mainsite/theme/images/home/bg-scroll-arrow_95a71ba.png) no-repeat center bottom;
    opacity: 1;
    margin-left: -64px;
    left: 50%;
}
.button-next-icon {
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}*/