@charset "utf-8";
/*
*UGO change-password;
*time :20160920
*author:wxl;
*/

.changecon {
	margin: 1.667em 6.25% 0 6.25%;
}
.changecon ul li{border-bottom: 1px solid #ccc;
	padding: 1.125em 0;
	position: relative;}
.changecon input[type="text"],.changecon input[type="password"] {
	background-color: #fff;
	border: medium none;
	height: 1.2em;
	line-height: 1.2em;
	color: #222;
	font-size: 1.25em;
	width: 85%;
}
i.del {
	display: none;
	background: url(../../../images/5.0/login/del.png) no-repeat;
	width: 1.167em;
	height: 1.167em;
	background-size: 1.167em 1.167em;
	position: absolute;
	top: 34%;
	cursor: pointer;
}

/*手机号*/
.phone i.del {
	right: 1.33em;
}
.pic-identy i.del {
	right: 7.5em;
}
.phone input[type="text"] {
	width: 85%;
}
::-webkit-input-placeholder {
color:#222222;
}
.move .slideBlock {
	width: 100%;
}

/*按钮*/
.change-bt{ margin-top:2.04em;}
.change-bt .btn {
	display: block;
	border-radius: 5px;
	width: 100%;
	font-size: 1.25em;
	height: 2.667em;
	line-height: 2.667em;
	text-align: center;
	border: medium none;
	background-color: #ff504a;
	color: #fff;
}
.change-bt .no-btn {
	background-color: #eeeeee;
	color: #ccc;
}



/*验证码*/
.phone_val{
	background-color: #fff;
	height: 1em;
	line-height: 1em;
	color: #222;
	font-size: 1.25em;
	width: 85%;
}
.identy input[type="text"] {
	width: 55%;
}
.identy i.del {
	right:8.3em;
	
}
i.countdown{ position:absolute; color:#ff504a; font-size:1.083em; width:6.35em; top:28%; right:0; text-align:right;}
i.again-code{ color:#ff504a;}

/*输入密码*/

.pwd input[type="text"],.pwd input[type="password"] {
	padding:0;
	width: 55%;
}
.pwd i.del {
	right:5em;
}
.pwd i.look{ display: block;
background:url(../../../images/5.0/login/eye.png) no-repeat;
	width: 1.625em;
	height: 1.04em;
	background-size: 1.625em 1.04em;
	position: absolute;
	top: 34%;
	cursor: pointer;
	right:1.33em;
	}
.pwd i.nolook{
	background:url(../../../images/5.0/login/no_eye.png) no-repeat;
	width: 1.625em;
	height: 1.04em;
	background-size: 1.625em 1.04em;
	}
	
/*注册*/
.pic-identy input[type="text"]{ width:60%; }
.v_countdown{
    background: transparent;
	height:2em;
    width:6.75em;
    text-align: center;
    position: absolute;
    right: 0;
    display: block;
	top:20%;
	}
.protocol{ text-align:right; color:#999999;margin:1.458em 0;}

::-webkit-input-placeholder{
	color:#999;
}


/* 20180321  edit */
.regist_tips{
	padding: 1.25em 0;
    font-size: 1.083em;
    color: #999;
}
.regist_tips p{
    color: #666;
    margin-bottom: .5em;
}

.masked {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    /* display: none; */
}
.popups{
    position: fixed;
    top: 25%;
    left: 3.5%;
    background: #FFF;
    border-radius: 1em;
    z-index: 1001;
}
.regist_win{
	width: 93%;
    padding: 30px 0 20px;
    font-size: 1.167em;
    color: #666;
}
.icon_close{
    position:relative;
    top: -15px;
    right: 25px;
    width: 1px;
    height: 20px;
    background: #989898;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    float: right;
}
.icon_close:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 20px;
    background: #989898;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.icon_win{
    border-radius: 50%;
    float: left;
    width: 45px;
    height: 45px;
    margin: -65px 0 0 -20px;
    position: absolute;
    left: 50%;
    background: #FFF;
    border: 1px solid #ff504a;
    transform: translate(-.41em,1.1em);

}
.icon_win::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 10px;
    margin-left: -10px;
    margin-top: -10px;
    transform: rotate(-45deg);
    border-bottom: 3px solid #ff504a;
    border-left: 3px solid #ff504a;
}
.regist_win_c{
	padding: 50px 0 20px;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
.regist_win_tt{
	color: #ff504a;
	font-size: 1.5em;
	padding: 15px 0;
}
.regist_win_t1 span{
	color: #ff504a;
}


.regist_win_txt{
	padding: 15px 10% 0;
	color: #999;
	line-height: 1.5;
}

.regist_yc{
    position: fixed;
    top: 30%;
    left: 22.5%;
    width: 55%;
    border-radius: .417em;
    background: rgba(0,0,0,0.8);
    padding: 1.667em 0;
    color: #FFF;
    text-align: center;
    font-size: 14px;
}
.regist_yc p{
    font-weight: bold;
    margin-bottom: .417em;
}
.protocol .underline{
  text-decoration: underline;
}
.protocol{
  margin: 0;
  text-align: left;
  position: relative;
}
.protocol .radioBox{
  width:24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.protocol .radioBox span{
  width:100%;
  height: 100%;
  display: inline-block;
}
.protocol .radioBox .radio{
  background:url(http://img.ugoshop.com/mobile/miniapp/images/public/radio.png) no-repeat;
  background-size:100%;
}
.protocol .radioBox .radioCheck{
  background:url(http://img.ugoshop.com/mobile/miniapp/images/public/radio-checked.png) no-repeat;
  background-size:100%;
}
.protocol .protocolText{
  position: absolute;
  background: rgba(0,0,0,.5);
  height: .747rem;
  line-height: .747rem;
  border-radius: 4px;
  color:#fff;
  font-size: .373rem;
  left: .2rem;
  top:-.773rem;
  padding:0 .213rem;
  height: 1.493rem;
  line-height: 1.493rem;
  font-size: .747rem;
  display: none;
}
.protocol .protocolText::before{
  position: absolute;
  width:0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid rgba(0,0,0,.5);
  left: 5px;
  bottom: -4px;
  content: "";
}
