body {
	/*background: #E6E6E6;*/
}

.uiwu-box {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box {
		width: 100%;
		padding: 0 30px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box {
		width: 100%;
		padding: 0 0.4rem;
	}
}

.uiwu-box-tag {
	font-size: 18px;
	font-weight: 500;
	color: #555555;
	line-height: 33px;
}

.uiwu-box-tag img {
	margin: 0 12px 0 8px;
	height: 14px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-tag {
		font-size: 0.4rem;
	}

	.uiwu-box-tag img {
		height: 0.21rem;
		margin: 0 0.27rem 0 0.19rem;
	}
}

.uiwu-box-title h4 {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	line-height: 38px;
	margin-bottom: 40px;
	margin-top: 35px;
}

.uiwu-box-list{
	padding: 0 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-title h4 {
		font-size: 22px;
		line-height: 30px;
	}
	
	.uiwu-box-list{
		padding: 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-title h4 {
		font-size: 0.55rem;
		flex-wrap: wrap;
		text-align: center;
		width: 8rem;
	}
	
	.uiwu-box-list{
		padding: 0;
	}
}

.uiwu-box-list-menu-title {
	font-size: 14px;
	/*font-family: SF Pro Text*/;
	font-weight: 300;
	color: #000000;
	margin-top: 30px;
}

.uiwu-box-list-menu-title p {
	font-size: 14px;
	width: 230px;
	text-align: left;
	/*font-family: SF Pro Text*/;
	font-weight: 300;
	color: #000000;

	position: relative;
	/* padding-left: 10px; */
	display: flex;
	align-items: center;
	line-height: 30px;
}

.uiwu-box-list-menu-title p::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: black;
	margin-right: 10px;
}

.uiwu-box-title h4 p {
	width: 99px;
	height: 30px;
	border: 2px solid #0CA0F8;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #0D0624;
	line-height: 16px;
	margin-left: 12px;
}

.uiwu-box-title h4 p img {
	margin-right: 3px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-title h4 p {
		margin-top: 0.32rem;
		font-size: 0.32rem;
		line-height: 0.64rem;
		margin-left: 0;
	}
}
 

.uiwu-box-list div.p {
	font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) { 

	.uiwu-box-list-menu-title {
		font-size: 0.333333rem;
		/*font-family: SF Pro Text*/;
		font-weight: 300;
		color: #000000;
		display: flex;
		align-items: center;
	}

	.uiwu-box-list-menu-title p {
		width: 4.8rem;
		padding: 0;
		text-align: left;
		font-size: 0.333333rem;
		/*font-family: SF Pro Text*/;
		font-weight: 300;
		color: #000000;
		line-height: 0.586667rem;
		position: relative;
	}

	.uiwu-box-list-menu-title p::before {
		content: '';
		display: block;
		width: 0.066667rem;
		height: 0.066667rem;
		border-radius: 50%;

		background-color: black;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -10px;
	}
}

.uiwu-box-list div.p {
	font-size: 20px;
	position: relative;
	font-weight: 500;
	color: #000000;
	line-height: 24px;
}

.uiwu-box-list div.p img {
	margin-left: 7px;
	cursor: pointer;
}

.uiwu-box-list div.p img:hover~div {
	display: block;
}

.uiwu-box-list-menu li .select .select-down-menu {
	position: absolute;
	top: 24px;
	right: 0;
	width: 84px;
	background: #FFFFFF;
	border: 1px solid #333333;
	border-radius: 5px;
	z-index: 999;
	display: none;
	flex-direction: column;
	padding: 8px 0;

}

.uiwu-box-list-menu li .select .select-down-menu p {
	/*padding-left: 14px;*/
	text-align: center;
	font-size: 16px;
	/*font-family: SF Pro Text*/;
	font-weight: 400;
	color: #333333;
}

button{
	cursor: pointer;
}
.uiwu-box-list div.p div {
	display: none;
	position: absolute;
	width: 250px;
	background-color: #303133;
	z-index: 9;
	top: 32px;
	right: 48%;
	margin-right: -185px;
	border-radius: 10px;
	color: #bfc7cd;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	padding: 20px 30px;
}

.uiwu-box-list div.p div::after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #303133;
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-list div.p div {
		right: 200px;
	}

	.uiwu-box-list div.p div::after {
		left: 73%;
		margin-left: 11px;
	}
}

