﻿.flexrow{
	display: flex;
	justify-content: space-between;
}
.app_left{
	width: 260px;
}
.app_right{
	width: 910px;
}
.top_line{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
.top_line .total{
	font-size: 18px;
	margin-right: 30px;
}
.line_left{
	display: flex;
	align-items: center;
	position: relative;
}
.top_line span.or{
	font-size: 18px;
	color: #FFAE00;
}
.line_left select{
	width: 115px;
	height: 30px;
	border: none;
	box-shadow: none;
	background-color: #d4e1f2;
}
.line_left:after{
	content: '';
	display: inline-block;
	width:15px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: rgba(67,131,216,1);
	background-image: url(../../images/yycg/icon_select_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	cursor: pointer;
}
.btn_yytj{
	background-color:rgba(26,188,156,1);
	color:#fff;
	border:none;
}
.btn_yytj:hover{
	background-color:rgba(26,188,156,.7);
	color:#fff;
}
.btn_yytj:focus {
    color: #fff;
    background-color: rgba(26,188,156,1);
    border:none;
}
.img_yytj{
	margin-right: 5px;
}
.ul_div{
	background-color: #fff;
}
.ul_div li{
	list-style: none;
	display: flex;
	align-items: center;
	height: 150px;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom: 1px dashed #d3c6c6;
}
.ul_div li>img{
	width:100px;
	height: 100px;
	margin-right: 30px;
}
.ul_div li>div{
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}