.express {
    width: 1500px;
    position: absolute;
    top: 50px;
    margin-left: -750px;
    left: 50%;
    z-index: 10;
}
.out,
.ent {
    display: inline-block;
}
.out {
    position: absolute;
    left: 50px;
}
.out-content {
    position: absolute;
    z-index: 9;
    top: 80px;
    left: 200px;
	width: 460px;
}
.ent {
    position: absolute;
    right: 50px;
}
.out>div:nth-of-type(1),
.ent>div:nth-of-type(1) {
    color: #fff;
    padding: 10px;
    font-size: 23px;
}
.for_order button {
    padding: 6px 80px;
    border-radius: 8px;
    box-shadow: 3px 3px 3px #777;
    color: #fff;
    font-size: 18px;
    background: #da9233;
    position: absolute;
    font-weight: 400;
    top: 460px;
    left: 50%;
    cursor: pointer;
    margin-left: -116px;
}

.el-tabs>.el-tabs__header>.el-tabs__nav-wrap.is-scrollable.is-left {
    padding: 0;
    color: #000;
}
@media screen and (max-width: 1500px) {
    .express {
		width: 750px;
		margin-left: -375px;
		z-index: 10;
	}
	.ent{
		top:466px;
		left:50px;
		right: auto;
		display: none;
	}
}