body {
    /* background: -webkit-linear-gradient(#027dd8 0%, rgba(2, 137, 221, 1) 100%) */
    background: linear-gradient(to top, #027dd8, rgba(2, 137, 221, 1))
}

.page {
    /* display: none; */
    /* padding-bottom: 2.11rem; */
}
/* 切换 */
.switch_div {
    width: 30vw;
	height: 6vw;
    background-color: #ffffff;
    /* box-shadow: 0px 0.02rem 0.09rem 0px 
		rgba(176, 149, 0, 0.36); */
        border-radius: 3vw;
    border: solid 0.03rem #ffffff;
    margin: 4vw auto 0;
    overflow: hidden;
    display: flex;
    /* position: relative;
    z-index: 1; */
}

.switch_item {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    color: #027cd2;
    position: relative;
}

/* .switch_left {
    background-color: #0488dd;
    color: #fff;
} */
.hd_ss{
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 100%;
    /* margin-left: 1vw; */
    position: absolute;
    top: 1vw;
    right: 1vw;
    display: none;
}
.switch_left{
    border-top-left-radius: 3vw;
    border-bottom-left-radius: 3vw;
}
.switch_right {
    background-color: #0488dd;
    color: #fff;
    border-top-right-radius: 3vw;
    border-bottom-right-radius: 3vw;
}

/* 外卖 */
.elm_take_head {
    width: 100%;
    height: 40vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* 流程 */
.process_div {
    width: 94vw;
    height: 27vw;
    background-color: #fdfeff;
    border-radius: 3vw;
    margin: 21vw auto 0;
    box-sizing: border-box;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 4vw 16vw;
}

.process_item {
    font-size: 4vw;
    color: #121212;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.process_icon {
    width:12vw;
    height: 12vw;
    margin-bottom: 2vw;
}

.process_right {
    width: 3vw;
	height: 3vw;
    margin-top: 4vw;
}

/* 二维码 */
.qrcode_div {
	
    width: 94vw;
	/* height: 71vw; */
    background-color: #fdfeff;
    border-radius: 3vw;
    margin: 3vw auto 0;
    box-sizing: border-box;
    padding: 6vw 0;
}

.qrcode_title {
    font-size: 6vw;
    color: #0094f0;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.qrcode_img {
    width: 35vw;
	height: 35vw;
    display: block;
    margin: 4vw auto 0;
}

.qrcode_btns {
    width: 67vw;
    padding-top: 5vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.qrcode_share1:last-child{
	width: 70%;
	height: 10vw;
	border: 1px solid #fd3439;
	background: #fff;
	border-radius: 5vw;
	color: #fd3439;
	font-size: 4vw;
	line-height: 10vw;
	font-weight: bold;
	margin: 2vw 15%;
	float: left;
}

.qrcode_share1:first-child{
	width: 70%;
	height: 10vw;
	background-color: #fd3439;
	border-radius: 5vw;
	color: #ffffff;
	font-size: 4vw;
	line-height: 10vw;
	font-weight: bold;
	margin: 2vw 15%;
	float: left;
}

.qrcode_share {
    width: 31vw;
	height: 8vw;
    background-color: #0094f0;
    border-radius: 4vw;
    color: #ffffff;
    font-size: 4vw;
}

.qrcode_share_box{
	width: 15vw;
	position: fixed;
	right: 4vw;
	bottom: 40vw;
	z-index: 9999;
}

.qrcode_share_box img{
	width: 100%;
}

.qrcode_copy {
    width: 31vw;
	height: 8vw;
    background-color: #ffffff;
    border-radius: 4vw;
    border: solid 1px #0094f0;
    color: #0094f0;
    font-size: 4vw;
}

/* 注意事项 */
.careful_div {
    width: 94vw;
    /* height: 4.42rem; */
    background-color: #fdfeff;
    border-radius: 3vw;
    margin: 3vw auto 24vw;
    box-sizing: border-box;
    padding: 5vw 6vw 6vw 5vw;
}

.careful_title {
    font-size: 4vw;
    color: #0094f0;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.careful_dian {
    width: 2vw;
	height: 2vw;
    background-color: #0094f0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2vw;
}

.careful_con {
    font-size: 3vw;
    color: #121212;
    margin-left:3vw;
    margin-top: 4vw;
    line-height: 5vw;
}


/* 果蔬 */
.page2{
    display: none;
}
.elm_take_head2{
    width: 100%;
    height: 51vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.qrcode_title2{
    font-size: 6vw;
    color: #221e78;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.qrcode_share2{
    width: 31vw;
	height: 8vw;
    background-color: #221e78;
    border-radius: 4vw;
    color: #ffffff;
    font-size: 4vw;
}

.qrcode_copy2{
    width: 31vw;
	height: 8vw;
    background-color: #ffffff;
    border-radius: 4vw;
    border: solid 1px #ffc11b;
    color: #221e78;
    font-size: 4vw;
}
.careful_title2{
    font-size: 4vw;
    color: #221e78;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.careful_dian2{
    width: 2vw;
	height: 2vw;
    background-color: #221e78;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2vw;
}
/* 外卖海报 */
#takeCanvas{
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
}    
.take_fixed_div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 19;
    display: none;
}
.take_con{
    width: 6rem;
    height: 9rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0.1rem;
    background: #fff;
    box-sizing: border-box;
    padding-top: 0.4rem;
}
.take_img{
    width: 4rem;
    height:6.5rem;
    margin: 0 auto;
}
.take_img>img{
    width: 100%;
    height: 100%;
}
.take_text{
    font-size: 0.24rem;
    color: #ff5e17;
    text-align: center;
    margin-top: 0.15rem;
}
.take_text1{
    font-size: 0.24rem;
    text-align: center;
    margin-top: 0.05rem;
    color: #acacac;
}
.take_btm{
    width: 100%;
    height: 1rem;
    border-top: solid 1px #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}
.take_item{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    color: #121212;
}
#fruitsCanvas{
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
}  
.fruits_fixed_div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 18, 18, 0.7);
    z-index: 19;
    display: none;
}















