
.border_top{
     position: relative;
}
.border_top:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
};
@media (-webkit-min-device-pixel-ratio: 1.5) {
    .border_top:after{
        transform: scaleY(0.7)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .border_top:after{
        transform: scaleY(0.5)
    }
}

.border_bottom{
     position: relative;
}
.border_bottom:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
};
@media (-webkit-min-device-pixel-ratio: 1.5) {
    .border_bottom:before{
        transform: scaleY(0.7)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .border_bottom:before{
        transform: scaleY(0.5)
    }
}
.border_4{
     position: relative;
}
.border_4:after{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    border: 1px solid #e5e5e5;
};
@media (-webkit-min-device-pixel-ratio: 1.5) {
    .border_4:after{
        transform: scale(0.7)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .border_4:after{
        transform: scale(0.5)
    }
}
.traid h2{
	text-align: center;
	font-size: .3rem;
	line-height: .98rem;
	height: .98rem;
}
.traid ul {
	margin: 0 .3rem;
}
.traid ul li{
	font-size: .28rem;
	color: #666;
	overflow: hidden;
	padding: .26rem .12rem .26rem .15rem;
}
.traid ul li i,.traid ul li span, .traid ul li b{
	float: right;
	width: 60%;
    text-align: right;
    line-height: 150%;
    font-size: .26rem;
}
.traid ul .traid_li{
	font-size: .26rem;
}
.traid ul .traid_li i{
	width: 40%;
	color: #999;
}
.traid ul li span{
	color: #333;
}
.traid ul li b{
	color: #fb870d;
}
.traid .msg {
	margin: .4rem .3rem;
	padding: .3rem 0;
}
.traid .msg h3{
	font-size: .28rem;
	margin-bottom: .2rem;
	padding: 0 .15rem;
}
.traid .msg .msgs{
	font-size: .24rem;
	color: #999;
	line-height: 160%;
	padding: 0 .15rem;
}
.traid .msg .name{
	padding: .3rem .15rem 0;
	margin-top: .2rem;
	font-size: .28rem;
	color: #666;
}
.traid .msg .name span{
	font-size: .26rem;
	color: #333;
	float: right;
}
.traid .w_p{
	margin: 0 .3rem;
}
.traid .w_p h2{
	font-weight: 600;
}
.traid .w_p p{
	font-size: .26rem;
	color: #666;
	margin-bottom: .2rem;
    line-height: 0.4rem;
}
.traid .w_p p i{
	color: #fb870d;
}
.traid .entrust{
	margin: .5rem .3rem 2rem;
	position: relative;
}
.traid .entrust p{
	font-size: .3rem;
	font-weight: 600;
	margin-bottom: .1rem;
}
.traid .entrust img{
	position: absolute;
    width: 1.4rem;
    right: 0;
    top: 0;
}
