#main_view{
	background: #F7F8FB;
}


.img_mask ul,.img_mask ul li{
    list-style: disc;
}
#trade_terminal{
	

}
#trade_terminal .downLoadBox_tips{
	height: 64px;
	background: #FFF7E9;
}
.imgRadiusBox{
	width:100px;
	height:100px;
	background:#5870cb;
	border-radius: 20px;
    margin: 0 auto;
    margin-top: 26px;
    text-align:center;
    font-size:30px;
    line-height:100px;
    color:#fff;
    font-weight:600;
}
.video-dialog .el-dialog__headerbtn{
	top:7px;
	
}
#downLoadBox_content{
	width:1280px;
	margin:0 auto;
}

#downLoadBox.fixed{
	position: fixed;
    width: 100%;
    top: 60px;
    background: #F7F8FB;
    z-index: 100;
}
#downLoadBox_content.padTap{
	margin-top:180px;
}
.mdBox_text span{
	padding-right:7px;
	padding-left:7px;
	display:inline-block;
	position:relative;
	/* border-right:1px solid #BAC0CC; */
}
.mdBox_text span:after{
	content:'';
	height: 15px;
    width: 1px;
    position: absolute;
    background: #BAC0CC;
    right: 0;
    top: 3px;
}
.mdBox_text span:last-child:after{
	width: 0px;
}
.xtBox{
	border:0;
    position: absolute;
    left: 0;
    top: 0;
    width: 317px;
}

.downRightBox .mdBox i{
	font-size: 18px;
    color: #a0aee6;
    cursor:pointer;
}
.downRightBox .mdBox{
	margin-left:9px;
	font-size: 14px;
	font-weight: 400;
	color: #535B6A;
	line-height: 22px;
}

.video-dialog .el-dialog__headerbtn i{
	font-weight:600;
}
.downLoadButton_size span{
	padding-left:7px;
	padding-right:7px;
	position:relative;
}

.downLoadButton_size span:after{
	content:'';
	height: 15px;
    width: 1px;
    position: absolute;
    background: #BAC0CC;
    right: 0;
    top: 3px;
}
.downLoadButton_size span:last-child:after{
	width:0;
}

.terminalMain{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #313836;
	line-height: 22px;
	border-top: 1px solid transparent;

}
.tradeNav{
	height:40px;
	line-height:40px;
	font-size:24px;
	cursor:pointer;
	color: #7A8396;
	margin-bottom:16px;
}
.tradeNav.isCheck{
	color: #313836;
	position:relative;
}
.tradeNavBox{
	position:relative;
}
.tradeNavBox:after{
	content:'';
	position:absolute;
	bottom:12px;
	left:0;
	width: 1280px;
	height: 1px;
	background:#E5E7EC;
}
/* .tradeNav.isCheck:after{
	content: '';
    border: 8px solid transparent;
    border-top-color: #7084D3;
    position: absolute;
    left: 47%;
    top: 100%;
} */
.tradeNav.isCheck:after{
	content: '';
   	width: 48px;
	height: 4px;
	background: #5870CB;
    position: absolute;
    left: calc(50% - 24px);
    top: 100%;
}
#trade_terminal .marginBottom{
	margin-bottom: 24px;
}

.donwloadBox{
	min-height:334px;
	border-radius: 6px;
	background: #fff;
	
}
.donwloadBox:hover{
	box-shadow: 0px 8px 16px 0px rgba(28, 50, 122, 0.15);
}
.moreIcon{
	font-size: 14px;
	font-weight: 400;
	color: #5870CB;
	float: right;
    cursor: pointer;
}

.donwloadBox .iconBox{
	width:218px;
	background: #FBFCFF;
	text-align:center;
}
.iconBox_img{
	padding-top:46px;
}
.iconBox_img img{
	width:100px;
}
.iconBox_title{
	font-size: 20px;	
	font-weight: 600;
	color: #313836;	
	padding-top:8px;
}
.iconBox_text{
	font-size: 14px;
	font-weight: 400;
	color: #535B6A;
	line-height: 22px;
	padding-top:8px;
}
.iconBox_download{
	padding-top:8px;
}