.uiwu-box-list-menu li .select-name:hover .select-down-menu {
	display: flex;
	/*align-items: flex-start;*/
}

.uiwu-box-list-menu {
	margin-top: 30px;
	justify-content: space-between;
	margin-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
	.uiwu-box-list-menu {
		flex-wrap: wrap;
		margin-bottom: 0.4rem;
	}
}

.uiwu-box-list-menu li {
	width: 330px;
	height: 520px;
	background: #FFFFFF;
	box-shadow: 0px 0px 11px 6px rgba(117, 117, 117, 0.23);
	border-radius: 20px;
	text-align: center;
	position: relative;
	padding-top: 35px;
}

@media screen and (min-width: 1025px) and (max-width: 1379px) {
	.uiwu-box-list-menu li {
		width: calc(100% / 3 - 106px);
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-list-menu li {
		width: calc(100% / 2 - 14px);
		margin-bottom: 28px;
	}

	.uiwu-box-list-menu li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-list-menu li {
		width: 100%;
		margin-bottom: 1.1rem;
		min-height: 7.2rem;
		height: auto;
		padding-bottom: 1.61rem;
		border-width: 0;
	}
}

.uiwu-box-list-menu li .img {
	width: 83px;
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-list-menu li .img img:nth-child(1) {
		width: 2.21rem;
	}
}

.uiwu-box-list-menu li .img img:nth-child(2) {
	position: absolute;
	right: -5px;
	bottom: -5px;
}

.uiwu-box-list-menu li .name {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	margin: 24px 0 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-list-menu li .name {
		font-size: 0.55rem;
		margin: 0.506667rem 0 0;
		line-height: 0.64rem;
	}
}

.uiwu-box-list-menu li .tips {
	font-size: 16px;
	display: block;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-list-menu li .tips {
		font-size: 0.32rem;
		line-height: 0.4rem;
		display: block;
	}
}

.uiwu-box-list-menu li .money {
	font-size: 22px;
	font-weight: bold;
	color: #FF4800;
	line-height: 32px;
	margin: 10px 0 0;
	justify-content: center;
	align-items: baseline;
}

.uiwu-box-list-menu li .money span {
	font-size: 16px;
	color: #777;
	text-decoration: line-through;
	line-height: 18px;
	margin-left: 5px;

}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-list-menu li .money {
		font-size: 0.5rem;
		margin: 0.58rem 0 0;
	}

	.uiwu-box-list-menu li .money span {
		font-size: 0.45rem;
		margin-left: 0.1rem;

	}
}

