/*
*20160920 login.html
*/

.login-change {
    height: 3.583em;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
    font-size: 1.125em;
    color: #666;
}

.login-change li {
    text-align: center;
    cursor: pointer;
    line-height: 3.583em;
}

.login-change li:first-child {
    margin-left: 6.042em;
    float: left;
}

.login-change li:last-child {
    margin-right: 5em;
    float: right;
}

.login-change li.active {
    line-height: 3.5em;
    color: #222;
    border-bottom: .167em solid #f70800;
}

.login-con {
    padding: 1.25em 1.667em;
}

.login-form li {
    border-bottom: 1px solid #ccc;
    padding: 1.25em 0;
    font-size: 1.2em;
    position: relative;
}
.v_countdown {
    background: transparent;
    height: 2em;
    width: 6.75em;
    text-align: center;
    position: absolute;
    right: 0;
    display: block;
    top: 20%;
}
.form-con {
    display: none;
}

.login-form li input[type=text] {
    color: #222;
    width: 85%;
}

.login-form li input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    color: #222;
    width: 75%;
}

.login-form li input[type=text]:focus,
.login-form li input[type=password]:focus {
    border: none;
    outline: none;
    background: #fff
}

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;
}

.tel i.del {
    right: 1.33em
}

.pwd i.del {
    right: 4.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;
}

.login-bt {
    margin-top: 2.04em;
}

.login-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;
}

.login-bt .no-btn {
    background-color: #eeeeee;
    color: #ccc;
}

.login-option {
    margin-top: 1.25em;
}

.login-option a {
    color: #666;
    font-size: 1.083em;
}

.login-regist {
    float: left;
}

.retrieve-password {
    float: right;
}

.retrieve-password i {
    color: #999
}

.login-form .slideBlock {
    width: 100%
}

/*.tel-login-con li:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0
}*/

.again {
    color: #f70800;
    font-size: 1em;
    position: absolute;
    right: 0;
}

.login-form li.code input[type=text] {
    width: 55%
}

.login-form li.code i.del {
    right: 7em
}

.login-form li.code {
    display: none;
}


.identy input[type="text"] {
    width: 55%;
}
.identy i.del {
    right:8.3em;
    
}
.pic-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;}

/* 20180321  edit */
.login_tips{
    padding: 1.25em 1.667em;
    font-size: 1.083em;
    color: #999;
}
.login_tips p{
    color: #666;
    margin-bottom: .5em;
}
.login_lxkf{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; 
    height: 3em; 
    line-height: 3em;
    color: #ccc;
    font-size: 1.083em;
    text-align: center;
}
.login_lxkf span{
    color: #666;
    margin-left: .25em;
}
.login_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;
}


.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;
}

.login_unusual{
    width: 73%;
    padding: 3em 10%;
    font-size: 1.167em;
    color: #666;
}
.login_unusual p{
    color: #ff504a;
    text-align: center;
    margin-top: .5em;
}
.icon_close{
    position:relative;
    top: -35px;
    right: -15px;
    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);
}

.reset_passwords{
    width: 83%;
    padding: 2em 5%;
    color: #666;
}
.reset_passwords p{
    font-size: 1.167em;
    color: #333;
    text-align: center;
    margin-bottom: .833em;
}
.reset_passwords .login-form li{
    font-size: 1.167em;
}
.btn_submit,.btn_close{
    width: 35%;
    margin-left: 9%;
    height: 2.25em;
    line-height: 2.25em;
    font-size: 1em;
    display: inline-block;
    border: 1px solid #ff504a;
    border-radius: .25em;
    text-align: center;
}
.btn_submit{
    background: #ff504a;
    color: #FFF;
}
.btn_close{
    background: #FFF;
    color: #ff504a;
}
.protocol{
  position: relative;
}
.protocol .underline{
  text-decoration: underline;
}
.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: 1.5rem;
  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: "";
}


