.textBox{
	width:415px;
	margin-top:28px;
	margin-bottom:27px;
	border-right:1px solid #E5E7EC;
	position:relative;
	
}

.textBox_title{
	font-size: 14px;
	font-weight: 600;
	color: #535B6A;
	line-height: 22px;
	margin-left:24px;
	margin-right:29px;
}
.textBox_text{
	font-size: 14px;
	font-weight: 400;
	color: #535B6A;
	line-height: 22px;
	margin-left:24px;
	margin-right:29px;
}
.downRightBox{
	width:645px;
}

.downRightBox_title{
	margin-left:29px;
	padding-top:45px;
	font-size: 14px;
	font-weight: 600;
	color: #535B6A;
	margin-bottom:9px;
}
.downLoadButton{
	color:#5870CB;
	height:77px;
	text-align:center;
	background: #F3F5F8;
	cursor:pointer;
	width: 275px;
	font-size:16px;
	display:inline-block;
}
.downLoadButton_size{
	font-size: 14px;
	font-weight: 400;
	color: #535B6A;
	padding-top:2px;
}
.downLoadButton:hover{
	color:#fff;
	background:#5870CB;
}
.downLoadButton:hover .downLoadButton_size{
	color:#fff;
}

.textBox .labels{
	position: absolute;
	top: 16px;
    right: 37px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.textBox .labels p{
	display: block;
	margin-left:6px;
	/* width:66px; */
	padding:0 6px;
	height: 18px;
	background:#B6DDFF;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 18px;
	text-align:center;
	-webkit-transform: skewX(-10deg);
	   -moz-transform: skewX(-10deg);
	    -ms-transform: skewX(-10deg);
	     -o-transform: skewX(-10deg);
	        transform: skewX(-10deg);
}
.textBox .labels p span{
	display: block;
	-webkit-transform: skewX(10deg);
	   -moz-transform: skewX(10deg);
	    -ms-transform: skewX(10deg);
	     -o-transform: skewX(10deg);
	        transform: skewX(10deg);
}

.downloadbtn{
	display:inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #5870CB;
	line-height: 22px;
	cursor:pointer;
}
.downloadbtn:nth-child(2){
	margin-left:5px;
}


.serverTitleBox{
	height: 80px;
	background: #FFFFFF;
	padding:0 33px;
	margin-bottom:16px;
}


.terminal_top{
	padding-top: 42px;
}
.title{
	
	margin-top:42px;
	margin-bottom: 30px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(28,50,122,0.1);
	position:relative;
	padding-left:34px;
    font-size: 24px;
    font-weight: 600;
    color: #313836;
    line-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.title::before{
	content:"";
	position:absolute;
	width:8px;
	height:60px;
	background: #5870CB;
	border-radius: 3px 0px 0px 3px;
	top:0;
	left:0;
}
.title span{
    margin-left: 22px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5870CB;
	text-decoration: underline;
	cursor:pointer;
}

.terminal_block{
	width:1280px;
	margin:30px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 232px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(21,36,84,0.21);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(21,36,84,0.21);
	        box-shadow: 0px 0px 10px 0px rgba(21,36,84,0.21);
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
	        border-radius: 16px;
	overflow:hidden;
}
.terminal_block:nth-child(2){
	margin-top:24px;	
}
.terminal_block .block_img{
	width:700px;
	height:100%;
	position:relative;
}
.terminal_block .block_img img{
	display:block;
	width:100%;
	height:100%;
	background:#f4f4f4;
}
.img_mask{
	-webkit-transition: left .5s linear;
	-o-transition: left .5s linear;
	-moz-transition: left .5s linear;
	transition: left .5s linear;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -700px;
    z-index: 1;
    background: rgba(30, 30, 130, 0.8);
    font-size: 16px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 36px;
    padding-right: 50px;
    line-height:24px;
}
.terminal_block:hover .block_img .img_mask{
	left:0;
}
.terminal_block .block_img .img_mask ul{
	padding-left:14px;
	margin:0;
}
.terminal_block .block_right{
	width:580px;
	height:100%;
	padding-top:50px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.terminal_block .block_right .block_title{
	text-align:center;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 28px;
}
.terminal_block .block_right .block_btns{
	margin-top:36px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
}
.terminal_block .block_right .block_btns div{
	cursor:pointer;
	width:100px;
	height:20px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	text-align: center;
 	line-height:20px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}

.terminal_block .block_right .block_btns div:nth-child(2){
	margin-left:54px;
}
.terminal_block .block_right .block_btns .btn{
	color:#3C67F5;
	border:1px solid #3C67F5;
	line-height: 18px;
}
.terminal_block .block_right .block_btns .yellow_btn{
	background:#F5A623;
	color:#fff;
}
.terminal_block .block_right .block_btns .btn:hover{
	background:#3C67F5;
	color:#fff;
}
.terminal_block .block_right .block_links{
	margin-top:16px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.terminal_block .block_right .block_links a{
	margin-left:43px;
}
.terminal_block .block_right .block_links a:nth-child(1){
	margin-left:0;
}
.custom_title{
	height:140px;
	position:relative;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(28,50,122,0.1);
	padding-left:34px;
	margin-top:60px;
	margin-bottom: 24px;
}
.custom_title::before{
	content:"";
	position:absolute;
	width:8px;
	height:140px;
	background: #5870CB;
	border-radius: 3px 0px 0px 3px;
	top:0;
	left:0;
}
.custom_title h4{
	font-size: 24px;
	font-weight: 600;
	color: #313836;
	line-height: 36px;
	padding:9px 0 8px 0;
	margin:0;
}
.custom_title .custom_block{
	width: 839px;
	font-size: 14px;
	color: #313836;
	line-height: 22px;
}
.custom_title .terminal_btn{
	position:absolute;
	top:73px;
	right:18px;
	height:40px;
	line-height:40px;
	background: #5870CB;
}


.check_block{
	margin-top:30px;
}
.check_top{
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    overflow: hidden;
    margin-left: -10px;
    padding-left: 10px;
}
.check_top>div{
	width: 129px;
	height: 36px;
	color: #7A8396;
	background: rgba(28, 50, 122, 0.05);
	position: relative;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.check_top>div.active{
	background: rgba(28, 50, 122, 0.15);
	font-weight: 600;
	color: #000000;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(21,36,84,0.21);
	   -moz-box-shadow: 0px 2px 4px 0px rgba(21,36,84,0.21);
	        box-shadow: 0px 2px 4px 0px rgba(21,36,84,0.21);
}
.check_top>div.active::after{
	position: absolute;
	width: 35px;
	height: 2px;
	background: #49D1B0;
	content: "";
	left:calc(50% - 18px);
	bottom:0px;
}
.check_main{
	
	-webkit-box-shadow: 0px 2px 4px 0px rgba(21,36,84,0.21);
	   -moz-box-shadow: 0px 2px 4px 0px rgba(21,36,84,0.21);
	        box-shadow: 0px 2px 4px 0px rgba(21,36,84,0.21);
	padding:30px 0 28px 34px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top:-1px;
}
.check_main .check_img{
    width: 636px;
    height: 344px;
    border-radius: 8px;
    overflow: hidden;
}
.check_main .check_img img{
	display: block;
	width: 100%;
	height: 100%;
}

.check_main .check_right{
	width: 512px;
	margin-left: 54px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 22px;
	position: relative;
}
.check_main .check_right .labels{
	position: absolute;
	top:0;
	right:0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.check_main .check_right .labels p{
	display: block;
	margin-left:6px;
	width:66px;
	height: 26px;
	background:#B6DDFF;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 26px;
	text-align:center;
	-webkit-transform: skewX(-10deg);
	   -moz-transform: skewX(-10deg);
	    -ms-transform: skewX(-10deg);
	     -o-transform: skewX(-10deg);
	        transform: skewX(-10deg);
}
.check_main .check_right .labels p span{
	display: block;
	-webkit-transform: skewX(10deg);
	   -moz-transform: skewX(10deg);
	    -ms-transform: skewX(10deg);
	     -o-transform: skewX(10deg);
	        transform: skewX(10deg);
}
.check_main .check_right p{
	font-weight: 600;
	margin:0;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #313836;
	
}
.check_main .check_right_context{
	margin-top:17px;	
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #7A8396;
	line-height: 22px;
}
.check_main .check_right ul{
	padding:0;
}
.check_right_download {
    position: absolute;
    bottom: 0;
    left: 0;
}
.check_right .check_btns{
	
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.check_right .check_btns div{
	cursor:pointer;
	height:22px;
	line-height:22px;
	color:#3C67F5;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5870CB;
	position:relative;
	margin-right:6px;
	
}
.check_right .check_btns div i{
	font-weight:600;
	margin-left:2px;
}
.check_right .check_btns div:nth-child(1){
	margin-left:0;
}

.check_right .check_links a{
	display:block;
	width:512px;	
	height: 30px;
	background: rgba(28, 50, 122, 0.05);
	border-radius: 3px;
	line-height:30px;
	text-decoration: none;
	color:#5870CB;
	margin-top: 10px;
}
.check_right .check_links a:hover{
	background: rgba(76, 97, 174, 0.85);
	color:#fff;
}
.check_right .check_links a:nth-child(1){
	margin-left:0;
	margin-top: 7px;
} 
.block_remark{
	color: rgba(0, 0, 0, 0.5);
	line-height: 22px;
	margin-top:14px;
	margin-left:29px;
}


a{ color:#3C67F5; text-decoration:underline;}
a:link{ color:#3C67F5; text-decoration:underline;}
a:visited{ color:#3C67F5; text-decoration:underline;}
a:hover{ color:#3C67F5; text-decoration:underline;}
a:active{ color:#3C67F5; text-decoration:underline;}

.advice-dialog .el-dialog__body{
	text-align: center;
}
.advice-dialog .el-dialog__body p{
	font-size:12px;
}

.video-dialog.xu_dialog .el-dialog__header {
	padding: 0;
}

.swiper-container{
	height:100%;
}
.swiper-pagination-bullet{
	width:12px;
	height:12px;
	background:rgba(255,255,255,0.5);
}
.swiper-pagination-bullet-active{
	background:rgba(255,255,255,0.8);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 6px;
}

.video_box{
	width:569px;
	height:342px;
	position:relative;
	border-radius:8px;
	overflow:hidden;
	margin-left: 66px;
}
.video_box video{
	height:100%;
}
.video_box .video_mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	line-height: 1;
	background:rgba(0,0,0,0.5);
	display:flex;
	flex-direction:column;
	align-items:center;
    justify-content: center;
}
.video_box .video_mask .play-icon {
	font-size: 70px;
	color: #fff;
	margin-bottom: 18px;
	cursor:pointer;
}
.video_box .video_mask p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}

.el-carousel__button{
	width:12px;
	height:12px;
	border-radius:6px;
}

.yulanBox img {
    vertical-align: middle;
}
.yulanBox{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5870CB;
	line-height: 22px;
	position:absolute;
	right: 0;
    top: 0;
    cursor:pointer;
}
.yulanDialog .el-dialog__header{
	padding:0;
}
.yulanDialog .el-dialog__body{
	padding:0;
	height:720px;
}
.flexBox{
	display:flex;
	justify-content: space-between;
} 
.flexBoxNav{
	height:400px;
	width:410px;	
	border-radius: 5px;
	border: 1px solid rgba(28, 50, 122, 0.15);
	
}

.flexBoxNav:hover{
	box-shadow: 0px 8px 15px 0px rgba(28, 50, 122, 0.15);

}
.boxBanner{
	width: 100%;
    height: 72px;
    position: relative;
}
.boxBanner img{
	display: block;
    width: 100%;
    height: 100%;
}
.flexBox_content{
	padding:13px 34px;
	position:relative;
	height: 302px;
}
.flexBox_title{
	
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #0F1A30;
	
}

.flexBox_text{	
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #7A8396;
	line-height: 22px;
	padding-top:5px;
}
.block_btns div {
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    color: #3C67F5;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5870CB;
    position: relative;
    margin-right: 6px;
}
.flexBox_content .block_btns{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position:absolute;
    right:34px;
    top:13px;
}

.flexBox_content .block_links a {
    display: block;
    width: 100%;
    height: 30px;
    background: rgba(28, 50, 122, 0.05);
    border-radius: 3px;
    line-height: 30px;
    text-decoration: none;
    color: #5870CB;
    margin-top: 10px;
}
.flexBox_content .block_links .erWeiMaBox{
	display: block;
    width: 100%;
    height: 30px;
    background: rgba(28, 50, 122, 0.05);
    border-radius: 3px;
    line-height: 30px;
    text-decoration: none;
    color: #5870CB;
    margin-top: 10px;
    cursor:pointer;
}

.flexBox_content .block_links a:hover{
	background: rgba(76, 97, 174, 0.85);
	color:#fff;
}
.flexBox_content .block_links div:hover{
	background: rgba(76, 97, 174, 0.85);
	color:#fff;
}
.flexBox_content .block_links{
	position:absolute;
	bottom:39px;
	left:34px;
	width:342px;
}
.block_links .iconfont,
.check_links .iconfont {
	margin: 0 8px 0 10px;
}

.flexBox_content ul li {
    list-style: disc;
}
.flexBox_content ul{
     padding-left: 1em;
}
   

.flexBox_content .block_remark{	
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(122, 131, 150, 0.6);
	line-height: 18px;
	text-align:left;
	margin-top:4px;
}
.flexBox_content .block_remark:hover{
	color: rgba(122, 131, 150, 0.6)!important;
	background:none !important;
}
.yulanDialog .el-dialog__headerbtn {
	height:35px;
	width:35px;
	text-align: center;
	line-height: 35px;
	border: 2px solid #fff;
	border-radius: 50%;
	top: -44px;
	right: 0;
}
.yulanDialog .el-dialog__headerbtn .el-icon-close {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.download-note{
	    font-size: 14px;
    color: #f6ae5a; 
}
.download-note i{
    padding: 0 2px; 
    font-size: 14px;
    color:#5870CB;
}
.scrollNavBox{
	margin-bottom:24px;
}
.scrollNav{
	width: 142px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #E5E7EC;
	text-align:center;
	line-height:36px;
	cursor:pointer;
	margin-right:10px;
}
.scrollNav:hover{
	background: #5870CB;
	color:#fff;
	
	
}
/*详情、收起样式开始*/
#trade_terminal .softWareDesc{
	position: relative;
	max-height: 88px;
	overflow-y: hidden;
}
#trade_terminal .softWareUpdates{
	position: relative;
	max-height: 66px;
	overflow-y: hidden;
}
#trade_terminal .showMore{
	display: inline;
}
#trade_terminal .spread{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background: linear-gradient( 180deg, rgba(255,255,255,0.8) 0%, #FFFFFF 100%);
	line-height: 44px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}
#trade_terminal .spread a{
	font-size: 14px;
	text-decoration: none;
}
#trade_terminal .retract{
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 100%;
}
#trade_terminal .retract a{
	font-size: 14px;
	text-decoration: none;
}
/*详情、收起样式结束*/