body{
    background-size: cover;
    background-attachment: fixed;
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    background: #ebedfa;
    overflow: hidden;
}
body,html{height: 100%;}
.home-top{
	border-bottom: 1px rgba(243,217,229,0.4) solid;
	height: 72px;
	background: -webkit-linear-gradient(to right, #382dce , #552ddc , #692de4);
    background: -o-linear-gradient(to right, #382dce , #552ddc , #692de4);
    background: -moz-linear-gradient(to right, #382dce , #552ddc , #692de4);
    background: linear-gradient(to right, #382dce , #552ddc , #692de4);
}
.home-nav ul li{
	font-size: 20px;
	line-height: 30px;
}
.home-nav ul li img{
	height: 52px;
}
.home-nav-right-div img {
    height: 34px !important;
}
.home-nav-right-div {
    height: 72px;
    margin-top: -11px;
    padding: 19px 20px;
}
.user-box,.home-nav-list-box{
	top: 72px;
}
.user-box ul li{
	font-size: 14px !important;
	line-height: 30px;
	margin-top: 0px !important;
}
.home-search{
	right: 295px;
	top:8px
}

.referenceBox{
	background: #fff;
	padding: 0px 35px 20px 35px;
	border-radius: 6px;
	margin: 70px 100px;
	-moz-box-shadow: 0px 0px 20px rgba(80,94,169,0.4);
    -webkit-box-shadow: 0px 0px 20px rgba(80,94,169,0.4);
    box-shadow: 0px 0px 20px rgba(80,94,169,0.4);
    border: 1px #d7dcf6 solid;
    height: calc(100vh - 220px);
}
.reference-box{
	border-top: 1px #D3D4D3 dashed;
	display: flex;
    justify-content: space-between;
}
.reference-box-item{
	width: 33.33%;
	padding-top: 10px;
    padding-bottom: 45px;
    padding-left: 18px;
    cursor: pointer;
}
.reference-box-item img{
	float: left;
	margin-right: 15px;
	margin-top: -4px;
	width: 64px;
}
.reference-box-item-title{
	font-size: 15px;
	color: #2c3147;
	font-weight: bold;
}
.reference-box-item span{
	font-size: 12px;
	color: #909399;
	line-height: 24px;
	height: 48px;
	max-width: 280px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
}
.reference-box-item-btn{
	display: none;
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
}
.reference-box-item-btn button{
	color: #4b69fb;
	border: 1px #4b69fb solid;
	border-radius: 4px;
	line-height: 24px;
    padding: 0px 18px;
	background: none;
}
.reference-box-item-btn button:hover{
	color: #fff;
	background: #4b69fb;
}
.reference-box:first-child{
	padding-top: 35px;
	transition: transform 0.5s;
	border: 0px;
}
.reference-box:first-child:hover{
	position: relative;
    background: #fff;
    border-radius: 20px;
    transform: scale(1.08);
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-box-shadow: 0px 0px 5px rgba(80,94,169,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(80,94,169,0.4);
    box-shadow: 0px 0px 5px rgba(80,94,169,0.4);
}
.reference-box:first-child:hover .reference-box-item-btn{
	display: block;
}

.reference-box:nth-last-child(2) .reference-box-item{
	padding: 20px 0px 15px 18px;
}
.reference-box-item-big{
	width: 66.66%;
	border-right: 1px #D3D4D3 dashed;
	padding-top: 30px !important;
	position: relative;
}
.reference-box-item-big span{
	max-width: 100%;
	padding-right: 20px;
}
.reference-box-item-small .reference-box-item-title{
	margin-top: -6px;
}
.reference-box-item-small span{
	height: auto !important;
	white-space: nowrap;
	display: inline-block;
	overflow: initial;
	line-height: 22px;
}
.reference-arrow{
	position: absolute;
	bottom: -1px;
	left: 32px;
	z-index: 2;
}
.reference-arrow img{
	width: 40px !important;
	animation: none !important;
}
/*.reference-arrow .hide-up-arrow{
	border-style: dashed;
    border-color: transparent transparent #909399;
    border-width: 0 20px 20px;
}
.reference-arrow .hide-up-arrow span{
	border-width: 0 19px 19px;
	left: -19px;
}*/

.reference-box-bottom{
	display: flex;
    justify-content: space-between;
    padding: 20px 19px 0px 19px;
    border-top: 1px #D3D4D3 dashed;
}
.reference-list{
	width: 53%;
}
.reference-list-box{
	width: 45%;
}
.reference-box-bottom .reference-box-item-title{
	margin-bottom: 10px;
}
.reference-box-bottom .reference-box-item-title a{
	float: right;
	color: #4b69fb;
	font-size: 12px;
	font-weight: normal;
}
.reference-list ul li{
	line-height: 34px;
	color: #2c3147;
	position: relative;
	cursor: pointer;
}
.reference-list ul li i{
	width: 28px;
	display: inline-block;
}
.reference-list ul li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	max-width: calc(100% - 135px);
	vertical-align: top;
	margin-top: 1px;
}
.reference-list ul li span{
	color: #4b69fb;
}
.reference-list ul li:hover .hide-box{
	display: inline;
}
.hide-box{
	position: relative;
	display: none;
}
.reference-list-hide{
	position: absolute;
	width: 450px;
	z-index: 99;
	background: #fff;
	-moz-box-shadow: 0px 0px 10px 2px rgba(18,29,79,0.2);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(18,29,79,0.2);
    box-shadow: 0px 0px 10px 2px rgba(18,29,79,0.2);
    border: 1px #d7dcf6 solid;
    padding: 5px 15px;
    left: 12px;
    top: -85%;
    border-radius: 4px;
}
.reference-list-hide:before{
	content: url(../images/hide-arrow.png);
	position: absolute;
	top: 8px;
    left: -30px;
}
.reference-list ul li:nth-last-child(1) .reference-list-hide,
.reference-list ul li:nth-last-child(2) .reference-list-hide,
.reference-list ul li:nth-last-child(3) .reference-list-hide{
	bottom: -15px;
    top: auto;
}
.reference-list ul li:nth-last-child(1) .reference-list-hide:before,
.reference-list ul li:nth-last-child(2) .reference-list-hide:before,
.reference-list ul li:nth-last-child(3) .reference-list-hide:before{
    top: auto;
    bottom: 0px;
}


.reference-list-text{
	border-top: 1px #ebeefa solid;
	background: #f5f6fa;
	padding: 0px 23px;
	height: 1px;
	overflow: hidden;
}
.reference-list-box ul li{
	width: 33.33%;
    text-align: center;
    float: left;
}
.reference-box-item-box{
	width: 65%;
    color: #2c3147;
    font-size: 13px;
    margin: 35px auto 30px auto;
    cursor: pointer;
    padding: 10px 0px 15px 0px;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
}
.reference-box-item-box:hover{
	-moz-box-shadow: 0px 0px 5px rgba(80,94,169,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(80,94,169,0.4);
    box-shadow: 0px 0px 5px rgba(80,94,169,0.4);
}
.reference-list-box ul li img{
	width: 48px;
	display: block;
	margin:0px auto 0px auto;
}
.reference-box-item-box:hover img{
	animation:flip 2s ease-in-out 0s 1 alternate forwards;
    -webkit-animation:flip 2s ease-in-out 0s 1 alternate forwards;
}
.copyright-text{
	position: absolute;
	bottom: 0px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 40px;
	background: -webkit-linear-gradient(to right, #382dce , #552ddc , #692de4);
    background: -o-linear-gradient(to right, #382dce , #552ddc , #692de4);
    background: -moz-linear-gradient(to right, #382dce , #552ddc , #692de4);
    background: linear-gradient(to right, #382dce , #552ddc , #692de4);
}

.referenceContent{
	padding: 0px;
	height: calc(100vh - 240px);
}
.referenceBox-top{
	border-bottom: 1px #d7dcf6 solid;
	padding: 0px 20px 0px 40px;
	font-size: 15px;
    font-weight: bold;
    line-height: 48px;
}
.referenceBox-top img{
	width: 48px;
}
.referenceBox-input{
	border-radius: 13px;
	border: 1px #d7dcf6 solid;
	height: 32px;
	float: right;
	margin-top: 8px;
	background: #e5e5e5;
}
.referenceBox-input input{
	line-height: 30px;
	width: 300px;
	vertical-align: top;
    margin-left: 8px;
    font-weight: normal;
    padding-left: 10px;
    background: none;
}
.referenceBox-input button{
	width: 14px;
	height: 14px;
	border: 0px;
	background:url(../images/search-input.png) no-repeat;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
}

.referenceBox-btn{
	border-bottom: 1px #d7dcf6 solid;
	overflow: hidden;
	background: #f5f6fa;
}
.referenceBox-btn ul li{
	line-height: 40px;
	float: left;
	border-bottom: 2px transparent solid;
	padding: 0px 10px;
	margin: 0px 15px;
	cursor: pointer;
}
.referenceBox-btn ul li:hover{
	color: #4b69fb;
}
.referenceBox-btn ul li.active{
	color: #4b69fb;
	border-bottom: 2px #4b69fb solid;
}



.referenceBox-list{
	padding: 0px 40px;
	position: relative;
}
.referenceBox-list-num{
	color: #5d76e6;
	border-bottom: 1px #cbd2f4 solid;
	line-height: 49px;
	text-align: center;
}
.referenceBox-list .reference-list{
	width: 100%;
	overflow: auto;
}
.referenceBox-list .reference-list ul li{
	line-height: 39px;
}
.referenceBox-list .reference-list ul li:after{
	content: url(../images/reference-list-right.png);
	position: absolute;
	top: 4px;
	right: 10px;
}
.reference-list ul li.active .reference-list-text{
	border: 1px #ebeefa solid;
	height: auto;
}
.referenceBox-list .reference-list ul li.active:after{
	content: url(../images/reference-list-down.png);
}

.referenceBox-drop-down{
	color: #5d76e6;
	line-height: 40px;
	text-align: center;
}

.referenceBox-btn-top{
	position: absolute;
	right: 5px;
	bottom: 20px;
	cursor: pointer;
}

/************************即时聊天******************************/
.referenceBox-chat{
	padding: 0px !important;
	width: 1200px;
	margin: 70px auto;
	border-top: 4px #5294ea solid;
	overflow: hidden;
}
.referenceChat-top{
	padding: 8px 20px;
	border-radius: 6px 0px 0px 0px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px #d7dcf6 solid;
}
.referenceChat-top img{
	height: 30px;
	width: 30px;
	border-radius: 100px;
	margin-right: 20px;
}
.referenceChat-top span{
	color: #4b69fb;
	margin-right: 8px;
	line-height: 30px;
}
.referenceBox-chat-show .referenceChat-box{
	width: 100%;
}
.referenceBox-chat-show .referenceChat-list{
	margin-right: -30%;
}
/*.referenceBox-chat-show .referenceChat-list:hover .reference-btn{
	animation: enlarge1 1s infinite;
    transition-timing-function: linear;
}*/
.referenceBox-chat-show .reference-btn{
	background: url(../images/chat-open.png);
	opacity: 1;
}
.referenceChat-box{
	float: left;
	width: 70%;
	height: calc(100% - 46px);
	border-right: 1px #d7dcf6 solid;
	transition: width .5s;
	-moz-transition: width .5s;	/* Firefox 4 */
	-webkit-transition: width .5s;	/* Safari 和 Chrome */
	-o-transition: width .5s;
    position:relative;
}
.referenceChat-box-top{
	padding-left: 20px;
}
.referenceChat-box-top-text{
	color: #5f78f2;
	float: left;
	line-height: 36px;
	cursor: pointer;
}
.referenceChat-box-top-text i{
	color: #5f78f2;
	font-size: 14px;
	margin-left: 5px;
}
.referenceChat-box-top-box{
	width: 0px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	transition: width .5s;
	-moz-transition: width .5s;	/* Firefox 4 */
	-webkit-transition: width .5s;	/* Safari 和 Chrome */
	-o-transition: width .5s;
}
.referenceChat-box-top-hide{
	width: 430px;
}
.referenceChat-box-top-img{
	border: 1px #ebeefa solid;
	display: inline-block;
	line-height: 26px;
	border-radius: 14px;
	margin: 4px 5px;
	cursor: pointer;
	width: 130px;
	text-align: center;
	position: relative;
}
.referenceChat-box-top-img:hover{
	background: #f0f5ff;
	animation: enlarge 1s infinite;
	transition-timing-function: linear;
}
.referenceChat-box-top-img img{
	width: 20px;
	margin-right: 4px;
	vertical-align: -5px;
}
.referenceChat-box-top-img span{
	display: inline-block;
    width: 7px;
    height: 7px;
    background: #fb6161;
    border-radius: 10px;
    position: absolute;
    top: 4px;
}
.chatbox{
	height: calc(100% - 156px);
	overflow: auto;
	padding: 10px 40px;
}
.chatbox-text{
	color: #909399;
	line-height: 24px;
	text-align: center;
	padding-top: 10px;
}
.chatbox-list{
	overflow: hidden;
	margin: 10px 0px;
}
.chatbox-list-tx{
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 18px;
}
.chatbox-list-tx img{
	height: 100%;
	width: 100%;
	border-radius: 100px;
}
.chatbox-list-right{
	float: left;
	max-width: 70%;
}
.chatbox-list-name time{
	color: #909399;
	font-size: 12px;
	margin-left: 10px;
}
.chatbox-list-box{
	background: #dbeffc;
	line-height: 24px;
	border-radius: 4px;
	padding: 4px 20px;
	margin-top: 7px;
	position: relative;
	color: #1e1e1e;
    display: inline-block;
}
.chatbox-list-box:before{
	content: url(../images/chat-arrow.png);
	position: absolute;
	top: 0px;
	left: -10px;
}
.chatbox-list-zhi .chatbox-list-box{
	background: #fae6e4;
}
.chatbox-list-zhi .chatbox-list-box:before{
	content: url(../images/chat-arrow2.png);
}
.chatbox-list-consult .chatbox-list-box{
	background: #fef9e1;
}
.chatbox-list-consult .chatbox-list-box:before{
	content: url(../images/chat-arrow3.png);
}
.chatbox-list-self .chatbox-list-tx,
.chatbox-list-self .chatbox-list-right{
	float: right;
}
.chatbox-list-self .chatbox-list-name{
	text-align: right;
}
.chatbox-list-self .chatbox-list-name span{
	float: right;
	margin-left: 10px;
}
.chatbox-list-self .chatbox-list-tx{
	margin-left: 18px;
	margin-right: 0px;
}
.chatbox-list-sub{
	color: #48b919;
    line-height: 24px;
    padding: 4px 20px;
    position: absolute;
    left: -95px;
    top: 0px;
    font-size: 14px;
}
.chatbox-list-sub i{
	color: #48b919;
	margin-left: 10px;
}
.chatbox-list-self .chatbox-list-box{
	background: #5f79f5;
	color: #fff;
}
.chatbox-list-self  .chatbox-list-box:before{
	content: url(../images/chat-arrow-bule.png);
	position: absolute;
	top: 0px;
	right: -10px;
	left: inherit;
}

.chatbox-input{
	height: 120px;
	border-top: 1px #d7dcf6 solid;
}
.chatbox-input textarea{
	resize: none;
	border: 0px;
	padding: 10px 20px;
	height: 75px;
	width: 100%;
}
.chatbox-input button{
	color: #fff;
	background: #4B69FB;
	line-height: 24px;
	border-radius: 10px;
	width: 60px;
	border: 0px;
	float: right;
	margin-right: 20px;
}

.referenceChat-list{
	width: 30%;
	height: calc(100% - 46px);
	float: right;
	position: relative;
	transition: margin-right .5s;
	-moz-transition: margin-right .5s;	/* Firefox 4 */
	-webkit-transition: margin-right .5s;	/* Safari 和 Chrome */
	-o-transition: margin-right .5s;
}
.reference-title{
	background: #eef0f6;
	border-bottom: 1px #d7dcf6 solid;
	color: #5d76e6;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
}
.reference-btn{
	background: #f00;
	width: 28px;
	height: 120px;
	background: url(../images/chat-close.png);
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	left: -28px;
	cursor: pointer;
    z-index:99999;
    opacity:0;
}
.reference-btn:hover{
	opacity:1;
    /*animation: enlarge1 1s infinite;
    transition-timing-function: linear;*/
}
.referenceChat-list .reference-list{
	width: 100%;
	padding:0px 20px;
	margin-top: 20px;
}
/*.referenceChat-list .reference-list ul li a{
	max-width: calc(100% - 95px);
}*/
.referenceChat-list .reference-list ul li.reference-list-red span{
	color: #FB6161;
}
.reference-list-btn{
	background: #fff;
	padding: 15px 0px 20px 0px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.reference-list-btn button{
	color: #4b69fb;
    border: 1px #4b69fb solid;
    border-radius: 4px;
    line-height: 30px;
    padding: 0px 18px;
    background: none;
}
.reference-list-btn button:hover{
	color: #fff;
    background: #4b69fb;
}
/*.referenceChat-list .reference-list-box{
	width:calc(100% - 40px);
	margin-left: 20px;
	background: #fff;
	overflow: hidden;
	z-index:8;
	position: relative;
}
.referenceChat-list .reference-list-box .reference-box-item-box{
	margin: 10px auto;
	width: calc(100% - 20px);
	padding: 0px 0px 5px 0px;
}*/

/* 设置滚动条的样式 */
.reference-list::-webkit-scrollbar,
.chatbox::-webkit-scrollbar{
    width:6px;
    background-color: #eee;
}

/* 滚动槽 */
.reference-list::-webkit-scrollbar-track,
.chatbox::-webkit-scrollbar-track{
    border-radius:3px;
}

/* 滚动条滑块 */
.reference-list::-webkit-scrollbar-thumb,
.chatbox::-webkit-scrollbar-thumb{
    border-radius:3px;
    background:#bbb;
}

/* 鼠标移动到滑块上 */
.reference-list::-webkit-scrollbar-thumb:hover,
.chatbox::-webkit-scrollbar-thumb:hover{
	background:#ccc;
}

.chatbox-list-box-li{
	width: 380px;
	max-width: 610px;
    border-radius: 4px;
    border: solid 1px #d3d7e5;
    font-size: 13px;
    margin-top: 20px;
    padding: 5px 0px;
}
.chatbox-list-box-li ul li{
	height: 22px;
}
.chatbox-list-box-li ul li a{
	width: 100%;
	padding-left: 20px;
	line-height: 22px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis ;
	box-sizing: border-box;
}
.chatbox-list-box-li ul li:hover {
	background-color: #dfe4fa;
	color: #5d76e6;
}
.chatbox-list-fail{
	left: -112px;
	color: #fb6161;
}
.chatbox-list-fail i{
	color: #fb6161;
    font-size: 20px;
    font-weight: bold;
    font-style: initial;
    line-height: 18px;
    vertical-align: -2px;
}
.chatbox-list-now{
	left: -112px;
	color: #ccc;
}
.chatbox-list-now i{
	color: #ccc;
    font-size: 15px;
}

/*****************************动画*************************************/
.reference-box:first-child .reference-box-item:first-child img{
	animation: enlarge 2s infinite;
	transition-timing-function: linear;
}
.reference-box:first-child .reference-box-item:nth-child(2) img{
	animation: tada 4s infinite;
	transition-timing-function: linear;
}
.reference-box:first-child .reference-box-item:nth-child(3) img{
	animation: swing 4s infinite;
	transition-timing-function: linear;
}
.reference-box:nth-child(2) .reference-box-item:first-child img{
	animation: rubberBand 4s infinite;
	transition-timing-function: linear;
}
.reference-box:nth-child(2) .reference-box-item:nth-child(2) img{
	animation: heartBeat 6s infinite;
	transition-timing-function: linear;
}
@-webkit-keyframes enlarge {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@-webkit-keyframes enlarge1 {
	0% {
		width: 28px;
		left: -28px;
	}
	50% {
		width: 30px;
		left: -30px;
	}
	to {
		width: 28px;
		left: -28px;
	}
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

	
@media screen and (max-width: 1560px){
	.home-nav-right-div img {
	    height: 30px !important;
	}
	.home-top{
		height: 64px;
		padding: 8px 38px 8px 18px;
	}
	.home-nav ul li img {
	    height: 46px;
	}
	.home-nav ul li {
	    font-size: 16px;
	    margin-top: 4px;
	}
	.home-nav-right-div {
	    height: 64px;
	    margin-top: -8px;
	    padding: 18px 20px;
	}
	.user-box,.home-nav-list-box{
		top: 64px;
	}
}
@media screen and (max-width: 1420px){
	.referenceBox-top{
		padding-left: 12px;
	}
	.reference-box:first-child{
		padding-top: 20px;
	}
	.reference-box-item{
		padding-bottom: 30px;
	}
	.reference-box:first-child:hover{
		transform: scale(1.12);
		padding-right: 10px;
	}
	.reference-box-item-btn button{
	    line-height: 21px;
	    padding: 0px 10px;
	    font-size: 12px;
	    transform: scale(0.8);
	}
	.reference-box-item-btn {
	    bottom: 5px;
	}
}
@media screen and (max-width: 1402px){
	.referenceBox {
	    margin: 40px 100px;
	}
	.referenceBox-chat{
		margin: 40px auto;
	}
}
@media screen and (max-width: 1366px){
	.reference-box-item-box{
		width: 78%;
	}
	.home-top {
	    height: 60px;
    	padding: 10px 38px 10px 18px;
	}
	.home-nav ul li img {
	    margin-top: -4px;
	    height: 40px;
	}
	.home-nav-right-div {
	    height: 60px;
	    margin-top: -10px;
	}
	.home-nav-right-div img {
	    height: 28px !important;
	}
}
@media screen and (max-width: 1280px){
	body,.home-top,.copyright-text{
		width: 1280px;
	}
}


@media screen and (max-height: 900px){
	.referenceBox {
	    margin: 40px 100px;
	    height: calc(100vh - 160px);
	}
	.referenceBox-chat{
	    margin: 40px auto;
	}
	
}
@media screen and (max-height: 870px){
	.chat-tab-content .reference-list ul li{
		line-height: 30px;
	}
}
@media screen and (max-height: 860px){
	.referenceBox {
	    padding: 0px 35px 10px 35px;
	}
	.referenceContent{
		padding: 0px;
		height: calc(100vh - 160px);
	}
	.reference-box:first-child{
		padding-top: 10px;
	}
	/*.reference-box-item{
		padding-bottom: 20px;
	}*/
	.reference-box-item-title{
		font-size: 14px;
	}
	.reference-box-bottom .reference-box-item-title{
		margin-bottom: 10px;
	}
	.referenceBox {
	   height: calc(100vh - 152px);
	}
	.referenceBox-list-num{
		line-height: 40px;
	}
}
@media screen and (max-height: 815px){
	.chat-tab-content .reference-list ul li{
		line-height: 28px;
	}
}
@media screen and (max-height: 790px){
	.reference-list ul li {
    	line-height: 30px;
    }
    .chat-tab-content .reference-list ul li:last-child{
		display: none;
	}
}
@media screen and (max-height: 770px){
	.reference-box-item img{
		width: 55px;
	}
	.reference-box-item span{
		line-height: 20px;
    	height: 40px;
	}
	.reference-list-box ul li img{
		width: 50px;
	}
}
@media screen and (max-height: 768px){
	.referenceBox {
	    height: 587px;
	}
	.referenceContent{
		height: calc(100vh - 160px);
	}
	.referenceBox-chat{
		height: calc(100vh - 152px);
	}
	.copyright-text-home{
		position: static;
	}
	body{overflow: auto;}
	.chat-tab-content .reference-list{
		height: calc(100vh - 511px);
	}
	.chat-tab-content .reference-list ul li:nth-last-child(2){
		display: none;
	}
}
@media screen and (max-height: 735px){
	.chat-tab-content .reference-list ul li:nth-last-child(3){
		display: none;
	}
}
@media screen and (max-height: 690px){
	.reference-list-box ul li{
    	margin: 0px;
	}
	.reference-box-item-box{
		margin: 25px auto 25px auto;
	}
}
@media screen and (max-height: 680px){
	/*.reference-list ul li:last-child{
		display: none;
	}*/
}
@media screen and (max-height: 650px){
	.reference-list ul li{
		line-height: 28px;
	}
}