
/* product detail refer wrap */
.refer-wrap-get {
	display: block;
	padding-top: 15px;
	overflow: hidden;
	clear: both;
}
.refer-wrap-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;
	z-index: 2000;
}
.refer-wrap-cont {
	position: fixed;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: .2s ease-out;
	z-index: 2001;
	width: 800px;
	font-family: Arial;
}
.refer-wrap-cont .icon-close1{
	font-size: 21px;
	position: absolute;
	right: 20px;
	top: 19px;
	color: #666666;
	text-decoration: none;
}
.refer-wrap-cont .re-top {
	height: 228px;
	background: url(../images/refer_box_top.jpg) no-repeat top center;
	width: 100%;
}
.refer-wrap-cont .re-cont{
	overflow: hidden;
	clear: both;
	margin-left: 70px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding: 12px 0 50px 0;
}
.refer-wrap-info p {
	margin-top: 24px;
	clear: both;
	overflow: hidden;
}
.refer-wrap-info .re-input {
	clear: both;
	overflow: hidden;
	margin-top: 12px;
}
.refer-wrap-info .re-input input {
	float: left;
	width: 400px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	border: solid 1px #dddddd;
	font-family: Arial;
	font-size: 14px;
	color: #666;
}
.refer-wrap-info .re-input a {
	float: left;
	width: 100px;
	height: 40px;
	background-color: #666666;
	border-radius: 0px 2px 2px 0px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.refer-wrap-info .re-jump{
	color: #f22148;
}
.refer-wrap-info .re-icon {
	clear: both;
	overflow: hidden;
	margin-top: 12px;
}
.refer-wrap-info .re-icon span {
	width: 110px;
	height: 40px;
	float: left;
	border-radius: 5px;
	border: solid 1px #3b5998;
	line-height: 40px;
	text-align: center;
	color: #3b5998;
	font-size: 16px;
	margin-right: 10px;
	cursor: pointer;
}
.refer-wrap-info .re-icon i {
	width: 40px;
	height: 40px;
	background-color: #3b5998;
	float: right;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.refer-wrap-info .re-icon .re-is-1 {
	color: #de292c;
	border-color: #de292c;
}
.refer-wrap-info .re-is-1 i {
	background-color: #de292c;
}
.refer-wrap-info .re-icon .re-is-2 {
	color: #1da1f3;
	border-color: #1da1f3;
}
.refer-wrap-info .re-is-2 i {
	background-color: #1da1f3;
}

/* my referrals */
.my-refer-hot {
	font-size: 12px;
	color: #f00;
	float: right;
	margin-right: 18px;
}
.my-refer-hot:before {
	background-color: #fff;
}
.my-referrals-page {
	width: 910px;
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}
.my-referrals-top {
	background: url(../images/my_refer_top.jpg) no-repeat top left;
	width: 910px;
	height: 436px;
	position: relative;
	clear: both;
	overflow: hidden;
}
.my-referrals-top .t-rules {
	position: absolute;
	width: 160px;
	height: 40px;
	top: 167px;
	left: 372px;
}
.my-referrals-top .t-tips{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background-color: rgba(255, 251, 253, 0.85);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.85);
	text-align: center;
	line-height: 36px;
  color: #ff8a00;
  overflow: hidden;
}
.my-referrals-top .t-tips i {
	display: inline-block;
	font-size: 22px;
	color: #ff8a00;
	vertical-align: top;
}
.my-referrals-top .t-tips span {
  display: block;
}
.my-referrals-page .mr-tit {
	color: #333;
	font-weight: bold;
	font-size: 22px;
	line-height: 48px;
	clear: both;
	overflow: hidden;
	margin-top: 32px;
}
.my-referrals-page .mr-txt {
	color: #666;
	line-height: 32px;
	font-size: 14px;
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;
}
.my-referrals-page .mr-txt b {
	color: #f00;
	font-weight: normal;
}
.my-referrals-step {
	overflow: hidden;
	clear: both;
}
.my-referrals-step .s-img {
	clear: both;
	overflow: hidden;
	background: url(../images/my_refer_step.jpg) no-repeat top center;
	height: 123px;
	width: 794px;
	margin: 0 auto;
	position: relative;
  left: -10px;
}
.my-referrals-step .s-txt {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	line-height: 22px;
	color: #666;
}
.my-referrals-step .s-txt span{
	width: 25%;
	text-align: center;
	float: left;
	margin: 0 4%;
}
.my-referrals-step .s-refer {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}
.my-referrals-step .s-input {
  float: left;
  width: 540px;
  line-height: 22px;
}
.my-referrals-step .s-share {
	float: right;
}
.my-referrals-step .si-txt {
	clear: both;
	overflow: hidden;
}
.my-referrals-step .si-txt input{
	float: left;
	box-sizing: border-box;
	width: 400px;
	border: solid 1px #dddddd;
	height: 40px;
	padding: 0 9px;
	font-size: 14px;
	color: #666;
}
.my-referrals-step .si-txt a{
	float: left;
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #666;
	border-radius: 0px 2px 2px 0px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.my-referrals-step .si-tit {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	padding: 15px 0;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
.my-referrals-step .ss-btn {
	clear: both;
	overflow: hidden;
}
.my-referrals-step .ss-btn span {
	width: 110px;
	height: 40px;
	float: left;
	border-radius: 5px;
	border: solid 1px #3b5998;
	line-height: 40px;
	text-align: center;
	color: #3b5998;
	font-size: 16px;
	margin-right: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.my-referrals-step .ss-btn  i {
	width: 40px;
	height: 40px;
	background-color: #3b5998;
	float: right;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border-radius: 0 4px 6px 0;
}
.my-referrals-step .ss-btn .ss-btn-1 {
	color: #de292c;
	border-color: #de292c;
}
.my-referrals-step .ss-btn-1 i {
	background-color: #de292c;
}
.my-referrals-step .ss-btn .ss-btn-2 {
	color: #1da1f3;
	border-color: #1da1f3;
}
.my-referrals-step .ss-btn-2 i {
	background-color: #1da1f3;
}
.my-referrals-log .l-table{
	display: table;
	border: 1px solid #dddddd;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.my-referrals-log .l-table div {
	display: table-row;
  border: 1px solid #dddddd;
}
.my-referrals-log .l-table div:first-child {
	font-size: 18px;
	color: #333;
}
.my-referrals-log .l-table span {
	display: table-cell;
	border: 1px solid #dddddd;
	height: 53px;
	text-align: center;
  vertical-align: middle;
  width: 50%;
}

.refer-register-page {
  font-family: 'Arial';
}
.refer-register-page .rr-wrap{
  width: 1200px;
  margin: 0 auto;
}
.refer-register-cont {
	background: url(../images/refer_register_bg.jpg) no-repeat top center;
	margin: 0 auto;
	height: 780px;
}
.refer-cont-txt {
  float: left;
  width: 700px;
  margin: 185px 0 0 58px;
  font-style: italic;
}
.refer-cont-txt .rt-tit {
  font-size: 46px;
  color: #f22148;
  font-weight: bold;
  line-height: 1.2;
  word-break: break-all;
}
.refer-cont-txt .rt-tit b {
  font-size: 54px;
}
.refer-cont-txt .rt-txt {
  font-size: 24px;
  color: #ff7800;
  line-height: 1.4;
  margin-top: 16px;
}
.refer-cont-txt .rt-txt b {
  color: #f22148;
}
.refer-cont-input {
  float: right;
  width: 360px;
	min-height: 440px;
	padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 80px;
  margin-right: 58px;
  box-shadow: 0 0 10px 1px rgba(241, 220, 206, 0.4);
}
.refer-cont-input .ri-blk {
  margin: 40px 30px 0 30px;
}
.refer-cont-input .ri-input {
  box-sizing: border-box;
  width: 100%;
	margin-top: 20px;
	float: none;
}
.refer-cont-input .ri-input input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
  height: 44px;
  padding: 0 11px;
  font-size: 14px;
}
.refer-cont-input .ri-input.err input {
	border-color: #f00;
}
.refer-cont-input .ri-error {
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	line-height: 20px;
	color: #f00;
}
.refer-cont-input .ri-submit {
  height: 44px;
  background-color: #f22148;
  border-radius: 4px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  cursor: pointer;
  clear: both;
  overflow: hidden;
}
.refer-cont-input .ri-line {
  clear: both;
  overflow: hidden;
  position: relative;
  text-align: center;
	margin-top: 30px;
}
.refer-cont-input .ri-line span {
  display: inline-block;
	width: 20px;
	vertical-align: sub;
}
.refer-cont-input .ri-line i {
  display: inline-block;
  border-top: 1px solid #eee;
	width: 90px;
}
.refer-cont-input .ri-login {
  margin-top: 20px;
  overflow: hidden;
}
.refer-cont-input .ri-login a{
  width: 140px;
  height: 36px;
  background-color: #3b5998;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #fff;
}
.refer-cont-input .ri-login a:hover {
  text-decoration: none;
}
.refer-cont-input .ri-login i {
  font-size: 20px;
}

/* 《Privacy Policy》的提示 */
.refer-cont-input .ri-tips {
	line-height: 16px;
	padding-top: 10px;
	color: #666;
}
.refer-cont-input .ri-tips a {
	color: #0099ff;
	text-decoration: none;
}

.refer-cont-input .ri-login a:last-child {
  float: right;
  background-color: #eb4235;
}
.refer-cont-input .ri-login a:last-child i {
  font-size: 17px;
}
.refer-cont-bottom {
  clear: both;
  overflow: hidden;
  line-height: 24px;
  color: #d7848a;
  margin: 0px 0 0 180px;
  padding-top: 35px;
}
.refer-cont-bottom .r-tit{
  line-height: 48px;
  color: #f22148;
}
.refer-register-footer {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 550px;
	margin: 0 auto;
	height: 30px;
	padding: 38px 0;
}
.refer-register-footer i {
	border: 1px solid #eee;
	display: block;
	position: relative;
	top: -14px;
}
.refer-register-footer span {
	color: #666;
	font-size: 24px;
	position: relative;
	display: block;
	background-color: #fff;
	z-index: 10;
	text-align: center;
	line-height: 30px;
	width: 180px;
	margin: 0 auto;
}

/* yoins-toast-blk */

.yoins-toast-blk {

}
.yoins-toast-cont {
  position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: .2s ease-out;
	z-index: 4001;
	font-family: Arial;
}
.yoins-toast-cont span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  padding: 10px 25px;
  line-height: 20px;
  display: block;
}

.icon-icon_points.my-refer-hot:before{
	background-color: inherit;
}

/*20180604活动入口*/
.MyReferrals_entrance{
	position: fixed;
	bottom: 44%;
	right: 0;
	z-index: 10;
}
