	.bottom {
		width: 750rpx;
		background-color: #FFFFFF;
		
		&-cont{
			height: 49px;
			@include  flexRowCenter;
		}
		&-left {
			height: 49px;
			flex-direction: row;
			justify-content: center;
			width: 336rpx;
			&-list {
				width: 168rpx;
				height: 49px;
				align-items: center;
				justify-content: center;
				&-image {
					width: 23px;
					height: 18px;
				}

				&-image-service {
					width: 22px;
					height: 22px;
				}

				&-text {
					@include styleFont(#000000,12);
					margin-top: 3px;
				}
			}
		}
        
		&-right {
			height: 49px;
			background-color: $gl_background;
			flex-direction: row;
			&-left {
				width: 207rpx;
				height: 49px;
				justify-content: center;
				// background-image: linear-gradient(to right, #F65158, #F86D6A);
			}
			&-right {
				width: 208rpx;
				height: 49px;
				justify-content: center;
				// background-image: linear-gradient(to right, #F42E14, #FF8A00);
			}
            &-publish{
            	width: 416rpx;
            }
			&-title {
				@include styleFont(#FFFFFF,16);
				text-align: center;
			}

			&-bottom {
				@include styleFont(#FFFFFF,16);
				text-align: center;
			}
		}
		&-safe {
			height: 30px;
		}
	}