.pay-item-2{
	&-cont{
		width: 750rpx;
		background-color: #FFFFFF;
	}
	&-title{
		height: 45px;
		background-color: $gl-themeColor;
		align-items: center;
		justify-content: center;
		position: relative;
		&-text {
			color: #ffffff;
			font-size: 16px;
		}
		&-close {
			position: absolute;
			top: 12.5px;
			left: 15px;
			width: 20px;
			height: 20px;
			align-items: center;
			justify-content: center;
			border-radius: 50%;
		}
	}
	&-price{
		    text-align: center;
		    line-height: 35px;
		    color: #f42e14;
		    font-size: 18px;
		    font-weight: 700;
			border-bottom-color: #e9e9e9;
			border-bottom-width: 1px;
			border-bottom-style: solid;
	}
	&-ul{
		padding: 0 20px;
	}
	&-list {
		height: 60px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		&-left {
			width: 30px;
			height: 30px;
			align-items: center;
			justify-content: center;
		}
		&-center{
			height: 42px;
			flex-grow: 1;
			padding-left: 10px;
			justify-content: space-between;
			&-title {
				font-size: 16px;
				color: #333;
			}
			&-bottom {
				font-size: 12px;
				color: #999;
			}
		}
		&-right{
			&-test {
				height: 21px;
				width: 21px;
				border-radius: 50%;
				border-width: 1px;
				border-style: solid;
				border-color: #D0D0D2;
			}
		}
	}
	&-bottom{
		height: 45px;
		align-items: center;
		justify-content: center;
		background-color: $gl-themeColor;
		&-test{
			font-size: 16px;
			color: #fff;
			font-weight: bold;
		}
	}
}