/*选择*/
.pop_address input:focus,
.pop_address select:focus{
	background:#fff;
	border-color:rgba(112, 198, 162,0.3);
	box-shadow:0 0 0 4px rgba(112, 198, 162,0.07);
	outline:none; 
}
.pop_address .tit {
    padding: 0 0 0 10px!important;
}

.same-floatleft {
    float: left;
}

#add_box{
	display:none;
}
.page-width-buy{
	max-width:1200px;
    margin:0 auto;
    padding-left:12px;
    padding-right:12px;
    margin-bottom:20px;
}
.o-layout {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px;
    font-size: 0;
}
.o-layout__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 12px;
    font-size: 16px;
    font-size: 1rem;
}
.code_line2 {
    width: 14px;
    height: 14px;
    vertical-align: baseline;
}
p.ng-binding {
    margin: 0 0 20px;
}
p.ng-binding:last-child {
    margin-bottom: 0;
}
.guige {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    color: #333;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guige.curr {
    /*position:relative;*/
	position:absolute;
	top: 32px;
    right: 26px;
    cursor: default;
    border-color: #00d87e;
    color: #00d87e;
}
.guige.curr:before {
    content: "";
    display: inline-block;
    border-left: 1px solid #00d87e;
    border-bottom: 1px solid #00d87e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 4px;
    width: 7px;
    top: 1px;
    right: 2px;
}


.order-wrapper {
	margin-top: 6rem;
}
.score_wrapper {
  display:inline-block;
  font-size: 45px;
  cursor: pointer;
  color: #dc2020;
  color: #ff8c44;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
/* .load_mask{
	display:none;
	position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.75;
    z-index: 9000;
} */
.load_mask {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top:300px; /* Location of the box */   
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}
/*loader_cart*/
.cart_loader {
	position:relative;
	width:0px;
	height:0px;
	margin:3rem auto 0rem;
}
.cart_loader>div {
	width: 6px;
	height: 20px;
	position: absolute;
	left: -10px;
	bottom: 15px;
	border-radius: 5px;
	transform-origin: 10px 35px;
	transform: rotate(0deg);
	animation: loader 0.8s infinite;
}
.cart_loader>div:nth-child(2) {
	transform: rotate(45deg);
	animation-delay: 0.1s;
}
.cart_loader>div:nth-child(3) {
	transform: rotate(90deg);
	animation-delay: 0.2s;
}
.cart_loader>div:nth-child(4) {
	transform: rotate(135deg);
	animation-delay: 0.3s;
}
.cart_loader>div:nth-child(5) {
	transform: rotate(180deg);
	animation-delay: 0.4s;
}
.cart_loader>div:nth-child(6) {
	transform: rotate(225deg);
	animation-delay: 0.5s;
}
.cart_loader>div:nth-child(7) {
	transform: rotate(270deg);
	animation-delay: 0.6s;
}
.cart_loader>div:nth-child(8) {
	transform: rotate(315deg);
	animation-delay: 0.7s;
}
@keyframes loader {
	0% {
	  background: transparent;
	  left: -10px;
	  transform-origin: 10px 35px;
	}
	30% {
	  background: #b3ffdf;
	}
	100% {
	  background: transparent;
	  left: 10px;
	  transform-origin: -10px 35px;
	}
}

/*loader_more*/
.loading9 i{
	position:relative;
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#b3ffdf;
}
.loading9 i:first-child{
	animation:loading9-ani2 0.5s linear infinite;
	opacity: 0;
	transform:translate(-20px);
}
.loading9 i:nth-child(2),
.loading9 i:nth-child(3){
	animation:loading9-ani3 0.5s linear infinite;
}
.loading9 i:last-child{
	animation:loading9-ani1 0.5s linear infinite;
}
@keyframes loading9-ani1{
	100%{
		transform:translate(40px);
		opacity: 0;
	}
}
@keyframes loading9-ani2{
	100%{
		transform:translate(20px);
		opacity: 1;
	}
}
@keyframes loading9-ani3{
	100%{
		transform:translate(20px);
	}
}

.body_right .address {
    padding-top: 0 !important;
}
.orderBox {
    margin-top: 0 !important;
}
@media (max-width: 61.24rem){
	.user_main_left {
	    display: none;
	}
	.orderAddress .list ul li {
    	float: none;
	}
	.orderBox .remind{
		display:none;
	}
	.pop_box .pop_box_content{
		width:96%;
		margin:0 2%;
		top:5%;
		left:0;	
	}
	.pop_address .all_text_half{
		width:200px;
	}
	.pop_address .all_text_full{
		width:200px;
	}
	.pop_address .item {
		width:100%;
	}
	#addressBox {
		box-sizing: border-box;
	    width: 100%;
	    overflow-x: auto;
	    overflow-y: hidden;
	    white-space: nowrap;
	    -webkit-overflow-scrolling: touch;
	}
	#addressBox li {
	    display: inline-block;
	    width: 21rem;
	    height: 10.75rem;
	    background: #fff;
	    margin-right: .8rem;
	    overflow: hidden;
	}
	.pop_address .all_text_half {
	    width: 200px;
	}
}
@media (min-width: 46.25em){
	.u-1\/5\@tablet {
	    width: 20% !important;
	}
	.u-4\/5\@tablet {
	    width: 80% !important;
	}
}