.uiwu-box-list-menu li .youhui {
	font-size: 16px;
	display: block;
	font-weight: bold;
	color: #FF4800;
	line-height: 15px;
	margin-bottom: 18px;
	margin-top: 5px;
}
.select-name{
	cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-list-menu li .youhui {
		display: block;
		font-size: 14px;
		line-height: 0.64rem;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.uiwu-box-list-menu li .select .select-name {
		font-size: 0.333333rem;
		margin-top: 0.2rem;
		position: relative;

	}
}

.uiwu-box-list-menu li .select .select-name {
	font-size: 16px;
	/*font-family: SF Pro Text*/;
	font-weight: 400;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.uiwu-box-list-menu li .select .select-name img {
	width: 15px;
	height: 8px;
	margin-left: 5px;
	text-align: center;
}

.uiwu-box-list-menu li .radio {
	height: 67px;
	background: #EFEFEF;
	border-radius: 0 0 20px 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.uiwu-box-list-menu li .select .select-down-menu p:hover {
	color: #0045FF;
}

.acc {
	color: #0045FF !important;
}

.promotion {
	width: 80px;
	height: 31px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	

	.uiwu-box-list-menu li .select .select-down-menu {
		position: absolute;
		top: 0.633333rem;
		right: 0;
		width: auto;
		background: #FFFFFF;
		border: 1px solid #333333;
		border-radius: 0.066667rem;
		z-index: 999;
		display: none;
		flex-direction: column;
		padding: 0.106667rem 0.246667rem;
		align-items: center;
	}

	.uiwu-box-list-menu li .select .select-down-menu p {
		text-align: center;
		font-size: 16px;
		/*font-family: SF Pro Text*/;
		font-weight: 400;
		color: #333333;
		padding-bottom: 0.066667rem;
		padding-left: 0;
	}

	.uiwu-box-list-menu li .select .select-down-menu p:last-child {
		padding-bottom: 0;
	}





	.uiwu-box-list-menu li .radio {
		height: 1.35rem;
	}

	.uiwu-box-list-menu li.active::before {
		content: '';
		display: block;
		width: 3.64rem;
		height: 0.8rem;

		background-size: 3.64rem 0.8rem;
		position: absolute;
		top: -0.2rem;
		left: 50%;
		transform: translateX(-50%);

		font-size: 0.413333rem;
		line-height: 0.8rem;
	}

	.uiwu-box-list-menu li.active {
		border: 0.026667rem solid #0045FF;
	}
}

.uiwu-box-list-menu li.active {
	background: #F2F6FF;
	border: 2px solid #0045FF;
	box-shadow: 0px 0px 11px 6px rgba(117, 117, 117, 0.23);
	border-radius: 20px;
}

.uiwu-box-list-menu li.active::before {
	content: 'Best Value';
	display: block;
	width: 174px;
	height: 33px;
	background: url("/image/purchase/pc/goumai_biaoqian_ios.png") no-repeat 0 0;
	background-size: 174px 33px;
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	/*font-family: SF Pro Text*/;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 33px;
	z-index: 998;
}


.uiwu-box-list-menu li.active:hover {
	border-color: #0045FF;
}

.uiwu-box-list-menu li:hover {
	border-color: rgba(117, 117, 117, 0.23);
}

.uiwu-box-list-bottom {
	margin-top: 18px;
	width: 100%;
	/*margin-left: 20px;*/
	border-top: 0;
	position: relative;
}

.uiwu-box-list-bottom img {
	width: 20px;
	height: 20px;
}

.uiwu-box-list-bottom span {
	font-size: 16px;
	/*font-family: SF Pro Text*/;
	font-weight: 100;
	color: #000000;
	margin-left: 15px;
}

.margin-r {
	margin-right: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-list-bottom li {
		min-width: 330px;
		display: flex;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-list-bottom{
		width: 100%;
		margin-left: 0;
	}
	
	.uiwu-box-list-bottom li {
		margin-bottom: 0.493333rem;
	}

	.uiwu-box-list-bottom img {
		width: 0.4rem;
		height: 0.4rem;
	}

	.uiwu-box-list-bottom span {
		font-size: 0.32rem;
		/*font-family: SF Pro Text;*/
		font-weight: 100;
		color: #000000;
		min-width: 5.333333rem;
		margin-left: 0.266667rem;
	}
}

.uiwu-box-list-bottom ul {
	padding: 0 20px;
	flex-wrap: wrap;
	flex: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-list-bottom ul {
		padding-left: 0px;
		margin-top: 10px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-list-bottom ul {
		padding-left: 25px;
	}
}

.recovery-box-doc-right-img {
	display: flex;
	align-items: center;
}

.op0 {
	opacity: 0;
}

.recovery-box-doc-right-img button {
	width: 231px;
	height: 45px;

	border-radius: 8px;
}
/*
.recovery-box-doc-right-img button:nth-child(2) {
	background: url("../image/new_avangate.png") no-repeat;
	background-size: cover;
	margin-top: 10px;
}*/


.recovery-box-doc-right-img button:nth-child(1) {
	background: url("/image/new_paypal.png") no-repeat;
	background-size: cover;

	margin-top: 38px;
}

.recovery-box-doc-right-img button:nth-child(1):hover {
	background: url("/image/new_paypal@3x.png");
	background-size: cover;
}
/*
.recovery-box-doc-right-img button:nth-child(2):hover{
	background: url("../image/new_avangate@3x.png") no-repeat;
	background-size: cover;
}*/


@media screen and (min-width: 768px) and (max-width: 1024px) {


	.recovery-box-doc-right-img {
		display: flex;

	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.recovery-box-doc-right-img button {
		width: 7.76rem;
		height: 1rem;
		font-size: 0.38rem;
		line-height: 0.266667rem;
	}

	.recovery-box-doc-right-img {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0.8rem;
	}

	.recovery-box-doc-right-img button:nth-child(1) {
		margin-top: 0.893333rem;
		/*margin-bottom: 0.266667rem;*/
		margin-left: 0px;
		background: url("/image/paypal@2x.png") no-repeat;
		background-size: 100% 100%;
	}
	.recovery-box-doc-right-img button:nth-child(1):hover{
		margin-top: 0.893333rem;
		/*margin-bottom: 0.266667rem;*/
		margin-left: 0px;
		background: url("/image/paypal@2x.png") no-repeat;
		background-size: 100% 100%;
	}


	/*.recovery-box-doc-right-img button:nth-child(2) {
		margin-left: 0px;
		background: url("../image/avangate@2x.png") no-repeat;
		background-size: 100% 100%;
	}
	.recovery-box-doc-right-img button:nth-child(2):hover{
		margin-left: 0px;
		background: url("../image/avangate@2x.png") no-repeat;
		background-size: 100% 100%;
	}*/
}

.uiwu-box-nav {
	max-width: 1400px;
	margin: 0 60px 100px;
}

.uiwu-box-nav ul {
	margin-top: 100px;
	flex-wrap: wrap;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-nav ul {
		margin-top: 1.933333rem;
		flex-wrap: wrap;
	}

	.uiwu-box-nav {
		margin-bottom: 1.33rem;
	}
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
	.uiwu-box-nav ul {
		flex-wrap: wrap;
	}
}

.uiwu-box-nav ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 330px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-nav ul li {
		flex: none;
		width: 50%;
		margin-bottom: 50px;
	}

	.uiwu-box-nav ul li:last-child {
		margin-bottom: 0;
	}

	.uiwu-box-nav {
		margin: 0 0px 100px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-nav ul li {
		flex: none;
		width: 100%;
		margin-bottom: 1.33rem;
	}

	.uiwu-box-nav ul li:last-child {
		margin-bottom: 0;
	}
}

.uiwu-box-nav ul li img {
	width: 63px;
}

.uiwu-box-nav ul li p {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 32px;
	height: 60px;
	text-align: center;
	margin: 25px 0 17px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-nav ul li p {
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-nav ul li p {
		margin: 0.4rem 0 0;
		font-size: 0.4rem;
		line-height: 0.64rem;
	}
}

.uiwu-box-nav ul li span {
	font-size: 16px;
	display: block;
	font-weight: 400;
	color: #4074FE;
	line-height: 24px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-nav ul li span {
		line-height: 0.48rem;
		font-size: 0.32rem;
	}
}

.red_button_all {
      width: 231px;
      height: 48px;
      background: #FA594B;
      border-radius: 10px;
      color: #FFF;
      font-size: 17px;
      transition: background-color .5s;
	  margin-top: 10px;
      cursor: pointer; }
    .red_button_all:hover {
      background: #ff6f62;
	}

	.red_button_frame{
		  color: #FA594B;
          width: 100%;
          height: 0.97rem;
          border: 2px solid #FA594B;
          border-radius: 0.13rem;
          margin-right: 0;
          font-size: 17px;
          margin-top: 10px;
	}
	.red_button_frame:hover{
		 background: #FA594B;
		 color: #fff0ff;
	}

.sprite-icon {
    width: 110px;
    height: 110px;
    background: url("/image/icon-spirit.png") no-repeat;
    display: inline-block;
}

.sprite-need {
    background-position: 0 -172px;
}
.sprite-own {
    background-position: -287px -172px;
}
.sprite-use {
    background-position: -633px -172px;
}

