
::-webkit-input-placeholder {
	color: #982D2D;
}
:-moz-placeholder {
	color: #982D2D;
	opacity: 1;
}
::-moz-placeholder {
	color: #982D2D;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #982D2D;
}

.spring-nav{
	position:relative;
}
.spring-abs{
	position:absolute;
	top:0;
	left:0;
}
.cd-btn{
	padding:0 6%;
	margin-bottom:20px; 
	overflow: hidden;
}
.text1{
	margin-bottom:15px;
    margin-top:10px;
}
.text1 input[type=text]{
    width: 100%;
    border-radius: 6px;
    border: 0px;
    padding: 13px 18px 12px;
    box-sizing: border-box;
    color: #982D2D;
    display: block;
    font-size: 15px;
    border: 1px solid #982D2D;
	height:42px;
	box-sizing:border-box;
}
.text2{
	overflow:hidden;
	margin-bottom:15px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.text2 .txt1{
	width:100%;
	margin-right:15px;
}
.text2 .but2{
	width:100%;
}
.text2 input[type=text]{
    width: 100%;
    border-radius: 6px;
    border: 0px;
    padding: 13px 18px 12px;
    box-sizing: border-box;
    color: #982D2D;
    display: block;
    font-size: 15px;
	border: 1px solid #982D2D;
	height:42px;
	box-sizing:border-box;
}
 .cd-pro{
     padding:0 6%;
     overflow: hidden;
 }
.cd-pro2{
    margin: 15px 9%;
    color:#982D2D;
}
.cd-pro2 h1{
    font-size:14px;
}
.cd-pro .pro{
    width:31%;
    float:left;
    text-align:center;
    background:#691b1b;
    border:4px solid #F5A513;
    box-sizing: border-box;
    border-radius:6px;
}
.cd-pro .pro img{
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.cd-pro .pro1{
    margin-right:3%;
}
.cd-pro .pro2{
    margin-right:3%;
}
.cd-pro div{
    background:#fae7bc;
    font-size:10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-top:4px solid #F5A513;
    color:#F5A513;
}
.cd-pro div span{
    height: 25px;
    padding: 4%;
    overflow: hidden;
    display: block;
    line-height:25px;
}

.btn_code{
	height:42px;
	width:100%;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	border:0;
	border-radius:6px;
	color:#fff;
	background:#982D2D;
	font-size:15px;
}
.btu3{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding:0 8%;
	margin:4% 0;
}
.btn{
	background:#C73535;
	width:100%;
	display:block;
	background-size: 100% auto;
	border-radius: 4px;
}

.btn2{
	background:url(../images/cd-btn_05.png) no-repeat;
	width:40%;
	display:block;
	background-size: 100% auto;
}
.btn3{
	background:url(../images/cd-btn_06.png) no-repeat;
	width:40%;
	display:block;
	background-size: 100% auto;
}
.lft{
	margin-right:15px;
}
.a-login{
	height:42px;
	text-align:center;
	line-height:42px;
	color:#fff;
	font-size:16px;
	border: 0px;
	font-weight:400;
	-webkit-appearance: none;
	-moz-appearance:textfield;
	
}

.a-login2{
	height:42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	font-size:13px;
	border: 0px;
	font-weight:400;
    background: #F5A513;
	width:100%;
	border-radius:6px;
	font-size:15px;
    display: block;
	-webkit-appearance: none;
	-moz-appearance:textfield;
}
/*.btu3 a{
	margin: 12px 10px;
	color:#fae7bc;
	text-align:right;
	float:right;
	text-decoration:underline;
	
}*/
.btu3 span
{
    margin-top:10px;
    float:right;
    height:25px;
    line-height:25px;
}
.cd-add{
	 margin: 0 6% 15px;
	 border:4px solid #F5A513;
	 border-radius:10px;
	 background: #fff;
}
.cd-add-pad{
	padding:5% 0;
}
.add-img{
	float:left;
	width:25%;
	
    margin-left:5%;
    margin-bottom:5%;
    margin-top:5%;
}
.add-img img
{
    width:70px;
    height:70px;
}
.add-text{
	float:left;
	margin-left:5px;
    margin-top:5%;
	width:65%;
}
.add-text p{
	line-height: 30px;
}

#address_app {
    overflow: hidden;
}

#address_app .address_sec1 {
   
    width: 100%;
    float: left;
}

