﻿@charset "utf-8";

.navagtion-tit{
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
}

.navagtion-tit span{
  margin-left: 20px;
}

.order-content{
  background-color: #fff;
  padding: 30px 50px 50px;
  margin-bottom: 50px;
}

.order-content li{
  float: left;
  clear: both;
  margin-bottom: 40px;
}

.clearfix{
  clear: both;
}

.left-tit{
  float: left;
  width: 140px;
  font-size: 16px;
  color: #333;
}

.right-cont{
  float: left;
}

.right-cont .buy-project{
  position: relative;
  width: 380px;
  height: 80px;
  border: 2px solid #1081de;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}

.right-cont .buy-project::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../../images/checked-icon.png);
}


.right-cont .buy-project img{
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
  left: 25px;
}

.right-cont .buy-project p{
  color: #333;
  font-size: 16px;
  margin-left: 80px;
  margin-top: 16px;
  margin-bottom: 4px;
}

.right-cont .buy-project span{
  color: #999;
  font-size: 14px;
  margin-left: 80px;
}

.buy-type{
  width: 125px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  border: 1px solid #1081de;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
  color:#333;
}

.buy-active{
  background-color: #1081de;
  color: #fff;
}

.buy-type-left{
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.buy-type-middle{
  border-right: none;
}

.buy-type-right{
  border-radius: 0 5px 5px 0;
}

.daily-meals{
  width: 280px;
  height: 150px;
  border: 2px solid #cc995c;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  float: left;
}

.label-tit{
  padding: 2px 10px;
  background-color: #FF6000;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.meals-cont{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.meals-cont-other{
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 14px;
}

.right-cont-txt{
  color: #666;
  font-size: 16px;
}

.order-submit{
  border-top: 1px solid #ccc;
  float: left;
  width: 100%;
  padding-top: 40px;
}

.line-cont{
  float: right;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.go-to-pay{
  float: right;
  font-size: 16px;
  display: block;
  width: 250px;
  height: 44px;
  line-height: 44px;
  background-color: #f35151;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.order-result p{
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.order-result p span{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ff9900;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  margin-right: 8px;
}

.order-result label{
  font-size: 16px;
  float: right;
  margin-top: -60px;
}

.pay-ways{
  border-top: 1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pay-ways-tit{
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.pay-ways-icon a{
  width: 220px;
  height: 90px;
  display: inline-block;
  background-color: #f3f5f7;
  margin-right: 20px;
  vertical-align: top;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.selected-pay{
  border: 2px solid red;
  position: relative;
}

.selected-pay::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../../images/pay-checked.png);
}

.pay-ways-icon a:first-child{
  background: url(../../images/alipay.png) no-repeat 40px center #f3f5f7;
}

.pay-ways-icon a:nth-child(2){
  background: url(../../images/wechat.png) no-repeat 40px center #f3f5f7;
}

.pay-ways-icon a:nth-child(2) p{
  font-size: 20px;
  color: #333;
  margin-left: 98px;
/*   margin-top: 23px; */
}

.pay-ways-icon a:last-child{
  background: url(../../images/wallet.png) no-repeat 40px center #f3f5f7;
}

.pay-ways-icon a:last-child p{
/*   line-height: 90px; */
  margin-left: 98px;
  font-size: 20px;
  color: #666;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.pay-last-cont p{
  color: #333;
  font-size: 16px;
  float: right;
  margin-bottom: 30px;
}

.daily-taocan{
  width: 202px;
  height: 110px;
  border: 1px solid #e1e4e5;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  padding: 30px 10px;
  padding-top: 20px;
  float: left;
  cursor: pointer;
  background-color: #eff3f6;
  font-size: 18px;
}

.taocan-active {
    border: 2px solid #1081de;
	background-color: #f7faff;
}

.daily-taocan p{
	text-align: center;
}

.label-taocantit{
  padding: 2px 10px;
  background-color: #1081de;
  width: 99%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.taocan-cont-other {
    text-align: left;
    font-size: 14px;
    color: #999;
    margin-top: 14px;
}
@media screen and (max-width:1024px){
	.order-content,.container{
		height:auto!important;
	}
	.order-content,.order-content li{
		display: flex;
        flex-direction: column;
	}
	.order-content{
		padding:20px;
	}
	.right-cont{
		padding-top:20px;
	}
	.right-cont .buy-project{
		width:100%;
	}
	.buy-type{
		width:33.3%;
		font-size:14px;
	}
	.right-cont .buy-project img{
		left:15px;
	}
	.right-cont .buy-project span,.right-cont .buy-project p{
		margin-left:65px;
	}
	#buy_type img{
		margin:auto;
	}
	
	.order-result{
		display: flex;
    	flex-direction: column;
	}
	.order-result label{
		margin-top:0!important;
	}
	.fuliImg{
		display: flex;
		    align-items: center;
    	flex-direction: column;
	}
}
@media screen and (max-width:768px){
	
	.pay-ways-icon a{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
}

.andown {
    margin: 0 auto;
    width: 100%;
    height:100%;
    background: url(../../images/andown.png) no-repeat top center #F6F7F2;
    background-size: 100% auto;
}