@charset "utf-8";
/****
*@author        whf
*@createTime    2019-07-05
*@updateTime    2019-07-05
*@name  		 common
*@description    common   style 这里是公用样式，但是基本上只会用一次
**/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html,body{
	width:100%;
	height:100%;
}
/* 取消弹出层的动画效果，ie下，有bug */
body .aty-modal-wrap .aty-modal ,
body .aty-modal-mask {
	 opacity: 1 ;
	 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	 -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition:none;
    animation:none;
}


.fd-contain-page{
	position:relative;
	z-index:1;
	width:100%;
}
.fd-tips-fixed{
	position:fixed;
	top:63%;
	right:27px;
	z-index:10;
	width:69px;
	/* height:208px; */
	height:260px;
}
.fd-tips-fixed .fd-ul-fixed{
	width:100%;
	height:100%;
	overflow:hidden;
}
.fd-tips-fixed .fd-ul-fixed .fd-item{
	width:67px;
	height:67px;
	color:#666;
	font:14px/24px "Microsoft YaHei";
	text-align:center;
	border:1px solid #cacaca;
	background:#f6f6f6;
	padding-top: 36px;
	margin-bottom:0;
	cursor: pointer;
	border-radius:3px;
	
}
/* 
右侧我的，退出登录，返回顶部模块
 */
 /* 
 我的
  */
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-01{
	background: #f6f6f6 url(../img/tips/icon-user.png) no-repeat center 10px;
	border-bottom:0;
}
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-01:hover {
	background: #4675f7 url(../img/tips/icon-user-white.png) no-repeat center 10px;
	color:#fff;
}
 /* 
 留言板
  */
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-04{
    background: #f6f6f6 url(../img/tips/icon-lyb.png) no-repeat center 10px;
    border-bottom:0;
}
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-04:hover {
    background: #4675f7 url(../img/tips/icon-lyb-white.png) no-repeat center 10px;
    color:#fff;
}
/* 
退出登录
 */
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-02{
	background: #f6f6f6 url(../img/tips/icon-leave.png) no-repeat center 10px;
	margin-bottom:7px;
}
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-02:hover {
	background: #4675f7 url(../img/tips/icon-leave-white.png) no-repeat center 10px;
	color:#fff;
}
/* 
返回顶部样式
 */
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-03{
	background: #f6f6f6 url(../img/tips/icon-top.png) no-repeat center 0;
}
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-03:hover {
	background: #4675f7 url(../img/tips/icon-top-white.png) no-repeat center 0;
	color:#fff;
}
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-03 {
	padding:0;
	height: 50px;
}
/*
/* 
锚链接，样式设置
 */
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-03:hover a {
	color:#fff;
}
.fd-tips-fixed .fd-ul-fixed .fd-item.fd-item-03 a {
	width:100%;
	height:100%;
	display:inline-block;
	padding-top:20px;
	color:#666;
}
/* 右上角 样式*/
.fd-pup-my {
	position: absolute;
    top: -12px;
    right: 0;
	width:230px;
	height:67px;
	background-color:#112f5e;
}
.fd-pup-my span {
	display:inline-block; 
	float: left;
    height: 100%;
    line-height: 70px;
	cursor: pointer;
}
/* 
头像
 */
.fd-pup-my .fd-apply-my-user {
	margin: 20px 15px 0 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
}
/* 
我的
 */
.fd-pup-my .fd-apply-my {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin:0 37px 0 0;
}
/* 
退出登录
 */
.fd-pup-my .fd-apply-my-leave {
    color:#aab1cd;
}
/*
刷新页面的时候返回顶部按钮会出现问题
*/
[v-cloak]{
	display: none
}

.aty-table .caret-wrapper {
	display: inline-block;
	top: -8px;!important;
}