#address_app .address_sec1 ul {
    position: relative;
    margin: 0 15px;
    display: block;
    padding-bottom: 5%;
}

#address_app .address_sec1 ul li {
    margin-bottom: 10px;
}

#address_app .address_sec1 ul li em {
    float: left;
    width: 25%;
    font-size: 12px;
    color: #982D2D;
    line-height: 26px;
}
#address_app .address_sec1 ul li .address_input {
    width: 75%;
    background: #eee;
    border: 0 none;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    padding: 8px 0;
    text-indent: 10px;
}

#address_app .address_sec1 ul li .address_select {
    width: 75%;
    float: left;
    position: relative;
}
#address_app .address_sec1 ul li .address_select .address_sel {
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: normal;
    border: 1px solid #982D2D;
    padding: 5px 6px;
    border-radius: 3px;
	color:#982D2D;
	box-sizing: border-box;
}
select, option {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}
#address_app .address_sec1 ul li .address_input {
    width: 75%;
    background: #FFEDBB;
    border: 0 none;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
   box-sizing: border-box;
    text-indent: 10px;
}


.cd-sc{
	text-align:center;
	margin: 15px 6%;
	color:#F5A513;
	font-size:22px;
}
.cd-sc .cd-sc-size{
	font-size:14px;
	margin-top: 5%;
}





#order_detail
{
    font-size:12px;
	padding:5% 0;
}
#order_detail .detail_basic
{
      border-top: 1px solid #ddd;

    background:#fff;
  
}
#order_detail .detail_basic li
{
    line-height:35px;
    text-indent:10px;
}
#order_detail .detail_info
{
   background:#fff;
  border-top: 1px solid #ddd;

  display: inline-block;
  width: 100%;
  text-indent:10px;

}
#order_detail .detail_info li
{
     line-height:35px;
}
#order_detail .detail_info li span
{
    float:right;
    margin-right:10px;
}
#order_detail .foot_xian
{
    border-bottom: 1px solid #ddd;
}
#order_detail .prod_list
{
    border-top: 1px solid #ddd;

   background:#fff;
   text-align:left;


}
#order_detail .prod_list li
{
	list-style: none;
	border-bottom: 1px dotted #ddd;
	display: block;
	overflow: hidden;
	padding: 10px 0;
}
#order_detail .prod_list .prod-img
{

   width: 30%;
	float: left;
	text-align: center;
	margin: 0 0 0 10px;
   

}
#order_detail .img_ware
{

   border: 1px solid #ddd;
}

#order_detail .prod_list .prod-name
{
	width: 58%;
	float: right;
	line-height: 30px;
	padding: 0 2%;
    
}
#order_detail .detail_logistics
{
     border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
   background:#fff;
   text-align:left;
   text-indent:10px;
}
#order_detail .detail_logistics li
{
    line-height:35px;
}
#order_detail .detail_logistics li p
{
    line-height:25px;
    overflow:hidden;
}

/*------------------------------分享-----------------------------------*/
.cd-none{
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display:none;
}
.cd-none .cd-none-png{
	width: 70%;
	float: right;
}

@media screen and (width:375px) {
	.a-login{
		height:42px;
		line-height:42px;
		font-size:18px;	
		
	}

}

@media screen and (width:414px) {
	.a-login{
		height:49px;
		line-height:49px;
		font-size:18px;
		
	}


}
@media screen and (width:480px) {
	.a-login{
		height:54px;
		line-height:54px;
		font-size:18px;
		
	}


}
@media screen and (width:768px) {
	.a-login{
		height:58px;
		line-height:58px;
		font-size:18px;
		
	}


}
